Pull request #2645 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 4a6d51dc6980001c9f79f4994ce23529a8d4a897+4e0bf0319480625e5379d8d5fd7b212abf0b0714 (4e37b170e4dad67e4ba9c4171be3a6a17bbac0ea) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:false, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1290 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # 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/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 4a6d51dc6980001c9f79f4994ce23529a8d4a897 Merge succeeded, producing 4a6d51dc6980001c9f79f4994ce23529a8d4a897 Checking out Revision 4a6d51dc6980001c9f79f4994ce23529a8d4a897 (PR-2645) > git config core.sparsecheckout # timeout=10 > git checkout -f 4a6d51dc6980001c9f79f4994ce23529a8d4a897 # 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 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a6d51dc6980001c9f79f4994ce23529a8d4a897 # timeout=10 Commit message: "build: remove VERSION file as git-semver now manages version" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:45:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:45:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:45:03 ========================================================= 20:45:03 EdgeX Global Pipelines Version Info 20:45:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4b5963896521f000c9ac6a6ab22533f77291d058 # timeout=10 20:45:04 ------------------- 20:45:04 stable info: 20:45:04 ------------------- 20:45:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:45:04 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:45:04 Message: update stable to v1.0.106 20:45:05 ------------------- 20:45:05 experimental info: 20:45:05 ------------------- 20:45:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:45:05 Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 20:45:05 Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 20:45:07 ++ 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 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/core-command/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo core-command,cmd/core-command/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/core-data/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo core-data,cmd/core-data/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/core-metadata/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo core-metadata,cmd/core-metadata/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/security-proxy-setup/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/security-secrets-setup/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/support-logging/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo support-logging,cmd/support-logging/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/support-notifications/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo support-notifications,cmd/support-notifications/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/support-scheduler/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:45:07 + for file in '`ls cmd/**/Dockerfile`' 20:45:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:45:07 ++ cut -d/ -f2 20:45:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:45:07 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 20:45:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:08 20:45:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:45:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:08 latest: Pulling from edgex-devops/git-semver 20:45:08 31603596830f: Pulling fs layer 20:45:08 2a8b12db71e7: Pulling fs layer 20:45:08 6ca5941a6612: Pulling fs layer 20:45:08 ecc8261a40a4: Pulling fs layer 20:45:08 ecc8261a40a4: Waiting 20:45:08 2a8b12db71e7: Download complete 20:45:08 31603596830f: Download complete 20:45:08 ecc8261a40a4: Verifying Checksum 20:45:08 ecc8261a40a4: Download complete 20:45:08 6ca5941a6612: Verifying Checksum 20:45:08 6ca5941a6612: Download complete 20:45:09 31603596830f: Pull complete 20:45:09 2a8b12db71e7: Pull complete 20:45:09 6ca5941a6612: Pull complete 20:45:10 ecc8261a40a4: Pull complete 20:45:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:45:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:45:10 prd-centos7-docker-4c-2g-1290 does not seem to be running inside a container 20:45:10 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:45:12 $ docker top 64b2ec4e54156bcd9f70afad65dfb58857a7747ad7baf31e49398f9a1b3aec44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:45:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:45:12 [ssh-agent] Looking for ssh-agent implementation... 20:45:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:45:12 $ docker exec 64b2ec4e54156bcd9f70afad65dfb58857a7747ad7baf31e49398f9a1b3aec44 ssh-agent 20:45:13 SSH_AUTH_SOCK=/tmp/ssh-Rb9IeQ0oSNb8/agent.13 20:45:13 SSH_AGENT_PID=18 20:45:13 Running ssh-add (command line suppressed) 20:45:13 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5086585177603013227.key (/w/workspace/edgex-go/3@tmp/private_key_5086585177603013227.key) 20:45:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:45:13 + git describe --exact-match --tags HEAD 20:45:13 fatal: No names found, cannot describe anything. [Pipeline] } 20:45:13 $ docker exec --env ******** --env ******** 64b2ec4e54156bcd9f70afad65dfb58857a7747ad7baf31e49398f9a1b3aec44 ssh-agent -k 20:45:13 unset SSH_AUTH_SOCK; 20:45:13 unset SSH_AGENT_PID; 20:45:13 echo Agent pid 18 killed; 20:45:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:45:13 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:45:13 This usually means this commit has not been tagged. [Pipeline] sshagent 20:45:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:45:13 [ssh-agent] Looking for ssh-agent implementation... 20:45:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:45:14 $ docker exec 64b2ec4e54156bcd9f70afad65dfb58857a7747ad7baf31e49398f9a1b3aec44 ssh-agent 20:45:14 SSH_AUTH_SOCK=/tmp/ssh-3Y42mKtCDYll/agent.46 20:45:14 SSH_AGENT_PID=52 20:45:14 Running ssh-add (command line suppressed) 20:45:14 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3461258777301470569.key (/w/workspace/edgex-go/3@tmp/private_key_3461258777301470569.key) 20:45:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:45:14 + git semver init 20:45:14 # -> Open(): unable to determine branch for HEAD 20:45:14 # $GIT_DIR = /w/workspace/edgex-go/3/.git 20:45:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 20:45:14 # $SEMVER_REMOTE_NAME = origin 20:45:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:45:14 # $SEMVER_USER_NAME = edgex-jenkins 20:45:14 # $SEMVER_BRANCH = PR-2645 20:45:14 # $SEMVER_TEMP = /tmp/semver-962802502 20:45:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:45:32 # '/tmp/semver-962802502' -> '/w/workspace/edgex-go/3/.semver' 20:45:33 # -> Force: false 20:45:33 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 20:45:33 $ docker exec --env ******** --env ******** 64b2ec4e54156bcd9f70afad65dfb58857a7747ad7baf31e49398f9a1b3aec44 ssh-agent -k 20:45:33 unset SSH_AUTH_SOCK; 20:45:33 unset SSH_AGENT_PID; 20:45:33 echo Agent pid 52 killed; 20:45:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:45:33 + git semver [Pipeline] } 20:45:33 $ docker stop --time=1 64b2ec4e54156bcd9f70afad65dfb58857a7747ad7baf31e49398f9a1b3aec44 20:45:35 $ docker rm -f 64b2ec4e54156bcd9f70afad65dfb58857a7747ad7baf31e49398f9a1b3aec44 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:45:47 Stashed 26 file(s) [Pipeline] echo 20:45:47 [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 20:45:48 ========================================================= 20:45:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:45:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:45:48 + 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 . 20:45:51 Sending build context to Docker daemon 323.2MB 20:45:51 Step 1/7 : ARG BASE=golang:1.13-alpine 20:45:51 Step 2/7 : FROM ${BASE} 20:45:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:45:51 df20fa9351a1: Pulling fs layer 20:45:51 ed8968b2872e: Pulling fs layer 20:45:51 a92cc7c5fd73: Pulling fs layer 20:45:51 2dd03ba5bac4: Pulling fs layer 20:45:51 1e091d79d1de: Pulling fs layer 20:45:51 481702a1767f: Pulling fs layer 20:45:51 f64a6f60c768: Pulling fs layer 20:45:51 e78d2573fc39: Pulling fs layer 20:45:51 e876d2f968b6: Pulling fs layer 20:45:51 ce8a83651883: Pulling fs layer 20:45:51 07967f4d0e4b: Pulling fs layer 20:45:51 f64a6f60c768: Waiting 20:45:51 e78d2573fc39: Waiting 20:45:51 e876d2f968b6: Waiting 20:45:51 ce8a83651883: Waiting 20:45:51 07967f4d0e4b: Waiting 20:45:51 2dd03ba5bac4: Waiting 20:45:51 1e091d79d1de: Waiting 20:45:51 481702a1767f: Waiting 20:45:51 a92cc7c5fd73: Verifying Checksum 20:45:51 a92cc7c5fd73: Download complete 20:45:51 ed8968b2872e: Verifying Checksum 20:45:51 ed8968b2872e: Download complete 20:45:51 1e091d79d1de: Verifying Checksum 20:45:51 1e091d79d1de: Download complete 20:45:51 481702a1767f: Download complete 20:45:51 df20fa9351a1: Verifying Checksum 20:45:51 df20fa9351a1: Download complete 20:45:51 df20fa9351a1: Pull complete 20:45:51 ed8968b2872e: Pull complete 20:45:51 a92cc7c5fd73: Pull complete 20:45:52 f64a6f60c768: Verifying Checksum 20:45:52 f64a6f60c768: Download complete 20:45:52 e876d2f968b6: Verifying Checksum 20:45:52 e876d2f968b6: Download complete 20:45:52 e78d2573fc39: Verifying Checksum 20:45:52 e78d2573fc39: Download complete 20:45:52 07967f4d0e4b: Verifying Checksum 20:45:53 2dd03ba5bac4: Download complete 20:45:53 ce8a83651883: Verifying Checksum 20:45:53 ce8a83651883: Download complete 20:45:59 2dd03ba5bac4: Pull complete 20:45:59 1e091d79d1de: Pull complete 20:45:59 481702a1767f: Pull complete 20:46:03 Still waiting to schedule task 20:46:03 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1289’ 20:46:03 f64a6f60c768: Pull complete 20:46:06 e78d2573fc39: Pull complete 20:46:06 e876d2f968b6: Pull complete 20:46:07 ce8a83651883: Pull complete 20:46:07 07967f4d0e4b: Pull complete 20:46:07 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:46:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:46:07 ---> 5d7c900382c6 20:46:07 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 20:46:09 ---> Running in e505c63994a1 20:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:46:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:46:11 (1/12) Installing libmagic (5.38-r0) 20:46:11 (2/12) Installing file (5.38-r0) 20:46:11 (3/12) Installing libc-dev (0.7.2-r3) 20:46:11 (4/12) Installing g++ (9.3.0-r2) 20:46:29 (5/12) Installing fortify-headers (1.1-r0) 20:46:29 (6/12) Installing patch (2.7.6-r6) 20:46:29 (7/12) Installing build-base (0.5-r2) 20:46:29 (8/12) Installing libsodium (1.0.18-r0) 20:46:29 (9/12) Installing pkgconf (1.7.2-r0) 20:46:29 (10/12) Installing libsodium-dev (1.0.18-r0) 20:46:29 (11/12) Installing libzmq (4.3.2-r0) 20:46:29 (12/12) Installing zeromq-dev (4.3.2-r0) 20:46:29 Executing busybox-1.31.1-r16.trigger 20:46:29 OK: 233 MiB in 51 packages 20:46:31 Removing intermediate container e505c63994a1 20:46:31 ---> f8cec74ac862 20:46:31 Step 4/7 : WORKDIR /edgex-go 20:46:31 ---> Running in 871829f17881 20:46:31 Removing intermediate container 871829f17881 20:46:31 ---> 03166bf7ee5c 20:46:31 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:46:31 latest: Pulling from library/docker 20:46:31 df20fa9351a1: Already exists 20:46:31 25ad7478873d: Pulling fs layer 20:46:31 4684f6177b5d: Pulling fs layer 20:46:31 46e300cec669: Pulling fs layer 20:46:31 63038576ad94: Pulling fs layer 20:46:31 0fdb76c4706c: Pulling fs layer 20:46:31 cb7edeffdfd5: Pulling fs layer 20:46:31 63038576ad94: Waiting 20:46:31 0fdb76c4706c: Waiting 20:46:31 cb7edeffdfd5: Waiting 20:46:31 4684f6177b5d: Verifying Checksum 20:46:31 4684f6177b5d: Download complete 20:46:31 25ad7478873d: Verifying Checksum 20:46:31 25ad7478873d: Download complete 20:46:31 63038576ad94: Verifying Checksum 20:46:31 63038576ad94: Download complete 20:46:31 0fdb76c4706c: Verifying Checksum 20:46:31 0fdb76c4706c: Download complete 20:46:31 cb7edeffdfd5: Verifying Checksum 20:46:31 cb7edeffdfd5: Download complete 20:46:31 25ad7478873d: Pull complete 20:46:32 4684f6177b5d: Pull complete 20:46:32 46e300cec669: Verifying Checksum 20:46:32 46e300cec669: Download complete 20:46:34 46e300cec669: Pull complete 20:46:34 63038576ad94: Pull complete 20:46:34 0fdb76c4706c: Pull complete 20:46:35 cb7edeffdfd5: Pull complete 20:46:35 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:46:35 Status: Downloaded newer image for docker:latest 20:46:37 ---> bce9a8eed5cb 20:46:37 Step 6/7 : COPY go.mod . 20:46:37 ---> e034279e759f 20:46:37 Step 7/7 : RUN go mod download 20:46:37 ---> Running in bdfb856e7ffc 20:46:39 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:46:39 go: finding github.com/BurntSushi/toml v0.3.1 20:46:39 go: finding github.com/OneOfOne/xxhash v1.2.5 20:46:39 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:46:39 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:46:39 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:46:39 go: finding github.com/bgentry/speakeasy v0.1.0 20:46:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:46:39 go: finding github.com/cloudflare/gokey v0.1.0 20:46:39 go: finding github.com/davecgh/go-spew v1.1.1 20:46:39 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:46:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:46:39 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:46:39 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:46:39 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:46:39 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:46:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:46:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:46:39 go: finding github.com/fatih/color v1.7.0 20:46:39 go: finding github.com/fsnotify/fsnotify v1.4.7 20:46:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:46:39 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:46:39 go: finding github.com/go-kit/kit v0.8.0 20:46:39 go: finding github.com/go-logfmt/logfmt v0.4.0 20:46:39 go: finding github.com/go-redis/redis/v7 v7.2.0 20:46:39 go: finding github.com/go-stack/stack v1.8.0 20:46:39 go: finding github.com/golang/protobuf v1.3.2 20:46:40 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:46:40 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:46:40 go: finding github.com/google/uuid v1.1.0 20:46:40 go: finding github.com/gorilla/mux v1.7.1 20:46:40 go: finding github.com/hashicorp/consul/api v1.1.0 20:46:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:46:40 go: finding github.com/hashicorp/errwrap v1.0.0 20:46:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:46:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:46:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:46:40 go: finding github.com/hashicorp/go-multierror v1.0.0 20:46:40 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:46:40 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:46:40 go: finding github.com/hashicorp/go-syslog v1.0.0 20:46:40 go: finding github.com/hashicorp/go-uuid v1.0.1 20:46:40 go: finding github.com/hashicorp/go.net v0.0.1 20:46:40 go: finding github.com/hashicorp/golang-lru v0.5.0 20:46:40 go: finding github.com/hashicorp/logutils v1.0.0 20:46:40 go: finding github.com/hashicorp/mdns v1.0.0 20:46:40 go: finding github.com/hashicorp/memberlist v0.1.3 20:46:40 go: finding github.com/hashicorp/serf v0.8.2 20:46:40 go: finding github.com/hpcloud/tail v1.0.0 20:46:40 go: finding github.com/imdario/mergo v0.3.6 20:46:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:46:40 go: finding github.com/kr/pretty v0.1.0 20:46:40 go: finding github.com/kr/pty v1.1.1 20:46:40 go: finding github.com/kr/text v0.1.0 20:46:40 go: finding github.com/mattn/go-colorable v0.0.9 20:46:40 go: finding github.com/mattn/go-isatty v0.0.3 20:46:40 go: finding github.com/miekg/dns v1.0.14 20:46:40 go: finding github.com/mitchellh/cli v1.0.0 20:46:40 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:46:41 go: finding github.com/mitchellh/copystructure v1.0.0 20:46:41 go: finding github.com/mitchellh/go-homedir v1.0.0 20:46:41 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:46:41 go: finding github.com/mitchellh/gox v0.4.0 20:46:41 go: finding github.com/mitchellh/iochan v1.0.0 20:46:41 go: finding github.com/mitchellh/mapstructure v1.1.2 20:46:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:46:41 go: finding github.com/onsi/ginkgo v1.10.1 20:46:41 go: finding github.com/onsi/gomega v1.7.0 20:46:41 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:46:41 go: finding github.com/pebbe/zmq4 v1.0.0 20:46:41 go: finding github.com/pelletier/go-toml v1.2.0 20:46:41 go: finding github.com/pkg/errors v0.8.1 20:46:41 go: finding github.com/pmezard/go-difflib v1.0.0 20:46:41 go: finding github.com/posener/complete v1.1.1 20:46:41 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:46:41 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:46:41 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:46:41 go: finding github.com/stretchr/objx v0.1.0 20:46:41 go: finding github.com/stretchr/testify v1.5.1 20:46:41 go: finding github.com/ugorji/go v1.1.4 20:46:41 go: finding github.com/x448/float16 v0.8.4 20:46:41 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:46:41 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:46:41 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:46:41 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:46:41 go: finding golang.org/x/text v0.3.2 20:46:41 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:46:41 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:46:41 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:46:41 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:46:41 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:46:41 go: finding gopkg.in/yaml.v2 v2.2.8 20:46:56 Removing intermediate container bdfb856e7ffc 20:46:56 ---> 15a9c11447b4 20:46:56 Successfully built 15a9c11447b4 20:46:56 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 20:46:57 + docker inspect -f . ci-base-image-x86_64 20:46:57 . [Pipeline] withDockerContainer 20:46:57 prd-centos7-docker-4c-2g-1290 does not seem to be running inside a container 20:46:57 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:46:57 $ docker top 79e646bc74f2db047fdfb6051d1b0d29d42370e53965b5dcf9db46f54cb3977e -eo pid,comm [Pipeline] { [Pipeline] sh 20:46:58 + go version 20:46:58 go version go1.13.13 linux/amd64 [Pipeline] echo 20:46:58 ========================================================= 20:46:58 [edgeXBuildGoParallel] Running Tests and Build... 20:46:58 ========================================================= [Pipeline] sh 20:46:58 + make test 20:46:58 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:47:00 ? github.com/edgexfoundry/edgex-go [no test files] 20:47:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:47:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:47:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:47:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:47:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:47:15 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.055s 20:47:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:47:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:47:15 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:47:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:47:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:47:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:47:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:47:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:47:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 20:47:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:47:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:47:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:47:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:47:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:47:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.117s coverage: 27.4% of statements 20:47:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:47:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:47:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:47:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:47:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:47:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:47:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 20:47:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:47:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements 20:47:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:47:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.080s coverage: 29.3% of statements 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:47:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.035s coverage: 100.0% of statements 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:47:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.044s coverage: 97.5% of statements 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.013s coverage: 100.0% of statements 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 20:47:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.088s coverage: 63.5% of statements 20:47:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:47:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:47:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements 20:47:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.084s coverage: 55.9% of statements 20:47:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:47:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:47:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:47:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.547s coverage: 86.3% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.288s coverage: 72.2% of statements 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.102s coverage: 72.1% of statements 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.009s coverage: 82.4% of statements 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.033s coverage: 26.9% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.126s coverage: 84.1% of statements 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.005s coverage: 43.1% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.006s coverage: 100.0% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.1% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.010s coverage: 100.0% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.021s coverage: 100.0% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:47:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:47:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:47:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 20:47:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:47:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:47:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements 20:47:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 20:47:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 20:47:37 GO111MODULE=on go vet ./... 20:47:43 gofmt -l . 20:47:43 [ "`gofmt -l .`" = "" ] 20:47:43 ./bin/test-go-mod-tidy.sh 20:47:44 ./bin/test-attribution-txt.sh [Pipeline] sh 20:47:45 + ls -al . 20:47:45 total 556 20:47:45 drwxrwxr-x 10 1001 1001 4096 Jul 28 20:47 . 20:47:45 drwxr-xr-x 4 root root 28 Jul 28 20:46 .. 20:47:45 -rw-rw-r-- 1 1001 1001 11 Jul 28 20:44 .dockerignore 20:47:45 drwxrwxr-x 8 1001 1001 179 Jul 28 20:45 .git 20:47:45 drwxrwxr-x 3 1001 1001 60 Jul 28 20:44 .github 20:47:45 -rw-rw-r-- 1 1001 1001 932 Jul 28 20:44 .gitignore 20:47:45 drwx------ 3 1001 1001 47 Jul 28 20:45 .semver 20:47:45 -rw-rw-r-- 1 1001 1001 178 Jul 28 20:44 .sonarcloud.properties 20:47:45 -rw-rw-r-- 1 1001 1001 3804 Jul 28 20:44 CONTRIBUTING.md 20:47:45 -rw-rw-r-- 1 1001 1001 1035 Jul 28 20:44 Dockerfile.build 20:47:45 -rw-rw-r-- 1 1001 1001 911 Jul 28 20:44 Jenkinsfile 20:47:45 -rw-rw-r-- 1 1001 1001 10775 Jul 28 20:44 LICENSE 20:47:45 -rw-rw-r-- 1 1001 1001 6443 Jul 28 20:44 Makefile 20:47:45 -rw-rw-r-- 1 1001 1001 5652 Jul 28 20:44 README.md 20:47:45 -rw-rw-r-- 1 1001 1001 7111 Jul 28 20:44 SECURITY.md 20:47:45 -rw-rw-r-- 1 1001 1001 5 Jul 28 20:45 VERSION 20:47:45 -rw-rw-r-- 1 1001 1001 4131 Jul 28 20:44 ZMQWindows.md 20:47:45 drwxrwxr-x 4 1001 1001 33 Jul 28 20:44 api 20:47:45 drwxrwxr-x 2 1001 1001 117 Jul 28 20:44 bin 20:47:45 drwxrwxr-x 15 1001 1001 4096 Jul 28 20:44 cmd 20:47:45 -rw-r--r-- 1 root root 456067 Jul 28 20:47 coverage.out 20:47:45 -rw-r--r-- 1 root root 1019 Jul 28 20:47 go.mod 20:47:45 -rw-r--r-- 1 root root 18146 Jul 28 20:47 go.sum 20:47:45 drwxrwxr-x 8 1001 1001 127 Jul 28 20:44 internal 20:47:45 drwxrwxr-x 4 1001 1001 71 Jul 28 20:44 snap 20:47:45 -rw-rw-r-- 1 1001 1001 168 Jul 28 20:44 version.go [Pipeline] sh 20:47:46 + '[' -e coverage.out ] 20:47:46 + chown 1001:1001 coverage.out [Pipeline] stash 20:47:46 Stashed 1 file(s) [Pipeline] sh 20:47:46 + make build 20:47:46 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 20:47:51 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 20:47:55 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 20:47:56 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 20:47:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:47:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:47:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:48:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 20:48:04 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 20:48:06 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 20:48:07 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 20:48:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 20:48:09 $ docker stop --time=1 79e646bc74f2db047fdfb6051d1b0d29d42370e53965b5dcf9db46f54cb3977e 20:48:12 $ docker rm -f 79e646bc74f2db047fdfb6051d1b0d29d42370e53965b5dcf9db46f54cb3977e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:48:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:48:15 20:48:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:48:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:48:15 latest: Pulling from edgex-devops/edgex-compose 20:48:15 cbdbe7a5bc2a: Pulling fs layer 20:48:15 ca9280d653b3: Pulling fs layer 20:48:15 7e9c9ca2126c: Pulling fs layer 20:48:15 ca9280d653b3: Verifying Checksum 20:48:15 ca9280d653b3: Download complete 20:48:15 cbdbe7a5bc2a: Pull complete 20:48:16 7e9c9ca2126c: Download complete 20:48:16 ca9280d653b3: Pull complete 20:48:23 7e9c9ca2126c: Pull complete 20:48:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:48:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:48:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:48:23 prd-centos7-docker-4c-2g-1290 does not seem to be running inside a container 20:48:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:48:26 $ docker top 3c1ee8b1746a5c141d74c9055fcee84bb17c6906259962bd8175c355d6cb0bb3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:48:26 + docker-compose build --help 20:48:26 + grep parallel 20:48:27 --parallel Build images in parallel. [Pipeline] } 20:48:27 $ docker stop --time=1 3c1ee8b1746a5c141d74c9055fcee84bb17c6906259962bd8175c355d6cb0bb3 20:48:29 $ docker rm -f 3c1ee8b1746a5c141d74c9055fcee84bb17c6906259962bd8175c355d6cb0bb3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:48:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:48:29 . [Pipeline] withDockerContainer 20:48:29 prd-centos7-docker-4c-2g-1290 does not seem to be running inside a container 20:48:29 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:48:30 $ docker top 58496069e71ee1d8e2cb3b18bf94bcc847936684884e25174f142dc3f01cc281 -eo pid,comm [Pipeline] { [Pipeline] sh 20:48:30 + docker-compose -f ./docker-compose-build.yml build --parallel 20:48:31 Building docker-core-command-go ... 20:48:31 Building docker-core-data-go ... 20:48:31 Building docker-core-metadata-go ... 20:48:31 Building docker-security-proxy-setup-go ... 20:48:31 Building docker-security-secrets-setup-go ... 20:48:31 Building docker-security-secretstore-setup-go ... 20:48:31 Building docker-support-logging-go ... 20:48:31 Building docker-support-notifications-go ... 20:48:31 Building docker-support-scheduler-go ... 20:48:31 Building docker-sys-mgmt-agent-go ... 20:48:31 Building docker-support-notifications-go 20:48:31 Building docker-core-data-go 20:48:31 Building docker-support-scheduler-go 20:48:31 Building docker-security-secretstore-setup-go 20:48:31 Building docker-security-proxy-setup-go 20:48:58 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:58 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:48:58 ---> 15a9c11447b4 20:48:58 Step 3/20 : WORKDIR /edgex-go 20:48:58 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:48:58 ---> 15a9c11447b4 20:48:58 Step 3/26 : WORKDIR /edgex-go 20:48:58 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:48:58 ---> 15a9c11447b4 20:48:58 Step 3/22 : WORKDIR /edgex-go 20:48:58 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:48:58 ---> 15a9c11447b4 20:48:58 Step 3/23 : WORKDIR /edgex-go 20:48:58 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:58 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:48:58 ---> 15a9c11447b4 20:48:58 Step 3/20 : WORKDIR /edgex-go 20:48:58 ---> Running in 044a418976f6 20:48:58 ---> Running in f9925da8285a 20:48:58 ---> Running in 20c21e3a66be 20:48:58 ---> Running in b586c0962a17 20:48:58 ---> Running in 4a9a5138ccb3 20:48:58 Removing intermediate container f9925da8285a 20:48:58 ---> 227787e69c19 20:48:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:58 Removing intermediate container 4a9a5138ccb3 20:48:58 ---> 2d2661d2a94f 20:48:58 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:58 Removing intermediate container b586c0962a17 20:48:58 ---> 89a646b96d88 20:48:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:58 Removing intermediate container 20c21e3a66be 20:48:58 ---> e12858704304 20:48:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:58 Removing intermediate container 044a418976f6 20:48:58 ---> 46b8502b5ac8 20:48:58 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:58 ---> Running in 562cd051423e 20:48:58 ---> Running in b633f78c0bde 20:48:58 ---> Running in b1dfb623536b 20:48:58 ---> Running in f74c668b374e 20:48:58 ---> Running in 1c3969313fce 20:49:00 Removing intermediate container 562cd051423e 20:49:00 ---> 8172548c8e19 20:49:00 Step 5/20 : RUN apk update && apk add make git 20:49:00 ---> Running in 70bcbe7a0781 20:49:00 Removing intermediate container b1dfb623536b 20:49:00 ---> 1215c490008f 20:49:00 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 20:49:00 Removing intermediate container b633f78c0bde 20:49:00 ---> 276a93d13c5c 20:49:00 Step 5/26 : RUN apk update && apk add make git 20:49:00 Removing intermediate container f74c668b374e 20:49:00 ---> 7fdc531f06d8 20:49:00 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:49:01 ---> Running in bb0616323b84 20:49:01 ---> Running in f9708a807c4a 20:49:01 Removing intermediate container 1c3969313fce 20:49:01 ---> a2a122a3e81e 20:49:01 Step 5/20 : RUN apk update && apk add make git 20:49:01 ---> Running in 6080316e54cd 20:49:01 ---> Running in ca6c133179c7 20:49:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:49:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:49:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:49:03 OK: 12749 distinct packages available 20:49:04 OK: 233 MiB in 51 packages 20:49:04 Removing intermediate container 70bcbe7a0781 20:49:04 ---> b3d22334d6bf 20:49:04 Step 6/20 : COPY go.mod . 20:49:04 ---> 6874f466ceb9 20:49:04 Step 7/20 : RUN go mod download 20:49:04 ---> Running in 361abd288558 20:49:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:49:06 Removing intermediate container 361abd288558 20:49:06 ---> 214ca6caac7d 20:49:06 Step 8/20 : COPY . . 20:49:07 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:49:07 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:49:07 OK: 12749 distinct packages available 20:49:08 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:49:08 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:49:08 OK: 12749 distinct packages available 20:49:08 OK: 233 MiB in 51 packages 20:49:08 OK: 233 MiB in 51 packages 20:49:08 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:49:08 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:49:08 OK: 12749 distinct packages available 20:49:08 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:49:08 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:49:08 OK: 12749 distinct packages available 20:49:09 OK: 233 MiB in 51 packages 20:49:09 OK: 233 MiB in 51 packages 20:49:12 Removing intermediate container ca6c133179c7 20:49:12 ---> 40d0e6bf75a6 20:49:12 Step 6/20 : COPY go.mod . 20:49:12 Removing intermediate container bb0616323b84 20:49:12 ---> fe3f58f726be 20:49:12 Step 6/26 : COPY go.mod . 20:49:15 Removing intermediate container 6080316e54cd 20:49:15 ---> 05d999031762 20:49:15 Step 6/22 : COPY go.mod . 20:49:15 Removing intermediate container f9708a807c4a 20:49:15 ---> 0d28a32d29f6 20:49:15 Step 6/23 : COPY go.mod . 20:49:15 ---> bbe1cbe8ac14 20:49:15 Step 7/20 : RUN go mod download 20:49:16 ---> 7e41465d2a42 20:49:16 Step 7/26 : RUN go mod download 20:49:16 ---> Running in d7015df927f7 20:49:16 ---> Running in 80c8d28a05d7 20:49:17 ---> d1214a416192 20:49:17 Step 7/22 : RUN go mod download 20:49:17 ---> e5c96d9a8d75 20:49:17 Step 7/23 : RUN go mod download 20:49:18 ---> Running in 95cc0445cc7b 20:49:18 ---> Running in 27fdc81e1f4a 20:49:21 ---> 52041922a17a 20:49:21 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 20:49:21 ---> Running in 13118feec2b1 20:49:21 Removing intermediate container d7015df927f7 20:49:21 ---> 18bc0a4f960e 20:49:21 Step 8/20 : COPY . . 20:49:21 Removing intermediate container 80c8d28a05d7 20:49:21 ---> 8ae2c3a183b2 20:49:21 Step 8/26 : COPY . . 20:49:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1291 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws 20:49:23 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 20:49:24 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 20:49:25 Removing intermediate container 95cc0445cc7b 20:49:25 ---> faecc3f3ff01 20:49:25 Step 8/22 : COPY . . 20:49:28 using credential edgex-jenkins-ssh 20:49:28 Cloning the remote Git repository 20:49:28 Cloning with configured refspecs honoured and without tags 20:49:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:49:28 > git init /w/workspace/edgex-go/3 # timeout=10 20:49:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:49:28 > git --version # timeout=10 20:49:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:49:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:49:33 Removing intermediate container 27fdc81e1f4a 20:49:33 ---> f12e1d23db32 20:49:33 Step 8/23 : COPY . . 20:49:43 Fetching without tags 20:49:44 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:49:44 Merge succeeded, producing 4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:49:44 Checking out Revision 4a6d51dc6980001c9f79f4994ce23529a8d4a897 (PR-2645) 20:49:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:49:43 > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # timeout=10 20:49:43 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:49:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:49:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:49:43 using GIT_SSH to set credentials SSH Credentials for GitHub 20:49:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:49:44 > git config core.sparsecheckout # timeout=10 20:49:44 > git checkout -f 4a6d51dc6980001c9f79f4994ce23529a8d4a897 # timeout=10 20:49:44 > git remote # timeout=10 20:49:44 > git config --get remote.origin.url # timeout=10 20:49:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:49:44 > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 20:49:44 > git rev-parse HEAD^{commit} # timeout=10 20:49:44 > git config core.sparsecheckout # timeout=10 20:49:44 > git checkout -f 4a6d51dc6980001c9f79f4994ce23529a8d4a897 # timeout=10 20:49:49 Commit message: "build: remove VERSION file as git-semver now manages version" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 20:49:55 ---> 38fed1c90733 20:49:55 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:49:55 ---> 75e7574fe689 20:49:55 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 20:49:55 ---> Running in 16ed8a542254 20:49:55 ---> Running in 34726e9011fc 20:49:55 ---> 907773ff2f41 20:49:55 Step 9/22 : RUN make cmd/core-data/core-data 20:49:55 ---> Running in b242131068b3 20:49:57 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 20:49:57 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 20:49:58 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 20:49:59 ---> ba04ebe0d64a 20:49:59 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:50:00 ---> Running in 11e7e47de210 [Pipeline] echo 20:50:00 ========================================================= 20:50:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:50:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:50: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 20:50:01 + 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 . 20:50:02 Removing intermediate container 13118feec2b1 20:50:02 ---> 7a151f3a03e9 20:50:02 20:50:02 Step 10/20 : FROM scratch 20:50:02 ---> 20:50:02 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:50:02 ---> Running in 31da44010299 20:50:03 Removing intermediate container 31da44010299 20:50:03 ---> 279813c3cef7 20:50:03 Step 12/20 : ENV APP_PORT=48085 20:50:03 ---> Running in 26d429fbd70d 20:50:03 Removing intermediate container 26d429fbd70d 20:50:03 ---> 46a7c85cab50 20:50:03 Step 13/20 : EXPOSE $APP_PORT 20:50:03 ---> Running in a673174e9942 20:50:03 Removing intermediate container a673174e9942 20:50:03 ---> d9fea6d5795a 20:50:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:50:04 ---> b2ba84f8a513 20:50:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:50:05 ---> f49957b142c0 20:50:05 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:50:06 Sending build context to Docker daemon 323.2MB 20:50:06 Step 1/7 : ARG BASE=golang:1.13-alpine 20:50:06 Step 2/7 : FROM ${BASE} 20:50:06 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:50:06 b538f80385f9: Pulling fs layer 20:50:06 74f711af9a0d: Pulling fs layer 20:50:06 99f96fe45779: Pulling fs layer 20:50:06 fd7a069fd194: Pulling fs layer 20:50:06 66aa3694b03b: Pulling fs layer 20:50:06 170f70906a0f: Pulling fs layer 20:50:06 ad7c5574e4b9: Pulling fs layer 20:50:06 e772456be8f7: Pulling fs layer 20:50:06 c890913d741a: Pulling fs layer 20:50:06 2480fcc9aa5a: Pulling fs layer 20:50:06 09adf4765672: Pulling fs layer 20:50:06 fd7a069fd194: Waiting 20:50:06 170f70906a0f: Waiting 20:50:06 ad7c5574e4b9: Waiting 20:50:06 e772456be8f7: Waiting 20:50:06 c890913d741a: Waiting 20:50:06 2480fcc9aa5a: Waiting 20:50:06 09adf4765672: Waiting 20:50:06 66aa3694b03b: Waiting 20:50:06 99f96fe45779: Verifying Checksum 20:50:06 99f96fe45779: Download complete 20:50:06 74f711af9a0d: Verifying Checksum 20:50:06 74f711af9a0d: Download complete 20:50:06 66aa3694b03b: Download complete 20:50:06 170f70906a0f: Download complete 20:50:06 b538f80385f9: Download complete 20:50:07 b538f80385f9: Pull complete 20:50:07 74f711af9a0d: Pull complete 20:50:07 ---> 7147df51e743 20:50:07 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:50:07 ---> Running in eebdd4050a60 20:50:07 Removing intermediate container eebdd4050a60 20:50:07 ---> f1c19a70903f 20:50:07 Step 18/20 : LABEL arch=x86_64 20:50:07 99f96fe45779: Pull complete 20:50:08 ---> Running in 0ac762882cdc 20:50:08 Removing intermediate container 0ac762882cdc 20:50:08 ---> 712b55f07ab4 20:50:08 Step 19/20 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:50:09 ---> Running in a76d74218cb3 20:50:09 ad7c5574e4b9: Verifying Checksum 20:50:09 ad7c5574e4b9: Download complete 20:50:09 c890913d741a: Verifying Checksum 20:50:09 c890913d741a: Download complete 20:50:09 Removing intermediate container a76d74218cb3 20:50:09 ---> 6e15f5036e5e 20:50:09 Step 20/20 : LABEL version=0.0.0 20:50:09 ---> Running in e8f92dd06fe2 20:50:10 Removing intermediate container e8f92dd06fe2 20:50:10 ---> 5f77c397851f 20:50:10 20:50:10 Successfully built 5f77c397851f 20:50:10 Successfully tagged docker-support-scheduler-go:latest 20:50:10  Building docker-support-scheduler-go ... done Building docker-core-command-go 20:50:11 2480fcc9aa5a: Verifying Checksum 20:50:11 2480fcc9aa5a: Download complete 20:50:11 09adf4765672: Download complete 20:50:11 fd7a069fd194: Verifying Checksum 20:50:11 fd7a069fd194: Download complete 20:50:11 e772456be8f7: Verifying Checksum 20:50:11 e772456be8f7: Download complete 20:50:24 fd7a069fd194: Pull complete 20:50:24 66aa3694b03b: Pull complete 20:50:24 170f70906a0f: Pull complete 20:50:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:50:26 ad7c5574e4b9: Pull complete 20:50:28 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:50:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:50:28 ---> 15a9c11447b4 20:50:28 Step 3/21 : WORKDIR /edgex-go 20:50:28 ---> Using cache 20:50:28 ---> 2d2661d2a94f 20:50:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:28 ---> Using cache 20:50:28 ---> 8172548c8e19 20:50:28 Step 5/21 : RUN apk update && apk add make git 20:50:28 ---> Using cache 20:50:28 ---> b3d22334d6bf 20:50:28 Step 6/21 : COPY go.mod . 20:50:28 ---> Using cache 20:50:28 ---> 6874f466ceb9 20:50:28 Step 7/21 : RUN go mod download 20:50:28 ---> Using cache 20:50:28 ---> 214ca6caac7d 20:50:28 Step 8/21 : COPY . . 20:50:28 ---> Using cache 20:50:28 ---> 52041922a17a 20:50:28 Step 9/21 : RUN make cmd/core-command/core-command 20:50:30 ---> Running in d621364b0707 20:50:31 Removing intermediate container 34726e9011fc 20:50:31 ---> 0609e4780805 20:50:31 20:50:31 Step 10/20 : FROM alpine 20:50:31 latest: Pulling from library/alpine 20:50:31 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 20:50:32 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 20:50:32 e772456be8f7: Pull complete 20:50:32 c890913d741a: Pull complete 20:50:32 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:50:32 Status: Downloaded newer image for alpine:latest 20:50:32 ---> a24bb4013296 20:50:32 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:50:33 ---> Running in 87348211d668 20:50:34 Removing intermediate container 11e7e47de210 20:50:34 ---> 113dfbbc6ded 20:50:34 20:50:34 Step 10/23 : FROM scratch 20:50:34 ---> 20:50:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:50:34 2480fcc9aa5a: Pull complete 20:50:34 ---> Running in c27b153b9091 20:50:34 09adf4765672: Pull complete 20:50:34 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:50:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:50:34 ---> 2248a725d1cf 20:50:34 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 20:50:35 Removing intermediate container c27b153b9091 20:50:35 ---> 86770e87e070 20:50:35 Step 12/23 : ENV APP_PORT=48060 20:50:35 ---> Running in 54948251e2e2 20:50:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:36 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:50:36 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:50:36 OK: 12749 distinct packages available 20:50:36 (1/4) Installing ca-certificates (20191127-r4) 20:50:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:50:36 (3/4) Installing libcurl (7.69.1-r0) 20:50:36 (4/4) Installing curl (7.69.1-r0) 20:50:36 Executing busybox-1.31.1-r16.trigger 20:50:36 Executing ca-certificates-20191127-r4.trigger 20:50:36 OK: 7 MiB in 18 packages 20:50:37 Removing intermediate container 54948251e2e2 20:50:37 ---> e658e8fcfa9e 20:50:37 Step 13/23 : EXPOSE $APP_PORT 20:50:40 ---> Running in 16c5c12740c3 20:50:41 ---> Running in e893fe1bc585 20:50:42 Removing intermediate container 16ed8a542254 20:50:42 ---> bc95b673e5f1 20:50:42 20:50:42 Step 10/26 : FROM alpine:3.10 20:50:42 3.10: Pulling from library/alpine 20:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:50:43 Removing intermediate container b242131068b3 20:50:43 ---> f251792368ba 20:50:43 20:50:43 Step 10/22 : FROM alpine 20:50:43 ---> a24bb4013296 20:50:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:50:43 Removing intermediate container 16c5c12740c3 20:50:43 ---> 3a05e295b19f 20:50:43 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 20:50:43 Removing intermediate container 87348211d668 20:50:43 ---> 95eea6e70de8 20:50:43 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:50:43 ---> Running in 7c2949c74caf 20:50:43 ---> Running in 6a65a06b972d 20:50:43 Removing intermediate container 7c2949c74caf 20:50:43 ---> 8adfe7578c95 20:50:43 Step 12/22 : ENV APP_PORT=48080 20:50:44 ---> 18cef88b66ab 20:50:44 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:50:44 Removing intermediate container 6a65a06b972d 20:50:44 ---> 716af5f585e7 20:50:44 Step 13/20 : WORKDIR /edgex 20:50:44 ---> Running in 954d46e284a7 20:50:44 ---> Running in ab91bdc0d67d 20:50:44 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:50:44 Status: Downloaded newer image for alpine:3.10 20:50:44 ---> be4e4bea2c2e 20:50:44 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:50:45 Removing intermediate container 954d46e284a7 20:50:45 ---> 1aa63f59608c 20:50:45 Step 13/22 : EXPOSE $APP_PORT 20:50:45 ---> Running in 8be99281267d 20:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:50:45 Removing intermediate container ab91bdc0d67d 20:50:45 ---> 3e8cd3fa4bac 20:50:45 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:50:45 ---> Running in 4e25ecf3ce92 20:50:45 ---> 9a4256b1f8a9 20:50:45 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 20:50:46 Removing intermediate container 4e25ecf3ce92 20:50:46 ---> 89067c91c3af 20:50:46 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:46 ---> 1eae72b1c024 20:50:46 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:50:46 ---> Running in 8e064c60ba8d 20:50:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 20:50:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 20:50:46 ---> a58f6d513f19 20:50:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:50:46 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:50:46 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:50:46 OK: 10346 distinct packages available 20:50:47 ---> e82b3825ab98 20:50:47 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:50:47 (1/5) Installing ca-certificates (20191127-r2) 20:50:47 ---> c1320ff9968a 20:50:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:50:47 ---> Running in 3978a15d4685 20:50:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:50:47 (3/5) Installing libcurl (7.66.0-r0) 20:50:47 (4/5) Installing curl (7.66.0-r0) 20:50:47 (5/5) Installing dumb-init (1.2.2-r1) 20:50:47 Executing busybox-1.30.1-r3.trigger 20:50:47 Executing ca-certificates-20191127-r2.trigger 20:50:47 OK: 7 MiB in 19 packages 20:50:47 (1/12) Installing libmagic (5.38-r0) 20:50:48 (2/12) Installing file (5.38-r0) 20:50:48 (3/12) Installing libc-dev (0.7.2-r3) 20:50:48 (4/12) Installing g++ (9.3.0-r2) 20:50:48 Removing intermediate container 3978a15d4685 20:50:48 ---> 8536f8c1ecc0 20:50:48 Step 17/20 : CMD ["--init=true"] 20:50:48 ---> 60b98f7b8dfe 20:50:48 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:50:48 ---> Running in ac62ebb7953e 20:50:50 Removing intermediate container ac62ebb7953e 20:50:50 ---> 938a29ab41ae 20:50:50 Step 18/20 : LABEL arch=x86_64 20:50:50 ---> 0aeb02c91740 20:50:50 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:50:50 Removing intermediate container 8be99281267d 20:50:50 ---> a65be97c0186 20:50:50 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:50:50 Removing intermediate container 8e064c60ba8d 20:50:50 ---> 933191146067 20:50:50 Step 15/22 : RUN apk --no-cache add zeromq 20:50:50 ---> Running in 94dfdae178a2 20:50:50 ---> Running in ee949c66e08b 20:50:50 ---> Running in 9950724e2f1b 20:50:50 ---> Running in ca3b3af216d7 20:50:52 Removing intermediate container ee949c66e08b 20:50:52 ---> 07e6d3aa3125 20:50:52 Step 21/23 : LABEL arch=x86_64 20:50:52 Removing intermediate container 94dfdae178a2 20:50:52 ---> 3aae513ab712 20:50:52 Step 19/20 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:50:52 Removing intermediate container 9950724e2f1b 20:50:52 ---> 43ab7e6b50cb 20:50:52 Step 13/26 : WORKDIR / 20:50:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:52 ---> Running in b792eb41ee37 20:50:52 ---> Running in 0a1fb6993dff 20:50:52 ---> Running in dcdef1c3c117 20:50:52 Removing intermediate container d621364b0707 20:50:52 ---> 38d08c4289d8 20:50:52 20:50:52 Step 10/21 : FROM scratch 20:50:52 ---> 20:50:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:50:52 ---> Using cache 20:50:52 ---> 279813c3cef7 20:50:52 Step 12/21 : ENV APP_PORT=48082 20:50:53 Removing intermediate container 0a1fb6993dff 20:50:53 ---> 7d8c1dfcb935 20:50:53 Step 20/20 : LABEL version=0.0.0 20:50:53 ---> Running in 1c776ef30a58 20:50:53 Removing intermediate container b792eb41ee37 20:50:53 ---> f1ef70d56431 20:50:53 Step 22/23 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:50:53 Removing intermediate container dcdef1c3c117 20:50:53 ---> 400a86321bd0 20:50:53 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:50:53 ---> Running in 4e03dd3da883 20:50:53 ---> Running in 4cf1b61dd3d5 20:50:53 Removing intermediate container 1c776ef30a58 20:50:53 ---> 0fef0971ae37 20:50:53 Step 13/21 : EXPOSE $APP_PORT 20:50:53 ---> Running in 53da31f86c86 20:50:53 ---> 050665b4a08d 20:50: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 20:50:53 Removing intermediate container 4e03dd3da883 20:50:53 ---> f747a217dbb2 20:50:53 20:50:53 Removing intermediate container 4cf1b61dd3d5 20:50:53 ---> 48c73f54332b 20:50:53 Step 23/23 : LABEL version=0.0.0 20:50:53 Successfully built f747a217dbb2 20:50:53 Successfully tagged docker-security-proxy-setup-go:latest 20:50:53  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 20:50:53 ---> Running in ef61b9c4e443 20:50:53 Removing intermediate container 53da31f86c86 20:50:53 ---> 9fedd58e9612 20:50:53 Step 14/21 : WORKDIR / 20:50:54 ---> 1f1b1c5ac3ae 20:50:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:50:54 ---> Running in 2409095ed5b3 20:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:54 Removing intermediate container ef61b9c4e443 20:50:54 ---> 9f43df71fa62 20:50:54 20:50:54 Successfully built 9f43df71fa62 20:50:54 Successfully tagged docker-support-notifications-go:latest 20:50:54  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go 20:50:54 Removing intermediate container 2409095ed5b3 20:50:54 ---> 6d00e2cbe00a 20:50:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:50:54 ---> 0d6bb040b42f 20:50:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:50:57 (1/5) Installing libgcc (9.3.0-r2) 20:50:57 (2/5) Installing libsodium (1.0.18-r0) 20:50:58 (3/5) Installing libstdc++ (9.3.0-r2) 20:50:58 ---> 666af65590a8 20:50:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:50:58 (4/5) Installing libzmq (4.3.2-r0) 20:50:59 (5/5) Installing zeromq (4.3.2-r0) 20:50:59 Executing busybox-1.31.1-r16.trigger 20:50:59 OK: 8 MiB in 19 packages 20:51:01 ---> 2a2b29d5ae34 20:51:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:51:03 (5/12) Installing fortify-headers (1.1-r0) 20:51:03 (6/12) Installing patch (2.7.6-r6) 20:51:03 (7/12) Installing build-base (0.5-r2) 20:51:03 (8/12) Installing libsodium (1.0.18-r0) 20:51:03 (9/12) Installing pkgconf (1.7.2-r0) 20:51:03 (10/12) Installing libsodium-dev (1.0.18-r0) 20:51:03 (11/12) Installing libzmq (4.3.2-r0) 20:51:03 (12/12) Installing zeromq-dev (4.3.2-r0) 20:51:03 Executing busybox-1.31.1-r16.trigger 20:51:03 OK: 217 MiB in 51 packages 20:51:07 Removing intermediate container e893fe1bc585 20:51:07 ---> a13a2c43a9a3 20:51:07 Step 4/7 : WORKDIR /edgex-go 20:51:07 ---> Running in 844d905ee7e0 20:51:07 Removing intermediate container 844d905ee7e0 20:51:07 ---> 4271cbf45d46 20:51:07 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:51:07 ---> a03901ec10a5 20:51:07 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:51:07 ---> 68cb31b90bc0 20:51:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:51:08 latest: Pulling from library/docker 20:51:08 b538f80385f9: Already exists 20:51:08 259a493cd78d: Pulling fs layer 20:51:08 b8e66b5100f5: Pulling fs layer 20:51:08 39dc9c94d07c: Pulling fs layer 20:51:08 551b823b3b82: Pulling fs layer 20:51:08 3c52a74df98c: Pulling fs layer 20:51:08 6c9b121b6998: Pulling fs layer 20:51:08 551b823b3b82: Waiting 20:51:08 3c52a74df98c: Waiting 20:51:08 6c9b121b6998: Waiting 20:51:08 b8e66b5100f5: Verifying Checksum 20:51:08 b8e66b5100f5: Download complete 20:51:08 Removing intermediate container ca3b3af216d7 20:51:08 ---> ee33f645c570 20:51:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:51:08 259a493cd78d: Verifying Checksum 20:51:08 259a493cd78d: Download complete 20:51:08 551b823b3b82: Verifying Checksum 20:51:08 551b823b3b82: Download complete 20:51:08 3c52a74df98c: Verifying Checksum 20:51:08 3c52a74df98c: Download complete 20:51:08 6c9b121b6998: Verifying Checksum 20:51:08 6c9b121b6998: Download complete 20:51:09 259a493cd78d: Pull complete 20:51:09 b8e66b5100f5: Pull complete 20:51:09 39dc9c94d07c: Verifying Checksum 20:51:09 39dc9c94d07c: Download complete 20:51:09 ---> 8687a0361b7a 20:51:09 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:51:10 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:51:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:51:11 ---> 15a9c11447b4 20:51:11 Step 3/21 : WORKDIR /edgex-go 20:51:11 ---> Running in 927fb281734d 20:51:11 ---> e46d65fb2691 20:51:11 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:51:11 ---> Using cache 20:51:11 ---> 2d2661d2a94f 20:51:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:11 ---> Using cache 20:51:11 ---> 8172548c8e19 20:51:11 Step 5/21 : RUN apk update && apk add make git 20:51:11 ---> Using cache 20:51:11 ---> b3d22334d6bf 20:51:11 Step 6/21 : COPY go.mod . 20:51:11 ---> Using cache 20:51:11 ---> 6874f466ceb9 20:51:11 Step 7/21 : RUN go mod download 20:51:11 ---> Using cache 20:51:11 ---> 214ca6caac7d 20:51:11 Step 8/21 : COPY . . 20:51:11 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:51:11 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:51:11 ---> 15a9c11447b4 20:51:11 Step 3/29 : WORKDIR /edgex-go 20:51:11 ---> Using cache 20:51:11 ---> 2d2661d2a94f 20:51:11 Step 4/29 : RUN apk update && apk add make git 20:51:11 ---> Using cache 20:51:11 ---> 52041922a17a 20:51:11 Step 9/21 : RUN make cmd/core-metadata/core-metadata 20:51:12 ---> e24d0db4fbc4 20:51:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:51:12 ---> Running in 367cd5e19e15 20:51:12 ---> Running in e37e76cb9ca3 20:51:13 Removing intermediate container 927fb281734d 20:51:13 ---> 22f6c741ea91 20:51:13 Step 19/21 : LABEL arch=x86_64 20:51:13 ---> 1e9a9a8ec10b 20:51:13 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:51:13 39dc9c94d07c: Pull complete 20:51:13 551b823b3b82: Pull complete 20:51:13 ---> Running in 4774f8f8dcd7 20:51:13 ---> 85a79d561383 20:51:13 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:51:13 ---> 7c4eecb52ab6 20:51:13 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:51:13 Removing intermediate container 4774f8f8dcd7 20:51:13 ---> ec3f10b3d0c8 20:51:13 Step 20/21 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:51:13 3c52a74df98c: Pull complete 20:51:13 ---> Running in 13369345ce97 20:51:13 ---> Running in a84bd0bdc452 20:51:14 6c9b121b6998: Pull complete 20:51:14 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:51:14 Status: Downloaded newer image for docker:latest 20:51:14 Removing intermediate container a84bd0bdc452 20:51:14 ---> 3ee3ebca98e5 20:51:14 Step 21/21 : LABEL version=0.0.0 20:51:14 ---> 8572415ae78b 20:51:14 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:51:14 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 20:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:51:14 ---> Running in 8bf62c15e399 20:51:14 ---> Running in ff4173ceac06 20:51:14 Removing intermediate container 8bf62c15e399 20:51:14 ---> 7b6b67a4b27a 20:51:14 20:51:14 Removing intermediate container ff4173ceac06 20:51:14 ---> 4a6a3f43929b 20:51:14 Step 20/22 : LABEL arch=x86_64 20:51:14 ---> Running in 0dbd2bf4b001 20:51:14 Successfully built 7b6b67a4b27a 20:51:14 Successfully tagged docker-core-command-go:latest 20:51:14  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 20:51:15 Removing intermediate container 0dbd2bf4b001 20:51:15 ---> 54b6e336262a 20:51:15 Step 21/22 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:51:15 ---> Running in 62ec5017ecd5 20:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:51:15 Removing intermediate container 13369345ce97 20:51:15 ---> ab8b1cc95822 20:51:15 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:51:15 ---> Running in 6fb51972e244 20:51:15 Removing intermediate container 62ec5017ecd5 20:51:15 ---> 75fc49ca0c1d 20:51:15 Step 22/22 : LABEL version=0.0.0 20:51:16 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:51:16 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:51:16 OK: 12749 distinct packages available 20:51:16 OK: 233 MiB in 51 packages 20:51:17 ---> e1406faa195f 20:51:17 Step 6/7 : COPY go.mod . 20:51:18 ---> 5b81aff76885 20:51:18 Step 7/7 : RUN go mod download 20:51:18 ---> Running in 9b6c1fcf04ff 20:51:19 ---> Running in b8f042d75ef6 20:51:19 Removing intermediate container 6fb51972e244 20:51:19 ---> 93c7b928ec0d 20:51:19 Step 24/26 : LABEL arch=x86_64 20:51:21 ---> Running in 76f8a8900d37 20:51:21 Removing intermediate container b8f042d75ef6 20:51:21 ---> 716a70fc4f0f 20:51:21 20:51:21 Removing intermediate container e37e76cb9ca3 20:51:21 ---> fa018dcad01e 20:51:21 Step 5/29 : COPY go.mod . 20:51:21 Successfully built 716a70fc4f0f 20:51:21 Successfully tagged docker-core-data-go:latest 20:51:21 Building docker-support-logging-go 20:51:21  Building docker-core-data-go ... done Removing intermediate container 76f8a8900d37 20:51:21 ---> 91130b499bde 20:51:21 Step 25/26 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:51:21 ---> 9f5933d5def7 20:51:21 Step 6/29 : RUN go mod download 20:51:21 ---> Running in 0d73dd854322 20:51:21 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:51:21 go: finding github.com/BurntSushi/toml v0.3.1 20:51:21 go: finding github.com/OneOfOne/xxhash v1.2.5 20:51:21 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:51:21 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:51:21 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:51:21 go: finding github.com/bgentry/speakeasy v0.1.0 20:51:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:51:21 go: finding github.com/cloudflare/gokey v0.1.0 20:51:21 go: finding github.com/davecgh/go-spew v1.1.1 20:51:21 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:51:21 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:51:21 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:51:21 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:51:21 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:51:21 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:51:21 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:51:21 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:51:21 go: finding github.com/fatih/color v1.7.0 20:51:21 go: finding github.com/fsnotify/fsnotify v1.4.7 20:51:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:51:21 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:51:21 go: finding github.com/go-kit/kit v0.8.0 20:51:21 go: finding github.com/go-logfmt/logfmt v0.4.0 20:51:21 go: finding github.com/go-redis/redis/v7 v7.2.0 20:51:21 go: finding github.com/go-stack/stack v1.8.0 20:51:21 go: finding github.com/golang/protobuf v1.3.2 20:51:22 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:51:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:51:22 go: finding github.com/google/uuid v1.1.0 20:51:22 go: finding github.com/gorilla/mux v1.7.1 20:51:22 go: finding github.com/hashicorp/consul/api v1.1.0 20:51:22 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:51:22 go: finding github.com/hashicorp/errwrap v1.0.0 20:51:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:51:22 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:51:22 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:51:22 go: finding github.com/hashicorp/go-multierror v1.0.0 20:51:22 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:51:22 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:51:22 go: finding github.com/hashicorp/go-syslog v1.0.0 20:51:22 go: finding github.com/hashicorp/go-uuid v1.0.1 20:51:22 go: finding github.com/hashicorp/go.net v0.0.1 20:51:22 go: finding github.com/hashicorp/golang-lru v0.5.0 20:51:22 go: finding github.com/hashicorp/logutils v1.0.0 20:51:22 go: finding github.com/hashicorp/mdns v1.0.0 20:51:22 go: finding github.com/hashicorp/memberlist v0.1.3 20:51:22 go: finding github.com/hashicorp/serf v0.8.2 20:51:22 go: finding github.com/hpcloud/tail v1.0.0 20:51:22 go: finding github.com/imdario/mergo v0.3.6 20:51:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:51:22 go: finding github.com/kr/pretty v0.1.0 20:51:22 go: finding github.com/kr/pty v1.1.1 20:51:22 go: finding github.com/kr/text v0.1.0 20:51:22 go: finding github.com/mattn/go-colorable v0.0.9 20:51:22 go: finding github.com/mattn/go-isatty v0.0.3 20:51:22 go: finding github.com/miekg/dns v1.0.14 20:51:22 go: finding github.com/mitchellh/cli v1.0.0 20:51:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:51:22 go: finding github.com/mitchellh/copystructure v1.0.0 20:51:22 go: finding github.com/mitchellh/go-homedir v1.0.0 20:51:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:51:22 go: finding github.com/mitchellh/gox v0.4.0 20:51:22 go: finding github.com/mitchellh/iochan v1.0.0 20:51:22 go: finding github.com/mitchellh/mapstructure v1.1.2 20:51:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:51:22 go: finding github.com/onsi/ginkgo v1.10.1 20:51:22 go: finding github.com/onsi/gomega v1.7.0 20:51:22 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:51:22 go: finding github.com/pebbe/zmq4 v1.0.0 20:51:23 go: finding github.com/pelletier/go-toml v1.2.0 20:51:23 go: finding github.com/pkg/errors v0.8.1 20:51:23 go: finding github.com/pmezard/go-difflib v1.0.0 20:51:23 go: finding github.com/posener/complete v1.1.1 20:51:23 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:51:23 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:51:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:51:23 go: finding github.com/stretchr/objx v0.1.0 20:51:23 go: finding github.com/stretchr/testify v1.5.1 20:51:23 go: finding github.com/ugorji/go v1.1.4 20:51:23 go: finding github.com/x448/float16 v0.8.4 20:51:23 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:51:23 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:51:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:51:23 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:51:23 go: finding golang.org/x/text v0.3.2 20:51:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:51:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:51:23 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:51:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:51:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:51:23 go: finding gopkg.in/yaml.v2 v2.2.8 20:51:27 ---> Running in e5aa497832b1 20:51:28 Removing intermediate container 0d73dd854322 20:51:28 ---> c3d53db54ba4 20:51:28 Step 26/26 : LABEL version=0.0.0 20:51:30 ---> Running in e322531769a4 20:51:32 Removing intermediate container e322531769a4 20:51:32 ---> a2cd5aff0d74 20:51:32 20:51:32 Successfully built a2cd5aff0d74 20:51:32 Successfully tagged docker-security-secretstore-setup-go:latest 20:51:32  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:51:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:51:32 ---> 15a9c11447b4 20:51:32 Step 3/26 : WORKDIR /edgex-go 20:51:32 ---> Using cache 20:51:32 ---> 2d2661d2a94f 20:51:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:32 ---> Using cache 20:51:32 ---> 8172548c8e19 20:51:32 Step 5/26 : RUN apk update && apk add make bash git 20:51:33 ---> Running in 2bad11853484 20:51:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:51:36 Removing intermediate container e5aa497832b1 20:51:36 ---> 3939643dc7b1 20:51:36 Step 7/29 : COPY . . 20:51:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:51:37 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:51:37 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:51:37 OK: 12749 distinct packages available 20:51:37 OK: 233 MiB in 51 packages 20:51:40 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:51:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:51:40 ---> 15a9c11447b4 20:51:40 Step 3/21 : WORKDIR /edgex-go 20:51:40 ---> Using cache 20:51:40 ---> 2d2661d2a94f 20:51:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:40 ---> Using cache 20:51:40 ---> 8172548c8e19 20:51:40 Step 5/21 : RUN apk update && apk add make && apk add bash git 20:51:41 Removing intermediate container 9b6c1fcf04ff 20:51:41 ---> 5fa10cbb2280 20:51:41 Successfully built 5fa10cbb2280 20:51:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:42 ---> Running in ae3d591a72ee 20:51:42 + docker inspect -f . ci-base-image-arm64 20:51:42 . [Pipeline] withDockerContainer 20:51:42 prd-ubuntu18.04-docker-arm64-4c-16g-1291 does not seem to be running inside a container 20:51:42 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:51:43 Removing intermediate container 2bad11853484 20:51:43 ---> dc266fcb6510 20:51:43 Step 6/26 : COPY go.mod . 20:51:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:51:44 $ docker top f832bb98a9585d6f3013a3d9a2470e8a87a8c724e468b12d7f1e7f43a21c84c6 -eo pid,comm 20:51:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 20:51:44 ---> 05b1f05243ea 20:51:44 Step 7/26 : RUN go mod download 20:51:45 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:51:45 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:51:45 OK: 12749 distinct packages available 20:51:45 + go version 20:51:45 go version go1.13.13 linux/arm64 [Pipeline] echo 20:51:45 ========================================================= 20:51:45 [edgeXBuildGoParallel] Running Tests and Build... 20:51:45 ========================================================= [Pipeline] sh 20:51:45 OK: 233 MiB in 51 packages 20:51:45 OK: 233 MiB in 51 packages 20:51:45 + make test 20:51:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:51:48 ---> Running in 989ed86ca84d 20:51:48 ? github.com/edgexfoundry/edgex-go [no test files] 20:51:53 Removing intermediate container ae3d591a72ee 20:51:53 ---> 289ede2b9231 20:51:53 Step 6/21 : COPY go.mod . 20:51:53 Removing intermediate container 367cd5e19e15 20:51:53 ---> 6abd35029d72 20:51:53 20:51:53 Step 10/21 : FROM scratch 20:51:53 ---> 20:51:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:51:54 ---> Using cache 20:51:54 ---> 279813c3cef7 20:51:54 Step 12/21 : ENV APP_PORT=48081 20:51:54 ---> b3d5f7466ddf 20:51:54 Step 7/21 : RUN go mod download 20:51:54 Removing intermediate container 989ed86ca84d 20:51:54 ---> 5d3357732b4d 20:51:54 Step 8/26 : COPY . . 20:51:54 ---> Running in 119fcab70ecd 20:51:54 ---> Running in 004c84a9edc2 20:51:54 ---> 4d1bb5f1e524 20:51:54 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:51:54 ---> Running in 78660e523fe8 20:51:55 Removing intermediate container 119fcab70ecd 20:51:55 ---> b2cf7fca6475 20:51:55 Step 13/21 : EXPOSE $APP_PORT 20:51:56 ---> Running in 3b482c7da311 20:51:57 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 20:52:00 Removing intermediate container 3b482c7da311 20:52:00 ---> e9e515d67c2b 20:52:00 Step 14/21 : WORKDIR / 20:52:01 ---> Running in c82a806e9967 20:52:02 Removing intermediate container 004c84a9edc2 20:52:02 ---> e699498849fe 20:52:02 Step 8/21 : COPY . . 20:52:05 Removing intermediate container c82a806e9967 20:52:05 ---> 00d26504102c 20:52:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:52:09 ---> 0e65335e910c 20:52:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:52:16 ---> 4a637968ed32 20:52:16 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:52:17 ---> 489eeffe7798 20:52:17 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:52:17 ---> 4948f59e2643 20:52:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:52:17 ---> Running in 0db66c912bff 20:52:17 ---> Running in ead70b782909 20:52:18 Removing intermediate container 0db66c912bff 20:52:18 ---> 3ef34f4acf09 20:52:18 Step 19/21 : LABEL arch=x86_64 20:52:18 ---> Running in 5febc7616c7c 20:52:18 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 20:52:18 Removing intermediate container 5febc7616c7c 20:52:18 ---> 1d21f7a3ffab 20:52:18 Step 20/21 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:52:19 ---> Running in 12c62151e9fe 20:52:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:52:23 ---> b052ea7a194f 20:52:23 Step 9/21 : RUN make cmd/support-logging/support-logging 20:52:23 Removing intermediate container 78660e523fe8 20:52:23 ---> 91cf5dbc50ca 20:52:23 20:52:23 Step 9/29 : FROM alpine:latest 20:52:23 ---> a24bb4013296 20:52:23 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:52:23 Removing intermediate container 12c62151e9fe 20:52:23 ---> 0fe66461ffce 20:52:23 Step 21/21 : LABEL version=0.0.0 20:52:23 ---> Running in 59727edf3bb5 20:52:23 ---> Running in 28369e6221e4 20:52:23 ---> Running in d335bdb9b472 20:52:23 Removing intermediate container 59727edf3bb5 20:52:23 ---> 3be325bff4c7 20:52:23 Step 11/29 : USER root 20:52:23 Removing intermediate container d335bdb9b472 20:52:23 ---> 7288b4802847 20:52:23 20:52:23 ---> Running in 54a8bfb57988 20:52:23 Successfully built 7288b4802847 20:52:23 Successfully tagged docker-core-metadata-go:latest 20:52:24  Building docker-core-metadata-go ... done Removing intermediate container 54a8bfb57988 20:52:24 ---> a842c2738372 20:52:24 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:52:24 ---> Running in bee65c780820 20:52:24 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 20:52:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:25 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:52:25 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:52:25 OK: 12749 distinct packages available 20:52:25 (1/2) Installing ca-certificates (20191127-r4) 20:52:25 (2/2) Installing dumb-init (1.2.2-r1) 20:52:25 Executing busybox-1.31.1-r16.trigger 20:52:25 Executing ca-certificates-20191127-r4.trigger 20:52:25 OK: 6 MiB in 16 packages 20:52:27 Removing intermediate container bee65c780820 20:52:27 ---> 021073760f72 20:52:27 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:52:27 ---> Running in 35df03b303eb 20:52:27 Removing intermediate container 35df03b303eb 20:52:27 ---> 5e8d3acf09ed 20:52:27 Step 14/29 : WORKDIR $BASE_DIR 20:52:27 ---> Running in 1cedc1b767cc 20:52:28 Removing intermediate container 1cedc1b767cc 20:52:28 ---> e973192e41c4 20:52:28 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:52:28 ---> Running in bd6f30a6bec7 20:52:29 Removing intermediate container bd6f30a6bec7 20:52:29 ---> 504c1ec973c8 20:52:29 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:52:30 ---> 8590d92487ae 20:52:30 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:52:31 ---> bb1bc0f9ab42 20:52:31 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:52:31 ---> ad67895735d3 20:52:31 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:52:32 ---> c37a4d65383f 20:52:32 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:52:33 ---> f0462e1254ac 20:52:33 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:52:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:52:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:52:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:52:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:52:33 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s 20:52:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:52:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:52:33 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:52:33 ---> Running in 2d2e2ce88a24 20:52:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:52:35 Removing intermediate container ead70b782909 20:52:35 ---> 7dbd7051dac2 20:52:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:52:35 ---> Running in 5cc20756b5f5 20:52:36 Removing intermediate container 2d2e2ce88a24 20:52:36 ---> 52838a32ac21 20:52:36 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:52:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:52:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:52:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:52:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:52:36 ---> f1028771ca40 20:52:36 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:52:36 ---> Running in 8017ee6f83e9 20:52:36 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 20:52:38 Removing intermediate container 28369e6221e4 20:52:38 ---> 5b8d65ded7ea 20:52:38 20:52:38 Step 10/21 : FROM scratch 20:52:38 ---> 20:52:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:52:38 ---> Using cache 20:52:38 ---> 86770e87e070 20:52:38 Step 12/21 : ENV APP_PORT=48061 20:52:38 Removing intermediate container 8017ee6f83e9 20:52:38 ---> c9b9c0db8c1a 20:52:38 Step 24/29 : RUN chmod 755 security-secrets-setup 20:52:38 ---> Running in 15ebf8fdb10f 20:52:38 ---> Running in 8a572f715eaa 20:52:38 Removing intermediate container 5cc20756b5f5 20:52:38 ---> 5bccba12817c 20:52:38 20:52:38 Step 11/26 : FROM docker:latest 20:52:38 ---> 81f5749c9058 20:52:38 Step 12/26 : RUN apk add --no-cache bash 20:52:39 ---> Running in 81458990f70f 20:52:39 Removing intermediate container 15ebf8fdb10f 20:52:39 ---> c595b2ecb529 20:52:39 Step 13/21 : EXPOSE $APP_PORT 20:52:39 ---> Running in 318c2ab3a12a 20:52:39 Removing intermediate container 318c2ab3a12a 20:52:39 ---> 25e09385d9c5 20:52:39 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 20:52:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:39 ---> f3765b1d2fec 20:52:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:52:40 (1/2) Installing readline (8.0.4-r0) 20:52:40 (2/2) Installing bash (5.0.17-r0) 20:52:40 Executing bash-5.0.17-r0.post-install 20:52:40 Executing busybox-1.31.1-r16.trigger 20:52:40 OK: 12 MiB in 22 packages 20:52:41 ---> f4b474ad646e 20:52:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:52:41 Removing intermediate container 8a572f715eaa 20:52:41 ---> 4bd6cbfd9569 20:52:41 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:52:41 ---> Running in 2dc53bbc11e9 20:52:41 Removing intermediate container 81458990f70f 20:52:41 ---> 92e77641e34a 20:52:41 Step 13/26 : RUN rm -rf /var/cache/apk/* 20:52:41 Removing intermediate container 2dc53bbc11e9 20:52:41 ---> 424dd40389e4 20:52:41 Step 26/29 : CMD [ "generate" ] 20:52:41 ---> Running in 023742bc1354 20:52:41 ---> Running in 6f60f0d8f405 20:52:42 ---> c3a62414e8cc 20:52:42 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:52:43 Removing intermediate container 023742bc1354 20:52:43 ---> 1432512f67fa 20:52:43 Step 27/29 : LABEL arch=x86_64 20:52:43 ---> Running in ba8f5baf2c45 20:52:43 ---> b9e44a58e8dd 20:52:43 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:52:43 ---> Running in 9fec871715b8 20:52:43 Removing intermediate container ba8f5baf2c45 20:52:43 ---> e4ea122ac629 20:52:43 Step 28/29 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:52:43 ---> Running in 9844e6106d8b 20:52:43 Removing intermediate container 9fec871715b8 20:52:43 ---> 203e9e8a6a39 20:52:43 Step 19/21 : LABEL arch=x86_64 20:52:43 Removing intermediate container 9844e6106d8b 20:52:43 ---> 9f7fd8b5bf4d 20:52:43 Step 29/29 : LABEL version=0.0.0 20:52:43 ---> Running in bda5e9996419 20:52:43 ---> Running in 8621d39b3b64 20:52:43 Removing intermediate container 6f60f0d8f405 20:52:43 ---> 5565960857ce 20:52:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:52:44 Removing intermediate container bda5e9996419 20:52:44 ---> d5a6750f63fd 20:52:44 Step 20/21 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:52:44 ---> Running in 82f9bf5f0dd3 20:52:44 ---> Running in 6de7df375df3 20:52:44 Removing intermediate container 8621d39b3b64 20:52:44 ---> 798c200c1fba 20:52:44 20:52:44 Successfully built 798c200c1fba 20:52:44 Successfully tagged docker-security-secrets-setup-go:latest 20:52:44  Building docker-security-secrets-setup-go ... done Removing intermediate container 82f9bf5f0dd3 20:52:44 ---> e648257f46a4 20:52:44 Step 15/26 : ENV APP_PORT=48090 20:52:44 Removing intermediate container 6de7df375df3 20:52:44 ---> ea1b7eb77606 20:52:44 Step 21/21 : LABEL version=0.0.0 20:52:44 ---> Running in 095c3455ba32 20:52:44 ---> Running in ea2c9fab020e 20:52:44 Removing intermediate container 095c3455ba32 20:52:44 ---> ed6028e72ac4 20:52:44 Step 16/26 : EXPOSE $APP_PORT 20:52:44 Removing intermediate container ea2c9fab020e 20:52:44 ---> 17a5d168361a 20:52:44 20:52:44 Successfully built 17a5d168361a 20:52:44 ---> Running in 559ed4abb679 20:52:44 Successfully tagged docker-support-logging-go:latest 20:52:44  Building docker-support-logging-go ... done Removing intermediate container 559ed4abb679 20:52:44 ---> ae81e1d9ccfd 20:52:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:52:45 ---> ddf481d8c16d 20:52:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:52:45 ---> 60463d12e372 20:52:45 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:52:46 ---> e016ea046702 20:52:46 Step 20/26 : RUN apk --no-cache add py-pip 20:52:46 ---> Running in b21001b85412 20:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.069s coverage: 46.6% of statements 20:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:52:46 (1/33) Installing libbz2 (1.0.8-r1) 20:52:46 (2/33) Installing expat (2.2.9-r1) 20:52:46 (3/33) Installing libffi (3.3-r2) 20:52:46 (4/33) Installing gdbm (1.13-r1) 20:52:46 (5/33) Installing xz-libs (5.2.5-r0) 20:52:46 (6/33) Installing sqlite-libs (3.32.1-r0) 20:52:46 (7/33) Installing python3 (3.8.5-r0) 20:52:47 (8/33) Installing py3-appdirs (1.4.4-r1) 20:52:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:52:47 (10/33) Installing py3-parsing (2.4.7-r0) 20:52:47 (11/33) Installing py3-six (1.15.0-r0) 20:52:47 (12/33) Installing py3-packaging (20.4-r0) 20:52:47 (13/33) Installing py3-setuptools (47.0.0-r0) 20:52:47 (14/33) Installing py3-chardet (3.0.4-r4) 20:52:47 (15/33) Installing py3-idna (2.9-r0) 20:52:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:52:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:52:47 (18/33) Installing py3-requests (2.23.0-r0) 20:52:47 (19/33) Installing py3-msgpack (1.0.0-r0) 20:52:47 (20/33) Installing py3-lockfile (0.12.2-r3) 20:52:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:52:47 (22/33) Installing py3-colorama (0.4.3-r0) 20:52:47 (23/33) Installing py3-distlib (0.3.0-r0) 20:52:47 (24/33) Installing py3-distro (1.5.0-r1) 20:52:47 (25/33) Installing py3-webencodings (0.5.1-r3) 20:52:47 (26/33) Installing py3-html5lib (1.0.1-r4) 20:52:47 (27/33) Installing py3-pytoml (0.1.21-r0) 20:52:47 (28/33) Installing py3-pep517 (0.8.2-r0) 20:52:47 (29/33) Installing py3-progress (1.5-r0) 20:52:47 (30/33) Installing py3-toml (0.10.1-r0) 20:52:47 (31/33) Installing py3-retrying (1.3.3-r0) 20:52:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:52:47 (33/33) Installing py3-pip (20.1.1-r0) 20:52:47 Executing busybox-1.31.1-r16.trigger 20:52:47 OK: 71 MiB in 55 packages 20:52:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.148s coverage: 27.4% of statements 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:52:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:52:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:52:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.336s coverage: 29.3% of statements 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:52:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:52:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:52:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 89.8% of statements 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:52:57 Removing intermediate container b21001b85412 20:52:57 ---> 19354032c7ad 20:52:57 Step 21/26 : RUN pip install docker-compose==1.23.2 20:52:57 ---> Running in 64963d8de587 20:52:58 Collecting docker-compose==1.23.2 20:52:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:52:58 Collecting PyYAML<4,>=3.10 20:52:58 Downloading PyYAML-3.13.tar.gz (270 kB) 20:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements 20:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:52:59 Collecting docker<4.0,>=3.6.0 20:52:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:52:59 Collecting cached-property<2,>=1.2.0 20:52:59 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:52:59 Collecting jsonschema<3,>=2.5.1 20:52:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:52:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.036s coverage: 100.0% of statements 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:52:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:52:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements 20:52:59 Collecting websocket-client<1.0,>=0.32.0 20:52:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:52:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:52:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:52:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:52:59 Collecting texttable<0.10,>=0.9.0 20:52:59 Downloading texttable-0.9.1.tar.gz (11 kB) 20:53:00 Collecting dockerpty<0.5,>=0.4.1 20:53:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:53:00 Collecting docopt<0.7,>=0.6.1 20:53:00 Downloading docopt-0.6.2.tar.gz (25 kB) 20:53:01 Collecting docker-pycreds>=0.4.0 20:53:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:53:01 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) 20:53:01 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:53:01 Collecting idna<2.8,>=2.5 20:53:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:53:01 Collecting urllib3<1.25,>=1.21.1 20:53:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:53:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:53:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:53:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:53:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:53:01 Installing collected packages: PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, texttable, dockerpty, docopt, docker-compose 20:53:01 Running setup.py install for PyYAML: started 20:53:02 Running setup.py install for PyYAML: finished with status 'done' 20:53:02 Attempting uninstall: idna 20:53:02 Found existing installation: idna 2.9 20:53:02 Uninstalling idna-2.9: 20:53:02 Successfully uninstalled idna-2.9 20:53:02 Attempting uninstall: urllib3 20:53:02 Found existing installation: urllib3 1.25.9 20:53:02 Uninstalling urllib3-1.25.9: 20:53:02 Successfully uninstalled urllib3-1.25.9 20:53:02 Attempting uninstall: requests 20:53:02 Found existing installation: requests 2.23.0 20:53:02 Uninstalling requests-2.23.0: 20:53:02 Successfully uninstalled requests-2.23.0 20:53:03 Running setup.py install for texttable: started 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 63.5% of statements 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 55.9% of statements 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:53:03 Running setup.py install for texttable: finished with status 'done' 20:53:03 Running setup.py install for dockerpty: started 20:53:03 Running setup.py install for dockerpty: finished with status 'done' 20:53:03 Running setup.py install for docopt: started 20:53:04 Running setup.py install for docopt: finished with status 'done' 20:53:04 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 20:53:08 Removing intermediate container 64963d8de587 20:53:08 ---> 9316d963e4a4 20:53:08 Step 22/26 : RUN apk --no-cache add curl 20:53:08 ---> Running in 216df8b294b9 20:53:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:53:08 (2/3) Installing libcurl (7.69.1-r0) 20:53:08 (3/3) Installing curl (7.69.1-r0) 20:53:08 Executing busybox-1.31.1-r16.trigger 20:53:08 OK: 72 MiB in 58 packages 20:53:09 Removing intermediate container 216df8b294b9 20:53:09 ---> 695fde2e528e 20:53:09 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:53:09 ---> Running in ec68652147f6 20:53:09 Removing intermediate container ec68652147f6 20:53:09 ---> 96f4cddb08d3 20:53:09 Step 24/26 : LABEL arch=x86_64 20:53:09 ---> Running in 6efaf172a26e 20:53:09 Removing intermediate container 6efaf172a26e 20:53:09 ---> f47d5577b0a7 20:53:09 Step 25/26 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 20:53:09 ---> Running in 1f32b1f45623 20:53:09 Removing intermediate container 1f32b1f45623 20:53:09 ---> 01c245d66c8a 20:53:09 Step 26/26 : LABEL version=0.0.0 20:53:09 ---> Running in a7951f45027d 20:53:10 Removing intermediate container a7951f45027d 20:53:10 ---> b3cffd6e5522 20:53:10 20:53:10 Successfully built b3cffd6e5522 20:53:10 Successfully tagged docker-sys-mgmt-agent-go:latest 20:53:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:53:10 $ docker stop --time=1 58496069e71ee1d8e2cb3b18bf94bcc847936684884e25174f142dc3f01cc281 20:53:12 $ docker rm -f 58496069e71ee1d8e2cb3b18bf94bcc847936684884e25174f142dc3f01cc281 [Pipeline] // withDockerContainer [Pipeline] sh 20:53:13 + docker images 20:53:13 + grep docker 20:53:13 docker-sys-mgmt-agent-go latest b3cffd6e5522 4 seconds ago 284MB 20:53:13 docker-support-logging-go latest 17a5d168361a 29 seconds ago 11.8MB 20:53:13 docker-security-secrets-setup-go latest 798c200c1fba 30 seconds ago 25.1MB 20:53:13 docker-core-metadata-go latest 7288b4802847 50 seconds ago 14.4MB 20:53:13 docker-security-secretstore-setup-go latest a2cd5aff0d74 About a minute ago 33.9MB 20:53:13 docker-core-data-go latest 716a70fc4f0f About a minute ago 23.8MB 20:53:13 docker-core-command-go latest 7b6b67a4b27a About a minute ago 13MB 20:53:13 docker-support-notifications-go latest 9f43df71fa62 2 minutes ago 14.4MB 20:53:13 docker-security-proxy-setup-go latest f747a217dbb2 2 minutes ago 16.4MB 20:53:13 docker-support-scheduler-go latest 5f77c397851f 3 minutes ago 13.1MB 20:53:13 docker latest 81f5749c9058 4 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] } 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 43.039s coverage: 86.3% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.099s coverage: 72.2% of statements 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.379s coverage: 72.1% of statements 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 26.9% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.309s coverage: 84.1% of statements 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.026s coverage: 43.1% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.050s coverage: 83.8% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 46.1% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.055s coverage: 100.0% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.034s coverage: 100.0% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.028s coverage: 100.0% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.159s coverage: 29.1% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements 20:53:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 20:53:50 GO111MODULE=on go vet ./... 20:54:05 gofmt -l . 20:54:06 [ "`gofmt -l .`" = "" ] 20:54:08 ./bin/test-go-mod-tidy.sh 20:54:09 ./bin/test-attribution-txt.sh [Pipeline] sh 20:54:12 + ls -al . 20:54:12 total 588 20:54:12 drwxrwxr-x 10 1001 1001 4096 Jul 28 20:54 . 20:54:12 drwxr-xr-x 4 root root 4096 Jul 28 20:51 .. 20:54:12 -rw-rw-r-- 1 1001 1001 11 Jul 28 20:49 .dockerignore 20:54:12 drwxrwxr-x 8 1001 1001 4096 Jul 28 20:49 .git 20:54:12 drwxrwxr-x 3 1001 1001 4096 Jul 28 20:49 .github 20:54:12 -rw-rw-r-- 1 1001 1001 932 Jul 28 20:49 .gitignore 20:54:12 drwxrwxr-x 3 1001 1001 4096 Jul 28 20:50 .semver 20:54:12 -rw-rw-r-- 1 1001 1001 178 Jul 28 20:49 .sonarcloud.properties 20:54:12 -rw-rw-r-- 1 1001 1001 3804 Jul 28 20:49 CONTRIBUTING.md 20:54:12 -rw-rw-r-- 1 1001 1001 1035 Jul 28 20:49 Dockerfile.build 20:54:12 -rw-rw-r-- 1 1001 1001 911 Jul 28 20:49 Jenkinsfile 20:54:12 -rw-rw-r-- 1 1001 1001 10775 Jul 28 20:49 LICENSE 20:54:12 -rw-rw-r-- 1 1001 1001 6443 Jul 28 20:49 Makefile 20:54:12 -rw-rw-r-- 1 1001 1001 5652 Jul 28 20:49 README.md 20:54:12 -rw-rw-r-- 1 1001 1001 7111 Jul 28 20:49 SECURITY.md 20:54:12 -rw-rw-r-- 1 1001 1001 5 Jul 28 20:45 VERSION 20:54:12 -rw-rw-r-- 1 1001 1001 4131 Jul 28 20:49 ZMQWindows.md 20:54:12 drwxrwxr-x 4 1001 1001 4096 Jul 28 20:49 api 20:54:12 drwxrwxr-x 2 1001 1001 4096 Jul 28 20:49 bin 20:54:12 drwxrwxr-x 15 1001 1001 4096 Jul 28 20:49 cmd 20:54:12 -rw-r--r-- 1 root root 456067 Jul 28 20:53 coverage.out 20:54:12 -rw-r--r-- 1 root root 1019 Jul 28 20:54 go.mod 20:54:12 -rw-r--r-- 1 root root 18146 Jul 28 20:54 go.sum 20:54:12 drwxrwxr-x 8 1001 1001 4096 Jul 28 20:49 internal 20:54:12 drwxrwxr-x 4 1001 1001 4096 Jul 28 20:49 snap 20:54:12 -rw-rw-r-- 1 1001 1001 168 Jul 28 20:49 version.go [Pipeline] sh 20:54:13 + '[' -e coverage.out ] 20:54:13 + chown 1001:1001 coverage.out [Pipeline] stash 20:54:13 Warning: overwriting stash ‘coverage-report’ 20:54:14 Stashed 1 file(s) [Pipeline] sh 20:54:14 + make build 20:54:14 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 20:54:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:54:45 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 20:54:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 20:54:54 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 20:55:01 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 20:55:02 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 20:55:06 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 20:55:12 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 20:55:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:55:20 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 20:55:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:55:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 20:55:32 $ docker stop --time=1 f832bb98a9585d6f3013a3d9a2470e8a87a8c724e468b12d7f1e7f43a21c84c6 20:55:35 $ docker rm -f f832bb98a9585d6f3013a3d9a2470e8a87a8c724e468b12d7f1e7f43a21c84c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:55:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:55:36 20:55:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:55:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:55:37 latest: Pulling from edgex-devops/edgex-compose-arm64 20:55:37 29e5d40040c1: Pulling fs layer 20:55:37 1ce36da41761: Pulling fs layer 20:55:37 25b303627fd3: Pulling fs layer 20:55:37 29e5d40040c1: Verifying Checksum 20:55:37 29e5d40040c1: Download complete 20:55:38 29e5d40040c1: Pull complete 20:55:38 1ce36da41761: Verifying Checksum 20:55:38 1ce36da41761: Download complete 20:55:39 1ce36da41761: Pull complete 20:55:39 25b303627fd3: Download complete 20:55:49 25b303627fd3: Pull complete 20:55:49 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:55:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:55:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:55:50 prd-ubuntu18.04-docker-arm64-4c-16g-1291 does not seem to be running inside a container 20:55:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:55:53 $ docker top e3d925caff2d616f5660b899750bf197f823c8359b7fb93b8c4f5bf4d89fc1b8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:55 + docker-compose build --help 20:55:55 + grep parallel 20:55:58 --parallel Build images in parallel. [Pipeline] } 20:55:58 $ docker stop --time=1 e3d925caff2d616f5660b899750bf197f823c8359b7fb93b8c4f5bf4d89fc1b8 20:56:00 $ docker rm -f e3d925caff2d616f5660b899750bf197f823c8359b7fb93b8c4f5bf4d89fc1b8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:56:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:56:01 . [Pipeline] withDockerContainer 20:56:01 prd-ubuntu18.04-docker-arm64-4c-16g-1291 does not seem to be running inside a container 20:56:01 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:56:03 $ docker top 931c311d9a8dfbe4dd818db1aae3352fbf90c5ae10dafd778c02f107b110316a -eo pid,comm [Pipeline] { [Pipeline] sh 20:56:04 + docker-compose -f ./docker-compose-build.yml build --parallel 20:56:07 Building docker-core-command-go ... 20:56:07 Building docker-core-data-go ... 20:56:07 Building docker-core-metadata-go ... 20:56:07 Building docker-security-proxy-setup-go ... 20:56:07 Building docker-security-secrets-setup-go ... 20:56:07 Building docker-security-secretstore-setup-go ... 20:56:07 Building docker-support-logging-go ... 20:56:07 Building docker-support-notifications-go ... 20:56:07 Building docker-support-scheduler-go ... 20:56:07 Building docker-sys-mgmt-agent-go ... 20:56:07 Building docker-sys-mgmt-agent-go 20:56:07 Building docker-support-scheduler-go 20:56:07 Building docker-core-metadata-go 20:56:07 Building docker-core-data-go 20:56:07 Building docker-support-notifications-go 20:58:14 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:58:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:58:14 ---> 5fa10cbb2280 20:58:14 Step 3/22 : WORKDIR /edgex-go 20:58:14 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:58:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:58:14 ---> 5fa10cbb2280 20:58:14 Step 3/21 : WORKDIR /edgex-go 20:58:14 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:58:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:58:14 ---> 5fa10cbb2280 20:58:14 Step 3/26 : WORKDIR /edgex-go 20:58:14 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:58:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:58:14 ---> 5fa10cbb2280 20:58:14 Step 3/23 : WORKDIR /edgex-go 20:58:14 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:58:14 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:58:14 ---> 5fa10cbb2280 20:58:14 Step 3/20 : WORKDIR /edgex-go 20:58:14 ---> Running in 8ddd5cc8d795 20:58:14 ---> Running in 34e0f1fc2300 20:58:14 ---> Running in 0e6b3bfed92e 20:58:14 ---> Running in 6122b3851ab1 20:58:14 ---> Running in a7a3fd47eddd 20:58:14 Removing intermediate container 34e0f1fc2300 20:58:14 ---> ba2679bd8bde 20:58:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:14 Removing intermediate container 0e6b3bfed92e 20:58:14 ---> cab8511c73c7 20:58:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:14 Removing intermediate container a7a3fd47eddd 20:58:14 ---> 0de28586f67f 20:58:14 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:14 ---> Running in 147b116b8ee0 20:58:14 Removing intermediate container 6122b3851ab1 20:58:14 Removing intermediate container 8ddd5cc8d795 20:58:14 ---> 4afce95530e4 20:58:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:14 ---> 75a28e5b048a 20:58:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:14 ---> Running in 63dda41ced30 20:58:14 ---> Running in ab1c153fbf7e 20:58:14 ---> Running in f46944971f81 20:58:14 ---> Running in f02f9ef5722e 20:58:14 Removing intermediate container 147b116b8ee0 20:58:14 ---> 1c0322f5b273 20:58:14 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:58:14 ---> Running in f922e1e068a2 20:58:14 Removing intermediate container 63dda41ced30 20:58:14 ---> eebfc448fd0c 20:58:14 Step 5/26 : RUN apk update && apk add make bash git 20:58:14 ---> Running in 68ebccbd89bb 20:58:14 Removing intermediate container ab1c153fbf7e 20:58:14 ---> 60a589c2b004 20:58:14 Step 5/20 : RUN apk update && apk add make git 20:58:14 Removing intermediate container f46944971f81 20:58:14 ---> ad8e0c82424e 20:58:14 Step 5/21 : RUN apk update && apk add make git 20:58:14 ---> Running in 354a4cba5527 20:58:14 Removing intermediate container f02f9ef5722e 20:58:14 ---> f7d711d07342 20:58:14 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 20:58:14 ---> Running in f263a4ca723d 20:58:14 ---> Running in f429ea066160 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:58:14 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:58:14 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:58:14 OK: 12620 distinct packages available 20:58:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:58:15 OK: 217 MiB in 51 packages 20:58:15 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:58:15 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:58:15 OK: 12620 distinct packages available 20:58:15 OK: 217 MiB in 51 packages 20:58:16 Removing intermediate container f922e1e068a2 20:58:16 ---> 30c977079457 20:58:16 Step 6/22 : COPY go.mod . 20:58:17 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:58:17 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:58:17 OK: 12620 distinct packages available 20:58:17 ---> 6611f7d27cc4 20:58:17 Step 7/22 : RUN go mod download 20:58:17 Removing intermediate container 68ebccbd89bb 20:58:17 ---> 613dff1d7e81 20:58:17 Step 6/26 : COPY go.mod . 20:58:17 ---> Running in 006612dc7109 20:58:17 OK: 217 MiB in 51 packages 20:58:18 ---> 588a262f9a18 20:58:18 Step 7/26 : RUN go mod download 20:58:18 ---> Running in 69857b9d0dd0 20:58:19 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:58:19 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:58:19 OK: 12620 distinct packages available 20:58:19 Removing intermediate container f429ea066160 20:58:19 ---> df0a2ec4ef9b 20:58:19 Step 6/23 : COPY go.mod . 20:58:20 OK: 217 MiB in 51 packages 20:58:20 ---> e8db04f32f13 20:58:20 Step 7/23 : RUN go mod download 20:58:20 ---> Running in 93a98feefc00 20:58:21 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 20:58:21 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:58:21 OK: 12620 distinct packages available 20:58:21 Removing intermediate container 006612dc7109 20:58:21 ---> 0964567a6d1c 20:58:21 Step 8/22 : COPY . . 20:58:21 Removing intermediate container 354a4cba5527 20:58:21 ---> 09856dac61c2 20:58:21 Step 6/20 : COPY go.mod . 20:58:22 OK: 217 MiB in 51 packages 20:58:22 Removing intermediate container 69857b9d0dd0 20:58:22 ---> 9f643fb62d0f 20:58:22 Step 8/26 : COPY . . 20:58:23 ---> 3e2d674c155e 20:58:23 Step 7/20 : RUN go mod download 20:58:25 ---> Running in bf088551a8b7 20:58:26 Removing intermediate container f263a4ca723d 20:58:26 ---> 4676d09046c8 20:58:26 Step 6/21 : COPY go.mod . 20:58:28 Removing intermediate container 93a98feefc00 20:58:28 ---> 3cd9dcde3ef9 20:58:28 Step 8/23 : COPY . . 20:58:28 ---> 8edbce86f05b 20:58:28 Step 7/21 : RUN go mod download 20:58:28 ---> Running in d7a082018622 20:58:31 Removing intermediate container bf088551a8b7 20:58:31 ---> 961c3ec43a29 20:58:31 Step 8/20 : COPY . . 20:58:34 Removing intermediate container d7a082018622 20:58:34 ---> 4e8a69dda531 20:58:34 Step 8/21 : COPY . . 20:59:01 ---> a098362a345d 20:59:01 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:59:01 ---> f4fd6f0ab50a 20:59:01 Step 9/22 : RUN make cmd/core-data/core-data 20:59:01 ---> 428d5ef5cb8e 20:59:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:59:01 ---> Running in 3abe976ea5d2 20:59:01 ---> 81eb4a401afb 20:59:01 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 20:59:01 ---> 2359039ec1ee 20:59:01 Step 9/21 : RUN make cmd/core-metadata/core-metadata 20:59:01 ---> Running in b0bc7e66c181 20:59:01 ---> Running in 7a60bc730ee1 20:59:01 ---> Running in 797f5a415bc9 20:59:01 ---> Running in 1fe727c74a91 20:59: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 20:59: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 20:59: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 20:59:01 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 20:59: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 21:00:37 Removing intermediate container 7a60bc730ee1 21:00:37 ---> 3fc83476c9b5 21:00:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:00:37 ---> Running in 33be400ceafc 21:00:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:00:46 Removing intermediate container 33be400ceafc 21:00:46 ---> cd34f671ce0e 21:00:46 21:00:46 Step 11/26 : FROM docker:latest 21:00:46 ---> ce9d55ae87f1 21:00:46 Step 12/26 : RUN apk add --no-cache bash 21:00:46 ---> Running in 46424fdc2438 21:00:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:00:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:00:49 (1/2) Installing readline (8.0.4-r0) 21:00:49 (2/2) Installing bash (5.0.17-r0) 21:00:49 Executing bash-5.0.17-r0.post-install 21:00:49 Executing busybox-1.31.1-r16.trigger 21:00:49 OK: 12 MiB in 22 packages 21:00:53 Removing intermediate container 46424fdc2438 21:00:53 ---> ccd42d55180a 21:00:53 Step 13/26 : RUN rm -rf /var/cache/apk/* 21:00:53 ---> Running in 0b539f366f98 21:00:58 Removing intermediate container 797f5a415bc9 21:00:58 ---> 160e87ba744f 21:00:58 21:00:58 Step 10/20 : FROM scratch 21:00:58 ---> 21:00:58 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:00:58 Removing intermediate container 3abe976ea5d2 21:00:58 ---> 7e675f59c79a 21:00:58 21:00:58 Step 10/23 : FROM scratch 21:00:58 ---> 21:00:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:00:58 Removing intermediate container 0b539f366f98 21:00:58 ---> 88520729cb18 21:00:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:00:58 ---> Running in fe9d7db1f46f 21:00:58 ---> Running in 19a29525267a 21:00:58 ---> Running in 1169a259a3ee 21:00:59 Removing intermediate container 19a29525267a 21:00:59 ---> fc66b72fc9d2 21:00:59 Step 12/23 : ENV APP_PORT=48060 21:00:59 Removing intermediate container fe9d7db1f46f 21:00:59 ---> d6f193c7b774 21:00:59 Step 12/20 : ENV APP_PORT=48085 21:00:59 ---> Running in d090029f6a28 21:00:59 ---> Running in 08ef2e65e46e 21:00:59 Removing intermediate container 1169a259a3ee 21:00:59 ---> 1f6e45cf768f 21:00:59 Step 15/26 : ENV APP_PORT=48090 21:00:59 ---> Running in 5a9c33bb6714 21:01:00 Removing intermediate container d090029f6a28 21:01:00 ---> 1c1527c177d4 21:01:00 Step 13/23 : EXPOSE $APP_PORT 21:01:00 Removing intermediate container 08ef2e65e46e 21:01:00 ---> 8c9f555abf49 21:01:00 Step 13/20 : EXPOSE $APP_PORT 21:01:00 ---> Running in b16f4f4aa853 21:01:00 ---> Running in 1e2f962dd021 21:01:00 Removing intermediate container 5a9c33bb6714 21:01:00 ---> d20b7ee06d50 21:01:00 Step 16/26 : EXPOSE $APP_PORT 21:01:00 ---> Running in 1b19eeebcf74 21:01:01 Removing intermediate container b16f4f4aa853 21:01:01 ---> a59a636cf69f 21:01:01 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 21:01:01 Removing intermediate container 1e2f962dd021 21:01:01 ---> fe97e9676a39 21:01:01 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:01:01 Removing intermediate container 1b19eeebcf74 21:01:01 ---> 5748c3534b28 21:01:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:01:03 ---> cc6f6988b034 21:01:03 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:01:03 ---> 1afb14d19f78 21:01:03 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:01:03 ---> 26756fd75326 21:01:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:01:05 Removing intermediate container 1fe727c74a91 21:01:05 ---> a04977b67838 21:01:05 21:01:05 Step 10/21 : FROM scratch 21:01:05 ---> 21:01:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:01:05 ---> Using cache 21:01:05 ---> d6f193c7b774 21:01:05 Step 12/21 : ENV APP_PORT=48081 21:01:05 ---> dbaa96a32003 21:01:05 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 21:01:05 ---> Running in 680753a9c80f 21:01:05 ---> eb117ae1cdc4 21:01:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:01:05 ---> a94469dec419 21:01:05 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:01:06 Removing intermediate container 680753a9c80f 21:01:06 ---> 71dfd62f1b1f 21:01:06 Step 13/21 : EXPOSE $APP_PORT 21:01:06 ---> Running in 64d2d2e8c75d 21:01:06 ---> 5d261ad5cfcd 21:01:06 Step 20/26 : RUN apk --no-cache add py-pip 21:01:06 ---> 399021fbdd51 21:01:06 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:01:06 ---> Running in fc3cb7910a6d 21:01:06 Removing intermediate container 64d2d2e8c75d 21:01:06 ---> 7cf84b09c83c 21:01:06 Step 14/21 : WORKDIR / 21:01:06 ---> 76e4c2e542e1 21:01:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:01:06 ---> Running in af48ebde2626 21:01:07 ---> Running in 64106882e760 21:01:08 Removing intermediate container 64106882e760 21:01:08 Removing intermediate container af48ebde2626 21:01:08 ---> ba56702d4402 21:01:08 Step 18/20 : LABEL arch=arm64 21:01:08 ---> 9d37547ea7d1 21:01:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:01:08 ---> Running in 0254dd359837 21:01:08 ---> 8d86a88d7a00 21:01:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:09 Removing intermediate container 0254dd359837 21:01:09 ---> 26901c184784 21:01:09 Step 19/20 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:01:09 ---> c0593e8bfcb1 21:01:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:01:09 ---> Running in 42de9e137b75 21:01:09 (1/33) Installing libbz2 (1.0.8-r1) 21:01:09 (2/33) Installing expat (2.2.9-r1) 21:01:09 (3/33) Installing libffi (3.3-r2) 21:01:09 (4/33) Installing gdbm (1.13-r1) 21:01:09 (5/33) Installing xz-libs (5.2.5-r0) 21:01:09 (6/33) Installing sqlite-libs (3.32.1-r0) 21:01:09 (7/33) Installing python3 (3.8.5-r0) 21:01:11 (8/33) Installing py3-appdirs (1.4.4-r1) 21:01:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:01:11 (10/33) Installing py3-parsing (2.4.7-r0) 21:01:11 (11/33) Installing py3-six (1.15.0-r0) 21:01:11 (12/33) Installing py3-packaging (20.4-r0) 21:01:11 ---> ab0df0a85d06 21:01:11 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:01:11 (13/33) Installing py3-setuptools (47.0.0-r0) 21:01:11 Removing intermediate container 42de9e137b75 21:01:11 ---> 4edc7d10f4b1 21:01:11 Step 20/20 : LABEL version=0.0.0 21:01:11 (14/33) Installing py3-chardet (3.0.4-r4) 21:01:12 (15/33) Installing py3-idna (2.9-r0) 21:01:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:01:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:01:12 ---> 63b69db3303a 21:01:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:01:12 (18/33) Installing py3-requests (2.23.0-r0) 21:01:12 (19/33) Installing py3-msgpack (1.0.0-r0) 21:01:12 (20/33) Installing py3-lockfile (0.12.2-r3) 21:01:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:01:12 (22/33) Installing py3-colorama (0.4.3-r0) 21:01:12 (23/33) Installing py3-distlib (0.3.0-r0) 21:01:12 ---> Running in 8cfce8709c8e 21:01:12 (24/33) Installing py3-distro (1.5.0-r1) 21:01:12 (25/33) Installing py3-webencodings (0.5.1-r3) 21:01:12 (26/33) Installing py3-html5lib (1.0.1-r4) 21:01:12 (27/33) Installing py3-pytoml (0.1.21-r0) 21:01:12 (28/33) Installing py3-pep517 (0.8.2-r0) 21:01:12 (29/33) Installing py3-progress (1.5-r0) 21:01:12 (30/33) Installing py3-toml (0.10.1-r0) 21:01:12 (31/33) Installing py3-retrying (1.3.3-r0) 21:01:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:01:12 (33/33) Installing py3-pip (20.1.1-r0) 21:01:12 Removing intermediate container b0bc7e66c181 21:01:12 ---> a692b7f4af9b 21:01:12 21:01:12 Step 10/22 : FROM alpine 21:01:12 Executing busybox-1.31.1-r16.trigger 21:01:12 OK: 71 MiB in 55 packages 21:01:12 latest: Pulling from library/alpine 21:01:13 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:01:13 ---> 79c34f333e3f 21:01:13 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:01:13 Status: Downloaded newer image for alpine:latest 21:01:13 Removing intermediate container 8cfce8709c8e 21:01:13 ---> d945a4b14fab 21:01:13 21:01:13 ---> 62ee0e9f8440 21:01:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:01:13 ---> bf165cd20909 21:01:13 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:01:13 ---> Running in 3227178ab3d3 21:01:13 ---> Running in 06a7462177dd 21:01:13 ---> Running in 0b9079d759c3 21:01:14 Successfully built d945a4b14fab 21:01:14 Successfully tagged docker-support-scheduler-go-arm64:latest 21:01:14  Building docker-support-scheduler-go ... done Building docker-support-logging-go 21:01:14 Removing intermediate container 3227178ab3d3 21:01:14 ---> 1a5232cda26a 21:01:14 Step 12/22 : ENV APP_PORT=48080Removing intermediate container 06a7462177dd 21:01:14 ---> 1169fd456c5d 21:01:14 Step 21/23 : LABEL arch=arm64 21:01:14 21:01:14 Removing intermediate container 0b9079d759c3 21:01:14 ---> 3c4ad7e2a81e 21:01:14 Step 19/21 : LABEL arch=arm64 21:01:14 ---> Running in 5f43e079baf6 21:01:14 ---> Running in 59d9e11e7822 21:01:14 ---> Running in afec67b1a00d 21:01:16 Removing intermediate container 59d9e11e7822 21:01:16 ---> f3013f1b4735 21:01:16 Step 22/23 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:01:16 Removing intermediate container afec67b1a00d 21:01:16 ---> e2801102ceca 21:01:16 Step 20/21 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:01:16 Removing intermediate container 5f43e079baf6 21:01:16 ---> 2d1059835bf1 21:01:16 Step 13/22 : EXPOSE $APP_PORT 21:01:17 ---> Running in e89fb7a212a9 21:01:17 ---> Running in 8dc33d28650d 21:01:17 ---> Running in b8ca3a4b2832 21:01:18 Removing intermediate container e89fb7a212a9 21:01:18 ---> a77a024f8c96 21:01:18 Step 21/21 : LABEL version=0.0.0 21:01:18 Removing intermediate container 8dc33d28650d 21:01:18 ---> fb9f2a08b277 21:01:18 Step 23/23 : LABEL version=0.0.0 21:01:19 Removing intermediate container b8ca3a4b2832 21:01:19 ---> 9f950ce0e62a 21:01:19 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:19 ---> Running in 303616c87d19 21:01:19 ---> Running in f15245e22cea 21:01:19 ---> Running in 954a0970429f 21:01:20 Removing intermediate container fc3cb7910a6d 21:01:20 ---> 3f4f45d23f8c 21:01:20 Step 21/26 : RUN pip install docker-compose==1.23.2 21:01:20 Removing intermediate container 303616c87d19 21:01:20 ---> 666049f23706 21:01:20 21:01:20 Removing intermediate container f15245e22cea 21:01:20 ---> 87daaab0c968 21:01:20 21:01:21 ---> Running in 1850da26cc5e 21:01:21 Successfully built 666049f23706 21:01:21 Successfully tagged docker-support-notifications-go-arm64:latest 21:01:21 Building docker-security-secretstore-setup-go 21:01:21  Building docker-support-notifications-go ... done Successfully built 87daaab0c968 21:01:21 Successfully tagged docker-core-metadata-go-arm64:latest 21:01:21 Building docker-core-command-go 21:01:23  Building docker-core-metadata-go ... done Removing intermediate container 954a0970429f 21:01:23 ---> 259bf2b2f896 21:01:23 Step 15/22 : RUN apk --no-cache add zeromq 21:01:24 ---> Running in 4db2dea9c647 21:01:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:27 Collecting docker-compose==1.23.2 21:01:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:01:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:01:28 (1/5) Installing libgcc (9.3.0-r2) 21:01:28 (2/5) Installing libsodium (1.0.18-r0) 21:01:29 (3/5) Installing libstdc++ (9.3.0-r2) 21:01:29 Collecting texttable<0.10,>=0.9.0 21:01:29 Downloading texttable-0.9.1.tar.gz (11 kB) 21:01:29 (4/5) Installing libzmq (4.3.2-r0) 21:01:29 (5/5) Installing zeromq (4.3.2-r0) 21:01:29 Executing busybox-1.31.1-r16.trigger 21:01:29 OK: 8 MiB in 19 packages 21:01:32 Collecting PyYAML<4,>=3.10 21:01:32 Downloading PyYAML-3.13.tar.gz (270 kB) 21:01:36 Removing intermediate container 4db2dea9c647 21:01:36 ---> 80003f8c1b60 21:01:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:01:36 Collecting docopt<0.7,>=0.6.1 21:01:36 Downloading docopt-0.6.2.tar.gz (25 kB) 21:01:38 ---> 17d4e822b9e5 21:01:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:01:40 ---> 9e58da8bb0e3 21:01:40 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:01:40 Collecting jsonschema<3,>=2.5.1 21:01:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:01:41 Collecting websocket-client<1.0,>=0.32.0 21:01:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:01:41 ---> 2ff7bb8fca18 21:01:41 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:01:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:01:42 ---> Running in e87a16ab407d 21:01:42 Collecting dockerpty<0.5,>=0.4.1 21:01:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:01:42 Removing intermediate container e87a16ab407d 21:01:42 ---> 470f45e89526 21:01:42 Step 20/22 : LABEL arch=arm64 21:01:42 ---> Running in b98c08aa38aa 21:01:43 Removing intermediate container b98c08aa38aa 21:01:43 ---> eec1ed18f7c3 21:01:43 Step 21/22 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:01:43 ---> Running in 321d787490f1 21:01:44 Removing intermediate container 321d787490f1 21:01:44 ---> f938283e7cf3 21:01:44 Step 22/22 : LABEL version=0.0.0 21:01:44 ---> Running in d4ac6970932b 21:01:44 Collecting docker<4.0,>=3.6.0 21:01:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:01:45 Removing intermediate container d4ac6970932b 21:01:45 ---> 0bd94b2de7a4 21:01:45 21:01:46 Collecting cached-property<2,>=1.2.0 21:01:46 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 21:01:46 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) 21:01:46 Collecting idna<2.8,>=2.5 21:01:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:01:46 Successfully built 0bd94b2de7a4 21:01:46 Successfully tagged docker-core-data-go-arm64:latest 21:01:46  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 21:01:46 Collecting urllib3<1.25,>=1.21.1 21:01:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:01:47 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) 21:01:47 Collecting docker-pycreds>=0.4.0 21:01:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:01:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:01:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:01:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:01:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:01:48 Installing collected packages: idna, urllib3, requests, texttable, PyYAML, docopt, jsonschema, websocket-client, dockerpty, docker-pycreds, docker, cached-property, docker-compose 21:01:48 Attempting uninstall: idna 21:01:48 Found existing installation: idna 2.9 21:01:48 Uninstalling idna-2.9: 21:01:48 Successfully uninstalled idna-2.9 21:01:49 Attempting uninstall: urllib3 21:01:49 Found existing installation: urllib3 1.25.9 21:01:49 Uninstalling urllib3-1.25.9: 21:01:49 Successfully uninstalled urllib3-1.25.9 21:01:50 Attempting uninstall: requests 21:01:50 Found existing installation: requests 2.23.0 21:01:50 Uninstalling requests-2.23.0: 21:01:50 Successfully uninstalled requests-2.23.0 21:01:50 Running setup.py install for texttable: started 21:01:52 Running setup.py install for texttable: finished with status 'done' 21:01:52 Running setup.py install for PyYAML: started 21:01:55 Running setup.py install for PyYAML: finished with status 'done' 21:01:55 Running setup.py install for docopt: started 21:01:57 Running setup.py install for docopt: finished with status 'done' 21:01:58 Running setup.py install for dockerpty: started 21:02:00 Running setup.py install for dockerpty: finished with status 'done' 21:02:02 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:02:02 ---> 5fa10cbb2280 21:02:02 Step 3/21 : WORKDIR /edgex-go 21:02:02 ---> Using cache 21:02:02 ---> 75a28e5b048a 21:02:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:02 ---> Using cache 21:02:02 ---> ad8e0c82424e 21:02:02 Step 5/21 : RUN apk update && apk add make && apk add bash git 21:02:03 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 21:02:10 ---> Running in 611aedae4cd7 21:02:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:12 Removing intermediate container 1850da26cc5e 21:02:12 ---> 5d41ee08c693 21:02:12 Step 22/26 : RUN apk --no-cache add curl 21:02:13 ---> Running in 157127a072b6 21:02:14 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:02:14 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:02:14 OK: 12620 distinct packages available 21:02:14 OK: 217 MiB in 51 packages 21:02:15 OK: 217 MiB in 51 packages 21:02:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:02:16 (2/3) Installing libcurl (7.69.1-r0) 21:02:16 (3/3) Installing curl (7.69.1-r0) 21:02:16 Executing busybox-1.31.1-r16.trigger 21:02:16 OK: 71 MiB in 58 packages 21:02:17 Removing intermediate container 611aedae4cd7 21:02:17 ---> e67cb206c964 21:02:17 Step 6/21 : COPY go.mod . 21:02:18 Removing intermediate container 157127a072b6 21:02:18 ---> 8cb3f126bc66 21:02:18 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:02:18 ---> Running in 16b36acd6c15 21:02:18 ---> 9b8facb4f5c5 21:02:18 Step 7/21 : RUN go mod download 21:02:19 ---> Running in 1269e8954c18 21:02:19 Removing intermediate container 16b36acd6c15 21:02:19 ---> 7ca68f9625ec 21:02:19 Step 24/26 : LABEL arch=arm64 21:02:19 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:02:19 ---> 5fa10cbb2280 21:02:19 Step 3/26 : WORKDIR /edgex-go 21:02:19 ---> Using cache 21:02:19 ---> 75a28e5b048a 21:02:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:19 ---> Using cache 21:02:19 ---> ad8e0c82424e 21:02:19 Step 5/26 : RUN apk update && apk add make git 21:02:19 ---> Using cache 21:02:19 ---> 4676d09046c8 21:02:19 Step 6/26 : COPY go.mod . 21:02:19 ---> Using cache 21:02:19 ---> 8edbce86f05b 21:02:19 Step 7/26 : RUN go mod download 21:02:19 ---> Using cache 21:02:19 ---> 4e8a69dda531 21:02:19 Step 8/26 : COPY . . 21:02:19 ---> Using cache 21:02:19 ---> 2359039ec1ee 21:02:19 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 21:02:19 ---> Running in 2bd12ee66c6e 21:02:19 ---> Running in 9e4dfdeeff03 21:02:20 Removing intermediate container 2bd12ee66c6e 21:02:20 ---> 664727688eae 21:02:20 Step 25/26 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:02:21 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:02:21 ---> 5fa10cbb2280 21:02:21 Step 3/21 : WORKDIR /edgex-go 21:02:21 ---> Using cache 21:02:21 ---> 75a28e5b048a 21:02:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:21 ---> Using cache 21:02:21 ---> ad8e0c82424e 21:02:21 Step 5/21 : RUN apk update && apk add make git 21:02:21 ---> Using cache 21:02:21 ---> 4676d09046c8 21:02:21 Step 6/21 : COPY go.mod . 21:02:21 ---> Using cache 21:02:21 ---> 8edbce86f05b 21:02:21 Step 7/21 : RUN go mod download 21:02:21 ---> Using cache 21:02:21 ---> 4e8a69dda531 21:02:21 Step 8/21 : COPY . . 21:02:21 ---> Using cache 21:02:21 ---> 2359039ec1ee 21:02:21 Step 9/21 : RUN make cmd/core-command/core-command 21:02:21 ---> Running in 04e6b6a40f1a 21:02:21 ---> Running in 4ed76c6463ae 21:02:22 Removing intermediate container 04e6b6a40f1a 21:02:22 ---> 411fce4f5b20 21:02:22 Step 26/26 : LABEL version=0.0.0 21:02:22 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 21:02:22 ---> Running in c61119c9c231 21:02:23 Removing intermediate container c61119c9c231 21:02:23 ---> a84da8e89754 21:02:23 21:02:23 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 21:02:24 Successfully built a84da8e89754 21:02:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:02:24 Building docker-security-secrets-setup-go 21:02:24  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1269e8954c18 21:02:24 ---> fcfaed1a04e4 21:02:24 Step 8/21 : COPY . . 21:02:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:02:42 ---> 5fa10cbb2280 21:02:42 Step 3/20 : WORKDIR /edgex-go 21:02:42 ---> Using cache 21:02:42 ---> 75a28e5b048a 21:02:42 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:42 ---> Using cache 21:02:42 ---> ad8e0c82424e 21:02:42 Step 5/20 : RUN apk update && apk add make git 21:02:42 ---> Using cache 21:02:42 ---> 4676d09046c8 21:02:42 Step 6/20 : COPY go.mod . 21:02:42 ---> Using cache 21:02:42 ---> 8edbce86f05b 21:02:42 Step 7/20 : RUN go mod download 21:02:42 ---> Using cache 21:02:42 ---> 4e8a69dda531 21:02:42 Step 8/20 : COPY . . 21:02:42 ---> Using cache 21:02:42 ---> 2359039ec1ee 21:02:42 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 21:02:49 ---> Running in 06b9e5c9ad54 21:02:52 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 21:02:53 ---> 2731f1db1e78 21:02:54 Step 9/21 : RUN make cmd/support-logging/support-logging 21:02:54 ---> Running in 7446cc6ad4c2 21:02:57 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 21:03:02 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 21:03:02 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:03:02 ---> 5fa10cbb2280 21:03:02 Step 3/29 : WORKDIR /edgex-go 21:03:02 ---> Using cache 21:03:02 ---> 75a28e5b048a 21:03:02 Step 4/29 : RUN apk update && apk add make git 21:03:02 ---> Running in c91c2b14a319 21:03:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:08 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:03:08 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:03:08 OK: 12620 distinct packages available 21:03:08 OK: 217 MiB in 51 packages 21:03:10 Removing intermediate container c91c2b14a319 21:03:10 ---> d9d3be762288 21:03:10 Step 5/29 : COPY go.mod . 21:03:11 ---> 18c766035147 21:03:11 Step 6/29 : RUN go mod download 21:03:11 ---> Running in a389bd712204 21:03:17 Removing intermediate container a389bd712204 21:03:17 ---> dec00d166f3a 21:03:17 Step 7/29 : COPY . . 21:03:35 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 21:03:42 ---> e680f0c40d87 21:03:42 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:03:42 ---> Running in 7582c69d87d4 21:03:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:03:47 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 21:04:02 Removing intermediate container 9e4dfdeeff03 21:04:02 ---> b1e5d348e1e1 21:04:02 21:04:02 Step 10/26 : FROM alpine:3.10 21:04:02 3.10: Pulling from library/alpine 21:04:03 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:04:03 Status: Downloaded newer image for alpine:3.10 21:04:03 ---> 536a684cf733 21:04:03 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:04:03 ---> Running in 94be5fd250ce 21:04:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:04:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:04:06 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:04:06 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:04:06 OK: 10167 distinct packages available 21:04:07 (1/5) Installing ca-certificates (20191127-r2) 21:04:07 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:04:07 (3/5) Installing libcurl (7.66.0-r0) 21:04:07 (4/5) Installing curl (7.66.0-r0) 21:04:07 (5/5) Installing dumb-init (1.2.2-r1) 21:04:07 Executing busybox-1.30.1-r3.trigger 21:04:07 Executing ca-certificates-20191127-r2.trigger 21:04:08 OK: 7 MiB in 19 packages 21:04:11 Removing intermediate container 94be5fd250ce 21:04:11 ---> 29e97d7e3a06 21:04:11 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:04:11 ---> Running in 0196c7dfdaeb 21:04:11 Removing intermediate container 4ed76c6463ae 21:04:11 ---> 54feac3f480a 21:04:11 21:04:11 Step 10/21 : FROM scratch 21:04:11 ---> 21:04:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:04:12 ---> Using cache 21:04:12 ---> d6f193c7b774 21:04:12 Step 12/21 : ENV APP_PORT=48082 21:04:12 Removing intermediate container 0196c7dfdaeb 21:04:12 ---> 98b84c4a85dd 21:04:12 Step 13/26 : WORKDIR / 21:04:12 ---> Running in 3388388372d8 21:04:12 ---> Running in 0ee581082ee5 21:04:13 Removing intermediate container 3388388372d8 21:04:13 ---> ad1de13badef 21:04:13 Step 13/21 : EXPOSE $APP_PORT 21:04:13 ---> Running in 9d1adb68d895 21:04:13 Removing intermediate container 0ee581082ee5 21:04:13 ---> 2c48ce42919f 21:04:13 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:04:13 Removing intermediate container 9d1adb68d895 21:04:13 ---> 7c3b1bb73d37 21:04:13 Step 14/21 : WORKDIR / 21:04:13 ---> Running in 5636f7266bc1 21:04:14 ---> 42ef4358d396 21:04:14 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:04:14 Removing intermediate container 5636f7266bc1 21:04:14 ---> f8ce33a8c347 21:04:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:04:16 ---> 9c4b91c2b71a 21:04:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:04:16 ---> 632d1d542a25 21:04:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:04:18 ---> 3c91580643ec 21:04:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 21:04:19 ---> 3f8aa5b3eb01 21:04:19 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:04:20 Removing intermediate container 06b9e5c9ad54 21:04:20 ---> eab8f3cc687a 21:04:20 21:04:20 Step 10/20 : FROM alpine 21:04:20 ---> 62ee0e9f8440 21:04:20 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:04:20 ---> Running in b53ab80f5dbd 21:04:20 ---> 842624f85b0d 21:04:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:04:20 ---> 84928796f6a6 21:04:20 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:04:20 ---> Running in 642ce700c5f6 21:04:22 Removing intermediate container 642ce700c5f6 21:04:22 ---> c65c29b00c2b 21:04:22 Step 19/21 : LABEL arch=arm64 21:04:22 ---> Running in b13f633b73ac 21:04:22 ---> 44a50863383e 21:04:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:04:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:23 Removing intermediate container b13f633b73ac 21:04:23 ---> 22b281cbdd12 21:04:23 Step 20/21 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:04:23 ---> Running in 5187eb466fb2 21:04:24 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:04:24 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:04:24 OK: 12620 distinct packages available 21:04:24 Removing intermediate container 5187eb466fb2 21:04:24 ---> db5a5de4a58a 21:04:24 Step 21/21 : LABEL version=0.0.0 21:04:24 ---> Running in 9c2b709232f0 21:04:24 ---> 0f947401631b 21:04:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 21:04:24 (1/4) Installing ca-certificates (20191127-r4) 21:04:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:04:24 (3/4) Installing libcurl (7.69.1-r0) 21:04:24 (4/4) Installing curl (7.69.1-r0) 21:04:25 Executing busybox-1.31.1-r16.trigger 21:04:25 Executing ca-certificates-20191127-r4.trigger 21:04:25 Removing intermediate container 9c2b709232f0 21:04:25 ---> 1abb0be3d57b 21:04:25 21:04:25 OK: 7 MiB in 18 packages 21:04:26 Successfully built 1abb0be3d57b 21:04:26 Successfully tagged docker-core-command-go-arm64:latest 21:04:26  Building docker-core-command-go ... done  ---> 02d8ee83c88f 21:04:26 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:04:28 ---> eafe9d6fb464 21:04:28 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:04:28 Removing intermediate container b53ab80f5dbd 21:04:28 ---> 078080a942d0 21:04:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:04:28 ---> Running in 95dee522ca13 21:04:28 ---> Running in 5c6d32d806a9 21:04:29 Removing intermediate container 5c6d32d806a9 21:04:29 ---> 2884519cdbf9 21:04:29 Step 13/20 : WORKDIR /edgex 21:04:30 ---> Running in 663779bf1026 21:04:30 Removing intermediate container 663779bf1026 21:04:30 ---> efb224639c22 21:04:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:04:31 Removing intermediate container 7446cc6ad4c2 21:04:31 ---> 69368435f100 21:04:31 21:04:31 Step 10/21 : FROM scratch 21:04:31 ---> 21:04:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:04:31 ---> Using cache 21:04:31 ---> fc66b72fc9d2 21:04:31 Step 12/21 : ENV APP_PORT=48061 21:04:31 ---> Running in a145652f9183 21:04:32 ---> b732f5ca3bb4 21:04:32 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:04:32 Removing intermediate container a145652f9183 21:04:32 ---> d730ad61b5bf 21:04:32 Step 13/21 : EXPOSE $APP_PORT 21:04:32 Removing intermediate container 95dee522ca13 21:04:32 ---> 972c0a347893 21:04:32 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:04:32 ---> Running in b40cb3706896 21:04:32 ---> Running in abead1f803fb 21:04:33 Removing intermediate container b40cb3706896 21:04:33 ---> 416d6bd19011 21:04:33 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 21:04:33 Removing intermediate container abead1f803fb 21:04:33 ---> 1513c9e02d81 21:04:33 Step 24/26 : LABEL arch=arm64 21:04:34 ---> Running in 267f0a20e685 21:04:34 ---> bc1efc013914 21:04:34 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:04:34 ---> Running in 2340ac380b04 21:04:34 ---> 09a77ffc32d4 21:04:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 21:04:34 Removing intermediate container 267f0a20e685 21:04:34 ---> f151b9352211 21:04:34 Step 25/26 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:04:34 ---> Running in 4d74f36aff28 21:04:34 Removing intermediate container 2340ac380b04 21:04:34 ---> 261c1a5be3e7 21:04:34 Step 17/20 : CMD ["--init=true"] 21:04:35 ---> Running in 0c25da135362 21:04:35 Removing intermediate container 4d74f36aff28 21:04:35 ---> 1b538611d39a 21:04:35 Step 26/26 : LABEL version=0.0.0 21:04:35 ---> 8834fdb5a893 21:04:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 21:04:35 ---> Running in 33342639a396 21:04:35 Removing intermediate container 0c25da135362 21:04:35 ---> 3ad7c2c4d39d 21:04:35 Step 18/20 : LABEL arch=arm64 21:04:35 ---> Running in feb66eee32f3 21:04:36 Removing intermediate container 33342639a396 21:04:36 ---> 61a7af9a1bb7 21:04:36 21:04:36 Removing intermediate container feb66eee32f3 21:04:36 ---> e3aa8f1ae9b9 21:04:36 Step 19/20 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:04:37 ---> Running in 071ab404dfa0 21:04:37 Successfully built 61a7af9a1bb7 21:04:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:04:37  Building docker-security-secretstore-setup-go ... done  ---> 288388b52770 21:04:37 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 21:04:37 Removing intermediate container 071ab404dfa0 21:04:37 ---> a7e2417e2e7e 21:04:37 Step 20/20 : LABEL version=0.0.0 21:04:37 ---> Running in efdcbb2886a7 21:04:37 ---> a4bee8631df3 21:04:37 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:04:38 ---> Running in 74ba0c89be7d 21:04:38 Removing intermediate container efdcbb2886a7 21:04:38 ---> 329b5e08535d 21:04:38 21:04:38 Successfully built 329b5e08535d 21:04:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:04:39  Building docker-security-proxy-setup-go ... done Removing intermediate container 74ba0c89be7d 21:04:39 ---> ee1d467a21af 21:04:39 Step 19/21 : LABEL arch=arm64 21:04:39 ---> Running in 0b4367b77af1 21:04:39 Removing intermediate container 0b4367b77af1 21:04:39 ---> c3dd864273c3 21:04:39 Step 20/21 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:04:39 ---> Running in 443f4783d5e5 21:04:40 Removing intermediate container 443f4783d5e5 21:04:40 ---> c96d46f20470 21:04:40 Step 21/21 : LABEL version=0.0.0 21:04:40 ---> Running in 938b69f7abc5 21:04:41 Removing intermediate container 7582c69d87d4 21:04:41 ---> c2a793a2ab14 21:04:41 21:04:41 Step 9/29 : FROM alpine:latest 21:04:41 ---> 62ee0e9f8440 21:04:41 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:04:41 Removing intermediate container 938b69f7abc5 21:04:41 ---> 968053bd1a9e 21:04:41 21:04:41 ---> Running in 7e698b70b2dc 21:04:41 Successfully built 968053bd1a9e 21:04:42 Successfully tagged docker-support-logging-go-arm64:latest 21:04:42  Building docker-support-logging-go ... done Removing intermediate container 7e698b70b2dc 21:04:42 ---> fc2045add0c5 21:04:42 Step 11/29 : USER root 21:04:42 ---> Running in 82d41ad14249 21:04:42 Removing intermediate container 82d41ad14249 21:04:42 ---> dd6c4ba31c21 21:04:42 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:04:42 ---> Running in 99b6553e2efb 21:04:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:45 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:04:45 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:04:45 OK: 12620 distinct packages available 21:04:46 (1/2) Installing ca-certificates (20191127-r4) 21:04:46 (2/2) Installing dumb-init (1.2.2-r1) 21:04:46 Executing busybox-1.31.1-r16.trigger 21:04:46 Executing ca-certificates-20191127-r4.trigger 21:04:46 OK: 6 MiB in 16 packages 21:04:48 Removing intermediate container 99b6553e2efb 21:04:48 ---> 215386ac6461 21:04:48 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:04:48 ---> Running in 59a35e969064 21:04:48 Removing intermediate container 59a35e969064 21:04:48 ---> 3777f6cd3844 21:04:48 Step 14/29 : WORKDIR $BASE_DIR 21:04:48 ---> Running in 38371a1f92fb 21:04:48 Removing intermediate container 38371a1f92fb 21:04:48 ---> da9f71d5f579 21:04:48 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:04:48 ---> Running in 682faae5a8b3 21:04:51 Removing intermediate container 682faae5a8b3 21:04:51 ---> 7440eccc544c 21:04:51 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:04:52 ---> 45dd14535e5b 21:04:52 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:04:53 ---> 4451a2e7adf3 21:04:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:04:54 ---> f82406e6d5e2 21:04:54 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:04:54 ---> 0d67272c165e 21:04:54 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:04:55 ---> 237d7b5a0121 21:04:55 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:04:55 ---> Running in 520b45d21f96 21:04:58 Removing intermediate container 520b45d21f96 21:04:58 ---> 97ecb41a0df8 21:04:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:04:58 ---> f33574177f7a 21:04:58 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:04:58 ---> Running in 4ae0e38cae49 21:05:01 Removing intermediate container 4ae0e38cae49 21:05:01 ---> e5a592afc493 21:05:01 Step 24/29 : RUN chmod 755 security-secrets-setup 21:05:01 ---> Running in f49074fd89b8 21:05:04 Removing intermediate container f49074fd89b8 21:05:04 ---> 1ab8a576d217 21:05:04 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:05:04 ---> Running in 93663bfb0f25 21:05:04 Removing intermediate container 93663bfb0f25 21:05:04 ---> 115508b374ef 21:05:04 Step 26/29 : CMD [ "generate" ] 21:05:04 ---> Running in 7d21efe09d19 21:05:05 Removing intermediate container 7d21efe09d19 21:05:05 ---> fc5954ae6dad 21:05:05 Step 27/29 : LABEL arch=arm64 21:05:05 ---> Running in 695d97fef483 21:05:05 Removing intermediate container 695d97fef483 21:05:05 ---> ff6e9fbcbb45 21:05:05 Step 28/29 : LABEL git_sha=4a6d51dc6980001c9f79f4994ce23529a8d4a897 21:05:05 ---> Running in e02844e05ff1 21:05:06 Removing intermediate container e02844e05ff1 21:05:06 ---> c22d8ec4eee9 21:05:06 Step 29/29 : LABEL version=0.0.0 21:05:06 ---> Running in 66150e300e25 21:05:06 Removing intermediate container 66150e300e25 21:05:06 ---> 86eaa0979e30 21:05:06 21:05:07 Successfully built 86eaa0979e30 21:05:07 Successfully tagged docker-security-secrets-setup-go-arm64:latest 21:05:07  Building docker-security-secrets-setup-go ... done  [Pipeline] } 21:05:07 $ docker stop --time=1 931c311d9a8dfbe4dd818db1aae3352fbf90c5ae10dafd778c02f107b110316a 21:05:09 $ docker rm -f 931c311d9a8dfbe4dd818db1aae3352fbf90c5ae10dafd778c02f107b110316a [Pipeline] // withDockerContainer [Pipeline] sh 21:05:09 + + docker images 21:05:09 grep docker 21:05:10 docker-security-secrets-setup-go-arm64 latest 86eaa0979e30 4 seconds ago 24.2MB 21:05:10 docker-support-logging-go-arm64 latest 968053bd1a9e 29 seconds ago 11.4MB 21:05:10 docker-security-proxy-setup-go-arm64 latest 329b5e08535d 32 seconds ago 15.8MB 21:05:10 docker-security-secretstore-setup-go-arm64 latest 61a7af9a1bb7 34 seconds ago 32.6MB 21:05:10 docker-core-command-go-arm64 latest 1abb0be3d57b 46 seconds ago 12.4MB 21:05:10 docker-sys-mgmt-agent-go-arm64 latest a84da8e89754 2 minutes ago 266MB 21:05:10 docker-core-data-go-arm64 latest 0bd94b2de7a4 3 minutes ago 22.6MB 21:05:10 docker-core-metadata-go-arm64 latest 87daaab0c968 3 minutes ago 13.8MB 21:05:10 docker-support-notifications-go-arm64 latest 666049f23706 3 minutes ago 13.9MB 21:05:10 docker-support-scheduler-go-arm64 latest d945a4b14fab 3 minutes ago 12.6MB 21:05:10 docker latest ce9d55ae87f1 4 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 21:05:11 provisioning config files... 21:05:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4630346251983798317tmp [Pipeline] { [Pipeline] sh 21:05:12 + curl -s https://codecov.io/bash 21:05:12 + bash -s - -t @/w/workspace/edgex-go/3@tmp/config4630346251983798317tmp [Pipeline] } 21:05:12 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 21:05:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:05:15 ---> package-listing.sh 21:05:15 ++ facter osfamily 21:05:15 ++ tr '[:upper:]' '[:lower:]' 21:05:15 + OS_FAMILY=redhat 21:05:15 + workspace=/w/workspace/edgex-go/3 21:05:15 + START_PACKAGES=/tmp/packages_start.txt 21:05:15 + END_PACKAGES=/tmp/packages_end.txt 21:05:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:05:15 + PACKAGES=/tmp/packages_start.txt 21:05:15 + '[' /w/workspace/edgex-go/3 ']' 21:05:15 + PACKAGES=/tmp/packages_end.txt 21:05:15 + case "${OS_FAMILY}" in 21:05:15 + rpm -qa 21:05:15 + sort 21:05:19 + '[' -f /tmp/packages_start.txt ']' 21:05:19 + '[' -f /tmp/packages_end.txt ']' 21:05:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:05:19 + '[' /w/workspace/edgex-go/3 ']' 21:05:19 + mkdir -p /w/workspace/edgex-go/3/archives/ 21:05:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh 21:05:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:20 21:05:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:05:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:20 alpine: Pulling from edgex-lftools-log-publisher 21:05:20 c9b1b535fdd9: Pulling fs layer 21:05:20 2cc5ad85d9ab: Pulling fs layer 21:05:20 756a868c4378: Pulling fs layer 21:05:20 444b2fc9a129: Pulling fs layer 21:05:20 ea15f1150254: Pulling fs layer 21:05:20 41b27a9f41bf: Pulling fs layer 21:05:20 28c525ee5125: Pulling fs layer 21:05:20 094b1ea09ed8: Pulling fs layer 21:05:20 138eaada9080: Pulling fs layer 21:05:20 0622d0fa9048: Pulling fs layer 21:05:20 444b2fc9a129: Waiting 21:05:20 ea15f1150254: Waiting 21:05:20 28c525ee5125: Waiting 21:05:20 138eaada9080: Waiting 21:05:20 0622d0fa9048: Waiting 21:05:20 41b27a9f41bf: Waiting 21:05:20 094b1ea09ed8: Waiting 21:05:20 2cc5ad85d9ab: Verifying Checksum 21:05:20 2cc5ad85d9ab: Download complete 21:05:20 444b2fc9a129: Verifying Checksum 21:05:20 444b2fc9a129: Download complete 21:05:20 c9b1b535fdd9: Verifying Checksum 21:05:20 ea15f1150254: Verifying Checksum 21:05:20 ea15f1150254: Download complete 21:05:20 28c525ee5125: Verifying Checksum 21:05:20 28c525ee5125: Download complete 21:05:20 756a868c4378: Verifying Checksum 21:05:20 756a868c4378: Download complete 21:05:20 c9b1b535fdd9: Pull complete 21:05:20 138eaada9080: Verifying Checksum 21:05:20 138eaada9080: Download complete 21:05:20 0622d0fa9048: Verifying Checksum 21:05:20 0622d0fa9048: Download complete 21:05:20 094b1ea09ed8: Verifying Checksum 21:05:20 094b1ea09ed8: Download complete 21:05:21 2cc5ad85d9ab: Pull complete 21:05:21 41b27a9f41bf: Verifying Checksum 21:05:21 41b27a9f41bf: Download complete 21:05:24 756a868c4378: Pull complete 21:05:24 444b2fc9a129: Pull complete 21:05:24 ea15f1150254: Pull complete 21:05:29 41b27a9f41bf: Pull complete 21:05:29 28c525ee5125: Pull complete 21:05:31 094b1ea09ed8: Pull complete 21:05:31 138eaada9080: Pull complete 21:05:31 0622d0fa9048: Pull complete 21:05:31 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:05:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:05:31 prd-centos7-docker-4c-2g-1290 does not seem to be running inside a container 21:05:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 21:05:36 $ docker top 192086a0ba6e70d04862d03d00783f25ce9f414d1f7bb5d96e3d5dcd91e657c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:05:37 provisioning config files... 21:05:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config99535069637497763tmp [Pipeline] { [Pipeline] echo 21:05:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:05:37 ---> create-netrc.sh [Pipeline] echo 21:05:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:05:37 ---> logs-deploy.sh 21:05:37 + ARCHIVE_ARTIFACTS= 21:05:37 + LOGS_SERVER=https://logs.edgexfoundry.org 21:05:37 + '[' https://logs.edgexfoundry.org == None ']' 21:05:37 + NEXUS_URL=https://nexus.edgexfoundry.org 21:05:37 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/3 21:05:37 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/3/ 21:05:37 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/3 /w/workspace/edgex-go/3 21:05:38 Archives upload complete. 21:05:38 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/3/