Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 (22f1133484e8821f8eb2e3a4770d743e3865d19e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1661 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 9786cb6719c9e805ce7d6ace713fcc33a963a915 Checking out Revision 9786cb6719c9e805ce7d6ace713fcc33a963a915 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9786cb6719c9e805ce7d6ace713fcc33a963a915 # timeout=10 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:18 ========================================================= 04:31:18 EdgeX Global Pipelines Version Info 04:31:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8813a27f2586e6d860d5901b15291f9d8e3fdf72 # timeout=10 04:31:20 ------------------- 04:31:20 stable info: 04:31:20 ------------------- 04:31:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:20 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:20 Message: update stable to v1.0.106 04:31:21 ------------------- 04:31:21 experimental info: 04:31:21 ------------------- 04:31:21 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:21 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:31:21 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:23 ++ 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 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/core-command/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo core-command,cmd/core-command/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/core-data/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo core-data,cmd/core-data/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/core-metadata/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/support-logging/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo support-logging,cmd/support-logging/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/support-notifications/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/support-scheduler/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:23 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 04:31:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:24 04:31:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:24 latest: Pulling from edgex-devops/git-semver 04:31:24 31603596830f: Pulling fs layer 04:31:24 2a8b12db71e7: Pulling fs layer 04:31:24 6ca5941a6612: Pulling fs layer 04:31:24 ecc8261a40a4: Pulling fs layer 04:31:24 ecc8261a40a4: Waiting 04:31:24 2a8b12db71e7: Verifying Checksum 04:31:24 2a8b12db71e7: Download complete 04:31:24 31603596830f: Verifying Checksum 04:31:24 31603596830f: Download complete 04:31:25 ecc8261a40a4: Verifying Checksum 04:31:25 ecc8261a40a4: Download complete 04:31:25 6ca5941a6612: Verifying Checksum 04:31:25 6ca5941a6612: Download complete 04:31:25 31603596830f: Pull complete 04:31:25 2a8b12db71e7: Pull complete 04:31:26 6ca5941a6612: Pull complete 04:31:26 ecc8261a40a4: Pull complete 04:31:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:26 prd-centos7-docker-4c-2g-1661 does not seem to be running inside a container 04:31:26 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 04:31:28 $ docker top 4368f55c76bb512528182cb4021f3defc138254c075c1dfaa36cb604a309cf2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:29 [ssh-agent] Looking for ssh-agent implementation... 04:31:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:29 $ docker exec 4368f55c76bb512528182cb4021f3defc138254c075c1dfaa36cb604a309cf2b ssh-agent 04:31:29 SSH_AUTH_SOCK=/tmp/ssh-VRVPVum3f85P/agent.11 04:31:29 SSH_AGENT_PID=16 04:31:29 Running ssh-add (command line suppressed) 04:31:29 Identity added: /w/workspace/edgex-go/27@tmp/private_key_3016633673279340504.key (/w/workspace/edgex-go/27@tmp/private_key_3016633673279340504.key) 04:31:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:30 + git describe --exact-match --tags HEAD 04:31:30 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:30 $ docker exec --env ******** --env ******** 4368f55c76bb512528182cb4021f3defc138254c075c1dfaa36cb604a309cf2b ssh-agent -k 04:31:30 unset SSH_AUTH_SOCK; 04:31:30 unset SSH_AGENT_PID; 04:31:30 echo Agent pid 16 killed; 04:31:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:30 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:30 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:30 [ssh-agent] Looking for ssh-agent implementation... 04:31:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:30 $ docker exec 4368f55c76bb512528182cb4021f3defc138254c075c1dfaa36cb604a309cf2b ssh-agent 04:31:31 SSH_AUTH_SOCK=/tmp/ssh-Sug1aWYefxfB/agent.45 04:31:31 SSH_AGENT_PID=50 04:31:31 Running ssh-add (command line suppressed) 04:31:31 Identity added: /w/workspace/edgex-go/27@tmp/private_key_6994644387243865748.key (/w/workspace/edgex-go/27@tmp/private_key_6994644387243865748.key) 04:31:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:31 + git semver init 04:31:31 # -> Open(): unable to determine branch for HEAD 04:31:31 # $GIT_DIR = /w/workspace/edgex-go/27/.git 04:31:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/27 04:31:31 # $SEMVER_REMOTE_NAME = origin 04:31:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:31 # $SEMVER_USER_NAME = edgex-jenkins 04:31:31 # $SEMVER_BRANCH = PR-2574 04:31:31 # $SEMVER_TEMP = /tmp/semver-025813175 04:31:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:03 # '/tmp/semver-025813175' -> '/w/workspace/edgex-go/27/.semver' 04:32:03 # -> Force: false 04:32:03 # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } 04:32:03 $ docker exec --env ******** --env ******** 4368f55c76bb512528182cb4021f3defc138254c075c1dfaa36cb604a309cf2b ssh-agent -k 04:32:04 unset SSH_AUTH_SOCK; 04:32:04 unset SSH_AGENT_PID; 04:32:04 echo Agent pid 50 killed; 04:32:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:04 + git semver [Pipeline] } 04:32:04 $ docker stop --time=1 4368f55c76bb512528182cb4021f3defc138254c075c1dfaa36cb604a309cf2b 04:32:06 $ docker rm -f 4368f55c76bb512528182cb4021f3defc138254c075c1dfaa36cb604a309cf2b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:19 Stashed 28 file(s) [Pipeline] echo 04:32:19 [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 04:32:19 ========================================================= 04:32:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:20 + 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 . 04:32:23 Sending build context to Docker daemon 323MB 04:32:23 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:23 Step 2/7 : FROM ${BASE} 04:32:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:23 df20fa9351a1: Pulling fs layer 04:32:23 ed8968b2872e: Pulling fs layer 04:32:23 a92cc7c5fd73: Pulling fs layer 04:32:23 2dd03ba5bac4: Pulling fs layer 04:32:23 1e091d79d1de: Pulling fs layer 04:32:23 481702a1767f: Pulling fs layer 04:32:23 f64a6f60c768: Pulling fs layer 04:32:23 e78d2573fc39: Pulling fs layer 04:32:23 e876d2f968b6: Pulling fs layer 04:32:23 ce8a83651883: Pulling fs layer 04:32:23 07967f4d0e4b: Pulling fs layer 04:32:23 f64a6f60c768: Waiting 04:32:23 481702a1767f: Waiting 04:32:23 e78d2573fc39: Waiting 04:32:23 e876d2f968b6: Waiting 04:32:23 ce8a83651883: Waiting 04:32:23 07967f4d0e4b: Waiting 04:32:23 2dd03ba5bac4: Waiting 04:32:23 1e091d79d1de: Waiting 04:32:23 a92cc7c5fd73: Verifying Checksum 04:32:23 a92cc7c5fd73: Download complete 04:32:23 ed8968b2872e: Download complete 04:32:23 1e091d79d1de: Download complete 04:32:23 481702a1767f: Verifying Checksum 04:32:23 481702a1767f: Download complete 04:32:23 df20fa9351a1: Verifying Checksum 04:32:23 df20fa9351a1: Pull complete 04:32:24 ed8968b2872e: Pull complete 04:32:24 a92cc7c5fd73: Pull complete 04:32:25 f64a6f60c768: Verifying Checksum 04:32:25 f64a6f60c768: Download complete 04:32:25 e876d2f968b6: Verifying Checksum 04:32:25 e876d2f968b6: Download complete 04:32:25 e78d2573fc39: Verifying Checksum 04:32:25 e78d2573fc39: Download complete 04:32:25 07967f4d0e4b: Verifying Checksum 04:32:25 07967f4d0e4b: Download complete 04:32:25 2dd03ba5bac4: Verifying Checksum 04:32:25 2dd03ba5bac4: Download complete 04:32:25 ce8a83651883: Download complete 04:32:31 2dd03ba5bac4: Pull complete 04:32:31 1e091d79d1de: Pull complete 04:32:31 481702a1767f: Pull complete 04:32:34 Still waiting to schedule task 04:32:34 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1662’ 04:32:37 f64a6f60c768: Pull complete 04:32:41 e78d2573fc39: Pull complete 04:32:41 e876d2f968b6: Pull complete 04:32:41 ce8a83651883: Pull complete 04:32:41 07967f4d0e4b: Pull complete 04:32:41 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:41 ---> 5d7c900382c6 04:32:41 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 04:32:42 ---> Running in 5ffc4cd4bedc 04:32:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:15 (1/12) Installing libmagic (5.38-r0) 04:33:23 (2/12) Installing file (5.38-r0) 04:33:23 (3/12) Installing libc-dev (0.7.2-r3) 04:33:23 (4/12) Installing g++ (9.3.0-r2) 04:35:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1666 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 04:35:26 Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout 04:35:30 using credential edgex-jenkins-ssh 04:35:31 Cloning the remote Git repository 04:35:31 Cloning with configured refspecs honoured and without tags 04:35:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:31 > git init /w/workspace/edgex-go/27 # timeout=10 04:35:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:31 > git --version # timeout=10 04:35:31 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:47 Fetching without tags 04:35:47 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 04:35:48 Merge succeeded, producing 8d48b882713dff3bf0eea7aea1d8bed48777f381 04:35:48 Checking out Revision 8d48b882713dff3bf0eea7aea1d8bed48777f381 (PR-2574) 04:35:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:46 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 04:35:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:47 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:47 > git config core.sparsecheckout # timeout=10 04:35:47 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 04:35:47 > git remote # timeout=10 04:35:47 > git config --get remote.origin.url # timeout=10 04:35:47 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:47 > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 04:35:48 > git rev-parse HEAD^{commit} # timeout=10 04:35:48 > git config core.sparsecheckout # timeout=10 04:35:48 > git checkout -f 8d48b882713dff3bf0eea7aea1d8bed48777f381 # timeout=10 04:35:52 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" 04:35:52 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:52 > git rev-list --no-walk 8813a27f2586e6d860d5901b15291f9d8e3fdf72 # timeout=10 [Pipeline] echo 04:36:04 ========================================================= 04:36:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:36:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:05 + 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 . 04:36:09 Sending build context to Docker daemon 323MB 04:36:09 Step 1/7 : ARG BASE=golang:1.13-alpine 04:36:09 Step 2/7 : FROM ${BASE} 04:36:09 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:09 b538f80385f9: Pulling fs layer 04:36:09 74f711af9a0d: Pulling fs layer 04:36:09 99f96fe45779: Pulling fs layer 04:36:09 fd7a069fd194: Pulling fs layer 04:36:09 66aa3694b03b: Pulling fs layer 04:36:09 170f70906a0f: Pulling fs layer 04:36:09 ad7c5574e4b9: Pulling fs layer 04:36:09 e772456be8f7: Pulling fs layer 04:36:09 c890913d741a: Pulling fs layer 04:36:09 2480fcc9aa5a: Pulling fs layer 04:36:09 09adf4765672: Pulling fs layer 04:36:09 fd7a069fd194: Waiting 04:36:09 66aa3694b03b: Waiting 04:36:09 170f70906a0f: Waiting 04:36:09 ad7c5574e4b9: Waiting 04:36:09 e772456be8f7: Waiting 04:36:09 c890913d741a: Waiting 04:36:09 2480fcc9aa5a: Waiting 04:36:09 09adf4765672: Waiting 04:36:09 99f96fe45779: Verifying Checksum 04:36:09 99f96fe45779: Download complete 04:36:09 74f711af9a0d: Verifying Checksum 04:36:09 74f711af9a0d: Download complete 04:36:09 66aa3694b03b: Download complete 04:36:09 170f70906a0f: Download complete 04:36:09 b538f80385f9: Download complete 04:36:10 b538f80385f9: Pull complete 04:36:10 74f711af9a0d: Pull complete 04:36:11 99f96fe45779: Pull complete 04:36:12 ad7c5574e4b9: Download complete 04:36:12 c890913d741a: Verifying Checksum 04:36:12 c890913d741a: Download complete 04:36:14 e772456be8f7: Verifying Checksum 04:36:14 e772456be8f7: Download complete 04:36:14 2480fcc9aa5a: Verifying Checksum 04:36:14 2480fcc9aa5a: Download complete 04:36:14 09adf4765672: Download complete 04:36:15 fd7a069fd194: Verifying Checksum 04:36:15 fd7a069fd194: Download complete 04:36:28 fd7a069fd194: Pull complete 04:36:28 66aa3694b03b: Pull complete 04:36:28 170f70906a0f: Pull complete 04:36:31 ad7c5574e4b9: Pull complete 04:36:35 e772456be8f7: Pull complete 04:36:36 c890913d741a: Pull complete 04:36:39 2480fcc9aa5a: Pull complete 04:36:39 09adf4765672: Pull complete 04:36:39 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:39 ---> 2248a725d1cf 04:36:39 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 04:36:45 ---> Running in 36539d7911d8 04:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:25 (1/12) Installing libmagic (5.38-r0) 04:37:32 (2/12) Installing file (5.38-r0) 04:37:32 (3/12) Installing libc-dev (0.7.2-r3) 04:37:32 (4/12) Installing g++ (9.3.0-r2) 04:40:15 (5/12) Installing fortify-headers (1.1-r0) 04:40:15 (6/12) Installing patch (2.7.6-r6) 04:40:15 (7/12) Installing build-base (0.5-r2) 04:40:15 (8/12) Installing libsodium (1.0.18-r0) 04:40:15 (9/12) Installing pkgconf (1.7.2-r0) 04:40:16 (10/12) Installing libsodium-dev (1.0.18-r0) 04:40:17 (11/12) Installing libzmq (4.3.2-r0) 04:40:20 (12/12) Installing zeromq-dev (4.3.2-r0) 04:40:20 Executing busybox-1.31.1-r16.trigger 04:40:20 OK: 233 MiB in 51 packages 04:40:24 Removing intermediate container 5ffc4cd4bedc 04:40:24 ---> f18b967e1949 04:40:24 Step 4/7 : WORKDIR /edgex-go 04:40:24 ---> Running in 53aa6ee99f95 04:40:24 Removing intermediate container 53aa6ee99f95 04:40:24 ---> 8436e7662cda 04:40:24 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:40:24 latest: Pulling from library/docker 04:40:24 df20fa9351a1: Already exists 04:40:24 25ad7478873d: Pulling fs layer 04:40:24 4684f6177b5d: Pulling fs layer 04:40:24 46e300cec669: Pulling fs layer 04:40:24 63038576ad94: Pulling fs layer 04:40:24 0fdb76c4706c: Pulling fs layer 04:40:24 cb7edeffdfd5: Pulling fs layer 04:40:24 63038576ad94: Waiting 04:40:24 0fdb76c4706c: Waiting 04:40:24 cb7edeffdfd5: Waiting 04:40:24 4684f6177b5d: Verifying Checksum 04:40:24 4684f6177b5d: Download complete 04:40:24 25ad7478873d: Verifying Checksum 04:40:24 25ad7478873d: Download complete 04:40:24 63038576ad94: Verifying Checksum 04:40:24 63038576ad94: Download complete 04:40:24 0fdb76c4706c: Verifying Checksum 04:40:24 0fdb76c4706c: Download complete 04:40:24 cb7edeffdfd5: Verifying Checksum 04:40:24 cb7edeffdfd5: Download complete 04:40:24 25ad7478873d: Pull complete 04:40:25 4684f6177b5d: Pull complete 04:40:25 46e300cec669: Download complete 04:40:27 46e300cec669: Pull complete 04:40:27 63038576ad94: Pull complete 04:40:27 0fdb76c4706c: Pull complete 04:40:27 cb7edeffdfd5: Pull complete 04:40:27 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:40:27 Status: Downloaded newer image for docker:latest 04:40:29 ---> 96ec2ea1e403 04:40:29 Step 6/7 : COPY go.mod . 04:40:29 ---> 485a80a93051 04:40:29 Step 7/7 : RUN go mod download 04:40:29 ---> Running in aa5303cbfbbd 04:40:31 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:40:31 go: finding github.com/BurntSushi/toml v0.3.1 04:40:31 go: finding github.com/OneOfOne/xxhash v1.2.5 04:40:31 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:40:31 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:40:31 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:40:31 go: finding github.com/bgentry/speakeasy v0.1.0 04:40:31 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:40:31 go: finding github.com/cloudflare/gokey v0.1.0 04:40:31 go: finding github.com/davecgh/go-spew v1.1.1 04:40:31 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:40:31 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:40:32 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:40:32 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:40:32 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:40:32 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:40:32 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:40:32 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:40:32 go: finding github.com/fatih/color v1.7.0 04:40:32 go: finding github.com/fsnotify/fsnotify v1.4.7 04:40:32 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:40:32 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:40:32 go: finding github.com/go-kit/kit v0.8.0 04:40:32 go: finding github.com/go-logfmt/logfmt v0.4.0 04:40:32 go: finding github.com/go-redis/redis/v7 v7.2.0 04:40:32 go: finding github.com/go-stack/stack v1.8.0 04:40:32 go: finding github.com/golang/protobuf v1.3.2 04:40:32 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:40:32 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:40:32 go: finding github.com/google/uuid v1.1.0 04:40:32 go: finding github.com/gorilla/mux v1.7.1 04:40:32 go: finding github.com/hashicorp/consul/api v1.1.0 04:40:32 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:40:32 go: finding github.com/hashicorp/errwrap v1.0.0 04:40:32 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:40:32 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:40:32 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:40:32 go: finding github.com/hashicorp/go-multierror v1.0.0 04:40:32 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:40:32 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:40:32 go: finding github.com/hashicorp/go-syslog v1.0.0 04:40:32 go: finding github.com/hashicorp/go-uuid v1.0.1 04:40:32 go: finding github.com/hashicorp/go.net v0.0.1 04:40:32 go: finding github.com/hashicorp/golang-lru v0.5.0 04:40:32 go: finding github.com/hashicorp/logutils v1.0.0 04:40:32 go: finding github.com/hashicorp/mdns v1.0.0 04:40:32 go: finding github.com/hashicorp/memberlist v0.1.3 04:40:32 go: finding github.com/hashicorp/serf v0.8.2 04:40:32 go: finding github.com/hpcloud/tail v1.0.0 04:40:32 go: finding github.com/imdario/mergo v0.3.6 04:40:32 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:40:32 go: finding github.com/kr/pretty v0.1.0 04:40:32 go: finding github.com/kr/pty v1.1.1 04:40:32 go: finding github.com/kr/text v0.1.0 04:40:32 go: finding github.com/mattn/go-colorable v0.0.9 04:40:32 go: finding github.com/mattn/go-isatty v0.0.3 04:40:32 go: finding github.com/miekg/dns v1.0.14 04:40:32 go: finding github.com/mitchellh/cli v1.0.0 04:40:33 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:40:33 go: finding github.com/mitchellh/copystructure v1.0.0 04:40:33 go: finding github.com/mitchellh/go-homedir v1.0.0 04:40:33 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:40:33 go: finding github.com/mitchellh/gox v0.4.0 04:40:33 go: finding github.com/mitchellh/iochan v1.0.0 04:40:33 go: finding github.com/mitchellh/mapstructure v1.1.2 04:40:33 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:40:33 go: finding github.com/onsi/ginkgo v1.10.1 04:40:33 go: finding github.com/onsi/gomega v1.7.0 04:40:33 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:40:33 go: finding github.com/pebbe/zmq4 v1.0.0 04:40:33 go: finding github.com/pelletier/go-toml v1.2.0 04:40:33 go: finding github.com/pkg/errors v0.8.1 04:40:33 go: finding github.com/pmezard/go-difflib v1.0.0 04:40:33 go: finding github.com/posener/complete v1.1.1 04:40:33 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:40:33 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:40:33 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:40:33 go: finding github.com/stretchr/objx v0.1.0 04:40:33 go: finding github.com/stretchr/testify v1.5.1 04:40:33 go: finding github.com/ugorji/go v1.1.4 04:40:33 go: finding github.com/x448/float16 v0.8.4 04:40:33 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:40:33 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:40:33 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:40:33 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:40:33 go: finding golang.org/x/text v0.3.2 04:40:33 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:40:33 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:40:33 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:40:33 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:40:33 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:40:33 go: finding gopkg.in/yaml.v2 v2.2.8 04:40:46 Removing intermediate container aa5303cbfbbd 04:40:46 ---> 0844f87f0a33 04:40:46 Successfully built 0844f87f0a33 04:40:46 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 04:40:46 + docker inspect -f . ci-base-image-x86_64 04:40:46 . [Pipeline] withDockerContainer 04:40:46 prd-centos7-docker-4c-2g-1661 does not seem to be running inside a container 04:40:46 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 04:40:47 $ docker top 885a203b365ee3125b1add5d1897c42409ec097f85270596351a8a09d73d5577 -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:47 + go version 04:40:47 go version go1.13.13 linux/amd64 [Pipeline] echo 04:40:47 ========================================================= 04:40:47 [edgeXBuildGoParallel] Running Tests and Build... 04:40:47 ========================================================= [Pipeline] sh 04:40:48 + make test 04:40:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:40:50 ? github.com/edgexfoundry/edgex-go [no test files] 04:41:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:41:05 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:41:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:41:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:41:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:41:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.026s coverage: 46.6% of statements 04:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.148s coverage: 27.4% of statements 04:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 04:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 04:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.133s coverage: 28.6% of statements 04:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.018s coverage: 100.0% of statements 04:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements 04:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.031s coverage: 89.8% of statements 04:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.029s coverage: 97.5% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements 04:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.063s coverage: 63.5% of statements 04:41:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:41:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements 04:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.024s coverage: 92.3% of statements 04:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.005s coverage: 100.0% of statements 04:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 04:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.004s coverage: 100.0% of statements 04:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.110s coverage: 55.9% of statements 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.560s coverage: 86.3% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.293s coverage: 72.2% of statements 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.147s coverage: 72.1% of statements 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.011s coverage: 28.8% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.019s coverage: 96.8% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 33.7% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.063s coverage: 84.1% of statements 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.019s coverage: 43.1% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.046s coverage: 45.1% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.055s coverage: 29.1% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:41:29 GO111MODULE=on go vet ./... 04:41:36 gofmt -l . 04:41:36 [ "`gofmt -l .`" = "" ] 04:41:36 ./bin/test-go-mod-tidy.sh 04:41:37 ./bin/test-attribution-txt.sh [Pipeline] sh 04:41:39 + ls -al . 04:41:39 total 564 04:41:39 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:41 . 04:41:39 drwxr-xr-x 4 root root 30 Jul 31 04:40 .. 04:41:39 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:31 .dockerignore 04:41:39 drwxrwxr-x 8 1001 1001 179 Jul 31 04:31 .git 04:41:39 drwxrwxr-x 3 1001 1001 60 Jul 31 04:31 .github 04:41:39 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:31 .gitignore 04:41:39 drwx------ 3 1001 1001 47 Jul 31 04:32 .semver 04:41:39 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:31 .sonarcloud.properties 04:41:39 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:31 CONTRIBUTING.md 04:41:39 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:31 Dockerfile.build 04:41:39 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:31 Jenkinsfile 04:41:39 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:31 LICENSE 04:41:39 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:31 Makefile 04:41:39 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:31 README.md 04:41:39 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:31 SECURITY.md 04:41:39 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:32 VERSION 04:41:39 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:31 ZMQWindows.md 04:41:39 drwxrwxr-x 2 1001 1001 117 Jul 31 04:31 bin 04:41:39 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:31 cmd 04:41:39 -rw-r--r-- 1 root root 464706 Jul 31 04:41 coverage.out 04:41:39 -rw-r--r-- 1 root root 1075 Jul 31 04:41 go.mod 04:41:39 -rw-r--r-- 1 root root 18146 Jul 31 04:41 go.sum 04:41:39 drwxrwxr-x 8 1001 1001 127 Jul 31 04:31 internal 04:41:39 drwxrwxr-x 4 1001 1001 26 Jul 31 04:31 openapi 04:41:39 drwxrwxr-x 4 1001 1001 71 Jul 31 04:31 snap 04:41:39 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:31 version.go [Pipeline] sh 04:41:39 + '[' -e coverage.out ] 04:41:39 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:39 Stashed 1 file(s) [Pipeline] sh 04:41:40 + make build 04:41:40 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 04:41:45 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 04:41:49 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 04:41:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:41:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:41:53 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 04:41:54 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 04:41:56 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 04:41:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:41:59 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 04:42:00 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 04:42:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:42:03 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] } 04:42:04 $ docker stop --time=1 885a203b365ee3125b1add5d1897c42409ec097f85270596351a8a09d73d5577 04:42:06 $ docker rm -f 885a203b365ee3125b1add5d1897c42409ec097f85270596351a8a09d73d5577 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:07 04:42:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:42:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:07 latest: Pulling from edgex-devops/edgex-compose 04:42:07 cbdbe7a5bc2a: Pulling fs layer 04:42:07 ca9280d653b3: Pulling fs layer 04:42:07 7e9c9ca2126c: Pulling fs layer 04:42:07 cbdbe7a5bc2a: Download complete 04:42:08 ca9280d653b3: Verifying Checksum 04:42:08 ca9280d653b3: Download complete 04:42:08 cbdbe7a5bc2a: Pull complete 04:42:08 7e9c9ca2126c: Download complete 04:42:09 ca9280d653b3: Pull complete 04:42:15 7e9c9ca2126c: Pull complete 04:42:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:42:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:42:16 prd-centos7-docker-4c-2g-1661 does not seem to be running inside a container 04:42:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 04:42:19 $ docker top 11d0692854afbc138023321a33760705953dd391daac3dda6b22fcb0bfc6a1a5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:19 + docker-compose build --help 04:42:19 + grep parallel 04:42:20 --parallel Build images in parallel. [Pipeline] } 04:42:20 $ docker stop --time=1 11d0692854afbc138023321a33760705953dd391daac3dda6b22fcb0bfc6a1a5 04:42:21 $ docker rm -f 11d0692854afbc138023321a33760705953dd391daac3dda6b22fcb0bfc6a1a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:22 . [Pipeline] withDockerContainer 04:42:22 prd-centos7-docker-4c-2g-1661 does not seem to be running inside a container 04:42:22 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 04:42:23 $ docker top dc3a8e02eef468faed664e84d2cfbd9f3398f33bec56bd54779bd2cf3f84d328 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:23 + docker-compose -f ./docker-compose-build.yml build --parallel 04:42:24 Building docker-core-command-go ... 04:42:24 Building docker-core-data-go ... 04:42:24 Building docker-core-metadata-go ... 04:42:24 Building docker-security-proxy-setup-go ... 04:42:24 Building docker-security-secrets-setup-go ... 04:42:24 Building docker-security-secretstore-setup-go ... 04:42:24 Building docker-support-logging-go ... 04:42:24 Building docker-support-notifications-go ... 04:42:24 Building docker-support-scheduler-go ... 04:42:24 Building docker-sys-mgmt-agent-go ... 04:42:24 Building docker-security-proxy-setup-go 04:42:24 Building docker-support-notifications-go 04:42:24 Building docker-sys-mgmt-agent-go 04:42:24 Building docker-support-scheduler-go 04:42:24 Building docker-core-metadata-go 04:42:51 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> 0844f87f0a33 04:42:51 Step 3/20 : WORKDIR /edgex-go 04:42:51 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> 0844f87f0a33 04:42:51 Step 3/26 : WORKDIR /edgex-go 04:42:51 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> 0844f87f0a33 04:42:51 Step 3/23 : WORKDIR /edgex-go 04:42:51 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> 0844f87f0a33 04:42:51 Step 3/21 : WORKDIR /edgex-go 04:42:51 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> 0844f87f0a33 04:42:51 Step 3/20 : WORKDIR /edgex-go 04:42:52 ---> Running in f395759d37a2 04:42:52 ---> Running in 61dde889457b 04:42:52 ---> Running in 4e3b177473a3 04:42:52 ---> Running in 1591aa12d627 04:42:52 ---> Running in 80565dc0172e 04:42:52 Removing intermediate container f395759d37a2 04:42:52 ---> 2bb70d7801bf 04:42:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:52 Removing intermediate container 1591aa12d627 04:42:52 ---> 8445e74f8acf 04:42:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:52 Removing intermediate container 80565dc0172e 04:42:52 ---> 53fb0c218a3e 04:42:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:52 Removing intermediate container 61dde889457b 04:42:52 ---> 65bf2fbcdbe0 04:42:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:52 Removing intermediate container 4e3b177473a3 04:42:52 ---> 67c00e5a47a1 04:42:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:52 ---> Running in 673269d33c0a 04:42:52 ---> Running in 185dce76fe45 04:42:52 ---> Running in 8754d743918f 04:42:52 ---> Running in dafa1a6071da 04:42:52 ---> Running in 3ebd843affdc 04:42:54 (5/12) Installing fortify-headers (1.1-r0) 04:42:54 (6/12) Installing patch (2.7.6-r6) 04:42:54 (7/12) Installing build-base (0.5-r2) 04:42:54 (8/12) Installing libsodium (1.0.18-r0) 04:42:54 (9/12) Installing pkgconf (1.7.2-r0) 04:42:54 (10/12) Installing libsodium-dev (1.0.18-r0) 04:42:54 (11/12) Installing libzmq (4.3.2-r0) 04:42:54 (12/12) Installing zeromq-dev (4.3.2-r0) 04:42:54 Executing busybox-1.31.1-r16.trigger 04:42:54 OK: 217 MiB in 51 packages 04:42:55 Removing intermediate container 8754d743918f 04:42:55 ---> e44a60200610 04:42:55 Step 5/20 : RUN apk update && apk add make git 04:42:55 Removing intermediate container 3ebd843affdc 04:42:55 ---> ef0c70f13e32 04:42:55 Step 5/26 : RUN apk update && apk add make bash git 04:42:55 Removing intermediate container dafa1a6071da 04:42:55 ---> 72b7e3a7d58f 04:42:55 Step 5/20 : RUN apk update && apk add make git 04:42:55 ---> Running in 9df9c28c95d3 04:42:55 ---> Running in c4352d31facf 04:42:55 Removing intermediate container 185dce76fe45 04:42:55 ---> 4a92a2a51554 04:42:55 Step 5/21 : RUN apk update && apk add make git 04:42:55 ---> Running in e626d74e9fd3 04:42:55 Removing intermediate container 673269d33c0a 04:42:55 ---> dfed27fc9445 04:42:55 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:42:55 ---> Running in b162b3b7d996 04:42:55 ---> Running in 9fd27ee19652 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:58 Removing intermediate container 36539d7911d8 04:42:58 ---> 14b116ccbe65 04:42:58 Step 4/7 : WORKDIR /edgex-go 04:42:58 ---> Running in 059e3587ac44 04:42:58 Removing intermediate container 059e3587ac44 04:42:58 ---> 52c521002bd3 04:42:58 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:42:58 latest: Pulling from library/docker 04:42:59 b538f80385f9: Already exists 04:42:59 259a493cd78d: Pulling fs layer 04:42:59 b8e66b5100f5: Pulling fs layer 04:42:59 39dc9c94d07c: Pulling fs layer 04:42:59 551b823b3b82: Pulling fs layer 04:42:59 3c52a74df98c: Pulling fs layer 04:42:59 6c9b121b6998: Pulling fs layer 04:42:59 551b823b3b82: Waiting 04:42:59 3c52a74df98c: Waiting 04:42:59 6c9b121b6998: Waiting 04:42:59 b8e66b5100f5: Verifying Checksum 04:42:59 b8e66b5100f5: Download complete 04:42:59 259a493cd78d: Verifying Checksum 04:42:59 259a493cd78d: Download complete 04:42:59 551b823b3b82: Verifying Checksum 04:42:59 551b823b3b82: Download complete 04:42:59 3c52a74df98c: Verifying Checksum 04:42:59 3c52a74df98c: Download complete 04:42:59 6c9b121b6998: Verifying Checksum 04:43:00 259a493cd78d: Pull complete 04:43:00 b8e66b5100f5: Pull complete 04:43:00 39dc9c94d07c: Verifying Checksum 04:43:00 39dc9c94d07c: Download complete 04:43:03 39dc9c94d07c: Pull complete 04:43:03 551b823b3b82: Pull complete 04:43:04 3c52a74df98c: Pull complete 04:43:04 6c9b121b6998: Pull complete 04:43:04 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:43:04 Status: Downloaded newer image for docker:latest 04:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:08 ---> 1802d1213891 04:43:08 Step 6/7 : COPY go.mod . 04:43:09 ---> 35eef4be0983 04:43:09 Step 7/7 : RUN go mod download 04:43:09 ---> Running in f7ed9716184c 04:43:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:43:12 go: finding github.com/BurntSushi/toml v0.3.1 04:43:12 go: finding github.com/OneOfOne/xxhash v1.2.5 04:43:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:43:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:43:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:43:12 go: finding github.com/bgentry/speakeasy v0.1.0 04:43:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:43:12 go: finding github.com/cloudflare/gokey v0.1.0 04:43:12 go: finding github.com/davecgh/go-spew v1.1.1 04:43:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:43:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:43:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:43:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:43:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:43:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:43:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:43:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:43:12 go: finding github.com/fatih/color v1.7.0 04:43:12 go: finding github.com/fsnotify/fsnotify v1.4.7 04:43:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:43:12 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:43:12 go: finding github.com/go-kit/kit v0.8.0 04:43:12 go: finding github.com/go-logfmt/logfmt v0.4.0 04:43:12 go: finding github.com/go-redis/redis/v7 v7.2.0 04:43:12 go: finding github.com/go-stack/stack v1.8.0 04:43:12 go: finding github.com/golang/protobuf v1.3.2 04:43:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:43:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:43:12 go: finding github.com/google/uuid v1.1.0 04:43:12 go: finding github.com/gorilla/mux v1.7.1 04:43:12 go: finding github.com/hashicorp/consul/api v1.1.0 04:43:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:43:12 go: finding github.com/hashicorp/errwrap v1.0.0 04:43:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:43:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:43:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:43:12 go: finding github.com/hashicorp/go-multierror v1.0.0 04:43:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:43:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:43:12 go: finding github.com/hashicorp/go-syslog v1.0.0 04:43:12 go: finding github.com/hashicorp/go-uuid v1.0.1 04:43:12 go: finding github.com/hashicorp/go.net v0.0.1 04:43:12 go: finding github.com/hashicorp/golang-lru v0.5.0 04:43:12 go: finding github.com/hashicorp/logutils v1.0.0 04:43:12 go: finding github.com/hashicorp/mdns v1.0.0 04:43:12 go: finding github.com/hashicorp/memberlist v0.1.3 04:43:12 go: finding github.com/hashicorp/serf v0.8.2 04:43:13 go: finding github.com/hpcloud/tail v1.0.0 04:43:13 go: finding github.com/imdario/mergo v0.3.6 04:43:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:43:13 go: finding github.com/kr/pretty v0.1.0 04:43:13 go: finding github.com/kr/pty v1.1.1 04:43:13 go: finding github.com/kr/text v0.1.0 04:43:13 go: finding github.com/mattn/go-colorable v0.0.9 04:43:13 go: finding github.com/mattn/go-isatty v0.0.3 04:43:13 go: finding github.com/miekg/dns v1.0.14 04:43:13 go: finding github.com/mitchellh/cli v1.0.0 04:43:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:43:13 go: finding github.com/mitchellh/copystructure v1.0.0 04:43:13 go: finding github.com/mitchellh/go-homedir v1.0.0 04:43:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:43:13 go: finding github.com/mitchellh/gox v0.4.0 04:43:13 go: finding github.com/mitchellh/iochan v1.0.0 04:43:13 go: finding github.com/mitchellh/mapstructure v1.1.2 04:43:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:43:13 go: finding github.com/onsi/ginkgo v1.10.1 04:43:13 go: finding github.com/onsi/gomega v1.7.0 04:43:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:43:13 go: finding github.com/pebbe/zmq4 v1.0.0 04:43:13 go: finding github.com/pelletier/go-toml v1.2.0 04:43:13 go: finding github.com/pkg/errors v0.8.1 04:43:13 go: finding github.com/pmezard/go-difflib v1.0.0 04:43:13 go: finding github.com/posener/complete v1.1.1 04:43:13 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:43:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:43:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:43:13 go: finding github.com/stretchr/objx v0.1.0 04:43:13 go: finding github.com/stretchr/testify v1.5.1 04:43:13 go: finding github.com/ugorji/go v1.1.4 04:43:13 go: finding github.com/x448/float16 v0.8.4 04:43:13 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:43:14 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:43:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:43:14 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:43:14 go: finding golang.org/x/text v0.3.2 04:43:14 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:43:14 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:43:14 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:43:14 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:43:14 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:43:14 go: finding gopkg.in/yaml.v2 v2.2.8 04:43:28 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:28 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:28 OK: 12749 distinct packages available 04:43:28 OK: 233 MiB in 51 packages 04:43:28 Removing intermediate container e626d74e9fd3 04:43:28 ---> 46b773d4f159 04:43:28 Step 6/20 : COPY go.mod . 04:43:28 ---> b692f90a6ef5 04:43:28 Step 7/20 : RUN go mod download 04:43:28 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:28 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:28 OK: 12749 distinct packages available 04:43:28 ---> Running in 3b077a69582f 04:43:28 OK: 233 MiB in 51 packages 04:43:28 Removing intermediate container 9df9c28c95d3 04:43:28 ---> 72b6496236a6 04:43:28 Step 6/20 : COPY go.mod . 04:43:28 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:28 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:28 OK: 12749 distinct packages available 04:43:28 ---> 0a3aea9ee2cd 04:43:28 Step 7/20 : RUN go mod download 04:43:28 ---> Running in 2cd437289b46 04:43:28 OK: 233 MiB in 51 packages 04:43:28 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:28 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:28 OK: 12749 distinct packages available 04:43:28 Removing intermediate container 3b077a69582f 04:43:28 ---> b712880dce95 04:43:28 Step 8/20 : COPY . . 04:43:28 Removing intermediate container c4352d31facf 04:43:28 ---> 52ff00e4d92f 04:43:28 Step 6/26 : COPY go.mod . 04:43:28 OK: 233 MiB in 51 packages 04:43:28 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:28 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:28 OK: 12749 distinct packages available 04:43:28 OK: 233 MiB in 51 packages 04:43:30 ---> 9246af4c1083 04:43:30 Step 7/26 : RUN go mod download 04:43:31 ---> Running in 7915416cf814 04:43:32 Removing intermediate container 2cd437289b46 04:43:32 ---> 8984c2756d43 04:43:32 Step 8/20 : COPY . . 04:43:32 Removing intermediate container f7ed9716184c 04:43:32 ---> 7cc4b18fdc4b 04:43:32 Successfully built 7cc4b18fdc4b 04:43:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:43:32 + docker inspect -f . ci-base-image-arm64 04:43:32 . [Pipeline] withDockerContainer 04:43:33 prd-ubuntu18.04-docker-arm64-4c-16g-1666 does not seem to be running inside a container 04:43: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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:43:33 Removing intermediate container 9fd27ee19652 04:43:33 ---> 4c27fc36a03e 04:43:33 Step 6/23 : COPY go.mod . 04:43:34 $ docker top 4ac8a709d8d1c3ce5ebca26ef647ce00a043ffc6ae5ea29c5b907505b9857ceb -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:35 Removing intermediate container b162b3b7d996 04:43:35 ---> 5c625fe71a21 04:43:35 Step 6/21 : COPY go.mod . 04:43:35 + go version 04:43:35 go version go1.13.13 linux/arm64 [Pipeline] echo 04:43:35 ========================================================= 04:43:35 [edgeXBuildGoParallel] Running Tests and Build... 04:43:35 ========================================================= [Pipeline] sh 04:43:36 + make test 04:43:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:43:38 ? github.com/edgexfoundry/edgex-go [no test files] 04:43:39 ---> 40d4a14378f8 04:43:39 Step 7/23 : RUN go mod download 04:43:40 ---> abfd99bb0f81 04:43:40 Step 7/21 : RUN go mod download 04:43:42 ---> Running in a483554a44f9 04:43:42 ---> Running in b6ee4f5fe789 04:43:42 Removing intermediate container 7915416cf814 04:43:42 ---> 3d7aa3ffd7f3 04:43:42 Step 8/26 : COPY . . 04:43:50 ---> 363c4b9e68d6 04:43:50 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:43:52 ---> Running in b9865785a484 04:43:53 ---> 85fd381158d2 04:43:53 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:43:54 ---> Running in 1e7bf8435821 04:43:54 Removing intermediate container a483554a44f9 04:43:54 ---> 6d04d4777d5d 04:43:54 Step 8/21 : COPY . . 04:43:54 Removing intermediate container b6ee4f5fe789 04:43:54 ---> 8e07d88c9b2d 04:43:54 Step 8/23 : COPY . . 04:43:55 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 04:43:58 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 04:44:06 ---> da61ca889d0a 04:44:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:44:07 ---> Running in 25adcee8fb55 04:44:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:44:12 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 04:44:21 ---> 49492d27ef78 04:44:21 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:44:21 ---> 2b02714e1f56 04:44:21 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:44:21 ---> Running in 0e305d10df3d 04:44:21 ---> Running in cb34623d052a 04:44:22 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 04:44:22 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 04:44:26 Removing intermediate container b9865785a484 04:44:26 ---> ffc518519782 04:44:26 04:44:26 Step 10/20 : FROM alpine 04:44:26 latest: Pulling from library/alpine 04:44:26 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:44:26 Status: Downloaded newer image for alpine:latest 04:44:26 ---> a24bb4013296 04:44:26 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:44:27 ---> Running in 672673f4bc1d 04:44:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:29 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:29 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:29 OK: 12749 distinct packages available 04:44:29 (1/4) Installing ca-certificates (20191127-r4) 04:44:29 Removing intermediate container 1e7bf8435821 04:44:29 ---> 2b9c4a9981f8 04:44:29 04:44:29 Step 10/20 : FROM scratch 04:44:29 ---> 04:44:29 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:44:29 (3/4) Installing libcurl (7.69.1-r0) 04:44:29 (4/4) Installing curl (7.69.1-r0) 04:44:29 Executing busybox-1.31.1-r16.trigger 04:44:29 Executing ca-certificates-20191127-r4.trigger 04:44:29 OK: 7 MiB in 18 packages 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:44:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:44:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:44:31 ---> Running in 839ff4de9fee 04:44:31 Removing intermediate container 839ff4de9fee 04:44:31 ---> b5087a1b9352 04:44:31 Step 12/20 : ENV APP_PORT=48085 04:44:31 ---> Running in 804e1f9e746e 04:44:32 Removing intermediate container 672673f4bc1d 04:44:32 ---> cb21e08f8944 04:44:32 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:32 Removing intermediate container 804e1f9e746e 04:44:32 ---> 2bd9f9be390d 04:44:32 Step 13/20 : EXPOSE $APP_PORT 04:44:32 ---> Running in 428714a20405 04:44:32 ---> Running in 2fcb9fcadc4d 04:44:32 Removing intermediate container 2fcb9fcadc4d 04:44:32 ---> 26d1592fcc96 04:44:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:44:32 Removing intermediate container 428714a20405 04:44:32 ---> 8a3ed3b859d3 04:44:32 Step 13/20 : WORKDIR /edgex 04:44:32 ---> Running in b10e4e4c8a0b 04:44:35 ---> a4b514c1510e 04:44:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:44:35 Removing intermediate container b10e4e4c8a0b 04:44:35 ---> b94e5d84336f 04:44:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:44:36 ---> 31de42349400 04:44:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:44:36 ---> 193d12790d7b 04:44:36 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:44:38 ---> 321048a05961 04:44:38 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:38 ---> 676b56e21047 04:44:38 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:44:38 ---> Running in 4e16448d5719 04:44:38 ---> Running in 19d642bfe6c3 04:44:39 Removing intermediate container 25adcee8fb55 04:44:39 ---> c81e0d9d81f8 04:44:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:44:39 Removing intermediate container 4e16448d5719 04:44:39 ---> ba6d323d9056 04:44:39 Step 18/20 : LABEL arch=x86_64 04:44:39 ---> Running in 84d7e2977bfe 04:44:39 Removing intermediate container 19d642bfe6c3 04:44:39 ---> f55d4ca264d8 04:44:39 Step 17/20 : CMD ["--init=true"] 04:44:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.6% of statements 04:44:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:44:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:44:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:44:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:44:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:44:41 ---> Running in c6420e879f97 04:44:41 ---> Running in daf88e7870db 04:44:42 Removing intermediate container c6420e879f97 04:44:42 ---> 799276c8ed92 04:44:42 Step 19/20 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:44:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:44:42 Removing intermediate container daf88e7870db 04:44:42 ---> 6c0778671ac7 04:44:42 Step 18/20 : LABEL arch=x86_64 04:44:42 ---> Running in 8aff24b80df0 04:44:42 ---> Running in 1379f9d0b0f0 04:44:42 Removing intermediate container 8aff24b80df0 04:44:42 ---> 2a5c5501b6d7 04:44:42 Step 20/20 : LABEL version=0.0.0 04:44:42 ---> Running in 9eca6e9dc68d 04:44:42 Removing intermediate container 1379f9d0b0f0 04:44:42 ---> 92c7c43ea2ed 04:44:42 Step 19/20 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:44:42 ---> Running in d08eb4fe4139 04:44:42 Removing intermediate container 9eca6e9dc68d 04:44:42 ---> fa629a152606 04:44:42 04:44:43 Successfully built fa629a152606 04:44:43 Successfully tagged docker-support-scheduler-go:latest 04:44:43 Building docker-security-secretstore-setup-go 04:44:43  Building docker-support-scheduler-go ... done Removing intermediate container d08eb4fe4139 04:44:43 ---> 643ffb1445ee 04:44:43 Step 20/20 : LABEL version=0.0.0 04:44:43 ---> Running in 4de24abe0cc2 04:44:43 Removing intermediate container 4de24abe0cc2 04:44:43 ---> be9b6640bb2b 04:44:43 04:44:43 Successfully built be9b6640bb2b 04:44:46 Successfully tagged docker-security-proxy-setup-go:latest 04:44:46 Building docker-security-secrets-setup-go 04:44:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.4% of statements 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:44:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:44:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:44:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 84d7e2977bfe 04:44:48 ---> cbee384a42b1 04:44:48 04:44:48 Step 11/26 : FROM docker:latest 04:44:48 ---> 81f5749c9058 04:44:48 Step 12/26 : RUN apk add --no-cache bash 04:44:49 ---> Running in 1c0065885ff9 04:44:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.343s coverage: 28.6% of statements 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:44:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:44:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 89.8% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.037s coverage: 100.0% of statements 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:44:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.020s coverage: 58.8% of statements 04:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:53 (1/2) Installing readline (8.0.4-r0) 04:44:53 (2/2) Installing bash (5.0.17-r0) 04:44:53 Executing bash-5.0.17-r0.post-install 04:44:53 Executing busybox-1.31.1-r16.trigger 04:44:53 OK: 12 MiB in 22 packages 04:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements 04:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 04:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 92.3% of statements 04:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 04:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 04:44:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.016s coverage: 100.0% of statements 04:45:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 55.9% of statements 04:45:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:45:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:45:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:45:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:45:03 Removing intermediate container 1c0065885ff9 04:45:03 ---> 330ff317e797 04:45:03 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:45:06 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:06 ---> 0844f87f0a33 04:45:06 Step 3/26 : WORKDIR /edgex-go 04:45:06 ---> Using cache 04:45:06 ---> 67c00e5a47a1 04:45:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:06 ---> Using cache 04:45:06 ---> ef0c70f13e32 04:45:06 Step 5/26 : RUN apk update && apk add make git 04:45:07 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:07 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:45:07 ---> 0844f87f0a33 04:45:07 Step 3/29 : WORKDIR /edgex-go 04:45:07 ---> Using cache 04:45:07 ---> 67c00e5a47a1 04:45:07 Step 4/29 : RUN apk update && apk add make git 04:45:08 ---> Running in 5259bbcf3fa2 04:45:08 Removing intermediate container cb34623d052a 04:45:08 ---> 90ab7d692987 04:45:08 04:45:08 Step 10/23 : FROM scratch 04:45:08 ---> 04:45:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:45:08 ---> Running in 0516b60477bb 04:45:08 ---> Running in 13752546f79d 04:45:08 Removing intermediate container 0e305d10df3d 04:45:08 ---> dddc37571f85 04:45:08 04:45:08 Step 10/21 : FROM scratch 04:45:08 ---> 04:45:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:08 ---> Using cache 04:45:08 ---> b5087a1b9352 04:45:08 Step 12/21 : ENV APP_PORT=48081 04:45:08 ---> Running in 2edfd47aac6a 04:45:08 ---> Running in 94cc9e082d0d 04:45:08 Removing intermediate container 2edfd47aac6a 04:45:08 ---> 4a199882f6a2 04:45:08 Step 12/23 : ENV APP_PORT=48060 04:45:08 Removing intermediate container 94cc9e082d0d 04:45:08 ---> 4aa884b85d95 04:45:08 Step 13/21 : EXPOSE $APP_PORT 04:45:08 ---> Running in 4b1bc7af7999 04:45:08 ---> Running in 7ad6c587a4c7 04:45:09 Removing intermediate container 4b1bc7af7999 04:45:09 ---> c59fb8ae1b96 04:45:09 Step 13/23 : EXPOSE $APP_PORT 04:45:09 Removing intermediate container 7ad6c587a4c7 04:45:09 ---> c4e4cd8f3d66 04:45:09 Step 14/21 : WORKDIR / 04:45:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:09 ---> Running in 9336b8c5f31b 04:45:09 ---> Running in 76dfe21bd94d 04:45:09 Removing intermediate container 9336b8c5f31b 04:45:09 ---> b2bbf456e31b 04:45:09 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:45:09 Removing intermediate container 76dfe21bd94d 04:45:09 ---> 67114d98cc5e 04:45:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:45:09 Removing intermediate container 5259bbcf3fa2 04:45:09 ---> f61aaf7c35de 04:45:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:45:09 ---> Running in f5bd7850a0ce 04:45:09 ---> 6cf655ea1da1 04:45:09 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:45:09 ---> bfd2581d4baa 04:45:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:45:11 Removing intermediate container f5bd7850a0ce 04:45:11 ---> 8da89a94d04f 04:45:11 Step 15/26 : ENV APP_PORT=48090 04:45:12 ---> Running in 5340c8a1294e 04:45:12 ---> 8996f38dcd27 04:45:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:45:12 ---> 457e866c6613 04:45:12 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:45:12 Removing intermediate container 5340c8a1294e 04:45:12 ---> e675a191b0ea 04:45:12 Step 16/26 : EXPOSE $APP_PORT 04:45:12 ---> Running in 0d04ca49c76c 04:45:12 ---> d687da4db04f 04:45:12 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:12 ---> Running in f21ae8aa81fa 04:45:12 ---> d8766c3bb889 04:45:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:45:12 Removing intermediate container 0d04ca49c76c 04:45:12 ---> 809b5b038ed2 04:45:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:45:12 Removing intermediate container f21ae8aa81fa 04:45:12 ---> 534b105bee72 04:45:12 Step 19/21 : LABEL arch=x86_64 04:45:12 ---> Running in cd7d48619ef3 04:45:12 ---> 5e6de8b54b8d 04:45:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:45:13 Removing intermediate container cd7d48619ef3 04:45:13 ---> 6ca323ecf9e6 04:45:13 Step 20/21 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:45:13 ---> 7f45911c5183 04:45:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:45:13 ---> Running in 32ccaf98aa22 04:45:13 ---> 5fac214cf8b6 04:45:13 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:45:13 ---> fc62272b868a 04:45:13 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:45:13 Removing intermediate container 32ccaf98aa22 04:45:13 ---> 93e3f12a1b7a 04:45:13 Step 21/21 : LABEL version=0.0.0 04:45:13 ---> Running in 28c84860dd8d 04:45:13 Removing intermediate container 28c84860dd8d 04:45:13 ---> 7844ff565a0f 04:45:13 04:45:13 ---> 27325351fce0 04:45:13 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:13 Successfully built 7844ff565a0f 04:45:13 ---> 7d2076537ee3 04:45:13 Step 20/26 : RUN apk --no-cache add py-pip 04:45:13 Successfully tagged docker-core-metadata-go:latest 04:45:13  Building docker-core-metadata-go ... done Building docker-core-command-go 04:45:13 ---> Running in cb73bb1f829b 04:45:13 ---> Running in ac91232a427e 04:45:14 Removing intermediate container cb73bb1f829b 04:45:14 ---> 175c93fa619a 04:45:14 Step 21/23 : LABEL arch=x86_64 04:45:14 ---> Running in 35e3727d4391 04:45:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:15 Removing intermediate container 35e3727d4391 04:45:15 ---> e7766da1cc3d 04:45:15 Step 22/23 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:45:15 (1/33) Installing libbz2 (1.0.8-r1) 04:45:15 (2/33) Installing expat (2.2.9-r1) 04:45:15 (3/33) Installing libffi (3.3-r2) 04:45:15 (4/33) Installing gdbm (1.13-r1) 04:45:15 (5/33) Installing xz-libs (5.2.5-r0) 04:45:15 (6/33) Installing sqlite-libs (3.32.1-r0) 04:45:15 (7/33) Installing python3 (3.8.5-r0) 04:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:20 ---> Running in 2aa2354cca17 04:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:23 (8/33) Installing py3-appdirs (1.4.4-r1) 04:45:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:45:23 (10/33) Installing py3-parsing (2.4.7-r0) 04:45:23 (11/33) Installing py3-six (1.15.0-r0) 04:45:23 (12/33) Installing py3-packaging (20.4-r0) 04:45:23 (13/33) Installing py3-setuptools (47.0.0-r0) 04:45:23 (14/33) Installing py3-chardet (3.0.4-r4) 04:45:23 Removing intermediate container 2aa2354cca17 04:45:23 ---> f299dab070ab 04:45:23 Step 23/23 : LABEL version=0.0.0 04:45:23 (15/33) Installing py3-idna (2.9-r0) 04:45:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:45:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:45:24 (18/33) Installing py3-requests (2.23.0-r0) 04:45:24 (19/33) Installing py3-msgpack (1.0.0-r0) 04:45:25 (20/33) Installing py3-lockfile (0.12.2-r3) 04:45:25 ---> Running in a142b456c90d 04:45:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:45:25 (22/33) Installing py3-colorama (0.4.3-r0) 04:45:25 (23/33) Installing py3-distlib (0.3.0-r0) 04:45:25 (24/33) Installing py3-distro (1.5.0-r1) 04:45:25 (25/33) Installing py3-webencodings (0.5.1-r3) 04:45:25 (26/33) Installing py3-html5lib (1.0.1-r4) 04:45:26 (27/33) Installing py3-pytoml (0.1.21-r0) 04:45:26 (28/33) Installing py3-pep517 (0.8.2-r0) 04:45:26 (29/33) Installing py3-progress (1.5-r0) 04:45:26 (30/33) Installing py3-toml (0.10.1-r0) 04:45:26 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:26 ---> 0844f87f0a33 04:45:26 Step 3/21 : WORKDIR /edgex-go 04:45:26 ---> Using cache 04:45:26 ---> 67c00e5a47a1 04:45:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:26 ---> Using cache 04:45:26 ---> ef0c70f13e32 04:45:26 Step 5/21 : RUN apk update && apk add make git 04:45:27 (31/33) Installing py3-retrying (1.3.3-r0) 04:45:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:45:27 (33/33) Installing py3-pip (20.1.1-r0) 04:45:27 Removing intermediate container a142b456c90d 04:45:27 ---> 842fdba7b66f 04:45:27 04:45:28 ---> Running in cbab23df6376 04:45:28 Executing busybox-1.31.1-r16.trigger 04:45:28 OK: 71 MiB in 55 packages 04:45:28 Successfully built 842fdba7b66f 04:45:28 Successfully tagged docker-support-notifications-go:latest 04:45:28  Building docker-support-notifications-go ... done Building docker-core-data-go 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.690s coverage: 86.3% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.010s coverage: 72.2% of statements 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.400s coverage: 72.1% of statements 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.048s coverage: 28.8% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.083s coverage: 96.8% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 33.7% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.1% of statements 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.034s coverage: 43.1% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.022s coverage: 100.0% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 46.1% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements 04:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.162s coverage: 29.1% of statements 04:45:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:45:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:45:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:45:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:45:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:45:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements 04:45:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:45:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements 04:45:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:45:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 04:45:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:45:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 04:45:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:45:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:45:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:45:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:45:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 04:45:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:45:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:45:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 04:45:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements 04:45:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 04:45:34 GO111MODULE=on go vet ./... 04:45:41 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:45:41 ---> 0844f87f0a33 04:45:41 Step 3/22 : WORKDIR /edgex-go 04:45:41 ---> Using cache 04:45:41 ---> 67c00e5a47a1 04:45:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:41 ---> Using cache 04:45:41 ---> ef0c70f13e32 04:45:41 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:45:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:41 OK: 12749 distinct packages available 04:45:41 OK: 233 MiB in 51 packages 04:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:41 ---> Running in a080cb8078ee 04:45:42 Removing intermediate container 0516b60477bb 04:45:42 ---> 25e95ca50c61 04:45:42 Step 5/29 : COPY go.mod . 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:43 Removing intermediate container ac91232a427e 04:45:43 ---> 216aa8427ec0 04:45:43 Step 21/26 : RUN pip install docker-compose==1.23.2 04:45:43 ---> dbdf19a96e7b 04:45:43 Step 6/29 : RUN go mod download 04:45:43 ---> Running in e72d4edf096a 04:45:43 ---> Running in 471c3f718c04 04:45:44 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:44 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:44 OK: 12749 distinct packages available 04:45:44 OK: 233 MiB in 51 packages 04:45:45 Removing intermediate container 471c3f718c04 04:45:45 ---> 8df7647ecef2 04:45:45 Step 7/29 : COPY . . 04:45:45 Removing intermediate container 13752546f79d 04:45:45 ---> a607198bfc69 04:45:45 Step 6/26 : COPY go.mod . 04:45:45 Collecting docker-compose==1.23.2 04:45:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:45:45 Collecting texttable<0.10,>=0.9.0 04:45:45 Downloading texttable-0.9.1.tar.gz (11 kB) 04:45:46 ---> ec81d21233ff 04:45:46 Step 7/26 : RUN go mod download 04:45:46 ---> Running in e740a341b962 04:45:48 Collecting PyYAML<4,>=3.10 04:45:48 Downloading PyYAML-3.13.tar.gz (270 kB) 04:45:49 Collecting websocket-client<1.0,>=0.32.0 04:45:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:45:50 Collecting cached-property<2,>=1.2.0 04:45:50 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:45:50 Collecting dockerpty<0.5,>=0.4.1 04:45:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:45:51 Collecting docker<4.0,>=3.6.0 04:45:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:45:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:45:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:45:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:45:52 gofmt -l . 04:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:54 [ "`gofmt -l .`" = "" ] 04:45:54 Removing intermediate container e740a341b962 04:45:54 ---> a2449e66b31d 04:45:54 Step 8/26 : COPY . . 04:45:54 Collecting docopt<0.7,>=0.6.1 04:45:54 Downloading docopt-0.6.2.tar.gz (25 kB) 04:45:56 ./bin/test-go-mod-tidy.sh 04:45:57 ./bin/test-attribution-txt.sh 04:45:57 Collecting jsonschema<3,>=2.5.1 04:45:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:45:59 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:59 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:59 OK: 12749 distinct packages available 04:45:59 Collecting docker-pycreds>=0.4.0 04:45:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:45:59 OK: 233 MiB in 51 packages [Pipeline] sh 04:46:00 Collecting urllib3<1.25,>=1.21.1 04:46:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:46:00 + ls -al . 04:46:00 total 596 04:46:00 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:45 . 04:46:00 drwxr-xr-x 4 root root 4096 Jul 31 04:43 .. 04:46:00 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:35 .dockerignore 04:46:00 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:35 .git 04:46:00 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:35 .github 04:46:00 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:35 .gitignore 04:46:00 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:36 .semver 04:46:00 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:35 .sonarcloud.properties 04:46:00 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:35 CONTRIBUTING.md 04:46:00 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:35 Dockerfile.build 04:46:00 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:35 Jenkinsfile 04:46:00 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:35 LICENSE 04:46:00 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:35 Makefile 04:46:00 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:35 README.md 04:46:00 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:35 SECURITY.md 04:46:00 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:32 VERSION 04:46:00 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:35 ZMQWindows.md 04:46:00 drwxrwxr-x 2 1001 1001 4096 Jul 31 04:35 bin 04:46:00 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:35 cmd 04:46:00 -rw-r--r-- 1 root root 464706 Jul 31 04:45 coverage.out 04:46:00 -rw-r--r-- 1 root root 1075 Jul 31 04:45 go.mod 04:46:00 -rw-r--r-- 1 root root 18146 Jul 31 04:45 go.sum 04:46:00 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:35 internal 04:46:00 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:35 openapi 04:46:00 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:35 snap 04:46:00 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:35 version.go [Pipeline] sh 04:46:01 + '[' -e coverage.out ] 04:46:01 + chown 1001:1001 coverage.out [Pipeline] stash 04:46:01 Warning: overwriting stash ‘coverage-report’ 04:46:01 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) 04:46:02 Stashed 1 file(s) [Pipeline] sh 04:46:02 Collecting idna<2.8,>=2.5 04:46:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:46:03 + make build 04:46:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:46:03 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) 04:46:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:46:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:46:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:46:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:46:03 Installing collected packages: texttable, PyYAML, websocket-client, cached-property, dockerpty, docker-pycreds, urllib3, idna, requests, docker, docopt, jsonschema, docker-compose 04:46:03 Running setup.py install for texttable: started 04:46:04 Running setup.py install for texttable: finished with status 'done' 04:46:05 Running setup.py install for PyYAML: started 04:46:05 ---> 41d8d5a1e170 04:46:05 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:46:06 Running setup.py install for PyYAML: finished with status 'done' 04:46:06 Removing intermediate container cbab23df6376 04:46:06 ---> 98da5aeb5ca4 04:46:06 Step 6/21 : COPY go.mod . 04:46:06 ---> Running in 2dc27832dcda 04:46:06 Running setup.py install for dockerpty: started 04:46:07 Running setup.py install for dockerpty: finished with status 'done' 04:46:07 Attempting uninstall: urllib3 04:46:07 Found existing installation: urllib3 1.25.9 04:46:07 Uninstalling urllib3-1.25.9: 04:46:07 ---> 21e5fe38157b 04:46:07 Step 7/21 : RUN go mod download 04:46:07 Successfully uninstalled urllib3-1.25.9 04:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:46:10 ---> Running in 4888bed63a3f 04:46:10 Attempting uninstall: idna 04:46:10 Found existing installation: idna 2.9 04:46:10 Uninstalling idna-2.9: 04:46:10 Successfully uninstalled idna-2.9 04:46:11 Attempting uninstall: requests 04:46:11 Found existing installation: requests 2.23.0 04:46:11 Uninstalling requests-2.23.0: 04:46:11 Successfully uninstalled requests-2.23.0 04:46:11 Running setup.py install for docopt: started 04:46:11 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:11 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:11 OK: 12749 distinct packages available 04:46:12 OK: 233 MiB in 51 packages 04:46:12 Running setup.py install for docopt: finished with status 'done' 04:46:14 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 04:46:14 ---> e5f590a0bd70 04:46:14 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 04:46:14 Removing intermediate container 4888bed63a3f 04:46:14 ---> 49919869e0f4 04:46:14 Step 8/21 : COPY . . 04:46:14 Removing intermediate container a080cb8078ee 04:46:14 ---> 2cfb74e0328f 04:46:14 Step 6/22 : COPY go.mod . 04:46:14 ---> Running in 69a138f1ede4 04:46:15 ---> 0bd892fe8cbf 04:46:15 Step 7/22 : RUN go mod download 04:46:15 ---> Running in 50a9ccc65544 04:46:15 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 04:46:25 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 04:46:25 Removing intermediate container e72d4edf096a 04:46:25 ---> 882a1c50797f 04:46:25 Step 22/26 : RUN apk --no-cache add curl 04:46:34 ---> Running in 404d468f8b7f 04:46:34 Removing intermediate container 50a9ccc65544 04:46:34 ---> 22a7305ab5ca 04:46:34 Step 8/22 : COPY . . 04:46:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:46:38 ---> d2b011a49241 04:46:38 Step 9/21 : RUN make cmd/core-command/core-command 04:46:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:38 ---> Running in bf25853b757c 04:46:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:46:38 (2/3) Installing libcurl (7.69.1-r0) 04:46:38 (3/3) Installing curl (7.69.1-r0) 04:46:39 Executing busybox-1.31.1-r16.trigger 04:46:39 OK: 72 MiB in 58 packages 04:46:40 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 04:46:43 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 04:46:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:46:46 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 04:46:47 Removing intermediate container 2dc27832dcda 04:46:47 ---> 59535f9114cb 04:46:47 04:46:47 Step 9/29 : FROM alpine:latest 04:46:47 ---> a24bb4013296 04:46:47 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:46:49 Removing intermediate container 404d468f8b7f 04:46:49 ---> fa786f7f8945 04:46:49 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:50 ---> Running in b8d968d9a331 04:46:52 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 04:46:52 ---> Running in a28a0109ab87 04:46:52 Removing intermediate container b8d968d9a331 04:46:52 ---> 671ef1cec388 04:46:52 Step 11/29 : USER root 04:46:52 ---> Running in 6b5578afbbba 04:46:52 Removing intermediate container a28a0109ab87 04:46:52 ---> c231f043ca17 04:46:52 Step 24/26 : LABEL arch=x86_64 04:46:53 ---> Running in 8f2e95204da7 04:46:53 Removing intermediate container 6b5578afbbba 04:46:53 ---> fd985bebbac5 04:46:53 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:46:53 ---> Running in 28427eb89d15 04:46:54 Removing intermediate container 8f2e95204da7 04:46:54 ---> d22337ce36f2 04:46:54 Step 25/26 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:46:54 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 04:46:55 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 04:46:55 ---> Running in dd38ac06842f 04:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:57 ---> eb7b3f3ee7e0 04:46:57 Step 9/22 : RUN make cmd/core-data/core-data 04:46:57 Removing intermediate container dd38ac06842f 04:46:57 ---> 1d07774ad2a9 04:46:57 Step 26/26 : LABEL version=0.0.0 04:46:57 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:46:57 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:46:57 OK: 12749 distinct packages available 04:46:57 ---> Running in 23efe781d517 04:46:57 ---> Running in eda95570d9ab 04:46:57 (1/2) Installing ca-certificates (20191127-r4) 04:46:57 (2/2) Installing dumb-init (1.2.2-r1) 04:46:57 Executing busybox-1.31.1-r16.trigger 04:46:57 Executing ca-certificates-20191127-r4.trigger 04:46:58 OK: 6 MiB in 16 packages 04:46:58 Removing intermediate container eda95570d9ab 04:46:58 ---> 05760f458ce7 04:46:58 04:46:59 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 04:46:59 Successfully built 05760f458ce7 04:46:59 Successfully tagged docker-sys-mgmt-agent-go:latest 04:46:59  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go 04:47:00 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 04:47:05 Removing intermediate container 28427eb89d15 04:47:05 ---> 3de6964094e0 04:47:05 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:47:07 ---> Running in 39cd538ffeaa 04:47:07 Removing intermediate container 69a138f1ede4 04:47:07 ---> 6499749fac2c 04:47:07 04:47:07 Step 10/26 : FROM alpine:3.10 04:47:07 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 04:47:07 3.10: Pulling from library/alpine 04:47:07 Removing intermediate container 39cd538ffeaa 04:47:07 ---> aba0d9ce2fa9 04:47:07 Step 14/29 : WORKDIR $BASE_DIR 04:47:08 ---> Running in 1a1e996eab8b 04:47:10 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:47:10 Status: Downloaded newer image for alpine:3.10 04:47:10 ---> be4e4bea2c2e 04:47:10 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:47:11 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 04:47:11 Removing intermediate container 1a1e996eab8b 04:47:11 ---> 0bd9f193dbaa 04:47:11 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:47:12 ---> Running in 92a0e85897bc 04:47:14 ---> Running in e93e1ca99f6d 04:47:16 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 04:47:18 Removing intermediate container bf25853b757c 04:47:18 ---> 94a55979d2bd 04:47:18 04:47:18 Step 10/21 : FROM scratch 04:47:18 ---> 04:47:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:19 ---> Using cache 04:47:19 ---> b5087a1b9352 04:47:19 Step 12/21 : ENV APP_PORT=48082 04:47:19 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:19 ---> 0844f87f0a33 04:47:19 Step 3/21 : WORKDIR /edgex-go 04:47:19 ---> Using cache 04:47:19 ---> 67c00e5a47a1 04:47:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:19 ---> Using cache 04:47:19 ---> ef0c70f13e32 04:47:19 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:47:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:47:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:47:20 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:47:20 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:47:20 OK: 10346 distinct packages available 04:47:20 (1/5) Installing ca-certificates (20191127-r2) 04:47:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:47:20 (3/5) Installing libcurl (7.66.0-r0) 04:47:20 (4/5) Installing curl (7.66.0-r0) 04:47:20 (5/5) Installing dumb-init (1.2.2-r1) 04:47:20 Executing busybox-1.30.1-r3.trigger 04:47:20 Executing ca-certificates-20191127-r2.trigger 04:47:20 OK: 7 MiB in 19 packages 04:47:21 ---> Running in 5a4962399e86 04:47:21 ---> Running in fafb6613891e 04:47:21 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 04:47:21 Removing intermediate container 5a4962399e86 04:47:21 ---> f1d6e2a1da71 04:47:21 Step 13/21 : EXPOSE $APP_PORT 04:47:21 ---> Running in bd69432a69d5 04:47:22 Removing intermediate container bd69432a69d5 04:47:22 ---> 6bece5d7e581 04:47:22 Step 14/21 : WORKDIR / 04:47:22 Removing intermediate container 92a0e85897bc 04:47:22 ---> 56bef99ed841 04:47:22 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:22 Removing intermediate container e93e1ca99f6d 04:47:22 ---> 497c00f517bc 04:47:22 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:47:22 ---> Running in c4d69d9a682f 04:47:22 ---> Running in 2cdec499df01 04:47:22 Removing intermediate container 2cdec499df01 04:47:22 ---> 628c43efb61a 04:47:22 Step 13/26 : WORKDIR / 04:47:22 Removing intermediate container c4d69d9a682f 04:47:22 ---> 35ed8dcc46d0 04:47:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:47:23 ---> Running in 4667555cd108 04:47:23 ---> 7ee4b3138d34 04:47:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:47:23 ---> 5a75278dec6a 04:47:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:23 Removing intermediate container 4667555cd108 04:47:23 ---> 4e7cb5cc5dc8 04:47:23 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:47:23 ---> 8004eeb3fa3a 04:47:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:47:24 ---> bce9144217b9 04:47:24 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:47:24 ---> f5588758a164 04:47:24 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:47:24 ---> 02e4f67bfe03 04:47:24 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:47:24 ---> 68e6bb5ab2c4 04:47:24 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:24 ---> 01adafba4138 04:47:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:47:24 ---> a6e0d9a49cf9 04:47:24 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:47:24 ---> Running in 807fee995d62 04:47:25 ---> 92ee2e478bfd 04:47:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:47:25 Removing intermediate container 807fee995d62 04:47:25 ---> f7388b1527e8 04:47:25 Step 19/21 : LABEL arch=x86_64 04:47:25 ---> d1dbe2d8c347 04:47:25 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:47:25 ---> Running in 20a79cc53ef2 04:47:26 ---> Running in 294ccc48d263 04:47:26 ---> d462b2d09a1e 04:47:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:47:26 Removing intermediate container 20a79cc53ef2 04:47:26 ---> 25683eb96dd3 04:47:26 Step 20/21 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:47:26 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 04:47:26 ---> Running in 99e899e58088 04:47:26 ---> 5ffe0276aeae 04:47:26 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:47:26 Removing intermediate container 99e899e58088 04:47:26 ---> dc3cf69dd5ee 04:47:26 Step 21/21 : LABEL version=0.0.0 04:47:27 ---> Running in c4a7c5f69f3d 04:47:29 ---> 85c0726ff1f2 04:47:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:47:29 Removing intermediate container c4a7c5f69f3d 04:47:29 ---> 40225b961792 04:47:29 04:47:29 Removing intermediate container 294ccc48d263 04:47:29 ---> bd56dd4651cf 04:47:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:47:29 Removing intermediate container 23efe781d517 04:47:29 ---> 2ad347818609 04:47:29 04:47:29 Step 10/22 : FROM alpine 04:47:29 ---> a24bb4013296 04:47:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:29 Successfully built 40225b961792 04:47:29 ---> Running in f8d1c7b3fab9 04:47:29 Successfully tagged docker-core-command-go:latest 04:47:29  Building docker-core-command-go ... done  ---> 3c670b3b99af 04:47:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:47:29 ---> b64e7f2c059b 04:47:29 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:29 Removing intermediate container f8d1c7b3fab9 04:47:29 ---> f33f8e0fce13 04:47:29 Step 12/22 : ENV APP_PORT=48080 04:47:29 ---> Running in d15fed1a072d 04:47:29 ---> Running in add8cad5f118 04:47:29 ---> b5ed7259d0e8 04:47:29 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [Pipeline] } 04:47:30 $ docker stop --time=1 4ac8a709d8d1c3ce5ebca26ef647ce00a043ffc6ae5ea29c5b907505b9857ceb 04:47:30 ---> Running in 2a92d428526b 04:47:30 Removing intermediate container add8cad5f118 04:47:30 ---> 2bc19c079e6e 04:47:30 Step 13/22 : EXPOSE $APP_PORT 04:47:30 ---> Running in 9ffde39369e1 04:47:30 Removing intermediate container 9ffde39369e1 04:47:30 ---> a69e089a04b4 04:47:30 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:31 ---> Running in f2db7f9b6074 04:47:31 Removing intermediate container d15fed1a072d 04:47:31 ---> 43fcec0d7124 04:47:31 Step 24/29 : RUN chmod 755 security-secrets-setup 04:47:31 ---> Running in fc84d2bb3a05 04:47:31 Removing intermediate container 2a92d428526b 04:47:31 ---> febf2d4662af 04:47:31 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:47:31 ---> Running in e5cb9a0f936d 04:47:32 Removing intermediate container e5cb9a0f936d 04:47:32 ---> 1823ab0b83d9 04:47:32 Step 24/26 : LABEL arch=x86_64 04:47:32 ---> Running in 9c4209a65602 04:47:32 Removing intermediate container f2db7f9b6074 04:47:32 ---> b6ca742c0d7d 04:47:32 Step 15/22 : RUN apk --no-cache add zeromq 04:47:32 $ docker rm -f 4ac8a709d8d1c3ce5ebca26ef647ce00a043ffc6ae5ea29c5b907505b9857ceb 04:47:32 ---> Running in ae6e41f7623d 04:47:32 Removing intermediate container 9c4209a65602 04:47:32 ---> e108a15c57d4 04:47:32 Step 25/26 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:47:32 ---> Running in 6c1184ff4eff 04:47:32 Removing intermediate container fc84d2bb3a05 04:47:32 ---> c38c41416392 04:47:32 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:47:34 ---> Running in e193e5a2a748 04:47:34 Removing intermediate container 6c1184ff4eff 04:47:34 ---> 6b12c31c7737 04:47:34 Step 26/26 : LABEL version=0.0.0 04:47:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:34 ---> Running in 2f4ed2cdbe18 04:47:34 Removing intermediate container e193e5a2a748 04:47:34 ---> 5ae6a0c6df41 04:47:34 Step 26/29 : CMD [ "generate" ] 04:47:34 04:47:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:47:34 ---> Running in 49a0e7c49388 04:47:34 Removing intermediate container 2f4ed2cdbe18 04:47:34 ---> b0ed5dfacf8a 04:47:34 04:47:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:47:34 Successfully built b0ed5dfacf8a 04:47:34 Removing intermediate container 49a0e7c49388 04:47:34 ---> 3e686bc5966b 04:47:34 Step 27/29 : LABEL arch=x86_64 04:47:34 Successfully tagged docker-security-secretstore-setup-go:latest 04:47:34  Building docker-security-secretstore-setup-go ... done  ---> Running in 86032c29372c 04:47:35 latest: Pulling from edgex-devops/edgex-compose-arm64 04:47:35 29e5d40040c1: Pulling fs layer 04:47:35 1ce36da41761: Pulling fs layer 04:47:35 25b303627fd3: Pulling fs layer 04:47:35 29e5d40040c1: Verifying Checksum 04:47:35 29e5d40040c1: Download complete 04:47:35 Removing intermediate container 86032c29372c 04:47:35 ---> b2ab89f1adfb 04:47:35 Step 28/29 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:47:35 ---> Running in 2a46eeb53f9c 04:47:35 Removing intermediate container 2a46eeb53f9c 04:47:35 ---> 5ed9f3c6526e 04:47:35 Step 29/29 : LABEL version=0.0.0 04:47:35 ---> Running in 869738b6e27e 04:47:35 Removing intermediate container 869738b6e27e 04:47:35 ---> 515b067e6dbf 04:47:35 04:47:35 Successfully built 515b067e6dbf 04:47:35 Successfully tagged docker-security-secrets-setup-go:latest 04:47:35 1ce36da41761: Verifying Checksum 04:47:35 1ce36da41761: Download complete 04:47:35 29e5d40040c1: Pull complete 04:47:37 1ce36da41761: Pull complete 04:47:37 25b303627fd3: Verifying Checksum 04:47:37 25b303627fd3: Download complete 04:47:43  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:47 25b303627fd3: Pull complete 04:47:47 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:47:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:47:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:47:48 prd-ubuntu18.04-docker-arm64-4c-16g-1666 does not seem to be running inside a container 04:47:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 04:47:51 $ docker top 6d4846bef8c486ffc6f82f90129a0a4dd15cf66925e29c9149bfeb4879f24afe -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:53 + + docker-composegrep build parallel --help 04:47:53 04:47:58 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:58 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:58 OK: 12749 distinct packages available 04:47:58 OK: 233 MiB in 51 packages 04:47:58 OK: 233 MiB in 51 packages 04:47:58 Removing intermediate container fafb6613891e 04:47:58 ---> 35dee845c005 04:47:58 Step 6/21 : COPY go.mod . 04:47:58 ---> 14b75210f1bf 04:47:58 Step 7/21 : RUN go mod download 04:47:58 ---> Running in e5c36517ea9f 04:47:58 --parallel Build images in parallel. [Pipeline] } 04:47:58 $ docker stop --time=1 6d4846bef8c486ffc6f82f90129a0a4dd15cf66925e29c9149bfeb4879f24afe 04:47:58 Removing intermediate container e5c36517ea9f 04:47:58 ---> 48582322f87a 04:47:58 Step 8/21 : COPY . . 04:48:00 $ docker rm -f 6d4846bef8c486ffc6f82f90129a0a4dd15cf66925e29c9149bfeb4879f24afe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:48:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:48:01 . [Pipeline] withDockerContainer 04:48:02 prd-ubuntu18.04-docker-arm64-4c-16g-1666 does not seem to be running inside a container 04:48:02 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:48:02 (1/5) Installing libgcc (9.3.0-r2) 04:48:02 (2/5) Installing libsodium (1.0.18-r0) 04:48:03 $ docker top f690711eaa744d8a2cba4c2be86641b66ca7aac9f762f58a8b0011fcecef8b35 -eo pid,comm [Pipeline] { [Pipeline] sh 04:48:04 + docker-compose -f ./docker-compose-build.yml build --parallel 04:48:05 (3/5) Installing libstdc++ (9.3.0-r2) 04:48:10 Building docker-core-command-go ... 04:48:10 Building docker-core-data-go ... 04:48:10 Building docker-core-metadata-go ... 04:48:10 Building docker-security-proxy-setup-go ... 04:48:10 Building docker-security-secrets-setup-go ... 04:48:10 Building docker-security-secretstore-setup-go ... 04:48:10 Building docker-support-logging-go ... 04:48:10 Building docker-support-notifications-go ... 04:48:10 Building docker-support-scheduler-go ... 04:48:10 Building docker-sys-mgmt-agent-go ... 04:48:10 Building docker-core-metadata-go 04:48:10 Building docker-sys-mgmt-agent-go 04:48:10 Building docker-core-data-go 04:48:10 Building docker-security-secrets-setup-go 04:48:10 Building docker-security-secretstore-setup-go 04:48:13 (4/5) Installing libzmq (4.3.2-r0) 04:48:13 ---> 18cb176dd691 04:48:13 Step 9/21 : RUN make cmd/support-logging/support-logging 04:48:13 ---> Running in 7eea259df5dd 04:48: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 04:48:14 (5/5) Installing zeromq (4.3.2-r0) 04:48:15 Executing busybox-1.31.1-r16.trigger 04:48:15 OK: 8 MiB in 19 packages 04:48:16 Removing intermediate container ae6e41f7623d 04:48:16 ---> 472b751483b7 04:48:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:48:16 ---> 0483cb5a98a5 04:48:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:48:18 ---> 0abe917766b9 04:48:18 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:48:18 ---> 527ba5c354ba 04:48:18 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:18 ---> Running in f1df4af70613 04:48:18 Removing intermediate container f1df4af70613 04:48:18 ---> aa6db390c3a5 04:48:18 Step 20/22 : LABEL arch=x86_64 04:48:18 ---> Running in 342db39f9cbe 04:48:18 Removing intermediate container 342db39f9cbe 04:48:18 ---> c0b317ac759a 04:48:18 Step 21/22 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:48:18 ---> Running in 0d0e9e9f16ff 04:48:19 Removing intermediate container 0d0e9e9f16ff 04:48:19 ---> e4276b8bbc51 04:48:19 Step 22/22 : LABEL version=0.0.0 04:48:19 ---> Running in ca8c589cee5f 04:48:19 Removing intermediate container ca8c589cee5f 04:48:19 ---> ff501138a317 04:48:19 04:48:19 Successfully built ff501138a317 04:48:19 Successfully tagged docker-core-data-go:latest 04:48:25  Building docker-core-data-go ... done Removing intermediate container 7eea259df5dd 04:48:25 ---> 706f41dcd16a 04:48:25 04:48:25 Step 10/21 : FROM scratch 04:48:25 ---> 04:48:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:48:25 ---> Using cache 04:48:25 ---> 4a199882f6a2 04:48:25 Step 12/21 : ENV APP_PORT=48061 04:48:25 ---> Running in ef1e4f424f77 04:48:25 Removing intermediate container ef1e4f424f77 04:48:25 ---> 9a686e7ef61c 04:48:25 Step 13/21 : EXPOSE $APP_PORT 04:48:25 ---> Running in 208b425ba608 04:48:25 Removing intermediate container 208b425ba608 04:48:25 ---> dcbcb966a445 04:48:25 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:48:26 ---> ee7030a4fa3d 04:48:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:48:26 ---> bfcf4bd033b3 04:48:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:48:26 ---> ced4fd5cc7b9 04:48:26 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:48:26 ---> a37b5aefecce 04:48:26 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:27 ---> Running in 7320ecefa1fa 04:48:27 Removing intermediate container 7320ecefa1fa 04:48:27 ---> 4a4a81c00078 04:48:27 Step 19/21 : LABEL arch=x86_64 04:48:27 ---> Running in bf72fbb1dde2 04:48:27 Removing intermediate container bf72fbb1dde2 04:48:27 ---> a9502c29370b 04:48:27 Step 20/21 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:48:27 ---> Running in 7572f58320f5 04:48:27 Removing intermediate container 7572f58320f5 04:48:27 ---> 3f32c72d7373 04:48:27 Step 21/21 : LABEL version=0.0.0 04:48:28 ---> Running in ab82935424a8 04:48:28 Removing intermediate container ab82935424a8 04:48:28 ---> b2ee5cffe183 04:48:28 04:48:28 Successfully built b2ee5cffe183 04:48:28 Successfully tagged docker-support-logging-go:latest 04:48:28  Building docker-support-logging-go ... done  [Pipeline] } 04:48:28 $ docker stop --time=1 dc3a8e02eef468faed664e84d2cfbd9f3398f33bec56bd54779bd2cf3f84d328 04:48:30 $ docker rm -f dc3a8e02eef468faed664e84d2cfbd9f3398f33bec56bd54779bd2cf3f84d328 [Pipeline] // withDockerContainer [Pipeline] sh 04:48:31 + docker images 04:48:31 + grep docker 04:48:31 docker-support-logging-go latest b2ee5cffe183 3 seconds ago 11.8MB 04:48:31 docker-core-data-go latest ff501138a317 12 seconds ago 23.8MB 04:48:31 docker-security-secrets-setup-go latest 515b067e6dbf 56 seconds ago 25.1MB 04:48:31 docker-security-secretstore-setup-go latest b0ed5dfacf8a 57 seconds ago 33.9MB 04:48:31 docker-core-command-go latest 40225b961792 About a minute ago 13MB 04:48:31 docker-sys-mgmt-agent-go latest 05760f458ce7 About a minute ago 284MB 04:48:31 docker-support-notifications-go latest 842fdba7b66f 3 minutes ago 14.4MB 04:48:31 docker-core-metadata-go latest 7844ff565a0f 3 minutes ago 14.4MB 04:48:31 docker-security-proxy-setup-go latest be9b6640bb2b 3 minutes ago 16.4MB 04:48:31 docker-support-scheduler-go latest fa629a152606 3 minutes ago 13.1MB 04:48:31 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] } 04:50:02 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:02 ---> 7cc4b18fdc4b 04:50:02 Step 3/21 : WORKDIR /edgex-go 04:50:02 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:50:02 ---> 7cc4b18fdc4b 04:50:02 Step 3/26 : WORKDIR /edgex-go 04:50:02 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:02 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:50:02 ---> 7cc4b18fdc4b 04:50:02 Step 3/29 : WORKDIR /edgex-go 04:50:02 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:50:02 ---> 7cc4b18fdc4b 04:50:02 Step 3/22 : WORKDIR /edgex-go 04:50:02 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:50:02 ---> 7cc4b18fdc4b 04:50:02 Step 3/26 : WORKDIR /edgex-go 04:50:02 ---> Running in 8d3d882634c8 04:50:02 ---> Running in f58437133c70 04:50:02 ---> Running in 7d7c5024bb2f 04:50:02 ---> Running in 83496b62efc1 04:50:02 ---> Running in 0b762481b302 04:50:02 Removing intermediate container f58437133c70 04:50:02 ---> 4db70fa158ef 04:50:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:02 Removing intermediate container 8d3d882634c8 04:50:02 ---> 12f54cbdec96 04:50:02 Step 4/29 : RUN apk update && apk add make git 04:50:02 Removing intermediate container 0b762481b302 04:50:02 ---> e9fcf200b42d 04:50:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:02 Removing intermediate container 83496b62efc1 04:50:02 ---> 42da7897a84d 04:50:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:02 Removing intermediate container 7d7c5024bb2f 04:50:02 ---> 41391990958d 04:50:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:02 ---> Running in bdeda20b7365 04:50:02 ---> Running in a8000ed04420 04:50:02 ---> Running in 8e9625f10b36 04:50:02 ---> Running in d7643d590486 04:50:02 ---> Running in 5c49ec04aba4 04:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:02 Removing intermediate container a8000ed04420 04:50:02 ---> 54e43ab98639 04:50:02 Step 5/21 : RUN apk update && apk add make git 04:50:02 ---> Running in cd5e49bddb41 04:50:02 Removing intermediate container 8e9625f10b36 04:50:02 ---> 8c5111cb2d0a 04:50:02 Step 5/26 : RUN apk update && apk add make git 04:50:02 ---> Running in 6628457b35f3 04:50:02 Removing intermediate container d7643d590486 04:50:02 ---> a8d2d83d6178 04:50:02 Step 5/26 : RUN apk update && apk add make bash git 04:50:02 Removing intermediate container 5c49ec04aba4 04:50:02 ---> b73c4c16d673 04:50:02 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:50:02 ---> Running in 61c2d52dd478 04:50:02 ---> Running in b044615927cf 04:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:35 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:35 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:35 OK: 12620 distinct packages available 04:50:35 OK: 217 MiB in 51 packages 04:50:35 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:35 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:35 OK: 12620 distinct packages available 04:50:36 OK: 217 MiB in 51 packages 04:50:36 Removing intermediate container bdeda20b7365 04:50:36 ---> 45f7f8cd1c0e 04:50:36 Step 5/29 : COPY go.mod . 04:50:37 ---> f65b4f338ad1 04:50:37 Step 6/29 : RUN go mod download 04:50:38 ---> Running in edf949c5a312 04:50:38 Removing intermediate container cd5e49bddb41 04:50:38 ---> 694d70b33918 04:50:38 Step 6/21 : COPY go.mod . 04:50:38 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:38 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:38 OK: 12620 distinct packages available 04:50:39 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:39 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:39 OK: 12620 distinct packages available 04:50:39 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:39 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:39 OK: 12620 distinct packages available 04:50:39 ---> 649e8c695e32 04:50:39 Step 7/21 : RUN go mod download 04:50:39 OK: 217 MiB in 51 packages 04:50:39 ---> Running in d769dfca1949 04:50:39 OK: 217 MiB in 51 packages 04:50:40 OK: 217 MiB in 51 packages 04:50:41 Removing intermediate container 61c2d52dd478 04:50:41 ---> 6b8b1c59b6c6 04:50:41 Step 6/26 : COPY go.mod . 04:50:41 Removing intermediate container b044615927cf 04:50:41 ---> df2f984060ef 04:50:41 Step 6/22 : COPY go.mod . 04:50:42 Removing intermediate container 6628457b35f3 04:50:42 ---> 231ec02e10da 04:50:42 Step 6/26 : COPY go.mod . 04:50:43 Removing intermediate container edf949c5a312 04:50:43 ---> 4ec2d1a6f7b6 04:50:43 Step 7/29 : COPY . . 04:50:43 ---> 859694a6eaee 04:50:43 Step 7/26 : RUN go mod download 04:50:43 ---> 6bbd098585b4 04:50:43 Step 7/22 : RUN go mod download 04:50:43 ---> Running in 9f4989894d27 04:50:43 ---> Running in 981dae31e1d2 04:50:43 ---> 380be926d9e0 04:50:43 Step 7/26 : RUN go mod download 04:50:44 ---> Running in 14c8b5f8d095 04:50:45 Removing intermediate container d769dfca1949 04:50:45 ---> 17098673e535 04:50:45 Step 8/21 : COPY . . 04:50:52 Removing intermediate container 981dae31e1d2 04:50:52 ---> e6883d3d7b20 04:50:52 Step 8/22 : COPY . . 04:50:52 Removing intermediate container 14c8b5f8d095 04:50:52 ---> 139cdce5517d 04:50:52 Step 8/26 : COPY . . 04:50:52 Removing intermediate container 9f4989894d27 04:50:52 ---> ddf8bc5b29d1 04:50:52 Step 8/26 : COPY . . 04:51:25 ---> dda478086f42 04:51:25 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:51:25 ---> 41c065f595b5 04:51:25 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:51:25 ---> 97a27f562b73 04:51:25 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 04:51:25 ---> Running in 55fd0a0128d3 04:51:25 ---> Running in 1a281d3fa754 04:51:25 ---> b598c5623af5 04:51:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:51:25 ---> 8566dbb3fd30 04:51:25 Step 9/22 : RUN make cmd/core-data/core-data 04:51:25 ---> Running in d9198f4369b6 04:51:25 ---> Running in 1e5c889c6e3d 04:51:25 ---> Running in efbfd49983ae 04:51:25 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 04:51:25 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 04:51:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:51:25 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 04:51:25 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 04:52: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 04:52:51 Removing intermediate container 55fd0a0128d3 04:52:51 ---> ae3214e725ff 04:52:51 04:52:51 Step 9/29 : FROM alpine:latest 04:52:51 latest: Pulling from library/alpine 04:52:51 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:52:51 Status: Downloaded newer image for alpine:latest 04:52:51 ---> 62ee0e9f8440 04:52:51 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:52:52 ---> Running in 906690ca44b5 04:52:53 Removing intermediate container 906690ca44b5 04:52:53 ---> 233668eb7848 04:52:53 Step 11/29 : USER root 04:52:53 ---> Running in ca09406ff295 04:52:53 Removing intermediate container ca09406ff295 04:52:53 ---> c124165bc9d8 04:52:53 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:52:53 ---> Running in e4384eb9ff10 04:52:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:57 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:52:57 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:52:57 OK: 12620 distinct packages available 04:52:58 (1/2) Installing ca-certificates (20191127-r4) 04:52:58 (2/2) Installing dumb-init (1.2.2-r1) 04:52:58 Executing busybox-1.31.1-r16.trigger 04:52:58 Executing ca-certificates-20191127-r4.trigger 04:52:58 OK: 6 MiB in 16 packages 04:52:59 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 04:53:02 Removing intermediate container e4384eb9ff10 04:53:02 ---> aec136288484 04:53:02 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:53:03 ---> Running in 00d944d76a3f 04:53:04 Removing intermediate container 00d944d76a3f 04:53:04 ---> 2f3ecc7f621c 04:53:04 Step 14/29 : WORKDIR $BASE_DIR 04:53:04 ---> Running in 5342bb1272df 04:53:05 Removing intermediate container 1e5c889c6e3d 04:53:05 ---> a8953e4bfada 04:53:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:53:05 ---> Running in 4ca6b1a0cd4f 04:53:05 Removing intermediate container 5342bb1272df 04:53:05 ---> c5f08dabd00b 04:53:05 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:53:05 ---> Running in a8a9002e8d85 04:53:08 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 04:53:11 Removing intermediate container a8a9002e8d85 04:53:11 ---> b653a32e3b1f 04:53:11 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:53:14 ---> 031811f515b6 04:53:14 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:53:15 Removing intermediate container efbfd49983ae 04:53:15 ---> ed7b3483bf23 04:53:15 04:53:15 Step 10/26 : FROM alpine:3.10 04:53:15 3.10: Pulling from library/alpine 04:53:15 Removing intermediate container 4ca6b1a0cd4f 04:53:15 ---> 7b52220758b8 04:53:15 04:53:15 Step 11/26 : FROM docker:latest 04:53:15 ---> ce9d55ae87f1 04:53:15 Step 12/26 : RUN apk add --no-cache bash 04:53:15 ---> Running in e7f60e09bfff 04:53:16 ---> 97de93309306 04:53:16 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:53:17 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:53:17 Status: Downloaded newer image for alpine:3.10 04:53:17 ---> 536a684cf733 04:53:17 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:53:18 ---> Running in 4c8089ff2e87 04:53:18 ---> e80fa174215a 04:53:18 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:53:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:19 (1/2) Installing readline (8.0.4-r0) 04:53:19 (2/2) Installing bash (5.0.17-r0) 04:53:19 Executing bash-5.0.17-r0.post-install 04:53:19 Executing busybox-1.31.1-r16.trigger 04:53:19 OK: 12 MiB in 22 packages 04:53:19 ---> 528bd495b8e5 04:53:19 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:53:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:53:20 ---> ac4e4e966659 04:53:20 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:53:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:53:21 ---> Running in e3dba916c1ae 04:53:21 Removing intermediate container e7f60e09bfff 04:53:21 ---> de3a2226fc90 04:53:21 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:53:21 ---> Running in 3e468b58dfa0 04:53:21 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:53:21 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:53:21 OK: 10167 distinct packages available 04:53:22 (1/5) Installing ca-certificates (20191127-r2) 04:53:22 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:53:22 (3/5) Installing libcurl (7.66.0-r0) 04:53:22 (4/5) Installing curl (7.66.0-r0) 04:53:22 (5/5) Installing dumb-init (1.2.2-r1) 04:53:22 Executing busybox-1.30.1-r3.trigger 04:53:22 Executing ca-certificates-20191127-r2.trigger 04:53:22 OK: 7 MiB in 19 packages 04:53:26 Removing intermediate container e3dba916c1ae 04:53:26 ---> 5abf5acbe10e 04:53:26 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:53:26 Removing intermediate container 4c8089ff2e87 04:53:26 ---> d1e29a161f7a 04:53:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:53:27 Removing intermediate container 3e468b58dfa0 04:53:27 ---> bae1656375bc 04:53:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:53:27 ---> Running in 47f6bb4b2367 04:53:27 ---> Running in 5b331e7ef84e 04:53:27 ---> 2d086c3ccd2a 04:53:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:53:27 ---> Running in b980842ecabd 04:53:28 Removing intermediate container 47f6bb4b2367 04:53:28 ---> 910ab4e162b7 04:53:28 Step 13/26 : WORKDIR / 04:53:28 Removing intermediate container 1a281d3fa754 04:53:28 ---> dbfa51cd0aa5 04:53:28 04:53:28 Step 10/21 : FROM scratch 04:53:28 ---> 04:53:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:53:28 Removing intermediate container 5b331e7ef84e 04:53:28 ---> 63839fbd33c7 04:53:28 Step 15/26 : ENV APP_PORT=48090 04:53:28 ---> Running in f6e8c9ef0bf4 04:53:28 ---> Running in f40347d39a81 04:53:28 ---> Running in 38b15d19fcf6 04:53:29 Removing intermediate container f40347d39a81 04:53:29 ---> aa4b5812df34 04:53:29 Step 12/21 : ENV APP_PORT=48081 04:53:29 ---> Running in 9cb36103cd77 04:53:29 Removing intermediate container 38b15d19fcf6 04:53:29 ---> 624e5e8eab14 04:53:29 Step 16/26 : EXPOSE $APP_PORT 04:53:29 Removing intermediate container f6e8c9ef0bf4 04:53:29 ---> 4592086f3335 04:53:29 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:53:30 ---> Running in a58006081372 04:53:30 Removing intermediate container 9cb36103cd77 04:53:30 ---> 2bea728663b6 04:53:30 Step 13/21 : EXPOSE $APP_PORT 04:53:31 ---> Running in abb4479dbfe2 04:53:31 Removing intermediate container a58006081372 04:53:31 ---> 97c5d630d93c 04:53:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:53:31 ---> b973c11defd4 04:53:31 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:53:32 Removing intermediate container b980842ecabd 04:53:32 ---> 006541a5f6a8 04:53:32 Step 24/29 : RUN chmod 755 security-secrets-setup 04:53:32 Removing intermediate container abb4479dbfe2 04:53:32 ---> 799fd0d222e2 04:53:32 Step 14/21 : WORKDIR / 04:53:32 ---> a5474a91492c 04:53:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:53:32 ---> Running in d656b639c681 04:53:32 ---> Running in cbd73313f99d 04:53:33 ---> cfeff146a968 04:53:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:53:33 Removing intermediate container cbd73313f99d 04:53:33 ---> 63d564d051e3 04:53:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:53:34 ---> e81c0c786bf4 04:53:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:53:34 ---> e31d8241368d 04:53:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:53:34 ---> 03b6546e0fda 04:53:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:53:36 ---> ee6789c0889e 04:53:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:53:36 ---> 675c4a634a73 04:53:36 Step 20/26 : RUN apk --no-cache add py-pip 04:53:37 ---> Running in bccc91f1cc68 04:53:37 ---> 1bc04b18fe43 04:53:37 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:53:37 Removing intermediate container d656b639c681 04:53:37 ---> 228d55391a63 04:53:37 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:53:37 ---> 943caec6c2b2 04:53:37 Removing intermediate container d9198f4369b6 04:53:37 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . ---> ee5995ab822c 04:53:37 04:53:37 04:53:37 Step 10/22 : FROM alpine 04:53:37 ---> 62ee0e9f8440 04:53:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:53:37 ---> Running in d07fd65821e9 04:53:38 ---> Running in 723e8197f605 04:53:38 ---> 0f0bab9da4ef 04:53:38 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:38 Removing intermediate container d07fd65821e9 04:53:38 ---> 1874ac8754df 04:53:38 Step 26/29 : CMD [ "generate" ] 04:53:38 ---> Running in 60c47866af37 04:53:39 Removing intermediate container 723e8197f605 04:53:39 ---> b7883777a59f 04:53:39 Step 12/22 : ENV APP_PORT=48080 04:53:39 ---> Running in f763d9be3c77 04:53:39 ---> Running in de4b489ac6bb 04:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:39 Removing intermediate container 60c47866af37 04:53:39 ---> 54bf390d1885 04:53:39 Step 19/21 : LABEL arch=arm64 04:53:39 ---> 1aa53d1fd38d 04:53:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:53:39 Removing intermediate container de4b489ac6bb 04:53:39 ---> 48d457c847d7 04:53:39 Step 13/22 : EXPOSE $APP_PORT 04:53:39 Removing intermediate container f763d9be3c77 04:53:39 ---> fa932d606db5 04:53:39 Step 27/29 : LABEL arch=arm64 04:53:40 ---> Running in 973f663f6cf7 04:53:40 ---> Running in 1e43d1692b9d 04:53:40 ---> Running in 75fc038b3dab 04:53:40 (1/33) Installing libbz2 (1.0.8-r1) 04:53:40 (2/33) Installing expat (2.2.9-r1) 04:53:40 (3/33) Installing libffi (3.3-r2) 04:53:40 (4/33) Installing gdbm (1.13-r1) 04:53:40 (5/33) Installing xz-libs (5.2.5-r0) 04:53:40 (6/33) Installing sqlite-libs (3.32.1-r0) 04:53:40 (7/33) Installing python3 (3.8.5-r0) 04:53:41 Removing intermediate container 973f663f6cf7 04:53:41 ---> 35163bad1401 04:53:41 Step 20/21 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:53:41 Removing intermediate container 1e43d1692b9d 04:53:41 ---> 4c07ef126b1f 04:53:41 Step 28/29 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:53:41 Removing intermediate container 75fc038b3dab 04:53:41 ---> 068cd8cf9272 04:53:41 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:41 ---> Running in 088f625fe8ec 04:53:41 ---> Running in b23d8b062cbd 04:53:41 ---> Running in 2b21185c31b3 04:53:41 ---> b21580c07c24 04:53:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:53:42 Removing intermediate container 088f625fe8ec 04:53:42 ---> a26838573f81 04:53:42 Step 29/29 : LABEL version=0.0.0 04:53:42 Removing intermediate container b23d8b062cbd 04:53:42 ---> 80d48070acf7 04:53:42 Step 21/21 : LABEL version=0.0.0 04:53:42 (8/33) Installing py3-appdirs (1.4.4-r1) 04:53:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:53:42 (10/33) Installing py3-parsing (2.4.7-r0) 04:53:42 (11/33) Installing py3-six (1.15.0-r0) 04:53:42 (12/33) Installing py3-packaging (20.4-r0) 04:53:42 (13/33) Installing py3-setuptools (47.0.0-r0) 04:53:42 (14/33) Installing py3-chardet (3.0.4-r4) 04:53:42 ---> Running in c2f13f96f017 04:53:42 ---> Running in 6c6172ff84cf 04:53:42 (15/33) Installing py3-idna (2.9-r0) 04:53:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:53:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:53:42 (18/33) Installing py3-requests (2.23.0-r0) 04:53:43 (19/33) Installing py3-msgpack (1.0.0-r0) 04:53:43 (20/33) Installing py3-lockfile (0.12.2-r3) 04:53:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:53:43 (22/33) Installing py3-colorama (0.4.3-r0) 04:53:43 (23/33) Installing py3-distlib (0.3.0-r0) 04:53:43 ---> 7e0260e3b296 04:53:43 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:53:43 (24/33) Installing py3-distro (1.5.0-r1) 04:53:43 (25/33) Installing py3-webencodings (0.5.1-r3) 04:53:43 (26/33) Installing py3-html5lib (1.0.1-r4) 04:53:43 (27/33) Installing py3-pytoml (0.1.21-r0) 04:53:43 (28/33) Installing py3-pep517 (0.8.2-r0) 04:53:43 (29/33) Installing py3-progress (1.5-r0) 04:53:43 (30/33) Installing py3-toml (0.10.1-r0) 04:53:43 (31/33) Installing py3-retrying (1.3.3-r0) 04:53:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:53:43 (33/33) Installing py3-pip (20.1.1-r0) 04:53:43 Executing busybox-1.31.1-r16.trigger 04:53:43 ---> Running in 7073a4032b53 04:53:43 OK: 71 MiB in 55 packages 04:53:43 Removing intermediate container 6c6172ff84cf 04:53:43 ---> c80c44f79b8d 04:53:43 04:53:43 Removing intermediate container c2f13f96f017 04:53:43 ---> f63b3f8ed5a1 04:53:43 04:53:44 Successfully built c80c44f79b8d 04:53:44 Successfully built f63b3f8ed5a1 04:53:44 Successfully tagged docker-core-metadata-go-arm64:latest 04:53:44 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:53:44 Building docker-core-command-go 04:53:44  Building docker-core-metadata-go ... done Building docker-support-notifications-go 04:53:44  Building docker-security-secrets-setup-go ... done Removing intermediate container 2b21185c31b3 04:53:44 ---> ec89646f63d4 04:53:44 Step 15/22 : RUN apk --no-cache add zeromq 04:53:45 ---> Running in 9a30b517072b 04:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:48 Removing intermediate container 7073a4032b53 04:53:48 ---> f382e36552c9 04:53:48 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:53:50 ---> Running in fcb0596dcf40 04:53:52 Removing intermediate container bccc91f1cc68 04:53:52 ---> 729db7dab170 04:53:52 Step 21/26 : RUN pip install docker-compose==1.23.2 04:53:53 Removing intermediate container fcb0596dcf40 04:53:53 ---> aa41c879b029 04:53:53 Step 24/26 : LABEL arch=arm64 04:53:53 ---> Running in a5e1f8b80203 04:53:53 ---> Running in ec908cccd6c3 04:53:55 Removing intermediate container ec908cccd6c3 04:53:55 ---> 6220bdeaccbd 04:53:55 Step 25/26 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:53:56 ---> Running in 098b0267f9f4 04:53:57 Removing intermediate container 098b0267f9f4 04:53:57 ---> a28363db216c 04:53:57 Step 26/26 : LABEL version=0.0.0 04:53:57 ---> Running in 163dfc8aad71 04:53:57 Removing intermediate container 163dfc8aad71 04:53:57 ---> cd700bf36372 04:53:57 04:53:58 Successfully built cd700bf36372 04:53:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:53:58 Building docker-security-proxy-setup-go 04:53:58  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:00 Collecting docker-compose==1.23.2 04:54:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:54:02 Collecting websocket-client<1.0,>=0.32.0 04:54:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:54:02 Collecting docopt<0.7,>=0.6.1 04:54:02 Downloading docopt-0.6.2.tar.gz (25 kB) 04:54:06 Collecting docker<4.0,>=3.6.0 04:54:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:54:06 Collecting texttable<0.10,>=0.9.0 04:54:06 Downloading texttable-0.9.1.tar.gz (11 kB) 04:54:09 Collecting dockerpty<0.5,>=0.4.1 04:54:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:54:11 Collecting cached-property<2,>=1.2.0 04:54:11 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:54:12 Collecting PyYAML<4,>=3.10 04:54:12 Downloading PyYAML-3.13.tar.gz (270 kB) 04:54:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:54:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:54:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:54:18 Collecting jsonschema<3,>=2.5.1 04:54:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:54:19 Collecting docker-pycreds>=0.4.0 04:54:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:54:19 Collecting idna<2.8,>=2.5 04:54:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:54:20 Collecting urllib3<1.25,>=1.21.1 04:54:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:54:20 (1/5) Installing libgcc (9.3.0-r2) 04:54:20 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) 04:54:20 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) 04:54:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:54:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:54:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:54:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:54:21 (2/5) Installing libsodium (1.0.18-r0) 04:54:22 Installing collected packages: websocket-client, docopt, docker-pycreds, idna, urllib3, requests, docker, texttable, dockerpty, cached-property, PyYAML, jsonschema, docker-compose 04:54:22 Running setup.py install for docopt: started 04:54:22 (3/5) Installing libstdc++ (9.3.0-r2) 04:54:25 Running setup.py install for docopt: finished with status 'done' 04:54:25 Attempting uninstall: idna 04:54:25 Found existing installation: idna 2.9 04:54:25 Uninstalling idna-2.9: 04:54:25 Successfully uninstalled idna-2.9 04:54:25 Attempting uninstall: urllib3 04:54:25 Found existing installation: urllib3 1.25.9 04:54:25 Uninstalling urllib3-1.25.9: 04:54:26 Successfully uninstalled urllib3-1.25.9 04:54:27 Attempting uninstall: requests 04:54:27 Found existing installation: requests 2.23.0 04:54:27 Uninstalling requests-2.23.0: 04:54:27 Successfully uninstalled requests-2.23.0 04:54:28 Running setup.py install for texttable: started 04:54:31 Running setup.py install for texttable: finished with status 'done' 04:54:31 Running setup.py install for dockerpty: started 04:54:31 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:54:31 ---> 7cc4b18fdc4b 04:54:31 Step 3/23 : WORKDIR /edgex-go 04:54:31 ---> Using cache 04:54:31 ---> 41391990958d 04:54:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:31 ---> Using cache 04:54:31 ---> b73c4c16d673 04:54:31 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:54:32 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:54:32 ---> 7cc4b18fdc4b 04:54:32 Step 3/21 : WORKDIR /edgex-go 04:54:32 ---> Using cache 04:54:32 ---> 41391990958d 04:54:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:32 ---> Using cache 04:54:32 ---> b73c4c16d673 04:54:32 Step 5/21 : RUN apk update && apk add make git 04:54:32 (4/5) Installing libzmq (4.3.2-r0) 04:54:33 Running setup.py install for dockerpty: finished with status 'done' 04:54:35 Running setup.py install for PyYAML: started 04:54:37 (5/5) Installing zeromq (4.3.2-r0) 04:54:37 Executing busybox-1.31.1-r16.trigger 04:54:37 OK: 8 MiB in 19 packages 04:54:38 Running setup.py install for PyYAML: finished with status 'done' 04:54:39 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:39 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:54:39 ---> 7cc4b18fdc4b 04:54:39 Step 3/20 : WORKDIR /edgex-go 04:54:39 ---> Using cache 04:54:39 ---> 41391990958d 04:54:39 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:39 ---> Using cache 04:54:39 ---> b73c4c16d673 04:54:39 Step 5/20 : RUN apk update && apk add make git 04:54:41 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 04:54:42 ---> Running in 85febd6db7dd 04:54:42 ---> Running in a8ca15863b4c 04:54:42 ---> Running in d83b421af67a 04:54:43 Removing intermediate container 9a30b517072b 04:54:43 ---> 485a8cd60a3e 04:54:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:54:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:44 ---> 4de78a604043 04:54:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:54:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:46 ---> 6eb1c0189069 04:54:46 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:54:46 Removing intermediate container a5e1f8b80203 04:54:46 ---> 9923c69e4db0 04:54:46 Step 22/26 : RUN apk --no-cache add curl 04:54:47 ---> Running in 83a746ea5b0c 04:54:47 ---> 4f640c237e5e 04:54:47 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:54:47 ---> Running in 86c7f083119e 04:54:48 Removing intermediate container 86c7f083119e 04:54:48 ---> c339aac7fbfd 04:54:48 Step 20/22 : LABEL arch=arm64 04:54:48 ---> Running in 328c6e33c31f 04:54:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:49 Removing intermediate container 328c6e33c31f 04:54:49 ---> 5872f030e3f0 04:54:49 Step 21/22 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:54:49 ---> Running in 7a9565fc3500 04:54:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:54:49 (2/3) Installing libcurl (7.69.1-r0) 04:54:49 (3/3) Installing curl (7.69.1-r0) 04:54:49 Executing busybox-1.31.1-r16.trigger 04:54:49 OK: 71 MiB in 58 packages 04:54:49 Removing intermediate container 7a9565fc3500 04:54:49 ---> 0a113127f111 04:54:49 Step 22/22 : LABEL version=0.0.0 04:54:49 ---> Running in 633f35382e56 04:54:50 Removing intermediate container 633f35382e56 04:54:50 ---> e405d37f9ac4 04:54:50 04:54:51 Successfully built e405d37f9ac4 04:54:51 Successfully tagged docker-core-data-go-arm64:latest 04:54:51  Building docker-core-data-go ... done Building docker-support-logging-go 04:54:51 Removing intermediate container 83a746ea5b0c 04:54:51 ---> aa0a3ee99cd1 04:54:51 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:54:51 ---> Running in ec305287850e 04:54:51 Removing intermediate container ec305287850e 04:54:51 ---> 819cf1aaadc7 04:54:51 Step 24/26 : LABEL arch=arm64 04:54:52 ---> Running in 3ce67686ffb5 04:54:53 Removing intermediate container 3ce67686ffb5 04:54:53 ---> 84318f154681 04:54:53 Step 25/26 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:54:53 ---> Running in 2273859aad8f 04:54:54 Removing intermediate container 2273859aad8f 04:54:54 ---> 1b628ffbc6cb 04:54:54 Step 26/26 : LABEL version=0.0.0 04:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:55 ---> Running in cc44d962bdf2 04:54:56 Removing intermediate container cc44d962bdf2 04:54:56 ---> d5518bf8efb4 04:54:56 04:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:56 Successfully built d5518bf8efb4 04:54:56 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:54:56  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go 04:54:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:24 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:55:24 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:55:24 OK: 12620 distinct packages available 04:55:24 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:55:24 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:55:24 OK: 12620 distinct packages available 04:55:24 OK: 217 MiB in 51 packages 04:55:24 OK: 217 MiB in 51 packages 04:55:24 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:55:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:55:24 ---> 7cc4b18fdc4b 04:55:24 Step 3/21 : WORKDIR /edgex-go 04:55:24 ---> Using cache 04:55:24 ---> 41391990958d 04:55:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:24 ---> Using cache 04:55:24 ---> b73c4c16d673 04:55:24 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:55:24 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:55:24 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:55:24 OK: 12620 distinct packages available 04:55:24 OK: 217 MiB in 51 packages 04:55:26 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:55:26 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:55:26 ---> 7cc4b18fdc4b 04:55:26 Step 3/20 : WORKDIR /edgex-go 04:55:26 ---> Using cache 04:55:26 ---> 41391990958d 04:55:26 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:26 ---> Using cache 04:55:26 ---> b73c4c16d673 04:55:26 Step 5/20 : RUN apk update && apk add make git 04:55:28 ---> Running in a3391b65c687 04:55:28 ---> Running in 0f325d22df84 04:55:28 Removing intermediate container a8ca15863b4c 04:55:28 ---> ed45bb1073e0 04:55:28 Step 6/23 : COPY go.mod . 04:55:28 Removing intermediate container d83b421af67a 04:55:28 ---> 139700983e83 04:55:28 Step 6/21 : COPY go.mod . 04:55:28 Removing intermediate container 85febd6db7dd 04:55:28 ---> ccbe4608e936 04:55:28 Step 6/20 : COPY go.mod . 04:55:29 ---> 7eae7c83bdf7 04:55:29 Step 7/23 : RUN go mod download 04:55:30 ---> 4835cbf1c0d2 04:55:30 Step 7/21 : RUN go mod download 04:55:30 ---> Running in 096bab6ef22f 04:55:30 ---> 17d1d23eaab0 04:55:30 Step 7/20 : RUN go mod download 04:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:55:30 ---> Running in 22737f0879d5 04:55:30 ---> Running in 9b17afb3e59b 04:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:55:35 Removing intermediate container 096bab6ef22f 04:55:35 ---> efb4eb1306f5 04:55:35 Step 8/23 : COPY . . 04:55:35 Removing intermediate container 9b17afb3e59b 04:55:35 ---> 9e4575748ebf 04:55:35 Step 8/20 : COPY . . 04:55:35 Removing intermediate container 22737f0879d5 04:55:35 ---> 000d0df7005e 04:55:35 Step 8/21 : COPY . . 04:55:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:59 ---> 92ab81ee52b8 04:55:59 Step 9/21 : RUN make cmd/core-command/core-command 04:55:59 ---> c1eacd3cb825 04:55:59 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:55:59 ---> dcd60bb2e7ca 04:55:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:55:59 ---> Running in 3d695c5045fa 04:55:59 ---> Running in cd80afe1a3f7 04:55:59 ---> Running in 91ff582e7281 04:56:00 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 04:56:00 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 04:56: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 04:56:05 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:56:05 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:56:05 OK: 12620 distinct packages available 04:56:06 OK: 217 MiB in 51 packages 04:56:07 OK: 217 MiB in 51 packages 04:56:09 Removing intermediate container 0f325d22df84 04:56:09 ---> 8973e709972b 04:56:09 Step 6/21 : COPY go.mod . 04:56:09 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:56:09 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:56:09 OK: 12620 distinct packages available 04:56:10 ---> 2533c056e6cc 04:56:10 Step 7/21 : RUN go mod download 04:56:10 ---> Running in 997707b490e4 04:56:11 OK: 217 MiB in 51 packages 04:56:13 Removing intermediate container a3391b65c687 04:56:13 ---> 1acb76a43059 04:56:13 Step 6/20 : COPY go.mod . 04:56:14 ---> 61069b21729a 04:56:14 Step 7/20 : RUN go mod download 04:56:14 ---> Running in 6dacc76f0d15 04:56:16 Removing intermediate container 997707b490e4 04:56:16 ---> 071a3651f6f7 04:56:16 Step 8/21 : COPY . . 04:56:23 Removing intermediate container 6dacc76f0d15 04:56:23 ---> cc3d60dba876 04:56:23 Step 8/20 : COPY . . 04:56:55 ---> 18c48b5e20c8 04:56:55 Step 9/21 : RUN make cmd/support-logging/support-logging 04:56:55 ---> 0bd88fe8ce89 04:56:55 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:56:55 ---> Running in 80bebff01096 04:56:55 ---> Running in 7bbbb4c17e54 04:56:55 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 04:56:55 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 04:57:17 Removing intermediate container 91ff582e7281 04:57:17 ---> 7486cc786873 04:57:17 04:57:17 Step 10/20 : FROM alpine 04:57:17 ---> 62ee0e9f8440 04:57:17 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:57:17 ---> Running in a0cccc08111a 04:57:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:21 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:57:21 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:57:21 OK: 12620 distinct packages available 04:57:22 (1/4) Installing ca-certificates (20191127-r4) 04:57:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:57:22 (3/4) Installing libcurl (7.69.1-r0) 04:57:22 (4/4) Installing curl (7.69.1-r0) 04:57:22 Executing busybox-1.31.1-r16.trigger 04:57:22 Executing ca-certificates-20191127-r4.trigger 04:57:22 OK: 7 MiB in 18 packages 04:57:24 Removing intermediate container a0cccc08111a 04:57:24 ---> bc77113d145b 04:57:24 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:57:25 ---> Running in 4a6ac2ea9ecb 04:57:25 Removing intermediate container 4a6ac2ea9ecb 04:57:25 ---> db51c8dcedea 04:57:25 Step 13/20 : WORKDIR /edgex 04:57:26 ---> Running in 2e34d63f201f 04:57:26 Removing intermediate container 2e34d63f201f 04:57:26 ---> 6e66c0f9aad9 04:57:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:57:27 ---> b3913d4905b3 04:57:27 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:57:30 ---> 9293d271781d 04:57:30 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:57:30 ---> Running in 65257cfd47f5 04:57:31 Removing intermediate container 65257cfd47f5 04:57:31 ---> 224438409971 04:57:31 Step 17/20 : CMD ["--init=true"] 04:57:31 ---> Running in 44639e0aea59 04:57:32 Removing intermediate container 44639e0aea59 04:57:32 ---> c05cd7c2b97a 04:57:32 Step 18/20 : LABEL arch=arm64 04:57:32 ---> Running in 99c254628170 04:57:32 Removing intermediate container 99c254628170 04:57:32 ---> 71d503e87e98 04:57:32 Step 19/20 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:57:33 ---> Running in d4abf9e4357e 04:57:33 Removing intermediate container d4abf9e4357e 04:57:33 ---> f16ad20c9f19 04:57:33 Step 20/20 : LABEL version=0.0.0 04:57:34 ---> Running in 074db4cdfa90 04:57:34 Removing intermediate container 074db4cdfa90 04:57:34 ---> 7cb32f4c6bcb 04:57:34 04:57:35 Successfully built 7cb32f4c6bcb 04:57:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:57:47  Building docker-security-proxy-setup-go ... done Removing intermediate container 3d695c5045fa 04:57:47 ---> 26cc7e8b1258 04:57:47 04:57:47 Step 10/21 : FROM scratch 04:57:47 ---> 04:57:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:57:48 Removing intermediate container cd80afe1a3f7 04:57:48 ---> 237a49502b13 04:57:48 04:57:48 Step 10/23 : FROM scratch 04:57:48 ---> 04:57:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:57:48 ---> Using cache 04:57:48 ---> aa4b5812df34 04:57:48 Step 12/21 : ENV APP_PORT=48082 04:57:48 ---> Running in e4ca2a3d1cde 04:57:48 ---> Running in 56699e482065 04:57:48 Removing intermediate container e4ca2a3d1cde 04:57:48 ---> 973ac6bd0e46 04:57:48 Step 13/21 : EXPOSE $APP_PORT 04:57:49 ---> Running in c3c550f776f4 04:57:49 Removing intermediate container 56699e482065 04:57:49 ---> b3c79353041c 04:57:49 Step 12/23 : ENV APP_PORT=48060 04:57:49 ---> Running in e8b55b1094ee 04:57:49 Removing intermediate container c3c550f776f4 04:57:49 ---> b0a2ac6a4807 04:57:49 Step 14/21 : WORKDIR / 04:57:50 ---> Running in 7fbb6aee04db 04:57:50 Removing intermediate container e8b55b1094ee 04:57:50 ---> be29b4ee1ebf 04:57:50 Step 13/23 : EXPOSE $APP_PORT 04:57:50 ---> Running in f07cdb3cd0af 04:57:50 Removing intermediate container 7fbb6aee04db 04:57:50 ---> c13dceb72d32 04:57:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:57:51 Removing intermediate container f07cdb3cd0af 04:57:51 ---> ad8488d6be36 04:57:51 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:57:52 ---> 0406f85a1b09 04:57:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:57:52 ---> 39593f37052e 04:57:52 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:57:54 ---> 221a3c5077cf 04:57:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:57:54 ---> 2823c47695e0 04:57:54 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:57:56 ---> c6bed4fee383 04:57:56 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:57:56 ---> Running in 648ddb2df2f2 04:57:57 ---> a38c6d0f5ddd 04:57:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:57:57 Removing intermediate container 648ddb2df2f2 04:57:57 ---> e04378faede1 04:57:57 Step 19/21 : LABEL arch=arm64 04:57:57 ---> Running in 29d035f2e601 04:57:58 ---> 3b24bbeff3c5 04:57:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:57:58 Removing intermediate container 29d035f2e601 04:57:58 ---> b06f54f79509 04:57:58 Step 20/21 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:57:58 ---> Running in d9e3711c34c6 04:57:59 Removing intermediate container d9e3711c34c6 04:57:59 ---> b2a54ca9f686 04:57:59 Step 21/21 : LABEL version=0.0.0 04:57:59 ---> Running in 457a7742ffa5 04:58:00 ---> 7e7dc5e8c9f6 04:58:00 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:58:00 Removing intermediate container 457a7742ffa5 04:58:00 ---> 42dd167d2254 04:58:00 04:58:01 Successfully built 42dd167d2254 04:58:01 Successfully tagged docker-core-command-go-arm64:latest 04:58:02  Building docker-core-command-go ... done  ---> 39c242ea1aeb 04:58:02 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:58:02 ---> Running in 989f2858c7a2 04:58:02 Removing intermediate container 989f2858c7a2 04:58:02 ---> 7179d60243cb 04:58:02 Step 21/23 : LABEL arch=arm64 04:58:02 ---> Running in edb064888197 04:58:03 Removing intermediate container edb064888197 04:58:03 ---> 5cd38de92226 04:58:03 Step 22/23 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:58:03 ---> Running in 8c0fe6379076 04:58:04 Removing intermediate container 8c0fe6379076 04:58:04 ---> 9732ea30579b 04:58:04 Step 23/23 : LABEL version=0.0.0 04:58:04 ---> Running in fb739e4bfb4f 04:58:05 Removing intermediate container fb739e4bfb4f 04:58:05 ---> 2db38e8b5c86 04:58:05 04:58:05 Successfully built 2db38e8b5c86 04:58:05 Successfully tagged docker-support-notifications-go-arm64:latest 04:58:14  Building docker-support-notifications-go ... done Removing intermediate container 80bebff01096 04:58:14 ---> 5faa7cdbdcfd 04:58:14 04:58:14 Step 10/21 : FROM scratch 04:58:14 ---> 04:58:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:58:14 ---> Using cache 04:58:14 ---> b3c79353041c 04:58:14 Step 12/21 : ENV APP_PORT=48061 04:58:14 ---> Running in c625d5c85ccd 04:58:14 Removing intermediate container c625d5c85ccd 04:58:14 ---> ccfcc26d6d73 04:58:14 Step 13/21 : EXPOSE $APP_PORT 04:58:14 ---> Running in aec983cae50b 04:58:15 Removing intermediate container aec983cae50b 04:58:15 ---> d4f036c628f2 04:58:15 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:58:15 Removing intermediate container 7bbbb4c17e54 04:58:15 ---> b089a37af8dd 04:58:15 04:58:15 Step 10/20 : FROM scratch 04:58:15 ---> 04:58:15 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:58:16 ---> Using cache 04:58:16 ---> aa4b5812df34 04:58:16 Step 12/20 : ENV APP_PORT=48085 04:58:16 ---> a59f08694df0 04:58:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:58:16 ---> Running in efe13aa2490c 04:58:16 Removing intermediate container efe13aa2490c 04:58:16 ---> 22d256bdfdbb 04:58:16 Step 13/20 : EXPOSE $APP_PORT 04:58:17 ---> Running in b77911f48f8c 04:58:17 ---> a6a5eb74e504 04:58:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:58:17 Removing intermediate container b77911f48f8c 04:58:17 ---> ed60f33057aa 04:58:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:58:18 ---> 8b7b10d1ddf5 04:58:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:58:18 ---> 2465e811eec4 04:58:18 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:58:19 ---> 4571ce0d6997 04:58:19 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:58:19 ---> Running in baafc82a20bf 04:58:19 ---> 1fd3ad78a6f5 04:58:19 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:58:20 Removing intermediate container baafc82a20bf 04:58:20 ---> 95760407381a 04:58:20 Step 19/21 : LABEL arch=arm64 04:58:20 ---> Running in ef1a7bd2f802 04:58:20 ---> e8f495d4a5ec 04:58:20 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:58:20 ---> Running in 7b2174b7d298 04:58:21 Removing intermediate container ef1a7bd2f802 04:58:21 ---> de0be7938641 04:58:21 Step 20/21 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:58:21 ---> Running in 4d59d7745d70 04:58:21 Removing intermediate container 7b2174b7d298 04:58:21 ---> 4ec1cd1176e5 04:58:21 Step 18/20 : LABEL arch=arm64 04:58:21 ---> Running in f9dc565d540a 04:58:21 Removing intermediate container 4d59d7745d70 04:58:21 ---> d27237f2b21a 04:58:21 Step 21/21 : LABEL version=0.0.0 04:58:21 ---> Running in b3ec15517d34 04:58:21 Removing intermediate container f9dc565d540a 04:58:21 ---> 3c4707c98a80 04:58:21 Step 19/20 : LABEL git_sha=9786cb6719c9e805ce7d6ace713fcc33a963a915 04:58:22 ---> Running in 407ed0032b6b 04:58:22 Removing intermediate container b3ec15517d34 04:58:22 ---> aefb648a532b 04:58:22 04:58:22 Successfully built aefb648a532b 04:58:22 Successfully tagged docker-support-logging-go-arm64:latest 04:58:22  Building docker-support-logging-go ... done Removing intermediate container 407ed0032b6b 04:58:22 ---> c8f47142fab8 04:58:22 Step 20/20 : LABEL version=0.0.0 04:58:22 ---> Running in 5e56b7496e19 04:58:23 Removing intermediate container 5e56b7496e19 04:58:23 ---> e942a131e975 04:58:23 04:58:23 Successfully built e942a131e975 04:58:23 Successfully tagged docker-support-scheduler-go-arm64:latest 04:58:24  Building docker-support-scheduler-go ... done  [Pipeline] } 04:58:24 $ docker stop --time=1 f690711eaa744d8a2cba4c2be86641b66ca7aac9f762f58a8b0011fcecef8b35 04:58:25 $ docker rm -f f690711eaa744d8a2cba4c2be86641b66ca7aac9f762f58a8b0011fcecef8b35 [Pipeline] // withDockerContainer [Pipeline] sh 04:58:26 + docker images 04:58:26 + grep docker 04:58:26 docker-support-scheduler-go-arm64 latest e942a131e975 3 seconds ago 12.6MB 04:58:26 docker-support-logging-go-arm64 latest aefb648a532b 5 seconds ago 11.4MB 04:58:26 docker-support-notifications-go-arm64 latest 2db38e8b5c86 22 seconds ago 13.9MB 04:58:26 docker-core-command-go-arm64 latest 42dd167d2254 26 seconds ago 12.4MB 04:58:26 docker-security-proxy-setup-go-arm64 latest 7cb32f4c6bcb 52 seconds ago 15.8MB 04:58:26 docker-sys-mgmt-agent-go-arm64 latest d5518bf8efb4 3 minutes ago 266MB 04:58:26 docker-core-data-go-arm64 latest e405d37f9ac4 3 minutes ago 22.6MB 04:58:26 docker-security-secretstore-setup-go-arm64 latest cd700bf36372 4 minutes ago 32.6MB 04:58:26 docker-core-metadata-go-arm64 latest c80c44f79b8d 4 minutes ago 13.8MB 04:58:26 docker-security-secrets-setup-go-arm64 latest f63b3f8ed5a1 4 minutes ago 24.2MB 04:58:26 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 04:58:28 provisioning config files... 04:58:28 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/27@tmp/config2491614927705751723tmp [Pipeline] { [Pipeline] sh 04:58:28 + curl -s https://codecov.io/bash 04:58:28 + bash -s - -t @/w/workspace/edgex-go/27@tmp/config2491614927705751723tmp [Pipeline] } 04:58:29 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 04:58:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:58:31 ---> package-listing.sh 04:58:31 ++ facter osfamily 04:58:31 ++ tr '[:upper:]' '[:lower:]' 04:58:31 + OS_FAMILY=redhat 04:58:31 + workspace=/w/workspace/edgex-go/27 04:58:31 + START_PACKAGES=/tmp/packages_start.txt 04:58:31 + END_PACKAGES=/tmp/packages_end.txt 04:58:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:58:31 + PACKAGES=/tmp/packages_start.txt 04:58:31 + '[' /w/workspace/edgex-go/27 ']' 04:58:31 + PACKAGES=/tmp/packages_end.txt 04:58:31 + case "${OS_FAMILY}" in 04:58:31 + rpm -qa 04:58:31 + sort 04:58:35 + '[' -f /tmp/packages_start.txt ']' 04:58:35 + '[' -f /tmp/packages_end.txt ']' 04:58:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:58:35 + '[' /w/workspace/edgex-go/27 ']' 04:58:35 + mkdir -p /w/workspace/edgex-go/27/archives/ 04:58:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] isUnix [Pipeline] sh 04:58:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:36 04:58:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:58:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:36 alpine: Pulling from edgex-lftools-log-publisher 04:58:36 c9b1b535fdd9: Pulling fs layer 04:58:36 2cc5ad85d9ab: Pulling fs layer 04:58:36 756a868c4378: Pulling fs layer 04:58:36 444b2fc9a129: Pulling fs layer 04:58:36 ea15f1150254: Pulling fs layer 04:58:36 41b27a9f41bf: Pulling fs layer 04:58:36 28c525ee5125: Pulling fs layer 04:58:36 094b1ea09ed8: Pulling fs layer 04:58:36 138eaada9080: Pulling fs layer 04:58:36 0622d0fa9048: Pulling fs layer 04:58:36 444b2fc9a129: Waiting 04:58:36 28c525ee5125: Waiting 04:58:36 138eaada9080: Waiting 04:58:36 0622d0fa9048: Waiting 04:58:36 094b1ea09ed8: Waiting 04:58:36 ea15f1150254: Waiting 04:58:36 41b27a9f41bf: Waiting 04:58:36 2cc5ad85d9ab: Verifying Checksum 04:58:36 2cc5ad85d9ab: Download complete 04:58:36 444b2fc9a129: Verifying Checksum 04:58:36 444b2fc9a129: Download complete 04:58:36 c9b1b535fdd9: Verifying Checksum 04:58:36 c9b1b535fdd9: Download complete 04:58:36 ea15f1150254: Verifying Checksum 04:58:36 ea15f1150254: Download complete 04:58:36 28c525ee5125: Verifying Checksum 04:58:36 28c525ee5125: Download complete 04:58:36 756a868c4378: Verifying Checksum 04:58:36 756a868c4378: Download complete 04:58:37 138eaada9080: Verifying Checksum 04:58:37 138eaada9080: Download complete 04:58:37 c9b1b535fdd9: Pull complete 04:58:37 0622d0fa9048: Verifying Checksum 04:58:37 0622d0fa9048: Download complete 04:58:37 094b1ea09ed8: Verifying Checksum 04:58:37 094b1ea09ed8: Download complete 04:58:37 2cc5ad85d9ab: Pull complete 04:58:37 41b27a9f41bf: Verifying Checksum 04:58:37 41b27a9f41bf: Download complete 04:58:39 756a868c4378: Pull complete 04:58:39 444b2fc9a129: Pull complete 04:58:39 ea15f1150254: Pull complete 04:58:46 41b27a9f41bf: Pull complete 04:58:46 28c525ee5125: Pull complete 04:58:49 094b1ea09ed8: Pull complete 04:58:50 138eaada9080: Pull complete 04:58:50 0622d0fa9048: Pull complete 04:58:50 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:58:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:58:50 prd-centos7-docker-4c-2g-1661 does not seem to be running inside a container 04:58:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 04:58:55 $ docker top 384a5b6d3d0cb790c3fd89d412f6190e4669393c5f1f7a5868c747b326e90d1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:55 provisioning config files... 04:58:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config6387122562752363863tmp [Pipeline] { [Pipeline] echo 04:58:55 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:58:55 ---> create-netrc.sh [Pipeline] echo 04:58:55 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:58:56 ---> logs-deploy.sh 04:58:56 + ARCHIVE_ARTIFACTS= 04:58:56 + LOGS_SERVER=https://logs.edgexfoundry.org 04:58:56 + '[' https://logs.edgexfoundry.org == None ']' 04:58:56 + NEXUS_URL=https://nexus.edgexfoundry.org 04:58:56 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/27 04:58:56 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/27/ 04:58:56 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/27 /w/workspace/edgex-go/27 04:58:57 Archives upload complete. 04:58:57 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/27 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/27/