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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 0c0d710efaecfb2775162c296903c6b0e43da2fa+a7ec3a865ede80db86ffd188b897ddab9785937f (cf66ac4bf4cf180a0e8064c5356164d0b36e361e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-328 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/36 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 0c0d710efaecfb2775162c296903c6b0e43da2fa Merge succeeded, producing 670c3ab64233bb9a445e74c7a7d05d61f00a0d33 Checking out Revision 670c3ab64233bb9a445e74c7a7d05d61f00a0d33 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c0d710efaecfb2775162c296903c6b0e43da2fa # 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 a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 670c3ab64233bb9a445e74c7a7d05d61f00a0d33 # timeout=10 Commit message: "Merge commit 'a7ec3a865ede80db86ffd188b897ddab9785937f' into HEAD" > git rev-list --no-walk 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:21 ========================================================= 00:31:21 EdgeX Global Pipelines Version Info 00:31:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:23 ------------------- 00:31:23 stable info: 00:31:23 ------------------- 00:31:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:23 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:31:23 Message: update stable to v1.0.106 00:31:24 ------------------- 00:31:24 experimental info: 00:31:24 ------------------- 00:31:24 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:24 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:31:24 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:31:25 ++ 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 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/core-command/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo core-command,cmd/core-command/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/core-data/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo core-data,cmd/core-data/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/core-metadata/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/support-logging/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo support-logging,cmd/support-logging/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/support-notifications/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/support-scheduler/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:25 + for file in '`ls cmd/**/Dockerfile`' 00:31:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:25 ++ cut -d/ -f2 00:31:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:25 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 00:31:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:27 00:31:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:27 latest: Pulling from edgex-devops/git-semver 00:31:27 31603596830f: Pulling fs layer 00:31:27 2a8b12db71e7: Pulling fs layer 00:31:27 6ca5941a6612: Pulling fs layer 00:31:27 ecc8261a40a4: Pulling fs layer 00:31:27 ecc8261a40a4: Waiting 00:31:27 2a8b12db71e7: Verifying Checksum 00:31:27 2a8b12db71e7: Download complete 00:31:27 31603596830f: Verifying Checksum 00:31:27 31603596830f: Download complete 00:31:27 6ca5941a6612: Verifying Checksum 00:31:27 6ca5941a6612: Download complete 00:31:27 ecc8261a40a4: Verifying Checksum 00:31:27 ecc8261a40a4: Download complete 00:31:27 31603596830f: Pull complete 00:31:27 2a8b12db71e7: Pull complete 00:31:28 6ca5941a6612: Pull complete 00:31:29 ecc8261a40a4: Pull complete 00:31:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:29 prd-centos7-docker-4c-2g-328 does not seem to be running inside a container 00:31:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:31 $ docker top c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:32 [ssh-agent] Looking for ssh-agent implementation... 00:31:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:32 $ docker exec c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a ssh-agent 00:31:32 SSH_AUTH_SOCK=/tmp/ssh-ihhn4dyavxnQ/agent.11 00:31:32 SSH_AGENT_PID=16 00:31:32 Running ssh-add (command line suppressed) 00:31:32 Identity added: /w/workspace/edgex-go/36@tmp/private_key_7095922219769318439.key (/w/workspace/edgex-go/36@tmp/private_key_7095922219769318439.key) 00:31:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:33 + git describe --exact-match --tags HEAD 00:31:33 fatal: No names found, cannot describe anything. [Pipeline] } 00:31:33 $ docker exec --env ******** --env ******** c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a ssh-agent -k 00:31:33 unset SSH_AUTH_SOCK; 00:31:33 unset SSH_AGENT_PID; 00:31:33 echo Agent pid 16 killed; 00:31:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:31:33 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:31:33 This usually means this commit has not been tagged. [Pipeline] sshagent 00:31:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:33 [ssh-agent] Looking for ssh-agent implementation... 00:31:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:33 $ docker exec c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a ssh-agent 00:31:34 SSH_AUTH_SOCK=/tmp/ssh-oeEtF0DBUDqv/agent.47 00:31:34 SSH_AGENT_PID=53 00:31:34 Running ssh-add (command line suppressed) 00:31:34 Identity added: /w/workspace/edgex-go/36@tmp/private_key_3539293548990459018.key (/w/workspace/edgex-go/36@tmp/private_key_3539293548990459018.key) 00:31:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:34 + git semver init 00:31:34 # -> Open(): unable to determine branch for HEAD 00:31:34 # $GIT_DIR = /w/workspace/edgex-go/36/.git 00:31:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/36 00:31:34 # $SEMVER_REMOTE_NAME = origin 00:31:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:34 # $SEMVER_USER_NAME = edgex-jenkins 00:31:34 # $SEMVER_BRANCH = PR-2610 00:31:34 # $SEMVER_TEMP = /tmp/semver-543744739 00:31:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:01 # '/tmp/semver-543744739' -> '/w/workspace/edgex-go/36/.semver' 00:32:01 # -> Force: false 00:32:01 # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } 00:32:01 $ docker exec --env ******** --env ******** c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a ssh-agent -k 00:32:01 unset SSH_AUTH_SOCK; 00:32:01 unset SSH_AGENT_PID; 00:32:01 echo Agent pid 53 killed; 00:32:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:02 + git semver [Pipeline] } 00:32:02 $ docker stop --time=1 c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a 00:32:03 $ docker rm -f c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:32:19 Stashed 34 file(s) [Pipeline] echo 00: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 00:32:20 ========================================================= 00:32:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:32:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 00: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 . 00:32:24 Sending build context to Docker daemon 323.1MB 00:32:24 Step 1/7 : ARG BASE=golang:1.13-alpine 00:32:24 Step 2/7 : FROM ${BASE} 00:32:24 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:24 df20fa9351a1: Pulling fs layer 00:32:24 ed8968b2872e: Pulling fs layer 00:32:24 a92cc7c5fd73: Pulling fs layer 00:32:24 2dd03ba5bac4: Pulling fs layer 00:32:24 1e091d79d1de: Pulling fs layer 00:32:24 481702a1767f: Pulling fs layer 00:32:24 f64a6f60c768: Pulling fs layer 00:32:24 e78d2573fc39: Pulling fs layer 00:32:24 e876d2f968b6: Pulling fs layer 00:32:24 ce8a83651883: Pulling fs layer 00:32:24 07967f4d0e4b: Pulling fs layer 00:32:24 f64a6f60c768: Waiting 00:32:24 e78d2573fc39: Waiting 00:32:24 2dd03ba5bac4: Waiting 00:32:24 1e091d79d1de: Waiting 00:32:24 481702a1767f: Waiting 00:32:24 e876d2f968b6: Waiting 00:32:24 ce8a83651883: Waiting 00:32:24 07967f4d0e4b: Waiting 00:32:24 a92cc7c5fd73: Verifying Checksum 00:32:24 a92cc7c5fd73: Download complete 00:32:24 ed8968b2872e: Verifying Checksum 00:32:24 ed8968b2872e: Download complete 00:32:24 1e091d79d1de: Download complete 00:32:24 481702a1767f: Verifying Checksum 00:32:24 481702a1767f: Download complete 00:32:24 df20fa9351a1: Verifying Checksum 00:32:25 df20fa9351a1: Pull complete 00:32:25 ed8968b2872e: Pull complete 00:32:25 a92cc7c5fd73: Pull complete 00:32:26 f64a6f60c768: Verifying Checksum 00:32:26 f64a6f60c768: Download complete 00:32:26 e876d2f968b6: Verifying Checksum 00:32:26 e876d2f968b6: Download complete 00:32:27 e78d2573fc39: Verifying Checksum 00:32:27 e78d2573fc39: Download complete 00:32:27 2dd03ba5bac4: Verifying Checksum 00:32:27 2dd03ba5bac4: Download complete 00:32:27 07967f4d0e4b: Verifying Checksum 00:32:27 07967f4d0e4b: Download complete 00:32:27 ce8a83651883: Verifying Checksum 00:32:27 ce8a83651883: Download complete 00:32:34 Still waiting to schedule task 00:32:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:35 2dd03ba5bac4: Pull complete 00:32:35 1e091d79d1de: Pull complete 00:32:35 481702a1767f: Pull complete 00:32:42 f64a6f60c768: Pull complete 00:32:46 e78d2573fc39: Pull complete 00:32:46 e876d2f968b6: Pull complete 00:32:47 ce8a83651883: Pull complete 00:32:47 07967f4d0e4b: Pull complete 00:32:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:32:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:32:47 ---> 5d7c900382c6 00:32:47 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 00:32:49 ---> Running in 8c51f6644a30 00:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:50 (1/12) Installing libmagic (5.38-r0) 00:32:51 (2/12) Installing file (5.38-r0) 00:32:51 (3/12) Installing libc-dev (0.7.2-r3) 00:32:51 (4/12) Installing g++ (9.3.0-r2) 00:32:53 (5/12) Installing fortify-headers (1.1-r0) 00:32:53 (6/12) Installing patch (2.7.6-r6) 00:32:53 (7/12) Installing build-base (0.5-r2) 00:32:53 (8/12) Installing libsodium (1.0.18-r0) 00:32:54 (9/12) Installing pkgconf (1.7.2-r0) 00:32:54 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:54 (11/12) Installing libzmq (4.3.2-r0) 00:32:54 (12/12) Installing zeromq-dev (4.3.2-r0) 00:32:54 Executing busybox-1.31.1-r16.trigger 00:32:54 OK: 233 MiB in 51 packages 00:32:57 Removing intermediate container 8c51f6644a30 00:32:57 ---> 11a053c8ce61 00:32:57 Step 4/7 : WORKDIR /edgex-go 00:32:57 ---> Running in 182bcd23ef6d 00:32:57 Removing intermediate container 182bcd23ef6d 00:32:57 ---> 8854a2d8b8da 00:32:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:58 latest: Pulling from library/docker 00:32:58 df20fa9351a1: Already exists 00:32:58 25ad7478873d: Pulling fs layer 00:32:58 4684f6177b5d: Pulling fs layer 00:32:58 46e300cec669: Pulling fs layer 00:32:58 63038576ad94: Pulling fs layer 00:32:58 0fdb76c4706c: Pulling fs layer 00:32:58 cb7edeffdfd5: Pulling fs layer 00:32:58 63038576ad94: Waiting 00:32:58 0fdb76c4706c: Waiting 00:32:58 cb7edeffdfd5: Waiting 00:32:58 4684f6177b5d: Verifying Checksum 00:32:58 4684f6177b5d: Download complete 00:32:58 63038576ad94: Verifying Checksum 00:32:58 63038576ad94: Download complete 00:32:59 25ad7478873d: Verifying Checksum 00:32:59 25ad7478873d: Download complete 00:32:59 0fdb76c4706c: Verifying Checksum 00:32:59 0fdb76c4706c: Download complete 00:32:59 cb7edeffdfd5: Verifying Checksum 00:32:59 cb7edeffdfd5: Download complete 00:32:59 25ad7478873d: Pull complete 00:32:59 46e300cec669: Retrying in 5 seconds 00:32:59 4684f6177b5d: Pull complete 00:33:00 46e300cec669: Retrying in 4 seconds 00:33:01 46e300cec669: Retrying in 3 seconds 00:33:02 46e300cec669: Retrying in 2 seconds 00:33:03 46e300cec669: Retrying in 1 second 00:33:05 46e300cec669: Verifying Checksum 00:33:05 46e300cec669: Download complete 00:33:07 46e300cec669: Pull complete 00:33:07 63038576ad94: Pull complete 00:33:07 0fdb76c4706c: Pull complete 00:33:07 cb7edeffdfd5: Pull complete 00:33:07 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:33:07 Status: Downloaded newer image for docker:latest 00:33:09 ---> 0752c644f780 00:33:09 Step 6/7 : COPY go.mod . 00:33:09 ---> 2c0fdb8cf6d4 00:33:09 Step 7/7 : RUN go mod download 00:33:09 ---> Running in b963947b703a 00:33:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:33:12 go: finding github.com/BurntSushi/toml v0.3.1 00:33:12 go: finding github.com/OneOfOne/xxhash v1.2.5 00:33:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:33:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:33:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:33:12 go: finding github.com/bgentry/speakeasy v0.1.0 00:33:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:33:12 go: finding github.com/cloudflare/gokey v0.1.0 00:33:12 go: finding github.com/davecgh/go-spew v1.1.1 00:33:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:33:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:33:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:33:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:33:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.69 00:33:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:33:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:33:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:33:12 go: finding github.com/fatih/color v1.7.0 00:33:12 go: finding github.com/fsnotify/fsnotify v1.4.7 00:33:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:33:12 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:33:12 go: finding github.com/go-kit/kit v0.8.0 00:33:13 go: finding github.com/go-logfmt/logfmt v0.4.0 00:33:13 go: finding github.com/go-playground/assert/v2 v2.0.1 00:33:13 go: finding github.com/go-playground/locales v0.13.0 00:33:13 go: finding github.com/go-playground/universal-translator v0.17.0 00:33:13 go: finding github.com/go-playground/validator/v10 v10.3.0 00:33:13 go: finding github.com/go-redis/redis/v7 v7.2.0 00:33:13 go: finding github.com/go-stack/stack v1.8.0 00:33:13 go: finding github.com/golang/protobuf v1.3.2 00:33:13 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:33:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:33:13 go: finding github.com/google/uuid v1.1.0 00:33:13 go: finding github.com/gorilla/mux v1.7.1 00:33:13 go: finding github.com/hashicorp/consul/api v1.1.0 00:33:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:33:13 go: finding github.com/hashicorp/errwrap v1.0.0 00:33:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:33:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:33:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:33:13 go: finding github.com/hashicorp/go-multierror v1.0.0 00:33:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:33:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:33:13 go: finding github.com/hashicorp/go-syslog v1.0.0 00:33:13 go: finding github.com/hashicorp/go-uuid v1.0.1 00:33:13 go: finding github.com/hashicorp/go.net v0.0.1 00:33:13 go: finding github.com/hashicorp/golang-lru v0.5.0 00:33:13 go: finding github.com/hashicorp/logutils v1.0.0 00:33:13 go: finding github.com/hashicorp/mdns v1.0.0 00:33:13 go: finding github.com/hashicorp/memberlist v0.1.3 00:33:13 go: finding github.com/hashicorp/serf v0.8.2 00:33:13 go: finding github.com/hpcloud/tail v1.0.0 00:33:13 go: finding github.com/imdario/mergo v0.3.6 00:33:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:33:13 go: finding github.com/kr/pretty v0.1.0 00:33:13 go: finding github.com/kr/pty v1.1.1 00:33:13 go: finding github.com/kr/text v0.1.0 00:33:13 go: finding github.com/leodido/go-urn v1.2.0 00:33:13 go: finding github.com/mattn/go-colorable v0.0.9 00:33:13 go: finding github.com/mattn/go-isatty v0.0.3 00:33:13 go: finding github.com/miekg/dns v1.0.14 00:33:13 go: finding github.com/mitchellh/cli v1.0.0 00:33:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:33:13 go: finding github.com/mitchellh/copystructure v1.0.0 00:33:13 go: finding github.com/mitchellh/go-homedir v1.0.0 00:33:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:33:13 go: finding github.com/mitchellh/gox v0.4.0 00:33:13 go: finding github.com/mitchellh/iochan v1.0.0 00:33:13 go: finding github.com/mitchellh/mapstructure v1.1.2 00:33:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:33:14 go: finding github.com/onsi/ginkgo v1.10.1 00:33:14 go: finding github.com/onsi/gomega v1.7.0 00:33:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:33:14 go: finding github.com/pebbe/zmq4 v1.0.0 00:33:14 go: finding github.com/pelletier/go-toml v1.2.0 00:33:14 go: finding github.com/pkg/errors v0.8.1 00:33:14 go: finding github.com/pmezard/go-difflib v1.0.0 00:33:14 go: finding github.com/posener/complete v1.1.1 00:33:14 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:33:14 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:33:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:33:14 go: finding github.com/stretchr/objx v0.1.0 00:33:14 go: finding github.com/stretchr/testify v1.5.1 00:33:14 go: finding github.com/ugorji/go v1.1.4 00:33:14 go: finding github.com/x448/float16 v0.8.4 00:33:14 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:33:14 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:33:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:33:14 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:33:14 go: finding golang.org/x/text v0.3.2 00:33:14 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:33:14 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:33:14 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:33:14 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:33:14 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:33:14 go: finding gopkg.in/yaml.v2 v2.2.8 00:33:32 Removing intermediate container b963947b703a 00:33:32 ---> db39464a70d0 00:33:32 Successfully built db39464a70d0 00:33:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:33 + docker inspect -f . ci-base-image-x86_64 00:33:33 . [Pipeline] withDockerContainer 00:33:34 prd-centos7-docker-4c-2g-328 does not seem to be running inside a container 00:33:34 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:35 $ docker top b47b0b90b9eb767189b76da1db6850bc6827fc5c0915a4d36c08386d7d62ceb9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:35 + go version 00:33:35 go version go1.13.13 linux/amd64 [Pipeline] echo 00:33:35 ========================================================= 00:33:35 [edgeXBuildGoParallel] Running Tests and Build... 00:33:35 ========================================================= [Pipeline] sh 00:33:35 + make test 00:33:35 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:33:39 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.027s coverage: 46.6% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.126s coverage: 27.2% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.337s coverage: 82.5% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.048s coverage: 92.9% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.083s coverage: 28.6% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.020s coverage: 100.0% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.058s coverage: 97.5% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.016s coverage: 58.8% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.145s coverage: 63.5% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.015s coverage: 100.0% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.159s coverage: 55.9% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.901s coverage: 86.3% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.395s coverage: 72.2% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.187s coverage: 72.1% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.027s coverage: 82.4% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.029s coverage: 28.8% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.028s coverage: 96.8% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 26.9% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.121s coverage: 84.1% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.019s coverage: 100.0% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 42.9% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.032s coverage: 100.0% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.010s coverage: 83.8% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.9% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.088s coverage: 29.1% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 00:34:28 GO111MODULE=on go vet ./... 00:34:36 gofmt -l . 00:34:36 [ "`gofmt -l .`" = "" ] 00:34:37 ./bin/test-go-mod-tidy.sh 00:34:38 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:40 + ls -al . 00:34:40 total 552 00:34:40 drwxrwxr-x 10 1001 1001 4096 Aug 18 00:34 . 00:34:40 drwxr-xr-x 4 root root 30 Aug 18 00:33 .. 00:34:40 -rw-rw-r-- 1 1001 1001 11 Aug 18 00:31 .dockerignore 00:34:40 drwxrwxr-x 8 1001 1001 179 Aug 18 00:31 .git 00:34:40 drwxrwxr-x 3 1001 1001 60 Aug 18 00:31 .github 00:34:40 -rw-rw-r-- 1 1001 1001 932 Aug 18 00:31 .gitignore 00:34:40 drwx------ 3 1001 1001 47 Aug 18 00:31 .semver 00:34:40 -rw-rw-r-- 1 1001 1001 166 Aug 18 00:31 .sonarcloud.properties 00:34:40 -rw-rw-r-- 1 1001 1001 3804 Aug 18 00:31 CONTRIBUTING.md 00:34:40 -rw-rw-r-- 1 1001 1001 1035 Aug 18 00:31 Dockerfile.build 00:34:40 -rw-rw-r-- 1 1001 1001 865 Aug 18 00:31 Jenkinsfile 00:34:40 -rw-rw-r-- 1 1001 1001 10775 Aug 18 00:31 LICENSE 00:34:40 -rw-rw-r-- 1 1001 1001 6237 Aug 18 00:31 Makefile 00:34:40 -rw-rw-r-- 1 1001 1001 5652 Aug 18 00:31 README.md 00:34:40 -rw-rw-r-- 1 1001 1001 259 Aug 18 00:31 SECURITY.md 00:34:40 -rw-rw-r-- 1 1001 1001 5 Aug 18 00:32 VERSION 00:34:40 -rw-rw-r-- 1 1001 1001 4131 Aug 18 00:31 ZMQWindows.md 00:34:40 drwxrwxr-x 2 1001 1001 117 Aug 18 00:31 bin 00:34:40 drwxrwxr-x 15 1001 1001 4096 Aug 18 00:31 cmd 00:34:40 -rw-r--r-- 1 root root 458658 Aug 18 00:34 coverage.out 00:34:40 -rw-r--r-- 1 root root 1019 Aug 18 00:34 go.mod 00:34:40 -rw-r--r-- 1 root root 19185 Aug 18 00:34 go.sum 00:34:40 drwxrwxr-x 8 1001 1001 127 Aug 18 00:31 internal 00:34:40 drwxrwxr-x 4 1001 1001 26 Aug 18 00:31 openapi 00:34:40 drwxrwxr-x 4 1001 1001 71 Aug 18 00:31 snap 00:34:40 -rw-rw-r-- 1 1001 1001 168 Aug 18 00:31 version.go [Pipeline] sh 00:34:40 + '[' -e coverage.out ] 00:34:40 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:40 Stashed 1 file(s) [Pipeline] sh 00:34:41 + make build 00:34:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:49 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 00:34:53 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 00:34: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 00:34:56 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 00:34:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:01 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 00:35:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:07 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 00:35:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:35:10 $ docker stop --time=1 b47b0b90b9eb767189b76da1db6850bc6827fc5c0915a4d36c08386d7d62ceb9 00:35:13 $ docker rm -f b47b0b90b9eb767189b76da1db6850bc6827fc5c0915a4d36c08386d7d62ceb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:14 00:35:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:14 latest: Pulling from edgex-devops/edgex-compose 00:35:14 cbdbe7a5bc2a: Pulling fs layer 00:35:14 ca9280d653b3: Pulling fs layer 00:35:14 7e9c9ca2126c: Pulling fs layer 00:35:14 cbdbe7a5bc2a: Verifying Checksum 00:35:14 cbdbe7a5bc2a: Download complete 00:35:15 ca9280d653b3: Verifying Checksum 00:35:15 ca9280d653b3: Download complete 00:35:15 cbdbe7a5bc2a: Pull complete 00:35:16 7e9c9ca2126c: Verifying Checksum 00:35:16 7e9c9ca2126c: Download complete 00:35:16 ca9280d653b3: Pull complete 00:35:26 7e9c9ca2126c: Pull complete 00:35:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:26 prd-centos7-docker-4c-2g-328 does not seem to be running inside a container 00:35:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:28 $ docker top 6733fb23fadeb8d122592a3b7be9b8e2aff86250ce888edea74f0a43bcac68e0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:29 + docker-compose build --help 00:35:29 + grep parallel 00:35:30 --parallel Build images in parallel. [Pipeline] } 00:35:30 $ docker stop --time=1 6733fb23fadeb8d122592a3b7be9b8e2aff86250ce888edea74f0a43bcac68e0 00:35:32 $ docker rm -f 6733fb23fadeb8d122592a3b7be9b8e2aff86250ce888edea74f0a43bcac68e0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:33 . [Pipeline] withDockerContainer 00:35:33 prd-centos7-docker-4c-2g-328 does not seem to be running inside a container 00:35:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:34 $ docker top 25751d61aba29bcc7c1a345842c3f3ca41732b83b0cb8b34d76f1992b35b2ee7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:34 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:36 Building docker-core-command-go ... 00:35:36 Building docker-core-data-go ... 00:35:36 Building docker-core-metadata-go ... 00:35:36 Building docker-security-proxy-setup-go ... 00:35:36 Building docker-security-secrets-setup-go ... 00:35:36 Building docker-security-secretstore-setup-go ... 00:35:36 Building docker-support-logging-go ... 00:35:36 Building docker-support-notifications-go ... 00:35:36 Building docker-support-scheduler-go ... 00:35:36 Building docker-sys-mgmt-agent-go ... 00:35:36 Building docker-support-notifications-go 00:35:36 Building docker-core-metadata-go 00:35:36 Building docker-security-proxy-setup-go 00:35:36 Building docker-sys-mgmt-agent-go 00:35:36 Building docker-security-secrets-setup-go 00:35:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-334 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 00:35:59 Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout 00:36:04 using credential edgex-jenkins-ssh 00:36:04 Cloning the remote Git repository 00:36:04 Cloning with configured refspecs honoured and without tags 00:36:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:04 > git init /w/workspace/edgex-go/36 # timeout=10 00:36:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:04 > git --version # timeout=10 00:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:15 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:15 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:36:15 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:15 ---> db39464a70d0 00:36:15 Step 3/21 : WORKDIR /edgex-go 00:36:15 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:36:15 ---> db39464a70d0 00:36:15 Step 3/20 : WORKDIR /edgex-go 00:36:15 ---> db39464a70d0 00:36:15 Step 3/29 : WORKDIR /edgex-go 00:36:15 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:15 ---> db39464a70d0 00:36:15 Step 3/26 : WORKDIR /edgex-go 00:36:15 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:15 ---> db39464a70d0 00:36:15 Step 3/23 : WORKDIR /edgex-go 00:36:15 ---> Running in f086bd5919f6 00:36:15 ---> Running in 963ca4db3799 00:36:15 ---> Running in 450c7b26b829 00:36:15 ---> Running in b7ad16efa27b 00:36:15 ---> Running in c9fe71d79965 00:36:15 Removing intermediate container 450c7b26b829 00:36:15 ---> 6a336bd54ab3 00:36:15 Step 4/29 : RUN apk update && apk add make git 00:36:15 Removing intermediate container 963ca4db3799 00:36:15 ---> a654191feb59 00:36:15 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:15 Removing intermediate container f086bd5919f6 00:36:15 ---> a36a70c5a231 00:36:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:15 Removing intermediate container c9fe71d79965 00:36:15 ---> ca729287ba18 00:36:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:15 Removing intermediate container b7ad16efa27b 00:36:15 ---> 7bf3ca43415a 00:36:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:15 ---> Running in 55040849a57e 00:36:15 ---> Running in 2124e309673f 00:36:15 ---> Running in fe342eca59f6 00:36:15 ---> Running in 3f2188ee58ec 00:36:15 ---> Running in 815c52962bde 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:15 Removing intermediate container 2124e309673f 00:36:15 ---> 3af10f04367d 00:36:15 Step 5/26 : RUN apk update && apk add make bash git 00:36:15 Removing intermediate container fe342eca59f6 00:36:15 ---> 55b1d151cbae 00:36:15 Step 5/20 : RUN apk update && apk add make git 00:36:15 ---> Running in dcecafee9129 00:36:15 ---> Running in e2266c4e73d9 00:36:15 Removing intermediate container 815c52962bde 00:36:15 ---> 338d421bd094 00:36:15 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:36:15 Removing intermediate container 3f2188ee58ec 00:36:15 ---> 0624dc3d870d 00:36:15 Step 5/21 : RUN apk update && apk add make git 00:36:15 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:15 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:15 OK: 12746 distinct packages available 00:36:15 ---> Running in 65e568604dd9 00:36:16 ---> Running in d1796e2e8de5 00:36:16 OK: 233 MiB in 51 packages 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 Removing intermediate container 55040849a57e 00:36:16 ---> 31eb04b6741d 00:36:16 Step 5/29 : COPY go.mod . 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 ---> f7d4533f8225 00:36:17 Step 6/29 : RUN go mod download 00:36:17 ---> Running in 8e354c2824ad 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:18 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:18 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:18 OK: 12746 distinct packages available 00:36:18 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:18 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:18 OK: 12746 distinct packages available 00:36:18 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:18 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:18 OK: 12746 distinct packages available 00:36:18 OK: 233 MiB in 51 packages 00:36:18 OK: 233 MiB in 51 packages 00:36:18 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:18 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:18 OK: 12746 distinct packages available 00:36:18 OK: 233 MiB in 51 packages 00:36:18 OK: 233 MiB in 51 packages 00:36:19 Removing intermediate container e2266c4e73d9 00:36:19 ---> a28dd75e745c 00:36:19 Step 6/20 : COPY go.mod . 00:36:19 Removing intermediate container dcecafee9129 00:36:19 ---> 6855b17e5847 00:36:19 Step 6/26 : COPY go.mod . 00:36:19 Removing intermediate container 65e568604dd9 00:36:19 ---> 428e5def71bd 00:36:19 Step 6/23 : COPY go.mod . 00:36:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:19 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 00:36:19 Fetching without tags 00:36:20 Removing intermediate container d1796e2e8de5 00:36:20 ---> ee9080a08a5c 00:36:20 Step 6/21 : COPY go.mod . 00:36:20 ---> ed7daea79135 00:36:20 Step 7/20 : RUN go mod download 00:36:20 ---> 282a56638b72 00:36:20 Step 7/26 : RUN go mod download 00:36:20 ---> 3a528a576c37 00:36:20 Step 7/23 : RUN go mod download 00:36:20 Removing intermediate container 8e354c2824ad 00:36:20 ---> a4f528e0d282 00:36:20 Step 7/29 : COPY . . 00:36:20 ---> Running in 85e259f39e03 00:36:20 ---> Running in 4e47fb1a9910 00:36:20 ---> Running in eefa953ca0dd 00:36:20 Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 0c0d710efaecfb2775162c296903c6b0e43da2fa 00:36:21 ---> 890d6dea07e2 00:36:21 Step 7/21 : RUN go mod download 00:36:21 Merge succeeded, producing ed62ea05e115aa05933ca3bd7bc538efbdf527a6 00:36:21 Checking out Revision ed62ea05e115aa05933ca3bd7bc538efbdf527a6 (PR-2610) 00:36:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:20 > git config core.sparsecheckout # timeout=10 00:36:20 > git checkout -f 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 00:36:20 > git remote # timeout=10 00:36:20 > git config --get remote.origin.url # timeout=10 00:36:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:20 > git merge a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 00:36:21 > git rev-parse HEAD^{commit} # timeout=10 00:36:21 > git config core.sparsecheckout # timeout=10 00:36:21 > git checkout -f ed62ea05e115aa05933ca3bd7bc538efbdf527a6 # timeout=10 00:36:22 ---> Running in 3d9cccc2c00c 00:36:25 Commit message: "Merge commit 'a7ec3a865ede80db86ffd188b897ddab9785937f' into HEAD" 00:36:25 > git rev-list --no-walk 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:36:26 Removing intermediate container 85e259f39e03 00:36:26 ---> 12a96f804e28 00:36:26 Step 8/20 : COPY . . 00:36:30 Removing intermediate container 4e47fb1a9910 00:36:30 ---> 84c5bb5fd93f 00:36:30 Step 8/26 : COPY . . 00:36:30 Removing intermediate container eefa953ca0dd 00:36:30 ---> 4ca99843a5d7 00:36:30 Step 8/23 : COPY . . 00:36:35 Removing intermediate container 3d9cccc2c00c 00:36:35 ---> 35c1baafba72 00:36:35 Step 8/21 : COPY . . [Pipeline] echo 00:36:36 ========================================================= 00:36:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:36:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:37 + 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 . 00:36:42 Sending build context to Docker daemon 323.1MB 00:36:42 Step 1/7 : ARG BASE=golang:1.13-alpine 00:36:42 Step 2/7 : FROM ${BASE} 00:36:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:42 b538f80385f9: Pulling fs layer 00:36:42 74f711af9a0d: Pulling fs layer 00:36:42 99f96fe45779: Pulling fs layer 00:36:42 fd7a069fd194: Pulling fs layer 00:36:42 66aa3694b03b: Pulling fs layer 00:36:42 170f70906a0f: Pulling fs layer 00:36:42 ad7c5574e4b9: Pulling fs layer 00:36:42 e772456be8f7: Pulling fs layer 00:36:42 c890913d741a: Pulling fs layer 00:36:42 2480fcc9aa5a: Pulling fs layer 00:36:42 09adf4765672: Pulling fs layer 00:36:42 09adf4765672: Waiting 00:36:42 66aa3694b03b: Waiting 00:36:42 170f70906a0f: Waiting 00:36:42 ad7c5574e4b9: Waiting 00:36:42 e772456be8f7: Waiting 00:36:42 c890913d741a: Waiting 00:36:42 fd7a069fd194: Waiting 00:36:42 2480fcc9aa5a: Waiting 00:36:42 99f96fe45779: Verifying Checksum 00:36:42 99f96fe45779: Download complete 00:36:42 74f711af9a0d: Verifying Checksum 00:36:42 74f711af9a0d: Download complete 00:36:42 66aa3694b03b: Verifying Checksum 00:36:42 66aa3694b03b: Download complete 00:36:42 170f70906a0f: Verifying Checksum 00:36:42 170f70906a0f: Download complete 00:36:42 b538f80385f9: Verifying Checksum 00:36:42 b538f80385f9: Download complete 00:36:42 b538f80385f9: Pull complete 00:36:43 74f711af9a0d: Pull complete 00:36:44 99f96fe45779: Pull complete 00:36:45 ad7c5574e4b9: Verifying Checksum 00:36:45 ad7c5574e4b9: Download complete 00:36:45 c890913d741a: Verifying Checksum 00:36:45 c890913d741a: Download complete 00:36:47 e772456be8f7: Verifying Checksum 00:36:47 e772456be8f7: Download complete 00:36:47 09adf4765672: Verifying Checksum 00:36:47 2480fcc9aa5a: Verifying Checksum 00:36:47 2480fcc9aa5a: Download complete 00:36:47 fd7a069fd194: Verifying Checksum 00:36:47 fd7a069fd194: Download complete 00:36:53 ---> 8928ce4104a5 00:36:53 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:36:54 ---> Running in 19e5f7d5bed8 00:36:59 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 00:37:00 fd7a069fd194: Pull complete 00:37:00 66aa3694b03b: Pull complete 00:37:00 170f70906a0f: Pull complete 00:37:04 ---> 9781006e123a 00:37:04 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:37:04 ad7c5574e4b9: Pull complete 00:37:05 ---> Running in dfbca0e427aa 00:37:05 ---> 1ca1fa3352ba 00:37:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:06 ---> Running in 249af6d95f4b 00:37:06 ---> e83696d2d570 00:37:06 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:37:06 ---> 650dd3aa46af 00:37:06 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:37:06 ---> Running in d768cac86fc5 00:37:07 ---> Running in 2c0a9460eb0d 00:37:07 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 00:37:07 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 00:37:07 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 00:37:08 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 00:37:09 e772456be8f7: Pull complete 00:37:09 c890913d741a: Pull complete 00:37:11 2480fcc9aa5a: Pull complete 00:37:12 09adf4765672: Pull complete 00:37:12 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:37:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:37:12 ---> 2248a725d1cf 00:37:12 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:16 ---> Running in 08f0496548b4 00:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:19 (1/12) Installing libmagic (5.38-r0) 00:37:20 (2/12) Installing file (5.38-r0) 00:37:20 (3/12) Installing libc-dev (0.7.2-r3) 00:37:20 (4/12) Installing g++ (9.3.0-r2) 00:37:23 (5/12) Installing fortify-headers (1.1-r0) 00:37:23 (6/12) Installing patch (2.7.6-r6) 00:37:23 (7/12) Installing build-base (0.5-r2) 00:37:24 (8/12) Installing libsodium (1.0.18-r0) 00:37:24 (9/12) Installing pkgconf (1.7.2-r0) 00:37:24 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:24 (11/12) Installing libzmq (4.3.2-r0) 00:37:24 (12/12) Installing zeromq-dev (4.3.2-r0) 00:37:24 Executing busybox-1.31.1-r16.trigger 00:37:24 OK: 217 MiB in 51 packages 00:37:26 Removing intermediate container 19e5f7d5bed8 00:37:26 ---> 36cd5485eb33 00:37:26 00:37:26 Step 9/29 : FROM alpine:latest 00:37:26 latest: Pulling from library/alpine 00:37:26 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:37:26 Status: Downloaded newer image for alpine:latest 00:37:26 ---> a24bb4013296 00:37:26 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:37:26 ---> Running in b504791ea889 00:37:27 Removing intermediate container b504791ea889 00:37:27 ---> 7d619dcfddb4 00:37:27 Step 11/29 : USER root 00:37:27 ---> Running in d6deaf2ee6f0 00:37:27 Removing intermediate container d6deaf2ee6f0 00:37:27 ---> d66857af0629 00:37:27 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:37:27 ---> Running in 1196f41e651c 00:37:28 Removing intermediate container 08f0496548b4 00:37:28 ---> ddac91e2d724 00:37:28 Step 4/7 : WORKDIR /edgex-go 00:37:28 ---> Running in e67513d22475 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:29 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:29 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:29 OK: 12746 distinct packages available 00:37:29 Removing intermediate container e67513d22475 00:37:29 ---> 174462417296 00:37:29 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:29 (1/2) Installing ca-certificates (20191127-r4) 00:37:29 (2/2) Installing dumb-init (1.2.2-r1) 00:37:29 Executing busybox-1.31.1-r16.trigger 00:37:29 Executing ca-certificates-20191127-r4.trigger 00:37:29 latest: Pulling from library/docker 00:37:29 b538f80385f9: Already exists 00:37:29 OK: 6 MiB in 16 packages 00:37:29 259a493cd78d: Pulling fs layer 00:37:29 b8e66b5100f5: Pulling fs layer 00:37:29 39dc9c94d07c: Pulling fs layer 00:37:29 551b823b3b82: Pulling fs layer 00:37:29 3c52a74df98c: Pulling fs layer 00:37:29 6c9b121b6998: Pulling fs layer 00:37:29 3c52a74df98c: Waiting 00:37:29 551b823b3b82: Waiting 00:37:29 6c9b121b6998: Waiting 00:37:29 b8e66b5100f5: Verifying Checksum 00:37:29 b8e66b5100f5: Download complete 00:37:29 259a493cd78d: Verifying Checksum 00:37:30 551b823b3b82: Verifying Checksum 00:37:30 551b823b3b82: Download complete 00:37:30 3c52a74df98c: Verifying Checksum 00:37:30 3c52a74df98c: Download complete 00:37:30 6c9b121b6998: Verifying Checksum 00:37:30 6c9b121b6998: Download complete 00:37:30 259a493cd78d: Pull complete 00:37:30 b8e66b5100f5: Pull complete 00:37:31 39dc9c94d07c: Verifying Checksum 00:37:31 39dc9c94d07c: Download complete 00:37:31 Removing intermediate container 1196f41e651c 00:37:31 ---> f0c638967387 00:37:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:37:31 ---> Running in 0dce636124fc 00:37:32 Removing intermediate container 0dce636124fc 00:37:32 ---> 492927f27495 00:37:32 Step 14/29 : WORKDIR $BASE_DIR 00:37:32 ---> Running in 0e5f008382f4 00:37:33 Removing intermediate container 0e5f008382f4 00:37:33 ---> bfd2adea6cc8 00:37:33 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:37:33 ---> Running in 78b5fad2a20d 00:37:34 39dc9c94d07c: Pull complete 00:37:34 551b823b3b82: Pull complete 00:37:34 3c52a74df98c: Pull complete 00:37:35 6c9b121b6998: Pull complete 00:37:35 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:37:35 Status: Downloaded newer image for docker:latest 00:37:37 Removing intermediate container 78b5fad2a20d 00:37:37 ---> e15e58a53ed3 00:37:37 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:37:38 ---> db4b83b9e5ce 00:37:38 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:37:38 ---> b4c10d9199f5 00:37:38 Step 6/7 : COPY go.mod . 00:37:39 ---> ba040725497b 00:37:39 Step 7/7 : RUN go mod download 00:37:39 ---> Running in b2374ed9b62e 00:37:40 ---> b5a5591132a8 00:37:40 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:37:40 Removing intermediate container dfbca0e427aa 00:37:40 ---> 530e8cec4061 00:37:40 00:37:40 Step 10/20 : FROM alpine 00:37:40 ---> a24bb4013296 00:37:40 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:37:40 ---> a31a934b11ea 00:37:40 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:37:40 Removing intermediate container 249af6d95f4b 00:37:40 ---> 03f28d502dd6 00:37:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:40 ---> Running in 3024cc201b27 00:37:40 ---> Running in 172e8a5cf675 00:37:41 ---> 811464ac4342 00:37:41 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:37:41 ---> c558e7918e80 00:37:41 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 ---> Running in 9f34db231818 00:37: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 00:37:42 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:42 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:42 OK: 12746 distinct packages available 00:37:42 (1/4) Installing ca-certificates (20191127-r4) 00:37:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:42 (3/4) Installing libcurl (7.69.1-r0) 00:37:42 (4/4) Installing curl (7.69.1-r0) 00:37:42 Executing busybox-1.31.1-r16.trigger 00:37:42 Executing ca-certificates-20191127-r4.trigger 00:37:42 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:37:42 go: finding github.com/BurntSushi/toml v0.3.1 00:37:42 go: finding github.com/OneOfOne/xxhash v1.2.5 00:37:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:37:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:37:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:37:42 go: finding github.com/bgentry/speakeasy v0.1.0 00:37:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:37:42 go: finding github.com/cloudflare/gokey v0.1.0 00:37:42 go: finding github.com/davecgh/go-spew v1.1.1 00:37:42 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:37:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:37:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:37:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:37:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.69 00:37:42 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:37:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:37:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:37:42 OK: 7 MiB in 18 packages 00:37:43 go: finding github.com/fatih/color v1.7.0 00:37:43 go: finding github.com/fsnotify/fsnotify v1.4.7 00:37:43 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:37:43 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:37:43 go: finding github.com/go-kit/kit v0.8.0 00:37:43 go: finding github.com/go-logfmt/logfmt v0.4.0 00:37:43 go: finding github.com/go-playground/assert/v2 v2.0.1 00:37:43 go: finding github.com/go-playground/locales v0.13.0 00:37:43 go: finding github.com/go-playground/universal-translator v0.17.0 00:37:43 go: finding github.com/go-playground/validator/v10 v10.3.0 00:37:43 go: finding github.com/go-redis/redis/v7 v7.2.0 00:37:43 go: finding github.com/go-stack/stack v1.8.0 00:37:43 go: finding github.com/golang/protobuf v1.3.2 00:37:43 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:37:43 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:37:43 go: finding github.com/google/uuid v1.1.0 00:37:43 go: finding github.com/gorilla/mux v1.7.1 00:37:43 go: finding github.com/hashicorp/consul/api v1.1.0 00:37:43 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:37:43 go: finding github.com/hashicorp/errwrap v1.0.0 00:37:43 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:37:43 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:37:43 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:37:43 go: finding github.com/hashicorp/go-multierror v1.0.0 00:37:43 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:37:43 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:37:43 go: finding github.com/hashicorp/go-syslog v1.0.0 00:37:43 go: finding github.com/hashicorp/go-uuid v1.0.1 00:37:43 go: finding github.com/hashicorp/go.net v0.0.1 00:37:43 go: finding github.com/hashicorp/golang-lru v0.5.0 00:37:43 go: finding github.com/hashicorp/logutils v1.0.0 00:37:43 go: finding github.com/hashicorp/mdns v1.0.0 00:37:43 go: finding github.com/hashicorp/memberlist v0.1.3 00:37:43 go: finding github.com/hashicorp/serf v0.8.2 00:37:43 go: finding github.com/hpcloud/tail v1.0.0 00:37:43 go: finding github.com/imdario/mergo v0.3.6 00:37:43 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:37:43 go: finding github.com/kr/pretty v0.1.0 00:37:43 go: finding github.com/kr/pty v1.1.1 00:37:43 go: finding github.com/kr/text v0.1.0 00:37:43 go: finding github.com/leodido/go-urn v1.2.0 00:37:43 go: finding github.com/mattn/go-colorable v0.0.9 00:37:43 go: finding github.com/mattn/go-isatty v0.0.3 00:37:43 go: finding github.com/miekg/dns v1.0.14 00:37:43 go: finding github.com/mitchellh/cli v1.0.0 00:37:44 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:37:44 go: finding github.com/mitchellh/copystructure v1.0.0 00:37:44 go: finding github.com/mitchellh/go-homedir v1.0.0 00:37:44 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:37:44 go: finding github.com/mitchellh/gox v0.4.0 00:37:44 go: finding github.com/mitchellh/iochan v1.0.0 00:37:44 go: finding github.com/mitchellh/mapstructure v1.1.2 00:37:44 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:37:44 go: finding github.com/onsi/ginkgo v1.10.1 00:37:44 go: finding github.com/onsi/gomega v1.7.0 00:37:44 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:37:44 go: finding github.com/pebbe/zmq4 v1.0.0 00:37:44 go: finding github.com/pelletier/go-toml v1.2.0 00:37:44 go: finding github.com/pkg/errors v0.8.1 00:37:44 go: finding github.com/pmezard/go-difflib v1.0.0 00:37:44 go: finding github.com/posener/complete v1.1.1 00:37:44 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:37:44 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:37:44 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:37:44 go: finding github.com/stretchr/objx v0.1.0 00:37:44 go: finding github.com/stretchr/testify v1.5.1 00:37:44 go: finding github.com/ugorji/go v1.1.4 00:37:44 go: finding github.com/x448/float16 v0.8.4 00:37:44 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:37:44 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:37:44 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:37:44 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:37:44 go: finding golang.org/x/text v0.3.2 00:37:44 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:37:44 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:37:44 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:37:44 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:37:44 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:37:44 go: finding gopkg.in/yaml.v2 v2.2.8 00:37:46 Removing intermediate container 2c0a9460eb0d 00:37:46 ---> c95e03f8078f 00:37:46 00:37:46 Step 10/23 : FROM scratch 00:37:46 ---> 00:37:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:46 ---> Running in ba5b4f78126d 00:37:48 Removing intermediate container ba5b4f78126d 00:37:48 ---> dd8f177852a6 00:37:48 Step 12/23 : ENV APP_PORT=48060 00:37:48 Removing intermediate container 3024cc201b27 00:37:48 ---> 5dfd919129c4 00:37:48 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:48 ---> Running in 0b3225af2c84 00:37:48 ---> Running in e850d868fa4c 00:37:48 Removing intermediate container 172e8a5cf675 00:37:48 ---> a223e9c50206 00:37:48 00:37:48 Step 11/26 : FROM docker:latest 00:37:48 ---> 81f5749c9058 00:37:48 Step 12/26 : RUN apk add --no-cache bash 00:37:48 Removing intermediate container d768cac86fc5 00:37:48 ---> 9a7f18ad58e3 00:37:48 00:37:48 Step 10/21 : FROM scratch 00:37:48 ---> 00:37:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:48 ---> Running in 7fe8480cad67 00:37:48 Removing intermediate container 9f34db231818 00:37:48 ---> 291b54f40ae1 00:37:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:37:49 ---> Running in 2ca544cdca89 00:37:49 Removing intermediate container 0b3225af2c84 00:37:49 ---> 63ac7fcd9bb2 00:37:49 Step 13/23 : EXPOSE $APP_PORT 00:37:49 Removing intermediate container e850d868fa4c 00:37:49 ---> 132419aedc29 00:37:49 Step 13/20 : WORKDIR /edgex 00:37:49 ---> Running in 8269cde341bc 00:37:49 ---> Running in 4670afacf21c 00:37:49 Removing intermediate container 2ca544cdca89 00:37:49 ---> 8a59b3e13ccb 00:37:49 Step 12/21 : ENV APP_PORT=48081 00:37:50 ---> 97865dae3ce9 00:37:50 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:50 ---> Running in 98ee8213db8a 00:37:50 Removing intermediate container 8269cde341bc 00:37:50 ---> ca1915523804 00:37:50 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:50 ---> Running in 5963271e7443 00:37:50 Removing intermediate container 4670afacf21c 00:37:50 ---> b60a88697242 00:37:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:50 (1/2) Installing readline (8.0.4-r0) 00:37:50 (2/2) Installing bash (5.0.17-r0) 00:37:50 Executing bash-5.0.17-r0.post-install 00:37:50 Executing busybox-1.31.1-r16.trigger 00:37:50 OK: 12 MiB in 22 packages 00:37:50 Removing intermediate container 98ee8213db8a 00:37:50 ---> 15e7c2cb153c 00:37:50 Step 13/21 : EXPOSE $APP_PORT 00:37:50 ---> b2e6485b9957 00:37:50 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:50 ---> f098c9560c63 00:37:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:51 ---> Running in 718cfc3bb832 00:37:51 Removing intermediate container 718cfc3bb832 00:37:51 ---> 5f98315da05a 00:37:51 Step 14/21 : WORKDIR / 00:37:51 ---> Running in 2ad1111a9792 00:37:51 Removing intermediate container 7fe8480cad67 00:37:51 ---> e522603b042c 00:37:51 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:37:51 ---> 498d5f4e28a2 00:37:51 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:52 ---> 969939a842cf 00:37:52 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:37:52 ---> Running in 2dee4b458245 00:37:52 Removing intermediate container 2ad1111a9792 00:37:52 ---> f84ec6bcd69c 00:37:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:52 ---> Running in dee37ff9015a 00:37:52 Removing intermediate container 5963271e7443 00:37:52 ---> bcc9a8d1ee23 00:37:52 Step 24/29 : RUN chmod 755 security-secrets-setup 00:37:53 ---> 4d7dea64ccac 00:37:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:53 ---> Running in 8d5fe2cf0617 00:37:53 Removing intermediate container dee37ff9015a 00:37:53 ---> 5d6d1f7559e5 00:37:53 Step 17/20 : CMD ["--init=true"] 00:37:53 ---> 6e1c42b100fc 00:37:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:53 ---> Running in 84fc48435695 00:37:53 ---> bb465682e36d 00:37:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:53 Removing intermediate container 84fc48435695 00:37:53 ---> 8691a64c11da 00:37:53 Step 18/20 : LABEL arch=x86_64 00:37:54 ---> Running in 491436a2112b 00:37:54 ---> 635dd371f47e 00:37:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:54 Removing intermediate container 491436a2112b 00:37:54 ---> b71590a4a574 00:37:54 Step 19/20 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:37:54 Removing intermediate container 2dee4b458245 00:37:54 ---> 8e1e9fbc1b34 00:37:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:54 ---> Running in 4bad17dbcab8 00:37:54 ---> Running in d241f87d283b 00:37:54 ---> fc5acbc878d2 00:37:54 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:54 ---> 09016dcf9877 00:37:54 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:55 ---> Running in 8a3f089aadf7 00:37:55 Removing intermediate container d241f87d283b 00:37:55 ---> ae4cf6413f39 00:37:55 Step 20/20 : LABEL version=0.0.0 00:37:55 Removing intermediate container 4bad17dbcab8 00:37:55 ---> 363da22e3794 00:37:55 Step 15/26 : ENV APP_PORT=48090 00:37:55 ---> Running in 2b56b1a43b5c 00:37:55 ---> Running in 4052e928447a 00:37:55 Removing intermediate container 8a3f089aadf7 00:37:55 ---> d76cc1f2828e 00:37:55 Step 19/21 : LABEL arch=x86_64 00:37:55 ---> 89f0e28535fb 00:37:55 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:55 Removing intermediate container 8d5fe2cf0617 00:37:55 ---> 387e6b3bca01 00:37:55 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:37:55 ---> Running in 89588c019516 00:37:55 ---> Running in a0039b42ea72 00:37:55 ---> Running in 4e5f0d0ac4a3 00:37:55 Removing intermediate container 2b56b1a43b5c 00:37:55 ---> 39b4c56b2e60 00:37:55 00:37:55 Removing intermediate container 4052e928447a 00:37:55 ---> 11997b6e7671 00:37:55 Step 16/26 : EXPOSE $APP_PORT 00:37:56 ---> Running in 33bd36b6a981 00:37:56 Removing intermediate container 89588c019516 00:37:56 ---> dc1a7f13bb7e 00:37:56 Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:37:56 Successfully built 39b4c56b2e60 00:37:56 Removing intermediate container a0039b42ea72 00:37:56 ---> 9fcdb7c47ceb 00:37:56 Step 21/23 : LABEL arch=x86_64 00:37:56 Successfully tagged docker-security-proxy-setup-go:latest 00:37:56 Removing intermediate container 4e5f0d0ac4a3 00:37:56  Building docker-security-proxy-setup-go ... done  ---> 592b040944a3 00:37:56 Building docker-security-secretstore-setup-go 00:37:56 Step 26/29 : CMD [ "generate" ] 00:37:56 ---> Running in 1fe12d04207e 00:37:56 Removing intermediate container 33bd36b6a981 00:37:56 ---> 725cb089f3a3 00:37:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:56 ---> Running in 49d7cd92d80a 00:37:56 ---> Running in da09489dfe88 00:37:56 Removing intermediate container 1fe12d04207e 00:37:56 ---> 7bb9af3e6a2d 00:37:56 Step 21/21 : LABEL version=0.0.0 00:37:56 Removing intermediate container da09489dfe88 00:37:56 ---> 95d4d2431b42 00:37:56 Step 27/29 : LABEL arch=x86_64 00:37:57 Removing intermediate container 49d7cd92d80a 00:37:57 ---> 12d62df19217 00:37:57 Step 22/23 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:37:57 ---> Running in b824bab6afbb 00:37:58 ---> Running in 69d6bd9c3013 00:38:00 ---> 7f07a4229e4f 00:38:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:00 ---> Running in 9b6ae71f2052 00:38:00 Removing intermediate container b824bab6afbb 00:38:00 ---> 77499d515c13 00:38:00 00:38:00 Successfully built 77499d515c13 00:38:01 Removing intermediate container 69d6bd9c3013 00:38:01 ---> bc091d2dced7 00:38:01 Step 28/29 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:38:01 Successfully tagged docker-core-metadata-go:latest 00:38:01 Building docker-support-logging-go 00:38:01  Building docker-core-metadata-go ... done Removing intermediate container 9b6ae71f2052 00:38:01 ---> f5d30f216874 00:38:01 Step 23/23 : LABEL version=0.0.0 00:38:01 ---> c86c901ff03d 00:38:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:01 ---> Running in 07286e6f44c0 00:38:02 ---> Running in ee0941a6f525 00:38:04 Removing intermediate container 07286e6f44c0 00:38:04 ---> 68b29a147b66 00:38:04 Step 29/29 : LABEL version=0.0.0 00:38:04 Removing intermediate container ee0941a6f525 00:38:04 ---> bc002d329b84 00:38:04 00:38:04 ---> 0594b19decb3 00:38:04 Step 20/26 : RUN apk --no-cache add py-pip 00:38:05 Successfully built bc002d329b84 00:38:05 ---> Running in 7724ba8e775c 00:38:05 Successfully tagged docker-support-notifications-go:latest 00:38:05  Building docker-support-notifications-go ... done Building docker-core-command-go 00:38:05 ---> Running in 8d72618121a4 00:38:06 Removing intermediate container 7724ba8e775c 00:38:06 ---> 42117722088c 00:38:06 00:38:06 Successfully built 42117722088c 00:38:07 Removing intermediate container b2374ed9b62e 00:38:07 ---> 08708db36025 00:38:07 Successfully built 08708db36025 00:38:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 00:38:07 Successfully tagged docker-security-secrets-setup-go:latest 00:38:07  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:07 + docker inspect -f . ci-base-image-arm64 00:38:07 . [Pipeline] withDockerContainer 00:38:08 prd-ubuntu18.04-docker-arm64-4c-16g-334 does not seem to be running inside a container 00:38:08 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 (1/33) Installing libbz2 (1.0.8-r1) 00:38:09 (2/33) Installing expat (2.2.9-r1) 00:38:09 (3/33) Installing libffi (3.3-r2) 00:38:09 (4/33) Installing gdbm (1.13-r1) 00:38:09 $ docker top 09dad4249b2ac486db42c10da323c8eaf30e62f35e189968d01f76bab3865ea1 -eo pid,comm 00:38:09 (5/33) Installing xz-libs (5.2.5-r0) 00:38:09 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:09 (7/33) Installing python3 (3.8.5-r0) [Pipeline] { [Pipeline] sh 00:38:10 + go version 00:38:10 go version go1.13.13 linux/arm64 [Pipeline] echo 00:38:10 ========================================================= 00:38:10 [edgeXBuildGoParallel] Running Tests and Build... 00:38:10 ========================================================= [Pipeline] sh 00:38:11 + make test 00:38:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:38:13 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:17 (11/33) Installing py3-six (1.15.0-r0) 00:38:17 (12/33) Installing py3-packaging (20.4-r0) 00:38:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:17 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:17 (15/33) Installing py3-idna (2.9-r0) 00:38:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:17 (18/33) Installing py3-requests (2.23.0-r0) 00:38:17 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:17 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:17 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:17 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:18 (24/33) Installing py3-distro (1.5.0-r1) 00:38:18 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:18 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:18 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:18 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:18 (29/33) Installing py3-progress (1.5-r0) 00:38:18 (30/33) Installing py3-toml (0.10.1-r0) 00:38:18 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:18 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:18 ---> db39464a70d0 00:38:18 Step 3/26 : WORKDIR /edgex-go 00:38:18 ---> Using cache 00:38:18 ---> 7bf3ca43415a 00:38:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:18 ---> Using cache 00:38:18 ---> 338d421bd094 00:38:18 Step 5/26 : RUN apk update && apk add make git 00:38:18 (33/33) Installing py3-pip (20.1.1-r0) 00:38:20 Executing busybox-1.31.1-r16.trigger 00:38:21 OK: 71 MiB in 55 packages 00:38:21 ---> Running in 9342d8a699b4 00:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:24 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:24 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:24 OK: 12746 distinct packages available 00:38:25 OK: 233 MiB in 51 packages 00:38:25 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:25 ---> db39464a70d0 00:38:25 Step 3/21 : WORKDIR /edgex-go 00:38:25 ---> Using cache 00:38:25 ---> 7bf3ca43415a 00:38:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:25 ---> Using cache 00:38:25 ---> 338d421bd094 00:38:25 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:38:27 ---> Running in edc46c6df2ad 00:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:30 Removing intermediate container 9342d8a699b4 00:38:30 ---> 80bed2692660 00:38:30 Step 6/26 : COPY go.mod . 00:38:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:31 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:31 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:31 OK: 12746 distinct packages available 00:38:32 OK: 233 MiB in 51 packages 00:38:32 ---> a877c24e54d8 00:38:32 Step 7/26 : RUN go mod download 00:38:32 OK: 233 MiB in 51 packages 00:38:33 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:38:33 ---> db39464a70d0 00:38:33 Step 3/20 : WORKDIR /edgex-go 00:38:33 ---> Using cache 00:38:33 ---> 7bf3ca43415a 00:38:33 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:33 ---> Using cache 00:38:33 ---> 338d421bd094 00:38:33 Step 5/20 : RUN apk update && apk add make git 00:38:33 ---> Using cache 00:38:33 ---> 80bed2692660 00:38:33 Step 6/20 : COPY go.mod . 00:38:33 ---> Using cache 00:38:33 ---> a877c24e54d8 00:38:33 Step 7/20 : RUN go mod download 00:38:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:33 ---> db39464a70d0 00:38:33 Step 3/21 : WORKDIR /edgex-go 00:38:33 ---> Using cache 00:38:33 ---> 7bf3ca43415a 00:38:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:33 ---> Using cache 00:38:33 ---> 338d421bd094 00:38:33 Step 5/21 : RUN apk update && apk add make git 00:38:33 ---> Using cache 00:38:33 ---> 80bed2692660 00:38:33 Step 6/21 : COPY go.mod . 00:38:33 ---> Using cache 00:38:33 ---> a877c24e54d8 00:38:33 Step 7/21 : RUN go mod download 00:38:35 ---> Running in 55c5ee7226dc 00:38:35 ---> Running in b29cee3da287 00:38:35 ---> Running in ebe7121d161b 00:38:36 Removing intermediate container edc46c6df2ad 00:38:36 ---> fc1ffa98295b 00:38:36 Step 6/21 : COPY go.mod . 00:38:37 ---> 97c9e12e3cdb 00:38:37 Step 7/21 : RUN go mod download 00:38:37 ---> Running in 21158e18a5c0 00:38:39 Removing intermediate container 55c5ee7226dc 00:38:39 ---> 02fabebce4e2 00:38:39 Step 8/21 : COPY . . 00:38:40 Removing intermediate container b29cee3da287 00:38:40 ---> 46d63f775c75 00:38:40 Step 8/20 : COPY . . 00:38:40 Removing intermediate container ebe7121d161b 00:38:40 ---> 1faa30dfd42b 00:38:40 Step 8/26 : COPY . . 00:38:42 Removing intermediate container 21158e18a5c0 00:38:42 ---> 2073384c76c0 00:38:42 Step 8/21 : COPY . . 00:38:44 Removing intermediate container 8d72618121a4 00:38:44 ---> bd8e458ec4c1 00:38:44 Step 21/26 : RUN pip install docker-compose==1.23.2 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:50 ---> Running in aae5562f3a0e 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.061s 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:13 Collecting docker-compose==1.23.2 00:39:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:13 Collecting websocket-client<1.0,>=0.32.0 00:39:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:13 Collecting cached-property<2,>=1.2.0 00:39:13 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:39:13 Collecting texttable<0.10,>=0.9.0 00:39:13 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:14 Collecting dockerpty<0.5,>=0.4.1 00:39:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:16 Collecting docopt<0.7,>=0.6.1 00:39:16 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:17 Collecting PyYAML<4,>=3.10 00:39:17 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:17 ---> c1877b094b52 00:39:17 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:39:17 ---> c8343e277b04 00:39:17 Step 9/21 : RUN make cmd/core-command/core-command 00:39:17 ---> 0f37620c2dcf 00:39:17 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:39:17 ---> bc386bb2ca6b 00:39:17 Step 9/21 : RUN make cmd/support-logging/support-logging 00:39:17 ---> Running in 76dc6ae65ef3 00:39:17 ---> Running in 484427286fc9 00:39:17 ---> Running in 88e4d3321bd4 00:39:17 ---> Running in 88721c8602b0 00:39:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39: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) 00:39:19 Collecting jsonschema<3,>=2.5.1 00:39:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:19 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 00:39:19 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 00:39:19 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 00:39:19 Collecting docker<4.0,>=3.6.0 00:39:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:19 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 00:39:19 Collecting urllib3<1.25,>=1.21.1 00:39:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:19 Collecting idna<2.8,>=2.5 00:39:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:19 Collecting docker-pycreds>=0.4.0 00:39:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:20 Installing collected packages: websocket-client, cached-property, texttable, dockerpty, docopt, PyYAML, urllib3, idna, requests, jsonschema, docker-pycreds, docker, docker-compose 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.2% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:20 Running setup.py install for texttable: started 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.349s coverage: 82.5% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:21 Running setup.py install for texttable: finished with status 'done' 00:39:21 Running setup.py install for dockerpty: started 00:39:22 Running setup.py install for dockerpty: finished with status 'done' 00:39:22 Running setup.py install for docopt: started 00:39:23 Running setup.py install for docopt: finished with status 'done' 00:39:23 Running setup.py install for PyYAML: started 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.404s coverage: 92.9% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:24 Running setup.py install for PyYAML: finished with status 'done' 00:39:24 Attempting uninstall: urllib3 00:39:24 Found existing installation: urllib3 1.25.9 00:39:24 Uninstalling urllib3-1.25.9: 00:39:25 Successfully uninstalled urllib3-1.25.9 00:39:25 Attempting uninstall: idna 00:39:25 Found existing installation: idna 2.9 00:39:25 Uninstalling idna-2.9: 00:39:25 Successfully uninstalled idna-2.9 00:39:25 Attempting uninstall: requests 00:39:25 Found existing installation: requests 2.23.0 00:39:25 Uninstalling requests-2.23.0: 00:39:26 Successfully uninstalled requests-2.23.0 00:39:27 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 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.028s coverage: 100.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 89.8% of statements 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 100.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:39:33 Removing intermediate container aae5562f3a0e 00:39:33 ---> 07281622cf3a 00:39:33 Step 22/26 : RUN apk --no-cache add curl 00:39:33 ---> Running in e2b0a150ce19 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:35 (2/3) Installing libcurl (7.69.1-r0) 00:39:35 (3/3) Installing curl (7.69.1-r0) 00:39:35 Executing busybox-1.31.1-r16.trigger 00:39:35 OK: 72 MiB in 58 packages 00:39:36 Removing intermediate container e2b0a150ce19 00:39:36 ---> 5fdad96b6f58 00:39:36 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:36 ---> Running in f85f28d1f5c0 00:39:36 Removing intermediate container f85f28d1f5c0 00:39:36 ---> 0a3feb84f53e 00:39:36 Step 24/26 : LABEL arch=x86_64 00:39:37 ---> Running in 0ab21f43b0e0 00:39:37 Removing intermediate container 0ab21f43b0e0 00:39:37 ---> 04b5aceee8ce 00:39:37 Step 25/26 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:39:37 ---> Running in ef7c7b686d20 00:39:37 Removing intermediate container ef7c7b686d20 00:39:37 ---> 7294a3416367 00:39:37 Step 26/26 : LABEL version=0.0.0 00:39:37 ---> Running in 577cde7cf2d4 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 55.9% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:38 Removing intermediate container 577cde7cf2d4 00:39:38 ---> 38e641620226 00:39:38 00:39:38 Successfully built 38e641620226 00:39:38 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:38  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.388s coverage: 86.3% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.005s coverage: 72.2% of statements 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.486s coverage: 72.1% of statements 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.041s coverage: 28.8% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.049s coverage: 96.8% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 26.9% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.1% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 42.9% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.080s coverage: 83.8% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:39:56 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 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.091s coverage: 46.1% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.099s coverage: 100.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.029s coverage: 100.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:01 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:40:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:01 ---> db39464a70d0 00:40:01 Step 3/22 : WORKDIR /edgex-go 00:40:01 ---> Using cache 00:40:01 ---> 7bf3ca43415a 00:40:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:01 ---> Using cache 00:40:01 ---> 338d421bd094 00:40:01 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:40:02 ---> Running in 29327a13ad0d 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.177s coverage: 29.1% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.054s coverage: 99.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40: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 00:40:03 Removing intermediate container 484427286fc9 00:40:03 ---> d6013a1d60be 00:40:03 00:40:03 Step 10/21 : FROM scratch 00:40:03 ---> 00:40:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:04 ---> Using cache 00:40:04 ---> dd8f177852a6 00:40:04 Step 12/21 : ENV APP_PORT=48061 00:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:05 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:40:05 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:40:05 OK: 12746 distinct packages available 00:40:05 OK: 233 MiB in 51 packages 00:40:05 ---> Running in 3dadf8e36cd1 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 00:40:07 GO111MODULE=on go vet ./... 00:40:08 Removing intermediate container 88e4d3321bd4 00:40:08 ---> ad4f25d691c9 00:40:08 00:40:08 Step 10/21 : FROM scratch 00:40:08 ---> 00:40:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:08 Removing intermediate container 3dadf8e36cd1 00:40:08 ---> 8af34b60a3bc 00:40:08 Step 13/21 : EXPOSE $APP_PORT 00:40:08 ---> Using cache 00:40:08 ---> 8a59b3e13ccb 00:40:08 Step 12/21 : ENV APP_PORT=48082 00:40:08 ---> Running in 7bd9e619d176 00:40:08 ---> Running in e39e6e9d9bc1 00:40:08 Removing intermediate container 76dc6ae65ef3 00:40:08 ---> d87263539b68 00:40:08 00:40:08 Step 10/20 : FROM scratch 00:40:08 ---> 00:40:08 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:08 ---> Using cache 00:40:08 ---> 8a59b3e13ccb 00:40:08 Step 12/20 : ENV APP_PORT=48085 00:40:08 ---> Running in caa8abe79d13 00:40:08 Removing intermediate container e39e6e9d9bc1 00:40:08 ---> ca3db3e3b6fe 00:40:08 Step 13/21 : EXPOSE $APP_PORT 00:40:08 Removing intermediate container 7bd9e619d176 00:40:08 ---> 487d924d082d 00:40:08 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:40:09 ---> Running in d68ec8dadc97 00:40:09 Removing intermediate container 29327a13ad0d 00:40:09 ---> 098ecff41773 00:40:09 Step 6/22 : COPY go.mod . 00:40:09 Removing intermediate container caa8abe79d13 00:40:09 ---> 19bfbef34a89 00:40:09 Step 13/20 : EXPOSE $APP_PORT 00:40:10 ---> Running in b35d4698cdbe 00:40:10 Removing intermediate container d68ec8dadc97 00:40:10 ---> 606a15275e8e 00:40:10 Step 14/21 : WORKDIR / 00:40:11 ---> 2728dd160c1f 00:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:40:11 ---> 05ded4175fca 00:40:11 Step 7/22 : RUN go mod download 00:40:11 ---> Running in 481b2c2fac3b 00:40:11 Removing intermediate container b35d4698cdbe 00:40:11 ---> b3da939f362e 00:40:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:40:11 ---> Running in 948228f6a9e5 00:40:11 Removing intermediate container 88721c8602b0 00:40:11 ---> e790c895443a 00:40:11 00:40:11 Step 10/26 : FROM alpine:3.10 00:40:11 ---> de1d996807eb 00:40:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:40:12 Removing intermediate container 481b2c2fac3b 00:40:12 ---> bd37a746da13 00:40:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:12 ---> 5b564eb0f904 00:40:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:12 3.10: Pulling from library/alpine 00:40:12 ---> ab2cb315b914 00:40:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:12 ---> 032b96382658 00:40:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:40:14 ---> 5fddbd9c4670 00:40:14 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:14 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:40:14 ---> e4c51ff3310e 00:40:14 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:40:14 Status: Downloaded newer image for alpine:3.10 00:40:14 ---> be4e4bea2c2e 00:40:14 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:40:14 ---> 0eebb16eddc7 00:40:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:14 ---> Running in 10a18f19ba5e 00:40:14 ---> Running in d2da5ff24503 00:40:14 ---> dc78ab2f5f7b 00:40:14 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:40:14 ---> Running in 52233932f8a2 00:40:14 Removing intermediate container 948228f6a9e5 00:40:14 ---> e0f75780396a 00:40:14 Step 8/22 : COPY . . 00:40:14 ---> 8b620fed842f 00:40:14 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:40:14 Removing intermediate container 10a18f19ba5e 00:40:14 ---> 9f30ded74854 00:40:14 Step 19/21 : LABEL arch=x86_64 00:40:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:40:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:40:16 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:40:16 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:40:16 OK: 10346 distinct packages available 00:40:16 (1/5) Installing ca-certificates (20191127-r2) 00:40:16 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:40:16 (3/5) Installing libcurl (7.66.0-r0) 00:40:16 (4/5) Installing curl (7.66.0-r0) 00:40:16 (5/5) Installing dumb-init (1.2.2-r1) 00:40:16 Executing busybox-1.30.1-r3.trigger 00:40:16 Executing ca-certificates-20191127-r2.trigger 00:40:16 OK: 7 MiB in 19 packages 00:40:17 ---> Running in 75e918ac60a3 00:40:17 ---> Running in 3f3f16d86649 00:40:18 Removing intermediate container 52233932f8a2 00:40:18 ---> 9b74359817ff 00:40:18 Step 18/20 : LABEL arch=x86_64 00:40:20 ---> Running in dd3c5e1f047c 00:40:21 Removing intermediate container 75e918ac60a3 00:40:21 ---> cb881322615f 00:40:21 Step 19/21 : LABEL arch=x86_64 00:40:21 Removing intermediate container 3f3f16d86649 00:40:21 ---> 1751f458dfbe 00:40:21 Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:40:23 Removing intermediate container dd3c5e1f047c 00:40:23 ---> Running in 0fc5d11796fd 00:40:23 ---> Running in 60e494833955 00:40:23 ---> 9d385fcaa168 00:40:23 Step 19/20 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:40:24 Removing intermediate container d2da5ff24503 00:40:24 ---> 98ec688b591e 00:40:24 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:26 gofmt -l . 00:40:27 Removing intermediate container 0fc5d11796fd 00:40:27 ---> e5813f8ba6a8 00:40:27 Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:40:27 [ "`gofmt -l .`" = "" ] 00:40:27 ---> Running in bc4d9340b94c 00:40:27 Removing intermediate container 60e494833955 00:40:27 ---> 74a3645d90b7 00:40:27 Step 21/21 : LABEL version=0.0.0 00:40:29 ---> Running in 757b75a866f9 00:40:29 ---> Running in 07b55d78cc75 00:40:29 ---> Running in 28d0c9d6aefd 00:40:29 ./bin/test-go-mod-tidy.sh 00:40:29 Removing intermediate container bc4d9340b94c 00:40:29 ---> be239d7965a3 00:40:29 Step 20/20 : LABEL version=0.0.0 00:40:30 Removing intermediate container 07b55d78cc75 00:40:30 ---> 9209e922de7d 00:40:30 00:40:30 Removing intermediate container 28d0c9d6aefd 00:40:30 ---> 47a014f4c275 00:40:30 Step 21/21 : LABEL version=0.0.0 00:40:30 ./bin/test-attribution-txt.sh 00:40:30 ---> Running in 20d227aeee59 00:40:30 Removing intermediate container 757b75a866f9 00:40:30 ---> af2b75bd8609 00:40:30 Step 13/26 : WORKDIR / 00:40:30 Successfully built 9209e922de7d 00:40:30 Successfully tagged docker-support-logging-go:latest 00:40:31  Building docker-support-logging-go ... done  ---> Running in c80e66c10dd2 00:40:32 ---> Running in 2c505627079e 00:40:32 Removing intermediate container 20d227aeee59 00:40:32 ---> ba8f98d76573 00:40:32 00:40:32 Successfully built ba8f98d76573 00:40:33 Successfully tagged docker-support-scheduler-go:latest 00:40:33  Building docker-support-scheduler-go ... done Removing intermediate container 2c505627079e 00:40:33 ---> a98ee43a7ae5 00:40:33 00:40:33 Successfully built a98ee43a7ae5 00:40:33 ---> 102a1a7b1475 00:40:33 Step 9/22 : RUN make cmd/core-data/core-data 00:40:33 Successfully tagged docker-core-command-go:latest 00:40:33  Building docker-core-command-go ... done Removing intermediate container c80e66c10dd2 00:40:33 ---> ae8cdce21f92 00:40:33 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:33 ---> Running in f14acccd7673 00:40:33 ---> aa15f9e37d4b 00:40:33 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] sh 00:40:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:33 ---> fdc18fcfa019 00:40:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:34 ---> 1e829e771356 00:40:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:40:34 + ls -al . 00:40:34 total 584 00:40:34 drwxrwxr-x 10 1001 1001 4096 Aug 18 00:40 . 00:40:34 drwxr-xr-x 4 root root 4096 Aug 18 00:38 .. 00:40:34 -rw-rw-r-- 1 1001 1001 11 Aug 18 00:36 .dockerignore 00:40:34 drwxrwxr-x 8 1001 1001 4096 Aug 18 00:36 .git 00:40:34 drwxrwxr-x 3 1001 1001 4096 Aug 18 00:36 .github 00:40:34 -rw-rw-r-- 1 1001 1001 932 Aug 18 00:36 .gitignore 00:40:34 drwxrwxr-x 3 1001 1001 4096 Aug 18 00:36 .semver 00:40:34 -rw-rw-r-- 1 1001 1001 166 Aug 18 00:36 .sonarcloud.properties 00:40:34 -rw-rw-r-- 1 1001 1001 3804 Aug 18 00:36 CONTRIBUTING.md 00:40:34 -rw-rw-r-- 1 1001 1001 1035 Aug 18 00:36 Dockerfile.build 00:40:34 -rw-rw-r-- 1 1001 1001 865 Aug 18 00:36 Jenkinsfile 00:40:34 -rw-rw-r-- 1 1001 1001 10775 Aug 18 00:36 LICENSE 00:40:34 -rw-rw-r-- 1 1001 1001 6237 Aug 18 00:36 Makefile 00:40:34 -rw-rw-r-- 1 1001 1001 5652 Aug 18 00:36 README.md 00:40:34 -rw-rw-r-- 1 1001 1001 259 Aug 18 00:36 SECURITY.md 00:40:34 -rw-rw-r-- 1 1001 1001 5 Aug 18 00:32 VERSION 00:40:34 -rw-rw-r-- 1 1001 1001 4131 Aug 18 00:36 ZMQWindows.md 00:40:34 drwxrwxr-x 2 1001 1001 4096 Aug 18 00:36 bin 00:40:34 drwxrwxr-x 15 1001 1001 4096 Aug 18 00:36 cmd 00:40:34 -rw-r--r-- 1 root root 458658 Aug 18 00:40 coverage.out 00:40:34 -rw-r--r-- 1 root root 1019 Aug 18 00:40 go.mod 00:40:34 -rw-r--r-- 1 root root 19185 Aug 18 00:40 go.sum 00:40:34 drwxrwxr-x 8 1001 1001 4096 Aug 18 00:36 internal 00:40:34 drwxrwxr-x 4 1001 1001 4096 Aug 18 00:36 openapi 00:40:34 drwxrwxr-x 4 1001 1001 4096 Aug 18 00:36 snap 00:40:34 -rw-rw-r-- 1 1001 1001 168 Aug 18 00:36 version.go [Pipeline] sh 00:40:34 ---> 104153b09d7b 00:40:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:34 + '[' -e coverage.out ] 00:40:34 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:35 Warning: overwriting stash ‘coverage-report’ 00:40:35 ---> 426468efdf99 00:40:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:36 Stashed 1 file(s) [Pipeline] sh 00:40:36 ---> 3068108af4c3 00:40:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:40:36 + make build 00:40:36 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 00:40:37 ---> 2434b9cb9624 00:40:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:37 ---> 07bda276ef67 00:40:37 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:37 ---> Running in 5d0210053773 00:40:40 Removing intermediate container 5d0210053773 00:40:40 ---> 27d904e7c22e 00:40:40 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:40:40 ---> Running in 71de8662ca73 00:40:40 Removing intermediate container 71de8662ca73 00:40:40 ---> cc920991ecbb 00:40:40 Step 24/26 : LABEL arch=x86_64 00:40:40 ---> Running in 2aa43a6c687f 00:40:40 Removing intermediate container 2aa43a6c687f 00:40:40 ---> c92810d7f52a 00:40:40 Step 25/26 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:40:40 ---> Running in e111c7d1eaee 00:40:40 Removing intermediate container e111c7d1eaee 00:40:40 ---> c64e452ba621 00:40:40 Step 26/26 : LABEL version=0.0.0 00:40:41 ---> Running in 44c49beffdd2 00:40:41 Removing intermediate container 44c49beffdd2 00:40:41 ---> 5d2153325ddc 00:40:41 00:40:41 Successfully built 5d2153325ddc 00:40:41 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:51  Building docker-security-secretstore-setup-go ... done Removing intermediate container f14acccd7673 00:40:51 ---> c95e04eda606 00:40:51 00:40:51 Step 10/22 : FROM alpine 00:40:51 ---> a24bb4013296 00:40:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:51 ---> Running in 2e046ca10683 00:40:51 Removing intermediate container 2e046ca10683 00:40:51 ---> e756d606db28 00:40:51 Step 12/22 : ENV APP_PORT=48080 00:40:51 ---> Running in 59fb35c70cf1 00:40:51 Removing intermediate container 59fb35c70cf1 00:40:51 ---> 1b122350394d 00:40:51 Step 13/22 : EXPOSE $APP_PORT 00:40:51 ---> Running in d47b84d61510 00:40:52 Removing intermediate container d47b84d61510 00:40:52 ---> bd762d049b57 00:40:52 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:52 ---> Running in bc2de4d96181 00:40:53 Removing intermediate container bc2de4d96181 00:40:53 ---> 7e75c99185dd 00:40:53 Step 15/22 : RUN apk --no-cache add zeromq 00:40:53 ---> Running in 9bea143dc2de 00:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:54 (1/5) Installing libgcc (9.3.0-r2) 00:40:54 (2/5) Installing libsodium (1.0.18-r0) 00:40:54 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:54 (4/5) Installing libzmq (4.3.2-r0) 00:40:55 (5/5) Installing zeromq (4.3.2-r0) 00:40:55 Executing busybox-1.31.1-r16.trigger 00:40:55 OK: 8 MiB in 19 packages 00:40:55 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 00:40:55 Removing intermediate container 9bea143dc2de 00:40:55 ---> 140f46576af6 00:40:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:55 ---> 9a38a16b9e03 00:40:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:56 ---> 58e1e227fc55 00:40:56 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:56 ---> 5b1c16ebf05c 00:40:56 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:40:56 ---> Running in 47b9078293da 00:40:56 Removing intermediate container 47b9078293da 00:40:56 ---> b458105ac534 00:40:56 Step 20/22 : LABEL arch=x86_64 00:40:56 ---> Running in d66e54bb9b12 00:40:56 Removing intermediate container d66e54bb9b12 00:40:56 ---> 6b245eac1d2d 00:40:56 Step 21/22 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:40:57 ---> Running in 54d7ffdc8f8c 00:40:57 Removing intermediate container 54d7ffdc8f8c 00:40:57 ---> e332dd2c4518 00:40:57 Step 22/22 : LABEL version=0.0.0 00:40:57 ---> Running in 50e703068bb9 00:40:57 Removing intermediate container 50e703068bb9 00:40:57 ---> bbc224e83933 00:40:57 00:40:57 Successfully built bbc224e83933 00:40:57 Successfully tagged docker-core-data-go:latest 00:40:59  Building docker-core-data-go ... done  [Pipeline] } 00:40:59 $ docker stop --time=1 25751d61aba29bcc7c1a345842c3f3ca41732b83b0cb8b34d76f1992b35b2ee7 00:41:01 $ docker rm -f 25751d61aba29bcc7c1a345842c3f3ca41732b83b0cb8b34d76f1992b35b2ee7 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:02 + docker images 00:41:02 + grep docker 00:41:02 docker-core-data-go latest bbc224e83933 5 seconds ago 24.5MB 00:41:02 docker-security-secretstore-setup-go latest 5d2153325ddc 22 seconds ago 33.9MB 00:41:02 docker-core-command-go latest a98ee43a7ae5 30 seconds ago 13MB 00:41:02 docker-support-scheduler-go latest ba8f98d76573 31 seconds ago 13.1MB 00:41:02 docker-support-logging-go latest 9209e922de7d 33 seconds ago 11.8MB 00:41:02 docker-sys-mgmt-agent-go latest 38e641620226 About a minute ago 284MB 00:41:02 docker-security-secrets-setup-go latest 42117722088c 2 minutes ago 25.1MB 00:41:02 docker-support-notifications-go latest bc002d329b84 2 minutes ago 14.5MB 00:41:02 docker-core-metadata-go latest 77499d515c13 3 minutes ago 14.4MB 00:41:02 docker-security-proxy-setup-go latest 39b4c56b2e60 3 minutes ago 16.4MB 00:41:02 docker latest 81f5749c9058 7 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] } 00:41:05 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 00:41:10 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 00:41:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:21 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 00:41:22 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 00:41:28 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 00:41:33 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 00:41:37 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 00:41:42 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 00:41:46 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 00:41:51 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] } 00:41:55 $ docker stop --time=1 09dad4249b2ac486db42c10da323c8eaf30e62f35e189968d01f76bab3865ea1 00:41:58 $ docker rm -f 09dad4249b2ac486db42c10da323c8eaf30e62f35e189968d01f76bab3865ea1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:59 00:41:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:00 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:00 29e5d40040c1: Pulling fs layer 00:42:00 1ce36da41761: Pulling fs layer 00:42:00 25b303627fd3: Pulling fs layer 00:42:00 29e5d40040c1: Download complete 00:42:01 1ce36da41761: Verifying Checksum 00:42:01 1ce36da41761: Download complete 00:42:01 29e5d40040c1: Pull complete 00:42:02 1ce36da41761: Pull complete 00:42:02 25b303627fd3: Verifying Checksum 00:42:02 25b303627fd3: Download complete 00:42:14 25b303627fd3: Pull complete 00:42:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:15 prd-ubuntu18.04-docker-arm64-4c-16g-334 does not seem to be running inside a container 00:42:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:18 $ docker top be66be829d38d34b018308e8163af6c5fb1069691d1620fe56ecbb0c332f5dc8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:19 + docker-compose build --help 00:42:19 + grep parallel 00:42:23 --parallel Build images in parallel. [Pipeline] } 00:42:23 $ docker stop --time=1 be66be829d38d34b018308e8163af6c5fb1069691d1620fe56ecbb0c332f5dc8 00:42:25 $ docker rm -f be66be829d38d34b018308e8163af6c5fb1069691d1620fe56ecbb0c332f5dc8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:25 . [Pipeline] withDockerContainer 00:42:26 prd-ubuntu18.04-docker-arm64-4c-16g-334 does not seem to be running inside a container 00:42:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:27 $ docker top be020674a03d6daca11ce307860d712e811960d9a4d1cfe7a41c6e82bcf640c6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:28 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:32 Building docker-core-command-go ... 00:42:32 Building docker-core-data-go ... 00:42:32 Building docker-core-metadata-go ... 00:42:32 Building docker-security-proxy-setup-go ... 00:42:32 Building docker-security-secrets-setup-go ... 00:42:32 Building docker-security-secretstore-setup-go ... 00:42:32 Building docker-support-logging-go ... 00:42:32 Building docker-support-notifications-go ... 00:42:32 Building docker-support-scheduler-go ... 00:42:32 Building docker-sys-mgmt-agent-go ... 00:42:32 Building docker-core-metadata-go 00:42:32 Building docker-core-data-go 00:42:32 Building docker-security-secrets-setup-go 00:42:32 Building docker-security-secretstore-setup-go 00:42:32 Building docker-support-notifications-go 00:44:39 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> 08708db36025 00:44:39 Step 3/26 : WORKDIR /edgex-go 00:44:39 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> 08708db36025 00:44:39 Step 3/22 : WORKDIR /edgex-go 00:44:39 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> 08708db36025 00:44:39 Step 3/23 : WORKDIR /edgex-go 00:44:39 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:39 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:44:39 ---> 08708db36025 00:44:39 Step 3/29 : WORKDIR /edgex-go 00:44:39 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> 08708db36025 00:44:39 Step 3/21 : WORKDIR /edgex-go 00:44:39 ---> Running in d42971e32cfc 00:44:39 ---> Running in ff2774a6a762 00:44:39 ---> Running in b6a2258d1cae 00:44:39 ---> Running in 47e3340ae113 00:44:39 ---> Running in 6eebc74b6721 00:44:39 Removing intermediate container d42971e32cfc 00:44:39 ---> 54ea8783a851 00:44:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:39 Removing intermediate container 6eebc74b6721 00:44:39 ---> f1e4b3ca6029 00:44:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:39 Removing intermediate container 47e3340ae113 00:44:39 ---> 60de11032ba5 00:44:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:39 Removing intermediate container b6a2258d1cae 00:44:39 ---> d204382732d5 00:44:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:39 Removing intermediate container ff2774a6a762 00:44:39 ---> d4c62c433e77 00:44:39 Step 4/29 : RUN apk update && apk add make git 00:44:39 ---> Running in ebc29fd66dd4 00:44:39 ---> Running in d148a707746f 00:44:39 ---> Running in 3c85750c167f 00:44:39 ---> Running in 32158183ee5d 00:44:39 ---> Running in 6a26e0b2dc04 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:39 Removing intermediate container 3c85750c167f 00:44:39 ---> dc8ca7545099 00:44:39 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:44:39 ---> Running in 2492ae9c5a18 00:44:39 Removing intermediate container 32158183ee5d 00:44:39 ---> 624e65537491 00:44:39 Step 5/21 : RUN apk update && apk add make git 00:44:39 Removing intermediate container d148a707746f 00:44:39 ---> c3990ec73225 00:44:39 Step 5/26 : RUN apk update && apk add make git 00:44:39 ---> Running in ceddf3a9a7d7 00:44:39 ---> Running in eacd83bd1d20 00:44:39 Removing intermediate container ebc29fd66dd4 00:44:39 ---> af89d05251f5 00:44:39 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:44:39 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:39 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:39 OK: 12617 distinct packages available 00:44:39 ---> Running in 5715541bdf56 00:44:39 OK: 217 MiB in 51 packages 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:39 Removing intermediate container 6a26e0b2dc04 00:44:39 ---> 559f610628c2 00:44:39 Step 5/29 : COPY go.mod . 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:39 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:39 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:39 OK: 12617 distinct packages available 00:44:39 ---> 663bdccaa429 00:44:39 Step 6/29 : RUN go mod download 00:44:39 ---> Running in 0fa0e0af4dee 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:39 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:39 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:39 OK: 12617 distinct packages available 00:44:39 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:39 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:39 OK: 12617 distinct packages available 00:44:39 OK: 217 MiB in 51 packages 00:44:39 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:39 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:39 OK: 12617 distinct packages available 00:44:40 OK: 217 MiB in 51 packages 00:44:40 OK: 217 MiB in 51 packages 00:44:40 OK: 217 MiB in 51 packages 00:44:41 Removing intermediate container 2492ae9c5a18 00:44:41 ---> 3439f3ab0842 00:44:41 Step 6/22 : COPY go.mod . 00:44:42 Removing intermediate container ceddf3a9a7d7 00:44:42 ---> e7c5f79c8d4d 00:44:42 Step 6/21 : COPY go.mod . 00:44:42 Removing intermediate container eacd83bd1d20 00:44:42 ---> cefa1d89b3c6 00:44:42 Step 6/26 : COPY go.mod . 00:44:42 ---> eeb329b58fa2 00:44:42 Step 7/22 : RUN go mod download 00:44:42 Removing intermediate container 5715541bdf56 00:44:42 ---> 44220202d1d6 00:44:42 Step 6/23 : COPY go.mod . 00:44:42 ---> Running in 96fbff6315f5 00:44:43 Removing intermediate container 0fa0e0af4dee 00:44:43 ---> d039cc571751 00:44:43 Step 7/29 : COPY . . 00:44:43 ---> 85a9860a1d0c 00:44:43 Step 7/21 : RUN go mod download 00:44:43 ---> 279f66a8410a 00:44:43 Step 7/26 : RUN go mod download 00:44:43 ---> Running in 060adc4d2641 00:44:43 ---> Running in e4f774e4314a 00:44:44 ---> a7f9fbab9338 00:44:44 Step 7/23 : RUN go mod download 00:44:44 ---> Running in ae2f22729670 00:44:48 Removing intermediate container 96fbff6315f5 00:44:48 ---> 28133ad05971 00:44:48 Step 8/22 : COPY . . 00:44:48 Removing intermediate container 060adc4d2641 00:44:48 ---> ebf5c241459c 00:44:48 Step 8/21 : COPY . . 00:44:49 Removing intermediate container ae2f22729670 00:44:49 ---> 670798c3613c 00:44:49 Step 8/23 : COPY . . 00:44:49 Removing intermediate container e4f774e4314a 00:44:49 ---> 43e26a76713d 00:44:49 Step 8/26 : COPY . . 00:45:16 ---> b0d40cb3f603 00:45:16 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:45:16 ---> 31bb8e7e3b32 00:45:16 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:45:16 ---> 1872fafe9b86 00:45:16 Step 9/22 : RUN make cmd/core-data/core-data 00:45:16 ---> cc7184334ad3 00:45:16 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:45:16 ---> fbe89ca360e6 00:45:16 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 00:45:16 ---> Running in 59ca3516f805 00:45:16 ---> Running in 20506de2024f 00:45:16 ---> Running in 3f92f215cbb9 00:45:16 ---> Running in 0eae1fe69e19 00:45:16 ---> Running in b7319d1cde7d 00:45:17 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 00:45:18 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 00:45:18 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 00:45:18 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 00:45:18 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 00:46:40 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 00:46:40 Removing intermediate container 59ca3516f805 00:46:40 ---> dc1f9925eeca 00:46:40 00:46:40 Step 9/29 : FROM alpine:latest 00:46:40 latest: Pulling from library/alpine 00:46:40 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:46:40 Status: Downloaded newer image for alpine:latest 00:46:40 ---> 62ee0e9f8440 00:46:40 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:46:40 ---> Running in a5f96df0c824 00:46:40 Removing intermediate container a5f96df0c824 00:46:40 ---> db7ad1d0c554 00:46:40 Step 11/29 : USER root 00:46:40 ---> Running in 22f4dbc0d980 00:46:40 Removing intermediate container 22f4dbc0d980 00:46:40 ---> 401549828cad 00:46:40 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:46:40 ---> Running in 202a2ff340f9 00:46:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:43 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:46:43 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:46:43 OK: 12617 distinct packages available 00:46:44 (1/2) Installing ca-certificates (20191127-r4) 00:46:44 (2/2) Installing dumb-init (1.2.2-r1) 00:46:44 Executing busybox-1.31.1-r16.trigger 00:46:44 Executing ca-certificates-20191127-r4.trigger 00:46:45 OK: 6 MiB in 16 packages 00:46:48 Removing intermediate container 202a2ff340f9 00:46:48 ---> a899b92112ff 00:46:48 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:46:48 ---> Running in 2c6c34d191f5 00:46:48 Removing intermediate container 2c6c34d191f5 00:46:48 ---> 195847e36407 00:46:48 Step 14/29 : WORKDIR $BASE_DIR 00:46:49 ---> Running in c64b03fb7381 00:46:49 Removing intermediate container c64b03fb7381 00:46:49 ---> db31fe6a8a62 00:46:49 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:46:50 ---> Running in ae51af63cbc3 00:46:51 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 00:46:54 Removing intermediate container ae51af63cbc3 00:46:54 ---> 5e43a847b0d4 00:46:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:46:56 ---> d6b87e155582 00:46:56 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:46:57 ---> 2dce6e52007c 00:46:57 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:46:59 ---> aec48006c173 00:46:59 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:47:00 ---> a0fb38d36454 00:47:00 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:47:02 ---> f61e4cee266b 00:47:02 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:47:02 ---> Running in f7319072f567 00:47:06 Removing intermediate container b7319d1cde7d 00:47:06 ---> 7b199004870f 00:47:06 00:47:06 Step 10/26 : FROM alpine:3.10 00:47:06 3.10: Pulling from library/alpine 00:47:06 Removing intermediate container f7319072f567 00:47:06 ---> 2ddd6477955b 00:47:06 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:47:08 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:47:08 Status: Downloaded newer image for alpine:3.10 00:47:08 ---> 536a684cf733 00:47:08 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:47:09 ---> abe59d8663fe 00:47:09 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:09 ---> Running in 85e8b5dc4ec2 00:47:09 ---> Running in b209dcb6f923 00:47:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:47:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:47:14 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:47:14 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:47:14 OK: 10167 distinct packages available 00:47:15 (1/5) Installing ca-certificates (20191127-r2) 00:47:15 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:47:15 (3/5) Installing libcurl (7.66.0-r0) 00:47:15 (4/5) Installing curl (7.66.0-r0) 00:47:15 (5/5) Installing dumb-init (1.2.2-r1) 00:47:15 Executing busybox-1.30.1-r3.trigger 00:47:15 Executing ca-certificates-20191127-r2.trigger 00:47:15 Removing intermediate container 3f92f215cbb9 00:47:15 ---> 2542006b11b6 00:47:15 00:47:15 Step 10/23 : FROM scratch 00:47:15 ---> 00:47:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:15 OK: 7 MiB in 19 packages 00:47:15 Removing intermediate container b209dcb6f923 00:47:15 ---> 16ad57441469 00:47:15 Step 24/29 : RUN chmod 755 security-secrets-setup 00:47:15 ---> Running in d4f111842b65 00:47:16 ---> Running in 9e08d1360a4d 00:47:16 Removing intermediate container d4f111842b65 00:47:16 ---> 83e6b72ef2f2 00:47:16 Step 12/23 : ENV APP_PORT=48060 00:47:16 ---> Running in 9886089b1bf0 00:47:18 Removing intermediate container 9886089b1bf0 00:47:18 ---> 76407dedcdeb 00:47:18 Step 13/23 : EXPOSE $APP_PORT 00:47:18 ---> Running in 9e2f0849c4ab 00:47:19 Removing intermediate container 85e8b5dc4ec2 00:47:19 ---> a74f52f98efb 00:47:19 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:19 ---> Running in 2e4ef319f2b5 00:47:19 Removing intermediate container 9e2f0849c4ab 00:47:19 ---> 1200cdf7c3d1 00:47:19 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:47:20 Removing intermediate container 2e4ef319f2b5 00:47:20 ---> 15c923be0ab1 00:47:20 Step 13/26 : WORKDIR / 00:47:20 Removing intermediate container 20506de2024f 00:47:20 ---> cdde5142efa1 00:47:20 00:47:20 Step 10/21 : FROM scratch 00:47:20 ---> 00:47:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:21 ---> Running in dad7723a8a8e 00:47:21 ---> ebd00f9aeb0b 00:47:21 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:21 ---> Running in 971b8dd76c70 00:47:21 Removing intermediate container 9e08d1360a4d 00:47:21 ---> 9b5a3e07007c 00:47:21 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:47:21 ---> Running in 48201cebfbc4 00:47:21 Removing intermediate container dad7723a8a8e 00:47:21 ---> 9747ed6b113c 00:47:21 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:21 Removing intermediate container 971b8dd76c70 00:47:21 ---> 146087f03041 00:47:21 Step 12/21 : ENV APP_PORT=48081 00:47:22 ---> Running in bf4c4814acc3 00:47:22 Removing intermediate container 48201cebfbc4 00:47:22 ---> 362b2871d991 00:47:22 Step 26/29 : CMD [ "generate" ] 00:47:22 ---> Running in c1fcb2c25cdd 00:47:22 ---> d091d4164b01 00:47:22 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:47:23 ---> d588bd2f9f48 00:47:23 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:47:23 Removing intermediate container bf4c4814acc3 00:47:23 ---> 7978f15ed0c1 00:47:23 Step 13/21 : EXPOSE $APP_PORT 00:47:23 ---> Running in 7289b7f86233 00:47:23 Removing intermediate container c1fcb2c25cdd 00:47:23 ---> 9104e62d7d5a 00:47:23 Step 27/29 : LABEL arch=arm64 00:47:23 ---> Running in fea078aeaa0a 00:47:24 Removing intermediate container 7289b7f86233 00:47:24 ---> 059b5ebbaab4 00:47:24 Step 14/21 : WORKDIR / 00:47:24 ---> ed2ffa39bacd 00:47:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:24 ---> Running in 5e2f56c68e57 00:47:24 Removing intermediate container fea078aeaa0a 00:47:24 ---> 17878a4590de 00:47:24 Step 28/29 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:47:24 ---> 0d1a551e6bd2 00:47:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:47:24 ---> Running in decfbca34c1a 00:47:25 Removing intermediate container 5e2f56c68e57 00:47:25 ---> 09bef921dc90 00:47:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:47:25 Removing intermediate container decfbca34c1a 00:47:25 ---> dbd6d4dc0b91 00:47:25 Step 29/29 : LABEL version=0.0.0 00:47:25 ---> bd2fdd684cae 00:47:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:47:25 ---> Running in c86df0aa34d8 00:47:26 ---> 8e0fbe7ab0cc 00:47:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:26 ---> 9c02a04028ac 00:47:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:26 Removing intermediate container c86df0aa34d8 00:47:26 ---> fdef2b10f5e0 00:47:26 00:47:26 ---> b0a7c0f6c5d5 00:47:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:27 Successfully built fdef2b10f5e0 00:47:27 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:47:27  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 00:47:28 ---> 13dc0a11a9f7 00:47:28 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:28 ---> 270092e10efd 00:47:28 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:29 ---> a0e603e77270 00:47:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:30 ---> 9fc80fa4a3ae 00:47:30 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:47:31 ---> f0ca008a68f2 00:47:31 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:47:31 ---> Running in 15041e26e23b 00:47:31 ---> f399ebcc2c24 00:47:31 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:47:31 ---> Running in 6850144f9db3 00:47:32 Removing intermediate container 15041e26e23b 00:47:32 ---> 0dd0f26a8b89 00:47:32 Step 21/23 : LABEL arch=arm64 00:47:33 Removing intermediate container 6850144f9db3 00:47:33 ---> 3c59e68abd72 00:47:33 Step 19/21 : LABEL arch=arm64 00:47:34 ---> Running in 101485a509b9 00:47:34 ---> d63e16149d05 00:47:34 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:34 ---> Running in b07c7322e442 00:47:35 Removing intermediate container 101485a509b9 00:47:35 ---> 0a681d87c672 00:47:35 Step 22/23 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:47:35 Removing intermediate container b07c7322e442 00:47:35 ---> 934e2c1d58f9 00:47:35 Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:47:35 ---> Running in cf4ec6ccae30 00:47:36 ---> 94aacdadeff8 00:47:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:36 ---> Running in be5c8c420fbb 00:47:36 ---> Running in f392f5f7374b 00:47:36 Removing intermediate container cf4ec6ccae30 00:47:36 ---> e3bd72b6ebd5 00:47:36 Step 23/23 : LABEL version=0.0.0 00:47:37 ---> Running in 55ed6716d5bd 00:47:37 Removing intermediate container be5c8c420fbb 00:47:37 ---> 6aa2f0c43c5d 00:47:37 Step 21/21 : LABEL version=0.0.0 00:47:38 ---> Running in 7571e0e676a6 00:47:38 Removing intermediate container 0eae1fe69e19 00:47:38 ---> 7ae23e95790d 00:47:38 00:47:38 Step 10/22 : FROM alpine 00:47:38 ---> 62ee0e9f8440 00:47:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:38 Removing intermediate container 55ed6716d5bd 00:47:38 ---> aa30bd1595b0 00:47:38 00:47:39 Removing intermediate container 7571e0e676a6 00:47:39 ---> c3ddc58f0577 00:47:39 00:47:39 Successfully built aa30bd1595b0 00:47:39 ---> Running in 77a7f7d92496 00:47:39 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:39 Building docker-sys-mgmt-agent-go 00:47:39  Building docker-support-notifications-go ... done Successfully built c3ddc58f0577 00:47:40 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:40 Building docker-core-command-go 00:47:40  Building docker-core-metadata-go ... done Removing intermediate container f392f5f7374b 00:47:40 ---> bf6a1d56d95b 00:47:40 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:47:40 Removing intermediate container 77a7f7d92496 00:47:40 ---> 629fb30f91a0 00:47:40 Step 12/22 : ENV APP_PORT=48080 00:47:40 ---> Running in 39f2efd77a57 00:47:40 ---> Running in d457f59f2b4e 00:47:41 Removing intermediate container d457f59f2b4e 00:47:41 ---> d64e093a93dd 00:47:41 Step 13/22 : EXPOSE $APP_PORTRemoving intermediate container 39f2efd77a57 00:47:41 ---> 06b391cd91bb 00:47:41 Step 24/26 : LABEL arch=arm64 00:47:41 00:47:41 ---> Running in 4b35862f104e 00:47:41 ---> Running in 45638428565f 00:47:42 Removing intermediate container 45638428565f 00:47:42 ---> 4c91331a04b7 00:47:42 Step 25/26 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:47:42 Removing intermediate container 4b35862f104e 00:47:42 ---> fa2700d355d2 00:47:42 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:43 ---> Running in f7d78e605faf 00:47:43 ---> Running in 38ccacdb3349 00:47:44 Removing intermediate container 38ccacdb3349 00:47:44 ---> 459cd1686c7a 00:47:44 Step 26/26 : LABEL version=0.0.0 00:47:45 ---> Running in 362812b8aba1 00:47:46 Removing intermediate container 362812b8aba1 00:47:46 ---> 99d3bb4c44d5 00:47:46 00:47:47 Successfully built 99d3bb4c44d5 00:47:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:47  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 00:47:47 Removing intermediate container f7d78e605faf 00:47:47 ---> 30061e04b21a 00:47:47 Step 15/22 : RUN apk --no-cache add zeromq 00:47:48 ---> Running in 2d73d290c931 00:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:51 (1/5) Installing libgcc (9.3.0-r2) 00:47:51 (2/5) Installing libsodium (1.0.18-r0) 00:47:51 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:51 (4/5) Installing libzmq (4.3.2-r0) 00:47:51 (5/5) Installing zeromq (4.3.2-r0) 00:47:51 Executing busybox-1.31.1-r16.trigger 00:47:51 OK: 8 MiB in 19 packages 00:47:55 Removing intermediate container 2d73d290c931 00:47:55 ---> e95d5a15ab03 00:47:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:57 ---> e5f45c0c510a 00:47:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:59 ---> f4c05dea65da 00:47:59 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:01 ---> 0addf4854fdf 00:48:01 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:48:01 ---> Running in c91be38e027a 00:48:03 Removing intermediate container c91be38e027a 00:48:03 ---> c7e896084b73 00:48:03 Step 20/22 : LABEL arch=arm64 00:48:03 ---> Running in 1403dd42dd81 00:48:04 Removing intermediate container 1403dd42dd81 00:48:04 ---> 05ca641a85cb 00:48:04 Step 21/22 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:48:04 ---> Running in facb2dc5d00a 00:48:05 Removing intermediate container facb2dc5d00a 00:48:05 ---> 24e091243d96 00:48:05 Step 22/22 : LABEL version=0.0.0 00:48:06 ---> Running in cc4ff9ee65f1 00:48:06 Removing intermediate container cc4ff9ee65f1 00:48:06 ---> c90080ef8135 00:48:06 00:48:07 Successfully built c90080ef8135 00:48:07 Successfully tagged docker-core-data-go-arm64:latest 00:48:07  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 00:48:25 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:25 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:48:25 ---> 08708db36025 00:48:25 Step 3/20 : WORKDIR /edgex-go 00:48:25 ---> Using cache 00:48:25 ---> d4c62c433e77 00:48:25 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:27 ---> Running in 24f8bc697d64 00:48:31 Removing intermediate container 24f8bc697d64 00:48:31 ---> 62d22790fad3 00:48:31 Step 5/20 : RUN apk update && apk add make git 00:48:31 ---> Running in bfa000cab423 00:48:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:35 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:35 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:35 OK: 12617 distinct packages available 00:48:35 OK: 217 MiB in 51 packages 00:48:39 Removing intermediate container bfa000cab423 00:48:39 ---> 641475b2f6cd 00:48:39 Step 6/20 : COPY go.mod . 00:48:39 ---> 6be4c86da575 00:48:39 Step 7/20 : RUN go mod download 00:48:40 ---> Running in 0a9bc269fd4e 00:48:44 Removing intermediate container 0a9bc269fd4e 00:48:44 ---> 08037ebae815 00:48:44 Step 8/20 : COPY . . 00:48:59 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:59 ---> 08708db36025 00:48:59 Step 3/26 : WORKDIR /edgex-go 00:48:59 ---> Using cache 00:48:59 ---> d4c62c433e77 00:48:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:59 ---> Using cache 00:48:59 ---> 62d22790fad3 00:48:59 Step 5/26 : RUN apk update && apk add make bash git 00:49:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:49:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:00 ---> 08708db36025 00:49:00 Step 3/21 : WORKDIR /edgex-go 00:49:00 ---> Using cache 00:49:00 ---> d4c62c433e77 00:49:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:00 ---> Using cache 00:49:00 ---> 62d22790fad3 00:49:00 Step 5/21 : RUN apk update && apk add make git 00:49:00 ---> Using cache 00:49:00 ---> 641475b2f6cd 00:49:00 Step 6/21 : COPY go.mod . 00:49:00 ---> Using cache 00:49:00 ---> 6be4c86da575 00:49:00 Step 7/21 : RUN go mod download 00:49:00 ---> Using cache 00:49:00 ---> 08037ebae815 00:49:00 Step 8/21 : COPY . . 00:49:03 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:49:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:03 ---> 08708db36025 00:49:03 Step 3/21 : WORKDIR /edgex-go 00:49:03 ---> Using cache 00:49:03 ---> d4c62c433e77 00:49:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:03 ---> Using cache 00:49:03 ---> 62d22790fad3 00:49:03 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:49:07 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:49:07 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:49:07 ---> 08708db36025 00:49:07 Step 3/20 : WORKDIR /edgex-go 00:49:07 ---> Using cache 00:49:07 ---> d4c62c433e77 00:49:07 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:07 ---> Using cache 00:49:07 ---> 62d22790fad3 00:49:07 Step 5/20 : RUN apk update && apk add make git 00:49:07 ---> Using cache 00:49:07 ---> 641475b2f6cd 00:49:07 Step 6/20 : COPY go.mod . 00:49:07 ---> Using cache 00:49:07 ---> 6be4c86da575 00:49:07 Step 7/20 : RUN go mod download 00:49:07 ---> Using cache 00:49:07 ---> 08037ebae815 00:49:07 Step 8/20 : COPY . . 00:49:07 ---> Using cache 00:49:07 ---> 9e4c1569afe1 00:49:07 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:49:10 ---> Running in 325ab598ee52 00:49:10 ---> Running in ce46a017e47a 00:49:10 ---> Running in cb9bc789ec69 00:49:10 ---> 9e4c1569afe1 00:49:10 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:49:10 ---> Running in 93847a6707cd 00:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:13 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 00:49:13 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 00:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:14 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:14 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:14 OK: 12617 distinct packages available 00:49:15 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:15 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:15 OK: 12617 distinct packages available 00:49:15 OK: 217 MiB in 51 packages 00:49:16 OK: 217 MiB in 51 packages 00:49:16 OK: 217 MiB in 51 packages 00:49:20 Removing intermediate container cb9bc789ec69 00:49:20 ---> 53a64a011843 00:49:20 Step 6/26 : COPY go.mod . 00:49:20 Removing intermediate container 325ab598ee52 00:49:20 ---> 4d88e6a02eb5 00:49:20 Step 6/21 : COPY go.mod . 00:49:21 ---> 72508f207b26 00:49:21 Step 7/26 : RUN go mod download 00:49:22 ---> d3368d395535 00:49:22 Step 7/21 : RUN go mod download 00:49:22 ---> Running in ac539ed4fc70 00:49:22 ---> Running in b9fe76e0da64 00:49:22 ---> 7cdbc762cf91 00:49:22 Step 9/21 : RUN make cmd/core-command/core-command 00:49:22 ---> Running in 8a477ab34e83 00:49:26 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 00:49:27 Removing intermediate container ac539ed4fc70 00:49:27 ---> e4193f043561 00:49:27 Step 8/26 : COPY . . 00:49:28 Removing intermediate container b9fe76e0da64 00:49:28 ---> ca38c47118ae 00:49:28 Step 8/21 : COPY . . 00:50:07 ---> 9365b4d10dd6 00:50:07 Step 9/21 : RUN make cmd/support-logging/support-logging 00:50:07 ---> 7c7274bb5b0b 00:50:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:07 ---> Running in 6db9b71cb294 00:50:07 ---> Running in 501e181f13a3 00:50:07 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 00:50:07 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 00:50:34 Removing intermediate container ce46a017e47a 00:50:34 ---> cf249f8fe144 00:50:34 00:50:34 Step 10/20 : FROM alpine 00:50:34 ---> 62ee0e9f8440 00:50:34 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:50:34 ---> Running in 9579c00bedb6 00:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:34 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:50:34 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:50:34 OK: 12617 distinct packages available 00:50:34 (1/4) Installing ca-certificates (20191127-r4) 00:50:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:34 (3/4) Installing libcurl (7.69.1-r0) 00:50:34 (4/4) Installing curl (7.69.1-r0) 00:50:34 Executing busybox-1.31.1-r16.trigger 00:50:34 Executing ca-certificates-20191127-r4.trigger 00:50:34 OK: 7 MiB in 18 packages 00:50:37 Removing intermediate container 9579c00bedb6 00:50:37 ---> 17c159a2626b 00:50:37 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:37 ---> Running in 5af1829cf0f4 00:50:38 Removing intermediate container 5af1829cf0f4 00:50:38 ---> 736c41dffb86 00:50:38 Step 13/20 : WORKDIR /edgex 00:50:38 ---> Running in 1fa00a236d16 00:50:38 Removing intermediate container 1fa00a236d16 00:50:38 ---> f782c4d91b61 00:50:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:40 ---> 469b0de0a12f 00:50:40 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:41 ---> ea74404c8db4 00:50:41 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:41 ---> Running in 54d9310b18d2 00:50:42 Removing intermediate container 54d9310b18d2 00:50:42 ---> 563252ba8db1 00:50:42 Step 17/20 : CMD ["--init=true"] 00:50:43 ---> Running in 2239f4427a34 00:50:43 Removing intermediate container 2239f4427a34 00:50:43 ---> 65056a48fad0 00:50:43 Step 18/20 : LABEL arch=arm64 00:50:43 ---> Running in df9f7ade4885 00:50:44 Removing intermediate container df9f7ade4885 00:50:44 ---> 13322d337d28 00:50:44 Step 19/20 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:50:44 ---> Running in 04a771821458 00:50:45 Removing intermediate container 04a771821458 00:50:45 ---> 53fa0293cfb2 00:50:45 Step 20/20 : LABEL version=0.0.0 00:50:45 ---> Running in 1104ad6f35bd 00:50:46 Removing intermediate container 1104ad6f35bd 00:50:46 ---> 25c9425516a2 00:50:46 00:50:46 Successfully built 25c9425516a2 00:50:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:59  Building docker-security-proxy-setup-go ... done Removing intermediate container 93847a6707cd 00:50:59 ---> 0532cbafe0f9 00:50:59 00:50:59 Step 10/20 : FROM scratch 00:50:59 ---> 00:50:59 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:59 ---> Using cache 00:50:59 ---> 146087f03041 00:50:59 Step 12/20 : ENV APP_PORT=48085 00:50:59 ---> Running in c3400e786e4c 00:51:00 Removing intermediate container c3400e786e4c 00:51:00 ---> 9097d74ea048 00:51:00 Step 13/20 : EXPOSE $APP_PORT 00:51:00 ---> Running in 63f1c2d86630 00:51:00 Removing intermediate container 63f1c2d86630 00:51:00 ---> 10be6adb48a1 00:51:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:51:01 ---> 7ef25ee510a8 00:51:01 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:03 ---> 26742c667629 00:51:03 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:04 ---> b3b49c6a1997 00:51:04 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:51:04 ---> Running in c0df4bdb0996 00:51:05 Removing intermediate container c0df4bdb0996 00:51:05 ---> 5c7126455257 00:51:05 Step 18/20 : LABEL arch=arm64 00:51:05 ---> Running in b7353bbea172 00:51:06 Removing intermediate container b7353bbea172 00:51:06 ---> 6146573cb10b 00:51:06 Step 19/20 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:51:06 ---> Running in 18b9049e617f 00:51:07 Removing intermediate container 18b9049e617f 00:51:07 ---> 6acb825c1cae 00:51:07 Step 20/20 : LABEL version=0.0.0 00:51:07 ---> Running in aecbb214c264 00:51:08 Removing intermediate container aecbb214c264 00:51:08 ---> 982ddd58385b 00:51:08 00:51:09 Successfully built 982ddd58385b 00:51:09 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:11  Building docker-support-scheduler-go ... done Removing intermediate container 8a477ab34e83 00:51:11 ---> f8d1cd858db6 00:51:11 00:51:11 Step 10/21 : FROM scratch 00:51:11 ---> 00:51:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:11 ---> Using cache 00:51:11 ---> 146087f03041 00:51:11 Step 12/21 : ENV APP_PORT=48082 00:51:12 ---> Running in 6ca7c060c56e 00:51:12 Removing intermediate container 6ca7c060c56e 00:51:12 ---> 728e4943f9f9 00:51:12 Step 13/21 : EXPOSE $APP_PORT 00:51:12 ---> Running in 8012d75ea397 00:51:13 Removing intermediate container 8012d75ea397 00:51:13 ---> a23017c1e253 00:51:13 Step 14/21 : WORKDIR / 00:51:13 ---> Running in acc490f4f74f 00:51:13 Removing intermediate container acc490f4f74f 00:51:13 ---> b8901259b7b9 00:51:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:51:14 ---> 8aa7aa740317 00:51:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:16 ---> 7e3e204ce46a 00:51:16 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:17 ---> 1dd208f856fd 00:51:17 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:51:17 ---> Running in 36820a27a7b6 00:51:17 Removing intermediate container 36820a27a7b6 00:51:17 ---> 467401eaef91 00:51:17 Step 19/21 : LABEL arch=arm64 00:51:17 ---> Running in e7838c88e6cf 00:51:18 Removing intermediate container e7838c88e6cf 00:51:18 ---> 3b1e4ee28fb4 00:51:18 Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:51:18 ---> Running in 109a2d83e05e 00:51:19 Removing intermediate container 109a2d83e05e 00:51:19 ---> 5ea9be29d30a 00:51:19 Step 21/21 : LABEL version=0.0.0 00:51:19 ---> Running in c477e8208c4d 00:51:20 Removing intermediate container c477e8208c4d 00:51:20 ---> 439372acc72a 00:51:20 00:51:21 Successfully built 439372acc72a 00:51:21 Successfully tagged docker-core-command-go-arm64:latest 00:51:22  Building docker-core-command-go ... done Removing intermediate container 501e181f13a3 00:51:22 ---> ae071b93a5db 00:51:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:22 ---> Running in 51d3652b62d8 00:51:23 Removing intermediate container 6db9b71cb294 00:51:23 ---> df4f0bd7d83e 00:51:23 00:51:23 Step 10/21 : FROM scratch 00:51:23 ---> 00:51:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:51:23 ---> Using cache 00:51:23 ---> 83e6b72ef2f2 00:51:23 Step 12/21 : ENV APP_PORT=48061 00:51:24 ---> Running in 1aedc5eaef2c 00:51:24 Removing intermediate container 1aedc5eaef2c 00:51:24 ---> 367fcded0857 00:51:24 Step 13/21 : EXPOSE $APP_PORT 00:51:24 ---> Running in 049b0d1b8fa3 00:51:24 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 00:51:24 Removing intermediate container 049b0d1b8fa3 00:51:24 ---> e4e582ecb596 00:51:24 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:51:25 ---> bea2e1d74f41 00:51:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:51:26 ---> 296a347119c5 00:51:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:51:27 ---> 5ec30b21dfdf 00:51:27 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:51:27 Removing intermediate container 51d3652b62d8 00:51:27 ---> 707e49e63f69 00:51:27 00:51:27 Step 11/26 : FROM docker:latest 00:51:27 ---> ce9d55ae87f1 00:51:27 Step 12/26 : RUN apk add --no-cache bash 00:51:27 ---> Running in 3fd75bb76a75 00:51:28 ---> d3ef3abf7546 00:51:28 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:51:28 ---> Running in ff1ae4178330 00:51:29 Removing intermediate container ff1ae4178330 00:51:29 ---> 7e7359de832a 00:51:29 Step 19/21 : LABEL arch=arm64 00:51:29 ---> Running in f17922a850ac 00:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:29 Removing intermediate container f17922a850ac 00:51:29 ---> 150c983bb168 00:51:29 Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:29 ---> Running in d2ba1c71bcdf 00:51:30 Removing intermediate container d2ba1c71bcdf 00:51:30 ---> 7726c6286557 00:51:30 Step 21/21 : LABEL version=0.0.0 00:51:30 (1/2) Installing readline (8.0.4-r0) 00:51:30 (2/2) Installing bash (5.0.17-r0) 00:51:30 Executing bash-5.0.17-r0.post-install 00:51:30 Executing busybox-1.31.1-r16.trigger 00:51:30 OK: 12 MiB in 22 packages 00:51:30 ---> Running in f4134dd64e7e 00:51:31 Removing intermediate container f4134dd64e7e 00:51:31 ---> d0af5f5ba7cc 00:51:31 00:51:31 Successfully built d0af5f5ba7cc 00:51:31 Successfully tagged docker-support-logging-go-arm64:latest 00:51:31  Building docker-support-logging-go ... done Removing intermediate container 3fd75bb76a75 00:51:31 ---> 3f8e717d6632 00:51:31 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:51:32 ---> Running in f18d1b55115a 00:51:34 Removing intermediate container f18d1b55115a 00:51:34 ---> 3eec2676f3a6 00:51:34 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:34 ---> Running in 2f2b26bbc90c 00:51:35 Removing intermediate container 2f2b26bbc90c 00:51:35 ---> 51ecdb8e4843 00:51:35 Step 15/26 : ENV APP_PORT=48090 00:51:35 ---> Running in 20b6dea1b4df 00:51:35 Removing intermediate container 20b6dea1b4df 00:51:35 ---> 4e85d12d676e 00:51:35 Step 16/26 : EXPOSE $APP_PORT 00:51:35 ---> Running in f7ca32adbe57 00:51:36 Removing intermediate container f7ca32adbe57 00:51:36 ---> 0288ec819479 00:51:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:37 ---> ce0617327510 00:51:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:38 ---> 3a9fd9d3edad 00:51:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:39 ---> 8d16a87a50be 00:51:39 Step 20/26 : RUN apk --no-cache add py-pip 00:51:39 ---> Running in b4d6a1e5cdad 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:41 (1/33) Installing libbz2 (1.0.8-r1) 00:51:41 (2/33) Installing expat (2.2.9-r1) 00:51:41 (3/33) Installing libffi (3.3-r2) 00:51:41 (4/33) Installing gdbm (1.13-r1) 00:51:41 (5/33) Installing xz-libs (5.2.5-r0) 00:51:41 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:41 (7/33) Installing python3 (3.8.5-r0) 00:51:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:43 (11/33) Installing py3-six (1.15.0-r0) 00:51:43 (12/33) Installing py3-packaging (20.4-r0) 00:51:43 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:43 (15/33) Installing py3-idna (2.9-r0) 00:51:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:43 (18/33) Installing py3-requests (2.23.0-r0) 00:51:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:43 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:43 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:43 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:43 (24/33) Installing py3-distro (1.5.0-r1) 00:51:43 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:43 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:43 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:43 (29/33) Installing py3-progress (1.5-r0) 00:51:43 (30/33) Installing py3-toml (0.10.1-r0) 00:51:43 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:43 (33/33) Installing py3-pip (20.1.1-r0) 00:51:43 Executing busybox-1.31.1-r16.trigger 00:51:43 OK: 71 MiB in 55 packages 00:51:50 Removing intermediate container b4d6a1e5cdad 00:51:50 ---> 97251ea4ee1c 00:51:50 Step 21/26 : RUN pip install docker-compose==1.23.2 00:51:50 ---> Running in 8889ac0313ca 00:51:56 Collecting docker-compose==1.23.2 00:51:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:56 Collecting dockerpty<0.5,>=0.4.1 00:51:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:58 Collecting jsonschema<3,>=2.5.1 00:51:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:58 Collecting texttable<0.10,>=0.9.0 00:51:58 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:01 Collecting docker<4.0,>=3.6.0 00:52:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:02 Collecting cached-property<2,>=1.2.0 00:52:02 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:52:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:02 Collecting PyYAML<4,>=3.10 00:52:02 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:06 Collecting websocket-client<1.0,>=0.32.0 00:52:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:06 Collecting docopt<0.7,>=0.6.1 00:52:06 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:08 Collecting urllib3<1.25,>=1.21.1 00:52:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:08 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:52:08 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:52:09 Collecting idna<2.8,>=2.5 00:52:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:09 Collecting docker-pycreds>=0.4.0 00:52:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:10 Installing collected packages: dockerpty, jsonschema, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, PyYAML, docopt, docker-compose 00:52:10 Running setup.py install for dockerpty: started 00:52:12 Running setup.py install for dockerpty: finished with status 'done' 00:52:12 Running setup.py install for texttable: started 00:52:14 Running setup.py install for texttable: finished with status 'done' 00:52:14 Attempting uninstall: urllib3 00:52:14 Found existing installation: urllib3 1.25.9 00:52:14 Uninstalling urllib3-1.25.9: 00:52:14 Successfully uninstalled urllib3-1.25.9 00:52:14 Attempting uninstall: idna 00:52:14 Found existing installation: idna 2.9 00:52:14 Uninstalling idna-2.9: 00:52:14 Successfully uninstalled idna-2.9 00:52:15 Attempting uninstall: requests 00:52:15 Found existing installation: requests 2.23.0 00:52:15 Uninstalling requests-2.23.0: 00:52:15 Successfully uninstalled requests-2.23.0 00:52:17 Running setup.py install for PyYAML: started 00:52:19 Running setup.py install for PyYAML: finished with status 'done' 00:52:19 Running setup.py install for docopt: started 00:52:21 Running setup.py install for docopt: finished with status 'done' 00:52:21 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:52:25 Removing intermediate container 8889ac0313ca 00:52:25 ---> f8130fdaecbb 00:52:25 Step 22/26 : RUN apk --no-cache add curl 00:52:25 ---> Running in 7b78cc10c633 00:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:27 (2/3) Installing libcurl (7.69.1-r0) 00:52:27 (3/3) Installing curl (7.69.1-r0) 00:52:27 Executing busybox-1.31.1-r16.trigger 00:52:27 OK: 71 MiB in 58 packages 00:52:29 Removing intermediate container 7b78cc10c633 00:52:29 ---> df2e07e841e9 00:52:29 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:52:29 ---> Running in ae3e30ad31f5 00:52:29 Removing intermediate container ae3e30ad31f5 00:52:29 ---> 7c7eec40c60d 00:52:29 Step 24/26 : LABEL arch=arm64 00:52:29 ---> Running in 70c0b36e3f8f 00:52:29 Removing intermediate container 70c0b36e3f8f 00:52:29 ---> 6ef1ff3d8443 00:52:29 Step 25/26 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 00:52:30 ---> Running in be60513cca6b 00:52:30 Removing intermediate container be60513cca6b 00:52:30 ---> e2526e960c8c 00:52:30 Step 26/26 : LABEL version=0.0.0 00:52:30 ---> Running in 94345d6d8a1b 00:52:31 Removing intermediate container 94345d6d8a1b 00:52:31 ---> fc12f6a2e1a2 00:52:31 00:52:31 Successfully built fc12f6a2e1a2 00:52:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:32 $ docker stop --time=1 be020674a03d6daca11ce307860d712e811960d9a4d1cfe7a41c6e82bcf640c6 00:52:34 $ docker rm -f be020674a03d6daca11ce307860d712e811960d9a4d1cfe7a41c6e82bcf640c6 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:34 + grep docker 00:52:34 + docker images 00:52:35 docker-sys-mgmt-agent-go-arm64 latest fc12f6a2e1a2 4 seconds ago 266MB 00:52:35 docker-support-logging-go-arm64 latest d0af5f5ba7cc About a minute ago 11.4MB 00:52:35 docker-core-command-go-arm64 latest 439372acc72a About a minute ago 12.4MB 00:52:35 docker-support-scheduler-go-arm64 latest 982ddd58385b About a minute ago 12.6MB 00:52:35 docker-security-proxy-setup-go-arm64 latest 25c9425516a2 About a minute ago 15.8MB 00:52:35 docker-core-data-go-arm64 latest c90080ef8135 4 minutes ago 23.3MB 00:52:35 docker-security-secretstore-setup-go-arm64 latest 99d3bb4c44d5 4 minutes ago 32.6MB 00:52:35 docker-core-metadata-go-arm64 latest c3ddc58f0577 4 minutes ago 13.8MB 00:52:35 docker-support-notifications-go-arm64 latest aa30bd1595b0 4 minutes ago 13.9MB 00:52:35 docker-security-secrets-setup-go-arm64 latest fdef2b10f5e0 5 minutes ago 24.2MB 00:52:35 docker latest ce9d55ae87f1 7 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 00:52:36 provisioning config files... 00:52:36 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/36@tmp/config5596771733733430952tmp [Pipeline] { [Pipeline] sh 00:52:36 + curl -s https://codecov.io/bash 00:52:36 + bash -s - -t @/w/workspace/edgex-go/36@tmp/config5596771733733430952tmp [Pipeline] } 00:52:37 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 00:52:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:52:39 ---> package-listing.sh 00:52:39 ++ facter osfamily 00:52:39 ++ tr '[:upper:]' '[:lower:]' 00:52:39 + OS_FAMILY=redhat 00:52:39 + workspace=/w/workspace/edgex-go/36 00:52:39 + START_PACKAGES=/tmp/packages_start.txt 00:52:39 + END_PACKAGES=/tmp/packages_end.txt 00:52:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:52:39 + PACKAGES=/tmp/packages_start.txt 00:52:39 + '[' /w/workspace/edgex-go/36 ']' 00:52:39 + PACKAGES=/tmp/packages_end.txt 00:52:39 + case "${OS_FAMILY}" in 00:52:39 + rpm -qa 00:52:39 + sort 00:52:43 + '[' -f /tmp/packages_start.txt ']' 00:52:43 + '[' -f /tmp/packages_end.txt ']' 00:52:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:43 + '[' /w/workspace/edgex-go/36 ']' 00:52:43 + mkdir -p /w/workspace/edgex-go/36/archives/ 00:52:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] isUnix [Pipeline] sh 00:52:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:44 00:52:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:44 alpine: Pulling from edgex-lftools-log-publisher 00:52:44 c9b1b535fdd9: Pulling fs layer 00:52:44 2cc5ad85d9ab: Pulling fs layer 00:52:44 756a868c4378: Pulling fs layer 00:52:44 444b2fc9a129: Pulling fs layer 00:52:44 ea15f1150254: Pulling fs layer 00:52:44 41b27a9f41bf: Pulling fs layer 00:52:44 28c525ee5125: Pulling fs layer 00:52:44 094b1ea09ed8: Pulling fs layer 00:52:44 138eaada9080: Pulling fs layer 00:52:44 0622d0fa9048: Pulling fs layer 00:52:44 ea15f1150254: Waiting 00:52:44 41b27a9f41bf: Waiting 00:52:44 28c525ee5125: Waiting 00:52:44 094b1ea09ed8: Waiting 00:52:44 138eaada9080: Waiting 00:52:44 0622d0fa9048: Waiting 00:52:44 444b2fc9a129: Waiting 00:52:44 2cc5ad85d9ab: Verifying Checksum 00:52:44 2cc5ad85d9ab: Download complete 00:52:44 444b2fc9a129: Verifying Checksum 00:52:44 444b2fc9a129: Download complete 00:52:44 c9b1b535fdd9: Verifying Checksum 00:52:44 c9b1b535fdd9: Download complete 00:52:44 ea15f1150254: Verifying Checksum 00:52:44 ea15f1150254: Download complete 00:52:44 28c525ee5125: Verifying Checksum 00:52:44 28c525ee5125: Download complete 00:52:44 756a868c4378: Verifying Checksum 00:52:44 756a868c4378: Download complete 00:52:44 138eaada9080: Verifying Checksum 00:52:44 138eaada9080: Download complete 00:52:44 c9b1b535fdd9: Pull complete 00:52:44 094b1ea09ed8: Verifying Checksum 00:52:44 094b1ea09ed8: Download complete 00:52:44 0622d0fa9048: Verifying Checksum 00:52:44 0622d0fa9048: Download complete 00:52:45 2cc5ad85d9ab: Pull complete 00:52:45 41b27a9f41bf: Verifying Checksum 00:52:45 41b27a9f41bf: Download complete 00:52:47 756a868c4378: Pull complete 00:52:47 444b2fc9a129: Pull complete 00:52:48 ea15f1150254: Pull complete 00:52:53 41b27a9f41bf: Pull complete 00:52:53 28c525ee5125: Pull complete 00:52:56 094b1ea09ed8: Pull complete 00:52:56 138eaada9080: Pull complete 00:52:57 0622d0fa9048: Pull complete 00:52:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:52:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:57 prd-centos7-docker-4c-2g-328 does not seem to be running inside a container 00:52:57 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:02 $ docker top b18a477b1abb10733cba63a65acedb8ba5ae620a832be3596bdf5a9021248943 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:02 provisioning config files... 00:53:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config5077490199785037984tmp [Pipeline] { [Pipeline] echo 00:53:02 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:02 ---> create-netrc.sh [Pipeline] echo 00:53:02 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:02 ---> logs-deploy.sh 00:53:02 + ARCHIVE_ARTIFACTS= 00:53:02 + LOGS_SERVER=https://logs.edgexfoundry.org 00:53:02 + '[' https://logs.edgexfoundry.org == None ']' 00:53:02 + NEXUS_URL=https://nexus.edgexfoundry.org 00:53:02 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/36 00:53:02 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/36/ 00:53:02 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/36 /w/workspace/edgex-go/36 00:53:03 Archives upload complete. 00:53:04 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/36/