Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1+6df8530f92e66c259c9e6c4b7995a1e49851403d (ae2d1d3ef08b97e2af13e2de0df8de2772ad639f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-544 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 Merge succeeded, producing 5c139179f817ec2b654e37ec469ee87c086e10a0 Checking out Revision 5c139179f817ec2b654e37ec469ee87c086e10a0 (PR-2659) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # 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 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c139179f817ec2b654e37ec469ee87c086e10a0 # timeout=10 Commit message: "Merge commit '6df8530f92e66c259c9e6c4b7995a1e49851403d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk d04602bbb98794501f5ec82b6f3d3b4ad66dc79f # timeout=10 00:31:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:17 ========================================================= 00:31:17 EdgeX Global Pipelines Version Info 00:31:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:19 ------------------- 00:31:19 stable info: 00:31:19 ------------------- 00:31:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:19 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:31:19 Message: update stable to v1.0.106 00:31:20 ------------------- 00:31:20 experimental info: 00:31:20 ------------------- 00:31:20 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:20 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:31:20 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:31: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 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/core-command/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo core-command,cmd/core-command/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/core-data/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo core-data,cmd/core-data/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/core-metadata/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/support-logging/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo support-logging,cmd/support-logging/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/support-notifications/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/support-scheduler/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:22 + for file in '`ls cmd/**/Dockerfile`' 00:31:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:22 ++ cut -d/ -f2 00:31:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31: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 00:31:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:23 00:31:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:24 latest: Pulling from edgex-devops/git-semver 00:31:24 31603596830f: Pulling fs layer 00:31:24 2a8b12db71e7: Pulling fs layer 00:31:24 6ca5941a6612: Pulling fs layer 00:31:24 ecc8261a40a4: Pulling fs layer 00:31:24 ecc8261a40a4: Waiting 00:31:24 2a8b12db71e7: Verifying Checksum 00:31:24 2a8b12db71e7: Download complete 00:31:24 31603596830f: Verifying Checksum 00:31:24 31603596830f: Download complete 00:31:24 ecc8261a40a4: Verifying Checksum 00:31:24 ecc8261a40a4: Download complete 00:31:24 6ca5941a6612: Verifying Checksum 00:31:24 6ca5941a6612: Download complete 00:31:24 31603596830f: Pull complete 00:31:24 2a8b12db71e7: Pull complete 00:31:25 6ca5941a6612: Pull complete 00:31:25 ecc8261a40a4: Pull complete 00:31:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:25 prd-centos7-docker-4c-2g-544 does not seem to be running inside a container 00:31:26 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:28 $ docker top fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:28 [ssh-agent] Looking for ssh-agent implementation... 00:31:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:29 $ docker exec fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 ssh-agent 00:31:29 SSH_AUTH_SOCK=/tmp/ssh-6b2zY7hZ6AFS/agent.12 00:31:29 SSH_AGENT_PID=17 00:31:29 Running ssh-add (command line suppressed) 00:31:29 Identity added: /w/workspace/edgex-go/8@tmp/private_key_737004471391869937.key (/w/workspace/edgex-go/8@tmp/private_key_737004471391869937.key) 00:31:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:29 + git describe --exact-match --tags HEAD 00:31:29 fatal: No names found, cannot describe anything. [Pipeline] } 00:31:29 $ docker exec --env ******** --env ******** fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 ssh-agent -k 00:31:29 unset SSH_AUTH_SOCK; 00:31:29 unset SSH_AGENT_PID; 00:31:29 echo Agent pid 17 killed; 00:31:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:31:30 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:31:30 This usually means this commit has not been tagged. [Pipeline] sshagent 00:31:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:30 [ssh-agent] Looking for ssh-agent implementation... 00:31:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:30 $ docker exec fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 ssh-agent 00:31:30 SSH_AUTH_SOCK=/tmp/ssh-TlcR3ZuvPLnU/agent.47 00:31:30 SSH_AGENT_PID=52 00:31:30 Running ssh-add (command line suppressed) 00:31:30 Identity added: /w/workspace/edgex-go/8@tmp/private_key_3947783016346476600.key (/w/workspace/edgex-go/8@tmp/private_key_3947783016346476600.key) 00:31:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:31 + git semver init 00:31:31 # -> Open(): unable to determine branch for HEAD 00:31:31 # $GIT_DIR = /w/workspace/edgex-go/8/.git 00:31:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 00:31:31 # $SEMVER_REMOTE_NAME = origin 00:31:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:31 # $SEMVER_USER_NAME = edgex-jenkins 00:31:31 # $SEMVER_BRANCH = PR-2659 00:31:31 # $SEMVER_TEMP = /tmp/semver-682714395 00:31:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:10 # '/tmp/semver-682714395' -> '/w/workspace/edgex-go/8/.semver' 00:32:10 # -> Force: false 00:32:10 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 00:32:10 $ docker exec --env ******** --env ******** fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 ssh-agent -k 00:32:10 unset SSH_AUTH_SOCK; 00:32:10 unset SSH_AGENT_PID; 00:32:10 echo Agent pid 52 killed; 00:32:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:10 + git semver [Pipeline] } 00:32:10 $ docker stop --time=1 fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 00:32:12 $ docker rm -f fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:32:26 Stashed 37 file(s) [Pipeline] echo 00:32:26 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 00:32:26 ========================================================= 00:32:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:32:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 00:32:30 Sending build context to Docker daemon 323.2MB 00:32:30 Step 1/7 : ARG BASE=golang:1.13-alpine 00:32:30 Step 2/7 : FROM ${BASE} 00:32:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:30 df20fa9351a1: Pulling fs layer 00:32:30 ed8968b2872e: Pulling fs layer 00:32:30 a92cc7c5fd73: Pulling fs layer 00:32:30 2dd03ba5bac4: Pulling fs layer 00:32:30 1e091d79d1de: Pulling fs layer 00:32:30 481702a1767f: Pulling fs layer 00:32:30 f64a6f60c768: Pulling fs layer 00:32:30 e78d2573fc39: Pulling fs layer 00:32:30 e876d2f968b6: Pulling fs layer 00:32:30 ce8a83651883: Pulling fs layer 00:32:30 07967f4d0e4b: Pulling fs layer 00:32:30 2dd03ba5bac4: Waiting 00:32:30 1e091d79d1de: Waiting 00:32:30 481702a1767f: Waiting 00:32:30 f64a6f60c768: Waiting 00:32:30 ce8a83651883: Waiting 00:32:30 07967f4d0e4b: Waiting 00:32:30 e876d2f968b6: Waiting 00:32:30 e78d2573fc39: Waiting 00:32:30 a92cc7c5fd73: Verifying Checksum 00:32:30 a92cc7c5fd73: Download complete 00:32:30 ed8968b2872e: Verifying Checksum 00:32:30 ed8968b2872e: Download complete 00:32:30 1e091d79d1de: Verifying Checksum 00:32:30 1e091d79d1de: Download complete 00:32:30 481702a1767f: Verifying Checksum 00:32:30 481702a1767f: Download complete 00:32:30 df20fa9351a1: Verifying Checksum 00:32:30 df20fa9351a1: Download complete 00:32:30 df20fa9351a1: Pull complete 00:32:31 ed8968b2872e: Pull complete 00:32:31 f64a6f60c768: Verifying Checksum 00:32:31 f64a6f60c768: Download complete 00:32:31 e876d2f968b6: Verifying Checksum 00:32:31 e876d2f968b6: Download complete 00:32:31 2dd03ba5bac4: Verifying Checksum 00:32:31 2dd03ba5bac4: Download complete 00:32:31 e78d2573fc39: Download complete 00:32:31 07967f4d0e4b: Verifying Checksum 00:32:31 07967f4d0e4b: Download complete 00:32:32 ce8a83651883: Verifying Checksum 00:32:32 ce8a83651883: Download complete 00:32:32 a92cc7c5fd73: Pull complete 00:32:38 2dd03ba5bac4: Pull complete 00:32:38 1e091d79d1de: Pull complete 00:32:38 481702a1767f: Pull complete 00:32:41 Still waiting to schedule task 00:32:41 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:48 f64a6f60c768: Pull complete 00:32:51 e78d2573fc39: Pull complete 00:32:52 e876d2f968b6: Pull complete 00:32:53 ce8a83651883: Pull complete 00:32:53 07967f4d0e4b: Pull complete 00:32:53 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:32:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:32:53 ---> 5d7c900382c6 00:32:53 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:54 ---> Running in 5765f3a5dbdd 00:32:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:56 (1/12) Installing libmagic (5.38-r0) 00:32:56 (2/12) Installing file (5.38-r0) 00:32:56 (3/12) Installing libc-dev (0.7.2-r3) 00:32:57 (4/12) Installing g++ (9.3.0-r2) 00:32:59 (5/12) Installing fortify-headers (1.1-r0) 00:32:59 (6/12) Installing patch (2.7.6-r6) 00:32:59 (7/12) Installing build-base (0.5-r2) 00:32:59 (8/12) Installing libsodium (1.0.18-r0) 00:32:59 (9/12) Installing pkgconf (1.7.2-r0) 00:32:59 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:00 (11/12) Installing libzmq (4.3.2-r0) 00:33:00 (12/12) Installing zeromq-dev (4.3.2-r0) 00:33:00 Executing busybox-1.31.1-r16.trigger 00:33:00 OK: 233 MiB in 51 packages 00:33:04 Removing intermediate container 5765f3a5dbdd 00:33:04 ---> 3c9feec4b26c 00:33:04 Step 4/7 : WORKDIR /edgex-go 00:33:04 ---> Running in b521b6a74a19 00:33:04 Removing intermediate container b521b6a74a19 00:33:04 ---> 38f9784439b3 00:33:04 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:04 latest: Pulling from library/docker 00:33:04 df20fa9351a1: Already exists 00:33:04 25ad7478873d: Pulling fs layer 00:33:04 4684f6177b5d: Pulling fs layer 00:33:04 46e300cec669: Pulling fs layer 00:33:04 63038576ad94: Pulling fs layer 00:33:04 0fdb76c4706c: Pulling fs layer 00:33:04 cb7edeffdfd5: Pulling fs layer 00:33:04 63038576ad94: Waiting 00:33:04 0fdb76c4706c: Waiting 00:33:04 cb7edeffdfd5: Waiting 00:33:04 4684f6177b5d: Verifying Checksum 00:33:04 4684f6177b5d: Download complete 00:33:04 25ad7478873d: Verifying Checksum 00:33:04 25ad7478873d: Download complete 00:33:04 63038576ad94: Download complete 00:33:04 0fdb76c4706c: Verifying Checksum 00:33:04 0fdb76c4706c: Download complete 00:33:05 cb7edeffdfd5: Verifying Checksum 00:33:05 cb7edeffdfd5: Download complete 00:33:05 25ad7478873d: Pull complete 00:33:05 4684f6177b5d: Pull complete 00:33:06 46e300cec669: Verifying Checksum 00:33:06 46e300cec669: Download complete 00:33:08 46e300cec669: Pull complete 00:33:08 63038576ad94: Pull complete 00:33:08 0fdb76c4706c: Pull complete 00:33:08 cb7edeffdfd5: Pull complete 00:33:08 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:33:08 Status: Downloaded newer image for docker:latest 00:33:10 ---> 231bdee61be2 00:33:10 Step 6/7 : COPY go.mod . 00:33:10 ---> bbba99270f04 00:33:10 Step 7/7 : RUN go mod download 00:33:10 ---> Running in a720b5df4cb2 00:33:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:33:13 go: finding github.com/BurntSushi/toml v0.3.1 00:33:13 go: finding github.com/OneOfOne/xxhash v1.2.5 00:33:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:33:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:33:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:33:13 go: finding github.com/bgentry/speakeasy v0.1.0 00:33:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:33:14 go: finding github.com/davecgh/go-spew v1.1.1 00:33:14 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:33:14 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:33:14 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:33:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:33:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:33:14 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:33:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:33:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:33:14 go: finding github.com/fatih/color v1.7.0 00:33:14 go: finding github.com/fsnotify/fsnotify v1.4.7 00:33:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:33:14 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:33:14 go: finding github.com/go-kit/kit v0.8.0 00:33:14 go: finding github.com/go-logfmt/logfmt v0.4.0 00:33:14 go: finding github.com/go-playground/assert/v2 v2.0.1 00:33:14 go: finding github.com/go-playground/locales v0.13.0 00:33:14 go: finding github.com/go-playground/universal-translator v0.17.0 00:33:14 go: finding github.com/go-playground/validator/v10 v10.3.0 00:33:14 go: finding github.com/go-redis/redis/v7 v7.2.0 00:33:14 go: finding github.com/go-stack/stack v1.8.0 00:33:14 go: finding github.com/golang/protobuf v1.3.2 00:33:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:33:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:33:15 go: finding github.com/google/uuid v1.1.0 00:33:15 go: finding github.com/gorilla/mux v1.7.1 00:33:15 go: finding github.com/hashicorp/consul/api v1.1.0 00:33:15 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:33:15 go: finding github.com/hashicorp/errwrap v1.0.0 00:33:15 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:33:15 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:33:15 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:33:15 go: finding github.com/hashicorp/go-multierror v1.0.0 00:33:15 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:33:15 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:33:15 go: finding github.com/hashicorp/go-syslog v1.0.0 00:33:15 go: finding github.com/hashicorp/go-uuid v1.0.1 00:33:15 go: finding github.com/hashicorp/go.net v0.0.1 00:33:15 go: finding github.com/hashicorp/golang-lru v0.5.0 00:33:15 go: finding github.com/hashicorp/logutils v1.0.0 00:33:15 go: finding github.com/hashicorp/mdns v1.0.0 00:33:15 go: finding github.com/hashicorp/memberlist v0.1.3 00:33:15 go: finding github.com/hashicorp/serf v0.8.2 00:33:15 go: finding github.com/hpcloud/tail v1.0.0 00:33:15 go: finding github.com/imdario/mergo v0.3.6 00:33:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:33:15 go: finding github.com/kr/pretty v0.1.0 00:33:15 go: finding github.com/kr/pty v1.1.1 00:33:15 go: finding github.com/kr/text v0.1.0 00:33:15 go: finding github.com/leodido/go-urn v1.2.0 00:33:15 go: finding github.com/mattn/go-colorable v0.0.9 00:33:16 go: finding github.com/mattn/go-isatty v0.0.3 00:33:16 go: finding github.com/miekg/dns v1.0.14 00:33:16 go: finding github.com/mitchellh/cli v1.0.0 00:33:16 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:33:16 go: finding github.com/mitchellh/copystructure v1.0.0 00:33:16 go: finding github.com/mitchellh/go-homedir v1.0.0 00:33:16 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:33:16 go: finding github.com/mitchellh/gox v0.4.0 00:33:16 go: finding github.com/mitchellh/iochan v1.0.0 00:33:16 go: finding github.com/mitchellh/mapstructure v1.1.2 00:33:16 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:33:16 go: finding github.com/onsi/ginkgo v1.10.1 00:33:16 go: finding github.com/onsi/gomega v1.7.0 00:33:16 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:33:16 go: finding github.com/pebbe/zmq4 v1.0.0 00:33:16 go: finding github.com/pelletier/go-toml v1.2.0 00:33:16 go: finding github.com/pkg/errors v0.8.1 00:33:16 go: finding github.com/pmezard/go-difflib v1.0.0 00:33:16 go: finding github.com/posener/complete v1.1.1 00:33:16 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:33:16 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:33:16 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:33:16 go: finding github.com/stretchr/objx v0.1.0 00:33:16 go: finding github.com/stretchr/testify v1.5.1 00:33:16 go: finding github.com/ugorji/go v1.1.4 00:33:16 go: finding github.com/x448/float16 v0.8.4 00:33:17 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:33:17 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:33:17 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:33:17 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:33:17 go: finding golang.org/x/text v0.3.2 00:33:17 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:33:17 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:33:17 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:33:17 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:33:17 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:33:17 go: finding gopkg.in/yaml.v2 v2.2.8 00:33:35 Removing intermediate container a720b5df4cb2 00:33:35 ---> 655c0baecf5a 00:33:35 Successfully built 655c0baecf5a 00:33:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:36 + docker inspect -f . ci-base-image-x86_64 00:33:36 . [Pipeline] withDockerContainer 00:33:36 prd-centos7-docker-4c-2g-544 does not seem to be running inside a container 00:33:36 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:37 $ docker top cf196b4979c19b7fbf5e2fa196b4942a2401e3910e11608834bc1607f962f916 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:37 + go version 00:33:37 go version go1.13.13 linux/amd64 [Pipeline] echo 00:33:37 ========================================================= 00:33:37 [edgeXBuildGoParallel] Running Tests and Build... 00:33:37 ========================================================= [Pipeline] sh 00:33:38 + make test 00:33:38 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:33:41 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s 00:33:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.043s coverage: 46.6% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.073s coverage: 27.2% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 82.5% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.341s coverage: 92.9% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.081s coverage: 28.6% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.048s coverage: 89.8% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.070s coverage: 63.5% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.169s coverage: 55.9% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.357s coverage: 86.3% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.313s coverage: 72.2% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.008s coverage: 96.8% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.041s coverage: 31.1% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.097s coverage: 84.1% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.049s coverage: 42.9% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 46.1% of statements 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.016s coverage: 100.0% of statements 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.024s coverage: 100.0% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.088s coverage: 29.1% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.007s coverage: 32.1% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 00:34:25 GO111MODULE=on go vet ./... 00:34:33 gofmt -l . 00:34:33 [ "`gofmt -l .`" = "" ] 00:34:33 ./bin/test-go-mod-tidy.sh 00:34:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:36 + ls -al . 00:34:36 total 556 00:34:36 drwxrwxr-x 10 1001 1001 4096 Aug 20 00:34 . 00:34:36 drwxr-xr-x 4 root root 28 Aug 20 00:33 .. 00:34:36 -rw-rw-r-- 1 1001 1001 11 Aug 20 00:31 .dockerignore 00:34:36 drwxrwxr-x 8 1001 1001 179 Aug 20 00:31 .git 00:34:36 drwxrwxr-x 3 1001 1001 60 Aug 20 00:31 .github 00:34:36 -rw-rw-r-- 1 1001 1001 932 Aug 20 00:31 .gitignore 00:34:36 drwx------ 3 1001 1001 47 Aug 20 00:32 .semver 00:34:36 -rw-rw-r-- 1 1001 1001 166 Aug 20 00:31 .sonarcloud.properties 00:34:36 -rw-rw-r-- 1 1001 1001 3804 Aug 20 00:31 CONTRIBUTING.md 00:34:36 -rw-rw-r-- 1 1001 1001 1035 Aug 20 00:31 Dockerfile.build 00:34:36 -rw-rw-r-- 1 1001 1001 865 Aug 20 00:31 Jenkinsfile 00:34:36 -rw-rw-r-- 1 1001 1001 10775 Aug 20 00:31 LICENSE 00:34:36 -rw-rw-r-- 1 1001 1001 6237 Aug 20 00:31 Makefile 00:34:36 -rw-rw-r-- 1 1001 1001 5652 Aug 20 00:31 README.md 00:34:36 -rw-rw-r-- 1 1001 1001 259 Aug 20 00:31 SECURITY.md 00:34:36 -rw-rw-r-- 1 1001 1001 5 Aug 20 00:32 VERSION 00:34:36 -rw-rw-r-- 1 1001 1001 4131 Aug 20 00:31 ZMQWindows.md 00:34:36 drwxrwxr-x 2 1001 1001 117 Aug 20 00:31 bin 00:34:36 drwxrwxr-x 15 1001 1001 4096 Aug 20 00:31 cmd 00:34:36 -rw-r--r-- 1 root root 460866 Aug 20 00:34 coverage.out 00:34:36 -rw-r--r-- 1 root root 983 Aug 20 00:34 go.mod 00:34:36 -rw-r--r-- 1 root root 18581 Aug 20 00:34 go.sum 00:34:36 drwxrwxr-x 8 1001 1001 127 Aug 20 00:31 internal 00:34:36 drwxrwxr-x 4 1001 1001 26 Aug 20 00:31 openapi 00:34:36 drwxrwxr-x 4 1001 1001 71 Aug 20 00:31 snap 00:34:36 -rw-rw-r-- 1 1001 1001 168 Aug 20 00:31 version.go [Pipeline] sh 00:34:36 + '[' -e coverage.out ] 00:34:36 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:36 Stashed 1 file(s) [Pipeline] sh 00:34:37 + make build 00:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:34:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:34:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:35:05 $ docker stop --time=1 cf196b4979c19b7fbf5e2fa196b4942a2401e3910e11608834bc1607f962f916 00:35:07 $ docker rm -f cf196b4979c19b7fbf5e2fa196b4942a2401e3910e11608834bc1607f962f916 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:10 00:35:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:10 latest: Pulling from edgex-devops/edgex-compose 00:35:10 cbdbe7a5bc2a: Pulling fs layer 00:35:10 ca9280d653b3: Pulling fs layer 00:35:10 7e9c9ca2126c: Pulling fs layer 00:35:10 cbdbe7a5bc2a: Download complete 00:35:11 ca9280d653b3: Verifying Checksum 00:35:11 ca9280d653b3: Download complete 00:35:11 cbdbe7a5bc2a: Pull complete 00:35:11 7e9c9ca2126c: Download complete 00:35:12 ca9280d653b3: Pull complete 00:35:20 7e9c9ca2126c: Pull complete 00:35:20 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:20 prd-centos7-docker-4c-2g-544 does not seem to be running inside a container 00:35:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:22 $ docker top c9106d294e25d659da9f8f4046275b4edfb712f86d6b4c882a571050231d641d -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:22 + docker-compose build --help 00:35:22 + grep parallel 00:35:23 --parallel Build images in parallel. [Pipeline] } 00:35:23 $ docker stop --time=1 c9106d294e25d659da9f8f4046275b4edfb712f86d6b4c882a571050231d641d 00:35:25 $ docker rm -f c9106d294e25d659da9f8f4046275b4edfb712f86d6b4c882a571050231d641d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:25 . [Pipeline] withDockerContainer 00:35:25 prd-centos7-docker-4c-2g-544 does not seem to be running inside a container 00:35:25 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:26 $ docker top c94d866db0fa68f03aa0ad71de3f97e30a6ba5878451efd289422091fd20244b -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:26 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:27 Building docker-core-command-go ... 00:35:27 Building docker-core-data-go ... 00:35:27 Building docker-core-metadata-go ... 00:35:27 Building docker-security-proxy-setup-go ... 00:35:27 Building docker-security-secrets-setup-go ... 00:35:27 Building docker-security-secretstore-setup-go ... 00:35:27 Building docker-support-logging-go ... 00:35:27 Building docker-support-notifications-go ... 00:35:27 Building docker-support-scheduler-go ... 00:35:27 Building docker-sys-mgmt-agent-go ... 00:35:27 Building docker-security-secretstore-setup-go 00:35:27 Building docker-support-logging-go 00:35:27 Building docker-sys-mgmt-agent-go 00:35:27 Building docker-core-data-go 00:35:27 Building docker-support-scheduler-go 00:35:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-546 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws 00:35:33 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 00:35:38 using credential edgex-jenkins-ssh 00:35:38 Cloning the remote Git repository 00:35:38 Cloning with configured refspecs honoured and without tags 00:35:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:38 > git init /w/workspace/edgex-go/8 # timeout=10 00:35:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:38 > git --version # timeout=10 00:35:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:53 Fetching without tags 00:35:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:53 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 00:35:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:54 Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 00:35:55 Merge succeeded, producing 263d4d448f312e3ccb95e692ea672191ee0a89ad 00:35:55 Checking out Revision 263d4d448f312e3ccb95e692ea672191ee0a89ad (PR-2659) 00:35:54 > git config core.sparsecheckout # timeout=10 00:35:54 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 00:35:54 > git remote # timeout=10 00:35:54 > git config --get remote.origin.url # timeout=10 00:35:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:54 > git merge 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 00:35:55 > git rev-parse HEAD^{commit} # timeout=10 00:35:55 > git config core.sparsecheckout # timeout=10 00:35:55 > git checkout -f 263d4d448f312e3ccb95e692ea672191ee0a89ad # timeout=10 00:35:59 Commit message: "Merge commit '6df8530f92e66c259c9e6c4b7995a1e49851403d' into HEAD" 00:35:59 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 00:35:59 > git rev-list --no-walk d04602bbb98794501f5ec82b6f3d3b4ad66dc79f # timeout=10 00:36:00 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:00 ---> 655c0baecf5a 00:36:00 Step 3/26 : WORKDIR /edgex-go 00:36:00 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:00 ---> 655c0baecf5a 00:36:00 Step 3/26 : WORKDIR /edgex-go 00:36:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:00 ---> 655c0baecf5a 00:36:00 Step 3/21 : WORKDIR /edgex-go 00:36:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:36:00 ---> 655c0baecf5a 00:36:00 Step 3/20 : WORKDIR /edgex-go [Pipeline] unstash 00:36:00 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:00 ---> 655c0baecf5a 00:36:00 Step 3/22 : WORKDIR /edgex-go 00:36:01 ---> Running in 363174e79438 00:36:01 ---> Running in 82c8519ef046 00:36:01 ---> Running in a39c586bf7e3 00:36:01 ---> Running in 76aa3d948646 00:36:01 ---> Running in 38158ac10b8d 00:36:01 Removing intermediate container 82c8519ef046 00:36:01 ---> 4c21ac865008 00:36:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:01 Removing intermediate container 76aa3d948646 00:36:01 ---> 3d3e0db29412 00:36:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:01 Removing intermediate container a39c586bf7e3 00:36:01 ---> 1f682dceb039 00:36:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:01 Removing intermediate container 38158ac10b8d 00:36:01 ---> fd54889b4d3d 00:36:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:02 Removing intermediate container 363174e79438 00:36:02 ---> 65a678c5648c 00:36:02 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:02 ---> Running in 6008cb495739 00:36:02 ---> Running in 992c2f06122c 00:36:02 ---> Running in b3e4b1d114ef 00:36:02 ---> Running in 9fe0b08d1e42 00:36:02 ---> Running in ee7da99d1c49 00:36:04 Removing intermediate container 992c2f06122c 00:36:04 ---> 5627fbc1d8d4 00:36:04 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:36:04 Removing intermediate container 6008cb495739 00:36:04 ---> 767cd712805c 00:36:04 Step 5/26 : RUN apk update && apk add make git 00:36:04 ---> Running in 370336114da5 00:36:04 ---> Running in 88126cb1ad96 00:36:04 Removing intermediate container b3e4b1d114ef 00:36:04 ---> a515a28c2e99 00:36:04 Step 5/26 : RUN apk update && apk add make bash git 00:36:04 ---> Running in 5197f9fd6504 00:36:04 Removing intermediate container ee7da99d1c49 00:36:04 ---> 61c70dd34bef 00:36:04 Step 5/20 : RUN apk update && apk add make git 00:36:05 Removing intermediate container 9fe0b08d1e42 00:36:05 ---> 0017bbeb8e78 00:36:05 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:36:05 ---> Running in e60228428a06 00:36:05 ---> Running in 5ee314b5ba1f 00:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:06 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:06 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:06 OK: 12746 distinct packages available 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:07 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:07 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:07 OK: 12746 distinct packages available 00:36:07 OK: 233 MiB in 51 packages 00:36:07 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:07 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:07 OK: 12746 distinct packages available 00:36:07 OK: 233 MiB in 51 packages 00:36:07 OK: 233 MiB in 51 packages 00:36:07 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:07 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:07 OK: 12746 distinct packages available 00:36:07 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:07 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:07 OK: 12746 distinct packages available 00:36:07 OK: 233 MiB in 51 packages 00:36:07 OK: 233 MiB in 51 packages 00:36:07 Removing intermediate container 370336114da5 00:36:07 ---> 7d007b3583ab 00:36:07 Step 6/22 : COPY go.mod . 00:36:07 OK: 233 MiB in 51 packages 00:36:08 Removing intermediate container 88126cb1ad96 00:36:08 ---> 396cf1786002 00:36:08 Step 6/26 : COPY go.mod . 00:36:08 ---> 13623f2445e8 00:36:08 Step 7/22 : RUN go mod download 00:36:08 Removing intermediate container 5197f9fd6504 00:36:08 ---> 41125373ac49 00:36:08 Step 6/26 : COPY go.mod . 00:36:08 ---> d189c9387b09 00:36:08 Step 7/26 : RUN go mod download 00:36:08 ---> Running in eb874aa330f2 00:36:08 ---> Running in 350cc7c9197f 00:36:08 Removing intermediate container e60228428a06 00:36:08 ---> 66ac7f0c8e0f 00:36:08 Step 6/20 : COPY go.mod . 00:36:08 ---> 7acab1d39ad0 00:36:08 Step 7/26 : RUN go mod download 00:36:09 Removing intermediate container 5ee314b5ba1f 00:36:09 ---> 57a091a3f43d 00:36:09 Step 6/21 : COPY go.mod . 00:36:09 ---> Running in bb8f2e3e6c87 00:36:09 ---> 69031d4e9d24 00:36:09 Step 7/20 : RUN go mod download 00:36:09 ---> Running in 9b18ac49018e 00:36:09 ---> 7dbe9431ffdb 00:36:09 Step 7/21 : RUN go mod download 00:36:09 ---> Running in e4fb0f6dee65 [Pipeline] echo 00:36:10 ========================================================= 00:36:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:36:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:11 Removing intermediate container 350cc7c9197f 00:36:11 ---> ffca44c34ad5 00:36:11 Step 8/26 : COPY . . 00:36:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 00:36:13 Removing intermediate container bb8f2e3e6c87 00:36:13 ---> fa806aee5fc6 00:36:13 Step 8/26 : COPY . . 00:36:13 Removing intermediate container eb874aa330f2 00:36:13 ---> 72b8329fb758 00:36:13 Step 8/22 : COPY . . 00:36:15 Removing intermediate container 9b18ac49018e 00:36:15 ---> 17f5764e0caf 00:36:15 Step 8/20 : COPY . . 00:36:15 Sending build context to Docker daemon 323.2MB 00:36:15 Step 1/7 : ARG BASE=golang:1.13-alpine 00:36:15 Step 2/7 : FROM ${BASE} 00:36:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:15 b538f80385f9: Pulling fs layer 00:36:15 74f711af9a0d: Pulling fs layer 00:36:15 99f96fe45779: Pulling fs layer 00:36:15 fd7a069fd194: Pulling fs layer 00:36:15 66aa3694b03b: Pulling fs layer 00:36:15 170f70906a0f: Pulling fs layer 00:36:15 ad7c5574e4b9: Pulling fs layer 00:36:15 e772456be8f7: Pulling fs layer 00:36:15 c890913d741a: Pulling fs layer 00:36:15 2480fcc9aa5a: Pulling fs layer 00:36:15 09adf4765672: Pulling fs layer 00:36:15 ad7c5574e4b9: Waiting 00:36:15 e772456be8f7: Waiting 00:36:15 c890913d741a: Waiting 00:36:15 2480fcc9aa5a: Waiting 00:36:15 09adf4765672: Waiting 00:36:15 fd7a069fd194: Waiting 00:36:15 66aa3694b03b: Waiting 00:36:15 170f70906a0f: Waiting 00:36:15 99f96fe45779: Verifying Checksum 00:36:15 99f96fe45779: Download complete 00:36:15 74f711af9a0d: Download complete 00:36:15 66aa3694b03b: Verifying Checksum 00:36:15 66aa3694b03b: Download complete 00:36:15 170f70906a0f: Download complete 00:36:15 b538f80385f9: Verifying Checksum 00:36:15 b538f80385f9: Download complete 00:36:16 b538f80385f9: Pull complete 00:36:16 74f711af9a0d: Pull complete 00:36:17 99f96fe45779: Pull complete 00:36:18 Removing intermediate container e4fb0f6dee65 00:36:18 ---> e51de38958cf 00:36:18 Step 8/21 : COPY . . 00:36:19 ad7c5574e4b9: Verifying Checksum 00:36:19 ad7c5574e4b9: Download complete 00:36:19 c890913d741a: Download complete 00:36:20 e772456be8f7: Verifying Checksum 00:36:20 e772456be8f7: Download complete 00:36:20 2480fcc9aa5a: Verifying Checksum 00:36:20 2480fcc9aa5a: Download complete 00:36:20 09adf4765672: Verifying Checksum 00:36:20 09adf4765672: Download complete 00:36:21 fd7a069fd194: Verifying Checksum 00:36:21 fd7a069fd194: Download complete 00:36:33 fd7a069fd194: Pull complete 00:36:33 66aa3694b03b: Pull complete 00:36:33 170f70906a0f: Pull complete 00:36:38 ad7c5574e4b9: Pull complete 00:36:42 e772456be8f7: Pull complete 00:36:42 c890913d741a: Pull complete 00:36:45 2480fcc9aa5a: Pull complete 00:36:45 09adf4765672: Pull complete 00:36:45 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:36:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:36:45 ---> 2248a725d1cf 00:36:45 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:50 ---> Running in cb4671cd1c1f 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:53 (1/12) Installing libmagic (5.38-r0) 00:36:53 (2/12) Installing file (5.38-r0) 00:36:53 (3/12) Installing libc-dev (0.7.2-r3) 00:36:53 (4/12) Installing g++ (9.3.0-r2) 00:36:56 (5/12) Installing fortify-headers (1.1-r0) 00:36:56 (6/12) Installing patch (2.7.6-r6) 00:36:56 (7/12) Installing build-base (0.5-r2) 00:36:56 (8/12) Installing libsodium (1.0.18-r0) 00:36:56 (9/12) Installing pkgconf (1.7.2-r0) 00:36:56 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:56 (11/12) Installing libzmq (4.3.2-r0) 00:36:56 (12/12) Installing zeromq-dev (4.3.2-r0) 00:36:56 Executing busybox-1.31.1-r16.trigger 00:36:56 OK: 217 MiB in 51 packages 00:36:57 ---> 7163b78c0ff3 00:36:57 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:36:57 ---> cf8e3c5f1c93 00:36:57 Step 9/22 : RUN make cmd/core-data/core-data 00:36:57 ---> 53a28249173c 00:36:57 Step 9/21 : RUN make cmd/support-logging/support-logging 00:36:57 ---> 7ee15b2eb4f6 00:36:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:57 ---> Running in d57c385d73d4 00:36:57 ---> Running in b78227665e41 00:36:57 ---> Running in 735a744bd973 00:36:57 ---> Running in 72bde14206e5 00:36:57 ---> bd1b4cde1b56 00:36:57 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:36:57 ---> Running in 60016e6f51e3 00:36:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:36:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:00 Removing intermediate container cb4671cd1c1f 00:37:00 ---> cb57bc62ae91 00:37:00 Step 4/7 : WORKDIR /edgex-go 00:37:01 ---> Running in 49c59adf4b22 00:37:01 Removing intermediate container 49c59adf4b22 00:37:01 ---> b3fc8b19bfc1 00:37:01 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:02 latest: Pulling from library/docker 00:37:02 b538f80385f9: Already exists 00:37:02 259a493cd78d: Pulling fs layer 00:37:02 b8e66b5100f5: Pulling fs layer 00:37:02 39dc9c94d07c: Pulling fs layer 00:37:02 551b823b3b82: Pulling fs layer 00:37:02 3c52a74df98c: Pulling fs layer 00:37:02 6c9b121b6998: Pulling fs layer 00:37:02 551b823b3b82: Waiting 00:37:02 3c52a74df98c: Waiting 00:37:02 6c9b121b6998: Waiting 00:37:02 b8e66b5100f5: Download complete 00:37:02 551b823b3b82: Verifying Checksum 00:37:02 551b823b3b82: Download complete 00:37:02 259a493cd78d: Verifying Checksum 00:37:02 259a493cd78d: Download complete 00:37:02 3c52a74df98c: Verifying Checksum 00:37:02 3c52a74df98c: Download complete 00:37:02 6c9b121b6998: Verifying Checksum 00:37:02 6c9b121b6998: Download complete 00:37:03 259a493cd78d: Pull complete 00:37:03 b8e66b5100f5: Pull complete 00:37:03 39dc9c94d07c: Verifying Checksum 00:37:03 39dc9c94d07c: Download complete 00:37:07 39dc9c94d07c: Pull complete 00:37:07 551b823b3b82: Pull complete 00:37:07 3c52a74df98c: Pull complete 00:37:08 6c9b121b6998: Pull complete 00:37:08 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:37:08 Status: Downloaded newer image for docker:latest 00:37:11 ---> 0ce9db33bffb 00:37:11 Step 6/7 : COPY go.mod . 00:37:11 ---> 38a1a149130d 00:37:11 Step 7/7 : RUN go mod download 00:37:11 ---> Running in b5e521a91b11 00:37:15 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:37:15 go: finding github.com/BurntSushi/toml v0.3.1 00:37:15 go: finding github.com/OneOfOne/xxhash v1.2.5 00:37:15 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:37:15 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:37:15 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:37:15 go: finding github.com/bgentry/speakeasy v0.1.0 00:37:15 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:37:15 go: finding github.com/davecgh/go-spew v1.1.1 00:37:15 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:37:15 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:37:15 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:37:15 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:37:15 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:37:15 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:37:15 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:37:15 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:37:15 go: finding github.com/fatih/color v1.7.0 00:37:15 go: finding github.com/fsnotify/fsnotify v1.4.7 00:37:16 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:37:16 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:37:16 go: finding github.com/go-kit/kit v0.8.0 00:37:16 go: finding github.com/go-logfmt/logfmt v0.4.0 00:37:16 go: finding github.com/go-playground/assert/v2 v2.0.1 00:37:16 go: finding github.com/go-playground/locales v0.13.0 00:37:16 go: finding github.com/go-playground/universal-translator v0.17.0 00:37:16 go: finding github.com/go-playground/validator/v10 v10.3.0 00:37:16 go: finding github.com/go-redis/redis/v7 v7.2.0 00:37:16 go: finding github.com/go-stack/stack v1.8.0 00:37:16 go: finding github.com/golang/protobuf v1.3.2 00:37:16 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:37:16 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:37:16 go: finding github.com/google/uuid v1.1.0 00:37:16 go: finding github.com/gorilla/mux v1.7.1 00:37:16 go: finding github.com/hashicorp/consul/api v1.1.0 00:37:16 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:37:16 go: finding github.com/hashicorp/errwrap v1.0.0 00:37:16 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:37:16 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:37:16 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:37:16 go: finding github.com/hashicorp/go-multierror v1.0.0 00:37:16 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:37:16 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:37:16 go: finding github.com/hashicorp/go-syslog v1.0.0 00:37:16 go: finding github.com/hashicorp/go-uuid v1.0.1 00:37:16 go: finding github.com/hashicorp/go.net v0.0.1 00:37:17 go: finding github.com/hashicorp/golang-lru v0.5.0 00:37:17 go: finding github.com/hashicorp/logutils v1.0.0 00:37:17 go: finding github.com/hashicorp/mdns v1.0.0 00:37:17 go: finding github.com/hashicorp/memberlist v0.1.3 00:37:17 go: finding github.com/hashicorp/serf v0.8.2 00:37:17 go: finding github.com/hpcloud/tail v1.0.0 00:37:17 go: finding github.com/imdario/mergo v0.3.6 00:37:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:37:17 go: finding github.com/kr/pretty v0.1.0 00:37:17 go: finding github.com/kr/pty v1.1.1 00:37:17 go: finding github.com/kr/text v0.1.0 00:37:17 go: finding github.com/leodido/go-urn v1.2.0 00:37:17 go: finding github.com/mattn/go-colorable v0.0.9 00:37:17 go: finding github.com/mattn/go-isatty v0.0.3 00:37:17 go: finding github.com/miekg/dns v1.0.14 00:37:17 go: finding github.com/mitchellh/cli v1.0.0 00:37:17 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:37:17 go: finding github.com/mitchellh/copystructure v1.0.0 00:37:17 go: finding github.com/mitchellh/go-homedir v1.0.0 00:37:17 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:37:17 go: finding github.com/mitchellh/gox v0.4.0 00:37:18 go: finding github.com/mitchellh/iochan v1.0.0 00:37:18 go: finding github.com/mitchellh/mapstructure v1.1.2 00:37:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:37:18 go: finding github.com/onsi/ginkgo v1.10.1 00:37:18 go: finding github.com/onsi/gomega v1.7.0 00:37:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:37:18 go: finding github.com/pebbe/zmq4 v1.0.0 00:37:18 go: finding github.com/pelletier/go-toml v1.2.0 00:37:18 go: finding github.com/pkg/errors v0.8.1 00:37:18 go: finding github.com/pmezard/go-difflib v1.0.0 00:37:18 go: finding github.com/posener/complete v1.1.1 00:37:18 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:37:18 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:37:18 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:37:18 go: finding github.com/stretchr/objx v0.1.0 00:37:18 go: finding github.com/stretchr/testify v1.5.1 00:37:18 go: finding github.com/ugorji/go v1.1.4 00:37:18 go: finding github.com/x448/float16 v0.8.4 00:37:18 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:37:18 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:37:18 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:37:18 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:37:18 go: finding golang.org/x/text v0.3.2 00:37:18 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:37:18 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:37:18 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:37:18 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:37:19 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:37:19 go: finding gopkg.in/yaml.v2 v2.2.8 00:37:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:37:35 Removing intermediate container 735a744bd973 00:37:35 ---> 6fa9543541c1 00:37:35 00:37:35 Step 10/21 : FROM scratch 00:37:35 ---> 00:37:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:35 Removing intermediate container 72bde14206e5 00:37:35 ---> 9b458e2321f3 00:37:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:35 ---> Running in c0bd6d4c704e 00:37:35 ---> Running in 0bf02ece40b9 00:37:35 Removing intermediate container 0bf02ece40b9 00:37:35 ---> 41671144ce11 00:37:35 Step 12/21 : ENV APP_PORT=48061 00:37:36 ---> Running in 2b57247e8981 00:37:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:37 Removing intermediate container 2b57247e8981 00:37:37 ---> 1bff15e9c84e 00:37:37 Step 13/21 : EXPOSE $APP_PORT 00:37:41 Removing intermediate container b5e521a91b11 00:37:41 ---> 45b81b20f05b 00:37:41 Successfully built 45b81b20f05b 00:37:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:41 ---> Running in f74f429595da 00:37:41 Removing intermediate container d57c385d73d4 00:37:41 ---> e6baa1e0eaf7 00:37:41 00:37:41 Step 10/26 : FROM alpine:3.10 00:37:41 Removing intermediate container 60016e6f51e3 00:37:41 ---> fb5a6f2a2b85 00:37:41 00:37:41 Step 10/20 : FROM scratch 00:37:41 ---> 00:37:41 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:41 + docker inspect -f . ci-base-image-arm64 00:37:41 . [Pipeline] withDockerContainer 00:37:42 3.10: Pulling from library/alpine 00:37:42 prd-ubuntu18.04-docker-arm64-4c-16g-546 does not seem to be running inside a container 00:37:42 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:42 Removing intermediate container f74f429595da 00:37:42 ---> af32611ba88c 00:37:42 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:37:42 ---> Running in 462ee3a4ece1 00:37:42 Removing intermediate container 462ee3a4ece1 00:37:42 ---> f2c752599e48 00:37:42 Step 12/20 : ENV APP_PORT=48085 00:37:43 ---> 49c33e7fb702 00:37:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:37:43 Removing intermediate container c0bd6d4c704e 00:37:43 ---> e729c7bcc223 00:37:43 00:37:43 Step 11/26 : FROM docker:latest 00:37:43 ---> 81f5749c9058 00:37:43 Step 12/26 : RUN apk add --no-cache bash 00:37:43 ---> Running in f0c7ae14e72b 00:37:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:43 Status: Downloaded newer image for alpine:3.10 00:37:43 ---> be4e4bea2c2e 00:37:43 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:43 ---> Running in f4c27e8a54a6 00:37:43 ---> Running in bf4a29203c90 00:37:43 Removing intermediate container f0c7ae14e72b 00:37:43 ---> 59d40de31cf1 00:37:43 Step 13/20 : EXPOSE $APP_PORT 00:37:43 ---> 7161c6e8e671 00:37:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:37:43 ---> Running in 10c9e03fadb3 00:37:43 $ docker top 69ccac95a875bce0b1636e09bab4c58d4f6ad627c761318e1281b0ee027864a7 -eo pid,comm 00:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 00:37:44 Removing intermediate container 10c9e03fadb3 00:37:44 ---> 480941498eb0 00:37:44 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:44 (1/2) Installing readline (8.0.4-r0) 00:37:44 (2/2) Installing bash (5.0.17-r0) 00:37:44 Executing bash-5.0.17-r0.post-install 00:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:44 Executing busybox-1.31.1-r16.trigger 00:37:44 OK: 12 MiB in 22 packages 00:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:44 ---> 89d3a314a176 00:37:44 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:37:44 ---> 65b1c1fea3e7 00:37:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:44 + go version 00:37:44 go version go1.13.13 linux/arm64 [Pipeline] echo 00:37:44 ========================================================= 00:37:44 [edgeXBuildGoParallel] Running Tests and Build... 00:37:44 ========================================================= [Pipeline] sh 00:37:44 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:44 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:44 OK: 10346 distinct packages available 00:37:44 (1/5) Installing ca-certificates (20191127-r2) 00:37:44 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:44 (3/5) Installing libcurl (7.66.0-r0) 00:37:44 (4/5) Installing curl (7.66.0-r0) 00:37:44 (5/5) Installing dumb-init (1.2.2-r1) 00:37:44 Executing busybox-1.30.1-r3.trigger 00:37:44 Executing ca-certificates-20191127-r2.trigger 00:37:45 OK: 7 MiB in 19 packages 00:37:45 + make test 00:37:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:37:47 ---> 935a42355ed3 00:37:47 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:47 ---> 1debbc68c1e7 00:37:47 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:47 ---> Running in 310d2b222653 00:37:47 Removing intermediate container f4c27e8a54a6 00:37:47 ---> 6bbfaa1f77f5 00:37:47 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:37:47 Removing intermediate container b78227665e41 00:37:47 ---> 1913d0c1df36 00:37:47 00:37:47 Step 10/22 : FROM alpine 00:37:48 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:48 latest: Pulling from library/alpine 00:37:48 ---> Running in 18aece5c0999 00:37:48 ---> a9e57f429f6c 00:37:48 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:48 Removing intermediate container bf4a29203c90 00:37:48 ---> 59276353aad5 00:37:48 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:48 Removing intermediate container 310d2b222653 00:37:48 ---> 88d65a4e5059 00:37:48 Step 19/21 : LABEL arch=x86_64 00:37:48 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:37:48 Status: Downloaded newer image for alpine:latest 00:37:48 ---> a24bb4013296 00:37:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:49 ---> Running in a2b25a4ffcd1 00:37:49 ---> Running in 15fd943e0fe2 00:37:49 ---> Running in ef807dc917ef 00:37:49 ---> Running in 0c7a0ec68674 00:37:49 Removing intermediate container 15fd943e0fe2 00:37:49 ---> ad09cedd05de 00:37:49 Step 13/26 : WORKDIR / 00:37:49 Removing intermediate container a2b25a4ffcd1 00:37:49 ---> ba6691280eed 00:37:49 Step 18/20 : LABEL arch=x86_64 00:37:49 Removing intermediate container ef807dc917ef 00:37:49 ---> f29f263660ac 00:37:49 Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:37:49 Removing intermediate container 0c7a0ec68674 00:37:49 ---> 51c9f5e4a06a 00:37:49 Step 12/22 : ENV APP_PORT=48080 00:37:49 ---> Running in 79b664fb6c5a 00:37:49 ---> Running in 9e35a4bf5f43 00:37:49 ---> Running in 458b96335dad 00:37:50 ---> Running in f47d350ed5db 00:37:50 Removing intermediate container 458b96335dad 00:37:50 ---> 9678cc4fe3a8 00:37:50 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:50 Removing intermediate container 79b664fb6c5a 00:37:50 ---> 675ffc926a7c 00:37:50 Step 19/20 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:37:50 Removing intermediate container 9e35a4bf5f43 00:37:50 ---> b9b1b58b1d8a 00:37:50 Step 21/21 : LABEL version=0.0.0 00:37:50 Removing intermediate container f47d350ed5db 00:37:50 ---> 699b00e88de5 00:37:50 Step 13/22 : EXPOSE $APP_PORT 00:37:50 ---> Running in 956f65b4502a 00:37:50 ---> Running in a3ad6fcfa438 00:37:50 Removing intermediate container 18aece5c0999 00:37:50 ---> c7eaf5cb1ba8 00:37:50 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:50 ---> Running in 7a16a7d1b681 00:37:50 ---> 38f12b1d7eea 00:37:50 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:50 ---> Running in 818c8d64773d 00:37:51 Removing intermediate container 956f65b4502a 00:37:51 ---> 855e4d6da424 00:37:51 Step 20/20 : LABEL version=0.0.0 00:37:51 Removing intermediate container a3ad6fcfa438 00:37:51 ---> 586c0fd4cb3f 00:37:51 00:37:51 Removing intermediate container 7a16a7d1b681 00:37:51 ---> daab826159da 00:37:51 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:51 ---> Running in 83e0a9516317 00:37:51 Successfully built 586c0fd4cb3f 00:37:51 ---> Running in aef31556c864 00:37:51 Successfully tagged docker-support-logging-go:latest 00:37:52  Building docker-support-logging-go ... done Building docker-support-notifications-go 00:37:52 ---> c0c1bb6ff51b 00:37:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:52 Removing intermediate container 818c8d64773d 00:37:52 ---> 646510afbe2f 00:37:52 Step 15/26 : ENV APP_PORT=48090 00:37:53 ---> Running in 0ba9475cd020 00:37:53 Removing intermediate container 83e0a9516317 00:37:53 ---> e499d9a3b7d3 00:37:53 00:37:53 Successfully built e499d9a3b7d3 00:37:55 Successfully tagged docker-support-scheduler-go:latest 00:37:55 Building docker-security-secrets-setup-go 00:37:58  Building docker-support-scheduler-go ... done  ---> ade758d5fa14 00:37:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:37:58 Removing intermediate container 0ba9475cd020 00:37:58 ---> 53afb49a283d 00:37:58 Step 16/26 : EXPOSE $APP_PORT 00:37:59 ---> Running in 3f679de1af20 00:37:59 ---> b8dd382261f8 00:37:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:01 Removing intermediate container aef31556c864 00:38:01 ---> dce412c7e16e 00:38:01 Step 15/22 : RUN apk --no-cache add zeromq 00:38:02 Removing intermediate container 3f679de1af20 00:38:02 ---> 5b88dacad897 00:38:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:02 ---> 158572ffd439 00:38:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:03 ---> Running in 22dd3201dcec 00:38:06 ---> 66b1316f6ecf 00:38:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:06 ---> 864b716e9257 00:38:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 (1/5) Installing libgcc (9.3.0-r2) 00:38:07 (2/5) Installing libsodium (1.0.18-r0) 00:38:07 (3/5) Installing libstdc++ (9.3.0-r2) 00:38:07 (4/5) Installing libzmq (4.3.2-r0) 00:38:08 (5/5) Installing zeromq (4.3.2-r0) 00:38:08 Executing busybox-1.31.1-r16.trigger 00:38:08 OK: 8 MiB in 19 packages 00:38:08 ---> 194202144d74 00:38:08 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:10 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:10 ---> 655c0baecf5a 00:38:10 Step 3/23 : WORKDIR /edgex-go 00:38:10 ---> Using cache 00:38:10 ---> 65a678c5648c 00:38:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:10 ---> Using cache 00:38:10 ---> 61c70dd34bef 00:38:10 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:38:11 ---> 8961514ef039 00:38:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:11 ---> Running in c37bf48518af 00:38:11 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:11 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:38:11 ---> 655c0baecf5a 00:38:11 Step 3/29 : WORKDIR /edgex-go 00:38:11 ---> Using cache 00:38:11 ---> 65a678c5648c 00:38:11 Step 4/29 : RUN apk update && apk add make git 00:38:12 ---> 2764663bc4e9 00:38:12 Step 20/26 : RUN apk --no-cache add py-pip 00:38:12 ---> Running in cb51f323fcc4 00:38:12 ---> Running in 8457a2645ddb 00:38:12 ---> 8ee51ee436ca 00:38:12 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:12 Removing intermediate container 22dd3201dcec 00:38:12 ---> a014c7d16d72 00:38:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:38:12 ---> Running in 4ff28fb98a56 00:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:13 ---> 8302590ec7c5 00:38:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:14 (1/33) Installing libbz2 (1.0.8-r1) 00:38:14 (2/33) Installing expat (2.2.9-r1) 00:38:14 (3/33) Installing libffi (3.3-r2) 00:38:14 (4/33) Installing gdbm (1.13-r1) 00:38:14 (5/33) Installing xz-libs (5.2.5-r0) 00:38:14 ---> 71f9477a35e4 00:38:14 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:14 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:14 (7/33) Installing python3 (3.8.5-r0) 00:38:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:17 ---> b7b703f03997 00:38:17 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:38:17 Removing intermediate container 4ff28fb98a56 00:38:17 ---> 84b7e4528d2e 00:38:17 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:38:17 ---> Running in 77c5b62befa1 00:38:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:17 (11/33) Installing py3-six (1.15.0-r0) 00:38:17 (12/33) Installing py3-packaging (20.4-r0) 00:38:17 ---> Running in de087e79d844 00:38:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:17 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:17 (15/33) Installing py3-idna (2.9-r0) 00:38:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:18 (18/33) Installing py3-requests (2.23.0-r0) 00:38:18 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:18 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:18 Removing intermediate container 77c5b62befa1 00:38:18 ---> 5d0f556a9340 00:38:18 Step 20/22 : LABEL arch=x86_64 00:38:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:18 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:18 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:18 OK: 12746 distinct packages available 00:38:18 OK: 233 MiB in 51 packages 00:38:18 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:18 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:18 (24/33) Installing py3-distro (1.5.0-r1) 00:38:18 Removing intermediate container de087e79d844 00:38:18 ---> f8dbe79b1b29 00:38:18 Step 24/26 : LABEL arch=x86_64 00:38:18 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:18 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:18 OK: 12746 distinct packages available 00:38:18 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:19 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:19 OK: 233 MiB in 51 packages 00:38:19 ---> Running in 64ac86899dd3 00:38:19 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:19 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:19 (29/33) Installing py3-progress (1.5-r0) 00:38:19 (30/33) Installing py3-toml (0.10.1-r0) 00:38:19 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:19 (33/33) Installing py3-pip (20.1.1-r0) 00:38:19 ---> Running in f6e2a9027e2e 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:20 Executing busybox-1.31.1-r16.trigger 00:38:20 Removing intermediate container 64ac86899dd3 00:38:20 ---> dde119aeb761 00:38:20 Step 21/22 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:38:20 OK: 71 MiB in 55 packages 00:38:20 ---> Running in 87fd8e5fc539 00:38:21 Removing intermediate container cb51f323fcc4 00:38:21 ---> 636d1a416f0a 00:38:21 Step 5/29 : COPY go.mod . 00:38:21 Removing intermediate container f6e2a9027e2e 00:38:21 ---> 0c3fce2021e1 00:38:21 Step 25/26 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:38:21 ---> Running in 0cde04f70b83 00:38:21 Removing intermediate container c37bf48518af 00:38:21 ---> db3dd9722bdd 00:38:21 Step 6/23 : COPY go.mod . 00:38:21 Removing intermediate container 87fd8e5fc539 00:38:21 ---> e8c05775be52 00:38:21 Step 22/22 : LABEL version=0.0.0 00:38:21 ---> c0ab67b89cc2 00:38:21 Step 6/29 : RUN go mod download 00:38:22 ---> Running in 546dc0e0ab46 00:38:22 ---> Running in a8f8b4af0fc7 00:38:22 Removing intermediate container 0cde04f70b83 00:38:22 ---> 75beb73a73a1 00:38:22 Step 26/26 : LABEL version=0.0.0 00:38:24 ---> b2b2962f0b52 00:38:24 Step 7/23 : RUN go mod download 00:38:25 Removing intermediate container 546dc0e0ab46 00:38:25 ---> da0be1e6ff91 00:38:25 00:38:25 ---> Running in 41f777177c3e 00:38:25 ---> Running in 732df562c2c9 00:38:25 Successfully built da0be1e6ff91 00:38:25 Successfully tagged docker-core-data-go:latest 00:38:25  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 00:38:25 Removing intermediate container 8457a2645ddb 00:38:25 ---> 64af81ffdc46 00:38:25 Step 21/26 : RUN pip install docker-compose==1.23.2 00:38:25 Removing intermediate container 41f777177c3e 00:38:25 ---> 24702b8b5351 00:38:25 00:38:25 ---> Running in 9cdad0ff8ede 00:38:25 Successfully built 24702b8b5351 00:38:25 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:25  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 00:38:32 Removing intermediate container a8f8b4af0fc7 00:38:32 ---> e36173cdea25 00:38:32 Step 7/29 : COPY . . 00:38:32 Removing intermediate container 732df562c2c9 00:38:32 ---> c3d8221cec4b 00:38:32 Step 8/23 : COPY . . 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.073s 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:42 Collecting docker-compose==1.23.2 00:38:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:44 Collecting websocket-client<1.0,>=0.32.0 00:38:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:46 Collecting jsonschema<3,>=2.5.1 00:38:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:47 Collecting docopt<0.7,>=0.6.1 00:38:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:48 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:38:48 ---> 655c0baecf5a 00:38:48 Step 3/20 : WORKDIR /edgex-go 00:38:48 ---> Using cache 00:38:48 ---> 65a678c5648c 00:38:48 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:48 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:48 ---> 655c0baecf5a 00:38:48 Step 3/21 : WORKDIR /edgex-go 00:38:48 ---> Using cache 00:38:48 ---> 65a678c5648c 00:38:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:48 ---> Using cache 00:38:48 ---> 61c70dd34bef 00:38:48 Step 5/21 : RUN apk update && apk add make git 00:38:48 ---> Using cache 00:38:48 ---> 61c70dd34bef 00:38:48 Step 5/20 : RUN apk update && apk add make git 00:38:48 ---> Using cache 00:38:48 ---> 66ac7f0c8e0f 00:38:48 Step 6/21 : COPY go.mod . 00:38:48 ---> Using cache 00:38:48 ---> 66ac7f0c8e0f 00:38:48 Step 6/20 : COPY go.mod . 00:38:48 ---> Using cache 00:38:48 ---> 69031d4e9d24 00:38:48 Step 7/20 : RUN go mod download 00:38:48 ---> Using cache 00:38:48 ---> 69031d4e9d24 00:38:48 Step 7/21 : RUN go mod download 00:38:48 ---> Using cache 00:38:48 ---> 17f5764e0caf 00:38:48 Step 8/21 : COPY . . 00:38:48 ---> Using cache 00:38:48 ---> 17f5764e0caf 00:38:48 Step 8/20 : COPY . . 00:38:48 ---> Using cache 00:38:48 ---> bd1b4cde1b56 00:38:48 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:38:48 ---> Using cache 00:38:48 ---> bd1b4cde1b56 00:38:48 Step 9/21 : RUN make cmd/core-command/core-command 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.062s coverage: 46.6% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:51 ---> Running in e5824e27366f 00:38:51 ---> Running in c81abc5d6338 00:38:53 Collecting PyYAML<4,>=3.10 00:38:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.2% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.046s coverage: 80.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:56 Collecting dockerpty<0.5,>=0.4.1 00:38:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.394s coverage: 92.9% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:57 Collecting texttable<0.10,>=0.9.0 00:38:57 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.299s coverage: 28.6% of statements 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:00 ---> 640da2457bbb 00:39:00 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:39:00 Collecting cached-property<2,>=1.2.0 00:39:00 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:39:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:00 ---> 8063beb10c82 00:39:00 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:39:00 ---> Running in d5cb3666bddb 00:39:00 Collecting docker<4.0,>=3.6.0 00:39:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:00 ---> Running in 97fd85a3a64e 00:39:00 Collecting urllib3<1.25,>=1.21.1 00:39:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:01 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:01 Collecting idna<2.8,>=2.5 00:39:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:01 Collecting docker-pycreds>=0.4.0 00:39:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:01 Installing collected packages: websocket-client, jsonschema, docopt, PyYAML, dockerpty, texttable, urllib3, idna, requests, cached-property, docker-pycreds, docker, docker-compose 00:39:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:39: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 00:39:02 Running setup.py install for docopt: started 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:03 Running setup.py install for docopt: finished with status 'done' 00:39:03 Running setup.py install for PyYAML: started 00:39:04 Running setup.py install for PyYAML: finished with status 'done' 00:39:04 Running setup.py install for dockerpty: started 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.070s coverage: 89.8% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:05 Running setup.py install for dockerpty: finished with status 'done' 00:39:05 Running setup.py install for texttable: started 00:39:06 Running setup.py install for texttable: finished with status 'done' 00:39:06 Attempting uninstall: urllib3 00:39:06 Found existing installation: urllib3 1.25.9 00:39:06 Uninstalling urllib3-1.25.9: 00:39:06 Successfully uninstalled urllib3-1.25.9 00:39:06 Attempting uninstall: idna 00:39:06 Found existing installation: idna 2.9 00:39:06 Uninstalling idna-2.9: 00:39:06 Successfully uninstalled idna-2.9 00:39:06 Attempting uninstall: requests 00:39:06 Found existing installation: requests 2.23.0 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.047s coverage: 100.0% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:39:07 Uninstalling requests-2.23.0: 00:39:07 Successfully uninstalled requests-2.23.0 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements 00:39:09 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:13 Removing intermediate container 9cdad0ff8ede 00:39:13 ---> 932bac2689bb 00:39:13 Step 22/26 : RUN apk --no-cache add curl 00:39:13 ---> Running in cf82773fc819 00:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:15 (2/3) Installing libcurl (7.69.1-r0) 00:39:15 (3/3) Installing curl (7.69.1-r0) 00:39:15 Executing busybox-1.31.1-r16.trigger 00:39:15 OK: 72 MiB in 58 packages 00:39:17 Removing intermediate container cf82773fc819 00:39:17 ---> 8f0b7715e0cf 00:39:17 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:17 ---> Running in d3540d098931 00:39:17 Removing intermediate container d3540d098931 00:39:17 ---> d2853c0c1615 00:39:17 Step 24/26 : LABEL arch=x86_64 00:39:17 ---> Running in 6a771dceb00d 00:39:17 Removing intermediate container 6a771dceb00d 00:39:17 ---> 509d75b8281c 00:39:17 Step 25/26 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:39:17 ---> Running in b6587e067c52 00:39:17 Removing intermediate container b6587e067c52 00:39:17 ---> 85604176890d 00:39:17 Step 26/26 : LABEL version=0.0.0 00:39:17 ---> Running in 4e45c3ea3e6f 00:39:18 Removing intermediate container 4e45c3ea3e6f 00:39:18 ---> 498ccd32c72a 00:39:18 00:39:18 Successfully built 498ccd32c72a 00:39:18 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:18 Building docker-core-metadata-go 00:39:30  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c81abc5d6338 00:39:30 ---> 7af57664e674 00:39:30 00:39:30 Step 10/20 : FROM alpine 00:39:30 ---> a24bb4013296 00:39:30 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:39:31 ---> Running in 240ff59e6402 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.912s coverage: 86.3% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.023s coverage: 72.2% of statements 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.342s coverage: 72.1% of statements 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.026s coverage: 48.4% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.048s coverage: 96.8% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 31.1% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.272s coverage: 84.1% of statements 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.268s coverage: 46.1% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.042s coverage: 100.0% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:36 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:36 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:36 OK: 12746 distinct packages available 00:39:36 (1/4) Installing ca-certificates (20191127-r4) 00:39:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:36 (3/4) Installing libcurl (7.69.1-r0) 00:39:36 (4/4) Installing curl (7.69.1-r0) 00:39:36 Executing busybox-1.31.1-r16.trigger 00:39:36 Executing ca-certificates-20191127-r4.trigger 00:39:37 OK: 7 MiB in 18 packages 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.174s coverage: 29.1% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:38 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:39:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:39 ---> 655c0baecf5a 00:39:39 Step 3/21 : WORKDIR /edgex-go 00:39:39 ---> Using cache 00:39:39 ---> 65a678c5648c 00:39:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:39 ---> Using cache 00:39:39 ---> 61c70dd34bef 00:39:39 Step 5/21 : RUN apk update && apk add make git 00:39:39 ---> Using cache 00:39:39 ---> 66ac7f0c8e0f 00:39:39 Step 6/21 : COPY go.mod . 00:39:39 ---> Using cache 00:39:39 ---> 69031d4e9d24 00:39:39 Step 7/21 : RUN go mod download 00:39:39 ---> Using cache 00:39:39 ---> 17f5764e0caf 00:39:39 Step 8/21 : COPY . . 00:39:39 ---> Using cache 00:39:39 ---> bd1b4cde1b56 00:39:39 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:39:40 Removing intermediate container 97fd85a3a64e 00:39:40 ---> faf9c1217f68 00:39:40 00:39:40 Step 9/29 : FROM alpine:latest 00:39:40 ---> Running in f93a7704045f 00:39:40 ---> a24bb4013296 00:39:40 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:39:40 ---> Running in ba5ce6d09583 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 00:39:41 Removing intermediate container e5824e27366f 00:39:41 ---> ae0ae1728f00 00:39:41 00:39:41 Step 10/21 : FROM scratch 00:39:41 ---> 00:39:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:41 ---> Using cache 00:39:41 ---> f2c752599e48 00:39:41 Step 12/21 : ENV APP_PORT=48082 00:39:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements 00:39:43 Removing intermediate container ba5ce6d09583 00:39:43 ---> b99310d9f120 00:39:43 Step 11/29 : USER root 00:39:43 GO111MODULE=on go vet ./... 00:39:44 ---> Running in 45cada2b8f5b 00:39:44 Removing intermediate container 240ff59e6402 00:39:44 ---> d86e54fb417a 00:39:44 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:45 ---> Running in 782d5771dc07 00:39:45 ---> Running in 3238aa99c83e 00:39:45 Removing intermediate container 45cada2b8f5b 00:39:45 ---> 85941b294962 00:39:45 Step 13/21 : EXPOSE $APP_PORT 00:39:45 ---> Running in 5be3eaa35eb0 00:39:45 Removing intermediate container d5cb3666bddb 00:39:45 ---> c93a4ee1450e 00:39:45 00:39:45 Step 10/23 : FROM scratch 00:39:45 ---> 00:39:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:45 ---> Using cache 00:39:45 ---> 41671144ce11 00:39:45 Step 12/23 : ENV APP_PORT=48060 00:39:45 Removing intermediate container 782d5771dc07 00:39:45 ---> fefa52384457 00:39:45 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:39:45 Removing intermediate container 3238aa99c83e 00:39:45 ---> 5f8d1df2cbf1 00:39:45 Step 13/20 : WORKDIR /edgex 00:39:45 ---> Running in 4256af337867 00:39:45 Removing intermediate container 5be3eaa35eb0 00:39:45 ---> 471796cfd743 00:39:45 Step 14/21 : WORKDIR / 00:39:45 ---> Running in 593d3716fb86 00:39:45 ---> Running in d560dee4fd9c 00:39:45 ---> Running in bbb71d46c597 00:39:46 Removing intermediate container 4256af337867 00:39:46 ---> 4dd5e0a508c7 00:39:46 Step 13/23 : EXPOSE $APP_PORT 00:39:46 ---> Running in 54118dd6a41f 00:39:46 Removing intermediate container d560dee4fd9c 00:39:46 ---> 1538975fcfb8 00:39:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:46 Removing intermediate container bbb71d46c597 00:39:46 ---> d9587a684e8e 00:39:46 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:47 Removing intermediate container 54118dd6a41f 00:39:47 ---> c15968ad7e0a 00:39:47 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:39:47 ---> 749f7fe01fc8 00:39:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:47 ---> 3672d11ebdc3 00:39:47 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:47 ---> 1b56c78d7568 00:39:47 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:47 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:47 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:47 OK: 12746 distinct packages available 00:39:48 (1/2) Installing ca-certificates (20191127-r4) 00:39:48 (2/2) Installing dumb-init (1.2.2-r1) 00:39:48 Executing busybox-1.31.1-r16.trigger 00:39:48 Executing ca-certificates-20191127-r4.trigger 00:39:48 OK: 6 MiB in 16 packages 00:39:49 ---> 1f37d23a53d0 00:39:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:49 ---> a1a90762f1ab 00:39:49 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:50 ---> Running in ea8be781de70 00:39:50 ---> 01dd068955b1 00:39:50 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:39:50 ---> afdef5c0d625 00:39:50 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:50 Removing intermediate container ea8be781de70 00:39:50 ---> b409e4398314 00:39:50 Step 17/20 : CMD ["--init=true"] 00:39:50 ---> Running in 844a416d54c9 00:39:50 ---> Running in 20527fafcf1c 00:39:51 Removing intermediate container 593d3716fb86 00:39:51 ---> 0e0f9a834c0d 00:39:51 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:39:51 Removing intermediate container 844a416d54c9 00:39:51 ---> ae5db741cf86 00:39:51 Step 19/21 : LABEL arch=x86_64 00:39:51 Removing intermediate container 20527fafcf1c 00:39:51 ---> 0a7497b09697 00:39:51 Step 18/20 : LABEL arch=x86_64 00:39:51 ---> Running in 4bfc6e363ce9 00:39:51 ---> 1c263ac3914e 00:39:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:39:51 ---> Running in 91f72426475e 00:39:51 ---> Running in a2af493ff48d 00:39:52 Removing intermediate container 4bfc6e363ce9 00:39:52 ---> 092321d5722b 00:39:52 Step 14/29 : WORKDIR $BASE_DIR 00:39:53 ---> Running in e8bb74cf5ba3 00:39:53 ---> 44abb2a6b7af 00:39:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:53 Removing intermediate container a2af493ff48d 00:39:53 ---> c2be98910671 00:39:53 Step 19/20 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:39:53 Removing intermediate container 91f72426475e 00:39:53 ---> 8e0ad2a2ad04 00:39:53 Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:39:53 ---> Running in 4772753a4f7b 00:39:53 ---> Running in 118c9bfc2590 00:39:53 Removing intermediate container e8bb74cf5ba3 00:39:53 ---> 25c84c6f93f1 00:39:53 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:39:54 Removing intermediate container 118c9bfc2590 00:39:54 ---> dfc9b1731163 00:39:54 Step 21/21 : LABEL version=0.0.0 00:39:54 ---> Running in 0619f0fc4e39 00:39:54 Removing intermediate container 4772753a4f7b 00:39:54 ---> 0be733faef32 00:39:54 Step 20/20 : LABEL version=0.0.0 00:39:54 ---> Running in 4d8b3a23c501 00:39:54 ---> Running in da68c6dd01ab 00:39:54 ---> b4f338348e3b 00:39:54 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:54 Removing intermediate container 4d8b3a23c501 00:39:54 ---> be5876ec7d72 00:39:54 00:39:54 Removing intermediate container da68c6dd01ab 00:39:54 ---> 192d7198ebb4 00:39:54 00:39:54 Successfully built 192d7198ebb4 00:39:54 Successfully built be5876ec7d72 00:39:54 ---> ce36cd0e9379 00:39:54 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:54 Successfully tagged docker-security-proxy-setup-go:latest 00:39:54  Building docker-security-proxy-setup-go ... done Successfully tagged docker-core-command-go:latest 00:39:55  Building docker-core-command-go ... done  ---> Running in 1a30f5de6bd9 00:39:55 Removing intermediate container 1a30f5de6bd9 00:39:55 ---> 85987ee87f52 00:39:55 Step 21/23 : LABEL arch=x86_64 00:39:55 ---> Running in 0ec5a8e63f8f 00:39:55 Removing intermediate container 0619f0fc4e39 00:39:55 ---> 071a995aabf9 00:39:55 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:39:55 Removing intermediate container 0ec5a8e63f8f 00:39:55 ---> 6b069fb1b520 00:39:55 Step 22/23 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:39:55 ---> Running in e9b403da8ebf 00:39:56 Removing intermediate container e9b403da8ebf 00:39:56 ---> fba813c8060d 00:39:56 Step 23/23 : LABEL version=0.0.0 00:39:56 ---> Running in 52b81ad1dd2f 00:39:56 ---> 3b96c6f94a07 00:39:56 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:39:56 Removing intermediate container 52b81ad1dd2f 00:39:56 ---> 8bd426381ce1 00:39:56 00:39:56 ---> 666dfc006bd5 00:39:56 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:39:56 Successfully built 8bd426381ce1 00:39:56 Successfully tagged docker-support-notifications-go:latest 00:39:57  Building docker-support-notifications-go ... done  ---> e686b7363385 00:39:57 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:39:57 ---> 64a84d4679c8 00:39:57 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:39:57 ---> efbab12f86c0 00:39:57 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:39:57 ---> Running in cd684938c0aa 00:40:00 Removing intermediate container cd684938c0aa 00:40:00 ---> 10deac0e5546 00:40:00 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:40:00 Removing intermediate container f93a7704045f 00:40:00 ---> 4a8685178444 00:40:00 00:40:00 Step 10/21 : FROM scratch 00:40:00 ---> 00:40:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:00 ---> Using cache 00:40:00 ---> f2c752599e48 00:40:00 Step 12/21 : ENV APP_PORT=48081 00:40:00 ---> Running in b3d4927c1918 00:40:00 ---> 0dcffc36f6ca 00:40:00 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:00 ---> Running in 3383294595c9 00:40:00 Removing intermediate container b3d4927c1918 00:40:00 ---> d99719cf4c26 00:40:00 Step 13/21 : EXPOSE $APP_PORT 00:40:01 ---> Running in 3918002e75e6 00:40:01 Removing intermediate container 3918002e75e6 00:40:01 ---> dc7c78f02f2d 00:40:01 Step 14/21 : WORKDIR / 00:40:01 ---> Running in 4e677c42d430 00:40:01 Removing intermediate container 4e677c42d430 00:40:01 ---> f6a52735a743 00:40:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:40:01 gofmt -l . 00:40:01 ---> 47c92487e158 00:40:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:01 Removing intermediate container 3383294595c9 00:40:01 ---> b4145f6838e2 00:40:01 Step 24/29 : RUN chmod 755 security-secrets-setup 00:40:01 ---> Running in 274f8f9ee063 00:40:02 ---> a4b28bf62ea8 00:40:02 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:02 [ "`gofmt -l .`" = "" ] 00:40:02 ---> eba9a9c9f78e 00:40:02 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:40:02 ---> Running in 877d4c5b155c 00:40:03 Removing intermediate container 274f8f9ee063 00:40:03 ---> 382016aac18b 00:40:03 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:40:03 Removing intermediate container 877d4c5b155c 00:40:03 ---> 1212ab94b638 00:40:03 Step 19/21 : LABEL arch=x86_64 00:40:03 ---> Running in 67705c99e8cd 00:40:03 ---> Running in c4910e8ccda9 00:40:03 Removing intermediate container c4910e8ccda9 00:40:03 ---> 7a93933693de 00:40:03 Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:40:03 Removing intermediate container 67705c99e8cd 00:40:03 ---> 28d99704d2c0 00:40:03 Step 26/29 : CMD [ "generate" ] 00:40:04 ---> Running in 24e8df948f12 00:40:04 ---> Running in 144cb7b7f931 00:40:04 Removing intermediate container 24e8df948f12 00:40:04 ---> 1d39a454ce9c 00:40:04 Step 21/21 : LABEL version=0.0.0 00:40:04 Removing intermediate container 144cb7b7f931 00:40:04 ---> fe0629105527 00:40:04 Step 27/29 : LABEL arch=x86_64 00:40:04 ---> Running in 399df8bbc981 00:40:04 ---> Running in 7b5e79e1283e 00:40:04 Removing intermediate container 399df8bbc981 00:40:04 ---> 4d17f1046f7e 00:40:04 Step 28/29 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:40:04 Removing intermediate container 7b5e79e1283e 00:40:04 ---> ece1bff03f4c 00:40:04 00:40:04 Successfully built ece1bff03f4c 00:40:04 ---> Running in 9979ab3deb67 00:40:04 Successfully tagged docker-core-metadata-go:latest 00:40:05  Building docker-core-metadata-go ... done Removing intermediate container 9979ab3deb67 00:40:05 ---> caaba0b540c5 00:40:05 Step 29/29 : LABEL version=0.0.0 00:40:05 ---> Running in 0e625e82f59b 00:40:05 Removing intermediate container 0e625e82f59b 00:40:05 ---> 4ef2b0b46b7f 00:40:05 00:40:05 ./bin/test-go-mod-tidy.sh 00:40:05 Successfully built 4ef2b0b46b7f 00:40:05 Successfully tagged docker-security-secrets-setup-go:latest 00:40:05 ./bin/test-attribution-txt.sh 00:40:05  Building docker-security-secrets-setup-go ... done  [Pipeline] } 00:40:05 $ docker stop --time=1 c94d866db0fa68f03aa0ad71de3f97e30a6ba5878451efd289422091fd20244b 00:40:07 $ docker rm -f c94d866db0fa68f03aa0ad71de3f97e30a6ba5878451efd289422091fd20244b [Pipeline] // withDockerContainer [Pipeline] sh 00:40:07 + docker images 00:40:07 + grep docker 00:40:07 docker-core-metadata-go latest ece1bff03f4c 3 seconds ago 14.4MB 00:40:07 docker-security-secrets-setup-go latest 4ef2b0b46b7f 3 seconds ago 25.1MB 00:40:07 docker-support-notifications-go latest 8bd426381ce1 11 seconds ago 14.5MB 00:40:07 docker-security-proxy-setup-go latest 192d7198ebb4 13 seconds ago 16.4MB 00:40:07 docker-core-command-go latest be5876ec7d72 13 seconds ago 13MB 00:40:07 docker-sys-mgmt-agent-go latest 498ccd32c72a 49 seconds ago 284MB 00:40:07 docker-security-secretstore-setup-go latest 24702b8b5351 About a minute ago 33.9MB 00:40:07 docker-core-data-go latest da0be1e6ff91 About a minute ago 24.5MB 00:40:07 docker-support-scheduler-go latest e499d9a3b7d3 2 minutes ago 13.1MB 00:40:07 docker-support-logging-go latest 586c0fd4cb3f 2 minutes ago 11.8MB 00:40:07 docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] sh 00:40:09 + ls -al . 00:40:09 total 588 00:40:09 drwxrwxr-x 10 1001 1001 4096 Aug 20 00:40 . 00:40:09 drwxr-xr-x 4 root root 4096 Aug 20 00:37 .. 00:40:09 -rw-rw-r-- 1 1001 1001 11 Aug 20 00:35 .dockerignore 00:40:09 drwxrwxr-x 8 1001 1001 4096 Aug 20 00:35 .git 00:40:09 drwxrwxr-x 3 1001 1001 4096 Aug 20 00:35 .github 00:40:09 -rw-rw-r-- 1 1001 1001 932 Aug 20 00:35 .gitignore 00:40:09 drwxrwxr-x 3 1001 1001 4096 Aug 20 00:36 .semver 00:40:09 -rw-rw-r-- 1 1001 1001 166 Aug 20 00:35 .sonarcloud.properties 00:40:09 -rw-rw-r-- 1 1001 1001 3804 Aug 20 00:35 CONTRIBUTING.md 00:40:09 -rw-rw-r-- 1 1001 1001 1035 Aug 20 00:35 Dockerfile.build 00:40:09 -rw-rw-r-- 1 1001 1001 865 Aug 20 00:35 Jenkinsfile 00:40:09 -rw-rw-r-- 1 1001 1001 10775 Aug 20 00:35 LICENSE 00:40:09 -rw-rw-r-- 1 1001 1001 6237 Aug 20 00:35 Makefile 00:40:09 -rw-rw-r-- 1 1001 1001 5652 Aug 20 00:35 README.md 00:40:09 -rw-rw-r-- 1 1001 1001 259 Aug 20 00:35 SECURITY.md 00:40:09 -rw-rw-r-- 1 1001 1001 5 Aug 20 00:32 VERSION 00:40:09 -rw-rw-r-- 1 1001 1001 4131 Aug 20 00:35 ZMQWindows.md 00:40:09 drwxrwxr-x 2 1001 1001 4096 Aug 20 00:35 bin 00:40:09 drwxrwxr-x 15 1001 1001 4096 Aug 20 00:35 cmd 00:40:09 -rw-r--r-- 1 root root 460866 Aug 20 00:39 coverage.out 00:40:09 -rw-r--r-- 1 root root 983 Aug 20 00:40 go.mod 00:40:09 -rw-r--r-- 1 root root 18581 Aug 20 00:40 go.sum 00:40:09 drwxrwxr-x 8 1001 1001 4096 Aug 20 00:35 internal 00:40:09 drwxrwxr-x 4 1001 1001 4096 Aug 20 00:35 openapi 00:40:09 drwxrwxr-x 4 1001 1001 4096 Aug 20 00:35 snap 00:40:09 -rw-rw-r-- 1 1001 1001 168 Aug 20 00:35 version.go [Pipeline] sh 00:40:10 + '[' -e coverage.out ] 00:40:10 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:10 Warning: overwriting stash ‘coverage-report’ 00:40:11 Stashed 1 file(s) [Pipeline] sh 00:40:12 + make build 00:40:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:41:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:41:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:41:27 $ docker stop --time=1 69ccac95a875bce0b1636e09bab4c58d4f6ad627c761318e1281b0ee027864a7 00:41:29 $ docker rm -f 69ccac95a875bce0b1636e09bab4c58d4f6ad627c761318e1281b0ee027864a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:31 00:41:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:31 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:31 29e5d40040c1: Pulling fs layer 00:41:31 1ce36da41761: Pulling fs layer 00:41:31 25b303627fd3: Pulling fs layer 00:41:32 29e5d40040c1: Download complete 00:41:32 1ce36da41761: Verifying Checksum 00:41:32 1ce36da41761: Download complete 00:41:32 29e5d40040c1: Pull complete 00:41:34 1ce36da41761: Pull complete 00:41:34 25b303627fd3: Verifying Checksum 00:41:34 25b303627fd3: Download complete 00:41:44 25b303627fd3: Pull complete 00:41:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:44 prd-ubuntu18.04-docker-arm64-4c-16g-546 does not seem to be running inside a container 00:41:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:48 $ docker top 99420d076a61e5a9f5f4ae151145f18469b8c46788f1e66c4456a2a339b13a9e -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:49 + docker-compose build --help 00:41:49 + grep parallel 00:41:53 --parallel Build images in parallel. [Pipeline] } 00:41:53 $ docker stop --time=1 99420d076a61e5a9f5f4ae151145f18469b8c46788f1e66c4456a2a339b13a9e 00:41:55 $ docker rm -f 99420d076a61e5a9f5f4ae151145f18469b8c46788f1e66c4456a2a339b13a9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:56 . [Pipeline] withDockerContainer 00:41:56 prd-ubuntu18.04-docker-arm64-4c-16g-546 does not seem to be running inside a container 00:41:56 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:58 $ docker top 775dcd8bafe476beba5c4336f4573df9426e9bc74ae1c0319c648e7e92a28032 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:59 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:03 Building docker-core-command-go ... 00:42:03 Building docker-core-data-go ... 00:42:03 Building docker-core-metadata-go ... 00:42:03 Building docker-security-proxy-setup-go ... 00:42:03 Building docker-security-secrets-setup-go ... 00:42:03 Building docker-security-secretstore-setup-go ... 00:42:03 Building docker-support-logging-go ... 00:42:03 Building docker-support-notifications-go ... 00:42:03 Building docker-support-scheduler-go ... 00:42:03 Building docker-sys-mgmt-agent-go ... 00:42:03 Building docker-sys-mgmt-agent-go 00:42:03 Building docker-support-scheduler-go 00:42:03 Building docker-core-data-go 00:42:03 Building docker-support-notifications-go 00:42:03 Building docker-support-logging-go 00:43:55 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:55 ---> 45b81b20f05b 00:43:55 Step 3/26 : WORKDIR /edgex-go 00:43:55 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:55 ---> 45b81b20f05b 00:43:55 Step 3/22 : WORKDIR /edgex-go 00:43:55 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:43:55 ---> 45b81b20f05b 00:43:55 Step 3/20 : WORKDIR /edgex-go 00:43:55 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:55 ---> 45b81b20f05b 00:43:55 Step 3/23 : WORKDIR /edgex-go 00:43:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:55 ---> 45b81b20f05b 00:43:55 Step 3/21 : WORKDIR /edgex-go 00:43:55 ---> Running in ac7fff74a5c7 00:43:55 ---> Running in e28e66ec1547 00:43:55 ---> Running in 4004895c79e4 00:43:55 ---> Running in 56188f9b9e18 00:43:55 ---> Running in c06b8414b3be 00:43:55 Removing intermediate container e28e66ec1547 00:43:55 Removing intermediate container c06b8414b3be 00:43:55 ---> 5100053876df 00:43:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:55 ---> 40e561ece3ef 00:43:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:55 Removing intermediate container ac7fff74a5c7 00:43:55 ---> d2a62134d28a 00:43:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:55 Removing intermediate container 4004895c79e4 00:43:55 ---> 296e22776216 00:43:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:55 Removing intermediate container 56188f9b9e18 00:43:55 ---> 2b5fc24a62fe 00:43:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 ---> Running in f0c14d91261c 00:43:56 ---> Running in 179748a6c501 00:43:56 ---> Running in 2764278d8317 00:43:56 ---> Running in aaf4ac0c2089 00:43:56 ---> Running in 4955e5d15621 00:44:00 Removing intermediate container f0c14d91261c 00:44:00 ---> 7f205265349b 00:44:00 Step 5/26 : RUN apk update && apk add make bash git 00:44:00 ---> Running in a8f261cb008e 00:44:00 Removing intermediate container 179748a6c501 00:44:00 ---> dced24ffa52a 00:44:00 Step 5/20 : RUN apk update && apk add make git 00:44:00 Removing intermediate container 2764278d8317 00:44:00 ---> d052b44f6693 00:44:00 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:44:00 ---> Running in 6bf626948ebc 00:44:00 ---> Running in 30eb9fcd53da 00:44:00 Removing intermediate container 4955e5d15621 00:44:00 ---> 13874170e9f6 00:44:00 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:44:01 Removing intermediate container aaf4ac0c2089 00:44:01 ---> 760c05093a6b 00:44:01 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:44:01 ---> Running in 3cf4ab44942a 00:44:01 ---> Running in 784b141b2e33 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:04 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:04 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:04 OK: 12617 distinct packages available 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:04 OK: 217 MiB in 51 packages 00:44:05 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:05 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:05 OK: 12617 distinct packages available 00:44:05 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:05 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:05 OK: 12617 distinct packages available 00:44:05 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:05 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:05 OK: 12617 distinct packages available 00:44:05 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:05 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:05 OK: 12617 distinct packages available 00:44:06 OK: 217 MiB in 51 packages 00:44:06 OK: 217 MiB in 51 packages 00:44:06 OK: 217 MiB in 51 packages 00:44:06 OK: 217 MiB in 51 packages 00:44:06 Removing intermediate container a8f261cb008e 00:44:06 ---> 068e75dc6d8d 00:44:06 Step 6/26 : COPY go.mod . 00:44:07 OK: 217 MiB in 51 packages 00:44:08 Removing intermediate container 6bf626948ebc 00:44:08 ---> cd96d5f2d655 00:44:08 Step 6/20 : COPY go.mod . 00:44:08 Removing intermediate container 30eb9fcd53da 00:44:08 ---> 078966b850a1 00:44:08 Step 6/23 : COPY go.mod . 00:44:08 ---> 9e4bda13e883 00:44:08 Step 7/26 : RUN go mod download 00:44:08 Removing intermediate container 784b141b2e33 00:44:08 ---> 157869f91269 00:44:08 Step 6/22 : COPY go.mod . 00:44:08 ---> Running in acdacdc72e53 00:44:09 Removing intermediate container 3cf4ab44942a 00:44:09 ---> 9081e295d630 00:44:09 Step 6/21 : COPY go.mod . 00:44:09 ---> 62e64c9cadb6 00:44:09 Step 7/23 : RUN go mod download 00:44:09 ---> d0ecd833602d 00:44:09 Step 7/20 : RUN go mod download 00:44:09 ---> Running in d80594988179 00:44:09 ---> Running in d7efd342d9c2 00:44:09 ---> af0b2bfb55c7 00:44:09 Step 7/22 : RUN go mod download 00:44:10 ---> Running in 04e7b72e2dd0 00:44:10 ---> d3e1552d3c31 00:44:10 Step 7/21 : RUN go mod download 00:44:10 ---> Running in 6bb9a1e8a4f4 00:44:12 Removing intermediate container acdacdc72e53 00:44:12 ---> bf50364a7b5d 00:44:12 Step 8/26 : COPY . . 00:44:15 Removing intermediate container d80594988179 00:44:15 ---> 8bcdcd5f223f 00:44:15 Step 8/23 : COPY . . 00:44:15 Removing intermediate container d7efd342d9c2 00:44:15 ---> 300436c68633 00:44:15 Step 8/20 : COPY . . 00:44:16 Removing intermediate container 04e7b72e2dd0 00:44:16 ---> 85c22764047a 00:44:16 Step 8/22 : COPY . . 00:44:16 Removing intermediate container 6bb9a1e8a4f4 00:44:16 ---> 187493b547a1 00:44:16 Step 8/21 : COPY . . 00:44:48 ---> 3aa328858c8b 00:44:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:48 ---> b448f315ce84 00:44:48 Step 9/21 : RUN make cmd/support-logging/support-logging 00:44:48 ---> 62829fe52ee7 00:44:48 Step 9/22 : RUN make cmd/core-data/core-data 00:44:48 ---> 72cbf1cba972 00:44:48 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:44:48 ---> Running in 6cc9445b0e3d 00:44:48 ---> 1d82a23b88f8 00:44:48 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:44:48 ---> Running in 868f334cd039 00:44:48 ---> Running in 21af7b7b9475 00:44:48 ---> Running in a117981609f9 00:44:48 ---> Running in ac554ab764a8 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:44:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:40 Removing intermediate container 6cc9445b0e3d 00:46:40 ---> 8a38751cd859 00:46:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:40 Removing intermediate container 868f334cd039 00:46:40 ---> 98d68d458655 00:46:40 00:46:40 Step 10/21 : FROM scratch 00:46:40 ---> 00:46:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:40 ---> Running in 6d81a04436db 00:46:40 ---> Running in f0aa8158ac3a 00:46:40 Removing intermediate container f0aa8158ac3a 00:46:40 ---> c6d3b6b08273 00:46:40 Step 12/21 : ENV APP_PORT=48061 00:46:40 ---> Running in d21215512293 00:46:40 Removing intermediate container d21215512293 00:46:40 ---> 69ae7c7a8250 00:46:40 Step 13/21 : EXPOSE $APP_PORT 00:46:40 ---> Running in 0cd705bdc44c 00:46:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:40 Removing intermediate container 0cd705bdc44c 00:46:40 ---> 0f84c89d13f0 00:46:40 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:46:40 ---> ece88116e60e 00:46:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:46:40 ---> d17b5412dfd2 00:46:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:46:40 ---> 58d058d68a20 00:46:40 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:46:40 ---> fadc3b874ce0 00:46:40 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:40 ---> Running in a10865b0e0a7 00:46:40 Removing intermediate container 6d81a04436db 00:46:40 ---> be08ed3fa9c8 00:46:40 00:46:40 Step 11/26 : FROM docker:latest 00:46:40 ---> ce9d55ae87f1 00:46:40 Step 12/26 : RUN apk add --no-cache bash 00:46:40 ---> Running in 65c82160122b 00:46:40 Removing intermediate container a10865b0e0a7 00:46:40 ---> 6984505a105c 00:46:40 Step 19/21 : LABEL arch=arm64 00:46:40 ---> Running in 4ca2d0d88054 00:46:40 Removing intermediate container 4ca2d0d88054 00:46:40 ---> e9d78a4ad968 00:46:40 Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:46:40 ---> Running in a25050c6eb1f 00:46:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 Removing intermediate container a25050c6eb1f 00:46:40 ---> 654931cb1c8d 00:46:40 Step 21/21 : LABEL version=0.0.0 00:46:41 (1/2) Installing readline (8.0.4-r0) 00:46:41 (2/2) Installing bash (5.0.17-r0) 00:46:41 Executing bash-5.0.17-r0.post-install 00:46:41 Executing busybox-1.31.1-r16.trigger 00:46:41 ---> Running in b891343226ad 00:46:41 OK: 12 MiB in 22 packages 00:46:41 Removing intermediate container ac554ab764a8 00:46:41 ---> d2b0a09653e6 00:46:41 00:46:41 Step 10/23 : FROM scratch 00:46:41 ---> 00:46:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:41 ---> Using cache 00:46:41 ---> c6d3b6b08273 00:46:41 Step 12/23 : ENV APP_PORT=48060 00:46:42 ---> Running in 451f5095b882 00:46:42 Removing intermediate container b891343226ad 00:46:42 ---> f26276c68384 00:46:42 00:46:42 Removing intermediate container 451f5095b882 00:46:42 ---> c2b0e26306f4 00:46:42 Step 13/23 : EXPOSE $APP_PORT 00:46:43 ---> Running in 6417b9001eff 00:46:43 Removing intermediate container 21af7b7b9475 00:46:43 ---> 284169d4aeab 00:46:43 00:46:43 Step 10/20 : FROM scratch 00:46:43 ---> 00:46:43 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:43 Successfully built f26276c68384 00:46:43 Successfully tagged docker-support-logging-go-arm64:latest 00:46:43 Building docker-security-secretstore-setup-go 00:46:43  Building docker-support-logging-go ... done  ---> Running in 1c6c2f00c196 00:46:43 Removing intermediate container 65c82160122b 00:46:43 ---> 467079587fee 00:46:43 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:46:44 Removing intermediate container 6417b9001eff 00:46:44 ---> 2806bf61c51c 00:46:44 Step 14/23 : COPY --from=builder /bin/sh /bin/sh ---> Running in 3970412f993f 00:46:44 00:46:44 Removing intermediate container 1c6c2f00c196 00:46:44 ---> 9edbe1734bf7 00:46:44 Step 12/20 : ENV APP_PORT=48085 00:46:44 ---> Running in 13d95c7ca417 00:46:45 ---> 15d89c8bcbec 00:46:45 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:46:46 Removing intermediate container 13d95c7ca417 00:46:46 ---> cdd46b73abf3 00:46:46 Step 13/20 : EXPOSE $APP_PORT 00:46:46 ---> Running in 51f9921cf505 00:46:47 ---> 6e4099f6d07e 00:46:47 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:46:48 Removing intermediate container 51f9921cf505 00:46:48 ---> 63ce9464297f 00:46:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:46:49 ---> 073f501a9df7 00:46:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:46:49 ---> 824973cb82ec 00:46:49 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:46:50 Removing intermediate container 3970412f993f 00:46:50 ---> 19d1d8545638 00:46:50 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:46:50 ---> Running in 48d6304bea77 00:46:51 ---> 9cf82647d69d 00:46:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:51 Removing intermediate container 48d6304bea77 00:46:51 ---> 9f0b2588bd64 00:46:51 Step 15/26 : ENV APP_PORT=48090 00:46:51 ---> ac66a3874a26 00:46:51 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:46:52 ---> Running in 38bab683a239 00:46:53 Removing intermediate container 38bab683a239 00:46:53 ---> 98f1b7332c4d 00:46:53 Step 16/26 : EXPOSE $APP_PORT 00:46:54 ---> b55a9afd309d 00:46:54 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:54 ---> 3a7f88957368 00:46:54 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:54 ---> Running in a9040bf40ee0 00:46:54 ---> Running in 7448284528af 00:46:55 Removing intermediate container a9040bf40ee0 00:46:55 ---> b56094563c30 00:46:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:46:55 Removing intermediate container 7448284528af 00:46:55 ---> 5a31f04df1a2 00:46:55 Step 18/20 : LABEL arch=arm64 00:46:56 ---> e736126c46e7 00:46:56 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:56 ---> Running in 8da38aec4418 00:46:57 ---> Running in e38425276176 00:46:57 Removing intermediate container 8da38aec4418 00:46:57 ---> 9e43812b8fbe 00:46:57 Step 19/20 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:46:57 ---> acb0141b1ca0 00:46:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:46:57 ---> Running in f95d9393d458 00:46:57 Removing intermediate container e38425276176 00:46:57 ---> d1925abf61d8 00:46:57 Step 21/23 : LABEL arch=arm64 00:46:58 ---> Running in fb3b8eadb443 00:46:59 Removing intermediate container f95d9393d458 00:46:59 ---> e017bc817a62 00:46:59 Step 20/20 : LABEL version=0.0.0 00:46:59 ---> 1b14b97fc691 00:46:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:46:59 ---> Running in 1765df013fd8 00:46:59 Removing intermediate container fb3b8eadb443 00:46:59 ---> 8d4bcd861bfc 00:46:59 Step 22/23 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:47:00 ---> Running in 3d5f5e3e8321 00:47:00 Removing intermediate container 1765df013fd8 00:47:00 ---> 837eecbba06d 00:47:00 00:47:00 ---> 82dba1a09205 00:47:00 Step 20/26 : RUN apk --no-cache add py-pip 00:47:01 Successfully built 837eecbba06d 00:47:01 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:01 Building docker-core-command-go 00:47:01  Building docker-support-scheduler-go ... done Removing intermediate container 3d5f5e3e8321 00:47:01 ---> 5eda9b19984a 00:47:01 Step 23/23 : LABEL version=0.0.0 00:47:02 ---> Running in 1410a6560c33 00:47:02 ---> Running in e6efeceb4b71 00:47:04 Removing intermediate container e6efeceb4b71 00:47:04 ---> 6e4bb1a565a2 00:47:04 00:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:04 Successfully built 6e4bb1a565a2 00:47:04 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:04 Building docker-core-metadata-go 00:47:04  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:05 Removing intermediate container a117981609f9 00:47:05 ---> c8476d0cc224 00:47:05 00:47:05 Step 10/22 : FROM alpine 00:47:05 latest: Pulling from library/alpine 00:47:05 (1/33) Installing libbz2 (1.0.8-r1) 00:47:05 (2/33) Installing expat (2.2.9-r1) 00:47:05 (3/33) Installing libffi (3.3-r2) 00:47:05 (4/33) Installing gdbm (1.13-r1) 00:47:05 (5/33) Installing xz-libs (5.2.5-r0) 00:47:05 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:05 (7/33) Installing python3 (3.8.5-r0) 00:47:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:47:05 Status: Downloaded newer image for alpine:latest 00:47:05 ---> 62ee0e9f8440 00:47:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:07 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:07 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:07 (11/33) Installing py3-six (1.15.0-r0) 00:47:07 (12/33) Installing py3-packaging (20.4-r0) 00:47:07 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:07 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:07 (15/33) Installing py3-idna (2.9-r0) 00:47:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:07 ---> Running in 42a41e71cad8 00:47:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:07 (18/33) Installing py3-requests (2.23.0-r0) 00:47:07 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:07 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:07 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:07 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:07 (24/33) Installing py3-distro (1.5.0-r1) 00:47:07 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:07 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:07 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:07 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:07 (29/33) Installing py3-progress (1.5-r0) 00:47:07 (30/33) Installing py3-toml (0.10.1-r0) 00:47:07 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:07 (33/33) Installing py3-pip (20.1.1-r0) 00:47:08 Executing busybox-1.31.1-r16.trigger 00:47:08 OK: 71 MiB in 55 packages 00:47:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 45b81b20f05b 00:47:09 Step 3/26 : WORKDIR /edgex-go 00:47:09 ---> Using cache 00:47:09 ---> 2b5fc24a62fe 00:47:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 ---> Using cache 00:47:09 ---> 13874170e9f6 00:47:09 Step 5/26 : RUN apk update && apk add make git 00:47:09 Removing intermediate container 42a41e71cad8 00:47:09 ---> 41c3fca96fb2 00:47:09 Step 12/22 : ENV APP_PORT=48080 00:47:11 ---> Running in 97cbf9b93a5d 00:47:11 ---> Running in e0218f354c29 00:47:12 Removing intermediate container e0218f354c29 00:47:12 ---> 66e1a6083faf 00:47:12 Step 13/22 : EXPOSE $APP_PORT 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:13 ---> Running in 5741b0d067ea 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:14 OK: 12617 distinct packages available 00:47:14 Removing intermediate container 5741b0d067ea 00:47:14 ---> d350f730e92d 00:47:14 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:15 OK: 217 MiB in 51 packages 00:47:15 ---> Running in 20c8fd13a14f 00:47:17 Removing intermediate container 97cbf9b93a5d 00:47:17 ---> af213def3a1f 00:47:17 Step 6/26 : COPY go.mod . 00:47:18 Removing intermediate container 1410a6560c33 00:47:18 ---> ff741d5bf9cc 00:47:18 Step 21/26 : RUN pip install docker-compose==1.23.2 00:47:18 ---> 286cc2d55ebb 00:47:18 Step 7/26 : RUN go mod download 00:47:19 ---> Running in 565a626e5aa6 00:47:19 ---> Running in 3925af230079 00:47:19 Removing intermediate container 20c8fd13a14f 00:47:19 ---> 77f87546a232 00:47:19 Step 15/22 : RUN apk --no-cache add zeromq 00:47:20 ---> Running in 8c76d716e435 00:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:23 (1/5) Installing libgcc (9.3.0-r2) 00:47:23 (2/5) Installing libsodium (1.0.18-r0) 00:47:23 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:24 (4/5) Installing libzmq (4.3.2-r0) 00:47:24 (5/5) Installing zeromq (4.3.2-r0) 00:47:24 Executing busybox-1.31.1-r16.trigger 00:47:24 OK: 8 MiB in 19 packages 00:47:25 Removing intermediate container 3925af230079 00:47:25 ---> f54533f55433 00:47:25 Step 8/26 : COPY . . 00:47:26 Collecting docker-compose==1.23.2 00:47:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:27 Removing intermediate container 8c76d716e435 00:47:27 ---> d1ed133e4e2e 00:47:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:28 Collecting websocket-client<1.0,>=0.32.0 00:47:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:28 Collecting PyYAML<4,>=3.10 00:47:29 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:30 ---> 6585f5845e91 00:47:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:47:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:35 ---> 645666e7f03e 00:47:35 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:35 Collecting docker<4.0,>=3.6.0 00:47:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:37 Collecting jsonschema<3,>=2.5.1 00:47:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:37 ---> e693f71c2804 00:47:37 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:47:37 Collecting docopt<0.7,>=0.6.1 00:47:37 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:38 ---> Running in 0ff651a6eba5 00:47:40 Removing intermediate container 0ff651a6eba5 00:47:40 ---> d45c5c542519 00:47:40 Step 20/22 : LABEL arch=arm64 00:47:40 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:40 ---> 45b81b20f05b 00:47:40 Step 3/21 : WORKDIR /edgex-go 00:47:40 ---> Using cache 00:47:40 ---> 2b5fc24a62fe 00:47:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:40 ---> Using cache 00:47:40 ---> 13874170e9f6 00:47:40 Step 5/21 : RUN apk update && apk add make git 00:47:40 ---> Using cache 00:47:40 ---> af213def3a1f 00:47:40 Step 6/21 : COPY go.mod . 00:47:40 ---> Using cache 00:47:40 ---> 286cc2d55ebb 00:47:40 Step 7/21 : RUN go mod download 00:47:40 ---> Using cache 00:47:40 ---> f54533f55433 00:47:40 Step 8/21 : COPY . . 00:47:40 ---> Running in 787af57f126f 00:47:40 Collecting dockerpty<0.5,>=0.4.1 00:47:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:42 Removing intermediate container 787af57f126f 00:47:42 ---> 5f7994fab336 00:47:42 Step 21/22 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:47:42 ---> Running in cd3dbec118df 00:47:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:42 ---> 45b81b20f05b 00:47:42 Step 3/21 : WORKDIR /edgex-go 00:47:42 ---> Using cache 00:47:42 ---> 2b5fc24a62fe 00:47:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:42 ---> Using cache 00:47:42 ---> 13874170e9f6 00:47:42 Step 5/21 : RUN apk update && apk add make git 00:47:42 ---> Using cache 00:47:42 ---> af213def3a1f 00:47:42 Step 6/21 : COPY go.mod . 00:47:42 ---> Using cache 00:47:42 ---> 286cc2d55ebb 00:47:43 Step 7/21 : RUN go mod download 00:47:43 ---> Using cache 00:47:43 ---> f54533f55433 00:47:43 Step 8/21 : COPY . . 00:47:43 Collecting cached-property<2,>=1.2.0 00:47:43 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:47:44 Removing intermediate container cd3dbec118df 00:47:44 ---> ab0152e4b66c 00:47:44 Step 22/22 : LABEL version=0.0.0 00:47:44 Collecting texttable<0.10,>=0.9.0 00:47:44 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:45 ---> Running in a02b5e5475e6 00:47:47 Removing intermediate container a02b5e5475e6 00:47:47 ---> 512787cd8e85 00:47:47 00:47:47 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:47:47 Successfully built 512787cd8e85 00:47:47 Successfully tagged docker-core-data-go-arm64:latest 00:47:47  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 00:47:47 Collecting urllib3<1.25,>=1.21.1 00:47:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:48 Collecting idna<2.8,>=2.5 00:47:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:47:48 Collecting docker-pycreds>=0.4.0 00:47:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:49 Installing collected packages: websocket-client, PyYAML, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, dockerpty, cached-property, texttable, docker-compose 00:47:49 Running setup.py install for PyYAML: started 00:47:52 Running setup.py install for PyYAML: finished with status 'done' 00:47:52 Attempting uninstall: urllib3 00:47:52 Found existing installation: urllib3 1.25.9 00:47:52 Uninstalling urllib3-1.25.9: 00:47:52 Successfully uninstalled urllib3-1.25.9 00:47:53 Attempting uninstall: idna 00:47:53 Found existing installation: idna 2.9 00:47:53 Uninstalling idna-2.9: 00:47:53 Successfully uninstalled idna-2.9 00:47:54 Attempting uninstall: requests 00:47:54 Found existing installation: requests 2.23.0 00:47:54 Uninstalling requests-2.23.0: 00:47:54 Successfully uninstalled requests-2.23.0 00:48:00 Running setup.py install for docopt: started 00:48:00 ---> 91ca3d12fe16 00:48:00 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:48:02 ---> Running in 3a97bf97afe6 00:48:02 Running setup.py install for docopt: finished with status 'done' 00:48:02 Running setup.py install for dockerpty: started 00:48:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:04 Running setup.py install for dockerpty: finished with status 'done' 00:48:04 Running setup.py install for texttable: started 00:48:06 Running setup.py install for texttable: finished with status 'done' 00:48:08 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:48:13 ---> 4eeb0c1aaf3e 00:48:13 Step 9/21 : RUN make cmd/core-command/core-command 00:48:14 ---> Running in 93084af0b374 00:48:15 ---> 5a2afac5fd6e 00:48:15 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:48:15 ---> Running in ca8e056554ff 00:48:16 Removing intermediate container 565a626e5aa6 00:48:16 ---> 91304e30b944 00:48:16 Step 22/26 : RUN apk --no-cache add curl 00:48:16 ---> Running in 7564bb142a79 00:48:16 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:48:16 ---> 45b81b20f05b 00:48:16 Step 3/20 : WORKDIR /edgex-go 00:48:16 ---> Using cache 00:48:16 ---> 2b5fc24a62fe 00:48:16 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:16 ---> Using cache 00:48:16 ---> 13874170e9f6 00:48:16 Step 5/20 : RUN apk update && apk add make git 00:48:16 ---> Using cache 00:48:16 ---> af213def3a1f 00:48:16 Step 6/20 : COPY go.mod . 00:48:16 ---> Using cache 00:48:16 ---> 286cc2d55ebb 00:48:16 Step 7/20 : RUN go mod download 00:48:16 ---> Using cache 00:48:16 ---> f54533f55433 00:48:16 Step 8/20 : COPY . . 00:48:16 ---> Using cache 00:48:16 ---> 5a2afac5fd6e 00:48:16 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:48:16 ---> Running in a833ac321106 00:48:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:20 (2/3) Installing libcurl (7.69.1-r0) 00:48:20 (3/3) Installing curl (7.69.1-r0) 00:48:20 Executing busybox-1.31.1-r16.trigger 00:48:20 OK: 71 MiB in 58 packages 00:48:22 Removing intermediate container 7564bb142a79 00:48:22 ---> 0f7d1c950a6a 00:48:22 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:48:22 ---> Running in cec3a5e1edc7 00:48:23 Removing intermediate container cec3a5e1edc7 00:48:23 ---> 2324e390fa4b 00:48:23 Step 24/26 : LABEL arch=arm64 00:48:23 ---> Running in f0bca5c0eff6 00:48:24 Removing intermediate container f0bca5c0eff6 00:48:24 ---> 1f935acff9dc 00:48:24 Step 25/26 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:48:24 ---> Running in 9bf381171a5e 00:48:25 Removing intermediate container 9bf381171a5e 00:48:25 ---> 7f13d53a1900 00:48:25 Step 26/26 : LABEL version=0.0.0 00:48:25 ---> Running in 0d6049671249 00:48:26 Removing intermediate container 0d6049671249 00:48:26 ---> 5088d3a88cc1 00:48:26 00:48:26 Successfully built 5088d3a88cc1 00:48:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:48:26  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go 00:48:53 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:53 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:48:53 ---> 45b81b20f05b 00:48:53 Step 3/29 : WORKDIR /edgex-go 00:48:53 ---> Using cache 00:48:53 ---> 2b5fc24a62fe 00:48:53 Step 4/29 : RUN apk update && apk add make git 00:48:53 ---> Running in 9025eef6a401 00:48:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:57 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:57 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:57 OK: 12617 distinct packages available 00:48:58 OK: 217 MiB in 51 packages 00:48:59 Removing intermediate container 9025eef6a401 00:48:59 ---> a41884f3b003 00:48:59 Step 5/29 : COPY go.mod . 00:49:00 ---> c5df7804b2f9 00:49:00 Step 6/29 : RUN go mod download 00:49:00 ---> Running in 81da6b1daf91 00:49:06 Removing intermediate container 81da6b1daf91 00:49:06 ---> 32534f19d41a 00:49:06 Step 7/29 : COPY . . 00:49:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:30 ---> 6633d0447df7 00:49:30 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:49:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:49:30 ---> Running in e522b2bab30e 00:49:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:49:43 Removing intermediate container 3a97bf97afe6 00:49:43 ---> 41052ec70cf9 00:49:43 00:49:43 Step 10/26 : FROM alpine:3.10 00:49:43 3.10: Pulling from library/alpine 00:49:45 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:49:45 Status: Downloaded newer image for alpine:3.10 00:49:45 ---> 536a684cf733 00:49:45 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:46 ---> Running in 7e65328f4c08 00:49:47 Removing intermediate container a833ac321106 00:49:47 ---> 24a8d1179124 00:49:47 00:49:47 Step 10/20 : FROM alpine 00:49:47 ---> 62ee0e9f8440 00:49:47 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:49:47 ---> Running in 7029fd674126 00:49:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:49 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:49 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:49 OK: 10167 distinct packages available 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:50 (1/5) Installing ca-certificates (20191127-r2) 00:49:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:50 (3/5) Installing libcurl (7.66.0-r0) 00:49:50 (4/5) Installing curl (7.66.0-r0) 00:49:50 (5/5) Installing dumb-init (1.2.2-r1) 00:49:50 Executing busybox-1.30.1-r3.trigger 00:49:50 Executing ca-certificates-20191127-r2.trigger 00:49:51 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:49:51 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:49:51 OK: 12617 distinct packages available 00:49:51 OK: 7 MiB in 19 packages 00:49:52 (1/4) Installing ca-certificates (20191127-r4) 00:49:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:52 (3/4) Installing libcurl (7.69.1-r0) 00:49:52 (4/4) Installing curl (7.69.1-r0) 00:49:52 Executing busybox-1.31.1-r16.trigger 00:49:52 Executing ca-certificates-20191127-r4.trigger 00:49:52 OK: 7 MiB in 18 packages 00:49:53 Removing intermediate container 7e65328f4c08 00:49:53 ---> cc5b78603de6 00:49:53 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:54 ---> Running in 2c7b266b6108 00:49:55 Removing intermediate container 2c7b266b6108 00:49:55 ---> b4a3f5223925 00:49:55 Step 13/26 : WORKDIR / 00:49:55 ---> Running in 1d4610b2cbbf 00:49:55 Removing intermediate container 7029fd674126 00:49:55 ---> dbcd56289ec4 00:49:55 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:55 ---> Running in 75db1e15640e 00:49:56 Removing intermediate container 1d4610b2cbbf 00:49:56 ---> 513a20cb72cb 00:49:56 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:56 Removing intermediate container 75db1e15640e 00:49:56 ---> 5ba580fb21b1 00:49:56 Step 13/20 : WORKDIR /edgex 00:49:56 ---> Running in 369bd09677af 00:49:57 Removing intermediate container 369bd09677af 00:49:57 ---> ef21c29ca114 00:49:57 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:57 ---> 1faa96fa7e4e 00:49:57 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:59 ---> 88429c7a4977 00:49:59 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:59 ---> ad3107c7cea6 00:49:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:00 ---> ca395b3c03f7 00:50:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:50:01 ---> 2fffdef26598 00:50:01 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:01 ---> Running in a51436197924 00:50:02 Removing intermediate container a51436197924 00:50:02 ---> 71e74f50bec4 00:50:02 Step 17/20 : CMD ["--init=true"] 00:50:02 ---> Running in d04159f85b87 00:50:02 ---> 438a9680891e 00:50:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:02 Removing intermediate container d04159f85b87 00:50:02 ---> d2c27108b374 00:50:02 Step 18/20 : LABEL arch=arm64 00:50:03 ---> Running in d09448d6f115 00:50:04 Removing intermediate container d09448d6f115 00:50:04 ---> 2752c4896ad7 00:50:04 Step 19/20 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:50:04 ---> d2d86e87acda 00:50:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:04 ---> Running in 193ede9f539b 00:50:05 Removing intermediate container 193ede9f539b 00:50:05 ---> 798d78497021 00:50:05 Step 20/20 : LABEL version=0.0.0 00:50:05 ---> Running in 8135e0660698 00:50:05 ---> 9dad551c1c43 00:50:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:50:06 Removing intermediate container 8135e0660698 00:50:06 ---> d13681a097d5 00:50:06 00:50:06 Successfully built d13681a097d5 00:50:06 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:07  Building docker-security-proxy-setup-go ... done  ---> f0ef7dcdb70c 00:50:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:08 ---> 1b5a23f5557a 00:50:08 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:08 ---> Running in 9ec950362473 00:50:13 Removing intermediate container 9ec950362473 00:50:13 ---> b0cb0b2c40fe 00:50:13 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:50:13 ---> Running in 5dc6acfafec6 00:50:13 Removing intermediate container 5dc6acfafec6 00:50:14 ---> 3d26cd1216b1 00:50:14 Step 24/26 : LABEL arch=arm64 00:50:14 ---> Running in 8f9df76b85b3 00:50:14 Removing intermediate container 93084af0b374 00:50:14 ---> 9c6e4c337243 00:50:14 00:50:14 Step 10/21 : FROM scratch 00:50:14 ---> 00:50:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:14 ---> Using cache 00:50:14 ---> 9edbe1734bf7 00:50:14 Step 12/21 : ENV APP_PORT=48082 00:50:14 ---> Running in 8958b86bbba2 00:50:14 Removing intermediate container 8f9df76b85b3 00:50:14 ---> 7be40a963965 00:50:14 Step 25/26 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:50:15 ---> Running in 3a8782806464 00:50:15 Removing intermediate container 8958b86bbba2 00:50:15 ---> 0a89f2b472ec 00:50:15 Step 13/21 : EXPOSE $APP_PORT 00:50:15 ---> Running in 6f0618a583cc 00:50:15 Removing intermediate container 3a8782806464 00:50:15 ---> 5a07d7919466 00:50:15 Step 26/26 : LABEL version=0.0.0 00:50:16 ---> Running in 5fa408e0a78c 00:50:16 Removing intermediate container 6f0618a583cc 00:50:16 ---> 523fb306458d 00:50:16 Step 14/21 : WORKDIR / 00:50:16 ---> Running in 882dc95a6739 00:50:17 Removing intermediate container 5fa408e0a78c 00:50:17 ---> 60f8644faf22 00:50:17 00:50:17 Removing intermediate container 882dc95a6739 00:50:17 ---> d76a255aeb61 00:50:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:50:18 Successfully built 60f8644faf22 00:50:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:19  Building docker-security-secretstore-setup-go ... done  ---> 3981fc33047e 00:50:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:21 Removing intermediate container ca8e056554ff 00:50:21 ---> ad2cae8bdb79 00:50:21 00:50:21 Step 10/21 : FROM scratch 00:50:21 ---> 00:50:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:21 ---> Using cache 00:50:21 ---> 9edbe1734bf7 00:50:21 Step 12/21 : ENV APP_PORT=48081 00:50:21 ---> cd885a593a09 00:50:21 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:21 ---> Running in 18298129ef76 00:50:22 Removing intermediate container 18298129ef76 00:50:22 ---> 3beacbe09b81 00:50:22 Step 13/21 : EXPOSE $APP_PORT 00:50:22 ---> Running in 416aa55e3103 00:50:22 ---> c73151c45a12 00:50:22 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:50:22 ---> Running in 648d829307b3 00:50:22 Removing intermediate container 416aa55e3103 00:50:22 ---> bfd09257c1d3 00:50:22 Step 14/21 : WORKDIR / 00:50:23 ---> Running in 0ee989dd0c63 00:50:23 Removing intermediate container 648d829307b3 00:50:23 ---> f0e6ab6c076d 00:50:23 Step 19/21 : LABEL arch=arm64 00:50:23 ---> Running in 86f13e893ff4 00:50:23 Removing intermediate container 0ee989dd0c63 00:50:23 ---> 567387522c6e 00:50:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:24 Removing intermediate container 86f13e893ff4 00:50:24 ---> 4afda46c4a41 00:50:24 Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:50:24 ---> Running in 83065bcbf170 00:50:24 ---> c43d3691368c 00:50:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:24 Removing intermediate container 83065bcbf170 00:50:24 ---> bcd68102360f 00:50:24 Step 21/21 : LABEL version=0.0.0 00:50:25 ---> Running in 71dd89ad1d8b 00:50:25 Removing intermediate container 71dd89ad1d8b 00:50:25 ---> 6ec20f962c5d 00:50:25 00:50:26 Successfully built 6ec20f962c5d 00:50:26 ---> 502c5de02151 00:50:26 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:26 Successfully tagged docker-core-command-go-arm64:latest 00:50:27  Building docker-core-command-go ... done  ---> 392af9db1719 00:50:27 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:50:27 ---> Running in 525dd29ef879 00:50:27 Removing intermediate container 525dd29ef879 00:50:27 ---> bd8ce6e14166 00:50:27 Step 19/21 : LABEL arch=arm64 00:50:28 ---> Running in 7d6da4544f34 00:50:28 Removing intermediate container e522b2bab30e 00:50:28 ---> e2a20ad67fe9 00:50:28 00:50:28 Step 9/29 : FROM alpine:latest 00:50:28 ---> 62ee0e9f8440 00:50:28 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:50:28 Removing intermediate container 7d6da4544f34 00:50:28 ---> 2a574698c2ff 00:50:28 Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:50:28 ---> Running in b88180bb887e 00:50:28 ---> Running in fddbd1dcbbba 00:50:29 Removing intermediate container b88180bb887e 00:50:29 ---> a440765ccdbf 00:50:29 Step 11/29 : USER root 00:50:29 Removing intermediate container fddbd1dcbbba 00:50:29 ---> d6be15958606 00:50:29 Step 21/21 : LABEL version=0.0.0 00:50:29 ---> Running in a467a446e9fe 00:50:29 ---> Running in 510c2dff355d 00:50:29 Removing intermediate container a467a446e9fe 00:50:29 ---> e5aec2de3346 00:50:29 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:50:30 Removing intermediate container 510c2dff355d 00:50:30 ---> 7ecd7aca4861 00:50:30 00:50:30 ---> Running in 192e3583abb7 00:50:30 Successfully built 7ecd7aca4861 00:50:30 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:31  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:32 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:50:32 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:50:32 OK: 12617 distinct packages available 00:50:33 (1/2) Installing ca-certificates (20191127-r4) 00:50:33 (2/2) Installing dumb-init (1.2.2-r1) 00:50:33 Executing busybox-1.31.1-r16.trigger 00:50:33 Executing ca-certificates-20191127-r4.trigger 00:50:33 OK: 6 MiB in 16 packages 00:50:35 Removing intermediate container 192e3583abb7 00:50:35 ---> a3e63186e59f 00:50:35 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:50:35 ---> Running in efac00595fea 00:50:35 Removing intermediate container efac00595fea 00:50:35 ---> 735c0407f819 00:50:35 Step 14/29 : WORKDIR $BASE_DIR 00:50:35 ---> Running in a6f45d96c617 00:50:36 Removing intermediate container a6f45d96c617 00:50:36 ---> 166631499849 00:50:36 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:50:36 ---> Running in 9430c4b9e51f 00:50:38 Removing intermediate container 9430c4b9e51f 00:50:38 ---> fa293ab10183 00:50:38 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:50:39 ---> 336fdc35e5bd 00:50:39 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:50:40 ---> 9448428509fc 00:50:40 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:50:41 ---> 71cd9572b9ae 00:50:41 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:50:42 ---> 87b9d680d27d 00:50:42 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:50:42 ---> b88db904d50b 00:50:42 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:50:42 ---> Running in 9602073fdb2f 00:50:45 Removing intermediate container 9602073fdb2f 00:50:45 ---> 4df3488f144d 00:50:45 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:50:45 ---> f0919a78b6e6 00:50:45 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:46 ---> Running in 8ba0a6cbc978 00:50:48 Removing intermediate container 8ba0a6cbc978 00:50:48 ---> bddbe0b16097 00:50:48 Step 24/29 : RUN chmod 755 security-secrets-setup 00:50:48 ---> Running in 41945088fa2f 00:50:52 Removing intermediate container 41945088fa2f 00:50:52 ---> 284092f5c420 00:50:52 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:50:52 ---> Running in a2d5445630f5 00:50:52 Removing intermediate container a2d5445630f5 00:50:52 ---> 8d3347981f9c 00:50:52 Step 26/29 : CMD [ "generate" ] 00:50:52 ---> Running in 11d6f7e98141 00:50:52 Removing intermediate container 11d6f7e98141 00:50:52 ---> deed505902d9 00:50:52 Step 27/29 : LABEL arch=arm64 00:50:52 ---> Running in db7711986db1 00:50:53 Removing intermediate container db7711986db1 00:50:53 ---> 602f4eab0f5c 00:50:53 Step 28/29 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 00:50:53 ---> Running in cdde98c916b4 00:50:54 Removing intermediate container cdde98c916b4 00:50:54 ---> 4c6a22c5d255 00:50:54 Step 29/29 : LABEL version=0.0.0 00:50:54 ---> Running in 0d09157d5212 00:50:54 Removing intermediate container 0d09157d5212 00:50:54 ---> e3cc4562e102 00:50:54 00:50:55 Successfully built e3cc4562e102 00:50:55 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:50:55  Building docker-security-secrets-setup-go ... done  [Pipeline] } 00:50:55 $ docker stop --time=1 775dcd8bafe476beba5c4336f4573df9426e9bc74ae1c0319c648e7e92a28032 00:50:57 $ docker rm -f 775dcd8bafe476beba5c4336f4573df9426e9bc74ae1c0319c648e7e92a28032 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:57 + docker images 00:50:57 + grep docker 00:50:58 docker-security-secrets-setup-go-arm64 latest e3cc4562e102 4 seconds ago 24.2MB 00:50:58 docker-core-metadata-go-arm64 latest 7ecd7aca4861 29 seconds ago 13.8MB 00:50:58 docker-core-command-go-arm64 latest 6ec20f962c5d 33 seconds ago 12.4MB 00:50:58 docker-security-secretstore-setup-go-arm64 latest 60f8644faf22 41 seconds ago 32.5MB 00:50:58 docker-security-proxy-setup-go-arm64 latest d13681a097d5 53 seconds ago 15.8MB 00:50:58 docker-sys-mgmt-agent-go-arm64 latest 5088d3a88cc1 2 minutes ago 266MB 00:50:58 docker-core-data-go-arm64 latest 512787cd8e85 3 minutes ago 23.3MB 00:50:58 docker-support-notifications-go-arm64 latest 6e4bb1a565a2 3 minutes ago 13.9MB 00:50:58 docker-support-scheduler-go-arm64 latest 837eecbba06d 3 minutes ago 12.6MB 00:50:58 docker-support-logging-go-arm64 latest f26276c68384 4 minutes ago 11.4MB 00:50:58 docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:51:00 provisioning config files... 00:51:00 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config2950846057120593766tmp [Pipeline] { [Pipeline] sh 00:51:00 + curl -s https://codecov.io/bash 00:51:00 + bash -s - -t @/w/workspace/edgex-go/8@tmp/config2950846057120593766tmp [Pipeline] } 00:51:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:04 ---> package-listing.sh 00:51:04 ++ facter osfamily 00:51:04 ++ tr '[:upper:]' '[:lower:]' 00:51:04 + OS_FAMILY=redhat 00:51:04 + workspace=/w/workspace/edgex-go/8 00:51:04 + START_PACKAGES=/tmp/packages_start.txt 00:51:04 + END_PACKAGES=/tmp/packages_end.txt 00:51:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:04 + PACKAGES=/tmp/packages_start.txt 00:51:04 + '[' /w/workspace/edgex-go/8 ']' 00:51:04 + PACKAGES=/tmp/packages_end.txt 00:51:04 + case "${OS_FAMILY}" in 00:51:04 + rpm -qa 00:51:04 + sort 00:51:08 + '[' -f /tmp/packages_start.txt ']' 00:51:08 + '[' -f /tmp/packages_end.txt ']' 00:51:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:08 + '[' /w/workspace/edgex-go/8 ']' 00:51:08 + mkdir -p /w/workspace/edgex-go/8/archives/ 00:51:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] isUnix [Pipeline] sh 00:51:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:08 00:51:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:09 alpine: Pulling from edgex-lftools-log-publisher 00:51:09 c9b1b535fdd9: Pulling fs layer 00:51:09 2cc5ad85d9ab: Pulling fs layer 00:51:09 756a868c4378: Pulling fs layer 00:51:09 444b2fc9a129: Pulling fs layer 00:51:09 ea15f1150254: Pulling fs layer 00:51:09 41b27a9f41bf: Pulling fs layer 00:51:09 28c525ee5125: Pulling fs layer 00:51:09 094b1ea09ed8: Pulling fs layer 00:51:09 138eaada9080: Pulling fs layer 00:51:09 0622d0fa9048: Pulling fs layer 00:51:09 444b2fc9a129: Waiting 00:51:09 ea15f1150254: Waiting 00:51:09 28c525ee5125: Waiting 00:51:09 138eaada9080: Waiting 00:51:09 41b27a9f41bf: Waiting 00:51:09 094b1ea09ed8: Waiting 00:51:09 0622d0fa9048: Waiting 00:51:09 2cc5ad85d9ab: Download complete 00:51:09 444b2fc9a129: Verifying Checksum 00:51:09 444b2fc9a129: Download complete 00:51:09 c9b1b535fdd9: Verifying Checksum 00:51:09 c9b1b535fdd9: Download complete 00:51:09 ea15f1150254: Download complete 00:51:09 28c525ee5125: Download complete 00:51:09 756a868c4378: Verifying Checksum 00:51:09 756a868c4378: Download complete 00:51:09 c9b1b535fdd9: Pull complete 00:51:09 138eaada9080: Verifying Checksum 00:51:09 138eaada9080: Download complete 00:51:10 0622d0fa9048: Verifying Checksum 00:51:10 0622d0fa9048: Download complete 00:51:10 094b1ea09ed8: Verifying Checksum 00:51:10 094b1ea09ed8: Download complete 00:51:10 2cc5ad85d9ab: Pull complete 00:51:10 41b27a9f41bf: Verifying Checksum 00:51:10 41b27a9f41bf: Download complete 00:51:11 756a868c4378: Pull complete 00:51:12 444b2fc9a129: Pull complete 00:51:12 ea15f1150254: Pull complete 00:51:17 41b27a9f41bf: Pull complete 00:51:17 28c525ee5125: Pull complete 00:51:21 094b1ea09ed8: Pull complete 00:51:21 138eaada9080: Pull complete 00:51:21 0622d0fa9048: Pull complete 00:51:21 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:51:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:21 prd-centos7-docker-4c-2g-544 does not seem to be running inside a container 00:51:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:26 $ docker top 301a3ad5f58c5a17183486c96bb7da81a8fa59dc69d2630bc14e317da72884dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:27 provisioning config files... 00:51:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config2993651062568088632tmp [Pipeline] { [Pipeline] echo 00:51:27 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:27 ---> create-netrc.sh [Pipeline] echo 00:51:27 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:27 ---> logs-deploy.sh 00:51:27 + ARCHIVE_ARTIFACTS= 00:51:27 + LOGS_SERVER=https://logs.edgexfoundry.org 00:51:27 + '[' https://logs.edgexfoundry.org == None ']' 00:51:27 + NEXUS_URL=https://nexus.edgexfoundry.org 00:51:27 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/8 00:51:27 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/8/ 00:51:27 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/8 /w/workspace/edgex-go/8 00:51:28 Archives upload complete. 00:51:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/8/