Pull request #2627 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 rather than 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 Obtained Jenkinsfile from a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1546 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 Merge succeeded, producing 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 Checking out Revision 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 (PR-2627) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 # 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 a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 # timeout=10 Commit message: "feat(metadata): Modify Swagger to remove required section from response DTOs" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:09:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:09:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 1350306ae35841236d76767d7119cf6163e838f5 # timeout=10 [Pipeline] echo 08:09:18 ========================================================= 08:09:18 EdgeX Global Pipelines Version Info 08:09:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:09:20 ------------------- 08:09:20 stable info: 08:09:20 ------------------- 08:09:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:09:20 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 08:09:20 Message: update stable to v1.0.106 08:09:20 ------------------- 08:09:20 experimental info: 08:09:20 ------------------- 08:09:20 Commited By: **** collab-it+edgex@linuxfoundation.org 08:09:20 Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc 08:09:20 Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 08:09:22 ++ 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 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/core-command/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo core-command,cmd/core-command/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/core-data/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo core-data,cmd/core-data/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/core-metadata/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo core-metadata,cmd/core-metadata/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/security-proxy-setup/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/security-secrets-setup/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/support-logging/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo support-logging,cmd/support-logging/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/support-notifications/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo support-notifications,cmd/support-notifications/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/support-scheduler/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:09:22 + for file in '`ls cmd/**/Dockerfile`' 08:09:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:09:22 ++ cut -d/ -f2 08:09:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:09:22 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 08:09:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:09:23 08:09:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:09:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:09:23 latest: Pulling from edgex-devops/git-semver 08:09:23 31603596830f: Pulling fs layer 08:09:23 2a8b12db71e7: Pulling fs layer 08:09:23 6ca5941a6612: Pulling fs layer 08:09:23 ecc8261a40a4: Pulling fs layer 08:09:23 ecc8261a40a4: Waiting 08:09:23 2a8b12db71e7: Verifying Checksum 08:09:23 2a8b12db71e7: Download complete 08:09:24 31603596830f: Verifying Checksum 08:09:24 31603596830f: Download complete 08:09:24 ecc8261a40a4: Verifying Checksum 08:09:24 ecc8261a40a4: Download complete 08:09:24 6ca5941a6612: Verifying Checksum 08:09:24 6ca5941a6612: Download complete 08:09:24 31603596830f: Pull complete 08:09:24 2a8b12db71e7: Pull complete 08:09:25 6ca5941a6612: Pull complete 08:09:25 ecc8261a40a4: Pull complete 08:09:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:09:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:09:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:09:25 prd-centos7-docker-4c-2g-1546 does not seem to be running inside a container 08:09:25 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 08:09:27 $ docker top 1716134ea3b65249dd772426e9241f3196d41e86ae378f8a5d825a0d960dcd04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:09:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:09:27 [ssh-agent] Looking for ssh-agent implementation... 08:09:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:09:28 $ docker exec 1716134ea3b65249dd772426e9241f3196d41e86ae378f8a5d825a0d960dcd04 ssh-agent 08:09:28 SSH_AUTH_SOCK=/tmp/ssh-jS2QfqPQDKeS/agent.12 08:09:28 SSH_AGENT_PID=17 08:09:28 Running ssh-add (command line suppressed) 08:09:28 Identity added: /w/workspace/edgex-go/19@tmp/private_key_5215457537379645033.key (/w/workspace/edgex-go/19@tmp/private_key_5215457537379645033.key) 08:09:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:09:28 + git describe --exact-match --tags HEAD 08:09:28 fatal: No names found, cannot describe anything. [Pipeline] } 08:09:28 $ docker exec --env ******** --env ******** 1716134ea3b65249dd772426e9241f3196d41e86ae378f8a5d825a0d960dcd04 ssh-agent -k 08:09:28 unset SSH_AUTH_SOCK; 08:09:28 unset SSH_AGENT_PID; 08:09:28 echo Agent pid 17 killed; 08:09:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:09:29 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:09:29 This usually means this commit has not been tagged. [Pipeline] sshagent 08:09:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:09:29 [ssh-agent] Looking for ssh-agent implementation... 08:09:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:09:29 $ docker exec 1716134ea3b65249dd772426e9241f3196d41e86ae378f8a5d825a0d960dcd04 ssh-agent 08:09:29 SSH_AUTH_SOCK=/tmp/ssh-uTnLkpLUFDuh/agent.48 08:09:29 SSH_AGENT_PID=53 08:09:29 Running ssh-add (command line suppressed) 08:09:29 Identity added: /w/workspace/edgex-go/19@tmp/private_key_5319188145136822582.key (/w/workspace/edgex-go/19@tmp/private_key_5319188145136822582.key) 08:09:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:09:30 + git semver init 08:09:30 # -> Open(): unable to determine branch for HEAD 08:09:30 # $GIT_DIR = /w/workspace/edgex-go/19/.git 08:09:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 08:09:30 # $SEMVER_REMOTE_NAME = origin 08:09:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:09:30 # $SEMVER_USER_NAME = edgex-jenkins 08:09:30 # $SEMVER_BRANCH = PR-2627 08:09:30 # $SEMVER_TEMP = /tmp/semver-093702882 08:09:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:09:48 # '/tmp/semver-093702882' -> '/w/workspace/edgex-go/19/.semver' 08:09:49 # -> Force: false 08:09:49 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 08:09:49 $ docker exec --env ******** --env ******** 1716134ea3b65249dd772426e9241f3196d41e86ae378f8a5d825a0d960dcd04 ssh-agent -k 08:09:49 unset SSH_AUTH_SOCK; 08:09:49 unset SSH_AGENT_PID; 08:09:49 echo Agent pid 53 killed; 08:09:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:09:49 + git semver [Pipeline] } 08:09:49 $ docker stop --time=1 1716134ea3b65249dd772426e9241f3196d41e86ae378f8a5d825a0d960dcd04 08:09:51 $ docker rm -f 1716134ea3b65249dd772426e9241f3196d41e86ae378f8a5d825a0d960dcd04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:10:04 Stashed 28 file(s) [Pipeline] echo 08:10:04 [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 08:10:05 ========================================================= 08:10:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:10:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:10:05 + 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 . 08:10:09 Sending build context to Docker daemon 322.9MB 08:10:09 Step 1/7 : ARG BASE=golang:1.13-alpine 08:10:09 Step 2/7 : FROM ${BASE} 08:10:09 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:10:09 df20fa9351a1: Pulling fs layer 08:10:09 ed8968b2872e: Pulling fs layer 08:10:09 a92cc7c5fd73: Pulling fs layer 08:10:09 2dd03ba5bac4: Pulling fs layer 08:10:09 1e091d79d1de: Pulling fs layer 08:10:09 481702a1767f: Pulling fs layer 08:10:09 f64a6f60c768: Pulling fs layer 08:10:09 e78d2573fc39: Pulling fs layer 08:10:09 e876d2f968b6: Pulling fs layer 08:10:09 ce8a83651883: Pulling fs layer 08:10:09 07967f4d0e4b: Pulling fs layer 08:10:09 f64a6f60c768: Waiting 08:10:09 e78d2573fc39: Waiting 08:10:09 e876d2f968b6: Waiting 08:10:09 ce8a83651883: Waiting 08:10:09 07967f4d0e4b: Waiting 08:10:09 2dd03ba5bac4: Waiting 08:10:09 1e091d79d1de: Waiting 08:10:09 481702a1767f: Waiting 08:10:09 a92cc7c5fd73: Verifying Checksum 08:10:09 a92cc7c5fd73: Download complete 08:10:09 ed8968b2872e: Verifying Checksum 08:10:09 ed8968b2872e: Download complete 08:10:09 1e091d79d1de: Verifying Checksum 08:10:09 1e091d79d1de: Download complete 08:10:09 481702a1767f: Download complete 08:10:09 df20fa9351a1: Verifying Checksum 08:10:09 df20fa9351a1: Download complete 08:10:09 df20fa9351a1: Pull complete 08:10:09 ed8968b2872e: Pull complete 08:10:09 f64a6f60c768: Verifying Checksum 08:10:09 f64a6f60c768: Download complete 08:10:09 e876d2f968b6: Verifying Checksum 08:10:09 e876d2f968b6: Download complete 08:10:10 e78d2573fc39: Verifying Checksum 08:10:10 e78d2573fc39: Download complete 08:10:10 a92cc7c5fd73: Pull complete 08:10:10 07967f4d0e4b: Verifying Checksum 08:10:10 07967f4d0e4b: Download complete 08:10:10 ce8a83651883: Download complete 08:10:10 2dd03ba5bac4: Verifying Checksum 08:10:10 2dd03ba5bac4: Download complete 08:10:17 2dd03ba5bac4: Pull complete 08:10:17 1e091d79d1de: Pull complete 08:10:17 481702a1767f: Pull complete 08:10:20 Still waiting to schedule task 08:10:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:10:22 f64a6f60c768: Pull complete 08:10:25 e78d2573fc39: Pull complete 08:10:25 e876d2f968b6: Pull complete 08:10:26 ce8a83651883: Pull complete 08:10:27 07967f4d0e4b: Pull complete 08:10:27 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 08:10:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:10:27 ---> 5d7c900382c6 08:10:27 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 08:10:27 ---> Running in b9d2ac38086d 08:10:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:10:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:10:29 (1/12) Installing libmagic (5.38-r0) 08:10:29 (2/12) Installing file (5.38-r0) 08:10:29 (3/12) Installing libc-dev (0.7.2-r3) 08:10:30 (4/12) Installing g++ (9.3.0-r2) 08:10:32 (5/12) Installing fortify-headers (1.1-r0) 08:10:32 (6/12) Installing patch (2.7.6-r6) 08:10:32 (7/12) Installing build-base (0.5-r2) 08:10:32 (8/12) Installing libsodium (1.0.18-r0) 08:10:33 (9/12) Installing pkgconf (1.7.2-r0) 08:10:33 (10/12) Installing libsodium-dev (1.0.18-r0) 08:10:33 (11/12) Installing libzmq (4.3.2-r0) 08:10:33 (12/12) Installing zeromq-dev (4.3.2-r0) 08:10:33 Executing busybox-1.31.1-r16.trigger 08:10:33 OK: 233 MiB in 51 packages 08:10:37 Removing intermediate container b9d2ac38086d 08:10:37 ---> 43152fb17560 08:10:37 Step 4/7 : WORKDIR /edgex-go 08:10:37 ---> Running in 338ae0601113 08:10:37 Removing intermediate container 338ae0601113 08:10:37 ---> e65a3b29c696 08:10:37 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:10:37 latest: Pulling from library/docker 08:10:38 df20fa9351a1: Already exists 08:10:38 25ad7478873d: Pulling fs layer 08:10:38 4684f6177b5d: Pulling fs layer 08:10:38 46e300cec669: Pulling fs layer 08:10:38 63038576ad94: Pulling fs layer 08:10:38 0fdb76c4706c: Pulling fs layer 08:10:38 cb7edeffdfd5: Pulling fs layer 08:10:38 63038576ad94: Waiting 08:10:38 cb7edeffdfd5: Waiting 08:10:38 0fdb76c4706c: Waiting 08:10:38 4684f6177b5d: Verifying Checksum 08:10:38 4684f6177b5d: Download complete 08:10:38 25ad7478873d: Verifying Checksum 08:10:38 25ad7478873d: Download complete 08:10:38 63038576ad94: Verifying Checksum 08:10:38 63038576ad94: Download complete 08:10:38 cb7edeffdfd5: Verifying Checksum 08:10:38 cb7edeffdfd5: Download complete 08:10:38 25ad7478873d: Pull complete 08:10:38 0fdb76c4706c: Verifying Checksum 08:10:38 0fdb76c4706c: Download complete 08:10:38 4684f6177b5d: Pull complete 08:10:39 46e300cec669: Verifying Checksum 08:10:39 46e300cec669: Download complete 08:10:41 46e300cec669: Pull complete 08:10:41 63038576ad94: Pull complete 08:10:41 0fdb76c4706c: Pull complete 08:10:41 cb7edeffdfd5: Pull complete 08:10:41 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 08:10:41 Status: Downloaded newer image for docker:latest 08:10:43 ---> 5be09bd8a501 08:10:43 Step 6/7 : COPY go.mod . 08:10:43 ---> fd32924f2287 08:10:43 Step 7/7 : RUN go mod download 08:10:43 ---> Running in e9d1e428784e 08:10:45 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:10:45 go: finding github.com/BurntSushi/toml v0.3.1 08:10:45 go: finding github.com/OneOfOne/xxhash v1.2.5 08:10:45 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:10:45 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:10:45 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:10:45 go: finding github.com/bgentry/speakeasy v0.1.0 08:10:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:10:45 go: finding github.com/cloudflare/gokey v0.1.0 08:10:45 go: finding github.com/davecgh/go-spew v1.1.1 08:10:45 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:10:45 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 08:10:45 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 08:10:45 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:10:45 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 08:10:45 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 08:10:46 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 08:10:46 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:10:46 go: finding github.com/fatih/color v1.7.0 08:10:46 go: finding github.com/fsnotify/fsnotify v1.4.7 08:10:46 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:10:46 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 08:10:46 go: finding github.com/go-kit/kit v0.8.0 08:10:46 go: finding github.com/go-logfmt/logfmt v0.4.0 08:10:46 go: finding github.com/go-redis/redis/v7 v7.2.0 08:10:46 go: finding github.com/go-stack/stack v1.8.0 08:10:46 go: finding github.com/golang/protobuf v1.3.2 08:10:46 go: finding github.com/gomodule/redigo v2.0.0+incompatible 08:10:46 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:10:46 go: finding github.com/google/uuid v1.1.0 08:10:46 go: finding github.com/gorilla/mux v1.7.1 08:10:46 go: finding github.com/hashicorp/consul/api v1.1.0 08:10:46 go: finding github.com/hashicorp/consul/sdk v0.1.1 08:10:46 go: finding github.com/hashicorp/errwrap v1.0.0 08:10:46 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:10:46 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:10:46 go: finding github.com/hashicorp/go-msgpack v0.5.3 08:10:46 go: finding github.com/hashicorp/go-multierror v1.0.0 08:10:46 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:10:46 go: finding github.com/hashicorp/go-sockaddr v1.0.0 08:10:46 go: finding github.com/hashicorp/go-syslog v1.0.0 08:10:46 go: finding github.com/hashicorp/go-uuid v1.0.1 08:10:46 go: finding github.com/hashicorp/go.net v0.0.1 08:10:46 go: finding github.com/hashicorp/golang-lru v0.5.0 08:10:46 go: finding github.com/hashicorp/logutils v1.0.0 08:10:46 go: finding github.com/hashicorp/mdns v1.0.0 08:10:46 go: finding github.com/hashicorp/memberlist v0.1.3 08:10:46 go: finding github.com/hashicorp/serf v0.8.2 08:10:46 go: finding github.com/hpcloud/tail v1.0.0 08:10:46 go: finding github.com/imdario/mergo v0.3.6 08:10:46 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:10:46 go: finding github.com/kr/pretty v0.1.0 08:10:46 go: finding github.com/kr/pty v1.1.1 08:10:46 go: finding github.com/kr/text v0.1.0 08:10:46 go: finding github.com/mattn/go-colorable v0.0.9 08:10:46 go: finding github.com/mattn/go-isatty v0.0.3 08:10:46 go: finding github.com/miekg/dns v1.0.14 08:10:46 go: finding github.com/mitchellh/cli v1.0.0 08:10:46 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:10:46 go: finding github.com/mitchellh/copystructure v1.0.0 08:10:47 go: finding github.com/mitchellh/go-homedir v1.0.0 08:10:47 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:10:47 go: finding github.com/mitchellh/gox v0.4.0 08:10:47 go: finding github.com/mitchellh/iochan v1.0.0 08:10:47 go: finding github.com/mitchellh/mapstructure v1.1.2 08:10:47 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:10:47 go: finding github.com/onsi/ginkgo v1.10.1 08:10:47 go: finding github.com/onsi/gomega v1.7.0 08:10:47 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:10:47 go: finding github.com/pebbe/zmq4 v1.0.0 08:10:47 go: finding github.com/pelletier/go-toml v1.2.0 08:10:47 go: finding github.com/pkg/errors v0.8.1 08:10:47 go: finding github.com/pmezard/go-difflib v1.0.0 08:10:47 go: finding github.com/posener/complete v1.1.1 08:10:47 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:10:47 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 08:10:47 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:10:47 go: finding github.com/stretchr/objx v0.1.0 08:10:47 go: finding github.com/stretchr/testify v1.5.1 08:10:47 go: finding github.com/ugorji/go v1.1.4 08:10:47 go: finding github.com/x448/float16 v0.8.4 08:10:47 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 08:10:47 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:10:47 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 08:10:47 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 08:10:47 go: finding golang.org/x/text v0.3.2 08:10:47 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:10:47 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 08:10:47 go: finding gopkg.in/eapache/queue.v1 v1.1.0 08:10:47 go: finding gopkg.in/fsnotify.v1 v1.4.7 08:10:47 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 08:10:47 go: finding gopkg.in/yaml.v2 v2.2.8 08:11:00 Removing intermediate container e9d1e428784e 08:11:00 ---> 12e0230981ae 08:11:00 Successfully built 12e0230981ae 08:11:00 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 08:11:00 + docker inspect -f . ci-base-image-x86_64 08:11:00 . [Pipeline] withDockerContainer 08:11:00 prd-centos7-docker-4c-2g-1546 does not seem to be running inside a container 08:11:00 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 08:11:01 $ docker top 7b80c63e7c7102179c3bad28397a8dc9a7d24c32db92d213b38dcb36750948c7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:02 + go version 08:11:02 go version go1.13.13 linux/amd64 [Pipeline] echo 08:11:02 ========================================================= 08:11:02 [edgeXBuildGoParallel] Running Tests and Build... 08:11:02 ========================================================= [Pipeline] sh 08:11:02 + make test 08:11:02 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:11:05 ? github.com/edgexfoundry/edgex-go [no test files] 08:11:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:11:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:11:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:11:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:11:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:11:19 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s 08:11:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 08:11:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:11:19 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:11:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:11:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:11:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:11:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:11:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:11:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.049s coverage: 46.6% of statements 08:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.041s coverage: 27.4% of statements 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.015s coverage: 100.0% of statements 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.086s coverage: 29.3% of statements 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.030s coverage: 100.0% of statements 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.011s coverage: 100.0% of statements 08:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:11:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.025s coverage: 89.8% of statements 08:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.044s coverage: 97.5% of statements 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:11:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements 08:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.038s coverage: 63.5% of statements 08:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 08:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.128s coverage: 55.9% of statements 08:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 08:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.517s coverage: 86.3% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.349s coverage: 72.2% of statements 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.180s coverage: 72.1% of statements 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.032s coverage: 48.4% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.012s coverage: 96.8% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.063s coverage: 26.9% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.116s coverage: 84.1% of statements 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.018s coverage: 43.1% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.034s coverage: 45.1% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.012s coverage: 100.0% of statements 08:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:11:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.049s coverage: 29.1% of statements 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:11:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.015s coverage: 99.0% of statements 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:11:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:11:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:11:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.008s coverage: 100.0% of statements 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:11:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:11:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 08:11:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 08:11:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 08:11:42 GO111MODULE=on go vet ./... 08:11:48 gofmt -l . 08:11:48 [ "`gofmt -l .`" = "" ] 08:11:49 ./bin/test-go-mod-tidy.sh 08:11:49 ./bin/test-attribution-txt.sh [Pipeline] sh 08:11:50 + ls -al . 08:11:50 total 556 08:11:50 drwxrwxr-x 10 1001 1001 4096 Jul 30 08:11 . 08:11:50 drwxr-xr-x 4 root root 30 Jul 30 08:11 .. 08:11:50 -rw-rw-r-- 1 1001 1001 11 Jul 30 08:09 .dockerignore 08:11:50 drwxrwxr-x 8 1001 1001 179 Jul 30 08:09 .git 08:11:50 drwxrwxr-x 3 1001 1001 60 Jul 30 08:09 .github 08:11:50 -rw-rw-r-- 1 1001 1001 932 Jul 30 08:09 .gitignore 08:11:50 drwx------ 3 1001 1001 47 Jul 30 08:09 .semver 08:11:50 -rw-rw-r-- 1 1001 1001 166 Jul 30 08:09 .sonarcloud.properties 08:11:50 -rw-rw-r-- 1 1001 1001 3804 Jul 30 08:09 CONTRIBUTING.md 08:11:50 -rw-rw-r-- 1 1001 1001 1035 Jul 30 08:09 Dockerfile.build 08:11:50 -rw-rw-r-- 1 1001 1001 865 Jul 30 08:09 Jenkinsfile 08:11:50 -rw-rw-r-- 1 1001 1001 10775 Jul 30 08:09 LICENSE 08:11:50 -rw-rw-r-- 1 1001 1001 6237 Jul 30 08:09 Makefile 08:11:50 -rw-rw-r-- 1 1001 1001 5652 Jul 30 08:09 README.md 08:11:50 -rw-rw-r-- 1 1001 1001 7111 Jul 30 08:09 SECURITY.md 08:11:50 -rw-rw-r-- 1 1001 1001 5 Jul 30 08:09 VERSION 08:11:50 -rw-rw-r-- 1 1001 1001 4131 Jul 30 08:09 ZMQWindows.md 08:11:50 drwxrwxr-x 2 1001 1001 117 Jul 30 08:09 bin 08:11:50 drwxrwxr-x 15 1001 1001 4096 Jul 30 08:09 cmd 08:11:50 -rw-r--r-- 1 root root 456067 Jul 30 08:11 coverage.out 08:11:50 -rw-r--r-- 1 root root 1019 Jul 30 08:11 go.mod 08:11:50 -rw-r--r-- 1 root root 18146 Jul 30 08:11 go.sum 08:11:50 drwxrwxr-x 8 1001 1001 127 Jul 30 08:09 internal 08:11:50 drwxrwxr-x 4 1001 1001 26 Jul 30 08:09 openapi 08:11:50 drwxrwxr-x 4 1001 1001 71 Jul 30 08:09 snap 08:11:50 -rw-rw-r-- 1 1001 1001 168 Jul 30 08:09 version.go [Pipeline] sh 08:11:51 + '[' -e coverage.out ] 08:11:51 + chown 1001:1001 coverage.out [Pipeline] stash 08:11:51 Stashed 1 file(s) [Pipeline] sh 08:11:51 + make build 08:11:51 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 08:11:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1547 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws 08:11:54 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 08:11: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 08:11:59 using credential edgex-jenkins-ssh 08:11:59 Cloning the remote Git repository 08:11:59 Cloning with configured refspecs honoured and without tags 08:11:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:11:59 > git init /w/workspace/edgex-go/19 # timeout=10 08:11:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:11:59 > git --version # timeout=10 08:11:59 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:12:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:12:02 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 08:12:03 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 08:12:05 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 08:12:05 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 08:12:08 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 08:12:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 08:12:10 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 08:12:12 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 08:12:13 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 08:12:15 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 08:12:15 Fetching without tags 08:12:15 Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 [Pipeline] } 08:12:15 $ docker stop --time=1 7b80c63e7c7102179c3bad28397a8dc9a7d24c32db92d213b38dcb36750948c7 08:12:16 Merge succeeded, producing 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:12:16 Checking out Revision 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 (PR-2627) 08:12:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:12:15 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 08:12:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:12:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:12:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:12:15 using GIT_SSH to set credentials SSH Credentials for GitHub 08:12:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:12:15 > git config core.sparsecheckout # timeout=10 08:12:15 > git checkout -f 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 # timeout=10 08:12:16 > git remote # timeout=10 08:12:16 > git config --get remote.origin.url # timeout=10 08:12:16 using GIT_SSH to set credentials SSH Credentials for GitHub 08:12:16 > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 08:12:16 > git rev-parse HEAD^{commit} # timeout=10 08:12:16 > git config core.sparsecheckout # timeout=10 08:12:16 > git checkout -f 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 # timeout=10 08:12:17 $ docker rm -f 7b80c63e7c7102179c3bad28397a8dc9a7d24c32db92d213b38dcb36750948c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:12:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:12:20 08:12:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:12:20 Commit message: "feat(metadata): Modify Swagger to remove required section from response DTOs" 08:12:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:12:20 latest: Pulling from edgex-devops/edgex-compose 08:12:20 cbdbe7a5bc2a: Pulling fs layer 08:12:20 ca9280d653b3: Pulling fs layer 08:12:20 7e9c9ca2126c: Pulling fs layer 08:12:20 cbdbe7a5bc2a: Verifying Checksum 08:12:20 cbdbe7a5bc2a: Download complete 08:12:21 ca9280d653b3: Verifying Checksum 08:12:21 ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 08:12:21 cbdbe7a5bc2a: Pull complete 08:12:21 7e9c9ca2126c: Download complete 08:12:22 ca9280d653b3: Pull complete 08:12:28 7e9c9ca2126c: Pull complete 08:12:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:12:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:12:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:12:29 prd-centos7-docker-4c-2g-1546 does not seem to be running inside a container 08:12:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 08:12:32 $ docker top dd6234dd7942846e0ee4c094c44e85dd007cfc136b9186738d7c66bd3f146904 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 08:12:32 ========================================================= 08:12:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:12:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:12:32 + docker-compose build --help 08:12:32 + grep parallel 08:12:33 + 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 . 08:12:33 --parallel Build images in parallel. [Pipeline] } 08:12:33 $ docker stop --time=1 dd6234dd7942846e0ee4c094c44e85dd007cfc136b9186738d7c66bd3f146904 08:12:34 $ docker rm -f dd6234dd7942846e0ee4c094c44e85dd007cfc136b9186738d7c66bd3f146904 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:12:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:12:35 . [Pipeline] withDockerContainer 08:12:35 prd-centos7-docker-4c-2g-1546 does not seem to be running inside a container 08:12:35 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 08:12:36 $ docker top e8d061c3f2392ac9c15874e77eb643754a5d51b6cd54bff65c22633e2f175fdd -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:36 + docker-compose -f ./docker-compose-build.yml build --parallel 08:12:37 Building docker-core-command-go ... 08:12:37 Building docker-core-data-go ... 08:12:37 Building docker-core-metadata-go ... 08:12:37 Building docker-security-proxy-setup-go ... 08:12:37 Building docker-security-secrets-setup-go ... 08:12:37 Building docker-security-secretstore-setup-go ... 08:12:37 Building docker-support-logging-go ... 08:12:37 Building docker-support-notifications-go ... 08:12:37 Building docker-support-scheduler-go ... 08:12:37 Building docker-sys-mgmt-agent-go ... 08:12:37 Building docker-core-metadata-go 08:12:37 Building docker-support-notifications-go 08:12:37 Building docker-sys-mgmt-agent-go 08:12:37 Building docker-support-scheduler-go 08:12:37 Building docker-core-data-go 08:12:37 Sending build context to Docker daemon 322.9MB 08:12:37 Step 1/7 : ARG BASE=golang:1.13-alpine 08:12:37 Step 2/7 : FROM ${BASE} 08:12:37 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:12:37 b538f80385f9: Pulling fs layer 08:12:37 74f711af9a0d: Pulling fs layer 08:12:37 99f96fe45779: Pulling fs layer 08:12:37 fd7a069fd194: Pulling fs layer 08:12:37 66aa3694b03b: Pulling fs layer 08:12:37 170f70906a0f: Pulling fs layer 08:12:37 ad7c5574e4b9: Pulling fs layer 08:12:37 e772456be8f7: Pulling fs layer 08:12:37 c890913d741a: Pulling fs layer 08:12:37 2480fcc9aa5a: Pulling fs layer 08:12:37 09adf4765672: Pulling fs layer 08:12:37 fd7a069fd194: Waiting 08:12:37 66aa3694b03b: Waiting 08:12:37 170f70906a0f: Waiting 08:12:37 ad7c5574e4b9: Waiting 08:12:37 e772456be8f7: Waiting 08:12:37 c890913d741a: Waiting 08:12:37 2480fcc9aa5a: Waiting 08:12:37 09adf4765672: Waiting 08:12:37 99f96fe45779: Verifying Checksum 08:12:37 99f96fe45779: Download complete 08:12:37 74f711af9a0d: Verifying Checksum 08:12:37 74f711af9a0d: Download complete 08:12:37 66aa3694b03b: Verifying Checksum 08:12:37 66aa3694b03b: Download complete 08:12:37 170f70906a0f: Verifying Checksum 08:12:37 170f70906a0f: Download complete 08:12:37 b538f80385f9: Verifying Checksum 08:12:37 b538f80385f9: Download complete 08:12:38 b538f80385f9: Pull complete 08:12:38 74f711af9a0d: Pull complete 08:12:39 99f96fe45779: Pull complete 08:12:40 ad7c5574e4b9: Verifying Checksum 08:12:40 ad7c5574e4b9: Download complete 08:12:40 c890913d741a: Verifying Checksum 08:12:40 c890913d741a: Download complete 08:12:42 e772456be8f7: Verifying Checksum 08:12:42 e772456be8f7: Download complete 08:12:42 09adf4765672: Verifying Checksum 08:12:42 09adf4765672: Download complete 08:12:42 2480fcc9aa5a: Verifying Checksum 08:12:42 2480fcc9aa5a: Download complete 08:12:43 fd7a069fd194: Verifying Checksum 08:12:43 fd7a069fd194: Download complete 08:12:55 fd7a069fd194: Pull complete 08:12:55 66aa3694b03b: Pull complete 08:12:55 170f70906a0f: Pull complete 08:12:58 ad7c5574e4b9: Pull complete 08:13:02 e772456be8f7: Pull complete 08:13:02 c890913d741a: Pull complete 08:13:05 2480fcc9aa5a: Pull complete 08:13:05 09adf4765672: Pull complete 08:13:05 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 08:13:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:13:05 ---> 2248a725d1cf 08:13:05 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 08:13:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:13:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:13:09 ---> 12e0230981ae 08:13:09 Step 3/21 : WORKDIR /edgex-go 08:13:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 08:13:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:13:09 ---> 12e0230981ae 08:13:09 Step 3/26 : WORKDIR /edgex-go 08:13:09 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 08:13:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:13:09 ---> 12e0230981ae 08:13:09 Step 3/23 : WORKDIR /edgex-go 08:13:09 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 08:13:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:13:09 ---> 12e0230981ae 08:13:09 Step 3/20 : WORKDIR /edgex-go 08:13:09 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 08:13:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:13:09 ---> 12e0230981ae 08:13:09 Step 3/22 : WORKDIR /edgex-go 08:13:09 ---> Running in ffb758b6f1df 08:13:09 ---> Running in 79c3a280ce57 08:13:09 ---> Running in fe25d08f0bc9 08:13:09 ---> Running in ddb53805c137 08:13:09 ---> Running in f725c95f6b00 08:13:09 Removing intermediate container ffb758b6f1df 08:13:09 ---> 0b986122db3d 08:13:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:09 Removing intermediate container 79c3a280ce57 08:13:09 ---> c8f21843fa2e 08:13:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:09 Removing intermediate container ddb53805c137 08:13:09 ---> 6f725ced4197 08:13:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:09 Removing intermediate container f725c95f6b00 08:13:09 ---> 74f4e5c66e6a 08:13:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:09 Removing intermediate container fe25d08f0bc9 08:13:09 ---> 6a9cb056ba27 08:13:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:09 ---> Running in 02d47ca78b96 08:13:09 ---> Running in b6d556455247 08:13:09 ---> Running in ff3f242ddc6d 08:13:09 ---> Running in beffad844157 08:13:09 ---> Running in 7f3811925f4d 08:13:11 Removing intermediate container 02d47ca78b96 08:13:11 ---> 2aeb4a802105 08:13:11 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:13:11 Removing intermediate container b6d556455247 08:13:11 ---> b199490dcaa0 08:13:11 Step 5/21 : RUN apk update && apk add make git 08:13:11 ---> Running in dbba01ac98e8 08:13:11 Removing intermediate container ff3f242ddc6d 08:13:11 ---> d3dd51a2b312 08:13:11 Step 5/26 : RUN apk update && apk add make bash git 08:13:11 Removing intermediate container beffad844157 08:13:11 ---> f4fb4abf84df 08:13:11 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 08:13:11 ---> Running in 9770914f4ec2 08:13:11 Removing intermediate container 7f3811925f4d 08:13:11 ---> f6c0fb806918 08:13:11 Step 5/20 : RUN apk update && apk add make git 08:13:11 ---> Running in b22e6005ba9d 08:13:11 ---> Running in 55a86ab822b7 08:13:11 ---> Running in e9b7642518ee 08:13:12 ---> Running in 61e6eb4eb2e0 08:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:13:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:13:13 OK: 12749 distinct packages available 08:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:13:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:13:13 OK: 12749 distinct packages available 08:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:13 OK: 233 MiB in 51 packages 08:13:13 OK: 233 MiB in 51 packages 08:13:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:13:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:13:13 OK: 12749 distinct packages available 08:13:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:13:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:13:13 OK: 12749 distinct packages available 08:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:13:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:13:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:13:13 OK: 12749 distinct packages available 08:13:13 OK: 233 MiB in 51 packages 08:13:13 OK: 233 MiB in 51 packages 08:13:14 OK: 233 MiB in 51 packages 08:13:14 Removing intermediate container dbba01ac98e8 08:13:14 ---> 2ed95124c6c8 08:13:14 Step 6/22 : COPY go.mod . 08:13:14 Removing intermediate container 9770914f4ec2 08:13:14 ---> 1c65175aa840 08:13:14 Step 6/21 : COPY go.mod . 08:13:14 (1/12) Installing libmagic (5.38-r0) 08:13:14 (2/12) Installing file (5.38-r0) 08:13:14 (3/12) Installing libc-dev (0.7.2-r3) 08:13:14 ---> ca4c716f88a1 08:13:14 Step 7/22 : RUN go mod download 08:13:14 ---> a99a7fcd045d 08:13:14 Step 7/21 : RUN go mod download 08:13:14 ---> Running in 74205549dc20 08:13:14 (4/12) Installing g++ (9.3.0-r2) 08:13:15 ---> Running in e1b9671c4ffb 08:13:15 Removing intermediate container b22e6005ba9d 08:13:15 ---> d1fafe99968a 08:13:15 Step 6/26 : COPY go.mod . 08:13:15 Removing intermediate container e9b7642518ee 08:13:15 ---> 9eb28eaf476a 08:13:15 Step 6/20 : COPY go.mod . 08:13:15 Removing intermediate container 55a86ab822b7 08:13:15 ---> 7f298b63ef20 08:13:15 Step 6/23 : COPY go.mod . 08:13:15 ---> 5ca5ff1f94ef 08:13:15 Step 7/26 : RUN go mod download 08:13:15 ---> 41bceeca077e 08:13:15 Step 7/23 : RUN go mod download 08:13:15 ---> 5b4f52fa0a3a 08:13:15 Step 7/20 : RUN go mod download 08:13:15 ---> Running in 4753bc309efe 08:13:15 ---> Running in 6a6f77c3fe6e 08:13:15 ---> Running in c2500acdb843 08:13:16 (5/12) Installing fortify-headers (1.1-r0) 08:13:16 (6/12) Installing patch (2.7.6-r6) 08:13:16 (7/12) Installing build-base (0.5-r2) 08:13:16 (8/12) Installing libsodium (1.0.18-r0) 08:13:17 (9/12) Installing pkgconf (1.7.2-r0) 08:13:17 (10/12) Installing libsodium-dev (1.0.18-r0) 08:13:17 (11/12) Installing libzmq (4.3.2-r0) 08:13:17 Removing intermediate container e1b9671c4ffb 08:13:17 ---> b31c9f832498 08:13:17 Step 8/21 : COPY . . 08:13:17 (12/12) Installing zeromq-dev (4.3.2-r0) 08:13:17 Executing busybox-1.31.1-r16.trigger 08:13:17 OK: 217 MiB in 51 packages 08:13:18 Removing intermediate container 74205549dc20 08:13:18 ---> 1e67e0ccde7b 08:13:18 Step 8/22 : COPY . . 08:13:21 Removing intermediate container 4753bc309efe 08:13:21 ---> d5ea0a581101 08:13:21 Step 8/26 : COPY . . 08:13:21 Removing intermediate container 61e6eb4eb2e0 08:13:21 ---> 09ab86b0c309 08:13:21 Step 4/7 : WORKDIR /edgex-go 08:13:21 ---> Running in 47774db3893d 08:13:22 Removing intermediate container 47774db3893d 08:13:22 ---> 5067b7984d4d 08:13:22 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:13:22 latest: Pulling from library/docker 08:13:22 b538f80385f9: Already exists 08:13:22 259a493cd78d: Pulling fs layer 08:13:22 b8e66b5100f5: Pulling fs layer 08:13:22 39dc9c94d07c: Pulling fs layer 08:13:22 551b823b3b82: Pulling fs layer 08:13:22 3c52a74df98c: Pulling fs layer 08:13:22 6c9b121b6998: Pulling fs layer 08:13:22 3c52a74df98c: Waiting 08:13:22 6c9b121b6998: Waiting 08:13:22 551b823b3b82: Waiting 08:13:22 b8e66b5100f5: Download complete 08:13:22 259a493cd78d: Verifying Checksum 08:13:22 259a493cd78d: Download complete 08:13:22 551b823b3b82: Verifying Checksum 08:13:22 551b823b3b82: Download complete 08:13:23 3c52a74df98c: Verifying Checksum 08:13:23 3c52a74df98c: Download complete 08:13:23 6c9b121b6998: Verifying Checksum 08:13:23 6c9b121b6998: Download complete 08:13:23 259a493cd78d: Pull complete 08:13:23 b8e66b5100f5: Pull complete 08:13:24 39dc9c94d07c: Download complete 08:13:25 Removing intermediate container 6a6f77c3fe6e 08:13:25 ---> 49b48c323455 08:13:25 Step 8/23 : COPY . . 08:13:26 Removing intermediate container c2500acdb843 08:13:26 ---> 88436676d3d1 08:13:26 Step 8/20 : COPY . . 08:13:27 39dc9c94d07c: Pull complete 08:13:27 551b823b3b82: Pull complete 08:13:27 3c52a74df98c: Pull complete 08:13:28 6c9b121b6998: Pull complete 08:13:28 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 08:13:28 Status: Downloaded newer image for docker:latest 08:13:32 ---> 3d106567145b 08:13:32 Step 6/7 : COPY go.mod . 08:13:32 ---> 7da1aee3311b 08:13:32 Step 7/7 : RUN go mod download 08:13:32 ---> Running in 3fed829c0199 08:13:36 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:13:36 go: finding github.com/BurntSushi/toml v0.3.1 08:13:36 go: finding github.com/OneOfOne/xxhash v1.2.5 08:13:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:13:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:13:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:13:36 go: finding github.com/bgentry/speakeasy v0.1.0 08:13:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:13:36 go: finding github.com/cloudflare/gokey v0.1.0 08:13:36 go: finding github.com/davecgh/go-spew v1.1.1 08:13:36 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:13:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 08:13:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 08:13:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:13:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 08:13:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 08:13:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 08:13:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:13:36 go: finding github.com/fatih/color v1.7.0 08:13:36 go: finding github.com/fsnotify/fsnotify v1.4.7 08:13:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:13:36 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 08:13:36 go: finding github.com/go-kit/kit v0.8.0 08:13:36 go: finding github.com/go-logfmt/logfmt v0.4.0 08:13:36 go: finding github.com/go-redis/redis/v7 v7.2.0 08:13:36 go: finding github.com/go-stack/stack v1.8.0 08:13:36 go: finding github.com/golang/protobuf v1.3.2 08:13:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 08:13:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:13:36 go: finding github.com/google/uuid v1.1.0 08:13:36 go: finding github.com/gorilla/mux v1.7.1 08:13:36 go: finding github.com/hashicorp/consul/api v1.1.0 08:13:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 08:13:36 go: finding github.com/hashicorp/errwrap v1.0.0 08:13:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:13:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:13:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 08:13:36 go: finding github.com/hashicorp/go-multierror v1.0.0 08:13:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:13:36 go: finding github.com/hashicorp/go-sockaddr v1.0.0 08:13:36 go: finding github.com/hashicorp/go-syslog v1.0.0 08:13:36 go: finding github.com/hashicorp/go-uuid v1.0.1 08:13:36 go: finding github.com/hashicorp/go.net v0.0.1 08:13:36 go: finding github.com/hashicorp/golang-lru v0.5.0 08:13:36 go: finding github.com/hashicorp/logutils v1.0.0 08:13:36 go: finding github.com/hashicorp/mdns v1.0.0 08:13:36 go: finding github.com/hashicorp/memberlist v0.1.3 08:13:36 go: finding github.com/hashicorp/serf v0.8.2 08:13:36 go: finding github.com/hpcloud/tail v1.0.0 08:13:37 go: finding github.com/imdario/mergo v0.3.6 08:13:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:13:37 go: finding github.com/kr/pretty v0.1.0 08:13:37 go: finding github.com/kr/pty v1.1.1 08:13:37 go: finding github.com/kr/text v0.1.0 08:13:37 go: finding github.com/mattn/go-colorable v0.0.9 08:13:37 go: finding github.com/mattn/go-isatty v0.0.3 08:13:37 go: finding github.com/miekg/dns v1.0.14 08:13:37 go: finding github.com/mitchellh/cli v1.0.0 08:13:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:13:37 go: finding github.com/mitchellh/copystructure v1.0.0 08:13:37 go: finding github.com/mitchellh/go-homedir v1.0.0 08:13:37 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:13:37 go: finding github.com/mitchellh/gox v0.4.0 08:13:37 go: finding github.com/mitchellh/iochan v1.0.0 08:13:37 go: finding github.com/mitchellh/mapstructure v1.1.2 08:13:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:13:37 go: finding github.com/onsi/ginkgo v1.10.1 08:13:37 go: finding github.com/onsi/gomega v1.7.0 08:13:37 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:13:37 go: finding github.com/pebbe/zmq4 v1.0.0 08:13:37 go: finding github.com/pelletier/go-toml v1.2.0 08:13:37 go: finding github.com/pkg/errors v0.8.1 08:13:37 go: finding github.com/pmezard/go-difflib v1.0.0 08:13:37 go: finding github.com/posener/complete v1.1.1 08:13:37 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:13:37 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 08:13:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:13:37 go: finding github.com/stretchr/objx v0.1.0 08:13:37 go: finding github.com/stretchr/testify v1.5.1 08:13:37 go: finding github.com/ugorji/go v1.1.4 08:13:37 go: finding github.com/x448/float16 v0.8.4 08:13:37 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 08:13:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:13:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 08:13:37 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 08:13:37 go: finding golang.org/x/text v0.3.2 08:13:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:13:37 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 08:13:37 go: finding gopkg.in/eapache/queue.v1 v1.1.0 08:13:37 go: finding gopkg.in/fsnotify.v1 v1.4.7 08:13:37 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 08:13:37 go: finding gopkg.in/yaml.v2 v2.2.8 08:13:56 Removing intermediate container 3fed829c0199 08:13:56 ---> a49488485ad8 08:13:56 Successfully built a49488485ad8 08:13:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:56 + docker inspect -f . ci-base-image-arm64 08:13:56 . [Pipeline] withDockerContainer 08:13:57 prd-ubuntu18.04-docker-arm64-4c-16g-1547 does not seem to be running inside a container 08:13: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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:13:58 $ docker top a2a6ad99d1cdab0126cd7ffc2bcd5de72ae73a20e86ba6233928b4e860cff399 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:59 ---> b0cdf639a930 08:13:59 Step 9/21 : RUN make cmd/core-metadata/core-metadata 08:13:59 ---> 445f05d4c984 08:13:59 Step 9/22 : RUN make cmd/core-data/core-data 08:13:59 ---> 9ec9c091c396 08:13:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:13:59 ---> Running in f1a6bb5006d6 08:13:59 ---> e5248ba2132b 08:13:59 Step 9/23 : RUN make cmd/support-notifications/support-notifications 08:13:59 ---> d4f42c1fa769 08:13:59 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 08:13:59 ---> Running in d4b3987a34d0 08:13:59 ---> Running in 75a71b9f54da 08:13:59 ---> Running in 7fc4b1033f66 08:13:59 ---> Running in b3d226bd9891 08:13:59 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 08:13:59 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 08:13:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:13: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 08:13:59 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 08:13:59 + go version 08:13:59 go version go1.13.13 linux/arm64 [Pipeline] echo 08:13:59 ========================================================= 08:13:59 [edgeXBuildGoParallel] Running Tests and Build... 08:13:59 ========================================================= [Pipeline] sh 08:14:00 + make test 08:14:00 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:14:02 ? github.com/edgexfoundry/edgex-go [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:14:38 Removing intermediate container 75a71b9f54da 08:14:38 ---> 0a8c84e56b30 08:14:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:14:38 ---> Running in 089a84cae382 08:14:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:14:39 Removing intermediate container d4b3987a34d0 08:14:39 ---> 55ecf7f46588 08:14:39 08:14:39 Step 10/23 : FROM scratch 08:14:39 ---> 08:14:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:14:41 ---> Running in b445d3cc3578 08:14:41 Removing intermediate container b3d226bd9891 08:14:41 ---> 14ad7fa2bc2d 08:14:41 08:14:41 Step 10/20 : FROM scratch 08:14:41 ---> 08:14:41 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:14:41 Removing intermediate container b445d3cc3578 08:14:41 ---> 21afc79c7a37 08:14:41 Step 12/23 : ENV APP_PORT=48060 08:14:41 ---> Running in 3d36148212db 08:14:41 ---> Running in c9deee07f4be 08:14:42 Removing intermediate container 3d36148212db 08:14:42 ---> 6e01ad40d39e 08:14:42 Step 12/20 : ENV APP_PORT=48085 08:14:43 Removing intermediate container c9deee07f4be 08:14:43 ---> 8a4d61da1872 08:14:43 Step 13/23 : EXPOSE $APP_PORT 08:14:43 ---> Running in 0eafb94fa763 08:14:43 Removing intermediate container 089a84cae382 08:14:43 ---> 18b816c022c6 08:14:43 08:14:43 Step 11/26 : FROM docker:latest 08:14:44 ---> 81f5749c9058 08:14:44 Step 12/26 : RUN apk add --no-cache bash 08:14:45 ---> Running in f2ff1f8d4494 08:14:46 Removing intermediate container f1a6bb5006d6 08:14:46 ---> fe145abe0a14 08:14:46 08:14:46 Step 10/21 : FROM scratch 08:14:46 ---> 08:14:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:14:46 ---> Using cache 08:14:46 ---> 6e01ad40d39e 08:14:46 Step 12/21 : ENV APP_PORT=48081 08:14:46 Removing intermediate container 0eafb94fa763 08:14:46 ---> 6e01ad06fac9 08:14:46 Step 13/20 : EXPOSE $APP_PORT 08:14:46 ---> Running in 301e94915f92 08:14:46 ---> Running in 3f5c20d55f4e 08:14:46 ---> Running in a2c08288c04e 08:14:47 Removing intermediate container f2ff1f8d4494 08:14:47 ---> 35c387fd7d6f 08:14:47 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 08:14:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:14:47 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s 08:14:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:14:48 Removing intermediate container 7fc4b1033f66 08:14:48 ---> 1ae26a356eec 08:14:48 08:14:48 Step 10/22 : FROM alpine 08:14:48 latest: Pulling from library/alpine 08:14:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:14:49 ---> 07e9309dc783 08:14:49 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:14:49 Removing intermediate container a2c08288c04e 08:14:49 ---> 60b1504547f6 08:14:49 Step 13/21 : EXPOSE $APP_PORT 08:14:49 Removing intermediate container 3f5c20d55f4e 08:14:49 ---> 3dc405c8c7a9 08:14:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:14:49 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:14:49 ---> Running in f9daf244336d 08:14:49 Status: Downloaded newer image for alpine:latest 08:14:49 ---> a24bb4013296 08:14:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:14:49 ---> Running in 5f132cf21679 08:14:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:49 (1/2) Installing readline (8.0.4-r0) 08:14:49 (2/2) Installing bash (5.0.17-r0) 08:14:49 Executing bash-5.0.17-r0.post-install 08:14:49 Executing busybox-1.31.1-r16.trigger 08:14:49 OK: 12 MiB in 22 packages 08:14:50 ---> ce2a7f12292f 08:14:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:14:50 Removing intermediate container f9daf244336d 08:14:50 ---> e470c028ca9a 08:14:50 Step 14/21 : WORKDIR / 08:14:50 ---> Running in f909b2625293 08:14:50 ---> 790c493b08a6 08:14:50 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 08:14:50 Removing intermediate container 5f132cf21679 08:14:50 ---> d89531a3794a 08:14:50 Step 12/22 : ENV APP_PORT=48080 08:14:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:14:50 ---> Running in 53d4735dc96c 08:14:51 Removing intermediate container f909b2625293 08:14:51 ---> 06637d4a6de2 08:14:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:14:51 Removing intermediate container 53d4735dc96c 08:14:51 ---> 405114ac67aa 08:14:51 Step 13/22 : EXPOSE $APP_PORT 08:14:51 ---> f49e26c52d05 08:14:51 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:14:51 ---> 9b9254783910 08:14:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:14:51 Removing intermediate container 301e94915f92 08:14:51 ---> 8e60a86cb3e9 08:14:51 Step 13/26 : RUN rm -rf /var/cache/apk/* 08:14:51 ---> f9400f4a7737 08:14:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:14:51 ---> Running in f91f8861e1fd 08:14:51 ---> Running in 592d57b00066 08:14:51 ---> 5ac46225a832 08:14:51 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:14:51 ---> 27600fd4cb82 08:14:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:14:52 ---> Running in bf2b4d53c9da 08:14:52 Removing intermediate container f91f8861e1fd 08:14:52 ---> 83034738412e 08:14:52 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:52 ---> 2962ac016e8d 08:14:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:14:52 ---> Running in 0ffa505909fb 08:14:52 Removing intermediate container bf2b4d53c9da 08:14:52 ---> 8516d42f700c 08:14:52 Step 18/20 : LABEL arch=x86_64 08:14:52 ---> 83f558573150 08:14:52 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:14:52 ---> 476092beba17 08:14:52 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:14:52 ---> Running in 1fb2429c7fc5 08:14:52 ---> Running in cd6315d4901a 08:14:53 Removing intermediate container 592d57b00066 08:14:53 ---> e64b1d2aa31e 08:14:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:14:53 Removing intermediate container 1fb2429c7fc5 08:14:53 ---> e89cb14552ce 08:14:53 Step 19/20 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:14:53 ---> 77079d4b6e87 08:14:53 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:14:53 Removing intermediate container cd6315d4901a 08:14:53 ---> ab33a02684ba 08:14:53 Step 19/21 : LABEL arch=x86_64 08:14:53 ---> Running in 92aa77265aa4 08:14:53 ---> Running in 1e922ca9230d 08:14:53 ---> Running in fddfdcdbce02 08:14:53 ---> Running in eaf1ce05ad6b 08:14:53 Removing intermediate container 92aa77265aa4 08:14:53 ---> 89c04e77aa17 08:14:53 Step 15/26 : ENV APP_PORT=48090 08:14:54 Removing intermediate container fddfdcdbce02 08:14:54 ---> 1919879878ae 08:14:54 Step 21/23 : LABEL arch=x86_64 08:14:54 Removing intermediate container 1e922ca9230d 08:14:54 ---> 83474131796f 08:14:54 Step 20/20 : LABEL version=0.0.0 08:14:54 Removing intermediate container eaf1ce05ad6b 08:14:54 ---> c8126038839a 08:14:54 Step 20/21 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:14:54 ---> Running in 8f4d28c3c33a 08:14:54 ---> Running in 5c3da033f529 08:14:54 ---> Running in d79a5802a929 08:14:54 Removing intermediate container 0ffa505909fb 08:14:54 ---> 4c19ef052f1b 08:14:54 Step 15/22 : RUN apk --no-cache add zeromq 08:14:54 ---> Running in ff78afd67754 08:14:54 ---> Running in 639d85bef367 08:14:55 Removing intermediate container 8f4d28c3c33a 08:14:55 ---> eb6e6a6989b9 08:14:55 Step 16/26 : EXPOSE $APP_PORT 08:14:55 Removing intermediate container 5c3da033f529 08:14:55 ---> bd8dc7d29e2a 08:14:55 08:14:55 Removing intermediate container d79a5802a929 08:14:55 ---> 21437271b3dc 08:14:55 Step 22/23 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:14:55 Removing intermediate container ff78afd67754 08:14:55 ---> cdc1ea25914a 08:14:55 Step 21/21 : LABEL version=0.0.0 08:14:55 Successfully built bd8dc7d29e2a 08:14:55 ---> Running in a6c9fe31e274 08:14:55 ---> Running in 6a7230ac975a 08:14:55 Successfully tagged docker-support-scheduler-go:latest 08:14:55 Building docker-security-proxy-setup-go 08:14:55  Building docker-support-scheduler-go ... done  ---> Running in 231595bc0672 08:14:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:55 Removing intermediate container a6c9fe31e274 08:14:55 ---> 0744ef107e6f 08:14:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:14:56 Removing intermediate container 6a7230ac975a 08:14:56 ---> 8f49d5625342 08:14:56 Step 23/23 : LABEL version=0.0.0 08:14:56 Removing intermediate container 231595bc0672 08:14:56 ---> 5aab6424ea7d 08:14:56 08:14:56 ---> Running in f3f100603e47 08:14:56 Successfully built 5aab6424ea7d 08:14:56 Successfully tagged docker-core-metadata-go:latest 08:14:56 Building docker-core-command-go 08:14:56  Building docker-core-metadata-go ... done Removing intermediate container f3f100603e47 08:14:56 ---> fcb8689b23d0 08:14:56 08:14:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:56 Successfully built fcb8689b23d0 08:14:56 ---> f7ba67d335af 08:14:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:14:56 Successfully tagged docker-support-notifications-go:latest 08:14:56 Building docker-security-secretstore-setup-go 08:14:57  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) 08:14:57 ---> a11a30e78b4c 08:14:57 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:14:57 (2/5) Installing libsodium (1.0.18-r0) 08:14:57 (3/5) Installing libstdc++ (9.3.0-r2) 08:14:57 (4/5) Installing libzmq (4.3.2-r0) 08:14:58 (5/5) Installing zeromq (4.3.2-r0) 08:14:58 Executing busybox-1.31.1-r16.trigger 08:14:58 OK: 8 MiB in 19 packages 08:15:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.067s coverage: 46.6% of statements 08:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:15:06 ---> 4dcbe048bc2e 08:15:06 Step 20/26 : RUN apk --no-cache add py-pip 08:15:06 ---> Running in b8cf2a8eb90f 08:15:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.4% of statements 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:15:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:15:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 08:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:15:10 Removing intermediate container 639d85bef367 08:15:10 ---> 65e96d142d12 08:15:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:15:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.293s coverage: 29.3% of statements 08:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:15:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.049s coverage: 100.0% of statements 08:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:15:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 08:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:15:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:11 (1/33) Installing libbz2 (1.0.8-r1) 08:15:11 (2/33) Installing expat (2.2.9-r1) 08:15:11 (3/33) Installing libffi (3.3-r2) 08:15:11 (4/33) Installing gdbm (1.13-r1) 08:15:11 (5/33) Installing xz-libs (5.2.5-r0) 08:15:11 (6/33) Installing sqlite-libs (3.32.1-r0) 08:15:11 (7/33) Installing python3 (3.8.5-r0) 08:15:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.171s coverage: 89.8% of statements 08:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 100.0% of statements 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:15:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:15:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 08:15:16 ---> 92151ff36933 08:15:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:15:17 (8/33) Installing py3-appdirs (1.4.4-r1) 08:15:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:15:17 (10/33) Installing py3-parsing (2.4.7-r0) 08:15:17 (11/33) Installing py3-six (1.15.0-r0) 08:15:17 (12/33) Installing py3-packaging (20.4-r0) 08:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.248s coverage: 63.5% of statements 08:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 08:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 55.9% of statements 08:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 08:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:15:18 (13/33) Installing py3-setuptools (47.0.0-r0) 08:15:18 (14/33) Installing py3-chardet (3.0.4-r4) 08:15:18 (15/33) Installing py3-idna (2.9-r0) 08:15:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:15:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:15:19 (18/33) Installing py3-requests (2.23.0-r0) 08:15:19 (19/33) Installing py3-msgpack (1.0.0-r0) 08:15:19 (20/33) Installing py3-lockfile (0.12.2-r3) 08:15:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:15:20 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 08:15:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:15:20 ---> 12e0230981ae 08:15:20 Step 3/20 : WORKDIR /edgex-go 08:15:20 ---> Using cache 08:15:20 ---> 6a9cb056ba27 08:15:20 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:20 ---> Using cache 08:15:20 ---> f6c0fb806918 08:15:20 Step 5/20 : RUN apk update && apk add make git 08:15:20 ---> Using cache 08:15:20 ---> 9eb28eaf476a 08:15:20 Step 6/20 : COPY go.mod . 08:15:20 ---> Using cache 08:15:20 ---> 5b4f52fa0a3a 08:15:20 Step 7/20 : RUN go mod download 08:15:20 ---> Using cache 08:15:20 ---> 88436676d3d1 08:15:20 Step 8/20 : COPY . . 08:15:20 (22/33) Installing py3-colorama (0.4.3-r0) 08:15:21 ---> Using cache 08:15:21 ---> d4f42c1fa769 08:15:21 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:15:21 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 08:15:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:15:21 ---> 12e0230981ae 08:15:21 Step 3/26 : WORKDIR /edgex-go 08:15:21 ---> Using cache 08:15:21 ---> 6a9cb056ba27 08:15:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:21 ---> Using cache 08:15:21 ---> f6c0fb806918 08:15:21 Step 5/26 : RUN apk update && apk add make git 08:15:21 ---> Using cache 08:15:21 ---> 9eb28eaf476a 08:15:21 Step 6/26 : COPY go.mod . 08:15:21 ---> Using cache 08:15:21 ---> 5b4f52fa0a3a 08:15:21 Step 7/26 : RUN go mod download 08:15:21 ---> Using cache 08:15:21 ---> 88436676d3d1 08:15:21 Step 8/26 : COPY . . 08:15:21 ---> Using cache 08:15:21 ---> d4f42c1fa769 08:15:21 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 08:15:21 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:15:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:15:21 ---> 12e0230981ae 08:15:21 Step 3/21 : WORKDIR /edgex-go 08:15:21 ---> Using cache 08:15:21 ---> 6a9cb056ba27 08:15:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:21 ---> Using cache 08:15:21 ---> f6c0fb806918 08:15:21 Step 5/21 : RUN apk update && apk add make git 08:15:21 ---> Using cache 08:15:21 ---> 9eb28eaf476a 08:15:21 Step 6/21 : COPY go.mod . 08:15:21 ---> Using cache 08:15:21 ---> 5b4f52fa0a3a 08:15:21 Step 7/21 : RUN go mod download 08:15:21 ---> Using cache 08:15:21 ---> 88436676d3d1 08:15:21 Step 8/21 : COPY . . 08:15:21 ---> Using cache 08:15:21 ---> d4f42c1fa769 08:15:21 Step 9/21 : RUN make cmd/core-command/core-command 08:15:22 (23/33) Installing py3-distlib (0.3.0-r0) 08:15:22 ---> d8da2b5b5097 08:15:22 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:15:22 (24/33) Installing py3-distro (1.5.0-r1) 08:15:22 (25/33) Installing py3-webencodings (0.5.1-r3) 08:15:22 (26/33) Installing py3-html5lib (1.0.1-r4) 08:15:23 (27/33) Installing py3-pytoml (0.1.21-r0) 08:15:23 (28/33) Installing py3-pep517 (0.8.2-r0) 08:15:23 ---> Running in c08ecaae19b6 08:15:23 (29/33) Installing py3-progress (1.5-r0) 08:15:23 (30/33) Installing py3-toml (0.10.1-r0) 08:15:23 ---> Running in 52c12286a52c 08:15:23 ---> Running in 755f4402a91c 08:15:23 (31/33) Installing py3-retrying (1.3.3-r0) 08:15:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:15:23 (33/33) Installing py3-pip (20.1.1-r0) 08:15:24 ---> 0157cc339382 08:15:24 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:15:24 Executing busybox-1.31.1-r16.trigger 08:15:24 OK: 71 MiB in 55 packages 08:15:24 ---> Running in dc02e2e14a41 08:15:25 Removing intermediate container dc02e2e14a41 08:15:25 ---> 72437ad0f680 08:15:25 Step 20/22 : LABEL arch=x86_64 08:15:25 ---> Running in aca72695d518 08:15:26 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 08:15:26 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 08:15:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:15:26 Removing intermediate container aca72695d518 08:15:26 ---> e0a18c8a6c0e 08:15:26 Step 21/22 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:15:26 ---> Running in 38ab26f12bb4 08:15:26 Removing intermediate container 38ab26f12bb4 08:15:26 ---> 1d984048b3be 08:15:26 Step 22/22 : LABEL version=0.0.0 08:15:27 ---> Running in 97077ceaa0bc 08:15:28 Removing intermediate container 97077ceaa0bc 08:15:28 ---> 8e792770b7ef 08:15:28 08:15:28 Successfully built 8e792770b7ef 08:15:28 Successfully tagged docker-core-data-go:latest 08:15:28 Building docker-support-logging-go 08:15:46  Building docker-core-data-go ... done Removing intermediate container b8cf2a8eb90f 08:15:46 ---> e037d108a478 08:15:46 Step 21/26 : RUN pip install docker-compose==1.23.2 08:15:46 ---> Running in 37b97c2122c5 08:15:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:15:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:15:46 ---> 12e0230981ae 08:15:46 Step 3/21 : WORKDIR /edgex-go 08:15:46 ---> Using cache 08:15:46 ---> 6a9cb056ba27 08:15:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:46 ---> Using cache 08:15:46 ---> f6c0fb806918 08:15:46 Step 5/21 : RUN apk update && apk add make && apk add bash git 08:15:48 ---> Running in 843b401969ac 08:15:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:50 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:15:50 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:15:50 OK: 12749 distinct packages available 08:15:50 OK: 233 MiB in 51 packages 08:15:50 OK: 233 MiB in 51 packages 08:15:51 Collecting docker-compose==1.23.2 08:15:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:15:51 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 08:15:51 Collecting cached-property<2,>=1.2.0 08:15:51 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 08:15:52 Collecting docker<4.0,>=3.6.0 08:15:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:15:52 Removing intermediate container 843b401969ac 08:15:52 ---> 634e48fa943a 08:15:52 Step 6/21 : COPY go.mod . 08:15:52 Collecting texttable<0.10,>=0.9.0 08:15:52 Downloading texttable-0.9.1.tar.gz (11 kB) 08:15:53 ---> 3ec12d772b30 08:15:53 Step 7/21 : RUN go mod download 08:15:53 Collecting dockerpty<0.5,>=0.4.1 08:15:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:15:53 ---> Running in 8a3f684c893b 08:15:53 Removing intermediate container c08ecaae19b6 08:15:53 ---> cab76fd0365f 08:15:53 08:15:53 Step 10/20 : FROM alpine 08:15:53 ---> a24bb4013296 08:15:53 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:15:54 ---> Running in 27dfb0a97129 08:15:54 Collecting PyYAML<4,>=3.10 08:15:54 Downloading PyYAML-3.13.tar.gz (270 kB) 08:15:54 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 08:15:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:56 Collecting docopt<0.7,>=0.6.1 08:15:56 Downloading docopt-0.6.2.tar.gz (25 kB) 08:15:56 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:15:56 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:15:56 OK: 12749 distinct packages available 08:15:57 (1/4) Installing ca-certificates (20191127-r4) 08:15:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:15:57 (3/4) Installing libcurl (7.69.1-r0) 08:15:57 (4/4) Installing curl (7.69.1-r0) 08:15:57 Executing busybox-1.31.1-r16.trigger 08:15:58 Executing ca-certificates-20191127-r4.trigger 08:15:58 OK: 7 MiB in 18 packages 08:15:58 Collecting jsonschema<3,>=2.5.1 08:15:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:15:58 Collecting websocket-client<1.0,>=0.32.0 08:15:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:15:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:15:59 Removing intermediate container 8a3f684c893b 08:15:59 ---> a216f412ce5b 08:15:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:15:59 Step 8/21 : COPY . . 08:15: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) 08:15:59 Removing intermediate container 52c12286a52c 08:15:59 ---> 9e330383226b 08:15:59 08:15:59 Step 10/21 : FROM scratch 08:15:59 ---> 08:15:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:15:59 Collecting docker-pycreds>=0.4.0 08:15:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:16:01 ---> Using cache 08:16:01 ---> 6e01ad40d39e 08:16:01 Step 12/21 : ENV APP_PORT=48082 08:16:02 Collecting urllib3<1.25,>=1.21.1 08:16:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:16:03 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:16:03 Collecting idna<2.8,>=2.5 08:16:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:16:04 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) 08:16:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:16:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:16:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:16:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:16:04 Removing intermediate container 27dfb0a97129 08:16:04 ---> 2c93f6e4c0a8 08:16:04 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:16:04 Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, PyYAML, docopt, jsonschema, docker-compose 08:16:04 ---> Running in bc683c7d766d 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 43.159s coverage: 86.3% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.978s coverage: 72.2% of statements 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.486s coverage: 72.1% of statements 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.026s coverage: 48.4% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.062s coverage: 28.8% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.337s coverage: 84.1% of statements 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.036s coverage: 43.1% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.048s coverage: 83.8% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 46.1% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.035s coverage: 100.0% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.161s coverage: 29.1% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.054s coverage: 99.0% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements 08:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 08:16:05 GO111MODULE=on go vet ./... 08:16:05 Attempting uninstall: urllib3 08:16:05 Found existing installation: urllib3 1.25.9 08:16:05 Uninstalling urllib3-1.25.9: 08:16:06 Successfully uninstalled urllib3-1.25.9 08:16:09 Attempting uninstall: idna 08:16:09 Found existing installation: idna 2.9 08:16:09 Uninstalling idna-2.9: 08:16:09 Successfully uninstalled idna-2.9 08:16:09 ---> Running in 8aea05178bee 08:16:12 Removing intermediate container bc683c7d766d 08:16:12 ---> bc11b0c5ca71 08:16:12 Step 13/21 : EXPOSE $APP_PORT 08:16:13 Attempting uninstall: requests 08:16:13 Found existing installation: requests 2.23.0 08:16:13 Uninstalling requests-2.23.0: 08:16:13 Successfully uninstalled requests-2.23.0 08:16:14 Removing intermediate container 755f4402a91c 08:16:14 ---> 09e6da71b568 08:16:14 08:16:14 Step 10/26 : FROM alpine:3.10 08:16:15 3.10: Pulling from library/alpine 08:16:18 Removing intermediate container 8aea05178bee 08:16:18 ---> e74344df3efc 08:16:18 Step 13/20 : WORKDIR /edgex 08:16:18 Running setup.py install for texttable: started 08:16:18 ---> Running in 47cc2eaed46f 08:16:19 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:16:19 ---> Running in 41d5e13f92fd 08:16:19 Status: Downloaded newer image for alpine:3.10 08:16:19 ---> be4e4bea2c2e 08:16:19 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:16:19 ---> Running in e62fac29e742 08:16:19 Removing intermediate container 47cc2eaed46f 08:16:19 ---> 01b87d6d945e 08:16:19 Step 14/21 : WORKDIR / 08:16:19 ---> 852b8d5f6d59 08:16:19 Step 9/21 : RUN make cmd/support-logging/support-logging 08:16:19 Running setup.py install for texttable: finished with status 'done' 08:16:19 Running setup.py install for dockerpty: started 08:16:19 ---> Running in 62832f9bc78b 08:16:19 ---> Running in 0f8cdc655994 08:16:20 Removing intermediate container 41d5e13f92fd 08:16:20 ---> 54dd37e9354c 08:16:20 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:16:20 gofmt -l . 08:16:20 Removing intermediate container 62832f9bc78b 08:16:20 ---> b5e229d8b3b0 08:16:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:16:20 Running setup.py install for dockerpty: finished with status 'done' 08:16:20 Running setup.py install for PyYAML: started 08:16:20 ---> 1dc833bccdb1 08:16:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:16:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:16:20 ---> cd3f3b677a91 08:16:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:16:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:16:20 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 08:16:20 [ "`gofmt -l .`" = "" ] 08:16:20 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:16:20 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:16:20 OK: 10346 distinct packages available 08:16:20 Running setup.py install for PyYAML: finished with status 'done' 08:16:20 Running setup.py install for docopt: started 08:16:20 (1/5) Installing ca-certificates (20191127-r2) 08:16:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:16:20 (3/5) Installing libcurl (7.66.0-r0) 08:16:21 (4/5) Installing curl (7.66.0-r0) 08:16:21 (5/5) Installing dumb-init (1.2.2-r1) 08:16:21 Executing busybox-1.30.1-r3.trigger 08:16:21 Executing ca-certificates-20191127-r2.trigger 08:16:21 OK: 7 MiB in 19 packages 08:16:21 Running setup.py install for docopt: finished with status 'done' 08:16:21 ---> b41ada2a8e74 08:16:21 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:16:22 ---> Running in aeba2133ce0c 08:16:22 ---> b20abb23eec5 08:16:22 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:16:22 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 08:16:22 ./bin/test-go-mod-tidy.sh 08:16:23 Removing intermediate container aeba2133ce0c 08:16:23 ---> 89f257c65c73 08:16:23 Step 17/20 : CMD ["--init=true"] 08:16:23 ./bin/test-attribution-txt.sh 08:16:23 Removing intermediate container e62fac29e742 08:16:23 ---> 0d35d15f3db8 08:16:23 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:16:24 ---> 32dc00ba72bb 08:16:24 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:16:24 ---> Running in 421a4b519a60 08:16:24 ---> Running in fcf8ac073589 08:16:24 ---> Running in d59d96eddff9 08:16:24 Removing intermediate container 421a4b519a60 08:16:24 ---> f60791403379 08:16:24 Step 18/20 : LABEL arch=x86_64 08:16:24 ---> Running in a1fdcd77a282 08:16:24 Removing intermediate container fcf8ac073589 08:16:24 ---> 1ce446ed99b2 08:16:24 Step 19/21 : LABEL arch=x86_64 08:16:25 Removing intermediate container d59d96eddff9 08:16:25 ---> c0471d147cf1 08:16:25 Step 13/26 : WORKDIR / [Pipeline] sh 08:16:26 + ls -al . 08:16:26 total 588 08:16:26 drwxrwxr-x 10 1001 1001 4096 Jul 30 08:16 . 08:16:26 drwxr-xr-x 4 root root 4096 Jul 30 08:13 .. 08:16:26 -rw-rw-r-- 1 1001 1001 11 Jul 30 08:12 .dockerignore 08:16:26 drwxrwxr-x 8 1001 1001 4096 Jul 30 08:12 .git 08:16:26 drwxrwxr-x 3 1001 1001 4096 Jul 30 08:12 .github 08:16:26 -rw-rw-r-- 1 1001 1001 932 Jul 30 08:12 .gitignore 08:16:26 drwxrwxr-x 3 1001 1001 4096 Jul 30 08:12 .semver 08:16:26 -rw-rw-r-- 1 1001 1001 166 Jul 30 08:12 .sonarcloud.properties 08:16:26 -rw-rw-r-- 1 1001 1001 3804 Jul 30 08:12 CONTRIBUTING.md 08:16:26 -rw-rw-r-- 1 1001 1001 1035 Jul 30 08:12 Dockerfile.build 08:16:26 -rw-rw-r-- 1 1001 1001 865 Jul 30 08:12 Jenkinsfile 08:16:26 -rw-rw-r-- 1 1001 1001 10775 Jul 30 08:12 LICENSE 08:16:26 -rw-rw-r-- 1 1001 1001 6237 Jul 30 08:12 Makefile 08:16:26 -rw-rw-r-- 1 1001 1001 5652 Jul 30 08:12 README.md 08:16:26 -rw-rw-r-- 1 1001 1001 7111 Jul 30 08:12 SECURITY.md 08:16:26 -rw-rw-r-- 1 1001 1001 5 Jul 30 08:09 VERSION 08:16:26 -rw-rw-r-- 1 1001 1001 4131 Jul 30 08:12 ZMQWindows.md 08:16:26 drwxrwxr-x 2 1001 1001 4096 Jul 30 08:12 bin 08:16:26 drwxrwxr-x 15 1001 1001 4096 Jul 30 08:12 cmd 08:16:26 -rw-r--r-- 1 root root 456067 Jul 30 08:16 coverage.out 08:16:26 -rw-r--r-- 1 root root 1019 Jul 30 08:16 go.mod 08:16:26 -rw-r--r-- 1 root root 18146 Jul 30 08:16 go.sum 08:16:26 drwxrwxr-x 8 1001 1001 4096 Jul 30 08:12 internal 08:16:26 drwxrwxr-x 4 1001 1001 4096 Jul 30 08:12 openapi 08:16:26 drwxrwxr-x 4 1001 1001 4096 Jul 30 08:12 snap 08:16:26 -rw-rw-r-- 1 1001 1001 168 Jul 30 08:12 version.go [Pipeline] sh 08:16:27 + '[' -e coverage.out ] 08:16:27 + chown 1001:1001 coverage.out [Pipeline] stash 08:16:27 Warning: overwriting stash ‘coverage-report’ 08:16:27 ---> Running in 28c83b677af0 08:16:27 ---> Running in 4ad82ce21bdc 08:16:27 Removing intermediate container a1fdcd77a282 08:16:27 ---> 142b8e826ce9 08:16:27 Step 19/20 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:16:27 Removing intermediate container 37b97c2122c5 08:16:27 ---> 65cbffc8ef73 08:16:27 Step 22/26 : RUN apk --no-cache add curl 08:16:27 ---> Running in 3eeade0f38b6 08:16:27 ---> Running in 98f6a43d458f 08:16:27 Removing intermediate container 28c83b677af0 08:16:27 ---> 8b0818cde9fe 08:16:27 Step 20/21 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:16:27 Removing intermediate container 4ad82ce21bdc 08:16:27 ---> 060dc184f72d 08:16:27 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:16:28 Removing intermediate container 3eeade0f38b6 08:16:28 ---> c4474135efab 08:16:28 Step 20/20 : LABEL version=0.0.0 08:16:28 ---> Running in a575c2e13654 08:16:28 ---> Running in ab3edb1b0f74 08:16:28 Removing intermediate container a575c2e13654 08:16:28 ---> 6c0304593470 08:16:28 Step 21/21 : LABEL version=0.0.0 08:16:28 ---> Running in b4e1bcbdeaed 08:16:28 ---> 1dd6abba05b4 08:16:28 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:16:28 Removing intermediate container ab3edb1b0f74 08:16:28 ---> dd3ee4f6f596 08:16:28 08:16:28 Stashed 1 file(s) [Pipeline] sh 08:16:29 Successfully built dd3ee4f6f596 08:16:29 Successfully tagged docker-security-proxy-setup-go:latest 08:16:29 Building docker-security-secrets-setup-go 08:16:29  Building docker-security-proxy-setup-go ... done Removing intermediate container b4e1bcbdeaed 08:16:29 ---> bd5929f18625 08:16:29 08:16:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:29 ---> e63f827e7a0a 08:16:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:16:29 Successfully built bd5929f18625 08:16:29 Successfully tagged docker-core-command-go:latest 08:16:29  Building docker-core-command-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) 08:16:29 (2/3) Installing libcurl (7.69.1-r0) 08:16:29 (3/3) Installing curl (7.69.1-r0) 08:16:29 Executing busybox-1.31.1-r16.trigger 08:16:29 OK: 72 MiB in 58 packages 08:16:29 + make build 08:16:29 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 08:16:34 ---> 712a653d94d8 08:16:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:16:38 Removing intermediate container 98f6a43d458f 08:16:38 ---> 280e74826964 08:16:38 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:16:38 ---> da127a6af37f 08:16:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:16:40 ---> Running in f3329022b26d 08:16:41 ---> cfffdf09b41a 08:16:41 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:16:41 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 08:16:41 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:16:41 ---> 12e0230981ae 08:16:41 Step 3/29 : WORKDIR /edgex-go 08:16:42 ---> Using cache 08:16:42 ---> 6a9cb056ba27 08:16:42 Step 4/29 : RUN apk update && apk add make git 08:16:43 Removing intermediate container f3329022b26d 08:16:43 ---> e75a72304fcb 08:16:43 Step 24/26 : LABEL arch=x86_64 08:16:43 ---> Running in 6d21dc33df74 08:16:43 ---> Running in 2343327c9768 08:16:43 ---> 279626c6a18f 08:16:43 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:16:43 Removing intermediate container 2343327c9768 08:16:43 ---> b522419b9273 08:16:43 Step 25/26 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:16:43 ---> Running in eadba21c4149 08:16:43 ---> 04af6ac83d90 08:16:43 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:16:43 Removing intermediate container eadba21c4149 08:16:43 ---> b357f9eb3dfe 08:16:43 Step 26/26 : LABEL version=0.0.0 08:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:44 ---> Running in 78f778dae442 08:16:44 ---> 7dbe8965dcb1 08:16:44 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:16:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:45 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:16:45 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:16:45 OK: 12749 distinct packages available 08:16:45 OK: 233 MiB in 51 packages 08:16:45 ---> Running in ed549bb5a8d4 08:16:45 Removing intermediate container 78f778dae442 08:16:45 ---> ad891ef783e3 08:16:45 08:16:45 Successfully built ad891ef783e3 08:16:45 Successfully tagged docker-sys-mgmt-agent-go:latest 08:16:45  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0f8cdc655994 08:16:45 ---> e04b38dcb235 08:16:45 08:16:45 Step 10/21 : FROM scratch 08:16:45 ---> 08:16:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:16:46 ---> Using cache 08:16:46 ---> 21afc79c7a37 08:16:46 Step 12/21 : ENV APP_PORT=48061 08:16:46 Removing intermediate container 6d21dc33df74 08:16:46 ---> 1f629d05af5a 08:16:46 Step 5/29 : COPY go.mod . 08:16:46 ---> Running in baddd1f1a7c4 08:16:46 Removing intermediate container baddd1f1a7c4 08:16:46 ---> c56924d404ae 08:16:46 Step 13/21 : EXPOSE $APP_PORT 08:16:46 ---> Running in 6fa7e1aac067 08:16:46 ---> f53c1821d51d 08:16:46 Step 6/29 : RUN go mod download 08:16:46 ---> Running in 479a4985fca5 08:16:46 Removing intermediate container 6fa7e1aac067 08:16:46 ---> 3b5794746389 08:16:46 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 08:16:47 Removing intermediate container ed549bb5a8d4 08:16:47 ---> 5ed26289c4dd 08:16:47 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:16:47 ---> 9b38e0c1b74d 08:16:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:16:47 ---> Running in 800ebbeed195 08:16:47 Removing intermediate container 800ebbeed195 08:16:47 ---> 686ade904c37 08:16:47 Step 24/26 : LABEL arch=x86_64 08:16:47 ---> 4f7a74cc6cdd 08:16:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:16:47 ---> Running in a490a6efb94e 08:16:47 Removing intermediate container a490a6efb94e 08:16:47 ---> 31db5e9d7807 08:16:47 Step 25/26 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:16:47 ---> Running in a383c6923722 08:16:47 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 08:16:47 ---> 3ae9563e6ff9 08:16:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:16:47 Removing intermediate container a383c6923722 08:16:47 ---> 146dda05f86a 08:16:47 Step 26/26 : LABEL version=0.0.0 08:16:48 ---> Running in d267b6c234f9 08:16:48 Removing intermediate container 479a4985fca5 08:16:48 ---> 2bc5cc8f9c2f 08:16:48 Step 7/29 : COPY . . 08:16:48 ---> 2d7c8d26e561 08:16:48 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:16:49 ---> Running in 094a36842283 08:16:49 Removing intermediate container d267b6c234f9 08:16:49 ---> 74f51197ce4c 08:16:49 08:16:49 Successfully built 74f51197ce4c 08:16:49 Successfully tagged docker-security-secretstore-setup-go:latest 08:16:49  Building docker-security-secretstore-setup-go ... done Removing intermediate container 094a36842283 08:16:49 ---> 528e38ee15a5 08:16:49 Step 19/21 : LABEL arch=x86_64 08:16:49 ---> Running in 988cd5c8c3f8 08:16:50 Removing intermediate container 988cd5c8c3f8 08:16:50 ---> 178b85035132 08:16:50 Step 20/21 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:16:52 ---> Running in a9145d0c07ef 08:16:53 Removing intermediate container a9145d0c07ef 08:16:53 ---> 9a7a0e567d05 08:16:53 Step 21/21 : LABEL version=0.0.0 08:16:55 ---> Running in fd7432d11ccf 08:16:55 Removing intermediate container fd7432d11ccf 08:16:55 ---> 973ea10d6a34 08:16:55 08:16:55 Successfully built 973ea10d6a34 08:16:56 Successfully tagged docker-support-logging-go:latest 08:17:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:17:01  Building docker-support-logging-go ... done  ---> 204f4bff3217 08:17:01 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:17:01 ---> Running in 3e7559b846e9 08:17:01 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 08:17:04 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 08:17:09 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 08:17:11 Removing intermediate container 3e7559b846e9 08:17:11 ---> 82b090ff1b60 08:17:11 08:17:11 Step 9/29 : FROM alpine:latest 08:17:11 ---> a24bb4013296 08:17:11 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:17:11 ---> Running in 21e8a7183e7f 08:17:11 Removing intermediate container 21e8a7183e7f 08:17:11 ---> 170ca9be5c0d 08:17:11 Step 11/29 : USER root 08:17:11 ---> Running in 99756001c0b4 08:17:11 Removing intermediate container 99756001c0b4 08:17:11 ---> 4c5408c196c9 08:17:11 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:17:11 ---> Running in 138515865c99 08:17:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:11 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:17:11 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:17:11 OK: 12749 distinct packages available 08:17:12 (1/2) Installing ca-certificates (20191127-r4) 08:17:12 (2/2) Installing dumb-init (1.2.2-r1) 08:17:12 Executing busybox-1.31.1-r16.trigger 08:17:12 Executing ca-certificates-20191127-r4.trigger 08:17:12 OK: 6 MiB in 16 packages 08:17:13 Removing intermediate container 138515865c99 08:17:13 ---> 43bda667fdd7 08:17:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:17:13 ---> Running in 4f46996e3510 08:17:13 Removing intermediate container 4f46996e3510 08:17:13 ---> f04e0b8f4308 08:17:13 Step 14/29 : WORKDIR $BASE_DIR 08:17:13 ---> Running in 30ae52c090c5 08:17:13 Removing intermediate container 30ae52c090c5 08:17:13 ---> 0035501d2d01 08:17:13 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:17:13 ---> Running in 90431ef3c5d9 08:17:14 Removing intermediate container 90431ef3c5d9 08:17:14 ---> 67e462e4fd79 08:17:14 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:17:15 ---> f2a0f48c848d 08:17:15 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:17:15 ---> 1278190d68d2 08:17:15 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:17:15 ---> 0f539a35a2c6 08:17:15 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:17:15 ---> e8d8866de81d 08:17:15 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:17:16 ---> 01e266d8d76b 08:17:16 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:17:16 ---> Running in 2e64b370d43d 08:17:16 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 08:17:17 Removing intermediate container 2e64b370d43d 08:17:17 ---> 21e2326df419 08:17:17 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:17:17 ---> e65ed3738a40 08:17:17 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:17:17 ---> Running in b03add771fc5 08:17:17 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 08:17:18 Removing intermediate container b03add771fc5 08:17:18 ---> b6af9095277d 08:17:18 Step 24/29 : RUN chmod 755 security-secrets-setup 08:17:18 ---> Running in 27bf749c5de5 08:17:19 Removing intermediate container 27bf749c5de5 08:17:19 ---> e3543b8d443c 08:17:19 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:17:19 ---> Running in 7900e8f90043 08:17:19 Removing intermediate container 7900e8f90043 08:17:19 ---> 546e01f4559b 08:17:19 Step 26/29 : CMD [ "generate" ] 08:17:19 ---> Running in cbfcafa0fab0 08:17:19 Removing intermediate container cbfcafa0fab0 08:17:19 ---> f6fd682b8412 08:17:19 Step 27/29 : LABEL arch=x86_64 08:17:19 ---> Running in 3e2a51ee93ae 08:17:20 Removing intermediate container 3e2a51ee93ae 08:17:20 ---> 4b1bfebdb19b 08:17:20 Step 28/29 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:17:20 ---> Running in f61b22eda68a 08:17:20 Removing intermediate container f61b22eda68a 08:17:20 ---> 27f07714289d 08:17:20 Step 29/29 : LABEL version=0.0.0 08:17:20 ---> Running in 113a1f407789 08:17:21 Removing intermediate container 113a1f407789 08:17:21 ---> 5bece85ca87b 08:17:21 08:17:21 Successfully built 5bece85ca87b 08:17:21 Successfully tagged docker-security-secrets-setup-go:latest 08:17:21  Building docker-security-secrets-setup-go ... done  [Pipeline] } 08:17:21 $ docker stop --time=1 e8d061c3f2392ac9c15874e77eb643754a5d51b6cd54bff65c22633e2f175fdd 08:17:22 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 08:17:23 $ docker rm -f e8d061c3f2392ac9c15874e77eb643754a5d51b6cd54bff65c22633e2f175fdd [Pipeline] // withDockerContainer [Pipeline] sh 08:17:23 + docker images 08:17:23 + grep docker 08:17:24 docker-security-secrets-setup-go latest 5bece85ca87b 3 seconds ago 25.1MB 08:17:24 docker-support-logging-go latest 973ea10d6a34 28 seconds ago 11.8MB 08:17:24 docker-security-secretstore-setup-go latest 74f51197ce4c 35 seconds ago 33.9MB 08:17:24 docker-sys-mgmt-agent-go latest ad891ef783e3 39 seconds ago 284MB 08:17:24 docker-security-proxy-setup-go latest dd3ee4f6f596 55 seconds ago 16.4MB 08:17:24 docker-core-command-go latest bd5929f18625 55 seconds ago 13MB 08:17:24 docker-core-data-go latest 8e792770b7ef About a minute ago 23.8MB 08:17:24 docker-support-notifications-go latest fcb8689b23d0 2 minutes ago 14.4MB 08:17:24 docker-core-metadata-go latest 5aab6424ea7d 2 minutes ago 14.4MB 08:17:24 docker-support-scheduler-go latest bd8dc7d29e2a 2 minutes ago 13.1MB 08:17:24 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] } 08:17:28 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 08:17:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:17:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:17:42 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 08:17:46 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] } 08:17:50 $ docker stop --time=1 a2a6ad99d1cdab0126cd7ffc2bcd5de72ae73a20e86ba6233928b4e860cff399 08:17:53 $ docker rm -f a2a6ad99d1cdab0126cd7ffc2bcd5de72ae73a20e86ba6233928b4e860cff399 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:17:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:17:54 08:17:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:17:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:17:55 latest: Pulling from edgex-devops/edgex-compose-arm64 08:17:55 29e5d40040c1: Pulling fs layer 08:17:55 1ce36da41761: Pulling fs layer 08:17:55 25b303627fd3: Pulling fs layer 08:17:55 29e5d40040c1: Verifying Checksum 08:17:55 29e5d40040c1: Download complete 08:17:56 1ce36da41761: Verifying Checksum 08:17:56 29e5d40040c1: Pull complete 08:17:57 1ce36da41761: Pull complete 08:17:57 25b303627fd3: Verifying Checksum 08:17:57 25b303627fd3: Download complete 08:18:08 25b303627fd3: Pull complete 08:18:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:18:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:18:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:18:08 prd-ubuntu18.04-docker-arm64-4c-16g-1547 does not seem to be running inside a container 08:18:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:18:11 $ docker top 631869de43aa1473618fbe534eb8ad988f66d9d2099921e1a8f6c2ea13084b42 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:13 + docker-compose build --help 08:18:13 + grep parallel 08:18:16 --parallel Build images in parallel. [Pipeline] } 08:18:16 $ docker stop --time=1 631869de43aa1473618fbe534eb8ad988f66d9d2099921e1a8f6c2ea13084b42 08:18:18 $ docker rm -f 631869de43aa1473618fbe534eb8ad988f66d9d2099921e1a8f6c2ea13084b42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:18:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:18:19 . [Pipeline] withDockerContainer 08:18:20 prd-ubuntu18.04-docker-arm64-4c-16g-1547 does not seem to be running inside a container 08:18:19 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 08:18:21 $ docker top a04a1f5f9661c48d0d477165006fc6342da04c3cc4d15bd26f9a87a72bc1fb56 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:22 + docker-compose -f ./docker-compose-build.yml build --parallel 08:18:25 Building docker-core-command-go ... 08:18:25 Building docker-core-data-go ... 08:18:25 Building docker-core-metadata-go ... 08:18:25 Building docker-security-proxy-setup-go ... 08:18:25 Building docker-security-secrets-setup-go ... 08:18:25 Building docker-security-secretstore-setup-go ... 08:18:25 Building docker-support-logging-go ... 08:18:25 Building docker-support-notifications-go ... 08:18:25 Building docker-support-scheduler-go ... 08:18:25 Building docker-sys-mgmt-agent-go ... 08:18:25 Building docker-support-scheduler-go 08:18:25 Building docker-core-data-go 08:18:25 Building docker-support-notifications-go 08:18:25 Building docker-sys-mgmt-agent-go 08:18:25 Building docker-support-logging-go 08:20:17 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 08:20:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:20:17 ---> a49488485ad8 08:20:17 Step 3/20 : WORKDIR /edgex-go 08:20:17 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 08:20:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:20:17 ---> a49488485ad8 08:20:17 Step 3/23 : WORKDIR /edgex-go 08:20:17 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 08:20:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:20:17 ---> a49488485ad8 08:20:17 Step 3/22 : WORKDIR /edgex-go 08:20:17 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:20:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:20:17 ---> a49488485ad8 08:20:17 Step 3/21 : WORKDIR /edgex-go 08:20:17 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 08:20:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:20:17 ---> a49488485ad8 08:20:17 Step 3/26 : WORKDIR /edgex-go 08:20:19 ---> Running in 1563916f2ff8 08:20:19 ---> Running in 8f7ef384c5d7 08:20:19 ---> Running in f1feb7e07293 08:20:19 ---> Running in c715c63e869c 08:20:19 ---> Running in c358cd47f63d 08:20:19 Removing intermediate container 1563916f2ff8 08:20:19 ---> 7dac390716a6 08:20:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:19 Removing intermediate container c358cd47f63d 08:20:19 ---> ca0857b546a2 08:20:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:19 Removing intermediate container f1feb7e07293 08:20:19 ---> 77d74e101af7 08:20:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:20 Removing intermediate container 8f7ef384c5d7 08:20:20 ---> c57a5b383fb9 08:20:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:20 Removing intermediate container c715c63e869c 08:20:20 ---> 890e45d8b52a 08:20:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:20 ---> Running in 8f742ebfecb8 08:20:20 ---> Running in 5c8e7a35ea7d 08:20:20 ---> Running in 0bba2e70d56e 08:20:20 ---> Running in d416c5bdb8a0 08:20:20 ---> Running in 2290420bdaa6 08:20:24 Removing intermediate container 8f742ebfecb8 08:20:24 ---> 52623f589124 08:20:24 Step 5/21 : RUN apk update && apk add make && apk add bash git 08:20:24 ---> Running in 99c392e5e628 08:20:24 Removing intermediate container d416c5bdb8a0 08:20:24 ---> d6d6eeefab25 08:20:24 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:20:25 Removing intermediate container 5c8e7a35ea7d 08:20:25 ---> f8a2d2971bdf 08:20:25 Step 5/20 : RUN apk update && apk add make git 08:20:25 ---> Running in f457cf3eb75f 08:20:25 ---> Running in d5f36546085f 08:20:25 Removing intermediate container 0bba2e70d56e 08:20:25 Removing intermediate container 2290420bdaa6 08:20:25 ---> b2682150d3df 08:20:25 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 08:20:25 ---> bd579f4b7b01 08:20:25 Step 5/26 : RUN apk update && apk add make bash git 08:20:25 ---> Running in 2b9890e599a4 08:20:25 ---> Running in 52707fe4dfae 08:20:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:28 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:28 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:28 OK: 12620 distinct packages available 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:29 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:29 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:29 OK: 12620 distinct packages available 08:20:29 OK: 217 MiB in 51 packages 08:20:29 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:29 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:29 OK: 12620 distinct packages available 08:20:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:30 OK: 12620 distinct packages available 08:20:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:30 OK: 12620 distinct packages available 08:20:30 OK: 217 MiB in 51 packages 08:20:30 OK: 217 MiB in 51 packages 08:20:30 OK: 217 MiB in 51 packages 08:20:31 OK: 217 MiB in 51 packages 08:20:31 OK: 217 MiB in 51 packages 08:20:32 Removing intermediate container f457cf3eb75f 08:20:32 ---> 1cbfb42490c1 08:20:32 Step 6/22 : COPY go.mod . 08:20:32 Removing intermediate container 2b9890e599a4 08:20:32 ---> e732005e354b 08:20:32 Step 6/23 : COPY go.mod . 08:20:33 Removing intermediate container 52707fe4dfae 08:20:33 ---> 9a51aa2567cc 08:20:33 Step 6/26 : COPY go.mod . 08:20:33 Removing intermediate container 99c392e5e628 08:20:33 ---> d38aa13a8a85 08:20:33 Step 6/21 : COPY go.mod . 08:20:33 Removing intermediate container d5f36546085f 08:20:33 ---> c0b12eb308d5 08:20:33 Step 6/20 : COPY go.mod . 08:20:33 ---> 6b579de9ce84 08:20:33 Step 7/22 : RUN go mod download 08:20:33 ---> Running in f5b6d47e410f 08:20:33 ---> efd3a28645d8 08:20:33 Step 7/23 : RUN go mod download 08:20:33 ---> Running in 17fc02d26c37 08:20:34 ---> 89f44dcc6db3 08:20:34 Step 7/21 : RUN go mod download 08:20:34 ---> 179b7f3ea4fb 08:20:34 Step 7/26 : RUN go mod download 08:20:34 ---> fc8dcf1189c0 08:20:34 Step 7/20 : RUN go mod download 08:20:34 ---> Running in 904611560e58 08:20:34 ---> Running in ed46fd8f4e66 08:20:34 ---> Running in c7c2ac5d8e1c 08:20:38 Removing intermediate container f5b6d47e410f 08:20:38 ---> d3dbccfaac9c 08:20:38 Step 8/22 : COPY . . 08:20:38 Removing intermediate container 17fc02d26c37 08:20:38 ---> ec8a9d101911 08:20:38 Step 8/23 : COPY . . 08:20:39 Removing intermediate container 904611560e58 08:20:39 ---> 8b5a87af5942 08:20:39 Step 8/21 : COPY . . 08:20:41 Removing intermediate container c7c2ac5d8e1c 08:20:41 ---> 49eca35c2ef0 08:20:41 Step 8/26 : COPY . . 08:20:45 Removing intermediate container ed46fd8f4e66 08:20:45 ---> b2040772ff42 08:20:45 Step 8/20 : COPY . . 08:21:12 ---> 9d1deff91ac7 08:21:12 Step 9/21 : RUN make cmd/support-logging/support-logging 08:21:12 ---> 7063cc2885b3 08:21:12 Step 9/23 : RUN make cmd/support-notifications/support-notifications 08:21:12 ---> c7e76b9f80f8 08:21:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:21:12 ---> 9b2594e621ac 08:21:12 Step 9/22 : RUN make cmd/core-data/core-data 08:21:12 ---> Running in dc053c30968e 08:21:12 ---> bcbf06d96317 08:21:12 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 08:21:12 ---> Running in 63656bce8946 08:21:12 ---> Running in dd1970bc5934 08:21:12 ---> Running in 3a63fd2be648 08:21:12 ---> Running in ebda54e6dd5d 08:21:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:21:12 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 08:21:13 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 08:21:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:21:13 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 08:22:50 Removing intermediate container dd1970bc5934 08:22:50 ---> 96fcbebb12e7 08:22:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:22:50 ---> Running in c0c99c327ae1 08:22:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:22:50 Removing intermediate container dc053c30968e 08:22:50 ---> 847e25eb210d 08:22:50 08:22:50 Step 10/21 : FROM scratch 08:22:50 ---> 08:22:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:22:51 ---> Running in 5d64c764fc34 08:22:52 Removing intermediate container 5d64c764fc34 08:22:52 ---> 8be5d79e207f 08:22:52 Step 12/21 : ENV APP_PORT=48061 08:22:52 ---> Running in 84c433117ce9 08:22:52 Removing intermediate container 84c433117ce9 08:22:52 ---> 266ae2892748 08:22:52 Step 13/21 : EXPOSE $APP_PORT 08:22:52 ---> Running in 58d385c0f7c1 08:22:53 Removing intermediate container 58d385c0f7c1 08:22:53 ---> df96f31862ab 08:22:53 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 08:22:54 ---> 488b01990a78 08:22:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:22:56 ---> 83c56c720b00 08:22:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:22:57 Removing intermediate container c0c99c327ae1 08:22:57 ---> 1cb02d9d46e9 08:22:57 08:22:57 Step 11/26 : FROM docker:latest 08:22:57 ---> ce9d55ae87f1 08:22:57 Step 12/26 : RUN apk add --no-cache bash 08:22:57 ---> Running in 574c6a9f7c81 08:22:58 ---> f9a478791f1d 08:22:58 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:22:59 ---> 9f52a91df913 08:22:59 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:22:59 ---> Running in d74690f5fa42 08:23:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:23:00 Removing intermediate container d74690f5fa42 08:23:00 ---> f3381d98d202 08:23:00 Step 19/21 : LABEL arch=arm64 08:23:00 ---> Running in cdf5d0b94149 08:23:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:23:01 Removing intermediate container cdf5d0b94149 08:23:01 ---> 2c7aa1d36370 08:23:01 Step 20/21 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:23:01 (1/2) Installing readline (8.0.4-r0) 08:23:01 (2/2) Installing bash (5.0.17-r0) 08:23:01 ---> Running in dff409df5db9 08:23:01 Executing bash-5.0.17-r0.post-install 08:23:01 Executing busybox-1.31.1-r16.trigger 08:23:01 OK: 12 MiB in 22 packages 08:23:02 Removing intermediate container dff409df5db9 08:23:02 ---> 4e50a2488886 08:23:02 Step 21/21 : LABEL version=0.0.0 08:23:03 ---> Running in 259ad7ebd097 08:23:04 Removing intermediate container 259ad7ebd097 08:23:04 ---> a48e89843f06 08:23:04 08:23:04 Removing intermediate container 574c6a9f7c81 08:23:04 ---> 00bce18b7ddb 08:23:04 Step 13/26 : RUN rm -rf /var/cache/apk/* 08:23:05 ---> Running in 0a0496284dea 08:23:05 Successfully built a48e89843f06 08:23:05 Successfully tagged docker-support-logging-go-arm64:latest 08:23:05  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go 08:23:12 Removing intermediate container 63656bce8946 08:23:12 ---> 00cdb26e0af3 08:23:12 08:23:12 Step 10/23 : FROM scratch 08:23:12 ---> 08:23:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:23:12 Removing intermediate container ebda54e6dd5d 08:23:12 ---> 166d76c8c366 08:23:12 08:23:12 Step 10/20 : FROM scratch 08:23:12 ---> 08:23:12 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:23:12 ---> Using cache 08:23:12 ---> 8be5d79e207f 08:23:12 Step 12/23 : ENV APP_PORT=48060 08:23:13 ---> Running in 53eadce976ca 08:23:13 ---> Running in 1b485181c9c1 08:23:13 Removing intermediate container 0a0496284dea 08:23:13 ---> 0530562ff346 08:23:13 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:23:13 ---> Running in 05846f1e833a 08:23:14 Removing intermediate container 1b485181c9c1 08:23:14 ---> f5f068595250 08:23:14 Step 12/20 : ENV APP_PORT=48085 08:23:14 Removing intermediate container 53eadce976ca 08:23:14 ---> e99920bdb786 08:23:14 Step 13/23 : EXPOSE $APP_PORT 08:23:14 ---> Running in b378efabc060 08:23:14 ---> Running in 3b8cc2c5e580 08:23:14 Removing intermediate container 05846f1e833a 08:23:14 ---> 14d7ed7fa44d 08:23:14 Step 15/26 : ENV APP_PORT=48090 08:23:15 ---> Running in f191f736d49f 08:23:15 Removing intermediate container 3b8cc2c5e580 08:23:15 ---> f2749fae0d71 08:23:15 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 08:23:15 Removing intermediate container b378efabc060 08:23:15 ---> 3c6a4e16f044 08:23:15 Step 13/20 : EXPOSE $APP_PORT 08:23:16 ---> Running in c917a8ef9874 08:23:16 Removing intermediate container f191f736d49f 08:23:16 ---> 15378eea3f01 08:23:16 Step 16/26 : EXPOSE $APP_PORT 08:23:17 ---> 26c5facd7be4 08:23:17 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:23:17 ---> Running in a0a4dd367d23 08:23:17 Removing intermediate container c917a8ef9874 08:23:17 ---> d80b091f9191 08:23:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:23:18 Removing intermediate container a0a4dd367d23 08:23:18 ---> 2b0f4e049abb 08:23:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:23:18 ---> 77256cd90470 08:23:18 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 08:23:19 ---> df40292170f0 08:23:19 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:23:21 ---> 67373b162498 08:23:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:23:22 ---> 88c5146a9f38 08:23:22 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:23:22 ---> a1e4a7cab436 08:23:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:23:23 ---> 9c625cbeb7f3 08:23:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:23:24 ---> 5a3e60dd61de 08:23:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:23:24 ---> 04e57597e25e 08:23:24 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:23:25 ---> Running in 53d2a0e414b5 08:23:25 ---> 5f3b2de47e38 08:23:25 Step 20/26 : RUN apk --no-cache add py-pip 08:23:26 ---> Running in 551b279e2401 08:23:26 Removing intermediate container 3a63fd2be648 08:23:26 ---> 8c199a8dcf19 08:23:26 08:23:26 Step 10/22 : FROM alpine 08:23:27 ---> f68da7ee3259 08:23:27 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:23:27 Removing intermediate container 53d2a0e414b5 08:23:27 ---> 8284a85b9f62 08:23:27 Step 18/20 : LABEL arch=arm64 08:23:27 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 08:23:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:23:27 ---> a49488485ad8 08:23:27 Step 3/26 : WORKDIR /edgex-go 08:23:27 ---> Using cache 08:23:27 ---> 890e45d8b52a 08:23:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:23:27 ---> Using cache 08:23:27 ---> b2682150d3df 08:23:27 Step 5/26 : RUN apk update && apk add make git 08:23:27 latest: Pulling from library/alpine 08:23:27 ---> Running in 3256984c2df4 08:23:27 ---> Running in c08f59d84cdc 08:23:27 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:23:27 Status: Downloaded newer image for alpine:latest 08:23:27 ---> 62ee0e9f8440 08:23:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:23:27 ---> Running in c32f6c690376 08:23:27 ---> c371f8edd526 08:23:27 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:23:28 ---> Running in 3cfa506e6c2c 08:23:28 Removing intermediate container c08f59d84cdc 08:23:28 ---> 9f77d6304275 08:23:28 Step 19/20 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:23:28 Removing intermediate container c32f6c690376 08:23:28 ---> 80ee39228d07 08:23:28 Step 12/22 : ENV APP_PORT=48080 08:23:28 ---> Running in ad1578b2ed0e 08:23:28 ---> Running in b4cb8f9406f8 08:23:28 Removing intermediate container 3cfa506e6c2c 08:23:28 ---> a25240db4c9e 08:23:28 Step 21/23 : LABEL arch=arm64 08:23:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:23:28 ---> Running in e0c7aaee9fad 08:23:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:23:28 Removing intermediate container ad1578b2ed0e 08:23:28 ---> f501046dcfa0 08:23:28 Step 20/20 : LABEL version=0.0.0 08:23:29 ---> Running in 73dc5e9a823f 08:23:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:23:29 Removing intermediate container b4cb8f9406f8 08:23:29 ---> 4a48fb0bd34d 08:23:29 Step 13/22 : EXPOSE $APP_PORT 08:23:29 ---> Running in 360b3f24d89d 08:23:29 Removing intermediate container e0c7aaee9fad 08:23:29 ---> 506d6c6eef0b 08:23:29 Step 22/23 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:23:29 (1/33) Installing libbz2 (1.0.8-r1) 08:23:29 Removing intermediate container 73dc5e9a823f 08:23:29 ---> 97a2d5cdefea 08:23:29 08:23:29 (2/33) Installing expat (2.2.9-r1) 08:23:29 (3/33) Installing libffi (3.3-r2) 08:23:29 (4/33) Installing gdbm (1.13-r1) 08:23:29 (5/33) Installing xz-libs (5.2.5-r0) 08:23:29 (6/33) Installing sqlite-libs (3.32.1-r0) 08:23:29 (7/33) Installing python3 (3.8.5-r0) 08:23:29 ---> Running in 071081674d11 08:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:23:30 Successfully built 97a2d5cdefea 08:23:30 Successfully tagged docker-support-scheduler-go-arm64:latest 08:23:30  Building docker-support-scheduler-go ... done Building docker-core-command-go 08:23:30 Removing intermediate container 360b3f24d89d 08:23:30 ---> 78cb57776c20 08:23:30 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:23:31 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:23:31 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:23:31 OK: 12620 distinct packages available 08:23:31 Removing intermediate container 071081674d11 08:23:31 ---> 57562559431f 08:23:31 Step 23/23 : LABEL version=0.0.0 08:23:31 ---> Running in 368f89bd05e9 08:23:31 ---> Running in e43d4ff901f6 08:23:31 OK: 217 MiB in 51 packages 08:23:32 (8/33) Installing py3-appdirs (1.4.4-r1) 08:23:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:23:32 (10/33) Installing py3-parsing (2.4.7-r0) 08:23:32 (11/33) Installing py3-six (1.15.0-r0) 08:23:32 (12/33) Installing py3-packaging (20.4-r0) 08:23:32 (13/33) Installing py3-setuptools (47.0.0-r0) 08:23:32 (14/33) Installing py3-chardet (3.0.4-r4) 08:23:32 (15/33) Installing py3-idna (2.9-r0) 08:23:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:23:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:23:32 (18/33) Installing py3-requests (2.23.0-r0) 08:23:32 (19/33) Installing py3-msgpack (1.0.0-r0) 08:23:32 (20/33) Installing py3-lockfile (0.12.2-r3) 08:23:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:23:32 Removing intermediate container e43d4ff901f6 08:23:32 ---> 99052b223d86 08:23:32 08:23:32 (22/33) Installing py3-colorama (0.4.3-r0) 08:23:32 (23/33) Installing py3-distlib (0.3.0-r0) 08:23:32 (24/33) Installing py3-distro (1.5.0-r1) 08:23:32 (25/33) Installing py3-webencodings (0.5.1-r3) 08:23:32 (26/33) Installing py3-html5lib (1.0.1-r4) 08:23:32 (27/33) Installing py3-pytoml (0.1.21-r0) 08:23:32 (28/33) Installing py3-pep517 (0.8.2-r0) 08:23:32 (29/33) Installing py3-progress (1.5-r0) 08:23:32 (30/33) Installing py3-toml (0.10.1-r0) 08:23:32 (31/33) Installing py3-retrying (1.3.3-r0) 08:23:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:23:32 (33/33) Installing py3-pip (20.1.1-r0) 08:23:33 Executing busybox-1.31.1-r16.trigger 08:23:33 OK: 71 MiB in 55 packages 08:23:33 Successfully built 99052b223d86 08:23:33 Successfully tagged docker-support-notifications-go-arm64:latest 08:23:33  Building docker-support-notifications-go ... done Building docker-core-metadata-go 08:23:35 Removing intermediate container 3256984c2df4 08:23:35 ---> 569641f4a869 08:23:35 Step 6/26 : COPY go.mod . 08:23:36 Removing intermediate container 368f89bd05e9 08:23:36 ---> 89aca49e15e3 08:23:36 Step 15/22 : RUN apk --no-cache add zeromq 08:23:37 ---> 0beadc6846dd 08:23:37 Step 7/26 : RUN go mod download 08:23:38 ---> Running in d5e526d53f33 08:23:39 ---> Running in 89f54ce79c80 08:23:41 Removing intermediate container 551b279e2401 08:23:41 ---> 6c095b616380 08:23:41 Step 21/26 : RUN pip install docker-compose==1.23.2 08:23:42 ---> Running in 3fb6bd65cbf7 08:23:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:23:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:23:43 (1/5) Installing libgcc (9.3.0-r2) 08:23:44 (2/5) Installing libsodium (1.0.18-r0) 08:23:44 (3/5) Installing libstdc++ (9.3.0-r2) 08:23:44 (4/5) Installing libzmq (4.3.2-r0) 08:23:44 (5/5) Installing zeromq (4.3.2-r0) 08:23:44 Executing busybox-1.31.1-r16.trigger 08:23:44 OK: 8 MiB in 19 packages 08:23:46 Removing intermediate container 89f54ce79c80 08:23:46 ---> fb15a9f87fa4 08:23:46 Step 8/26 : COPY . . 08:23:47 Removing intermediate container d5e526d53f33 08:23:47 ---> 4536f5eeecad 08:23:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:23:48 Collecting docker-compose==1.23.2 08:23:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:23:50 ---> cd709a4176e0 08:23:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:23:50 Collecting dockerpty<0.5,>=0.4.1 08:23:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:23:53 Collecting cached-property<2,>=1.2.0 08:23:53 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 08:23:55 Collecting websocket-client<1.0,>=0.32.0 08:23:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:23:55 ---> 7bafd225643d 08:23:55 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:23:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:23:56 Collecting texttable<0.10,>=0.9.0 08:23:56 Downloading texttable-0.9.1.tar.gz (11 kB) 08:23:59 ---> b0ca5355cb0d 08:23:59 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:23:59 Collecting docker<4.0,>=3.6.0 08:23:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:23:59 ---> Running in 3ed8f496b9d3 08:23:59 Collecting docopt<0.7,>=0.6.1 08:23:59 Downloading docopt-0.6.2.tar.gz (25 kB) 08:24:00 Removing intermediate container 3ed8f496b9d3 08:24:00 ---> 86e6b7788816 08:24:00 Step 20/22 : LABEL arch=arm64 08:24:01 ---> Running in 19739e77a8fb 08:24:02 Collecting jsonschema<3,>=2.5.1 08:24:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:24:02 Removing intermediate container 19739e77a8fb 08:24:02 ---> 2c088dd98ca5 08:24:02 Step 21/22 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:24:03 ---> Running in b2c652434373 08:24:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:24:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:24:04 Removing intermediate container b2c652434373 08:24:04 ---> c0d374b25a1a 08:24:04 Step 22/22 : LABEL version=0.0.0 08:24:04 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:24:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:24:04 ---> a49488485ad8 08:24:04 Step 3/21 : WORKDIR /edgex-go 08:24:04 ---> Using cache 08:24:04 ---> 890e45d8b52a 08:24:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:04 ---> Using cache 08:24:04 ---> b2682150d3df 08:24:04 Step 5/21 : RUN apk update && apk add make git 08:24:04 ---> Using cache 08:24:04 ---> 569641f4a869 08:24:04 Step 6/21 : COPY go.mod . 08:24:04 ---> Using cache 08:24:04 ---> 0beadc6846dd 08:24:04 Step 7/21 : RUN go mod download 08:24:04 ---> Using cache 08:24:04 ---> fb15a9f87fa4 08:24:04 Step 8/21 : COPY . . 08:24:04 ---> Running in 2eff156ca2c1 08:24:05 Collecting PyYAML<4,>=3.10 08:24:05 Downloading PyYAML-3.13.tar.gz (270 kB) 08:24:05 Removing intermediate container 2eff156ca2c1 08:24:05 ---> d4bf87c19897 08:24:05 08:24:06 Successfully built d4bf87c19897 08:24:06 Successfully tagged docker-core-data-go-arm64:latest 08:24:06  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 08:24:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:24:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:24:08 ---> a49488485ad8 08:24:08 Step 3/21 : WORKDIR /edgex-go 08:24:08 ---> Using cache 08:24:08 ---> 890e45d8b52a 08:24:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:08 ---> Using cache 08:24:08 ---> b2682150d3df 08:24:08 Step 5/21 : RUN apk update && apk add make git 08:24:08 ---> Using cache 08:24:08 ---> 569641f4a869 08:24:08 Step 6/21 : COPY go.mod . 08:24:08 ---> Using cache 08:24:08 ---> 0beadc6846dd 08:24:08 Step 7/21 : RUN go mod download 08:24:08 ---> Using cache 08:24:08 ---> fb15a9f87fa4 08:24:08 Step 8/21 : COPY . . 08:24:08 Collecting docker-pycreds>=0.4.0 08:24:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:24:09 Collecting idna<2.8,>=2.5 08:24:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:24:09 Collecting urllib3<1.25,>=1.21.1 08:24:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:24:10 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) 08:24:10 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) 08:24:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:24:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:24:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:24:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:24:11 Installing collected packages: dockerpty, cached-property, websocket-client, texttable, idna, urllib3, requests, docker-pycreds, docker, docopt, jsonschema, PyYAML, docker-compose 08:24:11 Running setup.py install for dockerpty: started 08:24:13 Running setup.py install for dockerpty: finished with status 'done' 08:24:16 Running setup.py install for texttable: started 08:24:18 Running setup.py install for texttable: finished with status 'done' 08:24:18 Attempting uninstall: idna 08:24:18 Found existing installation: idna 2.9 08:24:18 Uninstalling idna-2.9: 08:24:18 Successfully uninstalled idna-2.9 08:24:21 Attempting uninstall: urllib3 08:24:21 Found existing installation: urllib3 1.25.9 08:24:21 Uninstalling urllib3-1.25.9: 08:24:21 Successfully uninstalled urllib3-1.25.9 08:24:22 Attempting uninstall: requests 08:24:22 Found existing installation: requests 2.23.0 08:24:22 Uninstalling requests-2.23.0: 08:24:22 Successfully uninstalled requests-2.23.0 08:24:22 ---> e018b6d49f09 08:24:22 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 08:24:24 Running setup.py install for docopt: started 08:24:25 ---> Running in c92c8dde3f3c 08:24:27 Running setup.py install for docopt: finished with status 'done' 08:24:27 Running setup.py install for PyYAML: started 08:24:27 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 08:24:29 Running setup.py install for PyYAML: finished with status 'done' 08:24:31 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 08:24:31 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 08:24:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:24:31 ---> a49488485ad8 08:24:31 Step 3/20 : WORKDIR /edgex-go 08:24:31 ---> Using cache 08:24:31 ---> 890e45d8b52a 08:24:31 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:31 ---> Using cache 08:24:31 ---> b2682150d3df 08:24:31 Step 5/20 : RUN apk update && apk add make git 08:24:31 ---> Using cache 08:24:31 ---> 569641f4a869 08:24:31 Step 6/20 : COPY go.mod . 08:24:31 ---> Using cache 08:24:31 ---> 0beadc6846dd 08:24:31 Step 7/20 : RUN go mod download 08:24:31 ---> Using cache 08:24:31 ---> fb15a9f87fa4 08:24:31 Step 8/20 : COPY . . 08:24:31 ---> Using cache 08:24:31 ---> e018b6d49f09 08:24:31 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:24:34 ---> Running in 225118c404d4 08:24:37 ---> 8e5f232e1341 08:24:37 Step 9/21 : RUN make cmd/core-command/core-command 08:24:37 ---> Running in 5ad7bbca93d7 08:24:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:24:38 ---> 617b8d3b4a0b 08:24:38 Step 9/21 : RUN make cmd/core-metadata/core-metadata 08:24:38 ---> Running in 6199fc16fd19 08:24:38 Removing intermediate container 3fb6bd65cbf7 08:24:38 ---> 4c3b244135c6 08:24:38 Step 22/26 : RUN apk --no-cache add curl 08:24:39 ---> Running in f5b95d5021ac 08:24:40 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 08:24:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:24:42 (2/3) Installing libcurl (7.69.1-r0) 08:24:42 (3/3) Installing curl (7.69.1-r0) 08:24:42 Executing busybox-1.31.1-r16.trigger 08:24:42 OK: 71 MiB in 58 packages 08:24:44 Removing intermediate container f5b95d5021ac 08:24:44 ---> a27e41b0e633 08:24:44 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:24:44 ---> Running in e2bdf20b37d4 08:24:45 Removing intermediate container e2bdf20b37d4 08:24:45 ---> 7ba5f2259494 08:24:45 Step 24/26 : LABEL arch=arm64 08:24:45 ---> Running in c233f1e642a2 08:24:46 Removing intermediate container c233f1e642a2 08:24:46 ---> 1fb99982f0cb 08:24:46 Step 25/26 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:24:46 ---> Running in 73bd777b19fb 08:24:47 Removing intermediate container 73bd777b19fb 08:24:47 ---> dbbcf801ef21 08:24:47 Step 26/26 : LABEL version=0.0.0 08:24:47 ---> Running in 7f408c9fc56c 08:24:48 Removing intermediate container 7f408c9fc56c 08:24:48 ---> f52d11514de1 08:24:48 08:24:48 Successfully built f52d11514de1 08:24:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:24:48 Building docker-security-secrets-setup-go 08:25:21  Building docker-sys-mgmt-agent-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 08:25:21 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:25:21 ---> a49488485ad8 08:25:21 Step 3/29 : WORKDIR /edgex-go 08:25:21 ---> Using cache 08:25:21 ---> 890e45d8b52a 08:25:21 Step 4/29 : RUN apk update && apk add make git 08:25:21 ---> Running in 27b5e0cdefe2 08:25:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:24 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:25:24 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:25:24 OK: 12620 distinct packages available 08:25:25 OK: 217 MiB in 51 packages 08:25:27 Removing intermediate container 27b5e0cdefe2 08:25:27 ---> ea0c53bc4917 08:25:27 Step 5/29 : COPY go.mod . 08:25:28 ---> 75129660ab94 08:25:28 Step 6/29 : RUN go mod download 08:25:28 ---> Running in 91a79aea2b40 08:25:32 Removing intermediate container 91a79aea2b40 08:25:32 ---> b31c5c478f2c 08:25:32 Step 7/29 : COPY . . 08:25:45 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 08:26:00 ---> c083b9a6131c 08:26:00 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:26:00 ---> Running in 8e8290913459 08:26:00 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 08:26:02 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 08:26:04 Removing intermediate container 225118c404d4 08:26:04 ---> 8da29044386a 08:26:04 08:26:04 Step 10/20 : FROM alpine 08:26:04 ---> 62ee0e9f8440 08:26:04 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:26:04 ---> Running in 76f2a316b52c 08:26:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:26:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:26:08 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:26:08 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:26:08 OK: 12620 distinct packages available 08:26:09 (1/4) Installing ca-certificates (20191127-r4) 08:26:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:26:09 (3/4) Installing libcurl (7.69.1-r0) 08:26:09 (4/4) Installing curl (7.69.1-r0) 08:26:09 Executing busybox-1.31.1-r16.trigger 08:26:09 Executing ca-certificates-20191127-r4.trigger 08:26:09 OK: 7 MiB in 18 packages 08:26:12 Removing intermediate container 76f2a316b52c 08:26:12 ---> 63328079cdc5 08:26:12 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:26:12 ---> Running in d23c43589f31 08:26:13 Removing intermediate container d23c43589f31 08:26:13 ---> 5f583a89e366 08:26:13 Step 13/20 : WORKDIR /edgex 08:26:13 ---> Running in b16517c6c216 08:26:15 Removing intermediate container b16517c6c216 08:26:15 ---> 853d01142be4 08:26:15 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:26:15 Removing intermediate container c92c8dde3f3c 08:26:15 ---> 6f752fc36b51 08:26:15 08:26:15 Step 10/26 : FROM alpine:3.10 08:26:16 3.10: Pulling from library/alpine 08:26:16 ---> 3fcac9f97c58 08:26:16 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:26:18 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:26:18 Status: Downloaded newer image for alpine:3.10 08:26:18 ---> 536a684cf733 08:26:18 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:26:18 ---> Running in c7caaa83de0c 08:26:19 ---> 62ff20c4d99b 08:26:19 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:26:19 ---> Running in 59e7d050e10d 08:26:20 Removing intermediate container 59e7d050e10d 08:26:20 ---> e2d232d3f875 08:26:20 Step 17/20 : CMD ["--init=true"] 08:26:20 ---> Running in e9a882541fc2 08:26:20 Removing intermediate container e9a882541fc2 08:26:20 ---> b12073d65187 08:26:20 Step 18/20 : LABEL arch=arm64 08:26:20 ---> Running in 69a6c1ee427c 08:26:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:26:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:26:21 Removing intermediate container 69a6c1ee427c 08:26:21 ---> 8f774f9da8c5 08:26:21 Step 19/20 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:26:21 ---> Running in 48d719bd6422 08:26:22 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:26:22 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:26:22 OK: 10167 distinct packages available 08:26:22 Removing intermediate container 48d719bd6422 08:26:22 ---> 766f31d4beaf 08:26:22 Step 20/20 : LABEL version=0.0.0 08:26:22 ---> Running in 158117dc11f8 08:26:22 (1/5) Installing ca-certificates (20191127-r2) 08:26:23 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:26:23 (3/5) Installing libcurl (7.66.0-r0) 08:26:23 (4/5) Installing curl (7.66.0-r0) 08:26:23 (5/5) Installing dumb-init (1.2.2-r1) 08:26:23 Executing busybox-1.30.1-r3.trigger 08:26:23 Executing ca-certificates-20191127-r2.trigger 08:26:23 Removing intermediate container 158117dc11f8 08:26:23 ---> af677f73d560 08:26:23 08:26:23 OK: 7 MiB in 19 packages 08:26:23 Successfully built af677f73d560 08:26:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:26:26  Building docker-security-proxy-setup-go ... done Removing intermediate container c7caaa83de0c 08:26:26 ---> 1efb09f71919 08:26:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:26:26 ---> Running in bb1d5833befc 08:26:26 Removing intermediate container bb1d5833befc 08:26:26 ---> 747a292e289e 08:26:26 Step 13/26 : WORKDIR / 08:26:27 ---> Running in 08bd731bdd7e 08:26:27 Removing intermediate container 08bd731bdd7e 08:26:27 ---> 796ea8351464 08:26:27 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:26:28 ---> 9db74c502c98 08:26:28 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:26:30 ---> edcca20ac1e4 08:26:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:26:31 ---> 5942768841e2 08:26:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:26:32 ---> 2484a4080669 08:26:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:26:34 ---> d13e903d53fc 08:26:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:26:36 ---> 1c0657624c48 08:26:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:26:36 Removing intermediate container 5ad7bbca93d7 08:26:36 ---> 14180f9886f3 08:26:36 08:26:36 Step 10/21 : FROM scratch 08:26:36 ---> 08:26:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:26:36 ---> Using cache 08:26:36 ---> f5f068595250 08:26:36 Step 12/21 : ENV APP_PORT=48082 08:26:37 ---> Running in b9842810cbd4 08:26:37 Removing intermediate container b9842810cbd4 08:26:37 ---> 631082f7f552 08:26:37 Step 13/21 : EXPOSE $APP_PORT 08:26:38 ---> Running in a57ec922dc8f 08:26:38 ---> 301fbee6d287 08:26:38 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:26:38 Removing intermediate container a57ec922dc8f 08:26:38 ---> 06bcfb21c1e9 08:26:38 Step 14/21 : WORKDIR / 08:26:38 ---> Running in 756fe25457b7 08:26:39 ---> a86d3f8b7b56 08:26:39 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:26:39 ---> Running in 998a9076db44 08:26:39 Removing intermediate container 756fe25457b7 08:26:39 ---> 0eb63770bf0b 08:26:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:26:41 ---> 555f2781db09 08:26:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:26:44 ---> 0a230122a2b3 08:26:44 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:26:45 Removing intermediate container 998a9076db44 08:26:45 ---> 5b575f7c927c 08:26:45 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:26:45 ---> Running in a3c4435b1e34 08:26:45 Removing intermediate container 6199fc16fd19 08:26:45 ---> 1a84999d8a3f 08:26:45 08:26:45 Step 10/21 : FROM scratch 08:26:45 ---> 08:26:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:26:45 ---> f68554b50abf 08:26:45 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:26:45 ---> Running in 238306e26216 08:26:46 ---> Using cache 08:26:46 ---> f5f068595250 08:26:46 Step 12/21 : ENV APP_PORT=48081 08:26:46 Removing intermediate container a3c4435b1e34 08:26:46 ---> 28d589e6cf4f 08:26:46 Step 24/26 : LABEL arch=arm64 08:26:46 ---> Running in a2afa0e25951 08:26:46 ---> Running in 6165f26951f8 08:26:46 Removing intermediate container 238306e26216 08:26:46 ---> fc233cd148ac 08:26:46 Step 19/21 : LABEL arch=arm64 08:26:46 ---> Running in 49cb83f695a8 08:26:46 Removing intermediate container a2afa0e25951 08:26:46 ---> d5d568b81a1c 08:26:46 Step 13/21 : EXPOSE $APP_PORT 08:26:47 Removing intermediate container 6165f26951f8 08:26:47 ---> 2fd08b28294a 08:26:47 Step 25/26 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:26:47 ---> Running in 4f45a3ee1244 08:26:47 ---> Running in d73a820ef071 08:26:47 Removing intermediate container 49cb83f695a8 08:26:47 ---> 207895ca5039 08:26:47 Step 20/21 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:26:47 Removing intermediate container 4f45a3ee1244 08:26:47 ---> b07b9a179f46 08:26:47 Step 14/21 : WORKDIR / 08:26:47 ---> Running in a4436db89c3b 08:26:47 ---> Running in 9827ac6268e2 08:26:47 Removing intermediate container d73a820ef071 08:26:47 ---> 44790aaa2bcb 08:26:47 Step 26/26 : LABEL version=0.0.0 08:26:48 ---> Running in a499b46b1353 08:26:48 Removing intermediate container a4436db89c3b 08:26:48 ---> 112ca3804b1d 08:26:48 Step 21/21 : LABEL version=0.0.0 08:26:48 Removing intermediate container 9827ac6268e2 08:26:48 ---> bb455f7fb2be 08:26:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:26:48 ---> Running in bd703d183f9e 08:26:48 Removing intermediate container a499b46b1353 08:26:48 ---> 94d210fd52a3 08:26:48 08:26:49 Removing intermediate container bd703d183f9e 08:26:49 ---> c8b353bc6b42 08:26:49 08:26:49 Successfully built 94d210fd52a3 08:26:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:26:49  Building docker-security-secretstore-setup-go ... done  ---> 5a070a1197c7 08:26:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:26:49 Successfully built c8b353bc6b42 08:26:49 Successfully tagged docker-core-command-go-arm64:latest 08:26:51  Building docker-core-command-go ... done  ---> 95df54463e4a 08:26:51 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:26:51 ---> c0d8189a0d7a 08:26:51 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:26:51 ---> Running in 0a9c07d91358 08:26:52 Removing intermediate container 0a9c07d91358 08:26:52 ---> f4606d02f7eb 08:26:52 Step 19/21 : LABEL arch=arm64 08:26:52 ---> Running in 2b7e40cf8450 08:26:53 Removing intermediate container 2b7e40cf8450 08:26:53 ---> 0c7a2c06bd26 08:26:53 Step 20/21 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:26:53 ---> Running in 0a4b689ade2a 08:26:53 Removing intermediate container 0a4b689ade2a 08:26:53 ---> 3adce649c74b 08:26:53 Step 21/21 : LABEL version=0.0.0 08:26:54 ---> Running in 73b88e60f182 08:26:54 Removing intermediate container 73b88e60f182 08:26:54 ---> fe80e66d382e 08:26:54 08:26:55 Successfully built fe80e66d382e 08:26:55 Successfully tagged docker-core-metadata-go-arm64:latest 08:26:56  Building docker-core-metadata-go ... done Removing intermediate container 8e8290913459 08:26:56 ---> 360999058bd1 08:26:56 08:26:56 Step 9/29 : FROM alpine:latest 08:26:56 ---> 62ee0e9f8440 08:26:56 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:26:56 ---> Running in 131feef49e75 08:26:57 Removing intermediate container 131feef49e75 08:26:57 ---> 6412d62e219c 08:26:57 Step 11/29 : USER root 08:26:57 ---> Running in 5b988c7b9112 08:26:57 Removing intermediate container 5b988c7b9112 08:26:57 ---> e80732051069 08:26:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:26:57 ---> Running in d5f34c06f462 08:26:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:26:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:00 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:27:00 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:27:00 OK: 12620 distinct packages available 08:27:01 (1/2) Installing ca-certificates (20191127-r4) 08:27:01 (2/2) Installing dumb-init (1.2.2-r1) 08:27:01 Executing busybox-1.31.1-r16.trigger 08:27:01 Executing ca-certificates-20191127-r4.trigger 08:27:01 OK: 6 MiB in 16 packages 08:27:03 Removing intermediate container d5f34c06f462 08:27:03 ---> 40efc948a7b0 08:27:03 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:27:03 ---> Running in 0b441049957e 08:27:03 Removing intermediate container 0b441049957e 08:27:03 ---> 6037015c5231 08:27:03 Step 14/29 : WORKDIR $BASE_DIR 08:27:03 ---> Running in fc2e12a9c513 08:27:03 Removing intermediate container fc2e12a9c513 08:27:03 ---> 6d360b433a76 08:27:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:27:03 ---> Running in 22aea887f684 08:27:06 Removing intermediate container 22aea887f684 08:27:06 ---> 2e35a8551c48 08:27:06 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:27:07 ---> 40631257403d 08:27:07 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:27:08 ---> f18b7c1485c8 08:27:08 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:27:09 ---> 4ecdbb6f2765 08:27:09 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:27:09 ---> c7fb29121ae0 08:27:09 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:27:10 ---> fedcdfd27778 08:27:10 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:27:10 ---> Running in a6fb47b96670 08:27:12 Removing intermediate container a6fb47b96670 08:27:12 ---> 5c8f8dfdb39c 08:27:12 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:27:13 ---> 6521261b2da9 08:27:13 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:27:13 ---> Running in f7a0a5031e9b 08:27:16 Removing intermediate container f7a0a5031e9b 08:27:16 ---> ad650c470638 08:27:16 Step 24/29 : RUN chmod 755 security-secrets-setup 08:27:16 ---> Running in 27386223b728 08:27:18 Removing intermediate container 27386223b728 08:27:18 ---> 2e395a0b5c03 08:27:18 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:27:18 ---> Running in 92b1911cba8f 08:27:19 Removing intermediate container 92b1911cba8f 08:27:19 ---> 0973f5fa9e67 08:27:19 Step 26/29 : CMD [ "generate" ] 08:27:19 ---> Running in 5e28396db588 08:27:19 Removing intermediate container 5e28396db588 08:27:19 ---> 19a072a4c92b 08:27:19 Step 27/29 : LABEL arch=arm64 08:27:20 ---> Running in 55b4f69fb502 08:27:20 Removing intermediate container 55b4f69fb502 08:27:20 ---> 98ed21ed116a 08:27:20 Step 28/29 : LABEL git_sha=688d8d8c23cb9719cc70cef2290ff0850d9e30c6 08:27:20 ---> Running in 629a0bb2fd47 08:27:20 Removing intermediate container 629a0bb2fd47 08:27:20 ---> a1f084fe6f5a 08:27:20 Step 29/29 : LABEL version=0.0.0 08:27:21 ---> Running in d4d6f35d9c7e 08:27:21 Removing intermediate container d4d6f35d9c7e 08:27:21 ---> f556fb2f7b69 08:27:21 08:27:22 Successfully built f556fb2f7b69 08:27:22 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:27:22  Building docker-security-secrets-setup-go ... done  [Pipeline] } 08:27:22 $ docker stop --time=1 a04a1f5f9661c48d0d477165006fc6342da04c3cc4d15bd26f9a87a72bc1fb56 08:27:24 $ docker rm -f a04a1f5f9661c48d0d477165006fc6342da04c3cc4d15bd26f9a87a72bc1fb56 [Pipeline] // withDockerContainer [Pipeline] sh 08:27:25 + grep docker 08:27:25 + docker images 08:27:25 docker-security-secrets-setup-go-arm64 latest f556fb2f7b69 4 seconds ago 24.2MB 08:27:25 docker-core-metadata-go-arm64 latest fe80e66d382e 31 seconds ago 13.8MB 08:27:25 docker-core-command-go-arm64 latest c8b353bc6b42 37 seconds ago 12.4MB 08:27:25 docker-security-secretstore-setup-go-arm64 latest 94d210fd52a3 37 seconds ago 32.6MB 08:27:25 docker-security-proxy-setup-go-arm64 latest af677f73d560 About a minute ago 15.8MB 08:27:25 docker-sys-mgmt-agent-go-arm64 latest f52d11514de1 2 minutes ago 266MB 08:27:25 docker-core-data-go-arm64 latest d4bf87c19897 3 minutes ago 22.6MB 08:27:25 docker-support-notifications-go-arm64 latest 99052b223d86 3 minutes ago 13.9MB 08:27:25 docker-support-scheduler-go-arm64 latest 97a2d5cdefea 3 minutes ago 12.6MB 08:27:25 docker-support-logging-go-arm64 latest a48e89843f06 4 minutes ago 11.4MB 08:27:25 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 08:27:27 provisioning config files... 08:27:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config4055876613878164009tmp [Pipeline] { [Pipeline] sh 08:27:27 + curl -s https://codecov.io/bash 08:27:27 + bash -s - -t @/w/workspace/edgex-go/19@tmp/config4055876613878164009tmp [Pipeline] } 08:27:28 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 08:27:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:27:30 ---> package-listing.sh 08:27:30 ++ facter osfamily 08:27:30 ++ tr '[:upper:]' '[:lower:]' 08:27:30 + OS_FAMILY=redhat 08:27:30 + workspace=/w/workspace/edgex-go/19 08:27:30 + START_PACKAGES=/tmp/packages_start.txt 08:27:30 + END_PACKAGES=/tmp/packages_end.txt 08:27:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:27:30 + PACKAGES=/tmp/packages_start.txt 08:27:30 + '[' /w/workspace/edgex-go/19 ']' 08:27:30 + PACKAGES=/tmp/packages_end.txt 08:27:30 + case "${OS_FAMILY}" in 08:27:30 + rpm -qa 08:27:30 + sort 08:27:34 + '[' -f /tmp/packages_start.txt ']' 08:27:34 + '[' -f /tmp/packages_end.txt ']' 08:27:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:27:34 + '[' /w/workspace/edgex-go/19 ']' 08:27:34 + mkdir -p /w/workspace/edgex-go/19/archives/ 08:27:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] isUnix [Pipeline] sh 08:27:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:35 08:27:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:27:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:35 alpine: Pulling from edgex-lftools-log-publisher 08:27:35 c9b1b535fdd9: Pulling fs layer 08:27:35 2cc5ad85d9ab: Pulling fs layer 08:27:35 756a868c4378: Pulling fs layer 08:27:35 444b2fc9a129: Pulling fs layer 08:27:35 ea15f1150254: Pulling fs layer 08:27:35 41b27a9f41bf: Pulling fs layer 08:27:35 28c525ee5125: Pulling fs layer 08:27:35 094b1ea09ed8: Pulling fs layer 08:27:35 138eaada9080: Pulling fs layer 08:27:35 0622d0fa9048: Pulling fs layer 08:27:35 444b2fc9a129: Waiting 08:27:35 ea15f1150254: Waiting 08:27:35 41b27a9f41bf: Waiting 08:27:35 28c525ee5125: Waiting 08:27:35 138eaada9080: Waiting 08:27:35 094b1ea09ed8: Waiting 08:27:35 0622d0fa9048: Waiting 08:27:35 2cc5ad85d9ab: Download complete 08:27:35 444b2fc9a129: Verifying Checksum 08:27:35 444b2fc9a129: Download complete 08:27:35 c9b1b535fdd9: Verifying Checksum 08:27:35 c9b1b535fdd9: Download complete 08:27:35 ea15f1150254: Download complete 08:27:35 28c525ee5125: Download complete 08:27:36 c9b1b535fdd9: Pull complete 08:27:36 756a868c4378: Verifying Checksum 08:27:36 756a868c4378: Download complete 08:27:36 2cc5ad85d9ab: Pull complete 08:27:36 138eaada9080: Verifying Checksum 08:27:36 138eaada9080: Download complete 08:27:36 0622d0fa9048: Verifying Checksum 08:27:36 0622d0fa9048: Download complete 08:27:36 094b1ea09ed8: Verifying Checksum 08:27:36 094b1ea09ed8: Download complete 08:27:37 41b27a9f41bf: Verifying Checksum 08:27:37 41b27a9f41bf: Download complete 08:27:38 756a868c4378: Pull complete 08:27:38 444b2fc9a129: Pull complete 08:27:38 ea15f1150254: Pull complete 08:27:45 41b27a9f41bf: Pull complete 08:27:45 28c525ee5125: Pull complete 08:27:46 094b1ea09ed8: Pull complete 08:27:48 138eaada9080: Pull complete 08:27:48 0622d0fa9048: Pull complete 08:27:48 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:27:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:27:48 prd-centos7-docker-4c-2g-1546 does not seem to be running inside a container 08:27:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 08:27:52 $ docker top b277ddc345fc9d5b751c592649854dda315e2a7a465bf7fc1299b16233627521 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:27:53 provisioning config files... 08:27:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config7873548384881997866tmp [Pipeline] { [Pipeline] echo 08:27:53 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:27:53 ---> create-netrc.sh [Pipeline] echo 08:27:53 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:27:53 ---> logs-deploy.sh 08:27:53 + ARCHIVE_ARTIFACTS= 08:27:53 + LOGS_SERVER=https://logs.edgexfoundry.org 08:27:53 + '[' https://logs.edgexfoundry.org == None ']' 08:27:53 + NEXUS_URL=https://nexus.edgexfoundry.org 08:27:53 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/19 08:27:53 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/19/ 08:27:53 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/19 /w/workspace/edgex-go/19 08:27:54 Archives upload complete. 08:27:55 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/19 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/19/