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 jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch master at b15589ad757bd96941d0737b641a3301667c5cfd rather than 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 Obtained Jenkinsfile from b15589ad757bd96941d0737b641a3301667c5cfd 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-677 in /w/workspace/edgexfoundry_edgex-go_PR-2631 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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/2631/head:refs/remotes/origin/PR-2631 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 Merge succeeded, producing 337f9c9334aa68376c57d380d859ce4079be9a03 Checking out Revision 337f9c9334aa68376c57d380d859ce4079be9a03 (PR-2631) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2631/head:refs/remotes/origin/PR-2631 # 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/2631/head:refs/remotes/origin/PR-2631 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 # 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 b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 337f9c9334aa68376c57d380d859ce4079be9a03 # timeout=10 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" > git rev-list --no-walk 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:29:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:29:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:29:35 ========================================================= 04:29:35 EdgeX Global Pipelines Version Info 04:29:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:29:37 ------------------- 04:29:37 stable info: 04:29:37 ------------------- 04:29:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:29:37 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 04:29:37 Message: update stable to v1.0.103 04:29:38 ------------------- 04:29:38 experimental info: 04:29:38 ------------------- 04:29:38 Commited By: **** collab-it+edgex@linuxfoundation.org 04:29:38 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 04:29:38 Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:29:39 ++ 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:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/core-command/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo core-command,cmd/core-command/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/core-data/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo core-data,cmd/core-data/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/core-metadata/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo core-metadata,cmd/core-metadata/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/security-proxy-setup/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/security-secrets-setup/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/support-logging/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo support-logging,cmd/support-logging/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/support-notifications/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo support-notifications,cmd/support-notifications/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/support-scheduler/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:29:39 + for file in '`ls cmd/**/Dockerfile`' 04:29:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:29:39 ++ cut -d/ -f2 04:29:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:29:39 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:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:41 04:29:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:29:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:41 latest: Pulling from edgex-devops/git-semver 04:29:41 31603596830f: Pulling fs layer 04:29:41 2a8b12db71e7: Pulling fs layer 04:29:41 6ca5941a6612: Pulling fs layer 04:29:41 ecc8261a40a4: Pulling fs layer 04:29:41 ecc8261a40a4: Waiting 04:29:41 2a8b12db71e7: Verifying Checksum 04:29:41 2a8b12db71e7: Download complete 04:29:41 31603596830f: Verifying Checksum 04:29:41 31603596830f: Download complete 04:29:41 ecc8261a40a4: Verifying Checksum 04:29:41 ecc8261a40a4: Download complete 04:29:41 6ca5941a6612: Verifying Checksum 04:29:41 6ca5941a6612: Download complete 04:29:42 31603596830f: Pull complete 04:29:42 2a8b12db71e7: Pull complete 04:29:43 6ca5941a6612: Pull complete 04:29:43 ecc8261a40a4: Pull complete 04:29:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:29:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:29:43 prd-centos7-docker-4c-2g-677 does not seem to be running inside a container 04:29:43 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:29:45 $ docker top 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:29:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:46 [ssh-agent] Looking for ssh-agent implementation... 04:29:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:46 $ docker exec 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b ssh-agent 04:29:46 SSH_AUTH_SOCK=/tmp/ssh-c2oT51mJjnoq/agent.11 04:29:46 SSH_AGENT_PID=16 04:29:46 Running ssh-add (command line suppressed) 04:29:46 Identity added: /w/workspace/edgex-go/9@tmp/private_key_1225739577033044430.key (/w/workspace/edgex-go/9@tmp/private_key_1225739577033044430.key) 04:29:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:46 + git describe --exact-match --tags HEAD 04:29:46 fatal: No names found, cannot describe anything. [Pipeline] } 04:29:47 $ docker exec --env ******** --env ******** 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b ssh-agent -k 04:29:47 unset SSH_AUTH_SOCK; 04:29:47 unset SSH_AGENT_PID; 04:29:47 echo Agent pid 16 killed; 04:29:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:29:47 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:29:47 This usually means this commit has not been tagged. [Pipeline] sshagent 04:29:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:47 [ssh-agent] Looking for ssh-agent implementation... 04:29:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:47 $ docker exec 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b ssh-agent 04:29:47 SSH_AUTH_SOCK=/tmp/ssh-1ENv9sKOLxR5/agent.46 04:29:47 SSH_AGENT_PID=51 04:29:47 Running ssh-add (command line suppressed) 04:29:47 Identity added: /w/workspace/edgex-go/9@tmp/private_key_8987021603607636820.key (/w/workspace/edgex-go/9@tmp/private_key_8987021603607636820.key) 04:29:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:48 + git semver init 04:29:48 # -> Open(): unable to determine branch for HEAD 04:29:48 # $GIT_DIR = /w/workspace/edgex-go/9/.git 04:29:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 04:29:48 # $SEMVER_REMOTE_NAME = origin 04:29:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:29:48 # $SEMVER_USER_NAME = edgex-jenkins 04:29:48 # $SEMVER_BRANCH = PR-2631 04:29:48 # $SEMVER_TEMP = /tmp/semver-143109100 04:29:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:10 # '/tmp/semver-143109100' -> '/w/workspace/edgex-go/9/.semver' 04:30:10 # -> Force: false 04:30:10 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 04:30:10 $ docker exec --env ******** --env ******** 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b ssh-agent -k 04:30:10 unset SSH_AUTH_SOCK; 04:30:10 unset SSH_AGENT_PID; 04:30:10 echo Agent pid 51 killed; 04:30:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:10 + git semver [Pipeline] } 04:30:10 $ docker stop --time=1 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b 04:30:12 $ docker rm -f 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:30:26 Stashed 23 file(s) [Pipeline] echo 04:30:26 [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:26 ========================================================= 04:30:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:30:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:30:27 + 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:30 Sending build context to Docker daemon 323.2MB 04:30:30 Step 1/7 : ARG BASE=golang:1.13-alpine 04:30:30 Step 2/7 : FROM ${BASE} 04:30:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:30 df20fa9351a1: Pulling fs layer 04:30:30 ed8968b2872e: Pulling fs layer 04:30:30 a92cc7c5fd73: Pulling fs layer 04:30:30 2dd03ba5bac4: Pulling fs layer 04:30:30 1e091d79d1de: Pulling fs layer 04:30:30 481702a1767f: Pulling fs layer 04:30:30 f64a6f60c768: Pulling fs layer 04:30:30 e78d2573fc39: Pulling fs layer 04:30:30 e876d2f968b6: Pulling fs layer 04:30:30 ce8a83651883: Pulling fs layer 04:30:30 07967f4d0e4b: Pulling fs layer 04:30:30 2dd03ba5bac4: Waiting 04:30:30 1e091d79d1de: Waiting 04:30:30 481702a1767f: Waiting 04:30:30 f64a6f60c768: Waiting 04:30:30 e78d2573fc39: Waiting 04:30:30 e876d2f968b6: Waiting 04:30:30 ce8a83651883: Waiting 04:30:30 07967f4d0e4b: Waiting 04:30:30 a92cc7c5fd73: Verifying Checksum 04:30:30 a92cc7c5fd73: Download complete 04:30:30 ed8968b2872e: Verifying Checksum 04:30:30 ed8968b2872e: Download complete 04:30:30 1e091d79d1de: Download complete 04:30:30 481702a1767f: Verifying Checksum 04:30:30 481702a1767f: Download complete 04:30:30 df20fa9351a1: Verifying Checksum 04:30:31 df20fa9351a1: Pull complete 04:30:31 ed8968b2872e: Pull complete 04:30:31 a92cc7c5fd73: Pull complete 04:30:31 f64a6f60c768: Verifying Checksum 04:30:31 f64a6f60c768: Download complete 04:30:31 e876d2f968b6: Verifying Checksum 04:30:31 e876d2f968b6: Download complete 04:30:32 ce8a83651883: Verifying Checksum 04:30:32 ce8a83651883: Download complete 04:30:32 e78d2573fc39: Verifying Checksum 04:30:32 e78d2573fc39: Download complete 04:30:32 2dd03ba5bac4: Verifying Checksum 04:30:32 2dd03ba5bac4: Download complete 04:30:32 07967f4d0e4b: Verifying Checksum 04:30:37 2dd03ba5bac4: Pull complete 04:30:38 1e091d79d1de: Pull complete 04:30:38 481702a1767f: Pull complete 04:30:41 Still waiting to schedule task 04:30:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:30:46 f64a6f60c768: Pull complete 04:30:48 e78d2573fc39: Pull complete 04:30:48 e876d2f968b6: Pull complete 04:30:49 ce8a83651883: Pull complete 04:30:49 07967f4d0e4b: Pull complete 04:30:49 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:30:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:30:49 ---> 5d7c900382c6 04:30:49 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:30:50 ---> Running in 3418d120a46b 04:30:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:30:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:30:53 (1/12) Installing libmagic (5.38-r0) 04:30:53 (2/12) Installing file (5.38-r0) 04:30:53 (3/12) Installing libc-dev (0.7.2-r3) 04:30:53 (4/12) Installing g++ (9.3.0-r2) 04:31:11 (5/12) Installing fortify-headers (1.1-r0) 04:31:11 (6/12) Installing patch (2.7.6-r6) 04:31:11 (7/12) Installing build-base (0.5-r2) 04:31:11 (8/12) Installing libsodium (1.0.18-r0) 04:31:11 (9/12) Installing pkgconf (1.7.2-r0) 04:31:11 (10/12) Installing libsodium-dev (1.0.18-r0) 04:31:11 (11/12) Installing libzmq (4.3.2-r0) 04:31:11 (12/12) Installing zeromq-dev (4.3.2-r0) 04:31:11 Executing busybox-1.31.1-r16.trigger 04:31:11 OK: 233 MiB in 51 packages 04:31:14 Removing intermediate container 3418d120a46b 04:31:14 ---> 7474b2488758 04:31:14 Step 4/7 : WORKDIR /edgex-go 04:31:14 ---> Running in b9699f3a0811 04:31:14 Removing intermediate container b9699f3a0811 04:31:14 ---> e65718c90ea0 04:31:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:31:15 latest: Pulling from library/docker 04:31:15 df20fa9351a1: Already exists 04:31:15 25ad7478873d: Pulling fs layer 04:31:15 4684f6177b5d: Pulling fs layer 04:31:15 46e300cec669: Pulling fs layer 04:31:15 63038576ad94: Pulling fs layer 04:31:15 0fdb76c4706c: Pulling fs layer 04:31:15 cb7edeffdfd5: Pulling fs layer 04:31:15 63038576ad94: Waiting 04:31:15 0fdb76c4706c: Waiting 04:31:15 cb7edeffdfd5: Waiting 04:31:15 4684f6177b5d: Verifying Checksum 04:31:15 4684f6177b5d: Download complete 04:31:15 25ad7478873d: Verifying Checksum 04:31:15 25ad7478873d: Download complete 04:31:15 63038576ad94: Verifying Checksum 04:31:15 63038576ad94: Download complete 04:31:15 0fdb76c4706c: Verifying Checksum 04:31:15 0fdb76c4706c: Download complete 04:31:15 cb7edeffdfd5: Verifying Checksum 04:31:15 cb7edeffdfd5: Download complete 04:31:15 25ad7478873d: Pull complete 04:31:15 4684f6177b5d: Pull complete 04:31:16 46e300cec669: Verifying Checksum 04:31:16 46e300cec669: Download complete 04:31:18 46e300cec669: Pull complete 04:31:18 63038576ad94: Pull complete 04:31:18 0fdb76c4706c: Pull complete 04:31:18 cb7edeffdfd5: Pull complete 04:31:18 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:31:18 Status: Downloaded newer image for docker:latest 04:31:20 ---> 103309a92d19 04:31:20 Step 6/7 : COPY go.mod . 04:31:20 ---> f529042f6a82 04:31:20 Step 7/7 : RUN go mod download 04:31:20 ---> Running in 8ee2adf49488 04:31:22 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:31:22 go: finding github.com/BurntSushi/toml v0.3.1 04:31:22 go: finding github.com/OneOfOne/xxhash v1.2.5 04:31:22 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:31:22 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:31:22 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:31:22 go: finding github.com/bgentry/speakeasy v0.1.0 04:31:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:31:22 go: finding github.com/cloudflare/gokey v0.1.0 04:31:22 go: finding github.com/davecgh/go-spew v1.1.1 04:31:22 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:31:22 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:31:22 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:31:22 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:31:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:31:23 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:31:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:31:23 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:31:23 go: finding github.com/fatih/color v1.7.0 04:31:23 go: finding github.com/fsnotify/fsnotify v1.4.7 04:31:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:31:23 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:31:23 go: finding github.com/go-kit/kit v0.8.0 04:31:23 go: finding github.com/go-logfmt/logfmt v0.4.0 04:31:23 go: finding github.com/go-redis/redis/v7 v7.2.0 04:31:23 go: finding github.com/go-stack/stack v1.8.0 04:31:23 go: finding github.com/golang/protobuf v1.3.2 04:31:23 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:31:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:31:23 go: finding github.com/google/uuid v1.1.0 04:31:23 go: finding github.com/gorilla/mux v1.7.1 04:31:23 go: finding github.com/hashicorp/consul/api v1.1.0 04:31:23 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:31:23 go: finding github.com/hashicorp/errwrap v1.0.0 04:31:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:31:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:31:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:31:23 go: finding github.com/hashicorp/go-multierror v1.0.0 04:31:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:31:23 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:31:23 go: finding github.com/hashicorp/go-syslog v1.0.0 04:31:23 go: finding github.com/hashicorp/go-uuid v1.0.1 04:31:23 go: finding github.com/hashicorp/go.net v0.0.1 04:31:23 go: finding github.com/hashicorp/golang-lru v0.5.0 04:31:23 go: finding github.com/hashicorp/logutils v1.0.0 04:31:23 go: finding github.com/hashicorp/mdns v1.0.0 04:31:23 go: finding github.com/hashicorp/memberlist v0.1.3 04:31:23 go: finding github.com/hashicorp/serf v0.8.2 04:31:23 go: finding github.com/hpcloud/tail v1.0.0 04:31:23 go: finding github.com/imdario/mergo v0.3.6 04:31:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:31:23 go: finding github.com/kr/pretty v0.1.0 04:31:23 go: finding github.com/kr/pty v1.1.1 04:31:23 go: finding github.com/kr/text v0.1.0 04:31:23 go: finding github.com/mattn/go-colorable v0.0.9 04:31:23 go: finding github.com/mattn/go-isatty v0.0.3 04:31:23 go: finding github.com/miekg/dns v1.0.14 04:31:23 go: finding github.com/mitchellh/cli v1.0.0 04:31:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:31:24 go: finding github.com/mitchellh/copystructure v1.0.0 04:31:24 go: finding github.com/mitchellh/go-homedir v1.0.0 04:31:24 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:31:24 go: finding github.com/mitchellh/gox v0.4.0 04:31:24 go: finding github.com/mitchellh/iochan v1.0.0 04:31:24 go: finding github.com/mitchellh/mapstructure v1.1.2 04:31:24 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:31:24 go: finding github.com/onsi/ginkgo v1.10.1 04:31:24 go: finding github.com/onsi/gomega v1.7.0 04:31:24 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:31:24 go: finding github.com/pebbe/zmq4 v1.0.0 04:31:24 go: finding github.com/pelletier/go-toml v1.2.0 04:31:24 go: finding github.com/pkg/errors v0.8.1 04:31:24 go: finding github.com/pmezard/go-difflib v1.0.0 04:31:24 go: finding github.com/posener/complete v1.1.1 04:31:24 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:31:24 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:31:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:31:24 go: finding github.com/stretchr/objx v0.1.0 04:31:24 go: finding github.com/stretchr/testify v1.5.1 04:31:24 go: finding github.com/ugorji/go v1.1.4 04:31:24 go: finding github.com/x448/float16 v0.8.4 04:31:24 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:31:24 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:31:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:31:24 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:31:24 go: finding golang.org/x/text v0.3.2 04:31:24 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:31:24 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:31:24 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:31:24 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:31:24 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:31:24 go: finding gopkg.in/yaml.v2 v2.2.8 04:31:39 Removing intermediate container 8ee2adf49488 04:31:39 ---> 41436662df1c 04:31:39 Successfully built 41436662df1c 04:31:39 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:31:40 + docker inspect -f . ci-base-image-x86_64 04:31:40 . [Pipeline] withDockerContainer 04:31:40 prd-centos7-docker-4c-2g-677 does not seem to be running inside a container 04:31: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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:31:41 $ docker top 33932e977c9349eb76a804b2b881a22f8d7ab09fba3f2f8dd0c6f81429906ea6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:41 + go version 04:31:41 go version go1.13.13 linux/amd64 [Pipeline] echo 04:31:41 ========================================================= 04:31:41 [edgeXBuildGoParallel] Running Tests and Build... 04:31:41 ========================================================= [Pipeline] sh 04:31:42 + make test raml_verify 04:31:42 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:31:43 ? github.com/edgexfoundry/edgex-go [no test files] 04:31:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:31:59 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s 04:31:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:32:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:32:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:32:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:32:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:32:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:32:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.017s coverage: 46.6% of statements 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.078s coverage: 27.4% of statements 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.071s coverage: 29.3% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.039s coverage: 100.0% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:32:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.021s coverage: 97.5% of statements 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:32:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:32:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 04:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.053s coverage: 63.5% of statements 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements 04:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.124s coverage: 55.9% of statements 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.708s coverage: 86.3% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.382s coverage: 72.2% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.179s coverage: 72.1% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.013s coverage: 96.8% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 26.9% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.096s coverage: 84.1% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.008s coverage: 43.1% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.080s coverage: 46.1% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.063s coverage: 100.0% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:32:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-685 in /w/workspace/edgexfoundry_edgex-go_PR-2631 [Pipeline] { [Pipeline] ws 04:32:22 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements 04:32:24 GO111MODULE=on go vet ./... 04:32:27 using credential edgex-jenkins-ssh 04:32:27 Cloning the remote Git repository 04:32:27 Cloning with configured refspecs honoured and without tags 04:32:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:32:27 > git init /w/workspace/edgex-go/9 # timeout=10 04:32:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:27 > git --version # timeout=10 04:32:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2631/head:refs/remotes/origin/PR-2631 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:31 gofmt -l . 04:32:31 [ "`gofmt -l .`" = "" ] 04:32:32 ./bin/test-go-mod-tidy.sh 04:32:32 ./bin/test-attribution-txt.sh 04:32:34 docker run --rm --privileged \ 04:32:34 -v /w/workspace/edgex-go/9:/raml-verification -w /raml-verification \ 04:32:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 04:32:34 /scripts/raml-verify.sh 04:32:34 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 04:32:34 x86_64: Pulling from edgex-devops/edgex-docs-builder 04:32:34 cbdbe7a5bc2a: Pulling fs layer 04:32:34 bd07af9ed1a4: Pulling fs layer 04:32:34 3556ccf180b2: Pulling fs layer 04:32:34 089d4748da74: Pulling fs layer 04:32:34 c6eb57c77bc5: Pulling fs layer 04:32:34 0364d5097239: Pulling fs layer 04:32:34 089d4748da74: Waiting 04:32:34 c6eb57c77bc5: Waiting 04:32:34 0364d5097239: Waiting 04:32:34 3556ccf180b2: Verifying Checksum 04:32:34 3556ccf180b2: Download complete 04:32:34 cbdbe7a5bc2a: Download complete 04:32:34 089d4748da74: Verifying Checksum 04:32:34 089d4748da74: Download complete 04:32:34 0364d5097239: Verifying Checksum 04:32:34 0364d5097239: Download complete 04:32:34 c6eb57c77bc5: Verifying Checksum 04:32:34 c6eb57c77bc5: Download complete 04:32:34 bd07af9ed1a4: Verifying Checksum 04:32:34 bd07af9ed1a4: Download complete 04:32:34 cbdbe7a5bc2a: Pull complete 04:32:36 bd07af9ed1a4: Pull complete 04:32:38 3556ccf180b2: Pull complete 04:32:38 089d4748da74: Pull complete 04:32:39 c6eb57c77bc5: Pull complete 04:32:40 0364d5097239: Pull complete 04:32:40 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 04:32:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 04:32:46 Verifying ./api/raml/core-command.raml... 04:32:46 OK 04:32:46 Verifying ./api/raml/core-data.raml... 04:32:47 Fetching without tags 04:32:47 OK 04:32:47 Verifying ./api/raml/core-metadata.raml... 04:32:48 Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 04:32:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:47 > git config --add remote.origin.fetch +refs/pull/2631/head:refs/remotes/origin/PR-2631 # timeout=10 04:32:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:47 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2631/head:refs/remotes/origin/PR-2631 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:48 > git config core.sparsecheckout # timeout=10 04:32:48 > git checkout -f 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 # timeout=10 04:32:49 Merge succeeded, producing 0a610d87eceaebb74b8b33b9613b5d4336e3ff5b 04:32:49 Checking out Revision 0a610d87eceaebb74b8b33b9613b5d4336e3ff5b (PR-2631) 04:32:49 OK 04:32:49 Verifying ./api/raml/support-logging.raml... 04:32:50 OK 04:32:50 Verifying ./api/raml/support-notifications.raml... 04:32:48 > git remote # timeout=10 04:32:48 > git config --get remote.origin.url # timeout=10 04:32:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:48 > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 04:32:49 > git rev-parse HEAD^{commit} # timeout=10 04:32:49 > git config core.sparsecheckout # timeout=10 04:32:49 > git checkout -f 0a610d87eceaebb74b8b33b9613b5d4336e3ff5b # timeout=10 04:32:51 OK 04:32:51 Verifying ./api/raml/support-scheduler.raml... 04:32:52 OK 04:32:52 Verifying ./api/raml/system-agent.raml... 04:32:53 OK 04:32:53 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" 04:32:53 > git rev-list --no-walk 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { 04:32:53 + ls -al . 04:32:53 total 556 04:32:53 drwxrwxr-x 10 1001 1001 4096 Jul 23 04:32 . 04:32:53 drwxr-xr-x 4 root root 28 Jul 23 04:31 .. 04:32:53 -rw-rw-r-- 1 1001 1001 11 Jul 23 04:29 .dockerignore 04:32:53 drwxrwxr-x 8 1001 1001 179 Jul 23 04:29 .git 04:32:53 drwxrwxr-x 3 1001 1001 60 Jul 23 04:29 .github 04:32:53 -rw-rw-r-- 1 1001 1001 924 Jul 23 04:29 .gitignore 04:32:53 drwx------ 3 1001 1001 47 Jul 23 04:30 .semver 04:32:53 -rw-rw-r-- 1 1001 1001 178 Jul 23 04:29 .sonarcloud.properties 04:32:53 -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:29 CONTRIBUTING.md 04:32:53 -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:29 Dockerfile.build 04:32:53 -rw-rw-r-- 1 1001 1001 824 Jul 23 04:29 Jenkinsfile 04:32:53 -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:29 LICENSE 04:32:53 -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:29 Makefile 04:32:53 -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:29 README.md 04:32:53 -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:29 SECURITY.md 04:32:53 -rw-rw-r-- 1 1001 1001 5 Jul 23 04:30 VERSION 04:32:53 -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:29 ZMQWindows.md 04:32:53 drwxrwxr-x 4 1001 1001 33 Jul 23 04:29 api 04:32:53 drwxrwxr-x 2 1001 1001 117 Jul 23 04:29 bin 04:32:53 drwxrwxr-x 15 1001 1001 4096 Jul 23 04:29 cmd 04:32:53 -rw-r--r-- 1 root root 456067 Jul 23 04:32 coverage.out 04:32:53 -rw-r--r-- 1 root root 1019 Jul 23 04:32 go.mod 04:32:53 -rw-r--r-- 1 root root 18146 Jul 23 04:32 go.sum 04:32:53 drwxrwxr-x 8 1001 1001 127 Jul 23 04:29 internal 04:32:53 drwxrwxr-x 4 1001 1001 71 Jul 23 04:29 snap 04:32:53 -rw-rw-r-- 1 1001 1001 168 Jul 23 04:29 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:32:54 + '[' -e coverage.out ] 04:32:54 + chown 1001:1001 coverage.out [Pipeline] stash 04:32:54 Stashed 1 file(s) [Pipeline] sh 04:32:54 + make build 04:32:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:33:01 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:33:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:33:06 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 [Pipeline] echo 04:33:06 ========================================================= 04:33:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:33:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:33:07 + 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:07 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:33:09 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:33:10 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:33:11 Sending build context to Docker daemon 323.2MB 04:33:11 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:11 Step 2/7 : FROM ${BASE} 04:33:11 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:11 b538f80385f9: Pulling fs layer 04:33:11 74f711af9a0d: Pulling fs layer 04:33:11 99f96fe45779: Pulling fs layer 04:33:11 fd7a069fd194: Pulling fs layer 04:33:11 66aa3694b03b: Pulling fs layer 04:33:11 170f70906a0f: Pulling fs layer 04:33:11 ad7c5574e4b9: Pulling fs layer 04:33:11 e772456be8f7: Pulling fs layer 04:33:11 c890913d741a: Pulling fs layer 04:33:11 2480fcc9aa5a: Pulling fs layer 04:33:11 09adf4765672: Pulling fs layer 04:33:11 fd7a069fd194: Waiting 04:33:11 66aa3694b03b: Waiting 04:33:11 170f70906a0f: Waiting 04:33:11 ad7c5574e4b9: Waiting 04:33:11 e772456be8f7: Waiting 04:33:11 c890913d741a: Waiting 04:33:11 2480fcc9aa5a: Waiting 04:33:11 09adf4765672: Waiting 04:33:11 99f96fe45779: Verifying Checksum 04:33:11 99f96fe45779: Download complete 04:33:11 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:33:11 74f711af9a0d: Verifying Checksum 04:33:11 74f711af9a0d: Download complete 04:33:11 66aa3694b03b: Verifying Checksum 04:33:11 66aa3694b03b: Download complete 04:33:11 170f70906a0f: Verifying Checksum 04:33:11 170f70906a0f: Download complete 04:33:11 b538f80385f9: Download complete 04:33:12 b538f80385f9: Pull complete 04:33:13 74f711af9a0d: Pull complete 04:33:13 99f96fe45779: Pull complete 04:33:13 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:33:14 ad7c5574e4b9: Verifying Checksum 04:33:14 ad7c5574e4b9: Download complete 04:33:14 c890913d741a: Verifying Checksum 04:33:14 c890913d741a: Download complete 04:33:15 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:33:16 2480fcc9aa5a: Verifying Checksum 04:33:16 2480fcc9aa5a: Download complete 04:33:16 09adf4765672: Download complete 04:33:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:33:16 e772456be8f7: Verifying Checksum 04:33:16 e772456be8f7: Download complete 04:33:17 fd7a069fd194: Verifying Checksum 04:33:17 fd7a069fd194: Download complete 04:33:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:33:19 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:33:20 $ docker stop --time=1 33932e977c9349eb76a804b2b881a22f8d7ab09fba3f2f8dd0c6f81429906ea6 04:33:22 $ docker rm -f 33932e977c9349eb76a804b2b881a22f8d7ab09fba3f2f8dd0c6f81429906ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:25 04:33:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:33:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:25 latest: Pulling from edgex-devops/edgex-compose 04:33:25 cbdbe7a5bc2a: Already exists 04:33:25 ca9280d653b3: Pulling fs layer 04:33:25 7e9c9ca2126c: Pulling fs layer 04:33:26 ca9280d653b3: Verifying Checksum 04:33:26 ca9280d653b3: Download complete 04:33:27 7e9c9ca2126c: Download complete 04:33:27 ca9280d653b3: Pull complete 04:33:29 fd7a069fd194: Pull complete 04:33:29 66aa3694b03b: Pull complete 04:33:29 170f70906a0f: Pull complete 04:33:33 ad7c5574e4b9: Pull complete 04:33:33 7e9c9ca2126c: Pull complete 04:33:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:33:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:33:34 prd-centos7-docker-4c-2g-677 does not seem to be running inside a container 04:33:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:37 $ docker top b2aa55b2f3d5562b3e77ef821022ac6465b301e41b480ce65f19b289f6f8e655 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:38 + docker-compose build --help 04:33:38 + grep parallel 04:33:38 e772456be8f7: Pull complete 04:33:38 c890913d741a: Pull complete 04:33:39 --parallel Build images in parallel. [Pipeline] } 04:33:39 $ docker stop --time=1 b2aa55b2f3d5562b3e77ef821022ac6465b301e41b480ce65f19b289f6f8e655 04:33:40 2480fcc9aa5a: Pull complete 04:33:40 $ docker rm -f b2aa55b2f3d5562b3e77ef821022ac6465b301e41b480ce65f19b289f6f8e655 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 04:33:41 09adf4765672: Pull complete 04:33:41 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [Pipeline] isUnix [Pipeline] sh 04:33:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:33:41 ---> 2248a725d1cf 04:33:41 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:33:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:41 . [Pipeline] withDockerContainer 04:33:41 prd-centos7-docker-4c-2g-677 does not seem to be running inside a container 04:33:41 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:33:42 $ docker top a88238e9eae13a6378fbbe416183e543c03699b27d8292f947ac5085433b17ec -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:42 + docker-compose -f ./docker-compose-build.yml build --parallel 04:33:43 Building docker-core-command-go ... 04:33:43 Building docker-core-data-go ... 04:33:43 Building docker-core-metadata-go ... 04:33:43 Building docker-security-proxy-setup-go ... 04:33:43 Building docker-security-secrets-setup-go ... 04:33:43 Building docker-security-secretstore-setup-go ... 04:33:43 Building docker-support-logging-go ... 04:33:43 Building docker-support-notifications-go ... 04:33:43 Building docker-support-scheduler-go ... 04:33:43 Building docker-sys-mgmt-agent-go ... 04:33:43 Building docker-core-command-go 04:33:43 Building docker-security-secretstore-setup-go 04:33:43 Building docker-sys-mgmt-agent-go 04:33:43 Building docker-support-notifications-go 04:33:43 Building docker-support-scheduler-go 04:33:48 ---> Running in c97680bc1cb1 04:33:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:33:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:33:50 (1/12) Installing libmagic (5.38-r0) 04:33:50 (2/12) Installing file (5.38-r0) 04:33:50 (3/12) Installing libc-dev (0.7.2-r3) 04:33:50 (4/12) Installing g++ (9.3.0-r2) 04:33:52 (5/12) Installing fortify-headers (1.1-r0) 04:33:52 (6/12) Installing patch (2.7.6-r6) 04:33:52 (7/12) Installing build-base (0.5-r2) 04:33:52 (8/12) Installing libsodium (1.0.18-r0) 04:33:52 (9/12) Installing pkgconf (1.7.2-r0) 04:33:52 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:53 (11/12) Installing libzmq (4.3.2-r0) 04:33:53 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:53 Executing busybox-1.31.1-r16.trigger 04:33:53 OK: 217 MiB in 51 packages 04:33:57 Removing intermediate container c97680bc1cb1 04:33:57 ---> 47da69a7665b 04:33:57 Step 4/7 : WORKDIR /edgex-go 04:33:57 ---> Running in 07ea4b86833e 04:33:58 Removing intermediate container 07ea4b86833e 04:33:58 ---> c607db9a3a66 04:33:58 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:58 latest: Pulling from library/docker 04:33:58 b538f80385f9: Already exists 04:33:58 259a493cd78d: Pulling fs layer 04:33:58 b8e66b5100f5: Pulling fs layer 04:33:58 39dc9c94d07c: Pulling fs layer 04:33:58 551b823b3b82: Pulling fs layer 04:33:58 3c52a74df98c: Pulling fs layer 04:33:58 6c9b121b6998: Pulling fs layer 04:33:58 551b823b3b82: Waiting 04:33:58 6c9b121b6998: Waiting 04:33:58 3c52a74df98c: Waiting 04:33:58 b8e66b5100f5: Verifying Checksum 04:33:58 259a493cd78d: Verifying Checksum 04:33:58 551b823b3b82: Verifying Checksum 04:33:58 551b823b3b82: Download complete 04:33:59 3c52a74df98c: Verifying Checksum 04:33:59 3c52a74df98c: Download complete 04:33:59 6c9b121b6998: Verifying Checksum 04:33:59 6c9b121b6998: Download complete 04:33:59 259a493cd78d: Pull complete 04:33:59 b8e66b5100f5: Pull complete 04:33:59 39dc9c94d07c: Verifying Checksum 04:33:59 39dc9c94d07c: Download complete 04:34:03 39dc9c94d07c: Pull complete 04:34:03 551b823b3b82: Pull complete 04:34:03 3c52a74df98c: Pull complete 04:34:03 6c9b121b6998: Pull complete 04:34:03 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:34:03 Status: Downloaded newer image for docker:latest 04:34:07 ---> 8a5ec6c84772 04:34:07 Step 6/7 : COPY go.mod . 04:34:08 ---> 2412e07eb3a4 04:34:08 Step 7/7 : RUN go mod download 04:34:08 ---> Running in 586c8a4f382e 04:34:11 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:34:11 go: finding github.com/BurntSushi/toml v0.3.1 04:34:11 go: finding github.com/OneOfOne/xxhash v1.2.5 04:34:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:34:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:34:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:34:11 go: finding github.com/bgentry/speakeasy v0.1.0 04:34:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:34:11 go: finding github.com/cloudflare/gokey v0.1.0 04:34:11 go: finding github.com/davecgh/go-spew v1.1.1 04:34:11 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:34:11 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:34:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:34:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:34:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:34:11 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:34:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:34:11 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:34:11 go: finding github.com/fatih/color v1.7.0 04:34:11 go: finding github.com/fsnotify/fsnotify v1.4.7 04:34:11 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:34:11 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:34:11 go: finding github.com/go-kit/kit v0.8.0 04:34:11 go: finding github.com/go-logfmt/logfmt v0.4.0 04:34:11 go: finding github.com/go-redis/redis/v7 v7.2.0 04:34:11 go: finding github.com/go-stack/stack v1.8.0 04:34:12 go: finding github.com/golang/protobuf v1.3.2 04:34:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:34:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:34:12 go: finding github.com/google/uuid v1.1.0 04:34:12 go: finding github.com/gorilla/mux v1.7.1 04:34:12 go: finding github.com/hashicorp/consul/api v1.1.0 04:34:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:34:12 go: finding github.com/hashicorp/errwrap v1.0.0 04:34:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:34:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:34:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:34:12 go: finding github.com/hashicorp/go-multierror v1.0.0 04:34:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:34:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:34:12 go: finding github.com/hashicorp/go-syslog v1.0.0 04:34:12 go: finding github.com/hashicorp/go-uuid v1.0.1 04:34:12 go: finding github.com/hashicorp/go.net v0.0.1 04:34:12 go: finding github.com/hashicorp/golang-lru v0.5.0 04:34:12 go: finding github.com/hashicorp/logutils v1.0.0 04:34:12 go: finding github.com/hashicorp/mdns v1.0.0 04:34:12 go: finding github.com/hashicorp/memberlist v0.1.3 04:34:12 go: finding github.com/hashicorp/serf v0.8.2 04:34:12 go: finding github.com/hpcloud/tail v1.0.0 04:34:12 go: finding github.com/imdario/mergo v0.3.6 04:34:12 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:34:12 go: finding github.com/kr/pretty v0.1.0 04:34:12 go: finding github.com/kr/pty v1.1.1 04:34:12 go: finding github.com/kr/text v0.1.0 04:34:12 go: finding github.com/mattn/go-colorable v0.0.9 04:34:12 go: finding github.com/mattn/go-isatty v0.0.3 04:34:12 go: finding github.com/miekg/dns v1.0.14 04:34:12 go: finding github.com/mitchellh/cli v1.0.0 04:34:12 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:34:12 go: finding github.com/mitchellh/copystructure v1.0.0 04:34:12 go: finding github.com/mitchellh/go-homedir v1.0.0 04:34:12 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:34:13 go: finding github.com/mitchellh/gox v0.4.0 04:34:13 go: finding github.com/mitchellh/iochan v1.0.0 04:34:13 go: finding github.com/mitchellh/mapstructure v1.1.2 04:34:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:34:13 go: finding github.com/onsi/ginkgo v1.10.1 04:34:13 go: finding github.com/onsi/gomega v1.7.0 04:34:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:34:13 go: finding github.com/pebbe/zmq4 v1.0.0 04:34:13 go: finding github.com/pelletier/go-toml v1.2.0 04:34:13 go: finding github.com/pkg/errors v0.8.1 04:34:13 go: finding github.com/pmezard/go-difflib v1.0.0 04:34:13 go: finding github.com/posener/complete v1.1.1 04:34:13 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:34:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:34:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:34:13 go: finding github.com/stretchr/objx v0.1.0 04:34:13 go: finding github.com/stretchr/testify v1.5.1 04:34:13 go: finding github.com/ugorji/go v1.1.4 04:34:13 go: finding github.com/x448/float16 v0.8.4 04:34:13 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:34:13 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:34:13 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:34:13 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:34:13 go: finding golang.org/x/text v0.3.2 04:34:13 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:34:13 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:34:13 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:34:13 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:34:13 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:34:13 go: finding gopkg.in/yaml.v2 v2.2.8 04:34:15 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:15 04:34:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:34:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:34:15 ---> 41436662df1c 04:34:15 Step 3/23 : WORKDIR /edgex-go 04:34:15 ---> 41436662df1c 04:34:15 Step 3/26 : WORKDIR /edgex-go 04:34:15 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:34:15 ---> 41436662df1c 04:34:15 Step 3/26 : WORKDIR /edgex-go 04:34:15 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:34:15 ---> 41436662df1c 04:34:15 Step 3/21 : WORKDIR /edgex-go 04:34:15 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:34:15 ---> 41436662df1c 04:34:15 Step 3/20 : WORKDIR /edgex-go 04:34:15 ---> Running in c543fa94efd7 04:34:15 ---> Running in 265f13e3657f 04:34:15 ---> Running in 7e9fbc0bcf40 04:34:15 ---> Running in 0544e06da4af 04:34:15 ---> Running in fb994e63d77c 04:34:15 Removing intermediate container 0544e06da4af 04:34:15 ---> ac947625a80e 04:34:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:15 Removing intermediate container 7e9fbc0bcf40 04:34:15 ---> d87bc0f4cfbd 04:34:15 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:15 Removing intermediate container c543fa94efd7 04:34:15 ---> 1ba9edaed7df 04:34:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:15 Removing intermediate container fb994e63d77c 04:34:15 ---> 52b569c0456a 04:34:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:15 Removing intermediate container 265f13e3657f 04:34:15 ---> 1b525b326492 04:34:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:15 ---> Running in 872a007e67d2 04:34:15 ---> Running in 72323a7c724b 04:34:15 ---> Running in 2688ac5dd35f 04:34:15 ---> Running in 00fbf24972fd 04:34:15 ---> Running in 3f94b1f7a500 04:34:15 Removing intermediate container 872a007e67d2 04:34:15 ---> 029b8b719839 04:34:15 Step 5/20 : RUN apk update && apk add make git 04:34:15 ---> Running in d376abef8e40 04:34:15 Removing intermediate container 72323a7c724b 04:34:15 ---> d49736bd31b4 04:34:15 Step 5/26 : RUN apk update && apk add make bash git 04:34:16 ---> Running in a67cfe009b01 04:34:16 Removing intermediate container 00fbf24972fd 04:34:16 ---> 9f1fece65f4f 04:34:16 Step 5/21 : RUN apk update && apk add make git 04:34:16 Removing intermediate container 2688ac5dd35f 04:34:16 ---> 131de7a4422f 04:34:16 Step 5/26 : RUN apk update && apk add make git 04:34:16 Removing intermediate container 3f94b1f7a500 04:34:16 ---> 59ecfc7a5a21 04:34:16 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:34:16 ---> Running in 8357d47e3f35 04:34:16 ---> Running in 6c63e5d28fcd 04:34:16 ---> Running in 9a29afb609ee 04:34:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:17 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:17 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:17 OK: 12749 distinct packages available 04:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:17 OK: 233 MiB in 51 packages 04:34:17 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:17 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:17 OK: 12749 distinct packages available 04:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:18 OK: 233 MiB in 51 packages 04:34:18 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:18 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:18 OK: 12749 distinct packages available 04:34:18 Removing intermediate container d376abef8e40 04:34:18 ---> 80f3198921b0 04:34:18 Step 6/20 : COPY go.mod . 04:34:18 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:18 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:18 OK: 12749 distinct packages available 04:34:18 OK: 233 MiB in 51 packages 04:34:18 Removing intermediate container a67cfe009b01 04:34:18 ---> d0a4b0370f1d 04:34:18 Step 6/26 : COPY go.mod . 04:34:18 ---> 2a82f6144d53 04:34:18 Step 7/20 : RUN go mod download 04:34:19 ---> Running in 72f52676100a 04:34:19 OK: 233 MiB in 51 packages 04:34:19 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:19 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:19 OK: 12749 distinct packages available 04:34:19 ---> 59c70c599bfb 04:34:19 Step 7/26 : RUN go mod download 04:34:19 OK: 233 MiB in 51 packages 04:34:19 ---> Running in b41b2f92109a 04:34:19 Removing intermediate container 6c63e5d28fcd 04:34:19 ---> 1817f0b0a720 04:34:19 Step 6/21 : COPY go.mod . 04:34:19 Removing intermediate container 9a29afb609ee 04:34:19 ---> 9bed8f35b942 04:34:19 Step 6/23 : COPY go.mod . 04:34:20 ---> fad8303eca02 04:34:20 Step 7/21 : RUN go mod download 04:34:20 ---> Running in f50d93dfcbdd 04:34:20 ---> 26e25118ec32 04:34:20 Step 7/23 : RUN go mod download 04:34:20 Removing intermediate container 8357d47e3f35 04:34:20 ---> 79809b52266b 04:34:20 Step 6/26 : COPY go.mod . 04:34:20 ---> Running in f4b82767ec2e 04:34:20 ---> 0ed327c56ffd 04:34:20 Step 7/26 : RUN go mod download 04:34:20 ---> Running in 2dcff28b3bef 04:34:21 Removing intermediate container 72f52676100a 04:34:21 ---> 57bb0ab15d01 04:34:21 Step 8/20 : COPY . . 04:34:21 Removing intermediate container b41b2f92109a 04:34:21 ---> 392600b32b81 04:34:21 Step 8/26 : COPY . . 04:34:25 Removing intermediate container f50d93dfcbdd 04:34:25 ---> f5e38393af5c 04:34:25 Step 8/21 : COPY . . 04:34:25 Removing intermediate container f4b82767ec2e 04:34:25 ---> 8e2ebc0f30c1 04:34:25 Step 8/23 : COPY . . 04:34:31 Removing intermediate container 586c8a4f382e 04:34:31 ---> 5acf6929791a 04:34:31 Successfully built 5acf6929791a 04:34:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:32 Removing intermediate container 2dcff28b3bef 04:34:32 ---> 3a91f2c17fec 04:34:32 Step 8/26 : COPY . . 04:34:32 + docker inspect -f . ci-base-image-arm64 04:34:32 . [Pipeline] withDockerContainer 04:34:32 prd-ubuntu18.04-docker-arm64-4c-16g-685 does not seem to be running inside a container 04:34:32 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:34:34 $ docker top 122b5ab748b8cf4cc2eb0a5aa178605f62f01f6280f02db8dffaff52e82a5b6e -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:35 + go version 04:34:35 go version go1.13.13 linux/arm64 [Pipeline] echo 04:34:35 ========================================================= 04:34:35 [edgeXBuildGoParallel] Running Tests and Build... 04:34:35 ========================================================= [Pipeline] sh 04:34:36 + make test raml_verify 04:34:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:38 ? github.com/edgexfoundry/edgex-go [no test files] 04:34:59 ---> f41553ac1a1e 04:34:59 Step 9/21 : RUN make cmd/core-command/core-command 04:34:59 ---> dba21537e58c 04:34:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:34:59 ---> 17a90e04a895 04:34:59 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:34:59 ---> 40e7f00f5931 04:34:59 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:34:59 ---> Running in 66958d55985a 04:34:59 ---> Running in 0288e0bc7742 04:34:59 ---> Running in 184d323e0034 04:34:59 ---> Running in 0c344ba2d12c 04:34:59 ---> 06e25d5ff329 04:34:59 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:35:00 ---> Running in bc4fb5b490b3 04:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:35:01 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:35:01 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:35:01 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:35:01 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:35:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:35:26 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:35:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:35:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:35:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:35:28 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:35:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:35:37 Removing intermediate container 66958d55985a 04:35:37 ---> 3b3096c2d10e 04:35:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:35:37 ---> Running in 4772aa071015 04:35:38 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:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.147s coverage: 27.4% of statements 04:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 04:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 04:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:35:46 Removing intermediate container 184d323e0034 04:35:46 ---> 4fa14a47e477 04:35:46 04:35:46 Step 10/20 : FROM scratch 04:35:46 ---> 04:35:46 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:46 Removing intermediate container 0288e0bc7742 04:35:46 ---> 11b1685fac1c 04:35:46 04:35:46 Step 10/21 : FROM scratch 04:35:46 ---> 04:35:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:46 Removing intermediate container bc4fb5b490b3 04:35:46 ---> 03cfdfbf60d7 04:35:46 04:35:46 Step 10/26 : FROM alpine:3.10 04:35:46 Removing intermediate container 0c344ba2d12c 04:35:46 ---> bbc7bf1f52af 04:35:46 04:35:46 Step 10/23 : FROM scratch 04:35:46 ---> 04:35:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:35:46 ---> Running in 21bfa689233f 04:35:46 ---> Running in 5446ccd415c9 04:35:46 ---> Running in ca2dfcf8dbcd 04:35:46 3.10: Pulling from library/alpine 04:35:46 Removing intermediate container ca2dfcf8dbcd 04:35:46 ---> 3617c80f73e2 04:35:46 Step 12/23 : ENV APP_PORT=48060 04:35:46 Removing intermediate container 21bfa689233f 04:35:46 ---> 92458b1098b1 04:35:46 Step 12/20 : ENV APP_PORT=48085 04:35:46 Removing intermediate container 5446ccd415c9 04:35:46 ---> e420f7eb34da 04:35:46 Step 12/21 : ENV APP_PORT=48082 04:35:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:35:46 Status: Downloaded newer image for alpine:3.10 04:35:46 ---> be4e4bea2c2e 04:35:46 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:35:46 Removing intermediate container 4772aa071015 04:35:46 ---> 1879afbe5deb 04:35:46 04:35:46 Step 11/26 : FROM docker:latest 04:35:46 ---> 81f5749c9058 04:35:46 Step 12/26 : RUN apk add --no-cache bash 04:35:47 ---> Running in 30291b008907 04:35:47 ---> Running in 56c0cb5eac55 04:35:47 ---> Running in 5fbf5d342ace 04:35:47 ---> Running in 58b2c6979215 04:35:47 ---> Running in 857f6c86fa41 04:35:47 Removing intermediate container 5fbf5d342ace 04:35:47 ---> 4a20dcd93202 04:35:47 Step 13/21 : EXPOSE $APP_PORT 04:35:47 Removing intermediate container 56c0cb5eac55 04:35:47 ---> ee1f975f6dc7 04:35:47 Step 13/20 : EXPOSE $APP_PORT 04:35:47 Removing intermediate container 30291b008907 04:35:47 ---> 2bdb8dc4c839 04:35:47 Step 13/23 : EXPOSE $APP_PORT 04:35:47 ---> Running in ed2ed3fd7500 04:35:47 ---> Running in 2f28148a2419 04:35:47 ---> Running in e3c2347ebf40 04:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.251s coverage: 29.3% of statements 04:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.044s coverage: 100.0% of statements 04:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements 04:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 89.8% of statements 04:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:35:48 Removing intermediate container ed2ed3fd7500 04:35:48 ---> f5766378cbc2 04:35:48 Step 14/21 : WORKDIR / 04:35:48 ---> Running in bd3845c2cb01 04:35:48 Removing intermediate container 2f28148a2419 04:35:48 ---> 413e2c21438b 04:35:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:35:48 Removing intermediate container e3c2347ebf40 04:35:48 ---> ec1d7576dcc6 04:35:48 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:35:48 Removing intermediate container bd3845c2cb01 04:35:48 ---> 27a1776a7285 04:35:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:35:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:35:49 ---> 214d905c7761 04:35:49 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:35:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:35:49 ---> 6f431229bcc3 04:35:49 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:35:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:49 ---> cbe171af95e9 04:35:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:35:49 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:35:49 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:35:49 OK: 10346 distinct packages available 04:35:49 (1/2) Installing readline (8.0.4-r0) 04:35:49 (2/2) Installing bash (5.0.17-r0) 04:35:49 Executing bash-5.0.17-r0.post-install 04:35:49 Executing busybox-1.31.1-r16.trigger 04:35:49 (1/5) Installing ca-certificates (20191127-r2) 04:35:49 OK: 12 MiB in 22 packages 04:35:49 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:35:49 (3/5) Installing libcurl (7.66.0-r0) 04:35:49 (4/5) Installing curl (7.66.0-r0) 04:35:49 (5/5) Installing dumb-init (1.2.2-r1) 04:35:49 Executing busybox-1.30.1-r3.trigger 04:35:49 Executing ca-certificates-20191127-r2.trigger 04:35:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:35:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.113s coverage: 100.0% of statements 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:35:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:35:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements 04:35:49 OK: 7 MiB in 19 packages 04:35:50 ---> 7ddd7b1fbafd 04:35:50 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:35:50 ---> 84219e1615ce 04:35:50 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:35:50 ---> c602175ee99e 04:35:50 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:35:51 ---> c98c977a0976 04:35:51 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:51 Removing intermediate container 857f6c86fa41 04:35:51 ---> 6b773ea3ce81 04:35:51 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:35:51 ---> Running in a744fd0f1f5b 04:35:51 ---> 9506454fc7d6 04:35:51 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:51 ---> acb92085a297 04:35:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:35:51 Removing intermediate container 58b2c6979215 04:35:51 ---> fa5765fe5e07 04:35:51 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:35:51 ---> Running in 14f3094597f8 04:35:51 ---> Running in 1f4397bf43d2 04:35:51 ---> Running in ead09ec71984 04:35:52 Removing intermediate container a744fd0f1f5b 04:35:52 ---> 81d81bffe589 04:35:52 Step 18/20 : LABEL arch=x86_64 04:35:52 Removing intermediate container 14f3094597f8 04:35:52 ---> e7ee47db8e24 04:35:52 Step 19/21 : LABEL arch=x86_64 04:35:52 ---> 18b5097e99c8 04:35:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:35:52 ---> Running in ad152d2735ab 04:35:52 Removing intermediate container ead09ec71984 04:35:52 ---> 37cd3bb6d84d 04:35:52 Step 13/26 : WORKDIR / 04:35:52 ---> Running in 37af6c7a490b 04:35:52 ---> Running in 230862f61a5d 04:35:52 Removing intermediate container ad152d2735ab 04:35:52 ---> 48f092b54a9f 04:35:52 Step 19/20 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:35:52 Removing intermediate container 37af6c7a490b 04:35:52 ---> fb5c224a6eef 04:35:52 Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:35:52 ---> Running in a4c4bf77b236 04:35:52 Removing intermediate container 230862f61a5d 04:35:52 ---> 5661cc5bc721 04:35:52 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:35:52 ---> Running in e69ebd1f63d5 04:35:53 ---> 2598d5fbb201 04:35:53 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:35:53 Removing intermediate container a4c4bf77b236 04:35:53 ---> 62ac5b02425f 04:35:53 Step 20/20 : LABEL version=0.0.0 04:35:53 Removing intermediate container e69ebd1f63d5 04:35:53 ---> a28aa541c48a 04:35:53 Step 21/21 : LABEL version=0.0.0 04:35:53 ---> 73209219c65d 04:35:53 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:35:53 ---> Running in 654fc1ac3b71 04:35:53 ---> Running in 1eb5b077062a 04:35:53 Removing intermediate container 1f4397bf43d2 04:35:53 ---> 6a973fd0b387 04:35:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:35:53 ---> a4aa7d97dcab 04:35:53 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:53 ---> Running in 1993e23b3252 04:35:53 ---> Running in 26eb1ac9c78d 04:35:53 Removing intermediate container 654fc1ac3b71 04:35:53 ---> aa6c69bc1b10 04:35:53 04:35:53 ---> fd9b4ee7ff21 04:35:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:35:53 Removing intermediate container 1eb5b077062a 04:35:53 ---> 0927e80b4ef1 04:35:53 04:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 63.5% of statements 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements 04:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 55.9% of statements 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:35:54 Successfully built aa6c69bc1b10 04:35:54 Successfully built 0927e80b4ef1 04:35:54 Successfully tagged docker-support-scheduler-go:latest 04:35:54  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 04:35:54 Removing intermediate container 26eb1ac9c78d 04:35:54 ---> 7dea26fa8a2e 04:35:54 Step 15/26 : ENV APP_PORT=48090 04:35:54 Successfully tagged docker-core-command-go:latest 04:35:54  Building docker-core-command-go ... done Building docker-core-data-go 04:35:54 Removing intermediate container 1993e23b3252 04:35:54 ---> f845f8a1d106 04:35:54 Step 21/23 : LABEL arch=x86_64 04:35:54 ---> 33303811c56c 04:35:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:35:54 ---> Running in 8ecdeb664c5b 04:35:54 ---> Running in 73a44c93b72f 04:35:54 Removing intermediate container 8ecdeb664c5b 04:35:54 ---> c0b2fce5c814 04:35:54 Step 22/23 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:35:55 Removing intermediate container 73a44c93b72f 04:35:55 ---> 646b7e1c1314 04:35:55 Step 16/26 : EXPOSE $APP_PORT 04:35:55 ---> Running in 2645195a651f 04:35:55 ---> 6db8bf8e2183 04:35:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:35:55 ---> Running in 23b557778255 04:35:55 Removing intermediate container 2645195a651f 04:35:55 ---> 4a8ad270912a 04:35:55 Step 23/23 : LABEL version=0.0.0 04:35:55 Removing intermediate container 23b557778255 04:35:55 ---> 864637164ee2 04:35:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:35:55 ---> Running in 441ec2334647 04:35:56 ---> 4bc300a17c76 04:35:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:36:02 Removing intermediate container 441ec2334647 04:36:02 ---> 7f4792de3300 04:36:02 04:36:02 Successfully built 7f4792de3300 04:36:02 ---> 4d1f55ab73a7 04:36:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:36:02 ---> e56284ea55e7 04:36:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:36:02 Successfully tagged docker-support-notifications-go:latest 04:36:02 Building docker-security-proxy-setup-go 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.526s coverage: 86.3% of statements 04:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.131s coverage: 72.2% of statements 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.412s coverage: 72.1% of statements 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.039s coverage: 48.4% of statements 04:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements 04:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.053s coverage: 96.8% of statements 04:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 26.9% of statements 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.361s coverage: 84.1% of statements 04:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 04:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.080s coverage: 43.1% of statements 04:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.054s coverage: 100.0% of statements 04:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements 04:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:36:12  Building docker-support-notifications-go ... done  ---> cc4007eeb2be 04:36:12 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:36:12 ---> 030b3d460c16 04:36:12 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:36:12 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:12 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:36:13 ---> 41436662df1c 04:36:13 Step 3/21 : WORKDIR /edgex-go 04:36:13 ---> 41436662df1c 04:36:13 Step 3/22 : WORKDIR /edgex-go 04:36:13 ---> Using cache 04:36:13 ---> 1b525b326492 04:36:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:13 ---> Using cache 04:36:13 ---> 1b525b326492 04:36:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:13 ---> Using cache 04:36:13 ---> 59ecfc7a5a21 04:36:13 Step 5/21 : RUN apk update && apk add make git 04:36:13 ---> Using cache 04:36:13 ---> 59ecfc7a5a21 04:36:13 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:36:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 46.1% of statements 04:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:36:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements 04:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:36:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 04:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:36:15 ---> f4d74c6d03c8 04:36:15 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:16 ---> a14f04c44dbb 04:36:16 Step 20/26 : RUN apk --no-cache add py-pip 04:36:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 04:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:36:17 ---> Running in bba1d64ee794 04:36:17 ---> Running in 3d76c1a9eb73 04:36:17 ---> Running in 8e6a21d5bd36 04:36:17 ---> Running in 9195e0c475af 04:36:19 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:19 ---> 41436662df1c 04:36:19 Step 3/20 : WORKDIR /edgex-go 04:36:19 ---> Using cache 04:36:19 ---> 1b525b326492 04:36:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:19 ---> Using cache 04:36:19 ---> 59ecfc7a5a21 04:36:19 Step 5/20 : RUN apk update && apk add make git 04:36:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:19 (1/33) Installing libbz2 (1.0.8-r1) 04:36:19 (2/33) Installing expat (2.2.9-r1) 04:36:19 (3/33) Installing libffi (3.3-r2) 04:36:19 (4/33) Installing gdbm (1.13-r1) 04:36:19 (5/33) Installing xz-libs (5.2.5-r0) 04:36:19 (6/33) Installing sqlite-libs (3.32.1-r0) 04:36:19 (7/33) Installing python3 (3.8.5-r0) 04:36:20 ---> Running in e507ac21bdcf 04:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:21 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:21 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:21 OK: 12749 distinct packages available 04:36:21 (8/33) Installing py3-appdirs (1.4.4-r1) 04:36:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:36:21 (10/33) Installing py3-parsing (2.4.7-r0) 04:36:21 (11/33) Installing py3-six (1.15.0-r0) 04:36:21 (12/33) Installing py3-packaging (20.4-r0) 04:36:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.308s coverage: 29.1% of statements 04:36:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:36:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:36:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:36:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:36:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:36:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 04:36:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:36:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 04:36:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:36:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 04:36:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:36:21 OK: 233 MiB in 51 packages 04:36:21 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:21 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:21 OK: 12749 distinct packages available 04:36:21 OK: 233 MiB in 51 packages 04:36:21 (13/33) Installing py3-setuptools (47.0.0-r0) 04:36:21 (14/33) Installing py3-chardet (3.0.4-r4) 04:36:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements 04:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:23 (15/33) Installing py3-idna (2.9-r0) 04:36:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:36:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:36:23 Removing intermediate container 8e6a21d5bd36 04:36:23 ---> db5555488357 04:36:23 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:36:23 (18/33) Installing py3-requests (2.23.0-r0) 04:36:23 (19/33) Installing py3-msgpack (1.0.0-r0) 04:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 04:36:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:36:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:36:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 04:36:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 04:36:23 (20/33) Installing py3-lockfile (0.12.2-r3) 04:36:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:36:23 (22/33) Installing py3-colorama (0.4.3-r0) 04:36:24 (23/33) Installing py3-distlib (0.3.0-r0) 04:36:24 (24/33) Installing py3-distro (1.5.0-r1) 04:36:24 ---> Running in 09ca52a80b4b 04:36:24 (25/33) Installing py3-webencodings (0.5.1-r3) 04:36:24 (26/33) Installing py3-html5lib (1.0.1-r4) 04:36:24 (27/33) Installing py3-pytoml (0.1.21-r0) 04:36:24 (28/33) Installing py3-pep517 (0.8.2-r0) 04:36:24 (29/33) Installing py3-progress (1.5-r0) 04:36:24 (30/33) Installing py3-toml (0.10.1-r0) 04:36:24 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:24 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:24 OK: 12749 distinct packages available 04:36:24 (31/33) Installing py3-retrying (1.3.3-r0) 04:36:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:36:24 (33/33) Installing py3-pip (20.1.1-r0) 04:36:24 OK: 233 MiB in 51 packages 04:36:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements 04:36:25 Executing busybox-1.31.1-r16.trigger 04:36:25 OK: 71 MiB in 55 packages 04:36:25 Removing intermediate container 09ca52a80b4b 04:36:25 ---> 6abb3d0d9585 04:36:25 Step 24/26 : LABEL arch=x86_64 04:36:26 Removing intermediate container 3d76c1a9eb73 04:36:26 ---> bfd00d08bb6e 04:36:26 Step 6/22 : COPY go.mod . 04:36:26 Removing intermediate container bba1d64ee794 04:36:26 ---> 9971d74d99b8 04:36:26 Step 6/21 : COPY go.mod . 04:36:26 ---> Running in 6daacedcfd20 04:36:26 GO111MODULE=on go vet ./... 04:36:26 ---> 7087739a68a4 04:36:26 Step 7/22 : RUN go mod download 04:36:26 Removing intermediate container e507ac21bdcf 04:36:26 ---> c8daa82088c0 04:36:26 Step 6/20 : COPY go.mod . 04:36:26 Removing intermediate container 6daacedcfd20 04:36:26 ---> 26bf35c39e54 04:36:26 Step 25/26 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:36:26 ---> f3309a0a3c72 04:36:26 Step 7/21 : RUN go mod download 04:36:27 ---> Running in add820143bce 04:36:29 ---> Running in 098726057a32 04:36:29 ---> Running in f470c8a49573 04:36:30 ---> 6b22c1ff95a3 04:36:30 Step 7/20 : RUN go mod download 04:36:31 ---> Running in 61ed14e717ac 04:36:31 Removing intermediate container 098726057a32 04:36:31 ---> 5cac3aec12fc 04:36:31 Step 26/26 : LABEL version=0.0.0 04:36:31 Removing intermediate container 9195e0c475af 04:36:31 ---> ceadd1e70e9e 04:36:31 Step 21/26 : RUN pip install docker-compose==1.23.2 04:36:31 ---> Running in 9fe1fc5c8070 04:36:31 ---> Running in 8eca9f6a4fbd 04:36:31 Removing intermediate container 9fe1fc5c8070 04:36:31 ---> aabe98de3947 04:36:31 04:36:31 Successfully built aabe98de3947 04:36:32 Successfully tagged docker-security-secretstore-setup-go:latest 04:36:32 Building docker-support-logging-go 04:36:36  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 04:36:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:36:36 Removing intermediate container add820143bce 04:36:36 ---> c96df2b22b42 04:36:36 Step 8/22 : COPY . . 04:36:36 Collecting jsonschema<3,>=2.5.1 04:36:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:36:36 Removing intermediate container 61ed14e717ac 04:36:36 ---> 20d2bcd78229 04:36:36 Step 8/20 : COPY . . 04:36:36 Collecting docopt<0.7,>=0.6.1 04:36:36 Downloading docopt-0.6.2.tar.gz (25 kB) 04:36:36 Removing intermediate container f470c8a49573 04:36:36 ---> e6a031fd0746 04:36:36 Step 8/21 : COPY . . 04:36:37 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:36:38 Collecting PyYAML<4,>=3.10 04:36:38 Downloading PyYAML-3.13.tar.gz (270 kB) 04:36:43 Collecting websocket-client<1.0,>=0.32.0 04:36:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:36:44 Collecting texttable<0.10,>=0.9.0 04:36:44 Downloading texttable-0.9.1.tar.gz (11 kB) 04:36:44 gofmt -l . 04:36:45 [ "`gofmt -l .`" = "" ] 04:36:47 Collecting cached-property<2,>=1.2.0 04:36:47 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:36:47 ./bin/test-go-mod-tidy.sh 04:36:48 Collecting dockerpty<0.5,>=0.4.1 04:36:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:36:48 ./bin/test-attribution-txt.sh 04:36:50 Collecting docker<4.0,>=3.6.0 04:36:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:36:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:36:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:36:50 Collecting docker-pycreds>=0.4.0 04:36:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:36:50 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:36:50 Collecting urllib3<1.25,>=1.21.1 04:36:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:36:51 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:36:51 Collecting idna<2.8,>=2.5 04:36:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:36:51 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:51 ---> 41436662df1c 04:36:51 Step 3/21 : WORKDIR /edgex-go 04:36:51 ---> Using cache 04:36:51 ---> 1b525b326492 04:36:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:51 ---> Using cache 04:36:51 ---> 59ecfc7a5a21 04:36:51 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:36:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:36:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:36:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:36:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:36:51 Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, texttable, cached-property, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose 04:36:51 docker run --rm --privileged \ 04:36:51 -v /w/workspace/edgex-go/9:/raml-verification -w /raml-verification \ 04:36:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 04:36:51 /scripts/raml-verify.sh 04:36:51 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 04:36:51 aarch64: Pulling from edgex-devops/edgex-docs-builder 04:36:51 29e5d40040c1: Pulling fs layer 04:36:51 8c46fbeab2c7: Pulling fs layer 04:36:51 8ba552a4e5fe: Pulling fs layer 04:36:51 1fb62381901b: Pulling fs layer 04:36:51 147fb30a95d9: Pulling fs layer 04:36:51 3ccc99ad11dc: Pulling fs layer 04:36:51 1fb62381901b: Waiting 04:36:51 147fb30a95d9: Waiting 04:36:51 3ccc99ad11dc: Waiting 04:36:51 29e5d40040c1: Verifying Checksum 04:36:51 29e5d40040c1: Download complete 04:36:51 8ba552a4e5fe: Verifying Checksum 04:36:51 8ba552a4e5fe: Download complete 04:36:51 1fb62381901b: Verifying Checksum 04:36:51 1fb62381901b: Download complete 04:36:51 3ccc99ad11dc: Verifying Checksum 04:36:51 3ccc99ad11dc: Download complete 04:36:51 147fb30a95d9: Verifying Checksum 04:36:51 147fb30a95d9: Download complete 04:36:52 29e5d40040c1: Pull complete 04:36:52 8c46fbeab2c7: Verifying Checksum 04:36:52 8c46fbeab2c7: Download complete 04:36:53 Running setup.py install for docopt: started 04:36:54 ---> Running in 595e08432831 04:36:56 Running setup.py install for docopt: finished with status 'done' 04:36:56 Running setup.py install for PyYAML: started 04:36:57 Running setup.py install for PyYAML: finished with status 'done' 04:36:57 Running setup.py install for texttable: started 04:36:57 8c46fbeab2c7: Pull complete 04:36:57 8ba552a4e5fe: Pull complete 04:36:57 1fb62381901b: Pull complete 04:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:58 Running setup.py install for texttable: finished with status 'done' 04:36:58 Running setup.py install for dockerpty: started 04:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:59 Running setup.py install for dockerpty: finished with status 'done' 04:36:59 Attempting uninstall: urllib3 04:36:59 Found existing installation: urllib3 1.25.9 04:36:59 Uninstalling urllib3-1.25.9: 04:37:01 Successfully uninstalled urllib3-1.25.9 04:37:02 147fb30a95d9: Pull complete 04:37:02 Attempting uninstall: idna 04:37:02 Found existing installation: idna 2.9 04:37:02 Uninstalling idna-2.9: 04:37:02 3ccc99ad11dc: Pull complete 04:37:02 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 04:37:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 04:37:02 Successfully uninstalled idna-2.9 04:37:03 Attempting uninstall: requests 04:37:03 Found existing installation: requests 2.23.0 04:37:03 Uninstalling requests-2.23.0: 04:37:03 Successfully uninstalled requests-2.23.0 04:37:04 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:04 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:04 OK: 12749 distinct packages available 04:37:04 OK: 233 MiB in 51 packages 04:37:04 OK: 233 MiB in 51 packages 04:37:05 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:37:05 Verifying ./api/raml/core-command.raml... 04:37:07 Removing intermediate container 595e08432831 04:37:07 ---> bbc5c167963b 04:37:07 Step 6/21 : COPY go.mod . 04:37:07 ---> efcb2c30da2c 04:37:07 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:37:07 ---> 4e3a8730bf95 04:37:07 Step 9/22 : RUN make cmd/core-data/core-data 04:37:07 ---> 81e4941bd25e 04:37:07 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:37:07 ---> Running in b4e13e3fcfb1 04:37:07 ---> Running in 16f8fdb04143 04:37:07 ---> Running in 2b390655e0bd 04:37:07 ---> 09e27aeadf2b 04:37:07 Step 7/21 : RUN go mod download 04:37:07 ---> Running in 7a5f32232b2d 04:37:08 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:37:08 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:37:08 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:37:09 OK 04:37:09 Verifying ./api/raml/core-metadata.raml... 04:37:10 Removing intermediate container 8eca9f6a4fbd 04:37:10 ---> 501b51a75ef8 04:37:10 Step 22/26 : RUN apk --no-cache add curl 04:37:10 ---> Running in 837df870fcb2 04:37:11 Removing intermediate container 7a5f32232b2d 04:37:11 ---> a07605ca70b8 04:37:11 Step 8/21 : COPY . . 04:37:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:37:13 (2/3) Installing libcurl (7.69.1-r0) 04:37:13 (3/3) Installing curl (7.69.1-r0) 04:37:13 Executing busybox-1.31.1-r16.trigger 04:37:13 OK: 72 MiB in 58 packages 04:37:17 OK 04:37:17 Verifying ./api/raml/support-logging.raml... 04:37:20 Removing intermediate container 837df870fcb2 04:37:20 ---> 82771819f912 04:37:20 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:20 OK 04:37:20 Verifying ./api/raml/support-scheduler.raml... 04:37:21 ---> Running in 7a244493db38 04:37:23 Removing intermediate container 7a244493db38 04:37:23 ---> 0278820cb578 04:37:23 Step 24/26 : LABEL arch=x86_64 04:37:23 ---> Running in d54b2396ca4c 04:37:24 OK 04:37:24 Verifying ./api/raml/core-data.raml... 04:37:24 Removing intermediate container d54b2396ca4c 04:37:24 ---> 98c9baf5772f 04:37:24 Step 25/26 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:37:24 ---> Running in 0d8486ae4cf7 04:37:25 Removing intermediate container 0d8486ae4cf7 04:37:25 ---> af3c8aad5a61 04:37:25 Step 26/26 : LABEL version=0.0.0 04:37:25 ---> Running in 2b8e426b29f2 04:37:25 Removing intermediate container 2b8e426b29f2 04:37:25 ---> d597a5163df7 04:37:25 04:37:26 Successfully built d597a5163df7 04:37:26 Successfully tagged docker-sys-mgmt-agent-go:latest 04:37:26 Building docker-security-secrets-setup-go 04:37:29 OK 04:37:29 Verifying ./api/raml/support-notifications.raml... 04:37:34 OK 04:37:34 Verifying ./api/raml/system-agent.raml... 04:37:36  Building docker-sys-mgmt-agent-go ... done  ---> c3a3d121e092 04:37:36 Step 9/21 : RUN make cmd/support-logging/support-logging 04:37:36 ---> Running in 3bf47a4f78ca 04:37:36 OK [Pipeline] sh 04:37:38 + ls -al . 04:37:38 total 588 04:37:38 drwxrwxr-x 10 1001 1001 4096 Jul 23 04:36 . 04:37:38 drwxr-xr-x 4 root root 4096 Jul 23 04:34 .. 04:37:38 -rw-rw-r-- 1 1001 1001 11 Jul 23 04:32 .dockerignore 04:37:38 drwxrwxr-x 8 1001 1001 4096 Jul 23 04:32 .git 04:37:38 drwxrwxr-x 3 1001 1001 4096 Jul 23 04:32 .github 04:37:38 -rw-rw-r-- 1 1001 1001 924 Jul 23 04:32 .gitignore 04:37:38 drwxrwxr-x 3 1001 1001 4096 Jul 23 04:33 .semver 04:37:38 -rw-rw-r-- 1 1001 1001 178 Jul 23 04:32 .sonarcloud.properties 04:37:38 -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:32 CONTRIBUTING.md 04:37:38 -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:32 Dockerfile.build 04:37:38 -rw-rw-r-- 1 1001 1001 824 Jul 23 04:32 Jenkinsfile 04:37:38 -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:32 LICENSE 04:37:38 -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:32 Makefile 04:37:38 -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:32 README.md 04:37:38 -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:32 SECURITY.md 04:37:38 -rw-rw-r-- 1 1001 1001 5 Jul 23 04:30 VERSION 04:37:38 -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:32 ZMQWindows.md 04:37:38 drwxrwxr-x 4 1001 1001 4096 Jul 23 04:32 api 04:37:38 drwxrwxr-x 2 1001 1001 4096 Jul 23 04:32 bin 04:37:38 drwxrwxr-x 15 1001 1001 4096 Jul 23 04:32 cmd 04:37:38 -rw-r--r-- 1 root root 456067 Jul 23 04:36 coverage.out 04:37:38 -rw-r--r-- 1 root root 1019 Jul 23 04:36 go.mod 04:37:38 -rw-r--r-- 1 root root 18146 Jul 23 04:36 go.sum 04:37:38 drwxrwxr-x 8 1001 1001 4096 Jul 23 04:32 internal 04:37:38 drwxrwxr-x 4 1001 1001 4096 Jul 23 04:32 snap 04:37:38 -rw-rw-r-- 1 1001 1001 168 Jul 23 04:32 version.go [Pipeline] sh 04:37:38 + '[' -e coverage.out ] 04:37:38 + chown 1001:1001 coverage.out [Pipeline] stash 04:37:38 Warning: overwriting stash ‘coverage-report’ 04:37:40 Stashed 1 file(s) [Pipeline] sh 04:37:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:37:40 + make build 04:37:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:37:48 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:48 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:37:48 ---> 41436662df1c 04:37:48 Step 3/29 : WORKDIR /edgex-go 04:37:48 ---> Using cache 04:37:48 ---> 1b525b326492 04:37:48 Step 4/29 : RUN apk update && apk add make git 04:37:48 ---> Running in 6b518e8fdcf7 04:37:49 Removing intermediate container 2b390655e0bd 04:37:49 ---> 50b8398f785d 04:37:49 04:37:49 Step 10/20 : FROM alpine 04:37:49 latest: Pulling from library/alpine 04:37:49 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:49 Status: Downloaded newer image for alpine:latest 04:37:49 ---> a24bb4013296 04:37:49 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:37:50 ---> Running in efbebfc7095f 04:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:51 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:51 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:51 OK: 12749 distinct packages available 04:37:52 (1/4) Installing ca-certificates (20191127-r4) 04:37:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:52 (3/4) Installing libcurl (7.69.1-r0) 04:37:52 (4/4) Installing curl (7.69.1-r0) 04:37:52 Executing busybox-1.31.1-r16.trigger 04:37:52 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:52 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:52 OK: 12749 distinct packages available 04:37:52 Executing ca-certificates-20191127-r4.trigger 04:37:52 OK: 7 MiB in 18 packages 04:37:52 OK: 233 MiB in 51 packages 04:37:54 Removing intermediate container 16f8fdb04143 04:37:54 ---> ab325b7c4022 04:37:54 04:37:54 Step 10/21 : FROM scratch 04:37:54 ---> 04:37:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:54 ---> Using cache 04:37:54 ---> 92458b1098b1 04:37:54 Step 12/21 : ENV APP_PORT=48081 04:37:56 ---> Running in dc55a4e3df86 04:37:57 Removing intermediate container 6b518e8fdcf7 04:37:57 ---> 9bd79f0bb840 04:37:57 Step 5/29 : COPY go.mod . 04:37:57 Removing intermediate container efbebfc7095f 04:37:57 ---> ee2e4744529b 04:37:57 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:57 Removing intermediate container dc55a4e3df86 04:37:57 ---> 4db96b1bf713 04:37:57 Step 13/21 : EXPOSE $APP_PORT 04:37:58 ---> Running in 9ef37978aba5 04:37:58 Removing intermediate container b4e13e3fcfb1 04:37:58 ---> b4472c83e6db 04:37:58 04:37:58 Step 10/22 : FROM alpine 04:37:58 ---> a24bb4013296 04:37:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:58 ---> Running in 2df8ebc0b75c 04:37:58 ---> 0fec515f3c08 04:37:58 Step 6/29 : RUN go mod download 04:37:58 ---> Running in dc87b2ee7c08 04:37:58 Removing intermediate container 9ef37978aba5 04:37:58 ---> bc367a687f6f 04:37:58 Step 13/20 : WORKDIR /edgex 04:37:59 ---> Running in 5c6767920930 04:37:59 Removing intermediate container 2df8ebc0b75c 04:37:59 ---> 1529e93152f3 04:37:59 Step 14/21 : WORKDIR / 04:37:59 ---> Running in 0d7ca17d94fb 04:37:59 ---> Running in dd3a45e4add2 04:37:59 Removing intermediate container dc87b2ee7c08 04:37:59 ---> ba5150bec21e 04:37:59 Step 12/22 : ENV APP_PORT=48080 04:37:59 ---> Running in a6de18e50c4c 04:37:59 Removing intermediate container 0d7ca17d94fb 04:37:59 ---> 15e272d4ba4a 04:37:59 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:59 Removing intermediate container dd3a45e4add2 04:37:59 ---> 7e0cc879ef95 04:37:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:37:59 Removing intermediate container a6de18e50c4c 04:37:59 ---> 93b5d1a2a0f1 04:37:59 Step 13/22 : EXPOSE $APP_PORT 04:38:00 ---> Running in e4fe382c5839 04:38:00 ---> 24f17b11bca7 04:38:00 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:38:00 Removing intermediate container e4fe382c5839 04:38:00 ---> 2507e7170f44 04:38:00 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:00 ---> 47c25126b1fb 04:38:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:38:01 ---> Running in 3e4ec6764569 04:38:01 ---> 43334eb28674 04:38:01 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:01 ---> 7ee16ae39d87 04:38:01 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:38:02 ---> Running in 6e516896813b 04:38:02 Removing intermediate container 5c6767920930 04:38:02 ---> 9e2f47c6bbdf 04:38:02 Step 7/29 : COPY . . 04:38:02 ---> ee4a910808c0 04:38:02 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:02 Removing intermediate container 6e516896813b 04:38:02 ---> a96e123c6827 04:38:02 Step 17/20 : CMD ["--init=true"] 04:38:03 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:38:03 ---> Running in 183490ccf537 04:38:03 ---> Running in fa61864de787 04:38:11 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:38:11 Removing intermediate container fa61864de787 04:38:11 ---> 795287a1f646 04:38:11 Step 18/20 : LABEL arch=x86_64 04:38:12 Removing intermediate container 183490ccf537 04:38:12 ---> ab411939576a 04:38:12 Step 19/21 : LABEL arch=x86_64 04:38:12 Removing intermediate container 3bf47a4f78ca 04:38:12 ---> b8be1ac2d33e 04:38:12 04:38:12 Step 10/21 : FROM scratch 04:38:12 ---> 04:38:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:38:12 ---> Running in fd28d0520a5f 04:38:13 ---> Using cache 04:38:13 ---> 3617c80f73e2 04:38:13 Step 12/21 : ENV APP_PORT=48061 04:38:15 ---> Running in 8b02ec921dd7 04:38:16 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:38:17 Removing intermediate container 3e4ec6764569 04:38:17 ---> 7ba24e69aa2e 04:38:17 Step 15/22 : RUN apk --no-cache add zeromq 04:38:17 ---> Running in 295f9e85b74c 04:38:18 Removing intermediate container fd28d0520a5f 04:38:18 ---> b205254b22f3 04:38:18 Step 19/20 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:38:18 ---> Running in 4b8f10426ca6 04:38:18 Removing intermediate container 8b02ec921dd7 04:38:18 ---> 4bbf36bb9211 04:38:18 Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:38:18 Removing intermediate container 295f9e85b74c 04:38:18 ---> 2f3a4a498f44 04:38:18 Step 13/21 : EXPOSE $APP_PORT 04:38:18 ---> Running in b1820bcbcf74 04:38:20 ---> Running in 047917c45e73 04:38:20 ---> Running in ca821719acd8 04:38:20 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:38:21 Removing intermediate container b1820bcbcf74 04:38:21 ---> 067dc2cb8f5e 04:38:21 Step 20/20 : LABEL version=0.0.0 04:38:21 Removing intermediate container 047917c45e73 04:38:21 ---> d8fad8b2de04 04:38:21 Step 21/21 : LABEL version=0.0.0 04:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:22 ---> Running in 18556133fdaf 04:38:22 ---> Running in fdb5e355ea12 04:38:22 Removing intermediate container ca821719acd8 04:38:22 ---> 2533bc26e494 04:38:22 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:22 ---> 802c90b68df5 04:38:22 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:38:22 Removing intermediate container fdb5e355ea12 04:38:22 ---> a1235f0a842c 04:38:22 04:38:22 Removing intermediate container 18556133fdaf 04:38:22 ---> 01e8733bda1e 04:38:22 04:38:22 ---> Running in d0492a1264ab 04:38:22 Successfully built a1235f0a842c 04:38:22 ---> 4712dfc7d2ae 04:38:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:38:22 (1/5) Installing libgcc (9.3.0-r2) 04:38:22 Successfully built 01e8733bda1e 04:38:22 Successfully tagged docker-core-metadata-go:latest 04:38:23  Building docker-core-metadata-go ... done Successfully tagged docker-security-proxy-setup-go:latest 04:38:23  Building docker-security-proxy-setup-go ... done (2/5) Installing libsodium (1.0.18-r0) 04:38:23 (3/5) Installing libstdc++ (9.3.0-r2) 04:38:23 (4/5) Installing libzmq (4.3.2-r0) 04:38:23 ---> adbabe4ff2d2 04:38:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:38:23 (5/5) Installing zeromq (4.3.2-r0) 04:38:23 Executing busybox-1.31.1-r16.trigger 04:38: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:38:23 OK: 8 MiB in 19 packages 04:38:24 ---> 272dc350843a 04:38:24 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:38:24 Removing intermediate container 4b8f10426ca6 04:38:24 ---> 348eba0629fb 04:38:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:38:24 ---> dfc64dac5c5b 04:38:24 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:24 ---> Running in 627618926aff 04:38:24 ---> fd3b71d04fb3 04:38:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:38:24 Removing intermediate container 627618926aff 04:38:24 ---> 48c6668bb30e 04:38:24 Step 19/21 : LABEL arch=x86_64 04:38:25 ---> Running in 8a185fd0c8e7 04:38:25 Removing intermediate container 8a185fd0c8e7 04:38:25 ---> d42eb00907f5 04:38:25 Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:38:25 ---> Running in 5be1b574b98a 04:38:25 ---> 6d55e65a64a9 04:38:25 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:38:25 Removing intermediate container 5be1b574b98a 04:38:25 ---> 3af297bcbcd6 04:38:25 Step 21/21 : LABEL version=0.0.0 04:38:25 ---> Running in c279ef221c17 04:38:25 ---> a487533d7577 04:38:25 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:26 ---> Running in c962c311c3f2 04:38:26 Removing intermediate container c279ef221c17 04:38:26 ---> d8b4a8a7264f 04:38:26 04:38:26 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:38:26 Successfully built d8b4a8a7264f 04:38:26 Successfully tagged docker-support-logging-go:latest 04:38:26 Removing intermediate container c962c311c3f2 04:38:26 ---> 8e26cf479d4a 04:38:26 Step 20/22 : LABEL arch=x86_64 04:38:27  Building docker-support-logging-go ... done  ---> Running in b28d2a8dfd8f 04:38:27 Removing intermediate container b28d2a8dfd8f 04:38:27 ---> 0621b4c314e2 04:38:27 Step 21/22 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:38:27 ---> Running in 236626b6c0d0 04:38:27 Removing intermediate container 236626b6c0d0 04:38:27 ---> 9e23ee496422 04:38:27 Step 22/22 : LABEL version=0.0.0 04:38:27 ---> Running in 524aaa84582e 04:38:28 Removing intermediate container 524aaa84582e 04:38:28 ---> 40e7992572c7 04:38:28 04:38:28 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:38:28 Successfully built 40e7992572c7 04:38:28 Successfully tagged docker-core-data-go:latest 04:38: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:38:35  Building docker-core-data-go ... done Removing intermediate container d0492a1264ab 04:38:35 ---> f6cd72d89fcd 04:38:35 04:38:35 Step 9/29 : FROM alpine:latest 04:38:35 ---> a24bb4013296 04:38:35 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:38:35 ---> Running in 2b66847f467e 04:38:35 Removing intermediate container 2b66847f467e 04:38:35 ---> 5825b638d63c 04:38:35 Step 11/29 : USER root 04:38:35 ---> Running in a3f0ba3ede1b 04:38:35 Removing intermediate container a3f0ba3ede1b 04:38:35 ---> f2becad199a7 04:38:35 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:38:35 ---> Running in 620ef49ae712 04:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:35 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:35 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:35 OK: 12749 distinct packages available 04:38:35 (1/2) Installing ca-certificates (20191127-r4) 04:38:35 (2/2) Installing dumb-init (1.2.2-r1) 04:38:35 Executing busybox-1.31.1-r16.trigger 04:38:35 Executing ca-certificates-20191127-r4.trigger 04:38:35 OK: 6 MiB in 16 packages 04:38:37 Removing intermediate container 620ef49ae712 04:38:37 ---> 41e2cd45ba72 04:38:37 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:38:37 ---> Running in fd577dd22657 04:38:37 Removing intermediate container fd577dd22657 04:38:37 ---> a49729958796 04:38:37 Step 14/29 : WORKDIR $BASE_DIR 04:38:37 ---> Running in 16bad76ccf60 04:38:37 Removing intermediate container 16bad76ccf60 04:38:37 ---> e65729ddbb17 04:38:37 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:38:37 ---> Running in f753e0c918d8 04:38:37 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:38:38 Removing intermediate container f753e0c918d8 04:38:38 ---> 57408a506ad1 04:38:38 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:38:38 ---> d0b5fc404f5e 04:38:38 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:38:39 ---> a0cd728da673 04:38:39 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:38:39 ---> a37153da53a2 04:38:39 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:38:39 ---> 29525b2f7676 04:38:39 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:38:39 ---> 0b37e19b2752 04:38:39 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:38:39 ---> Running in a2e38df28648 04:38:40 Removing intermediate container a2e38df28648 04:38:40 ---> 93ca971e93b9 04:38:40 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:38:40 ---> 28afc336a113 04:38:40 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:38:40 ---> Running in 54fb8084dd32 04:38:41 Removing intermediate container 54fb8084dd32 04:38:41 ---> 3200ef90497c 04:38:41 Step 24/29 : RUN chmod 755 security-secrets-setup 04:38:41 ---> Running in 29e74cfd13b6 04:38:42 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:38:43 Removing intermediate container 29e74cfd13b6 04:38:43 ---> bcc752bd459e 04:38:43 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:38:43 ---> Running in 00777ebc571d 04:38:43 Removing intermediate container 00777ebc571d 04:38:43 ---> e3acfad7331c 04:38:43 Step 26/29 : CMD [ "generate" ] 04:38:43 ---> Running in d45f4b519b9c 04:38:43 Removing intermediate container d45f4b519b9c 04:38:43 ---> 73e57b705bb6 04:38:43 Step 27/29 : LABEL arch=x86_64 04:38:43 ---> Running in 480860bb6d4c 04:38:44 Removing intermediate container 480860bb6d4c 04:38:44 ---> c665c0a3a063 04:38:44 Step 28/29 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:38:44 ---> Running in b5b1ee20f4ac 04:38:44 Removing intermediate container b5b1ee20f4ac 04:38:44 ---> 524ca8aa6ec3 04:38:44 Step 29/29 : LABEL version=0.0.0 04:38:44 ---> Running in f8469cc0c7fd 04:38:44 Removing intermediate container f8469cc0c7fd 04:38:44 ---> dc8e58653641 04:38:44 04:38:44 Successfully built dc8e58653641 04:38:44 Successfully tagged docker-security-secrets-setup-go:latest 04:38:45  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:38:45 $ docker stop --time=1 a88238e9eae13a6378fbbe416183e543c03699b27d8292f947ac5085433b17ec 04:38:46 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:38:47 $ docker rm -f a88238e9eae13a6378fbbe416183e543c03699b27d8292f947ac5085433b17ec [Pipeline] // withDockerContainer [Pipeline] sh 04:38:47 + docker images 04:38:47 + grep docker 04:38:48 docker-security-secrets-setup-go latest dc8e58653641 3 seconds ago 25.1MB 04:38:48 docker-core-data-go latest 40e7992572c7 19 seconds ago 23.8MB 04:38:48 docker-support-logging-go latest d8b4a8a7264f 21 seconds ago 11.8MB 04:38:48 docker-security-proxy-setup-go latest 01e8733bda1e 25 seconds ago 16.4MB 04:38:48 docker-core-metadata-go latest a1235f0a842c 25 seconds ago 14.4MB 04:38:48 docker-sys-mgmt-agent-go latest d597a5163df7 About a minute ago 284MB 04:38:48 docker-security-secretstore-setup-go latest aabe98de3947 2 minutes ago 33.9MB 04:38:48 docker-support-notifications-go latest 7f4792de3300 2 minutes ago 14.4MB 04:38:48 docker-support-scheduler-go latest aa6c69bc1b10 2 minutes ago 13.1MB 04:38:48 docker-core-command-go latest 0927e80b4ef1 2 minutes ago 13MB 04:38:48 docker latest 81f5749c9058 3 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:38:50 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:38:55 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:38:57 $ docker stop --time=1 122b5ab748b8cf4cc2eb0a5aa178605f62f01f6280f02db8dffaff52e82a5b6e 04:39:00 $ docker rm -f 122b5ab748b8cf4cc2eb0a5aa178605f62f01f6280f02db8dffaff52e82a5b6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:01 04:39:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:39:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:02 latest: Pulling from edgex-devops/edgex-compose-arm64 04:39:02 29e5d40040c1: Already exists 04:39:02 1ce36da41761: Pulling fs layer 04:39:02 25b303627fd3: Pulling fs layer 04:39:03 1ce36da41761: Verifying Checksum 04:39:03 1ce36da41761: Download complete 04:39:04 1ce36da41761: Pull complete 04:39:04 25b303627fd3: Download complete 04:39:14 25b303627fd3: Pull complete 04:39:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:39:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:39:15 prd-ubuntu18.04-docker-arm64-4c-16g-685 does not seem to be running inside a container 04:39:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:39:19 $ docker top 638db22fd42a712f28d2472e149510f28fb3cbeab8fc775da4cdc926ba49508e -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:20 + docker-compose build --help 04:39:20 + grep parallel 04:39:24 --parallel Build images in parallel. [Pipeline] } 04:39:24 $ docker stop --time=1 638db22fd42a712f28d2472e149510f28fb3cbeab8fc775da4cdc926ba49508e 04:39:26 $ docker rm -f 638db22fd42a712f28d2472e149510f28fb3cbeab8fc775da4cdc926ba49508e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:27 . [Pipeline] withDockerContainer 04:39:27 prd-ubuntu18.04-docker-arm64-4c-16g-685 does not seem to be running inside a container 04:39:27 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:39:29 $ docker top 45c1b9e4dd1a498df7c9b4ecc4761810cd5eab68a88afa9e17592dfb86e35566 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:30 + docker-compose -f ./docker-compose-build.yml build --parallel 04:39:34 Building docker-core-command-go ... 04:39:34 Building docker-core-data-go ... 04:39:34 Building docker-core-metadata-go ... 04:39:34 Building docker-security-proxy-setup-go ... 04:39:34 Building docker-security-secrets-setup-go ... 04:39:34 Building docker-security-secretstore-setup-go ... 04:39:34 Building docker-support-logging-go ... 04:39:34 Building docker-support-notifications-go ... 04:39:34 Building docker-support-scheduler-go ... 04:39:34 Building docker-sys-mgmt-agent-go ... 04:39:34 Building docker-core-command-go 04:39:34 Building docker-security-secretstore-setup-go 04:39:34 Building docker-support-notifications-go 04:39:34 Building docker-core-data-go 04:39:34 Building docker-support-scheduler-go 04:41:26 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:26 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:26 ---> 5acf6929791a 04:41:26 Step 3/20 : WORKDIR /edgex-go 04:41:26 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:26 ---> 5acf6929791a 04:41:26 Step 3/26 : WORKDIR /edgex-go 04:41:26 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:41:26 ---> 5acf6929791a 04:41:26 Step 3/22 : WORKDIR /edgex-go 04:41:26 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:41:26 ---> 5acf6929791a 04:41:26 Step 3/23 : WORKDIR /edgex-go 04:41:26 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:41:26 ---> 5acf6929791a 04:41:26 Step 3/21 : WORKDIR /edgex-go 04:41:26 ---> Running in b2ab0d842b4a 04:41:26 ---> Running in c8d79ffaf996 04:41:26 ---> Running in f20fc56a6471 04:41:26 ---> Running in 36afdb798765 04:41:26 ---> Running in 064e05c06dd0 04:41:26 Removing intermediate container 064e05c06dd0 04:41:26 ---> c9ce557632c5 04:41:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:26 Removing intermediate container c8d79ffaf996 04:41:26 ---> 5ab2de275466 04:41:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:26 ---> Running in 56b7bee3325d 04:41:26 Removing intermediate container 36afdb798765 04:41:26 ---> 2b467084520a 04:41:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:26 Removing intermediate container b2ab0d842b4a 04:41:26 ---> a04efc569159 04:41:26 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:26 Removing intermediate container f20fc56a6471 04:41:26 ---> ae414912a55e 04:41:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:26 ---> Running in a00c46ae92b2 04:41:26 ---> Running in 5838c06dac79 04:41:26 ---> Running in 632a860a50b3 04:41:26 ---> Running in 3659f4cef7ea 04:41:26 Removing intermediate container 56b7bee3325d 04:41:26 ---> ac09860a661c 04:41:26 Step 5/21 : RUN apk update && apk add make git 04:41:26 ---> Running in e60e15becc65 04:41:26 Removing intermediate container a00c46ae92b2 04:41:26 ---> 541813ffcc3f 04:41:26 Step 5/26 : RUN apk update && apk add make git 04:41:26 Removing intermediate container 632a860a50b3 04:41:26 ---> 14be01a618a4 04:41:26 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:41:26 ---> Running in 36ba1429d74f 04:41:26 ---> Running in 6dbdc3c74d11 04:41:26 Removing intermediate container 5838c06dac79 04:41:26 ---> ed3c66256a2f 04:41:26 Step 5/20 : RUN apk update && apk add make git 04:41:26 Removing intermediate container 3659f4cef7ea 04:41:26 ---> a1803e09af6b 04:41:26 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:41:26 ---> Running in 024ed7c48dec 04:41:26 ---> Running in e30ad1d4b078 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:26 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:26 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:26 OK: 12620 distinct packages available 04:41:26 OK: 217 MiB in 51 packages 04:41:26 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:26 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:26 OK: 12620 distinct packages available 04:41:26 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:26 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:26 OK: 12620 distinct packages available 04:41:26 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:26 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:26 OK: 12620 distinct packages available 04:41:26 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:26 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:26 OK: 12620 distinct packages available 04:41:27 OK: 217 MiB in 51 packages 04:41:27 OK: 217 MiB in 51 packages 04:41:27 OK: 217 MiB in 51 packages 04:41:27 OK: 217 MiB in 51 packages 04:41:28 Removing intermediate container e60e15becc65 04:41:28 ---> 8b4f09b4f91e 04:41:28 Step 6/21 : COPY go.mod . 04:41:29 Removing intermediate container e30ad1d4b078 04:41:29 ---> eb434ca73995 04:41:29 Step 6/23 : COPY go.mod . 04:41:29 Removing intermediate container 024ed7c48dec 04:41:29 ---> 6ca0c055ee57 04:41:29 Step 6/20 : COPY go.mod . 04:41:30 ---> 4208b8f90db2 04:41:30 Step 7/21 : RUN go mod download 04:41:30 Removing intermediate container 6dbdc3c74d11 04:41:30 ---> 1e6d96fa7810 04:41:30 Step 6/22 : COPY go.mod . 04:41:30 Removing intermediate container 36ba1429d74f 04:41:30 ---> f5ba3c12c110 04:41:30 Step 6/26 : COPY go.mod . 04:41:30 ---> Running in 0d55eadafda6 04:41:30 ---> 861eb12f9a97 04:41:30 Step 7/23 : RUN go mod download 04:41:30 ---> Running in d4c076eec8c1 04:41:31 ---> 3f2e2e3df66c 04:41:31 Step 7/20 : RUN go mod download 04:41:31 ---> 85d786e69f86 04:41:31 Step 7/26 : RUN go mod download 04:41:31 ---> 42c8cb585a17 04:41:31 ---> Running in a7e7de5d208c 04:41:31 Step 7/22 : RUN go mod download 04:41:31 ---> Running in 1227ff4b399e 04:41:31 ---> Running in 416208dbfbd1 04:41:35 Removing intermediate container 0d55eadafda6 04:41:35 ---> 9add5f09f83d 04:41:35 Step 8/21 : COPY . . 04:41:36 Removing intermediate container d4c076eec8c1 04:41:36 ---> 9443d5eedb57 04:41:36 Step 8/23 : COPY . . 04:41:39 Removing intermediate container a7e7de5d208c 04:41:39 ---> 5f0ae11fc412 04:41:39 Step 8/20 : COPY . . 04:41:41 Removing intermediate container 1227ff4b399e 04:41:41 ---> c44db333a0ea 04:41:41 Step 8/26 : COPY . . 04:41:42 Removing intermediate container 416208dbfbd1 04:41:42 ---> 565dd711e605 04:41:42 Step 8/22 : COPY . . 04:42:09 ---> 5e59d149f2d4 04:42:09 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:42:09 ---> 94d7d071d167 04:42:09 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:42:09 ---> 654ceca71034 04:42:09 Step 9/21 : RUN make cmd/core-command/core-command 04:42:09 ---> 682188bda1eb 04:42:09 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:42:09 ---> 74cf720dc95b 04:42:09 Step 9/22 : RUN make cmd/core-data/core-data 04:42:09 ---> Running in a8b97bbb0fbd 04:42:09 ---> Running in e22dd8991885 04:42:09 ---> Running in 316596f3abbc 04:42:09 ---> Running in d8ec8fa5bd26 04:42:09 ---> Running in 7da16358f454 04:42:11 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:12 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:42:12 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:42:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:42:12 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:43:49 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:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:44:07 Removing intermediate container d8ec8fa5bd26 04:44:07 ---> 5b7dac4daf18 04:44:07 04:44:07 Step 10/26 : FROM alpine:3.10 04:44:07 3.10: Pulling from library/alpine 04:44:09 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:09 Status: Downloaded newer image for alpine:3.10 04:44:09 ---> 536a684cf733 04:44:09 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:10 ---> Running in 5633dd7455a0 04:44:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:44:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:44:14 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:14 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:14 OK: 10167 distinct packages available 04:44:14 (1/5) Installing ca-certificates (20191127-r2) 04:44:14 Removing intermediate container e22dd8991885 04:44:14 ---> 3cfbaad22be3 04:44:14 04:44:14 Step 10/21 : FROM scratch 04:44:14 ---> 04:44:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:15 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:15 (3/5) Installing libcurl (7.66.0-r0) 04:44:15 (4/5) Installing curl (7.66.0-r0) 04:44:15 (5/5) Installing dumb-init (1.2.2-r1) 04:44:15 Executing busybox-1.30.1-r3.trigger 04:44:15 Executing ca-certificates-20191127-r2.trigger 04:44:15 OK: 7 MiB in 19 packages 04:44:15 ---> Running in e7bcaddc4149 04:44:16 Removing intermediate container e7bcaddc4149 04:44:16 ---> 5293628810c9 04:44:16 Step 12/21 : ENV APP_PORT=48082 04:44:16 ---> Running in 9734e28a9b39 04:44:17 Removing intermediate container a8b97bbb0fbd 04:44:17 ---> 6c8c97015bcf 04:44:17 04:44:17 Step 10/20 : FROM scratch 04:44:17 ---> 04:44:17 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:17 Removing intermediate container 316596f3abbc 04:44:17 ---> a3bb5a1eedf9 04:44:17 04:44:17 Step 10/23 : FROM scratch 04:44:17 ---> 04:44:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:17 Removing intermediate container 9734e28a9b39 04:44:17 ---> 662939aa7aa8 04:44:17 Step 13/21 : EXPOSE $APP_PORT 04:44:17 ---> Using cache 04:44:17 ---> 5293628810c9 04:44:17 Step 12/20 : ENV APP_PORT=48085 04:44:17 ---> Running in d7d958d46aa1 04:44:17 ---> Running in d8abf193fcf2 04:44:17 ---> Running in 4b81cc6b8f79 04:44:18 Removing intermediate container 5633dd7455a0 04:44:18 ---> 1e6c0c2bed36 04:44:18 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:18 ---> Running in a5091c64aece 04:44:18 Removing intermediate container d7d958d46aa1 04:44:18 ---> 0d7926afebf8 04:44:18 Step 14/21 : WORKDIR / 04:44:18 Removing intermediate container 4b81cc6b8f79 04:44:18 ---> 3a06d0e19031 04:44:18 Step 12/23 : ENV APP_PORT=48060 04:44:18 Removing intermediate container d8abf193fcf2 04:44:18 ---> efec9a8adaa1 04:44:18 Step 13/20 : EXPOSE $APP_PORT 04:44:18 ---> Running in 4ebc77576ce4 04:44:18 ---> Running in 1856ae8be498 04:44:18 ---> Running in 753da140c767 04:44:18 Removing intermediate container a5091c64aece 04:44:18 ---> 2467d0741963 04:44:18 Step 13/26 : WORKDIR / 04:44:19 ---> Running in e7fa6ff4fcab 04:44:19 Removing intermediate container 753da140c767 04:44:19 ---> aa067d8299cc 04:44:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:44:19 Removing intermediate container 4ebc77576ce4 04:44:19 ---> 267657e9c20e 04:44:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:44:19 Removing intermediate container 1856ae8be498 04:44:19 ---> 014954c0f006 04:44:19 Step 13/23 : EXPOSE $APP_PORT 04:44:19 ---> Running in 022a37d2d362 04:44:19 Removing intermediate container e7fa6ff4fcab 04:44:19 ---> c9694bccb2fd 04:44:19 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:20 Removing intermediate container 022a37d2d362 04:44:20 ---> a8b84ab217ec 04:44:20 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:44:20 ---> ddd155cd2bab 04:44:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:44:20 ---> a7faa651fc5a 04:44:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:44:21 ---> 09be996d8a8c 04:44:21 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:22 ---> 3c4f9844ec52 04:44:22 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:44:23 ---> 4a354de80d0e 04:44:23 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:44:23 ---> 13e71637dcc6 04:44:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:23 ---> 63ce83fbdf7a 04:44:23 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:44:23 ---> d4babc8d71cb 04:44:23 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:44:24 ---> 749ea1611a5a 04:44:24 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:24 ---> Running in 7cd371e423f1 04:44:24 ---> ff74d5d1cb02 04:44:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:44:24 ---> 7644c0cf691d 04:44:24 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:24 Removing intermediate container 7cd371e423f1 04:44:24 ---> ac24d6eb4a73 04:44:24 Step 18/20 : LABEL arch=arm64 04:44:24 ---> Running in d566904e9d3b 04:44:25 ---> Running in 6956a47894af 04:44:25 ---> 33dde4777512 04:44:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:25 Removing intermediate container d566904e9d3b 04:44:25 ---> 98b916aaa6df 04:44:25 Step 19/21 : LABEL arch=arm64 04:44:25 ---> ec9cf344d7f7 04:44:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:44:25 ---> Running in 83d6d5537191 04:44:26 Removing intermediate container 6956a47894af 04:44:26 ---> 39d6b59c8c26 04:44:26 Step 19/20 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:44:26 ---> Running in e81511342134 04:44:26 Removing intermediate container 83d6d5537191 04:44:26 ---> 968da4004f58 04:44:26 Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:44:26 ---> 7788117c8c06 04:44:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:44:26 ---> Running in 6044a259ab62 04:44:27 Removing intermediate container e81511342134 04:44:27 ---> 90f65888768c 04:44:27 Step 20/20 : LABEL version=0.0.0 04:44:27 ---> 95f2b4bfa8d1 04:44:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:28 ---> Running in 52316f299634 04:44:28 Removing intermediate container 6044a259ab62 04:44:28 ---> f32c288ea781 04:44:28 Step 21/21 : LABEL version=0.0.0 04:44:28 ---> 513e591dc67e 04:44:28 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:44:28 ---> Running in ce8197175416 04:44:29 Removing intermediate container 52316f299634 04:44:29 ---> fed0c8573d2a 04:44:29 04:44:29 ---> 7a3c2d1398ab 04:44:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:44:29 Successfully built fed0c8573d2a 04:44:30 Removing intermediate container ce8197175416 04:44:30 ---> c602ad9115a1 04:44:30 04:44:30 Successfully tagged docker-support-scheduler-go-arm64:latest 04:44:30  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 04:44:30 ---> 264006154645 04:44:30 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:30 Removing intermediate container 7da16358f454 04:44:30 ---> 7c620a9a861b 04:44:30 04:44:30 Step 10/22 : FROM alpine 04:44:30 ---> Running in b0ad8fa78587 04:44:30 latest: Pulling from library/alpine 04:44:30 Successfully built c602ad9115a1 04:44:30 Successfully tagged docker-core-command-go-arm64:latest 04:44:30 Building docker-security-proxy-setup-go 04:44:31  Building docker-core-command-go ... done Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:44:31 Status: Downloaded newer image for alpine:latest 04:44:31 ---> 62ee0e9f8440 04:44:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:31 Removing intermediate container b0ad8fa78587 04:44:31 ---> 57f9996026c5 04:44:31 Step 21/23 : LABEL arch=arm64 04:44:31 ---> 9ae7abaef36e 04:44:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:31 ---> Running in 64373727ef9e 04:44:31 ---> Running in ff5156d40df8 04:44:32 Removing intermediate container ff5156d40df8 04:44:32 ---> 7e8d1b7d96ca 04:44:32 Step 12/22 : ENV APP_PORT=48080 04:44:32 Removing intermediate container 64373727ef9e 04:44:32 ---> 3502d650661f 04:44:32 Step 22/23 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:44:35 ---> 5de3aed70cde 04:44:35 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:35 ---> Running in 4bf6c4d21d1c 04:44:35 ---> Running in 99c08bba6a52 04:44:36 ---> Running in ce1cffbce596 04:44:37 Removing intermediate container 99c08bba6a52 04:44:37 ---> 5a88baa9265b 04:44:37 Step 23/23 : LABEL version=0.0.0 04:44:37 Removing intermediate container 4bf6c4d21d1c 04:44:37 ---> 54de9e20f3fe 04:44:37 Step 13/22 : EXPOSE $APP_PORT 04:44:38 ---> Running in 5092aa3da3cf 04:44:38 ---> Running in 67b1aa9b6b67 04:44:40 Removing intermediate container 5092aa3da3cf 04:44:40 ---> f1acd2571b75 04:44:40 04:44:40 Removing intermediate container 67b1aa9b6b67 04:44:40 ---> 48444598bcbd 04:44:40 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:40 Successfully built f1acd2571b75 04:44:40 Successfully tagged docker-support-notifications-go-arm64:latest 04:44:40  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 04:44:41 ---> Running in 97424c64f274 04:44:42 Removing intermediate container ce1cffbce596 04:44:42 ---> b5108481a386 04:44:42 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:44:42 ---> Running in 76dca9f36b74 04:44:43 Removing intermediate container 76dca9f36b74 04:44:43 ---> 4167ff588c5c 04:44:43 Step 24/26 : LABEL arch=arm64 04:44:43 ---> Running in 22484b8a866e 04:44:44 Removing intermediate container 22484b8a866e 04:44:44 ---> 3a593288d0e5 04:44:44 Step 25/26 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:44:44 Removing intermediate container 97424c64f274 04:44:44 ---> 3c4ec5537c09 04:44:44 Step 15/22 : RUN apk --no-cache add zeromq 04:44:45 ---> Running in 5db69e3e3229 04:44:45 ---> Running in 769c2f2d8ccc 04:44:45 Removing intermediate container 5db69e3e3229 04:44:45 ---> 0aa493c41951 04:44:45 Step 26/26 : LABEL version=0.0.0 04:44:46 ---> Running in daee45f2e65d 04:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:47 Removing intermediate container daee45f2e65d 04:44:47 ---> 501c98cf780e 04:44:47 04:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:48 Successfully built 501c98cf780e 04:44:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:44:48 Building docker-core-metadata-go 04:44:48  Building docker-security-secretstore-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) 04:44:48 (2/5) Installing libsodium (1.0.18-r0) 04:44:48 (3/5) Installing libstdc++ (9.3.0-r2) 04:44:49 (4/5) Installing libzmq (4.3.2-r0) 04:44:49 (5/5) Installing zeromq (4.3.2-r0) 04:44:49 Executing busybox-1.31.1-r16.trigger 04:44:49 OK: 8 MiB in 19 packages 04:44:52 Removing intermediate container 769c2f2d8ccc 04:44:52 ---> f9ff3b8f8a5d 04:44:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:44:55 ---> e1e74cb024e1 04:44:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:44:57 ---> ec92b7abe79e 04:44:57 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:44:59 ---> f137b509176d 04:44:59 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:00 ---> Running in f82e4fabb7d1 04:45:01 Removing intermediate container f82e4fabb7d1 04:45:01 ---> 2b4bfc8b204e 04:45:01 Step 20/22 : LABEL arch=arm64 04:45:01 ---> Running in 211887f482c4 04:45:02 Removing intermediate container 211887f482c4 04:45:02 ---> 9a3e7aa4e603 04:45:02 Step 21/22 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:45:02 ---> Running in 8fa2eea78291 04:45:03 Removing intermediate container 8fa2eea78291 04:45:03 ---> 42b8b2073bb5 04:45:03 Step 22/22 : LABEL version=0.0.0 04:45:04 ---> Running in 781457afa253 04:45:05 Removing intermediate container 781457afa253 04:45:05 ---> 461cc07c8718 04:45:05 04:45:05 Successfully built 461cc07c8718 04:45:05 Successfully tagged docker-core-data-go-arm64:latest 04:45:05 Building docker-support-logging-go 04:45:44  Building docker-core-data-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:44 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:45:44 ---> 5acf6929791a 04:45:44 Step 3/29 : WORKDIR /edgex-go 04:45:44 ---> Using cache 04:45:44 ---> ae414912a55e 04:45:44 Step 4/29 : RUN apk update && apk add make git 04:45:44 ---> Running in b9847022b6d6 04:45:44 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:45:44 ---> 5acf6929791a 04:45:44 Step 3/20 : WORKDIR /edgex-go 04:45:44 ---> Using cache 04:45:44 ---> ae414912a55e 04:45:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:44 ---> Using cache 04:45:44 ---> a1803e09af6b 04:45:44 Step 5/20 : RUN apk update && apk add make git 04:45:44 ---> Running in 2cd988f8eee2 04:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:49 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:49 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:49 OK: 12620 distinct packages available 04:45:49 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:49 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:49 OK: 12620 distinct packages available 04:45:50 OK: 217 MiB in 51 packages 04:45:50 OK: 217 MiB in 51 packages 04:45:54 Removing intermediate container 2cd988f8eee2 04:45:54 ---> 35140e9450e7 04:45:54 Step 6/20 : COPY go.mod . 04:45:54 Removing intermediate container b9847022b6d6 04:45:54 ---> 02f1e58e65b0 04:45:54 Step 5/29 : COPY go.mod . 04:45:56 ---> 3e45261063aa 04:45:56 Step 7/20 : RUN go mod download 04:45:56 ---> 8c0304b0660b 04:45:56 Step 6/29 : RUN go mod download 04:45:56 ---> Running in f2557967777f 04:45:56 ---> Running in eaf0f352c574 04:46:00 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:00 ---> 5acf6929791a 04:46:00 Step 3/26 : WORKDIR /edgex-go 04:46:00 ---> Using cache 04:46:00 ---> ae414912a55e 04:46:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:00 ---> Using cache 04:46:00 ---> a1803e09af6b 04:46:00 Step 5/26 : RUN apk update && apk add make bash git 04:46:01 ---> Running in 02064c16d764 04:46:02 Removing intermediate container eaf0f352c574 04:46:02 ---> 14daaed597c6 04:46:02 Step 7/29 : COPY . . 04:46:02 Removing intermediate container f2557967777f 04:46:02 ---> ad6696dac321 04:46:02 Step 8/20 : COPY . . 04:46:03 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:03 ---> 5acf6929791a 04:46:03 Step 3/21 : WORKDIR /edgex-go 04:46:03 ---> Using cache 04:46:03 ---> ae414912a55e 04:46:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:03 ---> Using cache 04:46:03 ---> a1803e09af6b 04:46:03 Step 5/21 : RUN apk update && apk add make git 04:46:03 ---> Using cache 04:46:03 ---> 35140e9450e7 04:46:03 Step 6/21 : COPY go.mod . 04:46:03 ---> Using cache 04:46:03 ---> 3e45261063aa 04:46:03 Step 7/21 : RUN go mod download 04:46:03 ---> Using cache 04:46:03 ---> ad6696dac321 04:46:03 Step 8/21 : COPY . . 04:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:06 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:06 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:06 OK: 12620 distinct packages available 04:46:07 OK: 217 MiB in 51 packages 04:46:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:09 ---> 5acf6929791a 04:46:09 Step 3/21 : WORKDIR /edgex-go 04:46:09 ---> Using cache 04:46:09 ---> ae414912a55e 04:46:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:09 ---> Using cache 04:46:09 ---> a1803e09af6b 04:46:09 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:46:19 ---> Running in 966be679cce1 04:46:19 Removing intermediate container 02064c16d764 04:46:19 ---> 04bb305cddb0 04:46:19 Step 6/26 : COPY go.mod . 04:46:21 ---> 00fb63ed0873 04:46:21 Step 7/26 : RUN go mod download 04:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:22 ---> Running in fac47d7af32d 04:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:23 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:23 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:23 OK: 12620 distinct packages available 04:46:24 OK: 217 MiB in 51 packages 04:46:25 OK: 217 MiB in 51 packages 04:46:28 Removing intermediate container fac47d7af32d 04:46:28 ---> 7255c9dc3f00 04:46:28 Step 8/26 : COPY . . 04:46:28 ---> 7d1e632e2d95 04:46:28 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:46:28 ---> 7a9a295ab631 04:46:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:46:28 Removing intermediate container 966be679cce1 04:46:28 ---> e5d3ef504351 04:46:28 Step 6/21 : COPY go.mod . 04:46:28 ---> Running in 807a34156314 04:46:28 ---> Running in fb38fa457085 04:46:28 ---> 7302e16703d0 04:46:28 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:46:29 ---> Running in 3a279d48b7ed 04:46:30 ---> 627fd01cb046 04:46:30 Step 7/21 : RUN go mod download 04:46:30 ---> Running in 89c2782df2c5 04:46:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:46:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:46:32 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:46:41 Removing intermediate container 89c2782df2c5 04:46:41 ---> 8ebfb723b2d4 04:46:41 Step 8/21 : COPY . . 04:47:07 ---> 4adaa394d227 04:47:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:47:07 ---> Running in 22f102151ef0 04:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:47:12 ---> bfff8c2556f3 04:47:12 Step 9/21 : RUN make cmd/support-logging/support-logging 04:47:12 ---> Running in 66d55c556638 04:47:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:48:11 Removing intermediate container fb38fa457085 04:48:11 ---> 04ada009748b 04:48:11 04:48:11 Step 9/29 : FROM alpine:latest 04:48:11 ---> 62ee0e9f8440 04:48:11 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:48:11 ---> Running in 39a910998687 04:48:11 Removing intermediate container 39a910998687 04:48:11 ---> 25c6a6d26216 04:48:11 Step 11/29 : USER root 04:48:11 ---> Running in adb0d6f6ab4c 04:48:11 Removing intermediate container adb0d6f6ab4c 04:48:11 ---> e649fa7f2bb4 04:48:11 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:48:11 ---> Running in c5172a980f39 04:48:11 Removing intermediate container 3a279d48b7ed 04:48:11 ---> 54fb3d57a30c 04:48:11 04:48:11 Step 10/20 : FROM alpine 04:48:11 ---> 62ee0e9f8440 04:48:11 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:48:11 ---> Running in 16dc7ae9a1dc 04:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:11 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:11 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:11 OK: 12620 distinct packages available 04:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:11 (1/2) Installing ca-certificates (20191127-r4) 04:48:11 (2/2) Installing dumb-init (1.2.2-r1) 04:48:11 Executing busybox-1.31.1-r16.trigger 04:48:11 Executing ca-certificates-20191127-r4.trigger 04:48:11 OK: 6 MiB in 16 packages 04:48:11 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:11 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:11 OK: 12620 distinct packages available 04:48:12 (1/4) Installing ca-certificates (20191127-r4) 04:48:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:48:12 (3/4) Installing libcurl (7.69.1-r0) 04:48:12 (4/4) Installing curl (7.69.1-r0) 04:48:12 Executing busybox-1.31.1-r16.trigger 04:48:12 Executing ca-certificates-20191127-r4.trigger 04:48:13 OK: 7 MiB in 18 packages 04:48:13 Removing intermediate container c5172a980f39 04:48:13 ---> e17fc8e0f86d 04:48:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:48:13 ---> Running in 52e579be59f6 04:48:14 Removing intermediate container 52e579be59f6 04:48:14 ---> 5a87be15212d 04:48:14 Step 14/29 : WORKDIR $BASE_DIR 04:48:15 ---> Running in 8af8e4fd75bc 04:48:16 Removing intermediate container 16dc7ae9a1dc 04:48:16 ---> 3ab56cd49330 04:48:16 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:48:16 Removing intermediate container 8af8e4fd75bc 04:48:16 ---> 967ce66ea6bd 04:48:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:48:16 ---> Running in e4a8a6a7bb32 04:48:16 ---> Running in 3c5d08d20045 04:48:17 Removing intermediate container e4a8a6a7bb32 04:48:17 ---> 324c9b62f367 04:48:17 Step 13/20 : WORKDIR /edgex 04:48:17 ---> Running in 39f9a7f97b8c 04:48:18 Removing intermediate container 39f9a7f97b8c 04:48:18 ---> 8fe82c1f0078 04:48:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:48:19 ---> 58687cbdebd4 04:48:19 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:48:21 Removing intermediate container 3c5d08d20045 04:48:21 ---> 72e04d22306c 04:48:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:48:21 ---> 3e8811990f77 04:48:21 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:48:22 ---> Running in d2cb4e4ba07a 04:48:23 Removing intermediate container d2cb4e4ba07a 04:48:23 ---> e53ffbab02e5 04:48:23 Step 17/20 : CMD ["--init=true"] 04:48:23 ---> Running in 8b028574e0c0 04:48:23 ---> 5e80e14b4424 04:48:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:48:24 Removing intermediate container 8b028574e0c0 04:48:24 ---> 052bb362f368 04:48:24 Step 18/20 : LABEL arch=arm64 04:48:24 ---> Running in 725ced3fdaa1 04:48:25 ---> e1770671dd39 04:48:25 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:48:25 Removing intermediate container 725ced3fdaa1 04:48:25 ---> e5ec2974e4ad 04:48:25 Step 19/20 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:48:25 ---> Running in 0cd9fa0289d0 04:48:26 Removing intermediate container 0cd9fa0289d0 04:48:26 ---> 665682a4074c 04:48:26 Step 20/20 : LABEL version=0.0.0 04:48:26 ---> 02a16bea15c9 04:48:26 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:48:26 ---> Running in 5de103e3600c 04:48:27 Removing intermediate container 5de103e3600c 04:48:27 ---> 906ceb80587b 04:48:27 04:48:28 ---> b45cb7b9066e 04:48:28 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:48:28 Successfully built 906ceb80587b 04:48:28 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:48:29  Building docker-security-proxy-setup-go ... done  ---> 8f97404c2d34 04:48:29 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:48:29 ---> Running in 2a33a780cc4f 04:48:33 Removing intermediate container 2a33a780cc4f 04:48:33 ---> b23a698514ee 04:48:33 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:48:34 ---> 0b65d8cd16f3 04:48:34 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:34 ---> Running in 6e957fa83b46 04:48:39 Removing intermediate container 6e957fa83b46 04:48:39 ---> ddc196fa9f6f 04:48:39 Step 24/29 : RUN chmod 755 security-secrets-setup 04:48:39 ---> Running in d2a7f8e4a134 04:48:43 Removing intermediate container d2a7f8e4a134 04:48:43 ---> f5b511b93b78 04:48:43 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:48:43 ---> Running in 1df2491191ca 04:48:44 Removing intermediate container 1df2491191ca 04:48:44 ---> 66b6981a808c 04:48:44 Step 26/29 : CMD [ "generate" ] 04:48:44 ---> Running in 462d506aac0a 04:48:45 Removing intermediate container 462d506aac0a 04:48:45 ---> 1bf95ad9fe59 04:48:45 Step 27/29 : LABEL arch=arm64 04:48:46 ---> Running in 43ab99e9617c 04:48:47 Removing intermediate container 43ab99e9617c 04:48:47 ---> 41fd7ee3ec4e 04:48:47 Step 28/29 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:48:47 ---> Running in 034a96f36737 04:48:48 Removing intermediate container 22f102151ef0 04:48:48 ---> 4981f91f4c72 04:48:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:48:48 Removing intermediate container 034a96f36737 04:48:48 ---> ffdb548eed73 04:48:48 Step 29/29 : LABEL version=0.0.0 04:48:48 ---> Running in 495a0116c135 04:48:48 ---> Running in e5156c3959d9 04:48:49 Removing intermediate container 807a34156314 04:48:49 ---> 2126df74b5bb 04:48:49 04:48:49 Step 10/21 : FROM scratch 04:48:49 ---> 04:48:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:49 ---> Using cache 04:48:49 ---> 5293628810c9 04:48:49 Step 12/21 : ENV APP_PORT=48081 04:48:49 ---> Running in af9937c098bb 04:48:49 Removing intermediate container e5156c3959d9 04:48:49 ---> e988edf11e20 04:48:49 04:48:50 Successfully built e988edf11e20 04:48:50 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:48:50  Building docker-security-secrets-setup-go ... done Removing intermediate container af9937c098bb 04:48:50 ---> 3e11c16075d8 04:48:50 Step 13/21 : EXPOSE $APP_PORT 04:48:50 ---> Running in 81b7a7f4ac6d 04:48:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:48:51 Removing intermediate container 81b7a7f4ac6d 04:48:51 ---> d060879cdb1d 04:48:51 Step 14/21 : WORKDIR / 04:48:51 ---> Running in f5071ef83a29 04:48:51 Removing intermediate container 66d55c556638 04:48:51 ---> cf07b4914416 04:48:51 04:48:51 Step 10/21 : FROM scratch 04:48:51 ---> 04:48:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:48:51 ---> Using cache 04:48:51 ---> 3a06d0e19031 04:48:51 Step 12/21 : ENV APP_PORT=48061 04:48:51 ---> Running in dda881f91fb1 04:48:51 Removing intermediate container f5071ef83a29 04:48:51 ---> b5f8be6cc7f1 04:48:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:48:52 Removing intermediate container dda881f91fb1 04:48:52 ---> a38f788226ef 04:48:52 Step 13/21 : EXPOSE $APP_PORT 04:48:52 ---> Running in 7efef28c4762 04:48:52 ---> fb5c09990815 04:48:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:48:53 Removing intermediate container 7efef28c4762 04:48:53 ---> 28b263952b5b 04:48:53 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:48:54 ---> 505f012a4573 04:48:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:48:54 Removing intermediate container 495a0116c135 04:48:54 ---> 56f1fb7f7397 04:48:54 04:48:54 Step 11/26 : FROM docker:latest 04:48:54 ---> ce9d55ae87f1 04:48:54 Step 12/26 : RUN apk add --no-cache bash 04:48:54 ---> 563986d7b58b 04:48:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:48:54 ---> Running in 58a60a456f4b 04:48:54 ---> 27309ceb5222 04:48:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:48:55 ---> 603cf7c8865d 04:48:55 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:55 ---> Running in a34ee87061a8 04:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:56 Removing intermediate container a34ee87061a8 04:48:56 ---> af05a3c60d94 04:48:56 Step 19/21 : LABEL arch=arm64 04:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:56 ---> 83ad06f2068e 04:48:56 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:48:56 ---> Running in 8b766357332e 04:48:56 Removing intermediate container 8b766357332e 04:48:56 ---> e5c81d8e196b 04:48:56 Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:48:56 (1/2) Installing readline (8.0.4-r0) 04:48:56 (2/2) Installing bash (5.0.17-r0) 04:48:56 Executing bash-5.0.17-r0.post-install 04:48:56 Executing busybox-1.31.1-r16.trigger 04:48:56 OK: 12 MiB in 22 packages 04:48:56 ---> Running in 29ba27427428 04:48:57 ---> bac52ef8ee61 04:48:57 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:57 ---> Running in 307db0887f87 04:48:57 Removing intermediate container 29ba27427428 04:48:57 ---> ee7d58f632ee 04:48:57 Step 21/21 : LABEL version=0.0.0 04:48:57 ---> Running in dc0312f01834 04:48:58 Removing intermediate container 307db0887f87 04:48:58 ---> 9901a9ad3a17 04:48:58 Step 19/21 : LABEL arch=arm64 04:48:58 ---> Running in 39030a0a474d 04:48:58 Removing intermediate container dc0312f01834 04:48:58 ---> 22867adf820e 04:48:58 04:48:58 Removing intermediate container 58a60a456f4b 04:48:58 ---> a9731628ca71 04:48:58 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:48:58 ---> Running in 6c528a8cb957 04:48:58 Successfully built 22867adf820e 04:48:58 Successfully tagged docker-core-metadata-go-arm64:latest 04:48:58  Building docker-core-metadata-go ... done Removing intermediate container 39030a0a474d 04:48:58 ---> ddf81ec571ba 04:48:58 Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:48:59 ---> Running in d844ca5f4fe7 04:48:59 Removing intermediate container d844ca5f4fe7 04:48:59 ---> 10faf74be241 04:48:59 Step 21/21 : LABEL version=0.0.0 04:48:59 ---> Running in d01dcef480d2 04:49:00 Removing intermediate container d01dcef480d2 04:49:00 ---> 69dd8fb35d62 04:49:00 04:49:00 Successfully built 69dd8fb35d62 04:49:00 Successfully tagged docker-support-logging-go-arm64:latest 04:49:01  Building docker-support-logging-go ... done Removing intermediate container 6c528a8cb957 04:49:01 ---> de08b6aa6636 04:49:01 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:49:01 ---> Running in 20e2268af7a9 04:49:01 Removing intermediate container 20e2268af7a9 04:49:01 ---> 52f3ed48a3a9 04:49:01 Step 15/26 : ENV APP_PORT=48090 04:49:02 ---> Running in 4a0c8e67209c 04:49:02 Removing intermediate container 4a0c8e67209c 04:49:02 ---> ac661256cdee 04:49:02 Step 16/26 : EXPOSE $APP_PORT 04:49:02 ---> Running in f63a5bead5f1 04:49:02 Removing intermediate container f63a5bead5f1 04:49:02 ---> d0f71d099f3a 04:49:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:49:04 ---> fb45dd16dd42 04:49:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:49:04 ---> f9f3bdac1acb 04:49:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:49:05 ---> a5d9181aee05 04:49:05 Step 20/26 : RUN apk --no-cache add py-pip 04:49:05 ---> Running in b7f31e8284d8 04:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:08 (1/33) Installing libbz2 (1.0.8-r1) 04:49:08 (2/33) Installing expat (2.2.9-r1) 04:49:08 (3/33) Installing libffi (3.3-r2) 04:49:08 (4/33) Installing gdbm (1.13-r1) 04:49:08 (5/33) Installing xz-libs (5.2.5-r0) 04:49:08 (6/33) Installing sqlite-libs (3.32.1-r0) 04:49:08 (7/33) Installing python3 (3.8.5-r0) 04:49:10 (8/33) Installing py3-appdirs (1.4.4-r1) 04:49:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:49:10 (10/33) Installing py3-parsing (2.4.7-r0) 04:49:10 (11/33) Installing py3-six (1.15.0-r0) 04:49:10 (12/33) Installing py3-packaging (20.4-r0) 04:49:10 (13/33) Installing py3-setuptools (47.0.0-r0) 04:49:10 (14/33) Installing py3-chardet (3.0.4-r4) 04:49:10 (15/33) Installing py3-idna (2.9-r0) 04:49:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:49:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:49:10 (18/33) Installing py3-requests (2.23.0-r0) 04:49:10 (19/33) Installing py3-msgpack (1.0.0-r0) 04:49:10 (20/33) Installing py3-lockfile (0.12.2-r3) 04:49:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:49:10 (22/33) Installing py3-colorama (0.4.3-r0) 04:49:10 (23/33) Installing py3-distlib (0.3.0-r0) 04:49:10 (24/33) Installing py3-distro (1.5.0-r1) 04:49:10 (25/33) Installing py3-webencodings (0.5.1-r3) 04:49:10 (26/33) Installing py3-html5lib (1.0.1-r4) 04:49:10 (27/33) Installing py3-pytoml (0.1.21-r0) 04:49:10 (28/33) Installing py3-pep517 (0.8.2-r0) 04:49:10 (29/33) Installing py3-progress (1.5-r0) 04:49:10 (30/33) Installing py3-toml (0.10.1-r0) 04:49:10 (31/33) Installing py3-retrying (1.3.3-r0) 04:49:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:49:10 (33/33) Installing py3-pip (20.1.1-r0) 04:49:10 Executing busybox-1.31.1-r16.trigger 04:49:10 OK: 71 MiB in 55 packages 04:49:17 Removing intermediate container b7f31e8284d8 04:49:17 ---> b7efd25586a3 04:49:17 Step 21/26 : RUN pip install docker-compose==1.23.2 04:49:17 ---> Running in 91d1abd64786 04:49:24 Collecting docker-compose==1.23.2 04:49:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:49:24 Collecting texttable<0.10,>=0.9.0 04:49:24 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:26 Collecting websocket-client<1.0,>=0.32.0 04:49:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:49:27 Collecting cached-property<2,>=1.2.0 04:49:27 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:49:27 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:49:28 Collecting docker<4.0,>=3.6.0 04:49:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:49:29 Collecting dockerpty<0.5,>=0.4.1 04:49:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:49:31 Collecting docopt<0.7,>=0.6.1 04:49:31 Downloading docopt-0.6.2.tar.gz (25 kB) 04:49:34 Collecting jsonschema<3,>=2.5.1 04:49:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:49:35 Collecting PyYAML<4,>=3.10 04:49:35 Downloading PyYAML-3.13.tar.gz (270 kB) 04:49:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:49:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:49:41 Collecting docker-pycreds>=0.4.0 04:49:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:41 Collecting idna<2.8,>=2.5 04:49:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49:42 Collecting urllib3<1.25,>=1.21.1 04:49:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:43 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:49:43 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:49:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:44 Installing collected packages: texttable, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docopt, jsonschema, PyYAML, docker-compose 04:49:44 Running setup.py install for texttable: started 04:49:47 Running setup.py install for texttable: finished with status 'done' 04:49:47 Attempting uninstall: idna 04:49:47 Found existing installation: idna 2.9 04:49:47 Uninstalling idna-2.9: 04:49:47 Successfully uninstalled idna-2.9 04:49:48 Attempting uninstall: urllib3 04:49:48 Found existing installation: urllib3 1.25.9 04:49:48 Uninstalling urllib3-1.25.9: 04:49:48 Successfully uninstalled urllib3-1.25.9 04:49:49 Attempting uninstall: requests 04:49:49 Found existing installation: requests 2.23.0 04:49:49 Uninstalling requests-2.23.0: 04:49:49 Successfully uninstalled requests-2.23.0 04:49:50 Running setup.py install for dockerpty: started 04:49:53 Running setup.py install for dockerpty: finished with status 'done' 04:49:53 Running setup.py install for docopt: started 04:49:56 Running setup.py install for docopt: finished with status 'done' 04:49:56 Running setup.py install for PyYAML: started 04:49:59 Running setup.py install for PyYAML: finished with status 'done' 04:50:00 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:50:04 Removing intermediate container 91d1abd64786 04:50:04 ---> f8921d95fdf7 04:50:04 Step 22/26 : RUN apk --no-cache add curl 04:50:04 ---> Running in cdd102c5f12e 04:50:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:50:06 (2/3) Installing libcurl (7.69.1-r0) 04:50:06 (3/3) Installing curl (7.69.1-r0) 04:50:06 Executing busybox-1.31.1-r16.trigger 04:50:06 OK: 71 MiB in 58 packages 04:50:08 Removing intermediate container cdd102c5f12e 04:50:08 ---> d27031c9d8ae 04:50:08 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:08 ---> Running in 1fbd07a15d6f 04:50:08 Removing intermediate container 1fbd07a15d6f 04:50:08 ---> 5cb92d209bc3 04:50:08 Step 24/26 : LABEL arch=arm64 04:50:08 ---> Running in 6ffbd5929878 04:50:09 Removing intermediate container 6ffbd5929878 04:50:09 ---> 3e1ca03d9201 04:50:09 Step 25/26 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 04:50:09 ---> Running in 8f8ad3b7260e 04:50:09 Removing intermediate container 8f8ad3b7260e 04:50:09 ---> c3ac2b4a67c2 04:50:09 Step 26/26 : LABEL version=0.0.0 04:50:09 ---> Running in e4f2f7271f45 04:50:10 Removing intermediate container e4f2f7271f45 04:50:10 ---> 9ca033021bd9 04:50:10 04:50:11 Successfully built 9ca033021bd9 04:50:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:50:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:50:11 $ docker stop --time=1 45c1b9e4dd1a498df7c9b4ecc4761810cd5eab68a88afa9e17592dfb86e35566 04:50:13 $ docker rm -f 45c1b9e4dd1a498df7c9b4ecc4761810cd5eab68a88afa9e17592dfb86e35566 [Pipeline] // withDockerContainer [Pipeline] sh 04:50:14 + grep docker 04:50:14 + docker images 04:50:14 docker-sys-mgmt-agent-go-arm64 latest 9ca033021bd9 4 seconds ago 266MB 04:50:14 docker-support-logging-go-arm64 latest 69dd8fb35d62 About a minute ago 11.4MB 04:50:14 docker-core-metadata-go-arm64 latest 22867adf820e About a minute ago 13.8MB 04:50:14 docker-security-secrets-setup-go-arm64 latest e988edf11e20 About a minute ago 24.2MB 04:50:14 docker-security-proxy-setup-go-arm64 latest 906ceb80587b About a minute ago 15.8MB 04:50:14 docker-core-data-go-arm64 latest 461cc07c8718 5 minutes ago 22.6MB 04:50:14 docker-security-secretstore-setup-go-arm64 latest 501c98cf780e 5 minutes ago 32.6MB 04:50:14 docker-support-notifications-go-arm64 latest f1acd2571b75 5 minutes ago 13.9MB 04:50:14 docker-core-command-go-arm64 latest c602ad9115a1 5 minutes ago 12.4MB 04:50:14 docker-support-scheduler-go-arm64 latest fed0c8573d2a 5 minutes ago 12.6MB 04:50:14 docker latest ce9d55ae87f1 3 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:50:16 provisioning config files... 04:50:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config6910100816084896689tmp [Pipeline] { [Pipeline] sh 04:50:16 + curl -s https://codecov.io/bash 04:50:16 + bash -s - -t @/w/workspace/edgex-go/9@tmp/config6910100816084896689tmp [Pipeline] } 04:52:38 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:52:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:52:40 ---> package-listing.sh 04:52:40 ++ facter osfamily 04:52:40 ++ tr '[:upper:]' '[:lower:]' 04:52:40 + OS_FAMILY=redhat 04:52:40 + workspace=/w/workspace/edgex-go/9 04:52:40 + START_PACKAGES=/tmp/packages_start.txt 04:52:40 + END_PACKAGES=/tmp/packages_end.txt 04:52:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:52:40 + PACKAGES=/tmp/packages_start.txt 04:52:40 + '[' /w/workspace/edgex-go/9 ']' 04:52:40 + PACKAGES=/tmp/packages_end.txt 04:52:40 + case "${OS_FAMILY}" in 04:52:40 + rpm -qa 04:52:40 + sort 04:52:44 + '[' -f /tmp/packages_start.txt ']' 04:52:44 + '[' -f /tmp/packages_end.txt ']' 04:52:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:52:44 + '[' /w/workspace/edgex-go/9 ']' 04:52:44 + mkdir -p /w/workspace/edgex-go/9/archives/ 04:52:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] isUnix [Pipeline] sh 04:52:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:44 04:52:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:52:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:45 alpine: Pulling from edgex-lftools-log-publisher 04:52:45 c9b1b535fdd9: Pulling fs layer 04:52:45 2cc5ad85d9ab: Pulling fs layer 04:52:45 756a868c4378: Pulling fs layer 04:52:45 444b2fc9a129: Pulling fs layer 04:52:45 ea15f1150254: Pulling fs layer 04:52:45 41b27a9f41bf: Pulling fs layer 04:52:45 28c525ee5125: Pulling fs layer 04:52:45 094b1ea09ed8: Pulling fs layer 04:52:45 138eaada9080: Pulling fs layer 04:52:45 0622d0fa9048: Pulling fs layer 04:52:45 444b2fc9a129: Waiting 04:52:45 ea15f1150254: Waiting 04:52:45 41b27a9f41bf: Waiting 04:52:45 28c525ee5125: Waiting 04:52:45 094b1ea09ed8: Waiting 04:52:45 138eaada9080: Waiting 04:52:45 0622d0fa9048: Waiting 04:52:45 2cc5ad85d9ab: Verifying Checksum 04:52:45 2cc5ad85d9ab: Download complete 04:52:45 444b2fc9a129: Verifying Checksum 04:52:45 444b2fc9a129: Download complete 04:52:45 c9b1b535fdd9: Verifying Checksum 04:52:45 c9b1b535fdd9: Download complete 04:52:45 ea15f1150254: Verifying Checksum 04:52:45 ea15f1150254: Download complete 04:52:45 28c525ee5125: Verifying Checksum 04:52:45 28c525ee5125: Download complete 04:52:45 756a868c4378: Verifying Checksum 04:52:45 756a868c4378: Download complete 04:52:45 138eaada9080: Verifying Checksum 04:52:45 138eaada9080: Download complete 04:52:45 0622d0fa9048: Verifying Checksum 04:52:45 0622d0fa9048: Download complete 04:52:45 094b1ea09ed8: Verifying Checksum 04:52:45 094b1ea09ed8: Download complete 04:52:45 c9b1b535fdd9: Pull complete 04:52:45 2cc5ad85d9ab: Pull complete 04:52:46 41b27a9f41bf: Verifying Checksum 04:52:46 41b27a9f41bf: Download complete 04:52:48 756a868c4378: Pull complete 04:52:48 444b2fc9a129: Pull complete 04:52:48 ea15f1150254: Pull complete 04:52:54 41b27a9f41bf: Pull complete 04:52:54 28c525ee5125: Pull complete 04:52:56 094b1ea09ed8: Pull complete 04:52:56 138eaada9080: Pull complete 04:52:58 0622d0fa9048: Pull complete 04:52:58 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:52:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:52:58 prd-centos7-docker-4c-2g-677 does not seem to be running inside a container 04:52:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:53:02 $ docker top 6c8cb2fd6d41b44d6c096fda9983c6bdd01105ee4706535ee5f3fba827b9be00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:53:03 provisioning config files... 04:53:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config706461350287589381tmp [Pipeline] { [Pipeline] echo 04:53:03 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:53:03 ---> create-netrc.sh [Pipeline] echo 04:53:03 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:53:03 ---> logs-deploy.sh 04:53:03 + ARCHIVE_ARTIFACTS= 04:53:03 + LOGS_SERVER=https://logs.edgexfoundry.org 04:53:03 + '[' https://logs.edgexfoundry.org == None ']' 04:53:03 + NEXUS_URL=https://nexus.edgexfoundry.org 04:53:03 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2631/9 04:53:03 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2631/9/ 04:53:03 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2631/9 /w/workspace/edgex-go/9 04:53:04 Archives upload complete. 04:53:05 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2631/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2631/9/