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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 rather than 990eba683d6c8d69092afaca8d7341b393e8866c Obtained Jenkinsfile from 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1657 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit 990eba683d6c8d69092afaca8d7341b393e8866c Merge succeeded, producing cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 Checking out Revision cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 (PR-2627) > git config core.sparsecheckout # timeout=10 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 # timeout=10 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" > git rev-list --no-walk 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:29:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:29:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:29:42 ========================================================= 04:29:42 EdgeX Global Pipelines Version Info 04:29:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:29:44 ------------------- 04:29:44 stable info: 04:29:44 ------------------- 04:29:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:29:44 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:29:44 Message: update stable to v1.0.106 04:29:45 ------------------- 04:29:45 experimental info: 04:29:45 ------------------- 04:29:45 Commited By: **** collab-it+edgex@linuxfoundation.org 04:29:45 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:29:45 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:29:46 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/core-command/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo core-command,cmd/core-command/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/core-data/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo core-data,cmd/core-data/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/core-metadata/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo core-metadata,cmd/core-metadata/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/security-proxy-setup/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/security-secrets-setup/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/support-logging/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo support-logging,cmd/support-logging/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/support-notifications/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo support-notifications,cmd/support-notifications/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/support-scheduler/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:29:46 + for file in '`ls cmd/**/Dockerfile`' 04:29:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:29:46 ++ cut -d/ -f2 04:29:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:29:46 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:29:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:47 04:29:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:29:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:48 latest: Pulling from edgex-devops/git-semver 04:29:48 31603596830f: Pulling fs layer 04:29:48 2a8b12db71e7: Pulling fs layer 04:29:48 6ca5941a6612: Pulling fs layer 04:29:48 ecc8261a40a4: Pulling fs layer 04:29:48 ecc8261a40a4: Waiting 04:29:48 2a8b12db71e7: Verifying Checksum 04:29:48 2a8b12db71e7: Download complete 04:29:48 31603596830f: Verifying Checksum 04:29:48 31603596830f: Download complete 04:29:48 ecc8261a40a4: Verifying Checksum 04:29:48 ecc8261a40a4: Download complete 04:29:48 6ca5941a6612: Verifying Checksum 04:29:48 6ca5941a6612: Download complete 04:29:48 31603596830f: Pull complete 04:29:48 2a8b12db71e7: Pull complete 04:29:49 6ca5941a6612: Pull complete 04:29:50 ecc8261a40a4: Pull complete 04:29:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:29:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:29:50 prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container 04:29:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:10004/edgex-devops/git-semver:latest cat 04:29:52 $ docker top 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:29:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:53 [ssh-agent] Looking for ssh-agent implementation... 04:29:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:53 $ docker exec 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 ssh-agent 04:29:53 SSH_AUTH_SOCK=/tmp/ssh-tT78HkPzPKlH/agent.11 04:29:53 SSH_AGENT_PID=17 04:29:53 Running ssh-add (command line suppressed) 04:29:53 Identity added: /w/workspace/edgex-go/21@tmp/private_key_794394295515725080.key (/w/workspace/edgex-go/21@tmp/private_key_794394295515725080.key) 04:29:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:54 + git describe --exact-match --tags HEAD 04:29:54 fatal: No names found, cannot describe anything. [Pipeline] } 04:29:54 $ docker exec --env ******** --env ******** 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 ssh-agent -k 04:29:54 unset SSH_AUTH_SOCK; 04:29:54 unset SSH_AGENT_PID; 04:29:54 echo Agent pid 17 killed; 04:29:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:29:54 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:29:54 This usually means this commit has not been tagged. [Pipeline] sshagent 04:29:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:54 [ssh-agent] Looking for ssh-agent implementation... 04:29:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:54 $ docker exec 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 ssh-agent 04:29:54 SSH_AUTH_SOCK=/tmp/ssh-AopkemtaR7C8/agent.46 04:29:54 SSH_AGENT_PID=51 04:29:54 Running ssh-add (command line suppressed) 04:29:55 Identity added: /w/workspace/edgex-go/21@tmp/private_key_7762285228016352135.key (/w/workspace/edgex-go/21@tmp/private_key_7762285228016352135.key) 04:29:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:55 + git semver init 04:29:55 # -> Open(): unable to determine branch for HEAD 04:29:55 # $GIT_DIR = /w/workspace/edgex-go/21/.git 04:29:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 04:29:55 # $SEMVER_REMOTE_NAME = origin 04:29:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:29:55 # $SEMVER_USER_NAME = edgex-jenkins 04:29:55 # $SEMVER_BRANCH = PR-2627 04:29:55 # $SEMVER_TEMP = /tmp/semver-831149400 04:29:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:27 # '/tmp/semver-831149400' -> '/w/workspace/edgex-go/21/.semver' 04:30:27 # -> Force: false 04:30:27 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 04:30:27 $ docker exec --env ******** --env ******** 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 ssh-agent -k 04:30:28 unset SSH_AUTH_SOCK; 04:30:28 unset SSH_AGENT_PID; 04:30:28 echo Agent pid 51 killed; 04:30:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:28 + git semver [Pipeline] } 04:30:28 $ docker stop --time=1 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 04:30:30 $ docker rm -f 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:30:44 Stashed 28 file(s) [Pipeline] echo 04:30:44 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:30:44 ========================================================= 04:30:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:30:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:30:45 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:30:48 Sending build context to Docker daemon 323MB 04:30:48 Step 1/7 : ARG BASE=golang:1.13-alpine 04:30:48 Step 2/7 : FROM ${BASE} 04:30:48 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:48 df20fa9351a1: Pulling fs layer 04:30:48 ed8968b2872e: Pulling fs layer 04:30:48 a92cc7c5fd73: Pulling fs layer 04:30:48 2dd03ba5bac4: Pulling fs layer 04:30:48 1e091d79d1de: Pulling fs layer 04:30:48 481702a1767f: Pulling fs layer 04:30:48 f64a6f60c768: Pulling fs layer 04:30:48 e78d2573fc39: Pulling fs layer 04:30:48 e876d2f968b6: Pulling fs layer 04:30:48 ce8a83651883: Pulling fs layer 04:30:48 07967f4d0e4b: Pulling fs layer 04:30:48 2dd03ba5bac4: Waiting 04:30:48 1e091d79d1de: Waiting 04:30:48 481702a1767f: Waiting 04:30:48 e78d2573fc39: Waiting 04:30:48 f64a6f60c768: Waiting 04:30:48 ce8a83651883: Waiting 04:30:48 e876d2f968b6: Waiting 04:30:48 07967f4d0e4b: Waiting 04:30:48 a92cc7c5fd73: Verifying Checksum 04:30:48 a92cc7c5fd73: Download complete 04:30:48 ed8968b2872e: Verifying Checksum 04:30:48 ed8968b2872e: Download complete 04:30:48 1e091d79d1de: Download complete 04:30:48 481702a1767f: Verifying Checksum 04:30:48 481702a1767f: Download complete 04:30:48 df20fa9351a1: Verifying Checksum 04:30:48 df20fa9351a1: Download complete 04:30:48 df20fa9351a1: Pull complete 04:30:49 f64a6f60c768: Verifying Checksum 04:30:49 f64a6f60c768: Download complete 04:30:49 e876d2f968b6: Verifying Checksum 04:30:49 e876d2f968b6: Download complete 04:30:49 ed8968b2872e: Pull complete 04:30:49 ce8a83651883: Verifying Checksum 04:30:49 ce8a83651883: Download complete 04:30:49 a92cc7c5fd73: Pull complete 04:30:50 2dd03ba5bac4: Verifying Checksum 04:30:50 2dd03ba5bac4: Download complete 04:30:50 07967f4d0e4b: Verifying Checksum 04:30:50 07967f4d0e4b: Download complete 04:30:50 e78d2573fc39: Verifying Checksum 04:30:50 e78d2573fc39: Download complete 04:30:55 2dd03ba5bac4: Pull complete 04:30:55 1e091d79d1de: Pull complete 04:30:55 481702a1767f: Pull complete 04:30:59 Still waiting to schedule task 04:30:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:02 f64a6f60c768: Pull complete 04:31:04 e78d2573fc39: Pull complete 04:31:04 e876d2f968b6: Pull complete 04:31:05 ce8a83651883: Pull complete 04:31:06 07967f4d0e4b: Pull complete 04:31:06 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:06 ---> 5d7c900382c6 04:31:06 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:31:06 ---> Running in 2d727619b850 04:31:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:31:41 (1/12) Installing libmagic (5.38-r0) 04:31:44 (2/12) Installing file (5.38-r0) 04:31:44 (3/12) Installing libc-dev (0.7.2-r3) 04:31:44 (4/12) Installing g++ (9.3.0-r2) 04:32:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1662 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws 04:32:31 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 04:32:36 using credential edgex-jenkins-ssh 04:32:36 Cloning the remote Git repository 04:32:36 Cloning with configured refspecs honoured and without tags 04:32:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:32:36 > git init /w/workspace/edgex-go/21 # timeout=10 04:32:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:36 > git --version # timeout=10 04:32:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:58 Fetching without tags 04:32:59 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit 990eba683d6c8d69092afaca8d7341b393e8866c 04:33:00 Merge succeeded, producing 44e6c3dce595dfb22bc76827558a64c9ff736bb5 04:33:00 Checking out Revision 44e6c3dce595dfb22bc76827558a64c9ff736bb5 (PR-2627) 04:32:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:58 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 04:32:58 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:58 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:58 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:59 > git config core.sparsecheckout # timeout=10 04:32:59 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 04:32:59 > git remote # timeout=10 04:32:59 > git config --get remote.origin.url # timeout=10 04:32:59 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:59 > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 04:33:00 > git rev-parse HEAD^{commit} # timeout=10 04:33:00 > git config core.sparsecheckout # timeout=10 04:33:00 > git checkout -f 44e6c3dce595dfb22bc76827558a64c9ff736bb5 # timeout=10 04:33:04 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" 04:33:04 > git rev-list --no-walk 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:33:16 ========================================================= 04:33:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:33:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:33:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:33:21 Sending build context to Docker daemon 323MB 04:33:21 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:21 Step 2/7 : FROM ${BASE} 04:33:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:21 b538f80385f9: Pulling fs layer 04:33:21 74f711af9a0d: Pulling fs layer 04:33:21 99f96fe45779: Pulling fs layer 04:33:21 fd7a069fd194: Pulling fs layer 04:33:21 66aa3694b03b: Pulling fs layer 04:33:21 170f70906a0f: Pulling fs layer 04:33:21 ad7c5574e4b9: Pulling fs layer 04:33:21 e772456be8f7: Pulling fs layer 04:33:21 c890913d741a: Pulling fs layer 04:33:21 2480fcc9aa5a: Pulling fs layer 04:33:21 09adf4765672: Pulling fs layer 04:33:21 66aa3694b03b: Waiting 04:33:21 170f70906a0f: Waiting 04:33:21 ad7c5574e4b9: Waiting 04:33:21 e772456be8f7: Waiting 04:33:21 c890913d741a: Waiting 04:33:21 2480fcc9aa5a: Waiting 04:33:21 09adf4765672: Waiting 04:33:21 fd7a069fd194: Waiting 04:33:21 99f96fe45779: Download complete 04:33:21 74f711af9a0d: Download complete 04:33:21 66aa3694b03b: Download complete 04:33:21 170f70906a0f: Verifying Checksum 04:33:21 170f70906a0f: Download complete 04:33:21 b538f80385f9: Download complete 04:33:22 b538f80385f9: Pull complete 04:33:22 74f711af9a0d: Pull complete 04:33:23 99f96fe45779: Pull complete 04:33:25 ad7c5574e4b9: Verifying Checksum 04:33:25 ad7c5574e4b9: Download complete 04:33:25 c890913d741a: Verifying Checksum 04:33:25 c890913d741a: Download complete 04:33:26 e772456be8f7: Verifying Checksum 04:33:26 e772456be8f7: Download complete 04:33:26 09adf4765672: Verifying Checksum 04:33:26 09adf4765672: Download complete 04:33:26 fd7a069fd194: Verifying Checksum 04:33:26 fd7a069fd194: Download complete 04:33:26 2480fcc9aa5a: Verifying Checksum 04:33:26 2480fcc9aa5a: Download complete 04:33:39 fd7a069fd194: Pull complete 04:33:39 66aa3694b03b: Pull complete 04:33:39 170f70906a0f: Pull complete 04:33:42 ad7c5574e4b9: Pull complete 04:33:47 e772456be8f7: Pull complete 04:33:47 c890913d741a: Pull complete 04:33:49 2480fcc9aa5a: Pull complete 04:33:51 09adf4765672: Pull complete 04:33:51 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:33:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:33:51 ---> 2248a725d1cf 04:33:51 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:33:57 ---> Running in 461bf13543cf 04:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:34:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:34:39 (1/12) Installing libmagic (5.38-r0) 04:34:47 (2/12) Installing file (5.38-r0) 04:34:47 (3/12) Installing libc-dev (0.7.2-r3) 04:34:47 (4/12) Installing g++ (9.3.0-r2) 04:38:51 (5/12) Installing fortify-headers (1.1-r0) 04:38:51 (6/12) Installing patch (2.7.6-r6) 04:38:51 (7/12) Installing build-base (0.5-r2) 04:38:51 (8/12) Installing libsodium (1.0.18-r0) 04:38:51 (9/12) Installing pkgconf (1.7.2-r0) 04:38:51 (10/12) Installing libsodium-dev (1.0.18-r0) 04:38:51 (11/12) Installing libzmq (4.3.2-r0) 04:38:51 (12/12) Installing zeromq-dev (4.3.2-r0) 04:38:51 Executing busybox-1.31.1-r16.trigger 04:38:51 OK: 233 MiB in 51 packages 04:38:53 Removing intermediate container 2d727619b850 04:38:53 ---> 67056001cea4 04:38:53 Step 4/7 : WORKDIR /edgex-go 04:38:53 ---> Running in e386384b4b58 04:38:53 Removing intermediate container e386384b4b58 04:38:53 ---> 2ce14caec71d 04:38:53 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:38:53 latest: Pulling from library/docker 04:38:53 df20fa9351a1: Already exists 04:38:53 25ad7478873d: Pulling fs layer 04:38:53 4684f6177b5d: Pulling fs layer 04:38:53 46e300cec669: Pulling fs layer 04:38:53 63038576ad94: Pulling fs layer 04:38:53 0fdb76c4706c: Pulling fs layer 04:38:53 cb7edeffdfd5: Pulling fs layer 04:38:53 63038576ad94: Waiting 04:38:53 0fdb76c4706c: Waiting 04:38:53 cb7edeffdfd5: Waiting 04:38:53 4684f6177b5d: Download complete 04:38:53 63038576ad94: Verifying Checksum 04:38:53 63038576ad94: Download complete 04:38:53 25ad7478873d: Verifying Checksum 04:38:53 25ad7478873d: Download complete 04:38:54 0fdb76c4706c: Verifying Checksum 04:38:54 0fdb76c4706c: Download complete 04:38:54 cb7edeffdfd5: Verifying Checksum 04:38:54 cb7edeffdfd5: Download complete 04:38:54 25ad7478873d: Pull complete 04:38:54 4684f6177b5d: Pull complete 04:38:54 46e300cec669: Verifying Checksum 04:38:54 46e300cec669: Download complete 04:38:57 46e300cec669: Pull complete 04:38:57 63038576ad94: Pull complete 04:38:57 0fdb76c4706c: Pull complete 04:38:57 cb7edeffdfd5: Pull complete 04:38:57 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:38:57 Status: Downloaded newer image for docker:latest 04:38:59 ---> 2f93f1515e5a 04:38:59 Step 6/7 : COPY go.mod . 04:38:59 ---> c1f8f6c81c46 04:38:59 Step 7/7 : RUN go mod download 04:38:59 ---> Running in c1b1312990ff 04:39:01 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:39:01 go: finding github.com/BurntSushi/toml v0.3.1 04:39:01 go: finding github.com/OneOfOne/xxhash v1.2.5 04:39:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:39:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:39:01 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:39:01 go: finding github.com/bgentry/speakeasy v0.1.0 04:39:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:39:02 go: finding github.com/cloudflare/gokey v0.1.0 04:39:02 go: finding github.com/davecgh/go-spew v1.1.1 04:39:02 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:39:02 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:39:02 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:39:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:39:02 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:39:02 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:39:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:39:02 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:39:02 go: finding github.com/fatih/color v1.7.0 04:39:02 go: finding github.com/fsnotify/fsnotify v1.4.7 04:39:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:39:02 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:39:02 go: finding github.com/go-kit/kit v0.8.0 04:39:02 go: finding github.com/go-logfmt/logfmt v0.4.0 04:39:02 go: finding github.com/go-redis/redis/v7 v7.2.0 04:39:02 go: finding github.com/go-stack/stack v1.8.0 04:39:02 go: finding github.com/golang/protobuf v1.3.2 04:39:02 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:39:02 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:39:02 go: finding github.com/google/uuid v1.1.0 04:39:02 go: finding github.com/gorilla/mux v1.7.1 04:39:02 go: finding github.com/hashicorp/consul/api v1.1.0 04:39:02 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:39:02 go: finding github.com/hashicorp/errwrap v1.0.0 04:39:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:39:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:39:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:39:02 go: finding github.com/hashicorp/go-multierror v1.0.0 04:39:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:39:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:39:02 go: finding github.com/hashicorp/go-syslog v1.0.0 04:39:02 go: finding github.com/hashicorp/go-uuid v1.0.1 04:39:02 go: finding github.com/hashicorp/go.net v0.0.1 04:39:02 go: finding github.com/hashicorp/golang-lru v0.5.0 04:39:02 go: finding github.com/hashicorp/logutils v1.0.0 04:39:02 go: finding github.com/hashicorp/mdns v1.0.0 04:39:02 go: finding github.com/hashicorp/memberlist v0.1.3 04:39:02 go: finding github.com/hashicorp/serf v0.8.2 04:39:02 go: finding github.com/hpcloud/tail v1.0.0 04:39:02 go: finding github.com/imdario/mergo v0.3.6 04:39:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:39:02 go: finding github.com/kr/pretty v0.1.0 04:39:03 go: finding github.com/kr/pty v1.1.1 04:39:03 go: finding github.com/kr/text v0.1.0 04:39:03 go: finding github.com/mattn/go-colorable v0.0.9 04:39:03 go: finding github.com/mattn/go-isatty v0.0.3 04:39:03 go: finding github.com/miekg/dns v1.0.14 04:39:03 go: finding github.com/mitchellh/cli v1.0.0 04:39:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:39:03 go: finding github.com/mitchellh/copystructure v1.0.0 04:39:03 go: finding github.com/mitchellh/go-homedir v1.0.0 04:39:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:39:03 go: finding github.com/mitchellh/gox v0.4.0 04:39:03 go: finding github.com/mitchellh/iochan v1.0.0 04:39:03 go: finding github.com/mitchellh/mapstructure v1.1.2 04:39:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:39:03 go: finding github.com/onsi/ginkgo v1.10.1 04:39:03 go: finding github.com/onsi/gomega v1.7.0 04:39:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:39:03 go: finding github.com/pebbe/zmq4 v1.0.0 04:39:03 go: finding github.com/pelletier/go-toml v1.2.0 04:39:03 go: finding github.com/pkg/errors v0.8.1 04:39:03 go: finding github.com/pmezard/go-difflib v1.0.0 04:39:03 go: finding github.com/posener/complete v1.1.1 04:39:03 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:39:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:39:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:39:03 go: finding github.com/stretchr/objx v0.1.0 04:39:03 go: finding github.com/stretchr/testify v1.5.1 04:39:03 go: finding github.com/ugorji/go v1.1.4 04:39:03 go: finding github.com/x448/float16 v0.8.4 04:39:03 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:39:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:39:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:39:03 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:39:03 go: finding golang.org/x/text v0.3.2 04:39:03 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:39:03 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:39:03 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:39:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:39:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:39:04 go: finding gopkg.in/yaml.v2 v2.2.8 04:39:19 Removing intermediate container c1b1312990ff 04:39:19 ---> 363d652b8a5a 04:39:19 Successfully built 363d652b8a5a 04:39:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:19 + docker inspect -f . ci-base-image-x86_64 04:39:19 . [Pipeline] withDockerContainer 04:39:19 prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container 04:39:19 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:39:20 $ docker top 101012a1d4181596da04b4310166589635b538a95fcc07d38a8bd5d45b42c1ca -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:21 + go version 04:39:21 go version go1.13.13 linux/amd64 [Pipeline] echo 04:39:21 ========================================================= 04:39:21 [edgeXBuildGoParallel] Running Tests and Build... 04:39:21 ========================================================= [Pipeline] sh 04:39:21 + make test 04:39:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:39:23 ? github.com/edgexfoundry/edgex-go [no test files] 04:39:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:39:39 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.011s 04:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:39:39 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:39:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:39:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:39:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:39:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:39:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.031s coverage: 46.6% of statements 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.048s coverage: 27.4% of statements 04:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 04:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements 04:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.105s coverage: 28.6% of statements 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 89.8% of statements 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.028s coverage: 97.5% of statements 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.041s coverage: 63.5% of statements 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.123s coverage: 55.9% of statements 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.068s coverage: 86.3% of statements 04:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.248s coverage: 72.2% of statements 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.089s coverage: 72.1% of statements 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.013s coverage: 82.4% of statements 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.013s coverage: 48.4% of statements 04:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements 04:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements 04:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.047s coverage: 26.9% of statements 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.095s coverage: 84.1% of statements 04:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements 04:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 43.1% of statements 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 04:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 04:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 46.1% of statements 04:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements 04:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements 04:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.016s coverage: 100.0% of statements 04:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.044s coverage: 99.0% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 04:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements 04:40:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 04:40:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements 04:40:02 GO111MODULE=on go vet ./... 04:40:08 gofmt -l . 04:40:08 [ "`gofmt -l .`" = "" ] 04:40:09 ./bin/test-go-mod-tidy.sh 04:40:10 ./bin/test-attribution-txt.sh [Pipeline] sh 04:40:11 + ls -al . 04:40:11 total 556 04:40:11 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:40 . 04:40:11 drwxr-xr-x 4 root root 30 Jul 31 04:39 .. 04:40:11 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:29 .dockerignore 04:40:11 drwxrwxr-x 8 1001 1001 179 Jul 31 04:29 .git 04:40:11 drwxrwxr-x 3 1001 1001 60 Jul 31 04:29 .github 04:40:11 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:29 .gitignore 04:40:11 drwx------ 3 1001 1001 47 Jul 31 04:30 .semver 04:40:11 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:29 .sonarcloud.properties 04:40:11 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:29 CONTRIBUTING.md 04:40:11 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:29 Dockerfile.build 04:40:11 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:29 Jenkinsfile 04:40:11 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:29 LICENSE 04:40:11 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:29 Makefile 04:40:11 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:29 README.md 04:40:11 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:29 SECURITY.md 04:40:11 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:30 VERSION 04:40:11 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:29 ZMQWindows.md 04:40:11 drwxrwxr-x 2 1001 1001 117 Jul 31 04:29 bin 04:40:11 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:29 cmd 04:40:11 -rw-r--r-- 1 root root 455496 Jul 31 04:40 coverage.out 04:40:11 -rw-r--r-- 1 root root 1019 Jul 31 04:40 go.mod 04:40:11 -rw-r--r-- 1 root root 18146 Jul 31 04:40 go.sum 04:40:11 drwxrwxr-x 8 1001 1001 127 Jul 31 04:29 internal 04:40:11 drwxrwxr-x 4 1001 1001 26 Jul 31 04:29 openapi 04:40:11 drwxrwxr-x 4 1001 1001 71 Jul 31 04:29 snap 04:40:11 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:29 version.go [Pipeline] sh 04:40:12 + '[' -e coverage.out ] 04:40:12 + chown 1001:1001 coverage.out [Pipeline] stash 04:40:12 Stashed 1 file(s) [Pipeline] sh 04:40:12 + make build 04:40:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:40:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:40:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:40:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:40:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:40:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:40:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:40:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:40:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:40:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:40:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:40:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:40:42 $ docker stop --time=1 101012a1d4181596da04b4310166589635b538a95fcc07d38a8bd5d45b42c1ca 04:40:43 $ docker rm -f 101012a1d4181596da04b4310166589635b538a95fcc07d38a8bd5d45b42c1ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:40:46 04:40:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:40:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:40:47 latest: Pulling from edgex-devops/edgex-compose 04:40:47 cbdbe7a5bc2a: Pulling fs layer 04:40:47 ca9280d653b3: Pulling fs layer 04:40:47 7e9c9ca2126c: Pulling fs layer 04:40:47 cbdbe7a5bc2a: Verifying Checksum 04:40:47 cbdbe7a5bc2a: Download complete 04:40:47 ca9280d653b3: Verifying Checksum 04:40:47 ca9280d653b3: Download complete 04:40:47 cbdbe7a5bc2a: Pull complete 04:40:48 7e9c9ca2126c: Download complete 04:40:48 ca9280d653b3: Pull complete 04:40:54 (5/12) Installing fortify-headers (1.1-r0) 04:40:54 (6/12) Installing patch (2.7.6-r6) 04:40:54 (7/12) Installing build-base (0.5-r2) 04:40:54 (8/12) Installing libsodium (1.0.18-r0) 04:40:54 (9/12) Installing pkgconf (1.7.2-r0) 04:40:54 (10/12) Installing libsodium-dev (1.0.18-r0) 04:40:55 (11/12) Installing libzmq (4.3.2-r0) 04:40:55 7e9c9ca2126c: Pull complete 04:40:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:40:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:40:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:40:55 prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container 04:40:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:40:58 $ docker top 88fa21a9fe118dcec8a0414a425cceee46180573cdbab4912a7f170575085a55 -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:59 + docker-compose build --help 04:40:59 + grep parallel 04:41:00 --parallel Build images in parallel. [Pipeline] } 04:41:00 $ docker stop --time=1 88fa21a9fe118dcec8a0414a425cceee46180573cdbab4912a7f170575085a55 04:41:00 (12/12) Installing zeromq-dev (4.3.2-r0) 04:41:00 Executing busybox-1.31.1-r16.trigger 04:41:00 OK: 217 MiB in 51 packages 04:41:01 $ docker rm -f 88fa21a9fe118dcec8a0414a425cceee46180573cdbab4912a7f170575085a55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:02 . [Pipeline] withDockerContainer 04:41:02 prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container 04:41:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:41:03 $ docker top 8e5365d5a04e77e9c2224a4ce76e0b7725264f40bba4470a8a87a72839006403 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:03 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:04 Building docker-core-command-go ... 04:41:04 Building docker-core-data-go ... 04:41:04 Building docker-core-metadata-go ... 04:41:04 Building docker-security-proxy-setup-go ... 04:41:04 Building docker-security-secrets-setup-go ... 04:41:04 Building docker-security-secretstore-setup-go ... 04:41:04 Building docker-support-logging-go ... 04:41:04 Building docker-support-notifications-go ... 04:41:04 Building docker-support-scheduler-go ... 04:41:04 Building docker-sys-mgmt-agent-go ... 04:41:04 Building docker-core-data-go 04:41:04 Building docker-security-proxy-setup-go 04:41:04 Building docker-support-scheduler-go 04:41:04 Building docker-support-logging-go 04:41:04 Building docker-core-metadata-go 04:41:05 Removing intermediate container 461bf13543cf 04:41:05 ---> 983e5feb0ab6 04:41:05 Step 4/7 : WORKDIR /edgex-go 04:41:05 ---> Running in cfc33810b3a7 04:41:05 Removing intermediate container cfc33810b3a7 04:41:05 ---> 7587736fdd12 04:41:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:41:05 latest: Pulling from library/docker 04:41:05 b538f80385f9: Already exists 04:41:05 259a493cd78d: Pulling fs layer 04:41:05 b8e66b5100f5: Pulling fs layer 04:41:05 39dc9c94d07c: Pulling fs layer 04:41:05 551b823b3b82: Pulling fs layer 04:41:05 3c52a74df98c: Pulling fs layer 04:41:05 6c9b121b6998: Pulling fs layer 04:41:05 3c52a74df98c: Waiting 04:41:05 551b823b3b82: Waiting 04:41:05 6c9b121b6998: Waiting 04:41:05 b8e66b5100f5: Verifying Checksum 04:41:05 b8e66b5100f5: Download complete 04:41:05 259a493cd78d: Verifying Checksum 04:41:05 259a493cd78d: Download complete 04:41:05 551b823b3b82: Download complete 04:41:05 3c52a74df98c: Verifying Checksum 04:41:05 3c52a74df98c: Download complete 04:41:05 6c9b121b6998: Verifying Checksum 04:41:06 259a493cd78d: Pull complete 04:41:06 b8e66b5100f5: Pull complete 04:41:07 39dc9c94d07c: Verifying Checksum 04:41:07 39dc9c94d07c: Download complete 04:41:10 39dc9c94d07c: Pull complete 04:41:10 551b823b3b82: Pull complete 04:41:10 3c52a74df98c: Pull complete 04:41:11 6c9b121b6998: Pull complete 04:41:11 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:41:11 Status: Downloaded newer image for docker:latest 04:41:14 ---> 67cf03fc41ce 04:41:14 Step 6/7 : COPY go.mod . 04:41:15 ---> 3d4ddc890adb 04:41:15 Step 7/7 : RUN go mod download 04:41:15 ---> Running in 7f9615b705a6 04:41:19 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:41:19 go: finding github.com/BurntSushi/toml v0.3.1 04:41:19 go: finding github.com/OneOfOne/xxhash v1.2.5 04:41:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:41:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:41:19 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:41:19 go: finding github.com/bgentry/speakeasy v0.1.0 04:41:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:41:19 go: finding github.com/cloudflare/gokey v0.1.0 04:41:19 go: finding github.com/davecgh/go-spew v1.1.1 04:41:19 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:41:19 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:41:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:41:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:41:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:41:19 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:41:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:41:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:41:19 go: finding github.com/fatih/color v1.7.0 04:41:19 go: finding github.com/fsnotify/fsnotify v1.4.7 04:41:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:41:19 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:41:19 go: finding github.com/go-kit/kit v0.8.0 04:41:19 go: finding github.com/go-logfmt/logfmt v0.4.0 04:41:19 go: finding github.com/go-redis/redis/v7 v7.2.0 04:41:19 go: finding github.com/go-stack/stack v1.8.0 04:41:19 go: finding github.com/golang/protobuf v1.3.2 04:41:19 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:41:19 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:41:19 go: finding github.com/google/uuid v1.1.0 04:41:19 go: finding github.com/gorilla/mux v1.7.1 04:41:19 go: finding github.com/hashicorp/consul/api v1.1.0 04:41:19 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:41:19 go: finding github.com/hashicorp/errwrap v1.0.0 04:41:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:41:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:41:19 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:41:19 go: finding github.com/hashicorp/go-multierror v1.0.0 04:41:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:41:19 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:41:19 go: finding github.com/hashicorp/go-syslog v1.0.0 04:41:19 go: finding github.com/hashicorp/go-uuid v1.0.1 04:41:19 go: finding github.com/hashicorp/go.net v0.0.1 04:41:19 go: finding github.com/hashicorp/golang-lru v0.5.0 04:41:19 go: finding github.com/hashicorp/logutils v1.0.0 04:41:19 go: finding github.com/hashicorp/mdns v1.0.0 04:41:19 go: finding github.com/hashicorp/memberlist v0.1.3 04:41:19 go: finding github.com/hashicorp/serf v0.8.2 04:41:19 go: finding github.com/hpcloud/tail v1.0.0 04:41:19 go: finding github.com/imdario/mergo v0.3.6 04:41:19 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:41:19 go: finding github.com/kr/pretty v0.1.0 04:41:19 go: finding github.com/kr/pty v1.1.1 04:41:19 go: finding github.com/kr/text v0.1.0 04:41:19 go: finding github.com/mattn/go-colorable v0.0.9 04:41:19 go: finding github.com/mattn/go-isatty v0.0.3 04:41:19 go: finding github.com/miekg/dns v1.0.14 04:41:19 go: finding github.com/mitchellh/cli v1.0.0 04:41:19 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:41:19 go: finding github.com/mitchellh/copystructure v1.0.0 04:41:20 go: finding github.com/mitchellh/go-homedir v1.0.0 04:41:20 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:41:20 go: finding github.com/mitchellh/gox v0.4.0 04:41:20 go: finding github.com/mitchellh/iochan v1.0.0 04:41:20 go: finding github.com/mitchellh/mapstructure v1.1.2 04:41:20 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:41:20 go: finding github.com/onsi/ginkgo v1.10.1 04:41:20 go: finding github.com/onsi/gomega v1.7.0 04:41:20 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:41:20 go: finding github.com/pebbe/zmq4 v1.0.0 04:41:20 go: finding github.com/pelletier/go-toml v1.2.0 04:41:20 go: finding github.com/pkg/errors v0.8.1 04:41:20 go: finding github.com/pmezard/go-difflib v1.0.0 04:41:20 go: finding github.com/posener/complete v1.1.1 04:41:20 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:41:20 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:41:20 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:41:20 go: finding github.com/stretchr/objx v0.1.0 04:41:20 go: finding github.com/stretchr/testify v1.5.1 04:41:20 go: finding github.com/ugorji/go v1.1.4 04:41:20 go: finding github.com/x448/float16 v0.8.4 04:41:20 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:41:20 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:41:20 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:41:20 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:41:20 go: finding golang.org/x/text v0.3.2 04:41:20 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:41:20 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:41:20 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:41:20 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:41:20 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:41:20 go: finding gopkg.in/yaml.v2 v2.2.8 04:41:36 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:36 04:41:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:41:36 ---> 363d652b8a5a 04:41:36 Step 3/21 : WORKDIR /edgex-go 04:41:36 ---> 363d652b8a5a 04:41:36 Step 3/20 : WORKDIR /edgex-go 04:41:36 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:41:36 ---> 363d652b8a5a 04:41:36 Step 3/22 : WORKDIR /edgex-go 04:41:36 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:36 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:36 ---> 363d652b8a5a 04:41:36 Step 3/20 : WORKDIR /edgex-go 04:41:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:41:36 ---> 363d652b8a5a 04:41:36 Step 3/21 : WORKDIR /edgex-go 04:41:36 ---> Running in 0be3725e1767 04:41:36 ---> Running in 94511ba76808 04:41:36 ---> Running in 50e1607649d3 04:41:36 ---> Running in 90c806efef6c 04:41:36 ---> Running in 9ffe7e139c4a 04:41:36 Removing intermediate container 90c806efef6c 04:41:36 ---> 2698dcd633f2 04:41:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:36 Removing intermediate container 0be3725e1767 04:41:36 ---> e8ef2300176f 04:41:36 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:36 Removing intermediate container 9ffe7e139c4a 04:41:36 ---> ff26caa57122 04:41:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:36 Removing intermediate container 94511ba76808 04:41:36 ---> 93465ef6df51 04:41:36 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:36 Removing intermediate container 50e1607649d3 04:41:36 ---> b4b625d0a592 04:41:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:36 ---> Running in 8d9627636133 04:41:36 ---> Running in 25511546ccbd 04:41:36 ---> Running in 1c0fd3fbc6ff 04:41:36 ---> Running in d5d0e4a04bf8 04:41:36 ---> Running in e9f69353d849 04:41:37 Removing intermediate container 8d9627636133 04:41:37 ---> 0bcf22a904ac 04:41:37 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:41:37 Removing intermediate container e9f69353d849 04:41:37 ---> 02b66268f167 04:41:37 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:41:37 Removing intermediate container d5d0e4a04bf8 04:41:37 ---> 6d9caffad3f3 04:41:37 Step 5/20 : RUN apk update && apk add make git 04:41:37 ---> Running in 3e11249d80f9 04:41:37 ---> Running in 01a18481d85c 04:41:37 ---> Running in 7b964d477141 04:41:37 Removing intermediate container 1c0fd3fbc6ff 04:41:37 ---> f45382e55467 04:41:37 Step 5/21 : RUN apk update && apk add make git 04:41:38 Removing intermediate container 25511546ccbd 04:41:38 ---> 23fc6bb5fb1d 04:41:38 Step 5/20 : RUN apk update && apk add make git 04:41:38 ---> Running in f7fbb3fa4562 04:41:38 ---> Running in a9d0879c284d 04:41:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:38 Removing intermediate container 7f9615b705a6 04:41:38 ---> 8a44ff528d47 04:41:38 Successfully built 8a44ff528d47 04:41:38 Successfully tagged ci-base-image-arm64:latest 04:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 04:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:39 + docker inspect -f . ci-base-image-arm64 04:41:39 . [Pipeline] withDockerContainer 04:41:39 prd-ubuntu18.04-docker-arm64-4c-16g-1662 does not seem to be running inside a container 04:41:40 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:41:41 $ docker top 16fdb2ffa435fcb96bf9f8d5387a0eed934ccfa65192949d730e274808e9ffac -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:42 + go version 04:41:42 go version go1.13.13 linux/arm64 [Pipeline] echo 04:41:42 ========================================================= 04:41:42 [edgeXBuildGoParallel] Running Tests and Build... 04:41:42 ========================================================= [Pipeline] sh 04:41:43 + make test 04:41:43 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:41:45 ? github.com/edgexfoundry/edgex-go [no test files] 04:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:07 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:07 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:07 OK: 12749 distinct packages available 04:42:07 OK: 233 MiB in 51 packages 04:42:07 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:07 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:07 OK: 12749 distinct packages available 04:42:07 OK: 233 MiB in 51 packages 04:42:07 Removing intermediate container 3e11249d80f9 04:42:07 ---> 8164dfe44eeb 04:42:07 Step 6/22 : COPY go.mod . 04:42:07 ---> 55d5be4efd95 04:42:07 Step 7/22 : RUN go mod download 04:42:07 ---> Running in d9a78863cb24 04:42:07 Removing intermediate container f7fbb3fa4562 04:42:07 ---> bef6f22504c1 04:42:07 Step 6/21 : COPY go.mod . 04:42:08 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:08 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:08 OK: 12749 distinct packages available 04:42:08 ---> 6af0be47e6a6 04:42:08 Step 7/21 : RUN go mod download 04:42:08 ---> Running in 4be7086d381a 04:42:08 OK: 233 MiB in 51 packages 04:42:09 Removing intermediate container a9d0879c284d 04:42:09 ---> 84f595ea2679 04:42:09 Step 6/20 : COPY go.mod . 04:42:09 ---> 76ae595c024f 04:42:09 Step 7/20 : RUN go mod download 04:42:09 ---> Running in 2a8948e4199a 04:42:09 Removing intermediate container 4be7086d381a 04:42:09 ---> 926ebb742aee 04:42:09 Step 8/21 : COPY . . 04:42:10 Removing intermediate container d9a78863cb24 04:42:10 ---> c3daa7b3b7e1 04:42:10 Step 8/22 : COPY . . 04:42:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:10 OK: 12749 distinct packages available 04:42:10 OK: 233 MiB in 51 packages 04:42:10 OK: 233 MiB in 51 packages 04:42:12 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:12 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:12 OK: 12749 distinct packages available 04:42:13 OK: 233 MiB in 51 packages 04:42:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:42:18 Removing intermediate container 2a8948e4199a 04:42:18 ---> db9155a2d9dd 04:42:18 Step 8/20 : COPY . . 04:42:18 Removing intermediate container 01a18481d85c 04:42:18 ---> 63562ff84a92 04:42:18 Step 6/21 : COPY go.mod . 04:42:19 Removing intermediate container 7b964d477141 04:42:19 ---> 02d4face802f 04:42:19 Step 6/20 : COPY go.mod . 04:42:24 ---> 5eb625134971 04:42:24 Step 7/21 : RUN go mod download 04:42:24 ---> f61e651addf5 04:42:24 Step 7/20 : RUN go mod download 04:42:24 ---> Running in 564f105c433d 04:42:24 ---> Running in 122d018c4e54 04:42:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:42:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:42:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:42:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:42:33 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.076s 04:42:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:42:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:42:33 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:42:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:42:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:42:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:42:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:42:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:42:35 ---> 29c5c4028ce8 04:42:35 Step 9/22 : RUN make cmd/core-data/core-data 04:42:35 ---> aabdee47c4e5 04:42:35 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:42:35 Removing intermediate container 564f105c433d 04:42:35 ---> 0784fb71995c 04:42:35 Step 8/21 : COPY . . 04:42:35 Removing intermediate container 122d018c4e54 04:42:35 ---> 55c12c953380 04:42:35 Step 8/20 : COPY . . 04:42:35 ---> Running in 9c3a4de85be7 04:42:35 ---> Running in 88431bc5656c 04:42:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.082s coverage: 46.6% of statements 04:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:42:47 ---> 8a461a808bfc 04:42:47 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:42:49 ---> Running in dd47c5859e4d 04:42:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.150s coverage: 27.4% of statements 04:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements 04:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements 04:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements 04:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 04:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 04:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 89.8% of statements 04:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:42:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:42:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 100.0% of statements 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:42:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:42:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 04:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.302s coverage: 63.5% of statements 04:43:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements 04:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 55.9% of statements 04:43:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:43:04 ---> 9517b1be6ef9 04:43:04 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:43:04 ---> Running in 05aa606d3438 04:43:04 ---> abea8cf2445f 04:43:04 Step 9/21 : RUN make cmd/support-logging/support-logging 04:43:04 ---> Running in 63f24765aca3 04:43: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 04:43:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:43:24 Removing intermediate container 88431bc5656c 04:43:24 ---> 15f53413f7fe 04:43:24 04:43:24 Step 10/21 : FROM scratch 04:43:24 ---> 04:43:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:43:24 ---> Running in afc1bf008c29 04:43:24 Removing intermediate container afc1bf008c29 04:43:24 ---> d976a141f833 04:43:24 Step 12/21 : ENV APP_PORT=48081 04:43:24 ---> Running in fa13e40a9350 04:43:24 Removing intermediate container fa13e40a9350 04:43:24 ---> 8ce3051f2889 04:43:24 Step 13/21 : EXPOSE $APP_PORT 04:43:24 ---> Running in 59d99683a6b7 04:43:24 Removing intermediate container 59d99683a6b7 04:43:24 ---> ab84438e3013 04:43:24 Step 14/21 : WORKDIR / 04:43:24 ---> Running in 708854dda055 04:43:24 Removing intermediate container 708854dda055 04:43:24 ---> a6d4bd2e7116 04:43:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:43:24 ---> e4121841dc5d 04:43:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:43:27 ---> 3c5fd650a0c3 04:43:27 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:43:28 Removing intermediate container 9c3a4de85be7 04:43:28 ---> f9b1b16b2963 04:43:28 04:43:28 Step 10/22 : FROM alpine 04:43:28 latest: Pulling from library/alpine 04:43:28 ---> 2fbdcee78f95 04:43:28 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:43:28 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:28 Status: Downloaded newer image for alpine:latest 04:43:28 ---> a24bb4013296 04:43:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:43:28 ---> Running in 6b8881dc6230 04:43:28 ---> Running in 809b4595ea4c 04:43:29 Removing intermediate container 6b8881dc6230 04:43:29 ---> a68b45557983 04:43:29 Step 19/21 : LABEL arch=x86_64 04:43:30 Removing intermediate container 809b4595ea4c 04:43:30 ---> 6c2cd477f94d 04:43:30 Step 12/22 : ENV APP_PORT=48080 04:43:30 ---> Running in 3e098a9c7dbb 04:43:30 ---> Running in a4726ebc7f5b 04:43:30 Removing intermediate container 3e098a9c7dbb 04:43:30 ---> 66202ed6c3df 04:43:30 Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:43:30 Removing intermediate container a4726ebc7f5b 04:43:30 ---> 03cb4c9946d9 04:43:30 Step 13/22 : EXPOSE $APP_PORT 04:43:31 ---> Running in cf28b64c72ee 04:43:31 ---> Running in 61578f69e71b 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 26.510s coverage: 86.3% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.984s coverage: 72.2% of statements 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.338s coverage: 72.1% of statements 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.062s coverage: 82.4% of statements 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 26.9% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.1% of statements 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.026s coverage: 43.1% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.063s coverage: 100.0% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.089s coverage: 83.8% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 46.1% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.038s coverage: 100.0% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.177s coverage: 29.1% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements 04:43:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements 04:43:33 GO111MODULE=on go vet ./... 04:43:34 Removing intermediate container 61578f69e71b 04:43:34 ---> 20f44007c327 04:43:34 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:34 Removing intermediate container cf28b64c72ee 04:43:34 ---> afc420490b83 04:43:34 Step 21/21 : LABEL version=0.0.0 04:43:34 ---> Running in a761a68dc786 04:43:35 ---> Running in f0d01369774e 04:43:35 Removing intermediate container 05aa606d3438 04:43:35 ---> 90a8454b7374 04:43:35 04:43:35 Step 10/20 : FROM alpine 04:43:35 ---> a24bb4013296 04:43:35 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:43:35 Removing intermediate container dd47c5859e4d 04:43:35 ---> 783f116127b8 04:43:35 04:43:35 Step 10/20 : FROM scratch 04:43:35 ---> 04:43:35 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:43:35 ---> Using cache 04:43:35 ---> d976a141f833 04:43:35 Step 12/20 : ENV APP_PORT=48085 04:43:35 ---> Running in 6e43d6582261 04:43:35 ---> Running in 618b9dfee5f4 04:43:35 Removing intermediate container f0d01369774e 04:43:35 ---> 13654dedaf07 04:43:35 04:43:36 Removing intermediate container 6e43d6582261 04:43:36 ---> 013d7ebd9984 04:43:36 Step 13/20 : EXPOSE $APP_PORT 04:43:36 Successfully built 13654dedaf07 04:43:36 Successfully tagged docker-core-metadata-go:latest 04:43:36  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 04:43:36 ---> Running in d11bbfce2b58 04:43:36 Removing intermediate container d11bbfce2b58 04:43:36 ---> 417c74ba6ebb 04:43:36 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:43:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:37 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:43:37 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:43:37 OK: 12749 distinct packages available 04:43:37 (1/4) Installing ca-certificates (20191127-r4) 04:43:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:43:37 (3/4) Installing libcurl (7.69.1-r0) 04:43:37 (4/4) Installing curl (7.69.1-r0) 04:43:37 Executing busybox-1.31.1-r16.trigger 04:43:38 Executing ca-certificates-20191127-r4.trigger 04:43:39 OK: 7 MiB in 18 packages 04:43:44 ---> 8e774ee22744 04:43:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:43:44 Removing intermediate container a761a68dc786 04:43:44 ---> b5069a8c69a8 04:43:44 Step 15/22 : RUN apk --no-cache add zeromq 04:43:44 Removing intermediate container 63f24765aca3 04:43:44 ---> 7c5a88a5c3b3 04:43:44 04:43:44 Step 10/21 : FROM scratch 04:43:44 ---> 04:43:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:43:44 ---> Running in d76db3992b13 04:43:45 ---> Running in 30768e6cb6c1 04:43:47 Removing intermediate container 30768e6cb6c1 04:43:47 ---> 3caa9258048d 04:43:47 Step 12/21 : ENV APP_PORT=48061 04:43:47 Removing intermediate container 618b9dfee5f4 04:43:47 ---> 7c6e01ef9f0d 04:43:47 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:43:47 ---> d1f848340e2e 04:43:47 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:43:47 ---> Running in 41a9d713adc1 04:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:48 ---> Running in 69c689766a47 04:43:48 Removing intermediate container 41a9d713adc1 04:43:48 ---> af34c0b5e697 04:43:48 Step 13/21 : EXPOSE $APP_PORT 04:43:48 ---> 66a6d92683d4 04:43:48 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:43:50 ---> Running in 8a562f24e410 04:43:50 ---> Running in a968dbfad39a 04:43:50 Removing intermediate container 69c689766a47 04:43:50 ---> 6c78188569f8 04:43:50 Step 13/20 : WORKDIR /edgex 04:43:51 ---> Running in 828687e3f750 04:43:51 Removing intermediate container 8a562f24e410 04:43:51 ---> 104080f4dadd 04:43:51 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:43:51 gofmt -l . 04:43:52 Removing intermediate container a968dbfad39a 04:43:52 ---> 791c72dbf185 04:43:52 Step 18/20 : LABEL arch=x86_64 04:43:52 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:52 ---> 363d652b8a5a 04:43:52 Step 3/26 : WORKDIR /edgex-go 04:43:52 ---> Using cache 04:43:52 ---> 93465ef6df51 04:43:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:52 ---> Using cache 04:43:52 ---> 6d9caffad3f3 04:43:52 Step 5/26 : RUN apk update && apk add make git 04:43:52 ---> Using cache 04:43:52 ---> 02d4face802f 04:43:52 Step 6/26 : COPY go.mod . 04:43:52 ---> Using cache 04:43:52 ---> f61e651addf5 04:43:52 Step 7/26 : RUN go mod download 04:43:52 ---> Using cache 04:43:52 ---> 55c12c953380 04:43:52 Step 8/26 : COPY . . 04:43:52 ---> Using cache 04:43:52 ---> 9517b1be6ef9 04:43:52 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:43:52 [ "`gofmt -l .`" = "" ] 04:43:53 ---> dd76317b9a55 04:43:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:43:53 Removing intermediate container 828687e3f750 04:43:53 ---> 2ed574815054 04:43:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:43:53 ---> Running in bcf0bf5f26d3 04:43:53 ---> Running in 5c7d4ae50344 04:43:53 ---> df7fafca6891 04:43:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:43:54 Removing intermediate container bcf0bf5f26d3 04:43:54 ---> 2174d65f6786 04:43:54 Step 19/20 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:43:54 ---> ac53ed06e43e 04:43:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:43:54 ---> Running in f92de5924ab1 04:43:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:54 Removing intermediate container f92de5924ab1 04:43:54 ---> 750d40d6fe6f 04:43:54 Step 20/20 : LABEL version=0.0.0 04:43:54 ---> Running in 091b53dca985 04:43:54 ---> 46a4bc4af091 04:43:54 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:43:54 ---> 00f04647635b 04:43:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:43:54 ---> Running in e708a8ae8228 04:43:55 Removing intermediate container 091b53dca985 04:43:55 ---> 9228f3944837 04:43:55 04:43:55 Successfully built 9228f3944837 04:43:55 Successfully tagged docker-support-scheduler-go:latest 04:43:55 Building docker-security-secrets-setup-go 04:43:55  Building docker-support-scheduler-go ... done Removing intermediate container e708a8ae8228 04:43:55 ---> 8fa8cc5a41ec 04:43:55 Step 17/20 : CMD ["--init=true"] 04:43:55 ---> 1d363ad7dc9b 04:43:55 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:43:55 ---> Running in 68dfa51d017e 04:43:55 ./bin/test-go-mod-tidy.sh 04:43:55 ---> Running in 53b8899b751e 04:43:56 ./bin/test-attribution-txt.sh 04:43:56 Removing intermediate container 53b8899b751e 04:43:56 ---> bb78775cb4f4 04:43:56 Step 19/21 : LABEL arch=x86_64 04:43:56 Removing intermediate container 68dfa51d017e 04:43:56 ---> ce3dc270e2ca 04:43:56 Step 18/20 : LABEL arch=x86_64 04:43:56 ---> Running in f3518adf4a12 04:43:56 ---> Running in 8902b8f82caa 04:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 04:44:00 + ls -al . 04:44:00 total 588 04:44:00 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:43 . 04:44:00 drwxr-xr-x 4 root root 4096 Jul 31 04:41 .. 04:44:00 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:32 .dockerignore 04:44:00 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:33 .git 04:44:00 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:32 .github 04:44:00 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:32 .gitignore 04:44:00 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:33 .semver 04:44:00 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:32 .sonarcloud.properties 04:44:00 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:32 CONTRIBUTING.md 04:44:00 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:32 Dockerfile.build 04:44:00 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:32 Jenkinsfile 04:44:00 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:32 LICENSE 04:44:00 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:32 Makefile 04:44:00 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:32 README.md 04:44:00 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:32 SECURITY.md 04:44:00 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:30 VERSION 04:44:00 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:32 ZMQWindows.md 04:44:00 drwxrwxr-x 2 1001 1001 4096 Jul 31 04:32 bin 04:44:00 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:32 cmd 04:44:00 -rw-r--r-- 1 root root 455496 Jul 31 04:43 coverage.out 04:44:00 -rw-r--r-- 1 root root 1019 Jul 31 04:43 go.mod 04:44:00 -rw-r--r-- 1 root root 18146 Jul 31 04:43 go.sum 04:44:00 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:32 internal 04:44:00 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:32 openapi 04:44:00 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:32 snap 04:44:00 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:32 version.go [Pipeline] sh 04:44:00 Removing intermediate container f3518adf4a12 04:44:00 ---> b65a44ce7ef1 04:44:00 Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:44:00 Removing intermediate container 8902b8f82caa 04:44:00 ---> 879a518507f4 04:44:00 Step 19/20 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:44:00 ---> Running in 88769c33384f 04:44:00 ---> Running in 97f2eee8ac46 04:44:00 + '[' -e coverage.out ] 04:44:00 + chown 1001:1001 coverage.out [Pipeline] stash 04:44:00 Warning: overwriting stash ‘coverage-report’ 04:44:01 Removing intermediate container 88769c33384f 04:44:01 ---> 525e93731ed4 04:44:01 Step 21/21 : LABEL version=0.0.0 04:44:01 Removing intermediate container 97f2eee8ac46 04:44:01 ---> d1dbf47e758f 04:44:01 Step 20/20 : LABEL version=0.0.0 04:44:01 ---> Running in e8b6d4f3db59 04:44:01 ---> Running in 666af5978b20 04:44:02 Stashed 1 file(s) [Pipeline] sh 04:44:02 Removing intermediate container 666af5978b20 04:44:02 ---> bbb6ecbe83d2 04:44:02 04:44:02 Removing intermediate container e8b6d4f3db59 04:44:02 ---> f48f847c6511 04:44:02 04:44:02 Successfully built f48f847c6511 04:44:02 Successfully built bbb6ecbe83d2 04:44:02 Successfully tagged docker-security-proxy-setup-go:latest 04:44:02  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 04:44:02 + make build 04:44:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:44:03 Successfully tagged docker-support-logging-go:latest 04:44:03  Building docker-support-logging-go ... done Building docker-support-notifications-go 04:44:15 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:15 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:44:15 ---> 363d652b8a5a 04:44:15 Step 3/29 : WORKDIR /edgex-go 04:44:15 ---> Using cache 04:44:15 ---> 93465ef6df51 04:44:15 Step 4/29 : RUN apk update && apk add make git 04:44:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:44:15 ---> Running in 3fa9be4f604b 04:44:16 (1/5) Installing libgcc (9.3.0-r2) 04:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:17 (2/5) Installing libsodium (1.0.18-r0) 04:44:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:44:21 (3/5) Installing libstdc++ (9.3.0-r2) 04:44:23 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:44:23 ---> 363d652b8a5a 04:44:23 Step 3/26 : WORKDIR /edgex-go 04:44:23 ---> Using cache 04:44:23 ---> 93465ef6df51 04:44:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:23 ---> Using cache 04:44:23 ---> 6d9caffad3f3 04:44:23 Step 5/26 : RUN apk update && apk add make bash git 04:44:23 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:44:23 ---> 363d652b8a5a 04:44:23 Step 3/23 : WORKDIR /edgex-go 04:44:23 ---> Using cache 04:44:23 ---> 93465ef6df51 04:44:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:23 ---> Using cache 04:44:23 ---> 6d9caffad3f3 04:44:23 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:44:25 ---> Running in ae13368a0296 04:44:25 ---> Running in bf8df1cf3f43 04:44:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:29 Removing intermediate container 5c7d4ae50344 04:44:29 ---> d32b497a76ed 04:44:29 04:44:29 Step 10/26 : FROM alpine:3.10 04:44:29 3.10: Pulling from library/alpine 04:44:30 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:30 Status: Downloaded newer image for alpine:3.10 04:44:30 ---> be4e4bea2c2e 04:44:30 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:30 (4/5) Installing libzmq (4.3.2-r0) 04:44:30 ---> Running in c02bf1b59f6a 04:44:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:44:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:44:31 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:31 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:31 OK: 10346 distinct packages available 04:44:31 (1/5) Installing ca-certificates (20191127-r2) 04:44:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:31 (3/5) Installing libcurl (7.66.0-r0) 04:44:31 (4/5) Installing curl (7.66.0-r0) 04:44:31 (5/5) Installing dumb-init (1.2.2-r1) 04:44:31 Executing busybox-1.30.1-r3.trigger 04:44:31 Executing ca-certificates-20191127-r2.trigger 04:44:31 OK: 7 MiB in 19 packages 04:44:32 Removing intermediate container c02bf1b59f6a 04:44:32 ---> f4bcd6b48ae7 04:44:32 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:32 ---> Running in 011875f3d776 04:44:33 Removing intermediate container 011875f3d776 04:44:33 ---> 9553667af2b7 04:44:33 Step 13/26 : WORKDIR / 04:44:33 ---> Running in b9ae99d8ab28 04:44:33 Removing intermediate container b9ae99d8ab28 04:44:33 ---> 90bb01f6d9c4 04:44: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 04:44:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:33 ---> da4200d4a7b4 04:44: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 04:44:33 ---> 312f42921898 04:44:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:33 (5/5) Installing zeromq (4.3.2-r0) 04:44:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:34 ---> 46ba8ffb3585 04:44:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:44:34 Executing busybox-1.31.1-r16.trigger 04:44:34 ---> 373a19f18316 04:44:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:34 OK: 8 MiB in 19 packages 04:44:34 ---> c3621c4979ba 04:44:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:34 Removing intermediate container d76db3992b13 04:44:34 ---> d10e03abd81b 04:44:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:44:35 ---> 2ff077874ee9 04:44:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:44:35 ---> d946b5c1576d 04:44:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:44:36 ---> acaf7a5ebbcd 04:44:36 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:36 ---> 2919c5bbbe8e 04:44:36 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:44:36 ---> 7f470be60d6a 04:44:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:36 ---> 4d58ee0a8d18 04:44:36 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:36 ---> Running in 4bb46e781e9a 04:44:36 ---> Running in 29472113fe4b 04:44:36 Removing intermediate container 29472113fe4b 04:44:36 ---> ef4ba2372932 04:44:36 Step 20/22 : LABEL arch=x86_64 04:44:36 ---> Running in 70317db579c2 04:44:36 Removing intermediate container 70317db579c2 04:44:36 ---> 8218dc8a346d 04:44:36 Step 21/22 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:44:37 ---> Running in 600c60fda597 04:44:37 Removing intermediate container 600c60fda597 04:44:37 ---> 631eb94291da 04:44:37 Step 22/22 : LABEL version=0.0.0 04:44:37 ---> Running in e80d2c002fb6 04:44:37 Removing intermediate container 4bb46e781e9a 04:44:37 ---> cbc1faca11e3 04:44:37 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:44:37 ---> Running in 6a7a9ee7d4b3 04:44:37 Removing intermediate container e80d2c002fb6 04:44:37 ---> 18ccce99b935 04:44:37 04:44:37 Successfully built 18ccce99b935 04:44:37 Successfully tagged docker-core-data-go:latest 04:44:37  Building docker-core-data-go ... done Building docker-core-command-go 04:44:37 Removing intermediate container 6a7a9ee7d4b3 04:44:37 ---> ae5beac698dd 04:44:37 Step 24/26 : LABEL arch=x86_64 04:44:37 ---> Running in 0b7fdb0e5baf 04:44:39 Removing intermediate container 0b7fdb0e5baf 04:44:39 ---> e41b29e2aa40 04:44:39 Step 25/26 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:44:40 ---> Running in 615f8798f905 04:44:41 Removing intermediate container 615f8798f905 04:44:41 ---> d59853519272 04:44:41 Step 26/26 : LABEL version=0.0.0 04:44:41 ---> Running in 97c70693153a 04:44:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:44:41 Removing intermediate container 97c70693153a 04:44:41 ---> 2ae1900c5c31 04:44:41 04:44:42 Successfully built 2ae1900c5c31 04:44:42 Successfully tagged docker-security-secretstore-setup-go:latest 04:44:43  Building docker-security-secretstore-setup-go ... done v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:43 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:43 OK: 12749 distinct packages available 04:44:43 OK: 233 MiB in 51 packages 04:44:45 Removing intermediate container 3fa9be4f604b 04:44:45 ---> c3865384b24e 04:44:45 Step 5/29 : COPY go.mod . 04:44:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:44:47 ---> 8612099732c6 04:44:47 Step 6/29 : RUN go mod download 04:44:48 ---> Running in 8895c0ec170e 04:44:49 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:49 ---> 363d652b8a5a 04:44:49 Step 3/21 : WORKDIR /edgex-go 04:44:49 ---> Using cache 04:44:49 ---> 93465ef6df51 04:44:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:49 ---> Using cache 04:44:49 ---> 6d9caffad3f3 04:44:49 Step 5/21 : RUN apk update && apk add make git 04:44:49 ---> Using cache 04:44:49 ---> 02d4face802f 04:44:49 Step 6/21 : COPY go.mod . 04:44:49 ---> Using cache 04:44:49 ---> f61e651addf5 04:44:49 Step 7/21 : RUN go mod download 04:44:49 ---> Using cache 04:44:49 ---> 55c12c953380 04:44:49 Step 8/21 : COPY . . 04:44:49 ---> Using cache 04:44:49 ---> 9517b1be6ef9 04:44:49 Step 9/21 : RUN make cmd/core-command/core-command 04:44:50 ---> Running in 19107b75e6ee 04:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:44:51 Removing intermediate container 8895c0ec170e 04:44:51 ---> c26b25838a92 04:44:51 Step 7/29 : COPY . . 04:44:54 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:54 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:54 OK: 12749 distinct packages available 04:44:54 OK: 233 MiB in 51 packages 04:44:55 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:55 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:55 OK: 12749 distinct packages available 04:44:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:44:55 OK: 233 MiB in 51 packages 04:44:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:44:57 Removing intermediate container ae13368a0296 04:44:57 ---> 2b7fa4cf4040 04:44:57 Step 6/26 : COPY go.mod . 04:44:58 Removing intermediate container bf8df1cf3f43 04:44:58 ---> 46ec51f92478 04:44:58 Step 6/23 : COPY go.mod . 04:44:59 ---> a410c5d7341a 04:44:59 Step 7/26 : RUN go mod download 04:45:00 ---> 23960c763eb0 04:45:00 Step 7/23 : RUN go mod download 04:45:00 ---> Running in 35a4e1bdf64c 04:45:01 ---> Running in ef8781531f44 04:45:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:45:04 Removing intermediate container 35a4e1bdf64c 04:45:04 ---> 45a4f296e284 04:45:04 Step 8/26 : COPY . . 04:45:04 Removing intermediate container ef8781531f44 04:45:04 ---> 3421f6b01240 04:45:04 Step 8/23 : COPY . . 04:45:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:45: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 04:45:17 ---> 2d7ae4a3f20c 04:45:17 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:45:20 ---> Running in 1c9bd0b43a6e 04:45:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:45:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:45:30 ---> 72d0fe7c3e55 04:45:30 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:45:30 ---> b1bc7c3fa52e 04:45:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:45:30 ---> Running in 14a53e3635a9 04:45:30 ---> Running in d4a8596a5b64 04:45:30 Removing intermediate container 19107b75e6ee 04:45:30 ---> 8c60f59ca5ce 04:45:30 04:45:30 Step 10/21 : FROM scratch 04:45:30 ---> 04:45:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:45:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:45:30 ---> Using cache 04:45:30 ---> d976a141f833 04:45:30 Step 12/21 : ENV APP_PORT=48082 04:45:30 ---> Running in 9e7b54249800 04:45:31 Removing intermediate container 9e7b54249800 04:45:31 ---> d662583e2fca 04:45:31 Step 13/21 : EXPOSE $APP_PORT 04:45:31 ---> Running in fed02f034938 04:45:31 Removing intermediate container fed02f034938 04:45:31 ---> 2265f04dd6d4 04:45:31 Step 14/21 : WORKDIR / 04:45:31 ---> Running in 6995f9073f75 04:45:31 Removing intermediate container 6995f9073f75 04:45:31 ---> 1c59104209d7 04:45:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:45:32 ---> eb7a4079aa4d 04:45:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] } 04:45:33 $ docker stop --time=1 16fdb2ffa435fcb96bf9f8d5387a0eed934ccfa65192949d730e274808e9ffac 04:45:34 ---> 0a45bfc42ea5 04:45:34 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:45:35 ---> fe6ca564651a 04:45:35 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:35 ---> Running in 26e0686680c8 04:45:35 Removing intermediate container 26e0686680c8 04:45:35 ---> ffaa60b067d5 04:45:35 Step 19/21 : LABEL arch=x86_64 04:45:35 ---> Running in a5293c309bbc 04:45:36 $ docker rm -f 16fdb2ffa435fcb96bf9f8d5387a0eed934ccfa65192949d730e274808e9ffac 04:45:37 Removing intermediate container a5293c309bbc 04:45:37 ---> ab8d49305da2 04:45:37 Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:45:37 ---> Running in 5a4cdd51ad2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 04:45:37 Removing intermediate container 5a4cdd51ad2b 04:45:37 ---> 93616832a82e 04:45:37 Step 21/21 : LABEL version=0.0.0 04:45:37 ---> Running in f8032a2f603d [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:45:38 Removing intermediate container f8032a2f603d 04:45:38 ---> 0639fbadc45b 04:45:38 04:45:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:38 Successfully built 0639fbadc45b 04:45:38 Successfully tagged docker-core-command-go:latest 04:45:38 04:45:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:45:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:39 latest: Pulling from edgex-devops/edgex-compose-arm64 04:45:39 29e5d40040c1: Pulling fs layer 04:45:39 1ce36da41761: Pulling fs layer 04:45:39 25b303627fd3: Pulling fs layer 04:45:39 29e5d40040c1: Download complete 04:45:39 1ce36da41761: Verifying Checksum 04:45:39 1ce36da41761: Download complete 04:45:40 29e5d40040c1: Pull complete 04:45:41 1ce36da41761: Pull complete 04:45:41 25b303627fd3: Verifying Checksum 04:45:41 25b303627fd3: Download complete 04:45:46  Building docker-core-command-go ... done Removing intermediate container 1c9bd0b43a6e 04:45:46 ---> 0e7ce0be8563 04:45:46 04:45:46 Step 9/29 : FROM alpine:latest 04:45:46 ---> a24bb4013296 04:45:46 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:45:46 ---> Running in 3957c311065a 04:45:46 Removing intermediate container 3957c311065a 04:45:46 ---> 3b55777db494 04:45:46 Step 11/29 : USER root 04:45:47 ---> Running in 3495b7713f53 04:45:47 Removing intermediate container 3495b7713f53 04:45:47 ---> 00833ef51e83 04:45:47 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:45:49 ---> Running in 0e7a5eb69d0f 04:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:51 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:51 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:51 OK: 12749 distinct packages available 04:45:51 (1/2) Installing ca-certificates (20191127-r4) 04:45:51 (2/2) Installing dumb-init (1.2.2-r1) 04:45:51 Executing busybox-1.31.1-r16.trigger 04:45:51 Executing ca-certificates-20191127-r4.trigger 04:45:51 OK: 6 MiB in 16 packages 04:45:51 25b303627fd3: Pull complete 04:45:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:45:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:45:52 prd-ubuntu18.04-docker-arm64-4c-16g-1662 does not seem to be running inside a container 04:45:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:45:54 Removing intermediate container 0e7a5eb69d0f 04:45:54 ---> 070b9cef05c0 04:45:54 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:45:54 ---> Running in c684c0132007 04:45:54 Removing intermediate container 14a53e3635a9 04:45:54 ---> 68123ce661a3 04:45:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:45:54 ---> Running in 310a57f8c563 04:45:54 Removing intermediate container c684c0132007 04:45:54 ---> 0654db42bb42 04:45:54 Step 14/29 : WORKDIR $BASE_DIR 04:45:54 ---> Running in 2a19fda5bdfc 04:45:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:45:55 Removing intermediate container d4a8596a5b64 04:45:55 ---> 2283a4805523 04:45:55 04:45:55 Step 10/23 : FROM scratch 04:45:55 ---> 04:45:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:45:56 ---> Using cache 04:45:56 ---> 3caa9258048d 04:45:56 Step 12/23 : ENV APP_PORT=48060 04:45:56 Removing intermediate container 2a19fda5bdfc 04:45:56 ---> 79506a154a36 04:45:56 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:45:56 $ docker top a44f87fcdad4c7cc516680349c55a8286cce81d18db70a9f475d69b50d420d52 -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:56 ---> Running in adc12a2a72ca 04:45:56 ---> Running in 38db94bbdc44 04:45:56 Removing intermediate container adc12a2a72ca 04:45:56 ---> 9c41ba75a427 04:45:56 Step 13/23 : EXPOSE $APP_PORT 04:45:56 ---> Running in f7df96576a65 04:45:57 Removing intermediate container f7df96576a65 04:45:57 ---> 057321a022b7 04:45:57 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:45:57 ---> c317ec0eb993 04:45:57 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:45:57 + docker-compose build --help 04:45:57 + grep parallel 04:45:57 Removing intermediate container 310a57f8c563 04:45:57 ---> ffcfd801660a 04:45:57 04:45:57 Step 11/26 : FROM docker:latest 04:45:57 ---> 81f5749c9058 04:45:57 Step 12/26 : RUN apk add --no-cache bash 04:45:58 ---> Running in 75cb69c034e7 04:45:58 Removing intermediate container 38db94bbdc44 04:45:58 ---> 492a060c1da4 04:45:58 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:45:58 ---> eca434840926 04:45:58 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:45:59 ---> f04d146f4164 04:45:59 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:45:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:59 ---> acad2f3215d5 04:45:59 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:45:59 ---> fbf949f2b648 04:45:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:45:59 (1/2) Installing readline (8.0.4-r0) 04:45:59 (2/2) Installing bash (5.0.17-r0) 04:45:59 Executing bash-5.0.17-r0.post-install 04:45:59 Executing busybox-1.31.1-r16.trigger 04:45:59 OK: 12 MiB in 22 packages 04:46:01 ---> c4b072622405 04:46:01 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:46:01 ---> 92c87c9afb21 04:46:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:46:01 Removing intermediate container 75cb69c034e7 04:46:01 ---> 1ce7b3b52408 04:46:01 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:01 ---> 8775284c9869 04:46:01 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:46:01 ---> 7bc0779e2ea2 04:46:01 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:46:01 ---> Running in 40d0ad557e56 04:46:01 ---> 295cabe3e31d 04:46:01 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:46:01 ---> Running in 45fed9035845 04:46:01 ---> bb241779c9f9 04:46:01 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:01 --parallel Build images in parallel. [Pipeline] } 04:46:01 $ docker stop --time=1 a44f87fcdad4c7cc516680349c55a8286cce81d18db70a9f475d69b50d420d52 04:46:02 ---> Running in a5832c3657b7 04:46:02 Removing intermediate container a5832c3657b7 04:46:02 ---> 722564096809 04:46:02 Step 21/23 : LABEL arch=x86_64 04:46:02 ---> Running in 64af90baa22f 04:46:02 Removing intermediate container 64af90baa22f 04:46:02 ---> 62d85d2e25a8 04:46:02 Step 22/23 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:46:02 ---> Running in f9e0cdef5f3e 04:46:02 Removing intermediate container 40d0ad557e56 04:46:02 ---> dad6e10c43e0 04:46:02 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:02 ---> Running in f7118b6a57e3 04:46:02 Removing intermediate container f9e0cdef5f3e 04:46:02 ---> 4d96d2022d14 04:46:02 Step 23/23 : LABEL version=0.0.0 04:46:03 ---> Running in 876775764e25 04:46:03 Removing intermediate container f7118b6a57e3 04:46:03 ---> 5d513e70603d 04:46:03 Step 15/26 : ENV APP_PORT=48090 04:46:03 Removing intermediate container 45fed9035845 04:46:03 ---> 7bb5552cb409 04:46:03 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:46:03 ---> Running in 614f957fb771 04:46:03 Removing intermediate container 876775764e25 04:46:03 ---> 0bdb416a9055 04:46:03 04:46:03 Successfully built 0bdb416a9055 04:46:03 $ docker rm -f a44f87fcdad4c7cc516680349c55a8286cce81d18db70a9f475d69b50d420d52 04:46:04 Successfully tagged docker-support-notifications-go:latest 04:46:04  Building docker-support-notifications-go ... done  ---> b3e58f40e4c8 04:46:04 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:04 Removing intermediate container 614f957fb771 04:46:04 ---> 35af133b8065 04:46:04 Step 16/26 : EXPOSE $APP_PORT 04:46:04 ---> Running in 708f413b0936 04:46:04 ---> Running in 132ef3465209 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 04:46:04 Removing intermediate container 132ef3465209 04:46:04 ---> 16ba8ff051a2 04:46:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] isUnix [Pipeline] sh 04:46:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:04 . [Pipeline] withDockerContainer 04:46:04 ---> e25f8fd01318 04:46:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:46:04 prd-ubuntu18.04-docker-arm64-4c-16g-1662 does not seem to be running inside a container 04:46:05 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:46:05 Removing intermediate container 708f413b0936 04:46:05 ---> 185dcca987f1 04:46:05 Step 24/29 : RUN chmod 755 security-secrets-setup 04:46:05 ---> 3cc0e01b0918 04:46:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:46:05 ---> Running in a49ccc332d79 04:46:05 ---> a57ca3fcdfa9 04:46:05 Step 20/26 : RUN apk --no-cache add py-pip 04:46:05 ---> Running in 6ed857298c84 04:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:06 $ docker top fa567e19d9f8debf4dd881b226f61af94f84910af069bc8a8922c86ab0829f5e -eo pid,comm 04:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:06 (1/33) Installing libbz2 (1.0.8-r1) 04:46:06 (2/33) Installing expat (2.2.9-r1) 04:46:06 (3/33) Installing libffi (3.3-r2) 04:46:06 (4/33) Installing gdbm (1.13-r1) 04:46:06 (5/33) Installing xz-libs (5.2.5-r0) 04:46:06 (6/33) Installing sqlite-libs (3.32.1-r0) 04:46:06 Removing intermediate container a49ccc332d79 04:46:06 ---> d991dc01d6e5 04:46:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:46:06 (7/33) Installing python3 (3.8.5-r0) [Pipeline] { [Pipeline] sh 04:46:06 ---> Running in 8b5ac93485e3 04:46:07 + docker-compose -f ./docker-compose-build.yml build --parallel 04:46:10 Removing intermediate container 8b5ac93485e3 04:46:10 ---> 1ebac788cb3e 04:46:10 Step 26/29 : CMD [ "generate" ] 04:46:10 ---> Running in df315d91806f 04:46:10 (8/33) Installing py3-appdirs (1.4.4-r1) 04:46:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:46:10 (10/33) Installing py3-parsing (2.4.7-r0) 04:46:10 (11/33) Installing py3-six (1.15.0-r0) 04:46:10 (12/33) Installing py3-packaging (20.4-r0) 04:46:10 (13/33) Installing py3-setuptools (47.0.0-r0) 04:46:10 (14/33) Installing py3-chardet (3.0.4-r4) 04:46:10 (15/33) Installing py3-idna (2.9-r0) 04:46:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:46:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:46:10 (18/33) Installing py3-requests (2.23.0-r0) 04:46:10 (19/33) Installing py3-msgpack (1.0.0-r0) 04:46:11 (20/33) Installing py3-lockfile (0.12.2-r3) 04:46:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:46:11 Removing intermediate container df315d91806f 04:46:11 ---> 5e9cf5eaef4b 04:46:11 Step 27/29 : LABEL arch=x86_64 04:46:11 (22/33) Installing py3-colorama (0.4.3-r0) 04:46:11 (23/33) Installing py3-distlib (0.3.0-r0) 04:46:11 (24/33) Installing py3-distro (1.5.0-r1) 04:46:11 (25/33) Installing py3-webencodings (0.5.1-r3) 04:46:11 (26/33) Installing py3-html5lib (1.0.1-r4) 04:46:11 ---> Running in 78d621156677 04:46:11 (27/33) Installing py3-pytoml (0.1.21-r0) 04:46:11 (28/33) Installing py3-pep517 (0.8.2-r0) 04:46:11 (29/33) Installing py3-progress (1.5-r0) 04:46:11 (30/33) Installing py3-toml (0.10.1-r0) 04:46:11 (31/33) Installing py3-retrying (1.3.3-r0) 04:46:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:46:11 (33/33) Installing py3-pip (20.1.1-r0) 04:46:11 Building docker-core-command-go ... 04:46:11 Building docker-core-data-go ... 04:46:11 Building docker-core-metadata-go ... 04:46:11 Building docker-security-proxy-setup-go ... 04:46:11 Building docker-security-secrets-setup-go ... 04:46:11 Building docker-security-secretstore-setup-go ... 04:46:11 Building docker-support-logging-go ... 04:46:11 Building docker-support-notifications-go ... 04:46:11 Building docker-support-scheduler-go ... 04:46:11 Building docker-sys-mgmt-agent-go ... 04:46:11 Building docker-sys-mgmt-agent-go 04:46:11 Building docker-security-secretstore-setup-go 04:46:11 Building docker-support-logging-go 04:46:11 Building docker-support-scheduler-go 04:46:11 Building docker-core-data-go 04:46:12 Executing busybox-1.31.1-r16.trigger 04:46:12 OK: 71 MiB in 55 packages 04:46:12 Removing intermediate container 78d621156677 04:46:12 ---> 94327c9484b7 04:46:12 Step 28/29 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:46:13 ---> Running in fcaae590c94b 04:46:13 Removing intermediate container fcaae590c94b 04:46:13 ---> 66d44ee582ce 04:46:13 Step 29/29 : LABEL version=0.0.0 04:46:13 ---> Running in c40fdb803f8e 04:46:15 Removing intermediate container c40fdb803f8e 04:46:15 ---> c5dd4faac35d 04:46:15 04:46:15 Successfully built c5dd4faac35d 04:46:15 Successfully tagged docker-security-secrets-setup-go:latest 04:46:19  Building docker-security-secrets-setup-go ... done Removing intermediate container 6ed857298c84 04:46:19 ---> ba8542ad2a50 04:46:19 Step 21/26 : RUN pip install docker-compose==1.23.2 04:46:19 ---> Running in 7f237187f82b 04:46:21 Collecting docker-compose==1.23.2 04:46:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:46:21 Collecting texttable<0.10,>=0.9.0 04:46:21 Downloading texttable-0.9.1.tar.gz (11 kB) 04:46:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:46:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:46:22 Collecting websocket-client<1.0,>=0.32.0 04:46:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:46:22 Collecting jsonschema<3,>=2.5.1 04:46:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:46:22 Collecting PyYAML<4,>=3.10 04:46:22 Downloading PyYAML-3.13.tar.gz (270 kB) 04:46:23 Collecting dockerpty<0.5,>=0.4.1 04:46:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:46:23 Collecting cached-property<2,>=1.2.0 04:46:23 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:46:23 Collecting docopt<0.7,>=0.6.1 04:46:23 Downloading docopt-0.6.2.tar.gz (25 kB) 04:46:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:46:24 Collecting docker<4.0,>=3.6.0 04:46:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:46:24 Collecting urllib3<1.25,>=1.21.1 04:46:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:46:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:46:24 Collecting idna<2.8,>=2.5 04:46:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:46:24 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:46:24 Collecting docker-pycreds>=0.4.0 04:46:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:46:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:46:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:46:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:46:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:46:24 Installing collected packages: texttable, urllib3, idna, requests, websocket-client, jsonschema, PyYAML, dockerpty, cached-property, docopt, docker-pycreds, docker, docker-compose 04:46:24 Running setup.py install for texttable: started 04:46:25 Running setup.py install for texttable: finished with status 'done' 04:46:25 Attempting uninstall: urllib3 04:46:25 Found existing installation: urllib3 1.25.9 04:46:25 Uninstalling urllib3-1.25.9: 04:46:25 Successfully uninstalled urllib3-1.25.9 04:46:25 Attempting uninstall: idna 04:46:25 Found existing installation: idna 2.9 04:46:25 Uninstalling idna-2.9: 04:46:25 Successfully uninstalled idna-2.9 04:46:25 Attempting uninstall: requests 04:46:25 Found existing installation: requests 2.23.0 04:46:25 Uninstalling requests-2.23.0: 04:46:25 Successfully uninstalled requests-2.23.0 04:46:26 Running setup.py install for PyYAML: started 04:46:27 Running setup.py install for PyYAML: finished with status 'done' 04:46:27 Running setup.py install for dockerpty: started 04:46:27 Running setup.py install for dockerpty: finished with status 'done' 04:46:27 Running setup.py install for docopt: started 04:46:28 Running setup.py install for docopt: finished with status 'done' 04:46:28 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:46:32 Removing intermediate container 7f237187f82b 04:46:32 ---> ab62b01e8f55 04:46:32 Step 22/26 : RUN apk --no-cache add curl 04:46:32 ---> Running in b23f9ba7edfc 04:46:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:46:32 (2/3) Installing libcurl (7.69.1-r0) 04:46:32 (3/3) Installing curl (7.69.1-r0) 04:46:32 Executing busybox-1.31.1-r16.trigger 04:46:32 OK: 72 MiB in 58 packages 04:46:33 Removing intermediate container b23f9ba7edfc 04:46:33 ---> 8b456f41d01d 04:46:33 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:33 ---> Running in 9269f63b0b58 04:46:33 Removing intermediate container 9269f63b0b58 04:46:33 ---> 71105a72fafa 04:46:33 Step 24/26 : LABEL arch=x86_64 04:46:33 ---> Running in e961091b9715 04:46:33 Removing intermediate container e961091b9715 04:46:33 ---> a8979fe23ab0 04:46:33 Step 25/26 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:46:33 ---> Running in 2e098651a8f2 04:46:33 Removing intermediate container 2e098651a8f2 04:46:33 ---> ca168c25889a 04:46:33 Step 26/26 : LABEL version=0.0.0 04:46:33 ---> Running in d92f1664a155 04:46:34 Removing intermediate container d92f1664a155 04:46:34 ---> f767eaa54e98 04:46:34 04:46:34 Successfully built f767eaa54e98 04:46:35 Successfully tagged docker-sys-mgmt-agent-go:latest 04:46:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:46:35 $ docker stop --time=1 8e5365d5a04e77e9c2224a4ce76e0b7725264f40bba4470a8a87a72839006403 04:46:37 $ docker rm -f 8e5365d5a04e77e9c2224a4ce76e0b7725264f40bba4470a8a87a72839006403 [Pipeline] // withDockerContainer [Pipeline] sh 04:46:38 + docker images 04:46:38 + grep docker 04:46:38 docker-sys-mgmt-agent-go latest f767eaa54e98 4 seconds ago 284MB 04:46:38 docker-security-secrets-setup-go latest c5dd4faac35d 24 seconds ago 25.1MB 04:46:38 docker-support-notifications-go latest 0bdb416a9055 34 seconds ago 14.4MB 04:46:38 docker-core-command-go latest 0639fbadc45b About a minute ago 13MB 04:46:38 docker-security-secretstore-setup-go latest 2ae1900c5c31 About a minute ago 33.9MB 04:46:38 docker-core-data-go latest 18ccce99b935 2 minutes ago 23.8MB 04:46:38 docker-support-logging-go latest bbb6ecbe83d2 2 minutes ago 11.8MB 04:46:38 docker-security-proxy-setup-go latest f48f847c6511 2 minutes ago 16.4MB 04:46:38 docker-support-scheduler-go latest 9228f3944837 2 minutes ago 13.1MB 04:46:38 docker-core-metadata-go latest 13654dedaf07 3 minutes ago 14.4MB 04:46:38 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:48:03 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:48:03 ---> 8a44ff528d47 04:48:03 Step 3/22 : WORKDIR /edgex-go 04:48:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:48:03 ---> 8a44ff528d47 04:48:03 Step 3/26 : WORKDIR /edgex-go 04:48:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:48:03 ---> 8a44ff528d47 04:48:03 Step 3/26 : WORKDIR /edgex-go 04:48:03 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:03 ---> 8a44ff528d47 04:48:03 Step 3/21 : WORKDIR /edgex-go 04:48:03 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:48:03 ---> 8a44ff528d47 04:48:03 Step 3/20 : WORKDIR /edgex-go 04:48:05 ---> Running in 874b4bc25bf4 04:48:05 ---> Running in 4042ce192b9a 04:48:05 ---> Running in 94007eed0a25 04:48:05 ---> Running in bb912bfd2504 04:48:05 ---> Running in 474ef3f9b35d 04:48:06 Removing intermediate container 94007eed0a25 04:48:06 ---> 0d7bce9197ae 04:48:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:06 Removing intermediate container 474ef3f9b35d 04:48:06 ---> 0b9facabcf29 04:48:06 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:06 Removing intermediate container bb912bfd2504 04:48:06 ---> 85d4f8046bef 04:48:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:06 Removing intermediate container 4042ce192b9a 04:48:06 ---> 65aa1e11ecd1 04:48:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:06 Removing intermediate container 874b4bc25bf4 04:48:06 ---> 942da98dc120 04:48:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:06 ---> Running in d9c0b57f33f3 04:48:06 ---> Running in 3e141a9c48b6 04:48:06 ---> Running in 7f3b5cdf2637 04:48:06 ---> Running in 7be121f8b9f7 04:48:06 ---> Running in eba0ad5d3249 04:48:10 Removing intermediate container 3e141a9c48b6 04:48:10 ---> fc501ae68959 04:48:10 Step 5/20 : RUN apk update && apk add make git 04:48:10 ---> Running in ff3d6bc89fc5 04:48:10 Removing intermediate container d9c0b57f33f3 04:48:10 ---> 7f595f4c75a7 04:48:10 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:48:10 ---> Running in f005a92d3a1e 04:48:11 Removing intermediate container 7be121f8b9f7 04:48:11 ---> a18190d0fb6b 04:48:11 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:48:11 Removing intermediate container eba0ad5d3249 04:48:11 ---> ebad957afef9 04:48:11 Step 5/26 : RUN apk update && apk add make bash git 04:48:11 Removing intermediate container 7f3b5cdf2637 04:48:11 ---> 54af00637475 04:48:11 Step 5/26 : RUN apk update && apk add make git 04:48:11 ---> Running in 03603b09efc1 04:48:11 ---> Running in c6882f06b5c5 04:48:11 ---> Running in be1d4165c894 04:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:44 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:44 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:44 OK: 12620 distinct packages available 04:48:45 OK: 217 MiB in 51 packages 04:48:45 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:45 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:45 OK: 12620 distinct packages available 04:48:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:46 OK: 12620 distinct packages available 04:48:46 OK: 217 MiB in 51 packages 04:48:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:46 OK: 12620 distinct packages available 04:48:46 OK: 217 MiB in 51 packages 04:48:46 OK: 217 MiB in 51 packages 04:48:47 OK: 217 MiB in 51 packages 04:48:47 Removing intermediate container 03603b09efc1 04:48:47 ---> 0584d0dddf16 04:48:47 Step 6/21 : COPY go.mod . 04:48:48 Removing intermediate container be1d4165c894 04:48:48 ---> 141eeb3cc00b 04:48:48 Step 6/26 : COPY go.mod . 04:48:48 Removing intermediate container c6882f06b5c5 04:48:48 ---> 9a8891a844aa 04:48:48 Step 6/26 : COPY go.mod . 04:48:49 ---> f10a54b0e499 04:48:49 Step 7/21 : RUN go mod download 04:48:49 Removing intermediate container f005a92d3a1e 04:48:49 ---> b1deeb1f59fd 04:48:49 Step 6/22 : COPY go.mod . 04:48:49 ---> 4c911fc08764 04:48:49 Step 7/26 : RUN go mod download 04:48:49 ---> Running in 9f40ba248edd 04:48:49 ---> Running in 463f8a89a5f7 04:48:49 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:49 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:49 OK: 12620 distinct packages available 04:48:49 ---> 75b3f3f4b0ea 04:48:49 Step 7/26 : RUN go mod download 04:48:50 ---> Running in 42de4b740085 04:48:50 ---> bd20b2de1ea4 04:48:50 Step 7/22 : RUN go mod download 04:48:50 OK: 217 MiB in 51 packages 04:48:50 ---> Running in bd60ec8d7f76 04:48:52 Removing intermediate container ff3d6bc89fc5 04:48:52 ---> 81df3701c348 04:48:52 Step 6/20 : COPY go.mod . 04:48:53 ---> afc78b9be2bf 04:48:53 Step 7/20 : RUN go mod download 04:48:53 ---> Running in 55a6e7c9c47f 04:48:54 Removing intermediate container 9f40ba248edd 04:48:54 ---> 3e277a75699d 04:48:54 Step 8/21 : COPY . . 04:48:54 Removing intermediate container 463f8a89a5f7 04:48:54 ---> 3e3d9afccda2 04:48:54 Step 8/26 : COPY . . 04:48:55 Removing intermediate container bd60ec8d7f76 04:48:55 ---> 77102ef48811 04:48:55 Step 8/22 : COPY . . 04:48:56 Removing intermediate container 42de4b740085 04:48:56 ---> 28e4253ba5cc 04:48:56 Step 8/26 : COPY . . 04:49:06 Removing intermediate container 55a6e7c9c47f 04:49:06 ---> e063524378be 04:49:06 Step 8/20 : COPY . . 04:49:33 ---> a3f535aa0c1a 04:49:33 Step 9/21 : RUN make cmd/support-logging/support-logging 04:49:33 ---> a4b87b67e23a 04:49:33 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:49:33 ---> 21500f428d52 04:49:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:49:33 ---> bec8b1ab02e9 04:49:33 Step 9/22 : RUN make cmd/core-data/core-data 04:49:33 ---> 6ec6d9c8bf8f 04:49:33 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:49:33 ---> Running in 2a72bf3f00a3 04:49:33 ---> Running in 2ff140d11be3 04:49:33 ---> Running in 372f4a89c921 04:49:33 ---> Running in 416fb35c8005 04:49:33 ---> Running in bd6bac5e62b0 04:49:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:49:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:49:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:49: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 04:49:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:50:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:51:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:51:16 Removing intermediate container 372f4a89c921 04:51:16 ---> 1cc260bcbdf6 04:51:16 04:51:16 Step 10/21 : FROM scratch 04:51:16 ---> 04:51:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:51:16 ---> Running in 2217db581726 04:51:16 Removing intermediate container 2a72bf3f00a3 04:51:16 ---> 8364a1d1d7af 04:51:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:51:17 ---> Running in b91a83c38c74 04:51:17 Removing intermediate container 2217db581726 04:51:17 ---> c09e70092518 04:51:17 Step 12/21 : ENV APP_PORT=48061 04:51:17 ---> Running in 7d7604393c9f 04:51:18 Removing intermediate container 7d7604393c9f 04:51:18 ---> 0e3c8ce3c0f2 04:51:18 Step 13/21 : EXPOSE $APP_PORT 04:51:18 ---> Running in 8820d03a1a90 04:51:19 Removing intermediate container 8820d03a1a90 04:51:19 ---> a767c6c2c1c6 04:51:19 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:51:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:51:20 ---> 3c62647df810 04:51:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:51:22 ---> 0b067efc579a 04:51:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:51:23 Removing intermediate container 2ff140d11be3 04:51:23 ---> 7854ba54254c 04:51:23 04:51:23 Step 10/26 : FROM alpine:3.10 04:51:24 3.10: Pulling from library/alpine 04:51:25 ---> 0490d74c71e2 04:51:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:51:26 Removing intermediate container b91a83c38c74 04:51:26 ---> bddddcf10529 04:51:26 04:51:26 Step 11/26 : FROM docker:latest 04:51:26 ---> ce9d55ae87f1 04:51:26 Step 12/26 : RUN apk add --no-cache bash 04:51:26 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:51:26 ---> Running in baaf32fdef5f 04:51:26 Status: Downloaded newer image for alpine:3.10 04:51:26 ---> 536a684cf733 04:51:26 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:51:26 ---> 33358dc00650 04:51:26 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:27 ---> Running in 6d8ef08dd7fe 04:51:27 ---> Running in 9a075eab5a33 04:51:28 Removing intermediate container 9a075eab5a33 04:51:28 ---> 28b1f15f2575 04:51:28 Step 19/21 : LABEL arch=arm64 04:51:28 ---> Running in e58de3b868ea 04:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:29 Removing intermediate container e58de3b868ea 04:51:29 ---> 19f925dfd0f6 04:51:29 Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:51:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:51:30 (1/2) Installing readline (8.0.4-r0) 04:51:30 (2/2) Installing bash (5.0.17-r0) 04:51:30 Executing bash-5.0.17-r0.post-install 04:51:30 Executing busybox-1.31.1-r16.trigger 04:51:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:51:30 OK: 12 MiB in 22 packages 04:51:30 ---> Running in 39679b5de5a1 04:51:30 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:51:30 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:51:30 OK: 10167 distinct packages available 04:51:31 (1/5) Installing ca-certificates (20191127-r2) 04:51:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:51:31 (3/5) Installing libcurl (7.66.0-r0) 04:51:31 (4/5) Installing curl (7.66.0-r0) 04:51:31 (5/5) Installing dumb-init (1.2.2-r1) 04:51:31 Executing busybox-1.30.1-r3.trigger 04:51:31 Executing ca-certificates-20191127-r2.trigger 04:51:31 OK: 7 MiB in 19 packages 04:51:31 Removing intermediate container 39679b5de5a1 04:51:31 ---> 61a5ca481754 04:51:31 Step 21/21 : LABEL version=0.0.0 04:51:32 ---> Running in 792c338faa1b 04:51:33 Removing intermediate container baaf32fdef5f 04:51:33 ---> e7122ff82b68 04:51:33 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:51:33 ---> Running in df1d10927bf3 04:51:33 Removing intermediate container 792c338faa1b 04:51:33 ---> 4d4911bc5412 04:51:33 04:51:33 Removing intermediate container bd6bac5e62b0 04:51:33 ---> 2ad2bd69ea2b 04:51:33 04:51:33 Step 10/20 : FROM scratch 04:51:33 ---> 04:51:33 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:34 Successfully built 4d4911bc5412 04:51:34 Successfully tagged docker-support-logging-go-arm64:latest 04:51:34 ---> Running in 7c58804a6158 04:51:34 Building docker-support-notifications-go 04:51:34  Building docker-support-logging-go ... done Removing intermediate container 6d8ef08dd7fe 04:51:34 ---> e358f5bf506a 04:51:34 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:51:35 ---> Running in cddf26a7cdcd 04:51:35 Removing intermediate container 7c58804a6158 04:51:35 ---> 90f71d55aa00 04:51:35 Step 12/20 : ENV APP_PORT=48085 04:51:35 ---> Running in 54f2e88f3584 04:51:35 Removing intermediate container cddf26a7cdcd 04:51:35 ---> 80e414c99baa 04:51:35 Step 13/26 : WORKDIR / 04:51:37 ---> Running in f167d132710b 04:51:37 Removing intermediate container 54f2e88f3584 04:51:37 ---> 2bc21e3842a1 04:51:37 Step 13/20 : EXPOSE $APP_PORT 04:51:37 ---> Running in 30933f729489 04:51:38 Removing intermediate container f167d132710b 04:51:38 ---> 8ade5671075f 04:51:38 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:51:38 Removing intermediate container df1d10927bf3 04:51:38 ---> 20f055fe7bd9 04:51:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:51:39 Removing intermediate container 30933f729489 04:51:39 ---> a6468b052b02 04:51:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:51:40 ---> Running in 129bfcbea330 04:51:40 ---> df2cc715f2b8 04:51:40 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:51:41 ---> fab667ded4aa 04:51:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:51:41 Removing intermediate container 129bfcbea330 04:51:41 ---> 2099eacbe07e 04:51:41 Step 15/26 : ENV APP_PORT=48090 04:51:42 ---> 08f815c0f93a 04:51:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:51:42 ---> Running in 06ed53d9892d 04:51:43 ---> c9647bd715a8 04:51:43 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:51:43 Removing intermediate container 06ed53d9892d 04:51:43 ---> d46b0f69f961 04:51:43 Step 16/26 : EXPOSE $APP_PORT 04:51:43 ---> a4d847218b3d 04:51:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:51:43 ---> Running in 800918d09f50 04:51:44 Removing intermediate container 800918d09f50 04:51:44 ---> 15e7231ff1aa 04:51:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:51:44 ---> a048eada0e9a 04:51:44 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:44 ---> dd18fca20b0a 04:51:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:51:45 ---> Running in 34acaa9c8cae 04:51:47 Removing intermediate container 34acaa9c8cae 04:51:47 ---> 42ff8caad5d1 04:51:47 Step 18/20 : LABEL arch=arm64 04:51:47 ---> fc2c06b3a071 04:51:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:51:47 ---> 9591555356bf 04:51:47 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:51:47 ---> Running in 67eb54ff03bb 04:51:49 Removing intermediate container 67eb54ff03bb 04:51:49 ---> c7fbfe34722a 04:51:49 Step 19/20 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:51:50 ---> 1bc831765777 04:51:50 ---> 37e296c646a7 04:51:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor /Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:51:50 04:51:51 ---> Running in 15e8931b7a2e 04:51:52 Removing intermediate container 416fb35c8005 04:51:52 ---> 9d41041da244 04:51:52 04:51:52 Step 10/22 : FROM alpine 04:51:52 Removing intermediate container 15e8931b7a2e 04:51:52 ---> 4480c547b835 04:51:52 Step 20/20 : LABEL version=0.0.0 04:51:52 latest: Pulling from library/alpine 04:51:53 ---> 9257ef24e521 04:51:53 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:51:53 ---> d528f1cd9c21 04:51:53 Step 20/26 : RUN apk --no-cache add py-pip 04:51:53 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:51:54 Status: Downloaded newer image for alpine:latest 04:51:54 ---> 62ee0e9f8440 04:51:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:54 ---> Running in f46d40bb1c0c 04:51:55 ---> Running in 8563c43e4806 04:51:55 ---> Running in 7dfe058de641 04:51:55 ---> 7725ab621b12 04:51:55 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:56 Removing intermediate container f46d40bb1c0c 04:51:56 ---> 497a89309f26 04:51:56 04:51:56 ---> Running in a5d699333cc9 04:51:56 Removing intermediate container 8563c43e4806 04:51:56 ---> f88f611293a1 04:51:56 Step 12/22 : ENV APP_PORT=48080 04:51:56 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:51:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:51:56 ---> 8a44ff528d47 04:51:56 Step 3/23 : WORKDIR /edgex-go 04:51:56 ---> Using cache 04:51:56 ---> 942da98dc120 04:51:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:56 ---> Using cache 04:51:56 ---> ebad957afef9 04:51:56 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:51:56 ---> Running in c3dc3d2e27cb 04:51:56 ---> Running in c026cdd6ff04 04:51:57 Successfully built 497a89309f26 04:51:57 Successfully tagged docker-support-scheduler-go-arm64:latest 04:51:57 Building docker-security-secrets-setup-go 04:51:57  Building docker-support-scheduler-go ... done Removing intermediate container c026cdd6ff04 04:51:57 ---> f0928474cc4f 04:51:57 Step 13/22 : EXPOSE $APP_PORT 04:51:57 ---> Running in b19d77e58434 04:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:58 Removing intermediate container b19d77e58434 04:51:58 ---> 4ff816caf187 04:51:58 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:59 (1/33) Installing libbz2 (1.0.8-r1) 04:51:59 (2/33) Installing expat (2.2.9-r1) 04:51:59 (3/33) Installing libffi (3.3-r2) 04:51:59 (4/33) Installing gdbm (1.13-r1) 04:51:59 (5/33) Installing xz-libs (5.2.5-r0) 04:51:59 (6/33) Installing sqlite-libs (3.32.1-r0) 04:51:59 (7/33) Installing python3 (3.8.5-r0) 04:51:59 ---> Running in c11ad272c775 04:52:01 (8/33) Installing py3-appdirs (1.4.4-r1) 04:52:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:52:01 (10/33) Installing py3-parsing (2.4.7-r0) 04:52:01 (11/33) Installing py3-six (1.15.0-r0) 04:52:01 (12/33) Installing py3-packaging (20.4-r0) 04:52:01 (13/33) Installing py3-setuptools (47.0.0-r0) 04:52:01 (14/33) Installing py3-chardet (3.0.4-r4) 04:52:01 (15/33) Installing py3-idna (2.9-r0) 04:52:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:52:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:52:01 (18/33) Installing py3-requests (2.23.0-r0) 04:52:01 (19/33) Installing py3-msgpack (1.0.0-r0) 04:52:01 (20/33) Installing py3-lockfile (0.12.2-r3) 04:52:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:52:01 (22/33) Installing py3-colorama (0.4.3-r0) 04:52:01 (23/33) Installing py3-distlib (0.3.0-r0) 04:52:01 (24/33) Installing py3-distro (1.5.0-r1) 04:52:01 (25/33) Installing py3-webencodings (0.5.1-r3) 04:52:01 (26/33) Installing py3-html5lib (1.0.1-r4) 04:52:02 (27/33) Installing py3-pytoml (0.1.21-r0) 04:52:02 (28/33) Installing py3-pep517 (0.8.2-r0) 04:52:02 (29/33) Installing py3-progress (1.5-r0) 04:52:02 (30/33) Installing py3-toml (0.10.1-r0) 04:52:02 (31/33) Installing py3-retrying (1.3.3-r0) 04:52:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:52:02 (33/33) Installing py3-pip (20.1.1-r0) 04:52:02 Executing busybox-1.31.1-r16.trigger 04:52:02 OK: 71 MiB in 55 packages 04:52:03 Removing intermediate container a5d699333cc9 04:52:03 ---> a0ebc7c72596 04:52:03 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:52:04 ---> Running in 5412221b7120 04:52:05 Removing intermediate container 5412221b7120 04:52:05 ---> a8aa60dd0683 04:52:05 Step 24/26 : LABEL arch=arm64 04:52:05 ---> Running in bbe1a6a16991 04:52:06 Removing intermediate container c11ad272c775 04:52:06 ---> 311fcb2f2065 04:52:06 Step 15/22 : RUN apk --no-cache add zeromq 04:52:06 ---> Running in 319343f1761c 04:52:06 Removing intermediate container bbe1a6a16991 04:52:06 ---> a7aa885a3ff5 04:52:06 Step 25/26 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:52:06 ---> Running in bf525299198e 04:52:07 Removing intermediate container bf525299198e 04:52:07 ---> 592b36097956 04:52:07 Step 26/26 : LABEL version=0.0.0 04:52:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:08 ---> Running in adffe7586d6d 04:52:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:09 Removing intermediate container adffe7586d6d 04:52:09 ---> d468cdd004bc 04:52:09 04:52:09 Successfully built d468cdd004bc 04:52:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:52:09  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 04:52:12 Removing intermediate container 7dfe058de641 04:52:12 ---> 2529b0528a45 04:52:12 Step 21/26 : RUN pip install docker-compose==1.23.2 04:52:14 ---> Running in 7bf445ba5989 04:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:19 Collecting docker-compose==1.23.2 04:52:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:52:21 Collecting PyYAML<4,>=3.10 04:52:21 Downloading PyYAML-3.13.tar.gz (270 kB) 04:52:24 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:52:24 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:52:24 ---> 8a44ff528d47 04:52:24 Step 3/29 : WORKDIR /edgex-go 04:52:24 ---> Using cache 04:52:24 ---> 942da98dc120 04:52:24 Step 4/29 : RUN apk update && apk add make git 04:52:26 Collecting jsonschema<3,>=2.5.1 04:52:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:52:27 Collecting docopt<0.7,>=0.6.1 04:52:27 Downloading docopt-0.6.2.tar.gz (25 kB) 04:52:29 ---> Running in 7c132efa81b2 04:52:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:52:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:52:30 OK: 12620 distinct packages available 04:52:31 Collecting dockerpty<0.5,>=0.4.1 04:52:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:32 OK: 217 MiB in 51 packages 04:52:34 Collecting texttable<0.10,>=0.9.0 04:52:34 Downloading texttable-0.9.1.tar.gz (11 kB) 04:52:34 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:52:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:52:34 ---> 8a44ff528d47 04:52:34 Step 3/20 : WORKDIR /edgex-go 04:52:34 ---> Using cache 04:52:34 ---> 942da98dc120 04:52:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:34 ---> Using cache 04:52:34 ---> ebad957afef9 04:52:34 Step 5/20 : RUN apk update && apk add make git 04:52:34 ---> Running in 655abfe3a9ca 04:52:34 Removing intermediate container c3dc3d2e27cb 04:52:34 ---> 5d047fc105fa 04:52:34 Step 6/23 : COPY go.mod . 04:52:35 ---> cc2f372af0d9 04:52:35 Step 7/23 : RUN go mod download 04:52:36 ---> Running in b75009409985 04:52:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:37 Collecting docker<4.0,>=3.6.0 04:52:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:52:38 Collecting cached-property<2,>=1.2.0 04:52:38 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:52:39 Collecting websocket-client<1.0,>=0.32.0 04:52:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:52:39 Removing intermediate container b75009409985 04:52:39 ---> 3fa228d53f64 04:52:39 Step 8/23 : COPY . . 04:52:39 (1/5) Installing libgcc (9.3.0-r2) 04:52:39 (2/5) Installing libsodium (1.0.18-r0) 04:52:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:52:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:52:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:52:41 Collecting docker-pycreds>=0.4.0 04:52:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:52:42 Collecting urllib3<1.25,>=1.21.1 04:52:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:52:42 (3/5) Installing libstdc++ (9.3.0-r2) 04:52:42 Collecting idna<2.8,>=2.5 04:52:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:52:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:52:42 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:52:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:52:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:52:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:52:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:52:43 Installing collected packages: PyYAML, jsonschema, docopt, dockerpty, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, docker-compose 04:52:43 Running setup.py install for PyYAML: started 04:52:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:46 Running setup.py install for PyYAML: finished with status 'done' 04:52:46 Running setup.py install for docopt: started 04:52:49 Running setup.py install for docopt: finished with status 'done' 04:52:49 Running setup.py install for dockerpty: started 04:52:51 (4/5) Installing libzmq (4.3.2-r0) 04:52:51 Running setup.py install for dockerpty: finished with status 'done' 04:52:51 Running setup.py install for texttable: started 04:52:54 (5/5) Installing zeromq (4.3.2-r0) 04:52:54 Executing busybox-1.31.1-r16.trigger 04:52:54 OK: 8 MiB in 19 packages 04:52:54 Running setup.py install for texttable: finished with status 'done' 04:52:55 Attempting uninstall: urllib3 04:52:55 Found existing installation: urllib3 1.25.9 04:52:55 Uninstalling urllib3-1.25.9: 04:52:56 Successfully uninstalled urllib3-1.25.9 04:52:56 ---> 77591f8a440e 04:52:56 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:52:56 ---> Running in 07fbda4d25c6 04:52:56 Attempting uninstall: idna 04:52:56 Found existing installation: idna 2.9 04:52:56 Uninstalling idna-2.9: 04:52:56 Successfully uninstalled idna-2.9 04:52:56 Removing intermediate container 319343f1761c 04:52:56 ---> 6bced65ebe08 04:52:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:52:57 Attempting uninstall: requests 04:52:57 Found existing installation: requests 2.23.0 04:52:57 Uninstalling requests-2.23.0: 04:52:57 Successfully uninstalled requests-2.23.0 04:52:57 ---> f3a11b93729f 04:52:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:52:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:52:59 ---> 8cdf18830479 04:52:59 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:53:00 ---> 108a8c4e51e9 04:53:00 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:00 ---> Running in 96871a26133a 04:53:01 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:53:01 Removing intermediate container 96871a26133a 04:53:01 ---> 6b4e03ae6c4c 04:53:01 Step 20/22 : LABEL arch=arm64 04:53:01 ---> Running in a0a9c206e322 04:53:02 Removing intermediate container a0a9c206e322 04:53:02 ---> c7835bbc9628 04:53:02 Step 21/22 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:53:02 ---> Running in 56387bcadfff 04:53:03 Removing intermediate container 56387bcadfff 04:53:03 ---> 72d911fde11c 04:53:03 Step 22/22 : LABEL version=0.0.0 04:53:04 ---> Running in 1dcebbdb5f4f 04:53:04 Removing intermediate container 1dcebbdb5f4f 04:53:04 ---> fe6847565157 04:53:04 04:53:06 Successfully built fe6847565157 04:53:06 Successfully tagged docker-core-data-go-arm64:latest 04:53:06  Building docker-core-data-go ... done Building docker-core-command-go 04:53:06 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:53:06 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:53:06 OK: 12620 distinct packages available 04:53:07 Removing intermediate container 7bf445ba5989 04:53:07 ---> 933d2130c158 04:53:07 Step 22/26 : RUN apk --no-cache add curl 04:53:07 OK: 217 MiB in 51 packages 04:53:07 ---> Running in 29ad800a8fbd 04:53:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:53:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:53:10 OK: 12620 distinct packages available 04:53:10 Removing intermediate container 7c132efa81b2 04:53:10 ---> c8139aa5aea8 04:53:10 Step 5/29 : COPY go.mod . 04:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:11 OK: 217 MiB in 51 packages 04:53:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:53:12 (2/3) Installing libcurl (7.69.1-r0) 04:53:12 (3/3) Installing curl (7.69.1-r0) 04:53:12 Executing busybox-1.31.1-r16.trigger 04:53:12 OK: 71 MiB in 58 packages 04:53:12 ---> 1658065a85d1 04:53:12 Step 6/29 : RUN go mod download 04:53:13 ---> Running in 66cb837611b4 04:53:15 Removing intermediate container 655abfe3a9ca 04:53:15 ---> 85eea726aefc 04:53:15 Step 6/20 : COPY go.mod . 04:53:15 Removing intermediate container 29ad800a8fbd 04:53:15 ---> a5bdc9dab2ee 04:53:15 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:16 ---> Running in e072ee220ddd 04:53:16 ---> 1a2826eaaa9f 04:53:16 Step 7/20 : RUN go mod download 04:53:16 ---> Running in a4fb6442c542 04:53:16 Removing intermediate container e072ee220ddd 04:53:16 ---> e77772ebafea 04:53:16 Step 24/26 : LABEL arch=arm64 04:53:17 ---> Running in 663c2f360700 04:53:18 Removing intermediate container 663c2f360700 04:53:18 ---> ec1cd546f117 04:53:18 Step 25/26 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:53:18 ---> Running in 2aaf199c280b 04:53:19 Removing intermediate container 2aaf199c280b 04:53:19 ---> 221a3c2183c6 04:53:19 Step 26/26 : LABEL version=0.0.0 04:53:19 Removing intermediate container 66cb837611b4 04:53:19 ---> 06594703c3a5 04:53:19 Step 7/29 : COPY . . 04:53:20 ---> Running in ae5d3500b63b 04:53:21 Removing intermediate container ae5d3500b63b 04:53:21 ---> 79ebc711f208 04:53:21 04:53:22 Successfully built 79ebc711f208 04:53:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:53:22  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 04:53:23 Removing intermediate container a4fb6442c542 04:53:23 ---> 7ef0f9b51e9e 04:53:23 Step 8/20 : COPY . . 04:53:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:53:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:53:45 ---> 8a44ff528d47 04:53:45 Step 3/21 : WORKDIR /edgex-go 04:53:45 ---> Using cache 04:53:45 ---> 942da98dc120 04:53:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:45 ---> Using cache 04:53:45 ---> ebad957afef9 04:53:45 Step 5/21 : RUN apk update && apk add make git 04:53:45 ---> Using cache 04:53:45 ---> 85eea726aefc 04:53:45 Step 6/21 : COPY go.mod . 04:53:45 ---> Using cache 04:53:45 ---> 1a2826eaaa9f 04:53:45 Step 7/21 : RUN go mod download 04:53:45 ---> Using cache 04:53:45 ---> 7ef0f9b51e9e 04:53:45 Step 8/21 : COPY . . 04:54:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:54:00 ---> 8a44ff528d47 04:54:00 Step 3/21 : WORKDIR /edgex-go 04:54:00 ---> Using cache 04:54:00 ---> 942da98dc120 04:54:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:00 ---> Using cache 04:54:00 ---> ebad957afef9 04:54:00 Step 5/21 : RUN apk update && apk add make git 04:54:00 ---> Using cache 04:54:00 ---> 85eea726aefc 04:54:00 Step 6/21 : COPY go.mod . 04:54:00 ---> Using cache 04:54:00 ---> 1a2826eaaa9f 04:54:00 Step 7/21 : RUN go mod download 04:54:00 ---> Using cache 04:54:00 ---> 7ef0f9b51e9e 04:54:00 Step 8/21 : COPY . . 04:54:14 ---> c36aba54092f 04:54:14 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:54:14 ---> 912e6dbe4120 04:54:14 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:54:14 ---> ed661ff2f7f9 04:54:14 Step 9/21 : RUN make cmd/core-command/core-command 04:54:14 ---> Running in bdd3b0b52275 04:54:14 ---> Running in 9baca43c98c7 04:54:14 ---> Running in 25f83435a96c 04:54:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:54:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:54:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:54:17 Removing intermediate container 07fbda4d25c6 04:54:17 ---> 6eb98df43be1 04:54:17 04:54:17 Step 10/23 : FROM scratch 04:54:17 ---> 04:54:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:54:17 ---> Using cache 04:54:17 ---> c09e70092518 04:54:17 Step 12/23 : ENV APP_PORT=48060 04:54:18 ---> Running in 8a7b4843809a 04:54:19 Removing intermediate container 8a7b4843809a 04:54:19 ---> e8eddbbcc5f1 04:54:19 Step 13/23 : EXPOSE $APP_PORT 04:54:19 ---> Running in 1a7136ea36c3 04:54:20 ---> 4a06027f2e6c 04:54:20 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:54:20 Removing intermediate container 1a7136ea36c3 04:54:20 ---> 371a710af031 04:54:20 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:54:20 ---> Running in abf2e2370276 04:54:22 ---> 83786e7a2f65 04:54:22 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:54:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:54:23 ---> 8fd1fc6f9b64 04:54:23 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:54:25 ---> c6c0449bd187 04:54:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:54:26 ---> 2d9119548ed2 04:54:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:54:27 ---> 7dc6cb760a8d 04:54:27 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:54:29 ---> b3a54fe20129 04:54:29 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:54:29 ---> Running in 40be7f72bb01 04:54:30 Removing intermediate container 40be7f72bb01 04:54:30 ---> 71342cbe8fe9 04:54:30 Step 21/23 : LABEL arch=arm64 04:54:30 ---> Running in f7080e22ce86 04:54:31 Removing intermediate container f7080e22ce86 04:54:31 ---> 2486616ad215 04:54:31 Step 22/23 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:54:31 ---> Running in 0056d5e0d561 04:54:31 Removing intermediate container 0056d5e0d561 04:54:31 ---> 3cf6832fe689 04:54:31 Step 23/23 : LABEL version=0.0.0 04:54:31 ---> Running in ef3126e03cad 04:54:32 Removing intermediate container ef3126e03cad 04:54:32 ---> ccd1a20d2c2a 04:54:32 04:54:33 Successfully built ccd1a20d2c2a 04:54:33 Successfully tagged docker-support-notifications-go-arm64:latest 04:55:29  Building docker-support-notifications-go ... done Removing intermediate container bdd3b0b52275 04:55:29 ---> dceac65f2c02 04:55:29 04:55:29 Step 9/29 : FROM alpine:latest 04:55:29 ---> 62ee0e9f8440 04:55:29 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:55:30 Removing intermediate container 25f83435a96c 04:55:30 ---> ab7dccd3a5ba 04:55:30 04:55:30 Step 10/20 : FROM alpine 04:55:30 ---> 62ee0e9f8440 04:55:30 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:55:30 ---> Running in 124b3693bbf3 04:55:30 ---> Running in b3f437d7a89f 04:55:31 Removing intermediate container 124b3693bbf3 04:55:31 ---> 18271db769dd 04:55:31 Step 11/29 : USER root 04:55:31 ---> Running in 4ebd05da92c1 04:55:32 Removing intermediate container 4ebd05da92c1 04:55:32 ---> 9f2c5a86f1b5 04:55:32 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:55:32 ---> Running in fb38f8cb35b8 04:55:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:55:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:33 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:55:33 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:55:33 OK: 12620 distinct packages available 04:55:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:55:34 (1/4) Installing ca-certificates (20191127-r4) 04:55:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:55:34 (3/4) Installing libcurl (7.69.1-r0) 04:55:34 (4/4) Installing curl (7.69.1-r0) 04:55:34 Executing busybox-1.31.1-r16.trigger 04:55:34 Executing ca-certificates-20191127-r4.trigger 04:55:35 OK: 7 MiB in 18 packages 04:55:35 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:55:35 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:55:35 OK: 12620 distinct packages available 04:55:36 (1/2) Installing ca-certificates (20191127-r4) 04:55:36 (2/2) Installing dumb-init (1.2.2-r1) 04:55:36 Executing busybox-1.31.1-r16.trigger 04:55:36 Executing ca-certificates-20191127-r4.trigger 04:55:37 OK: 6 MiB in 16 packages 04:55:38 Removing intermediate container b3f437d7a89f 04:55:38 ---> a06274b4f9f6 04:55:38 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:55:38 ---> Running in b70def5e555f 04:55:38 Removing intermediate container b70def5e555f 04:55:38 ---> 6a6ab47e573e 04:55:38 Step 13/20 : WORKDIR /edgex 04:55:39 ---> Running in 53ae214bbdc2 04:55:39 Removing intermediate container fb38f8cb35b8 04:55:39 ---> f63305b7ff23 04:55:39 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:55:39 ---> Running in b43d97ad1cec 04:55:40 Removing intermediate container 53ae214bbdc2 04:55:40 ---> ea37af18f382 04:55:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:55:40 Removing intermediate container b43d97ad1cec 04:55:40 ---> a30100e20fee 04:55:40 Step 14/29 : WORKDIR $BASE_DIR 04:55:40 ---> Running in 04120a985cfe 04:55:41 ---> e606416f56ea 04:55:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:55:41 Removing intermediate container 04120a985cfe 04:55:41 ---> 898a0b28cdf8 04:55:41 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:55:41 ---> Running in 5d19cab46218 04:55:43 ---> 15831a7838f0 04:55:43 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:55:43 ---> Running in c422de12886b 04:55:44 Removing intermediate container c422de12886b 04:55:44 ---> edd3e3585e67 04:55:44 Step 17/20 : CMD ["--init=true"] 04:55:44 ---> Running in 83080648d6b6 04:55:45 Removing intermediate container 83080648d6b6 04:55:45 ---> bcc40498d8c6 04:55:45 Step 18/20 : LABEL arch=arm64 04:55:45 ---> Running in 9c642076654e 04:55:46 Removing intermediate container 5d19cab46218 04:55:46 ---> 85df303890c2 04:55:46 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:55:46 Removing intermediate container 9c642076654e 04:55:46 ---> f3a3a2924fd7 04:55:46 Step 19/20 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:55:46 ---> Running in 30fc4d4447c7 04:55:47 ---> 92f1eafdfc5e 04:55:47 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:55:47 Removing intermediate container 30fc4d4447c7 04:55:47 ---> 78c0e84159dc 04:55:47 Step 20/20 : LABEL version=0.0.0 04:55:48 ---> Running in 2f495613e076 04:55:49 Removing intermediate container 2f495613e076 04:55:49 ---> 609fe3a15bdc 04:55:49 04:55:49 ---> 4644aaa090ab 04:55:49 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:55:49 Successfully built 609fe3a15bdc 04:55:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:55:50  Building docker-security-proxy-setup-go ... done  ---> 5101948bfd51 04:55:50 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:55:50 Removing intermediate container 9baca43c98c7 04:55:50 ---> 853c8aa079a5 04:55:50 04:55:50 Step 10/21 : FROM scratch 04:55:50 ---> 04:55:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:55:50 ---> Using cache 04:55:50 ---> 90f71d55aa00 04:55:50 Step 12/21 : ENV APP_PORT=48082 04:55:51 ---> Running in b96dfb1e828c 04:55:51 ---> 2bae2f77d3fb 04:55:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:55:51 Removing intermediate container b96dfb1e828c 04:55:51 ---> 22cbb923a954 04:55:51 Step 13/21 : EXPOSE $APP_PORT 04:55:51 ---> Running in 962b45ee808f 04:55:52 ---> 192ade0b6bca 04:55:52 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:55:52 ---> Running in aa55319d2112 04:55:52 Removing intermediate container 962b45ee808f 04:55:52 ---> e15f131140d1 04:55:52 Step 14/21 : WORKDIR / 04:55:52 ---> Running in 6defe0627758 04:55:53 Removing intermediate container 6defe0627758 04:55:53 ---> e9e35d2bed07 04:55:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:55:54 ---> f17e4964667b 04:55:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:55:56 ---> c4f916625d64 04:55:56 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:55:56 Removing intermediate container aa55319d2112 04:55:56 ---> 72318b50a77f 04:55:56 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:55:57 ---> c92c60c9251c 04:55:57 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:55:57 ---> Running in 7ecac9af3f8a 04:55:57 ---> e4a8874e72b3 04:55:57 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:55:57 Removing intermediate container abf2e2370276 04:55:57 ---> 3db3db61eeb1 04:55:57 04:55:57 Step 10/21 : FROM scratch 04:55:57 ---> 04:55:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:55:57 ---> Running in 82267c1a0ea3 04:55:57 ---> Using cache 04:55:57 ---> 90f71d55aa00 04:55:57 Step 12/21 : ENV APP_PORT=48081 04:55:58 Removing intermediate container 7ecac9af3f8a 04:55:58 ---> 750c331d4cef 04:55:58 Step 19/21 : LABEL arch=arm64 04:55:58 ---> Running in e2dd01a9ddb9 04:55:58 ---> Running in 57c71b21a382 04:55:58 Removing intermediate container e2dd01a9ddb9 04:55:58 ---> 4059f5fbe5dc 04:55:58 Step 13/21 : EXPOSE $APP_PORT 04:55:58 ---> Running in 31ba835de5fc 04:55:58 Removing intermediate container 57c71b21a382 04:55:58 ---> 6f75a68c2aa1 04:55:58 Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:55:59 ---> Running in 4501131265f1 04:55:59 Removing intermediate container 31ba835de5fc 04:55:59 ---> 1452f66a5bd4 04:55:59 Step 14/21 : WORKDIR / 04:55:59 ---> Running in c24ecfe0641d 04:55:59 Removing intermediate container 4501131265f1 04:55:59 ---> b695e7141a6a 04:55:59 Step 21/21 : LABEL version=0.0.0 04:56:00 ---> Running in 055c9e65c5ae 04:56:00 Removing intermediate container c24ecfe0641d 04:56:00 ---> 7760249b4fd2 04:56:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:56:00 Removing intermediate container 055c9e65c5ae 04:56:00 ---> 35b609847c74 04:56:00 04:56:00 Removing intermediate container 82267c1a0ea3 04:56:00 ---> 229020e9271c 04:56:00 Step 24/29 : RUN chmod 755 security-secrets-setup 04:56:01 Successfully built 35b609847c74 04:56:01 ---> Running in db9da0811f69 04:56:01 Successfully tagged docker-core-command-go-arm64:latest 04:56:01  Building docker-core-command-go ... done  ---> 72f9c237dcef 04:56:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:56:02 ---> 03e9ad563ce8 04:56:02 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:56:03 ---> 4c64ba3ab5ea 04:56:03 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:56:04 ---> Running in d618b63d7a90 04:56:04 Removing intermediate container d618b63d7a90 04:56:04 ---> e9b2ec632a46 04:56:04 Step 19/21 : LABEL arch=arm64 04:56:04 Removing intermediate container db9da0811f69 04:56:04 ---> 54842d880726 04:56:04 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:56:04 ---> Running in 515e969cbff1 04:56:04 ---> Running in e496602adb07 04:56:05 Removing intermediate container 515e969cbff1 04:56:05 ---> 6fa9bb96b48a 04:56:05 Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:56:05 Removing intermediate container e496602adb07 04:56:05 ---> 4abca36b23ee 04:56:05 Step 26/29 : CMD [ "generate" ] 04:56:05 ---> Running in 8864182bb02a 04:56:05 ---> Running in e141f2acb213 04:56:06 Removing intermediate container 8864182bb02a 04:56:06 ---> 18e148bbc561 04:56:06 Step 21/21 : LABEL version=0.0.0 04:56:06 Removing intermediate container e141f2acb213 04:56:06 ---> 132517548476 04:56:06 Step 27/29 : LABEL arch=arm64 04:56:06 ---> Running in bfc415081cf2 04:56:06 ---> Running in dc54f25c2058 04:56:06 Removing intermediate container bfc415081cf2 04:56:06 ---> 8418378dfb48 04:56:06 04:56:07 Removing intermediate container dc54f25c2058 04:56:07 ---> 0a40c42082a6 04:56:07 Step 28/29 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 04:56:07 Successfully built 8418378dfb48 04:56:07 Successfully tagged docker-core-metadata-go-arm64:latest 04:56:07  Building docker-core-metadata-go ... done  ---> Running in c7cf432bf900 04:56:08 Removing intermediate container c7cf432bf900 04:56:08 ---> 34b98a19db32 04:56:08 Step 29/29 : LABEL version=0.0.0 04:56:08 ---> Running in f0ce4f032932 04:56:08 Removing intermediate container f0ce4f032932 04:56:08 ---> 446d7c49c00a 04:56:08 04:56:09 Successfully built 446d7c49c00a 04:56:09 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:56:09  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:56:09 $ docker stop --time=1 fa567e19d9f8debf4dd881b226f61af94f84910af069bc8a8922c86ab0829f5e 04:56:11 $ docker rm -f fa567e19d9f8debf4dd881b226f61af94f84910af069bc8a8922c86ab0829f5e [Pipeline] // withDockerContainer [Pipeline] sh 04:56:12 + + grep dockerdocker 04:56:12 images 04:56:12 docker-security-secrets-setup-go-arm64 latest 446d7c49c00a 4 seconds ago 24.2MB 04:56:12 docker-core-metadata-go-arm64 latest 8418378dfb48 6 seconds ago 13.8MB 04:56:12 docker-core-command-go-arm64 latest 35b609847c74 12 seconds ago 12.4MB 04:56:12 docker-security-proxy-setup-go-arm64 latest 609fe3a15bdc 24 seconds ago 15.8MB 04:56:12 docker-support-notifications-go-arm64 latest ccd1a20d2c2a About a minute ago 13.9MB 04:56:12 docker-sys-mgmt-agent-go-arm64 latest 79ebc711f208 2 minutes ago 266MB 04:56:12 docker-core-data-go-arm64 latest fe6847565157 3 minutes ago 22.6MB 04:56:12 docker-security-secretstore-setup-go-arm64 latest d468cdd004bc 4 minutes ago 32.6MB 04:56:12 docker-support-scheduler-go-arm64 latest 497a89309f26 4 minutes ago 12.6MB 04:56:12 docker-support-logging-go-arm64 latest 4d4911bc5412 4 minutes ago 11.4MB 04:56:12 docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:56:14 provisioning config files... 04:56:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config121765329721252228tmp [Pipeline] { [Pipeline] sh 04:56:14 + curl -s https://codecov.io/bash 04:56:14 + bash -s - -t @/w/workspace/edgex-go/21@tmp/config121765329721252228tmp [Pipeline] } 04:58:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:58:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:58:38 ---> package-listing.sh 04:58:38 ++ facter osfamily 04:58:38 ++ tr '[:upper:]' '[:lower:]' 04:58:38 + OS_FAMILY=redhat 04:58:38 + workspace=/w/workspace/edgex-go/21 04:58:38 + START_PACKAGES=/tmp/packages_start.txt 04:58:38 + END_PACKAGES=/tmp/packages_end.txt 04:58:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:58:38 + PACKAGES=/tmp/packages_start.txt 04:58:38 + '[' /w/workspace/edgex-go/21 ']' 04:58:38 + PACKAGES=/tmp/packages_end.txt 04:58:38 + case "${OS_FAMILY}" in 04:58:38 + rpm -qa 04:58:38 + sort 04:58:42 + '[' -f /tmp/packages_start.txt ']' 04:58:42 + '[' -f /tmp/packages_end.txt ']' 04:58:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:58:42 + '[' /w/workspace/edgex-go/21 ']' 04:58:42 + mkdir -p /w/workspace/edgex-go/21/archives/ 04:58:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] isUnix [Pipeline] sh 04:58:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:43 04:58:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:58:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:43 alpine: Pulling from edgex-lftools-log-publisher 04:58:43 c9b1b535fdd9: Pulling fs layer 04:58:43 2cc5ad85d9ab: Pulling fs layer 04:58:43 756a868c4378: Pulling fs layer 04:58:43 444b2fc9a129: Pulling fs layer 04:58:43 ea15f1150254: Pulling fs layer 04:58:43 41b27a9f41bf: Pulling fs layer 04:58:43 28c525ee5125: Pulling fs layer 04:58:43 094b1ea09ed8: Pulling fs layer 04:58:43 138eaada9080: Pulling fs layer 04:58:43 0622d0fa9048: Pulling fs layer 04:58:43 444b2fc9a129: Waiting 04:58:43 ea15f1150254: Waiting 04:58:43 28c525ee5125: Waiting 04:58:43 094b1ea09ed8: Waiting 04:58:43 138eaada9080: Waiting 04:58:43 0622d0fa9048: Waiting 04:58:43 41b27a9f41bf: Waiting 04:58:43 2cc5ad85d9ab: Verifying Checksum 04:58:43 2cc5ad85d9ab: Download complete 04:58:43 444b2fc9a129: Verifying Checksum 04:58:43 444b2fc9a129: Download complete 04:58:43 c9b1b535fdd9: Verifying Checksum 04:58:43 c9b1b535fdd9: Download complete 04:58:43 ea15f1150254: Verifying Checksum 04:58:43 ea15f1150254: Download complete 04:58:43 28c525ee5125: Verifying Checksum 04:58:43 28c525ee5125: Download complete 04:58:43 c9b1b535fdd9: Pull complete 04:58:44 756a868c4378: Verifying Checksum 04:58:44 756a868c4378: Download complete 04:58:44 138eaada9080: Verifying Checksum 04:58:44 138eaada9080: Download complete 04:58:44 094b1ea09ed8: Verifying Checksum 04:58:44 094b1ea09ed8: Download complete 04:58:44 0622d0fa9048: Verifying Checksum 04:58:44 0622d0fa9048: Download complete 04:58:44 2cc5ad85d9ab: Pull complete 04:58:44 41b27a9f41bf: Verifying Checksum 04:58:44 41b27a9f41bf: Download complete 04:58:46 756a868c4378: Pull complete 04:58:46 444b2fc9a129: Pull complete 04:58:46 ea15f1150254: Pull complete 04:58:50 41b27a9f41bf: Pull complete 04:58:51 28c525ee5125: Pull complete 04:58:53 094b1ea09ed8: Pull complete 04:58:54 138eaada9080: Pull complete 04:58:55 0622d0fa9048: Pull complete 04:58:55 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:58:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:58:55 prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container 04:58:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-lftools-log-publisher:alpine cat 04:58:59 $ docker top 809b2fca683247a65325ab4aecd20df63856415c623efad1ed286e807c2f767d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:59 provisioning config files... 04:58:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config5801404778661093062tmp [Pipeline] { [Pipeline] echo 04:58:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:59:00 ---> create-netrc.sh [Pipeline] echo 04:59:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:59:00 ---> logs-deploy.sh 04:59:00 + ARCHIVE_ARTIFACTS= 04:59:00 + LOGS_SERVER=https://logs.edgexfoundry.org 04:59:00 + '[' https://logs.edgexfoundry.org == None ']' 04:59:00 + NEXUS_URL=https://nexus.edgexfoundry.org 04:59:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/21 04:59:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/21/ 04:59:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/21 /w/workspace/edgex-go/21 04:59:01 Archives upload complete. 04:59:01 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/21/