Pull request #2625 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f+aa472f58a5207d25d1630cfabae13fa3f1ce44ee (50843615f51852c764dcb77fffbaff1a13eabb03) 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-287 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aa472f58a5207d25d1630cfabae13fa3f1ce44ee into PR head commit 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f Merge succeeded, producing 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f Checking out Revision 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f # 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 aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f # timeout=10 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" First time build. Skipping changelog. > git rev-list --no-walk a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:34:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:34:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:34:54 ========================================================= 15:34:54 EdgeX Global Pipelines Version Info 15:34:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:34:56 ------------------- 15:34:56 stable info: 15:34:56 ------------------- 15:34:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:34:56 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 15:34:56 Message: update stable to v1.0.106 15:34:57 ------------------- 15:34:57 experimental info: 15:34:57 ------------------- 15:34:57 Commited By: **** collab-it+edgex@linuxfoundation.org 15:34:57 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 15:34:57 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 15:34:58 ++ 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 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/core-command/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo core-command,cmd/core-command/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/core-data/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo core-data,cmd/core-data/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/core-metadata/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo core-metadata,cmd/core-metadata/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/security-proxy-setup/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/security-secrets-setup/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/support-logging/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo support-logging,cmd/support-logging/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/support-notifications/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo support-notifications,cmd/support-notifications/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/support-scheduler/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:34:58 + for file in '`ls cmd/**/Dockerfile`' 15:34:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:34:58 ++ cut -d/ -f2 15:34:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:34:58 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 15:34:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:00 15:35:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:35:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:00 latest: Pulling from edgex-devops/git-semver 15:35:00 31603596830f: Pulling fs layer 15:35:00 2a8b12db71e7: Pulling fs layer 15:35:00 6ca5941a6612: Pulling fs layer 15:35:00 ecc8261a40a4: Pulling fs layer 15:35:00 ecc8261a40a4: Waiting 15:35:00 2a8b12db71e7: Verifying Checksum 15:35:00 2a8b12db71e7: Download complete 15:35:00 31603596830f: Verifying Checksum 15:35:00 31603596830f: Download complete 15:35:00 ecc8261a40a4: Verifying Checksum 15:35:00 ecc8261a40a4: Download complete 15:35:00 6ca5941a6612: Verifying Checksum 15:35:00 6ca5941a6612: Download complete 15:35:01 31603596830f: Pull complete 15:35:01 2a8b12db71e7: Pull complete 15:35:02 6ca5941a6612: Pull complete 15:35:02 ecc8261a40a4: Pull complete 15:35:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:35:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:35:02 prd-centos7-docker-4c-2g-287 does not seem to be running inside a container 15:35:02 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:35:04 $ docker top 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:05 [ssh-agent] Looking for ssh-agent implementation... 15:35:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:05 $ docker exec 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 ssh-agent 15:35:05 SSH_AUTH_SOCK=/tmp/ssh-N7e9LBXqljeK/agent.11 15:35:05 SSH_AGENT_PID=16 15:35:05 Running ssh-add (command line suppressed) 15:35:05 Identity added: /w/workspace/edgex-go/16@tmp/private_key_5966972957470993971.key (/w/workspace/edgex-go/16@tmp/private_key_5966972957470993971.key) 15:35:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:06 + git describe --exact-match --tags HEAD 15:35:06 fatal: No names found, cannot describe anything. [Pipeline] } 15:35:06 $ docker exec --env ******** --env ******** 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 ssh-agent -k 15:35:06 unset SSH_AUTH_SOCK; 15:35:06 unset SSH_AGENT_PID; 15:35:06 echo Agent pid 16 killed; 15:35:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:35:06 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:35:06 This usually means this commit has not been tagged. [Pipeline] sshagent 15:35:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:06 [ssh-agent] Looking for ssh-agent implementation... 15:35:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:06 $ docker exec 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 ssh-agent 15:35:06 SSH_AUTH_SOCK=/tmp/ssh-3totTL4Y1bWv/agent.44 15:35:06 SSH_AGENT_PID=50 15:35:06 Running ssh-add (command line suppressed) 15:35:06 Identity added: /w/workspace/edgex-go/16@tmp/private_key_8672407093614815042.key (/w/workspace/edgex-go/16@tmp/private_key_8672407093614815042.key) 15:35:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:07 + git semver init 15:35:07 # -> Open(): unable to determine branch for HEAD 15:35:07 # $GIT_DIR = /w/workspace/edgex-go/16/.git 15:35:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 15:35:07 # $SEMVER_REMOTE_NAME = origin 15:35:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:35:07 # $SEMVER_USER_NAME = edgex-jenkins 15:35:07 # $SEMVER_BRANCH = PR-2625 15:35:07 # $SEMVER_TEMP = /tmp/semver-942584012 15:35:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:35:25 # '/tmp/semver-942584012' -> '/w/workspace/edgex-go/16/.semver' 15:35:25 # -> Force: false 15:35:25 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 15:35:25 $ docker exec --env ******** --env ******** 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 ssh-agent -k 15:35:25 unset SSH_AUTH_SOCK; 15:35:25 unset SSH_AGENT_PID; 15:35:25 echo Agent pid 50 killed; 15:35:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:26 + git semver [Pipeline] } 15:35:26 $ docker stop --time=1 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 15:35:28 $ docker rm -f 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:35:41 Stashed 33 file(s) [Pipeline] echo 15:35:41 [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 15:35:41 ========================================================= 15:35:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:35:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:35:42 + 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 . 15:35:45 Sending build context to Docker daemon 323MB 15:35:45 Step 1/7 : ARG BASE=golang:1.13-alpine 15:35:45 Step 2/7 : FROM ${BASE} 15:35:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:35:45 df20fa9351a1: Pulling fs layer 15:35:45 ed8968b2872e: Pulling fs layer 15:35:45 a92cc7c5fd73: Pulling fs layer 15:35:45 2dd03ba5bac4: Pulling fs layer 15:35:45 1e091d79d1de: Pulling fs layer 15:35:45 481702a1767f: Pulling fs layer 15:35:45 f64a6f60c768: Pulling fs layer 15:35:45 e78d2573fc39: Pulling fs layer 15:35:45 e876d2f968b6: Pulling fs layer 15:35:45 ce8a83651883: Pulling fs layer 15:35:45 07967f4d0e4b: Pulling fs layer 15:35:45 e78d2573fc39: Waiting 15:35:45 ce8a83651883: Waiting 15:35:45 07967f4d0e4b: Waiting 15:35:45 e876d2f968b6: Waiting 15:35:45 f64a6f60c768: Waiting 15:35:45 481702a1767f: Waiting 15:35:45 2dd03ba5bac4: Waiting 15:35:45 a92cc7c5fd73: Verifying Checksum 15:35:45 a92cc7c5fd73: Download complete 15:35:45 ed8968b2872e: Download complete 15:35:45 1e091d79d1de: Verifying Checksum 15:35:45 1e091d79d1de: Download complete 15:35:45 481702a1767f: Verifying Checksum 15:35:45 481702a1767f: Download complete 15:35:45 df20fa9351a1: Verifying Checksum 15:35:45 df20fa9351a1: Download complete 15:35:45 df20fa9351a1: Pull complete 15:35:45 f64a6f60c768: Verifying Checksum 15:35:45 f64a6f60c768: Download complete 15:35:46 e876d2f968b6: Verifying Checksum 15:35:46 e876d2f968b6: Download complete 15:35:46 e78d2573fc39: Verifying Checksum 15:35:46 e78d2573fc39: Download complete 15:35:46 07967f4d0e4b: Verifying Checksum 15:35:46 07967f4d0e4b: Download complete 15:35:46 2dd03ba5bac4: Verifying Checksum 15:35:46 2dd03ba5bac4: Download complete 15:35:46 ce8a83651883: Verifying Checksum 15:35:46 ce8a83651883: Download complete 15:35:47 ed8968b2872e: Pull complete 15:35:47 a92cc7c5fd73: Pull complete 15:35:52 2dd03ba5bac4: Pull complete 15:35:52 1e091d79d1de: Pull complete 15:35:52 481702a1767f: Pull complete 15:35:56 Still waiting to schedule task 15:35:56 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-286’ 15:35:57 f64a6f60c768: Pull complete 15:36:00 e78d2573fc39: Pull complete 15:36:00 e876d2f968b6: Pull complete 15:36:01 ce8a83651883: Pull complete 15:36:01 07967f4d0e4b: Pull complete 15:36:01 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:36:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:36:01 ---> 5d7c900382c6 15:36:01 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 15:36:02 ---> Running in 1caa2d047eb5 15:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:04 (1/12) Installing libmagic (5.38-r0) 15:36:04 (2/12) Installing file (5.38-r0) 15:36:04 (3/12) Installing libc-dev (0.7.2-r3) 15:36:04 (4/12) Installing g++ (9.3.0-r2) 15:36:07 (5/12) Installing fortify-headers (1.1-r0) 15:36:07 (6/12) Installing patch (2.7.6-r6) 15:36:07 (7/12) Installing build-base (0.5-r2) 15:36:07 (8/12) Installing libsodium (1.0.18-r0) 15:36:07 (9/12) Installing pkgconf (1.7.2-r0) 15:36:07 (10/12) Installing libsodium-dev (1.0.18-r0) 15:36:07 (11/12) Installing libzmq (4.3.2-r0) 15:36:07 (12/12) Installing zeromq-dev (4.3.2-r0) 15:36:07 Executing busybox-1.31.1-r16.trigger 15:36:07 OK: 233 MiB in 51 packages 15:36:10 Removing intermediate container 1caa2d047eb5 15:36:10 ---> 486e92c913cd 15:36:10 Step 4/7 : WORKDIR /edgex-go 15:36:10 ---> Running in df3c178cf8c2 15:36:11 Removing intermediate container df3c178cf8c2 15:36:11 ---> fbc433e70787 15:36:11 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:36:11 latest: Pulling from library/docker 15:36:11 df20fa9351a1: Already exists 15:36:11 25ad7478873d: Pulling fs layer 15:36:11 4684f6177b5d: Pulling fs layer 15:36:11 46e300cec669: Pulling fs layer 15:36:11 63038576ad94: Pulling fs layer 15:36:11 0fdb76c4706c: Pulling fs layer 15:36:11 cb7edeffdfd5: Pulling fs layer 15:36:11 0fdb76c4706c: Waiting 15:36:11 63038576ad94: Waiting 15:36:11 cb7edeffdfd5: Waiting 15:36:11 4684f6177b5d: Verifying Checksum 15:36:11 4684f6177b5d: Download complete 15:36:11 25ad7478873d: Verifying Checksum 15:36:11 25ad7478873d: Download complete 15:36:11 63038576ad94: Verifying Checksum 15:36:11 63038576ad94: Download complete 15:36:11 0fdb76c4706c: Verifying Checksum 15:36:11 0fdb76c4706c: Download complete 15:36:11 cb7edeffdfd5: Verifying Checksum 15:36:11 cb7edeffdfd5: Download complete 15:36:11 25ad7478873d: Pull complete 15:36:12 4684f6177b5d: Pull complete 15:36:12 46e300cec669: Verifying Checksum 15:36:12 46e300cec669: Download complete 15:36:15 46e300cec669: Pull complete 15:36:15 63038576ad94: Pull complete 15:36:15 0fdb76c4706c: Pull complete 15:36:15 cb7edeffdfd5: Pull complete 15:36:15 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:36:15 Status: Downloaded newer image for docker:latest 15:36:17 ---> cd8ff3f3b705 15:36:17 Step 6/7 : COPY go.mod . 15:36:17 ---> 65f752ca3bff 15:36:17 Step 7/7 : RUN go mod download 15:36:17 ---> Running in b3d6f77b91d8 15:36:19 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:36:19 go: finding github.com/BurntSushi/toml v0.3.1 15:36:19 go: finding github.com/OneOfOne/xxhash v1.2.5 15:36:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:36:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:36:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:36:20 go: finding github.com/bgentry/speakeasy v0.1.0 15:36:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:36:20 go: finding github.com/cloudflare/gokey v0.1.0 15:36:20 go: finding github.com/davecgh/go-spew v1.1.1 15:36:20 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:36:20 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:36:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:36:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:36:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:36:20 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:36:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:36:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:36:20 go: finding github.com/fatih/color v1.7.0 15:36:20 go: finding github.com/fsnotify/fsnotify v1.4.7 15:36:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:36:20 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:36:20 go: finding github.com/go-kit/kit v0.8.0 15:36:20 go: finding github.com/go-logfmt/logfmt v0.4.0 15:36:20 go: finding github.com/go-redis/redis/v7 v7.2.0 15:36:20 go: finding github.com/go-stack/stack v1.8.0 15:36:20 go: finding github.com/golang/protobuf v1.3.2 15:36:20 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:36:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:36:20 go: finding github.com/google/uuid v1.1.0 15:36:20 go: finding github.com/gorilla/mux v1.7.1 15:36:20 go: finding github.com/hashicorp/consul/api v1.1.0 15:36:20 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:36:20 go: finding github.com/hashicorp/errwrap v1.0.0 15:36:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:36:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:36:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:36:20 go: finding github.com/hashicorp/go-multierror v1.0.0 15:36:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:36:20 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:36:20 go: finding github.com/hashicorp/go-syslog v1.0.0 15:36:20 go: finding github.com/hashicorp/go-uuid v1.0.1 15:36:20 go: finding github.com/hashicorp/go.net v0.0.1 15:36:20 go: finding github.com/hashicorp/golang-lru v0.5.0 15:36:20 go: finding github.com/hashicorp/logutils v1.0.0 15:36:20 go: finding github.com/hashicorp/mdns v1.0.0 15:36:20 go: finding github.com/hashicorp/memberlist v0.1.3 15:36:20 go: finding github.com/hashicorp/serf v0.8.2 15:36:20 go: finding github.com/hpcloud/tail v1.0.0 15:36:21 go: finding github.com/imdario/mergo v0.3.6 15:36:21 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:36:21 go: finding github.com/kr/pretty v0.1.0 15:36:21 go: finding github.com/kr/pty v1.1.1 15:36:21 go: finding github.com/kr/text v0.1.0 15:36:21 go: finding github.com/mattn/go-colorable v0.0.9 15:36:21 go: finding github.com/mattn/go-isatty v0.0.3 15:36:21 go: finding github.com/miekg/dns v1.0.14 15:36:21 go: finding github.com/mitchellh/cli v1.0.0 15:36:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:36:21 go: finding github.com/mitchellh/copystructure v1.0.0 15:36:21 go: finding github.com/mitchellh/go-homedir v1.0.0 15:36:21 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:36:21 go: finding github.com/mitchellh/gox v0.4.0 15:36:21 go: finding github.com/mitchellh/iochan v1.0.0 15:36:21 go: finding github.com/mitchellh/mapstructure v1.1.2 15:36:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:36:21 go: finding github.com/onsi/ginkgo v1.10.1 15:36:21 go: finding github.com/onsi/gomega v1.7.0 15:36:21 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:36:21 go: finding github.com/pebbe/zmq4 v1.0.0 15:36:21 go: finding github.com/pelletier/go-toml v1.2.0 15:36:21 go: finding github.com/pkg/errors v0.8.1 15:36:21 go: finding github.com/pmezard/go-difflib v1.0.0 15:36:21 go: finding github.com/posener/complete v1.1.1 15:36:21 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:36:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:36:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:36:21 go: finding github.com/stretchr/objx v0.1.0 15:36:21 go: finding github.com/stretchr/testify v1.5.1 15:36:21 go: finding github.com/ugorji/go v1.1.4 15:36:21 go: finding github.com/x448/float16 v0.8.4 15:36:21 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:36:21 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:36:21 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:36:21 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:36:21 go: finding golang.org/x/text v0.3.2 15:36:21 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:36:21 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:36:21 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:36:21 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:36:21 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:36:21 go: finding gopkg.in/yaml.v2 v2.2.8 15:36:34 Removing intermediate container b3d6f77b91d8 15:36:34 ---> 4261e808ab92 15:36:34 Successfully built 4261e808ab92 15:36:34 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 15:36:34 + docker inspect -f . ci-base-image-x86_64 15:36:34 . [Pipeline] withDockerContainer 15:36:34 prd-centos7-docker-4c-2g-287 does not seem to be running inside a container 15:36:34 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:36:35 $ docker top b008d148bd81edcbf0a942a52375206ae197252d36490a444303ae75363b4969 -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:36 + go version 15:36:36 go version go1.13.13 linux/amd64 [Pipeline] echo 15:36:36 ========================================================= 15:36:36 [edgeXBuildGoParallel] Running Tests and Build... 15:36:36 ========================================================= [Pipeline] sh 15:36:36 + make test 15:36:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:36:38 ? github.com/edgexfoundry/edgex-go [no test files] 15:36:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:36:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:36:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:36:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:36:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:36:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.014s 15:36:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:36:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:36:55 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:36:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:36:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:36:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:36:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:36:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:37:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.032s coverage: 46.6% of statements 15:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:37:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.080s coverage: 27.3% of statements 15:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:37:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 15:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:37:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements 15:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:37:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.143s coverage: 28.6% of statements 15:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:37:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.046s coverage: 100.0% of statements 15:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:37:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements 15:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:37:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 15:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:37:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.073s coverage: 97.5% of statements 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:37:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:37:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:37:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements 15:37:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.061s coverage: 63.5% of statements 15:37:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:37:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:37:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements 15:37:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements 15:37:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:37:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:37:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:37:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.251s coverage: 86.3% of statements 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.255s coverage: 72.2% of statements 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.099s coverage: 72.1% of statements 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.019s coverage: 28.8% of statements 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.051s coverage: 26.9% of statements 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.095s coverage: 84.1% of statements 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.018s coverage: 42.9% of statements 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.046s coverage: 83.8% of statements 15:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:37:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 45.1% of statements 15:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:37:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements 15:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:37:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.014s coverage: 100.0% of statements 15:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:37:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements 15:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:37:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:37:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:37:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:37:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:37:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:37:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:37:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements 15:37:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:37:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:37:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 15:37:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 15:37:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements 15:37:16 GO111MODULE=on go vet ./... 15:37:22 gofmt -l . 15:37:23 [ "`gofmt -l .`" = "" ] 15:37:23 ./bin/test-go-mod-tidy.sh 15:37:24 ./bin/test-attribution-txt.sh [Pipeline] sh 15:37:26 + ls -al . 15:37:26 total 552 15:37:26 drwxrwxr-x 10 1001 1001 4096 Aug 17 15:37 . 15:37:26 drwxr-xr-x 4 root root 30 Aug 17 15:36 .. 15:37:26 -rw-rw-r-- 1 1001 1001 11 Aug 17 15:34 .dockerignore 15:37:26 drwxrwxr-x 8 1001 1001 179 Aug 17 15:34 .git 15:37:26 drwxrwxr-x 3 1001 1001 60 Aug 17 15:34 .github 15:37:26 -rw-rw-r-- 1 1001 1001 932 Aug 17 15:34 .gitignore 15:37:26 drwx------ 3 1001 1001 47 Aug 17 15:35 .semver 15:37:26 -rw-rw-r-- 1 1001 1001 166 Aug 17 15:34 .sonarcloud.properties 15:37:26 -rw-rw-r-- 1 1001 1001 3804 Aug 17 15:34 CONTRIBUTING.md 15:37:26 -rw-rw-r-- 1 1001 1001 1035 Aug 17 15:34 Dockerfile.build 15:37:26 -rw-rw-r-- 1 1001 1001 865 Aug 17 15:34 Jenkinsfile 15:37:26 -rw-rw-r-- 1 1001 1001 10775 Aug 17 15:34 LICENSE 15:37:26 -rw-rw-r-- 1 1001 1001 6237 Aug 17 15:34 Makefile 15:37:26 -rw-rw-r-- 1 1001 1001 5652 Aug 17 15:34 README.md 15:37:26 -rw-rw-r-- 1 1001 1001 259 Aug 17 15:34 SECURITY.md 15:37:26 -rw-rw-r-- 1 1001 1001 5 Aug 17 15:35 VERSION 15:37:26 -rw-rw-r-- 1 1001 1001 4131 Aug 17 15:34 ZMQWindows.md 15:37:26 drwxrwxr-x 2 1001 1001 117 Aug 17 15:34 bin 15:37:26 drwxrwxr-x 15 1001 1001 4096 Aug 17 15:34 cmd 15:37:26 -rw-r--r-- 1 root root 455803 Aug 17 15:37 coverage.out 15:37:26 -rw-r--r-- 1 root root 1019 Aug 17 15:37 go.mod 15:37:26 -rw-r--r-- 1 root root 18146 Aug 17 15:37 go.sum 15:37:26 drwxrwxr-x 8 1001 1001 127 Aug 17 15:34 internal 15:37:26 drwxrwxr-x 4 1001 1001 26 Aug 17 15:34 openapi 15:37:26 drwxrwxr-x 4 1001 1001 71 Aug 17 15:34 snap 15:37:26 -rw-rw-r-- 1 1001 1001 168 Aug 17 15:34 version.go [Pipeline] sh 15:37:26 + '[' -e coverage.out ] 15:37:26 + chown 1001:1001 coverage.out [Pipeline] stash 15:37:26 Stashed 1 file(s) [Pipeline] sh 15:37:26 + make build 15:37:26 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 15:37:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:37:35 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 15:37:37 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 15:37:38 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 15:37: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 15:37:41 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 15:37:43 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 15:37:45 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 15:37:46 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 15:37:48 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 15:37:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:37:51 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] } 15:37:52 $ docker stop --time=1 b008d148bd81edcbf0a942a52375206ae197252d36490a444303ae75363b4969 15:37:54 $ docker rm -f b008d148bd81edcbf0a942a52375206ae197252d36490a444303ae75363b4969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:37:57 15:37:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:37:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:37:57 latest: Pulling from edgex-devops/edgex-compose 15:37:57 cbdbe7a5bc2a: Pulling fs layer 15:37:57 ca9280d653b3: Pulling fs layer 15:37:57 7e9c9ca2126c: Pulling fs layer 15:37:57 cbdbe7a5bc2a: Download complete 15:37:58 ca9280d653b3: Verifying Checksum 15:37:58 ca9280d653b3: Download complete 15:37:58 cbdbe7a5bc2a: Pull complete 15:37:59 7e9c9ca2126c: Download complete 15:37:59 ca9280d653b3: Pull complete 15:38:11 7e9c9ca2126c: Pull complete 15:38:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:38:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:38:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:38:11 prd-centos7-docker-4c-2g-287 does not seem to be running inside a container 15:38:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:38:12 $ docker top 1e302fc3704b9b509ec4b84defa66301b31c021c0d9d497dde5a61590781c67a -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:13 + docker-compose build --help 15:38:13 + grep parallel 15:38:14 --parallel Build images in parallel. [Pipeline] } 15:38:14 $ docker stop --time=1 1e302fc3704b9b509ec4b84defa66301b31c021c0d9d497dde5a61590781c67a 15:38:15 $ docker rm -f 1e302fc3704b9b509ec4b84defa66301b31c021c0d9d497dde5a61590781c67a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:38:16 . [Pipeline] withDockerContainer 15:38:16 prd-centos7-docker-4c-2g-287 does not seem to be running inside a container 15:38:16 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 15:38:16 $ docker top 63b1d81774cfbe58e02f8b02fecd1fa5a9629801e63f813afbeb15221c22a140 -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:17 + docker-compose -f ./docker-compose-build.yml build --parallel 15:38:18 Building docker-core-command-go ... 15:38:18 Building docker-core-data-go ... 15:38:18 Building docker-core-metadata-go ... 15:38:18 Building docker-security-proxy-setup-go ... 15:38:18 Building docker-security-secrets-setup-go ... 15:38:18 Building docker-security-secretstore-setup-go ... 15:38:18 Building docker-support-logging-go ... 15:38:18 Building docker-support-notifications-go ... 15:38:18 Building docker-support-scheduler-go ... 15:38:18 Building docker-sys-mgmt-agent-go ... 15:38:18 Building docker-core-metadata-go 15:38:18 Building docker-core-data-go 15:38:18 Building docker-security-secrets-setup-go 15:38:18 Building docker-security-secretstore-setup-go 15:38:18 Building docker-support-notifications-go 15:38:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:38:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:38:45 ---> 4261e808ab92 15:38:45 Step 3/21 : WORKDIR /edgex-go 15:38:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:38:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:38:45 ---> 4261e808ab92 15:38:45 Step 3/26 : WORKDIR /edgex-go 15:38:45 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:38:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:38:45 ---> 4261e808ab92 15:38:45 Step 3/23 : WORKDIR /edgex-go 15:38:45 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:38:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:38:45 ---> 4261e808ab92 15:38:45 Step 3/22 : WORKDIR /edgex-go 15:38:45 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:38:45 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:38:45 ---> 4261e808ab92 15:38:45 Step 3/29 : WORKDIR /edgex-go 15:38:46 ---> Running in 2623219a32d0 15:38:46 ---> Running in 4c147ae2a07f 15:38:46 ---> Running in 45ad925e0075 15:38:46 ---> Running in b3ea7702c823 15:38:46 ---> Running in 0308771ba2b0 15:38:46 Removing intermediate container 4c147ae2a07f 15:38:46 ---> 66a9b77e2ecf 15:38:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:38:46 Removing intermediate container 45ad925e0075 15:38:46 ---> c6abdaf4d0c1 15:38:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:38:46 Removing intermediate container b3ea7702c823 15:38:46 ---> df171a2aca4d 15:38:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:38:46 Removing intermediate container 0308771ba2b0 15:38:46 ---> f9c02e06cd5a 15:38:46 Step 4/29 : RUN apk update && apk add make git 15:38:46 Removing intermediate container 2623219a32d0 15:38:46 ---> f1028603089d 15:38:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:38:47 ---> Running in cbc8667073e6 15:38:47 ---> Running in 7e630ab284dd 15:38:47 ---> Running in 6a210821907c 15:38:47 ---> Running in 6822c3ff02c3 15:38:47 ---> Running in 94514850f2f2 15:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:48 Removing intermediate container cbc8667073e6 15:38:48 ---> acada8987056 15:38:48 Step 5/21 : RUN apk update && apk add make git 15:38:48 Removing intermediate container 7e630ab284dd 15:38:48 ---> fa3a6dd42efe 15:38:48 Step 5/26 : RUN apk update && apk add make git 15:38:48 ---> Running in 533c0a26f925 15:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:49 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:38:49 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:38:49 OK: 12746 distinct packages available 15:38:49 OK: 233 MiB in 51 packages 15:38:49 ---> Running in 686715e98abf 15:38:49 Removing intermediate container 6a210821907c 15:38:49 ---> b6836cb72254 15:38:49 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 15:38:50 ---> Running in 9ca85b281d9d 15:38:50 Removing intermediate container 94514850f2f2 15:38:50 ---> f4e6596db5ac 15:38:50 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:38:50 ---> Running in 1a88721bf067 15:38:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:50 Removing intermediate container 6822c3ff02c3 15:38:50 ---> 1862576134f3 15:38:50 Step 5/29 : COPY go.mod . 15:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:51 ---> 45ca67e2e123 15:38:51 Step 6/29 : RUN go mod download 15:38:51 ---> Running in 825c41ebc0d2 15:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:52 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:38:52 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:38:52 OK: 12746 distinct packages available 15:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:52 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:38:52 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:38:52 OK: 12746 distinct packages available 15:38:52 OK: 233 MiB in 51 packages 15:38:52 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:38:52 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:38:52 OK: 12746 distinct packages available 15:38:52 OK: 233 MiB in 51 packages 15:38:52 OK: 233 MiB in 51 packages 15:38:52 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:38:52 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:38:52 OK: 12746 distinct packages available 15:38:53 Removing intermediate container 533c0a26f925 15:38:53 ---> 2690f74297d2 15:38:53 Step 6/21 : COPY go.mod . 15:38:53 Removing intermediate container 825c41ebc0d2 15:38:53 ---> fd0ce701f020 15:38:53 Step 7/29 : COPY . . 15:38:53 OK: 233 MiB in 51 packages 15:38:53 Removing intermediate container 9ca85b281d9d 15:38:53 ---> 260a2e28a7ae 15:38:53 Step 6/23 : COPY go.mod . 15:38:54 Removing intermediate container 1a88721bf067 15:38:54 ---> b58694106d88 15:38:54 Step 6/22 : COPY go.mod . 15:38:54 ---> 5725c8fac879 15:38:54 Step 7/21 : RUN go mod download 15:38:55 ---> Running in 28228834df01 15:38:55 ---> ceb0f6ced994 15:38:55 Step 7/22 : RUN go mod download 15:38:55 ---> a24860bbc93d 15:38:55 Step 7/23 : RUN go mod download 15:38:57 ---> Running in 368b8991d190 15:38:57 ---> Running in 95453423f8a9 15:38:57 Removing intermediate container 686715e98abf 15:38:57 ---> 114deeda18e5 15:38:57 Step 6/26 : COPY go.mod . 15:38:58 ---> 60f65ac14962 15:38:58 Step 7/26 : RUN go mod download 15:38:59 ---> Running in 19e4e679f4bd 15:39:03 Removing intermediate container 28228834df01 15:39:03 ---> ce9d410dbc43 15:39:03 Step 8/21 : COPY . . 15:39:07 Removing intermediate container 368b8991d190 15:39:07 ---> 0db0234abbe0 15:39:07 Step 8/23 : COPY . . 15:39:11 Removing intermediate container 19e4e679f4bd 15:39:11 ---> f287dc681194 15:39:11 Step 8/26 : COPY . . 15:39:14 Removing intermediate container 95453423f8a9 15:39:14 ---> 5dd15ce73657 15:39:14 Step 8/22 : COPY . . 15:39:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-288 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 15:39:18 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 15:39:23 using credential edgex-jenkins-ssh 15:39:23 Cloning the remote Git repository 15:39:23 Cloning with configured refspecs honoured and without tags 15:39:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:39:23 > git init /w/workspace/edgex-go/16 # timeout=10 15:39:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:39:23 > git --version # timeout=10 15:39:23 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:39:25 ---> ffab82a22517 15:39:25 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:39:28 ---> Running in bab30839c3c8 15:39:33 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 15:39:37 Fetching without tags 15:39:37 ---> 5a6e3ae8c45e 15:39:37 Step 9/21 : RUN make cmd/core-metadata/core-metadata 15:39:38 Merging remotes/origin/master commit aa472f58a5207d25d1630cfabae13fa3f1ce44ee into PR head commit 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:39:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:39:37 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 15:39:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:39:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:39:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:39:37 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:39:38 Merge succeeded, producing 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:39:38 Checking out Revision 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f (PR-2625) 15:39:38 > git config core.sparsecheckout # timeout=10 15:39:38 > git checkout -f 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f # timeout=10 15:39:38 > git remote # timeout=10 15:39:38 > git config --get remote.origin.url # timeout=10 15:39:38 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:38 > git merge aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 15:39:38 > git rev-parse HEAD^{commit} # timeout=10 15:39:38 > git config core.sparsecheckout # timeout=10 15:39:38 > git checkout -f 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f # timeout=10 15:39:41 ---> Running in 68206fa240a3 15:39:42 ---> 25821614cc33 15:39:42 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:39:42 ---> Running in 7bff45de9419 15:39:43 ---> 02bd6b616e5f 15:39:43 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 15:39:43 ---> 6da363a9abf4 15:39:43 Step 9/22 : RUN make cmd/core-data/core-data 15:39:43 ---> Running in 6cc21097e2ab 15:39:43 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" 15:39:43 ---> Running in bc1c31f30cd9 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 15:39:43 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 15:39:44 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 15:39:44 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 15:39: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 [Pipeline] echo 15:39:54 ========================================================= 15:39:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:39:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:39:55 + 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 . 15:39:56 Removing intermediate container bab30839c3c8 15:39:56 ---> d45e94b39437 15:39:56 15:39:56 Step 9/29 : FROM alpine:latest 15:39:56 latest: Pulling from library/alpine 15:39:56 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:39:56 Status: Downloaded newer image for alpine:latest 15:39:56 ---> a24bb4013296 15:39:56 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:39:56 ---> Running in 75e0ee9cf34b 15:39:56 Removing intermediate container 75e0ee9cf34b 15:39:56 ---> 7597b00cbe01 15:39:56 Step 11/29 : USER root 15:39:56 ---> Running in 6e46c29882d2 15:39:57 Removing intermediate container 6e46c29882d2 15:39:57 ---> 44829d0c5395 15:39:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:39:57 ---> Running in 8f224abec85e 15:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:59 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:39:59 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:39:59 OK: 12746 distinct packages available 15:39:59 (1/2) Installing ca-certificates (20191127-r4) 15:39:59 (2/2) Installing dumb-init (1.2.2-r1) 15:39:59 Executing busybox-1.31.1-r16.trigger 15:39:59 Executing ca-certificates-20191127-r4.trigger 15:39:59 OK: 6 MiB in 16 packages 15:39:59 Sending build context to Docker daemon 323MB 15:39:59 Step 1/7 : ARG BASE=golang:1.13-alpine 15:39:59 Step 2/7 : FROM ${BASE} 15:39:59 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:39:59 b538f80385f9: Pulling fs layer 15:39:59 74f711af9a0d: Pulling fs layer 15:39:59 99f96fe45779: Pulling fs layer 15:39:59 fd7a069fd194: Pulling fs layer 15:39:59 66aa3694b03b: Pulling fs layer 15:39:59 170f70906a0f: Pulling fs layer 15:39:59 ad7c5574e4b9: Pulling fs layer 15:39:59 e772456be8f7: Pulling fs layer 15:39:59 c890913d741a: Pulling fs layer 15:39:59 2480fcc9aa5a: Pulling fs layer 15:39:59 09adf4765672: Pulling fs layer 15:39:59 fd7a069fd194: Waiting 15:39:59 66aa3694b03b: Waiting 15:39:59 170f70906a0f: Waiting 15:39:59 ad7c5574e4b9: Waiting 15:39:59 e772456be8f7: Waiting 15:39:59 c890913d741a: Waiting 15:39:59 2480fcc9aa5a: Waiting 15:39:59 09adf4765672: Waiting 15:39:59 99f96fe45779: Verifying Checksum 15:39:59 99f96fe45779: Download complete 15:39:59 74f711af9a0d: Verifying Checksum 15:39:59 74f711af9a0d: Download complete 15:39:59 66aa3694b03b: Verifying Checksum 15:39:59 66aa3694b03b: Download complete 15:40:00 170f70906a0f: Verifying Checksum 15:40:00 170f70906a0f: Download complete 15:40:00 b538f80385f9: Verifying Checksum 15:40:00 b538f80385f9: Download complete 15:40:00 b538f80385f9: Pull complete 15:40:01 74f711af9a0d: Pull complete 15:40:02 99f96fe45779: Pull complete 15:40:02 Removing intermediate container 8f224abec85e 15:40:02 ---> 6372dbecc795 15:40:02 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:40:02 ---> Running in b558f0ccb534 15:40:02 Removing intermediate container b558f0ccb534 15:40:02 ---> f04be0347fc9 15:40:02 Step 14/29 : WORKDIR $BASE_DIR 15:40:02 ---> Running in 8749e560b6eb 15:40:02 ad7c5574e4b9: Verifying Checksum 15:40:02 ad7c5574e4b9: Download complete 15:40:02 c890913d741a: Verifying Checksum 15:40:02 c890913d741a: Download complete 15:40:02 Removing intermediate container 8749e560b6eb 15:40:02 ---> 84fd8f77cc38 15:40:02 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:40:02 ---> Running in e07a8441f908 15:40:04 2480fcc9aa5a: Verifying Checksum 15:40:04 2480fcc9aa5a: Download complete 15:40:04 09adf4765672: Verifying Checksum 15:40:04 09adf4765672: Download complete 15:40:04 e772456be8f7: Verifying Checksum 15:40:04 e772456be8f7: Download complete 15:40:04 Removing intermediate container e07a8441f908 15:40:04 ---> b379c384f00a 15:40:04 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:40:05 fd7a069fd194: Verifying Checksum 15:40:05 fd7a069fd194: Download complete 15:40:06 ---> c38ca8e21c30 15:40:06 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:40:06 ---> 6f88a491851e 15:40:06 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:40:07 ---> f0998c5703ce 15:40:07 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:40:08 ---> 2e91eefa7611 15:40:08 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:40:08 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 15:40:08 ---> 2bf5571e2523 15:40:08 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:40:09 ---> Running in 4775d09cc774 15:40:11 Removing intermediate container 4775d09cc774 15:40:11 ---> dc229a9bd28e 15:40:11 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:40:11 ---> e35786d9e581 15:40:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:40:11 ---> Running in 5b260ddbe115 15:40:14 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 15:40:14 Removing intermediate container 5b260ddbe115 15:40:14 ---> 1c2689ad853b 15:40:14 Step 24/29 : RUN chmod 755 security-secrets-setup 15:40:14 ---> Running in e64a71fbd4fa 15:40:17 fd7a069fd194: Pull complete 15:40:17 66aa3694b03b: Pull complete 15:40:17 170f70906a0f: Pull complete 15:40:21 ad7c5574e4b9: Pull complete 15:40:21 Removing intermediate container e64a71fbd4fa 15:40:21 ---> 6edbdb3990fe 15:40:21 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:40:21 Removing intermediate container 7bff45de9419 15:40:21 ---> 3ca5e821bc7a 15:40:21 15:40:21 Step 10/23 : FROM scratch 15:40:21 ---> 15:40:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:40:21 ---> Running in 88ebf2f394cc 15:40:21 Removing intermediate container 88ebf2f394cc 15:40:21 ---> 9683564dd1eb 15:40:21 Step 26/29 : CMD [ "generate" ] 15:40:21 ---> Running in d84a4416491a 15:40:22 ---> Running in 1da10973fa5e 15:40:22 Removing intermediate container d84a4416491a 15:40:22 ---> 66f2841bd77f 15:40:22 Step 12/23 : ENV APP_PORT=48060 15:40:25 ---> Running in 2fae4cd178a4 15:40:25 Removing intermediate container 1da10973fa5e 15:40:25 ---> abdd272dcf02 15:40:25 Step 27/29 : LABEL arch=x86_64 15:40:25 ---> Running in 926d6d5ec7ef 15:40:25 Removing intermediate container 6cc21097e2ab 15:40:25 ---> cbcb4b9afa4b 15:40:25 15:40:25 Step 10/26 : FROM alpine:3.10 15:40:26 3.10: Pulling from library/alpine 15:40:26 Removing intermediate container 2fae4cd178a4 15:40:26 ---> 32fcf1b899d2 15:40:26 Step 13/23 : EXPOSE $APP_PORT 15:40:26 Removing intermediate container 68206fa240a3 15:40:26 ---> 02845645ef1a 15:40:26 15:40:26 Step 10/21 : FROM scratch 15:40:26 ---> 15:40:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:40:26 Removing intermediate container bc1c31f30cd9 15:40:26 ---> 5ca7c7afd998 15:40:26 15:40:26 Step 10/22 : FROM alpine 15:40:26 ---> a24bb4013296 15:40:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:40:26 e772456be8f7: Pull complete 15:40:26 c890913d741a: Pull complete 15:40:27 ---> Running in 4543cc25c4b2 15:40:27 ---> Running in bf41ca290c3d 15:40:27 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:40:27 ---> Running in 4e571a01c7f3 15:40:27 Status: Downloaded newer image for alpine:3.10 15:40:27 ---> be4e4bea2c2e 15:40:27 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:40:27 Removing intermediate container 926d6d5ec7ef 15:40:27 ---> 92a4cd6a46e1 15:40:27 Step 28/29 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:40:27 ---> Running in 8f12090bf91d 15:40:27 ---> Running in 771a72342eb3 15:40:27 Removing intermediate container 4543cc25c4b2 15:40:27 ---> b54acddb1f67 15:40:27 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 15:40:27 Removing intermediate container bf41ca290c3d 15:40:27 ---> 3f349a115b79 15:40:27 Step 12/21 : ENV APP_PORT=48081 15:40:27 Removing intermediate container 4e571a01c7f3 15:40:27 ---> 56624c3b47bd 15:40:27 Step 12/22 : ENV APP_PORT=48080 15:40:27 ---> Running in c25386c35af1 15:40:28 ---> Running in dca4b8f5b8c0 15:40:28 Removing intermediate container 771a72342eb3 15:40:28 ---> 5915710518e1 15:40:28 Step 29/29 : LABEL version=0.0.0 15:40:28 2480fcc9aa5a: Pull complete 15:40:28 09adf4765672: Pull complete 15:40:28 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:40:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:40:28 ---> 2248a725d1cf 15:40:28 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 15:40:29 ---> e940855fa48f 15:40:29 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:40:29 Removing intermediate container c25386c35af1 15:40:29 ---> b700784a6d35 15:40:29 Step 13/21 : EXPOSE $APP_PORT 15:40:29 ---> Running in ada13a645d94 15:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:40:29 Removing intermediate container dca4b8f5b8c0 15:40:29 ---> fc107cfd980e 15:40:29 Step 13/22 : EXPOSE $APP_PORT 15:40:29 ---> Running in aea21cd623fb 15:40:29 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:40:29 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:40:29 OK: 10346 distinct packages available 15:40:29 (1/5) Installing ca-certificates (20191127-r2) 15:40:29 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:40:29 (3/5) Installing libcurl (7.66.0-r0) 15:40:29 (4/5) Installing curl (7.66.0-r0) 15:40:29 (5/5) Installing dumb-init (1.2.2-r1) 15:40:29 Executing busybox-1.30.1-r3.trigger 15:40:29 Executing ca-certificates-20191127-r2.trigger 15:40:29 OK: 7 MiB in 19 packages 15:40:29 ---> Running in 9ef04a3631b9 15:40:30 Removing intermediate container ada13a645d94 15:40:30 ---> 51035f718bec 15:40:30 15:40:30 Removing intermediate container aea21cd623fb 15:40:30 ---> 5c94ff7c534a 15:40:30 Step 14/21 : WORKDIR / 15:40:30 ---> 77226062fb4b 15:40:30 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 15:40:30 Successfully built 51035f718bec 15:40:30 ---> Running in c236057b75c6 15:40:30 Successfully tagged docker-security-secrets-setup-go:latest 15:40:31 Building docker-support-scheduler-go 15:40:31  Building docker-security-secrets-setup-go ... done Removing intermediate container 9ef04a3631b9 15:40:31 ---> aabfdab21c07 15:40:31 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:31 ---> Running in 905c093ac926 15:40:33 Removing intermediate container c236057b75c6 15:40:33 ---> e5871422b827 15:40:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:40:33 Removing intermediate container 8f12090bf91d 15:40:33 ---> 9c960248173b 15:40:33 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:40:34 ---> Running in 4e3b38ea80a9 15:40:35 ---> 0d48ab13a78b 15:40:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:40:35 ---> a7a6152a05fb 15:40:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:40:35 ---> Running in edcc18d957e0 15:40:35 ---> 41248c64e06d 15:40:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:40:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:40:36 Removing intermediate container edcc18d957e0 15:40:36 ---> 42580f7debae 15:40:36 Step 13/26 : WORKDIR / 15:40:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:40:37 (1/12) Installing libmagic (5.38-r0) 15:40:37 (2/12) Installing file (5.38-r0) 15:40:37 (3/12) Installing libc-dev (0.7.2-r3) 15:40:37 (4/12) Installing g++ (9.3.0-r2) 15:40:37 ---> 94ced6ceac92 15:40:37 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:40:37 ---> Running in f8ffe645850f 15:40:37 ---> c57d5ce979d1 15:40:37 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:40:39 Removing intermediate container 905c093ac926 15:40:39 ---> 37022fe5dadf 15:40:39 Step 15/22 : RUN apk --no-cache add zeromq 15:40:39 Removing intermediate container f8ffe645850f 15:40:39 ---> bb7d7f5f82b6 15:40:39 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:40:40 (5/12) Installing fortify-headers (1.1-r0) 15:40:40 (6/12) Installing patch (2.7.6-r6) 15:40:40 (7/12) Installing build-base (0.5-r2) 15:40:40 (8/12) Installing libsodium (1.0.18-r0) 15:40:40 (9/12) Installing pkgconf (1.7.2-r0) 15:40:40 (10/12) Installing libsodium-dev (1.0.18-r0) 15:40:40 ---> c0b42f3f9efa 15:40:40 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:40:40 ---> 421e0b1fe899 15:40:40 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:40:40 ---> Running in 6a2873e0b675 15:40:40 (11/12) Installing libzmq (4.3.2-r0) 15:40:40 (12/12) Installing zeromq-dev (4.3.2-r0) 15:40:40 Executing busybox-1.31.1-r16.trigger 15:40:40 OK: 217 MiB in 51 packages 15:40:41 ---> Running in 2d920492da51 15:40:41 ---> Running in 265339501c4b 15:40:42 ---> 05b2a8a6c183 15:40:42 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:40:43 Removing intermediate container 2d920492da51 15:40:43 ---> 53f0765b57c3 15:40:43 Step 21/23 : LABEL arch=x86_64 15:40:43 Removing intermediate container 265339501c4b 15:40:43 ---> 2a376b8f5bdd 15:40:43 Step 19/21 : LABEL arch=x86_64 15:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:43 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:40:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:40:43 ---> 4261e808ab92 15:40:43 Step 3/20 : WORKDIR /edgex-go 15:40:43 ---> Using cache 15:40:43 ---> f1028603089d 15:40:43 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:43 ---> Using cache 15:40:43 ---> f4e6596db5ac 15:40:43 Step 5/20 : RUN apk update && apk add make git 15:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:44 (1/5) Installing libgcc (9.3.0-r2) 15:40:44 (2/5) Installing libsodium (1.0.18-r0) 15:40:44 ---> Running in b55bc5739910 15:40:44 ---> Running in 7009458ddc1d 15:40:44 ---> fc5dd9f426da 15:40:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:40:44 (3/5) Installing libstdc++ (9.3.0-r2) 15:40:44 ---> Running in 5a4e2982f8ce 15:40:44 (4/5) Installing libzmq (4.3.2-r0) 15:40:44 (5/5) Installing zeromq (4.3.2-r0) 15:40:44 Executing busybox-1.31.1-r16.trigger 15:40:44 OK: 8 MiB in 19 packages 15:40:44 Removing intermediate container 7009458ddc1d 15:40:44 ---> 5153dc2215ff 15:40:44 Step 22/23 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:40:44 Removing intermediate container b55bc5739910 15:40:44 ---> 44ea7a5e92cc 15:40:44 Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:40:44 ---> Running in ae5c0dd7ee12 15:40:44 ---> 16938c582e2d 15:40:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:40:44 ---> Running in 3dc1f708b069 15:40:44 Removing intermediate container 4e3b38ea80a9 15:40:44 ---> f105107ce21b 15:40:44 Step 4/7 : WORKDIR /edgex-go 15:40:44 ---> Running in 44df122efdac 15:40:45 Removing intermediate container 44df122efdac 15:40:45 ---> 230a5dc7b9b4 15:40:45 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:45 Removing intermediate container ae5c0dd7ee12 15:40:45 ---> ac9c8eaf81d6 15:40:45 Step 23/23 : LABEL version=0.0.0 15:40:45 ---> Running in e4418619c6c6 15:40:45 Removing intermediate container 3dc1f708b069 15:40:45 ---> 8b8845827184 15:40:45 Step 21/21 : LABEL version=0.0.0 15:40:45 ---> 93b9d5eb36db 15:40:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:40:45 latest: Pulling from library/docker 15:40:45 ---> Running in fc2779462f76 15:40:45 Removing intermediate container e4418619c6c6 15:40:45 ---> ec24db9db5ce 15:40:45 15:40:45 Removing intermediate container 6a2873e0b675 15:40:45 ---> db3fbe55338f 15:40:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:45 b538f80385f9: Already exists 15:40:45 259a493cd78d: Pulling fs layer 15:40:45 b8e66b5100f5: Pulling fs layer 15:40:45 39dc9c94d07c: Pulling fs layer 15:40:45 551b823b3b82: Pulling fs layer 15:40:45 3c52a74df98c: Pulling fs layer 15:40:45 6c9b121b6998: Pulling fs layer 15:40:45 551b823b3b82: Waiting 15:40:45 3c52a74df98c: Waiting 15:40:45 6c9b121b6998: Waiting 15:40:46 Successfully built ec24db9db5ce 15:40:46 Successfully tagged docker-support-notifications-go:latest 15:40:46  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 15:40:46 Removing intermediate container fc2779462f76 15:40:46 ---> 6747e307f8ea 15:40:46 15:40:46 b8e66b5100f5: Verifying Checksum 15:40:46 b8e66b5100f5: Download complete 15:40:46 551b823b3b82: Verifying Checksum 15:40:46 551b823b3b82: Download complete 15:40:46 ---> 7875297a5162 15:40:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:40:46 Successfully built 6747e307f8ea 15:40:46 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:40:46 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:40:46 OK: 12746 distinct packages available 15:40:46 ---> 4fe4e50ee707 15:40:46 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:40:46 3c52a74df98c: Download complete 15:40:46 259a493cd78d: Download complete 15:40:46 6c9b121b6998: Download complete 15:40:46 Successfully tagged docker-core-metadata-go:latest 15:40:46  Building docker-core-metadata-go ... done Building docker-core-command-go 15:40:46 OK: 233 MiB in 51 packages 15:40:46 259a493cd78d: Pull complete 15:40:47 b8e66b5100f5: Pull complete 15:40:47 39dc9c94d07c: Verifying Checksum 15:40:47 39dc9c94d07c: Download complete 15:40:50 39dc9c94d07c: Pull complete 15:40:50 551b823b3b82: Pull complete 15:40:51 3c52a74df98c: Pull complete 15:40:51 6c9b121b6998: Pull complete 15:40:51 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:40:51 Status: Downloaded newer image for docker:latest 15:40:53 ---> 669ac3197684 15:40:53 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:40:53 ---> 04c75189ba9d 15:40:53 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:40:53 Removing intermediate container 5a4e2982f8ce 15:40:53 ---> 62b56eef5019 15:40:53 Step 6/20 : COPY go.mod . 15:40:55 ---> 6408090b50ac 15:40:55 Step 6/7 : COPY go.mod . 15:40:55 ---> bad468f13551 15:40:55 Step 7/7 : RUN go mod download 15:40:55 ---> Running in ca7268d13c37 15:40:55 ---> dd9493f20cd1 15:40:55 Step 7/20 : RUN go mod download 15:40:55 ---> 7de7464b7396 15:40:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:40:55 ---> 80040c4f5d90 15:40:55 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:40:56 ---> Running in 362e2021dfff 15:40:57 ---> Running in d140860dbaf9 15:40:58 ---> 089688c9dfdd 15:40:58 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:40:58 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:40:58 go: finding github.com/BurntSushi/toml v0.3.1 15:40:58 go: finding github.com/OneOfOne/xxhash v1.2.5 15:40:58 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:40:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:40:58 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:40:58 go: finding github.com/bgentry/speakeasy v0.1.0 15:40:58 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:40:58 go: finding github.com/cloudflare/gokey v0.1.0 15:40:58 go: finding github.com/davecgh/go-spew v1.1.1 15:40:58 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:40:58 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:40:58 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:40:58 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:40:58 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:40:58 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:40:58 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:40:58 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:40:58 go: finding github.com/fatih/color v1.7.0 15:40:58 go: finding github.com/fsnotify/fsnotify v1.4.7 15:40:58 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:40:58 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:40:58 go: finding github.com/go-kit/kit v0.8.0 15:40:59 go: finding github.com/go-logfmt/logfmt v0.4.0 15:40:59 go: finding github.com/go-redis/redis/v7 v7.2.0 15:40:59 go: finding github.com/go-stack/stack v1.8.0 15:40:59 go: finding github.com/golang/protobuf v1.3.2 15:40:59 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:40:59 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:40:59 go: finding github.com/google/uuid v1.1.0 15:40:59 go: finding github.com/gorilla/mux v1.7.1 15:40:59 go: finding github.com/hashicorp/consul/api v1.1.0 15:40:59 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:40:59 go: finding github.com/hashicorp/errwrap v1.0.0 15:40:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:40:59 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:40:59 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:40:59 go: finding github.com/hashicorp/go-multierror v1.0.0 15:40:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:40:59 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:40:59 go: finding github.com/hashicorp/go-syslog v1.0.0 15:40:59 go: finding github.com/hashicorp/go-uuid v1.0.1 15:40:59 go: finding github.com/hashicorp/go.net v0.0.1 15:40:59 go: finding github.com/hashicorp/golang-lru v0.5.0 15:40:59 go: finding github.com/hashicorp/logutils v1.0.0 15:40:59 go: finding github.com/hashicorp/mdns v1.0.0 15:40:59 Removing intermediate container d140860dbaf9 15:40:59 ---> c6132860035a 15:40:59 Step 20/22 : LABEL arch=x86_64 15:40:59 go: finding github.com/hashicorp/memberlist v0.1.3 15:40:59 go: finding github.com/hashicorp/serf v0.8.2 15:40:59 go: finding github.com/hpcloud/tail v1.0.0 15:40:59 go: finding github.com/imdario/mergo v0.3.6 15:40:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:40:59 go: finding github.com/kr/pretty v0.1.0 15:40:59 go: finding github.com/kr/pty v1.1.1 15:40:59 go: finding github.com/kr/text v0.1.0 15:40:59 go: finding github.com/mattn/go-colorable v0.0.9 15:40:59 go: finding github.com/mattn/go-isatty v0.0.3 15:40:59 go: finding github.com/miekg/dns v1.0.14 15:40:59 ---> Running in e4880a0a15e7 15:40:59 go: finding github.com/mitchellh/cli v1.0.0 15:40:59 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:40:59 go: finding github.com/mitchellh/copystructure v1.0.0 15:40:59 go: finding github.com/mitchellh/go-homedir v1.0.0 15:40:59 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:40:59 go: finding github.com/mitchellh/gox v0.4.0 15:40:59 go: finding github.com/mitchellh/iochan v1.0.0 15:40:59 go: finding github.com/mitchellh/mapstructure v1.1.2 15:40:59 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:40:59 go: finding github.com/onsi/ginkgo v1.10.1 15:40:59 go: finding github.com/onsi/gomega v1.7.0 15:41:00 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:41:00 go: finding github.com/pebbe/zmq4 v1.0.0 15:41:00 go: finding github.com/pelletier/go-toml v1.2.0 15:41:00 go: finding github.com/pkg/errors v0.8.1 15:41:00 go: finding github.com/pmezard/go-difflib v1.0.0 15:41:00 go: finding github.com/posener/complete v1.1.1 15:41:00 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:41:00 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:41:00 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:41:00 go: finding github.com/stretchr/objx v0.1.0 15:41:00 go: finding github.com/stretchr/testify v1.5.1 15:41:00 go: finding github.com/ugorji/go v1.1.4 15:41:00 go: finding github.com/x448/float16 v0.8.4 15:41:00 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:41:00 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:41:00 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:41:00 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:41:00 go: finding golang.org/x/text v0.3.2 15:41:00 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:41:00 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:41:00 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:41:00 ---> Running in a2d845734fba 15:41:00 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:41:00 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:41:00 go: finding gopkg.in/yaml.v2 v2.2.8 15:41:01 Removing intermediate container a2d845734fba 15:41:01 ---> cfe006d7ded1 15:41:01 Step 21/22 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:41:02 ---> Running in bd99df249b9b 15:41:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:41:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:41:03 ---> 4261e808ab92 15:41:03 Step 3/26 : WORKDIR /edgex-go 15:41:03 ---> Using cache 15:41:03 ---> f1028603089d 15:41:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:03 ---> Using cache 15:41:03 ---> f4e6596db5ac 15:41:03 Step 5/26 : RUN apk update && apk add make bash git 15:41:03 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:41:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:41:03 ---> 4261e808ab92 15:41:03 Step 3/21 : WORKDIR /edgex-go 15:41:03 ---> Using cache 15:41:03 ---> f1028603089d 15:41:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:03 ---> Using cache 15:41:03 ---> f4e6596db5ac 15:41:03 Step 5/21 : RUN apk update && apk add make git 15:41:03 ---> Using cache 15:41:03 ---> 62b56eef5019 15:41:03 Step 6/21 : COPY go.mod . 15:41:03 ---> Using cache 15:41:03 ---> dd9493f20cd1 15:41:03 Step 7/21 : RUN go mod download 15:41:04 ---> Running in 73cf88a3271b 15:41:04 ---> Running in 81965a55db2c 15:41:04 Removing intermediate container bd99df249b9b 15:41:04 ---> 03f19a8016fb 15:41:04 Step 22/22 : LABEL version=0.0.0 15:41:04 ---> Running in fff3bd54d241 15:41:05 Removing intermediate container 362e2021dfff 15:41:05 ---> 40fe592343c9 15:41:05 Step 8/20 : COPY . . 15:41:05 Removing intermediate container e4880a0a15e7 15:41:05 ---> 35945b01a9c4 15:41:05 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:41:05 ---> Running in 08464e913f85 15:41:05 Removing intermediate container fff3bd54d241 15:41:05 ---> 1d925b5b23d0 15:41:05 15:41:05 Successfully built 1d925b5b23d0 15:41:05 Successfully tagged docker-core-data-go:latest 15:41:05  Building docker-core-data-go ... done Building docker-support-logging-go 15:41:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:41:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:41:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:41:07 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:41:07 OK: 12746 distinct packages available 15:41:07 OK: 233 MiB in 51 packages 15:41:09 Removing intermediate container 08464e913f85 15:41:09 ---> fc69844511c9 15:41:09 Step 24/26 : LABEL arch=x86_64 15:41:12 ---> Running in af3b7d81c500 15:41:14 Removing intermediate container 81965a55db2c 15:41:14 ---> 31f7d45a102f 15:41:14 Step 8/21 : COPY . . 15:41:14 Removing intermediate container af3b7d81c500 15:41:14 ---> d1c79c5a0320 15:41:14 Step 25/26 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:41:16 ---> Running in d13881f92cc8 15:41:16 Removing intermediate container 73cf88a3271b 15:41:16 ---> c8d3fc8ac064 15:41:16 Step 6/26 : COPY go.mod . 15:41:19 Removing intermediate container ca7268d13c37 15:41:19 ---> 40c17423e87e 15:41:19 Successfully built 40c17423e87e 15:41:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:19 + docker inspect -f . ci-base-image-arm64 15:41:19 . [Pipeline] withDockerContainer 15:41:19 Removing intermediate container d13881f92cc8 15:41:19 ---> 75ee0406a453 15:41:19 Step 26/26 : LABEL version=0.0.0 15:41:19 ---> 2309d936ece4 15:41:19 Step 7/26 : RUN go mod download 15:41:19 prd-ubuntu18.04-docker-arm64-4c-16g-288 does not seem to be running inside a container 15:41:20 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 15:41:20 ---> Running in 826c0c39715c 15:41:21 $ docker top 7edd233be1513f13228f53661701d796bb45dadd9868bc673da45753b863df03 -eo pid,comm 15:41:21 ---> Running in 7ef1cdaf0b85 [Pipeline] { [Pipeline] sh 15:41:22 + go version 15:41:22 go version go1.13.13 linux/arm64 [Pipeline] echo 15:41:22 ========================================================= 15:41:22 [edgeXBuildGoParallel] Running Tests and Build... 15:41:22 ========================================================= [Pipeline] sh 15:41:22 Removing intermediate container 826c0c39715c 15:41:22 ---> 4b478076700c 15:41:22 15:41:23 + make test 15:41:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:41:23 Successfully built 4b478076700c 15:41:23 Successfully tagged docker-security-secretstore-setup-go:latest 15:41:23 Building docker-security-proxy-setup-go 15:41:24  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:41:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:41:24 ---> 4261e808ab92 15:41:24 Step 3/21 : WORKDIR /edgex-go 15:41:24 ---> Using cache 15:41:24 ---> f1028603089d 15:41:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:24 ---> Using cache 15:41:24 ---> f4e6596db5ac 15:41:24 Step 5/21 : RUN apk update && apk add make && apk add bash git 15:41:25 ? github.com/edgexfoundry/edgex-go [no test files] 15:41:30 ---> Running in 74545d5d9d32 15:41:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:41:35 ---> 2791d4734080 15:41:35 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 15:41:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:41:36 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:41:36 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:41:36 OK: 12746 distinct packages available 15:41:36 Removing intermediate container 7ef1cdaf0b85 15:41:36 ---> 00181efdc7a7 15:41:36 Step 8/26 : COPY . . 15:41:36 ---> Running in e37a22dc2d1d 15:41:36 OK: 233 MiB in 51 packages 15:41:37 OK: 233 MiB in 51 packages 15:41:38 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 15:41:42 Removing intermediate container 74545d5d9d32 15:41:42 ---> f3e2cb84a55e 15:41:42 Step 6/21 : COPY go.mod . 15:41:44 ---> 1c173aa4e5be 15:41:44 Step 7/21 : RUN go mod download 15:41:44 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:41:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:41:44 ---> 4261e808ab92 15:41:44 Step 3/20 : WORKDIR /edgex-go 15:41:44 ---> Running in 11b9a5a8ee4d 15:41:45 ---> Using cache 15:41:45 ---> f1028603089d 15:41:45 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:45 ---> Using cache 15:41:45 ---> f4e6596db5ac 15:41:45 Step 5/20 : RUN apk update && apk add make git 15:41:45 ---> Using cache 15:41:45 ---> 62b56eef5019 15:41:45 Step 6/20 : COPY go.mod . 15:41:45 ---> Using cache 15:41:45 ---> dd9493f20cd1 15:41:45 Step 7/20 : RUN go mod download 15:41:45 ---> Using cache 15:41:45 ---> 31f7d45a102f 15:41:45 Step 8/20 : COPY . . 15:41:45 ---> Using cache 15:41:45 ---> 4ff29fb7297e 15:41:45 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:41:46 ---> 4ff29fb7297e 15:41:46 Step 9/21 : RUN make cmd/core-command/core-command 15:41:46 ---> Running in 78370f6c058f 15:41:46 ---> Running in ca300f8a2d30 15:41:49 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 15:41:49 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 15:41:53 Removing intermediate container 11b9a5a8ee4d 15:41:53 ---> 7f6a00dfe371 15:41:53 Step 8/21 : COPY . . 15:41:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:42:04 ---> aabfe91e8f4b 15:42:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:42:04 ---> Running in ab5ba2779ea6 15:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:42:13 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:42:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:42:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:42:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:42:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:42:22 ---> f1acf9a62e30 15:42:22 Step 9/21 : RUN make cmd/support-logging/support-logging 15:42:22 Removing intermediate container e37a22dc2d1d 15:42:22 ---> 89b3787b749c 15:42:22 15:42:22 Step 10/20 : FROM scratch 15:42:22 ---> 15:42:22 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:42:22 ---> Running in c4cae9b9e5e5 15:42:22 ---> Using cache 15:42:22 ---> 3f349a115b79 15:42:22 Step 12/20 : ENV APP_PORT=48085 15:42:23 ---> Running in 53c769d4af09 15:42:23 Removing intermediate container 78370f6c058f 15:42:23 ---> c914ba9e9dce 15:42:23 15:42:23 Step 10/20 : FROM alpine 15:42:23 ---> a24bb4013296 15:42:23 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:42:23 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 15:42:23 ---> Running in 734d2e1c7ad3 15:42:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements 15:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:42:24 Removing intermediate container 53c769d4af09 15:42:24 ---> 70e4b2d1dd10 15:42:24 Step 13/20 : EXPOSE $APP_PORT 15:42:25 ---> Running in 5cc5da48f84f 15:42:26 Removing intermediate container ca300f8a2d30 15:42:26 ---> fd68ade8c608 15:42:26 15:42:26 Step 10/21 : FROM scratch 15:42:26 ---> 15:42:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:42:26 ---> Using cache 15:42:26 ---> 3f349a115b79 15:42:26 Step 12/21 : ENV APP_PORT=48082 15:42:26 Removing intermediate container 5cc5da48f84f 15:42:26 ---> 4b26d3a52076 15:42:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:42:26 ---> Running in ba608be27bbf 15:42:26 Removing intermediate container ba608be27bbf 15:42:26 ---> b01a9c370093 15:42:26 Step 13/21 : EXPOSE $APP_PORT 15:42:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:42:26 ---> Running in 262eca743d12 15:42:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:42:27 ---> 2ae9746a193f 15:42:27 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:42:27 Removing intermediate container 262eca743d12 15:42:27 ---> 4886a2b1e893 15:42:27 Step 14/21 : WORKDIR / 15:42:27 ---> Running in 047f0dfedcec 15:42:27 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:42:27 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:42:27 OK: 12746 distinct packages available 15:42:27 Removing intermediate container 047f0dfedcec 15:42:27 ---> 9793124de9a7 15:42:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:42:27 (1/4) Installing ca-certificates (20191127-r4) 15:42:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:42:27 (3/4) Installing libcurl (7.69.1-r0) 15:42:27 (4/4) Installing curl (7.69.1-r0) 15:42:27 Executing busybox-1.31.1-r16.trigger 15:42:27 Executing ca-certificates-20191127-r4.trigger 15:42:27 OK: 7 MiB in 18 packages 15:42:28 ---> 913b425f2daf 15:42:28 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:42:28 ---> caa144050093 15:42:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:42:29 ---> 715618e59dfa 15:42:29 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:42:29 ---> Running in 073457a5ab44 15:42:30 Removing intermediate container 734d2e1c7ad3 15:42:30 ---> aabf5af0a895 15:42:30 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:42:30 Removing intermediate container 073457a5ab44 15:42:30 ---> 95f0d2d6e756 15:42:30 Step 18/20 : LABEL arch=x86_64 15:42:30 ---> 1c1c50e9f924 15:42:30 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:42:30 ---> Running in 5ae8a21a677f 15:42:30 ---> Running in 8da192b1b2b1 15:42:30 Removing intermediate container 5ae8a21a677f 15:42:30 ---> e92afd283911 15:42:30 Step 19/20 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:42:31 Removing intermediate container 8da192b1b2b1 15:42:31 ---> 0a3da93bee8f 15:42:31 Step 13/20 : WORKDIR /edgex 15:42:32 ---> Running in dd2ae6a0431c 15:42:32 ---> 85346249a366 15:42:32 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.161s coverage: 27.3% of statements 15:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements 15:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 15:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:42:33 ---> Running in 5ccc96633648 15:42:33 ---> Running in b8baad7d1d1b 15:42:33 Removing intermediate container dd2ae6a0431c 15:42:33 ---> 063cf3858861 15:42:33 Step 20/20 : LABEL version=0.0.0 15:42:33 Removing intermediate container ab5ba2779ea6 15:42:33 ---> e6c318322690 15:42:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements 15:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 15:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements 15:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:42:33 ---> Running in 10337f9946e5 15:42:33 Removing intermediate container 5ccc96633648 15:42:33 ---> 82be907e85d1 15:42:33 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:42:33 ---> Running in 8ae95ff689ee 15:42:33 Removing intermediate container b8baad7d1d1b 15:42:33 ---> 15b42c5621d4 15:42:33 Step 19/21 : LABEL arch=x86_64 15:42:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 89.8% of statements 15:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:42:34 ---> Running in 46155f7bafbf 15:42:34 Removing intermediate container 8ae95ff689ee 15:42:34 ---> ad733911fbbb 15:42:34 15:42:35 ---> bd6ea70fc803 15:42:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:42:35 Removing intermediate container 46155f7bafbf 15:42:35 ---> c6abdf81f32b 15:42:35 Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:42:35 Successfully built ad733911fbbb 15:42:35 Successfully tagged docker-support-scheduler-go:latest 15:42:35  Building docker-support-scheduler-go ... done 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 15:42:35 ---> Running in 165a4ce5b2ff 15:42:35 ---> def4e5dee406 15:42:35 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:42:35 Removing intermediate container 165a4ce5b2ff 15:42:35 ---> d771e549aa4d 15:42:35 Step 21/21 : LABEL version=0.0.0 15:42:35 ---> Running in 0dbdfa42477b 15:42:35 ---> Running in 7bfee5dfaabd 15:42:36 Removing intermediate container 0dbdfa42477b 15:42:36 ---> edbf71fa01f2 15:42:36 Step 17/20 : CMD ["--init=true"] 15:42:36 Removing intermediate container 7bfee5dfaabd 15:42:36 ---> 03fe0790b91b 15:42:36 15:42:36 ---> Running in 4a628c478c59 15:42:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:42:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 100.0% of statements 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:42:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:42:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 15:42:36 Successfully built 03fe0790b91b 15:42:36 Successfully tagged docker-core-command-go:latest 15:42:37  Building docker-core-command-go ... done Removing intermediate container 4a628c478c59 15:42:37 ---> abb3c3ba1280 15:42:37 Step 18/20 : LABEL arch=x86_64 15:42:37 ---> Running in ca6da0084a7b 15:42:37 Removing intermediate container 10337f9946e5 15:42:37 ---> 0159ed8fe315 15:42:37 15:42:37 Step 11/26 : FROM docker:latest 15:42:37 ---> 81f5749c9058 15:42:37 Step 12/26 : RUN apk add --no-cache bash 15:42:37 Removing intermediate container ca6da0084a7b 15:42:37 ---> ecde67eadea9 15:42:37 Step 19/20 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:42:37 ---> Running in 02c02930d3c8 15:42:37 ---> Running in 213054e35ef5 15:42:38 Removing intermediate container 213054e35ef5 15:42:38 ---> 07adf881cbd7 15:42:38 Step 20/20 : LABEL version=0.0.0 15:42:39 ---> Running in 8b5b37857a6b 15:42:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:42:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:42:39 (1/2) Installing readline (8.0.4-r0) 15:42:39 (2/2) Installing bash (5.0.17-r0) 15:42:39 Executing bash-5.0.17-r0.post-install 15:42:39 Executing busybox-1.31.1-r16.trigger 15:42:39 OK: 12 MiB in 22 packages 15:42:40 Removing intermediate container c4cae9b9e5e5 15:42:40 ---> 0c597ed43f34 15:42:40 15:42:40 Step 10/21 : FROM scratch 15:42:40 ---> 15:42:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:42:40 ---> Using cache 15:42:40 ---> 66f2841bd77f 15:42:40 Step 12/21 : ENV APP_PORT=48061 15:42:40 Removing intermediate container 8b5b37857a6b 15:42:40 ---> 04ca8dbfb1e8 15:42:40 15:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements 15:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements 15:42:40 ---> Running in 0a5008b78431 15:42:40 Successfully built 04ca8dbfb1e8 15:42:40 Successfully tagged docker-security-proxy-setup-go:latest 15:42:40  Building docker-security-proxy-setup-go ... done Removing intermediate container 0a5008b78431 15:42:40 ---> 19a8488742d0 15:42:40 Step 13/21 : EXPOSE $APP_PORT 15:42:40 Removing intermediate container 02c02930d3c8 15:42:40 ---> 915251fcc184 15:42:40 Step 13/26 : RUN rm -rf /var/cache/apk/* 15:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 55.9% of statements 15:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:42:40 ---> Running in c965b2b181be 15:42:40 ---> Running in 126ef5bf5a54 15:42:40 Removing intermediate container c965b2b181be 15:42:40 ---> fcc409a54c6f 15:42:40 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 15:42:41 ---> 825caede6680 15:42:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:42:41 ---> a7bcc74e8001 15:42:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:42:41 Removing intermediate container 126ef5bf5a54 15:42:41 ---> e9f94010ef30 15:42:41 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:42:41 ---> Running in c8c11a144282 15:42:41 ---> 9b950687b0df 15:42:41 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:42:41 Removing intermediate container c8c11a144282 15:42:41 ---> df2da661e908 15:42:41 Step 15/26 : ENV APP_PORT=48090 15:42:42 ---> Running in eb733f5ec83d 15:42:42 ---> 35cc7bcf780d 15:42:42 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:42:42 ---> Running in bda606ba2a41 15:42:42 Removing intermediate container eb733f5ec83d 15:42:42 ---> 7ea2c4845c33 15:42:42 Step 16/26 : EXPOSE $APP_PORT 15:42:42 ---> Running in fbaafd5bccb6 15:42:42 Removing intermediate container bda606ba2a41 15:42:42 ---> c9c87f935d9a 15:42:42 Step 19/21 : LABEL arch=x86_64 15:42:42 ---> Running in f32eb75bb53c 15:42:42 Removing intermediate container fbaafd5bccb6 15:42:42 ---> eb45bc0d67ed 15:42:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:42:42 Removing intermediate container f32eb75bb53c 15:42:42 ---> a4ae0d389fd7 15:42:42 Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:42:42 ---> Running in db37b79b18c2 15:42:43 Removing intermediate container db37b79b18c2 15:42:43 ---> 207f2ff70046 15:42:43 Step 21/21 : LABEL version=0.0.0 15:42:43 ---> Running in c474031ec464 15:42:43 ---> 312222f48537 15:42:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:42:43 Removing intermediate container c474031ec464 15:42:43 ---> 91408992767b 15:42:43 15:42:43 Successfully built 91408992767b 15:42:43 Successfully tagged docker-support-logging-go:latest 15:42:43  Building docker-support-logging-go ... done  ---> e962402239a3 15:42:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:42:44 ---> ab95b4217771 15:42:44 Step 20/26 : RUN apk --no-cache add py-pip 15:42:44 ---> Running in 245b067b335b 15:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:42:45 (1/33) Installing libbz2 (1.0.8-r1) 15:42:45 (2/33) Installing expat (2.2.9-r1) 15:42:45 (3/33) Installing libffi (3.3-r2) 15:42:45 (4/33) Installing gdbm (1.13-r1) 15:42:45 (5/33) Installing xz-libs (5.2.5-r0) 15:42:45 (6/33) Installing sqlite-libs (3.32.1-r0) 15:42:45 (7/33) Installing python3 (3.8.5-r0) 15:42:46 (8/33) Installing py3-appdirs (1.4.4-r1) 15:42:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:42:46 (10/33) Installing py3-parsing (2.4.7-r0) 15:42:46 (11/33) Installing py3-six (1.15.0-r0) 15:42:46 (12/33) Installing py3-packaging (20.4-r0) 15:42:46 (13/33) Installing py3-setuptools (47.0.0-r0) 15:42:46 (14/33) Installing py3-chardet (3.0.4-r4) 15:42:46 (15/33) Installing py3-idna (2.9-r0) 15:42:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:42:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:42:46 (18/33) Installing py3-requests (2.23.0-r0) 15:42:46 (19/33) Installing py3-msgpack (1.0.0-r0) 15:42:46 (20/33) Installing py3-lockfile (0.12.2-r3) 15:42:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:42:46 (22/33) Installing py3-colorama (0.4.3-r0) 15:42:46 (23/33) Installing py3-distlib (0.3.0-r0) 15:42:46 (24/33) Installing py3-distro (1.5.0-r1) 15:42:46 (25/33) Installing py3-webencodings (0.5.1-r3) 15:42:46 (26/33) Installing py3-html5lib (1.0.1-r4) 15:42:46 (27/33) Installing py3-pytoml (0.1.21-r0) 15:42:46 (28/33) Installing py3-pep517 (0.8.2-r0) 15:42:46 (29/33) Installing py3-progress (1.5-r0) 15:42:46 (30/33) Installing py3-toml (0.10.1-r0) 15:42:46 (31/33) Installing py3-retrying (1.3.3-r0) 15:42:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:42:46 (33/33) Installing py3-pip (20.1.1-r0) 15:42:46 Executing busybox-1.31.1-r16.trigger 15:42:46 OK: 71 MiB in 55 packages 15:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.963s coverage: 86.3% of statements 15:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.998s coverage: 72.2% of statements 15:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.449s coverage: 72.1% of statements 15:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements 15:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements 15:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements 15:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.063s coverage: 96.8% of statements 15:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 26.9% of statements 15:42:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:42:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.326s coverage: 84.1% of statements 15:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements 15:42:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.118s coverage: 42.9% of statements 15:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:42:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 15:42:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:42:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 15:42:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:42:59 Removing intermediate container 245b067b335b 15:42:59 ---> 7d5dd89f224f 15:42:59 Step 21/26 : RUN pip install docker-compose==1.23.2 15:42:59 ---> Running in 7169d3f126ac 15:42:59 Collecting docker-compose==1.23.2 15:42:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:42:59 Collecting cached-property<2,>=1.2.0 15:42:59 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:42:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:42:59 Collecting jsonschema<3,>=2.5.1 15:42:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:42:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:42:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:42:59 Collecting dockerpty<0.5,>=0.4.1 15:42:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:43:00 Collecting docker<4.0,>=3.6.0 15:43:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:43:00 Collecting docopt<0.7,>=0.6.1 15:43:00 Downloading docopt-0.6.2.tar.gz (25 kB) 15:43:01 Collecting websocket-client<1.0,>=0.32.0 15:43:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:43:01 Collecting texttable<0.10,>=0.9.0 15:43:01 Downloading texttable-0.9.1.tar.gz (11 kB) 15:43:01 Collecting PyYAML<4,>=3.10 15:43:01 Downloading PyYAML-3.13.tar.gz (270 kB) 15:43:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.189s coverage: 46.1% of statements 15:43:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:43:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:43:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements 15:43:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:43:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:43:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:43:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements 15:43:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:43:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements 15:43:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:43:02 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) 15:43:02 Collecting urllib3<1.25,>=1.21.1 15:43:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:43:02 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) 15:43:02 Collecting idna<2.8,>=2.5 15:43:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:43:02 Collecting docker-pycreds>=0.4.0 15:43:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:43:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:43:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:43:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:43:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:43:02 Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, dockerpty, docker-pycreds, websocket-client, docker, docopt, texttable, PyYAML, docker-compose 15:43:03 Attempting uninstall: urllib3 15:43:03 Found existing installation: urllib3 1.25.9 15:43:03 Uninstalling urllib3-1.25.9: 15:43:03 Successfully uninstalled urllib3-1.25.9 15:43:03 Attempting uninstall: idna 15:43:03 Found existing installation: idna 2.9 15:43:03 Uninstalling idna-2.9: 15:43:03 Successfully uninstalled idna-2.9 15:43:03 Attempting uninstall: requests 15:43:03 Found existing installation: requests 2.23.0 15:43:03 Uninstalling requests-2.23.0: 15:43:03 Successfully uninstalled requests-2.23.0 15:43:03 Running setup.py install for dockerpty: started 15:43:04 Running setup.py install for dockerpty: finished with status 'done' 15:43:04 Running setup.py install for docopt: started 15:43:05 Running setup.py install for docopt: finished with status 'done' 15:43:05 Running setup.py install for texttable: started 15:43:05 Running setup.py install for texttable: finished with status 'done' 15:43:05 Running setup.py install for PyYAML: started 15:43:05 Running setup.py install for PyYAML: finished with status 'done' 15:43:06 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 15:43:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.190s coverage: 29.1% of statements 15:43:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:43:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:43:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:43:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:43:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:43:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 15:43:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:43:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 15:43:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:43:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 15:43:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:43:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements 15:43:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:43:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:43:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:43:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:43:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.021s coverage: 87.9% of statements 15:43:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:43:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:43:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 15:43:10 Removing intermediate container 7169d3f126ac 15:43:10 ---> bc15f1867c05 15:43:10 Step 22/26 : RUN apk --no-cache add curl 15:43:10 ---> Running in dc53e46d4caf 15:43:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 15:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:43:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:43:10 (2/3) Installing libcurl (7.69.1-r0) 15:43:10 (3/3) Installing curl (7.69.1-r0) 15:43:10 Executing busybox-1.31.1-r16.trigger 15:43:10 OK: 72 MiB in 58 packages 15:43:11 Removing intermediate container dc53e46d4caf 15:43:11 ---> 4a2c8e4759fd 15:43:11 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:43:11 ---> Running in ad76773720d6 15:43:11 Removing intermediate container ad76773720d6 15:43:11 ---> 140f5958086b 15:43:11 Step 24/26 : LABEL arch=x86_64 15:43:11 ---> Running in fcd605354782 15:43:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements 15:43:11 Removing intermediate container fcd605354782 15:43:11 ---> 11e9808be632 15:43:11 Step 25/26 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:43:11 ---> Running in 93d60c15f62d 15:43:12 Removing intermediate container 93d60c15f62d 15:43:12 ---> 617fa0065732 15:43:12 Step 26/26 : LABEL version=0.0.0 15:43:12 ---> Running in 9c12ecf64177 15:43:12 Removing intermediate container 9c12ecf64177 15:43:12 ---> 4eb784c20531 15:43:12 15:43:12 Successfully built 4eb784c20531 15:43:12 Successfully tagged docker-sys-mgmt-agent-go:latest 15:43:12 GO111MODULE=on go vet ./... 15:43:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:43:12 $ docker stop --time=1 63b1d81774cfbe58e02f8b02fecd1fa5a9629801e63f813afbeb15221c22a140 15:43:14 $ docker rm -f 63b1d81774cfbe58e02f8b02fecd1fa5a9629801e63f813afbeb15221c22a140 [Pipeline] // withDockerContainer [Pipeline] sh 15:43:15 + docker images 15:43:15 + grep docker 15:43:15 docker-sys-mgmt-agent-go latest 4eb784c20531 3 seconds ago 284MB 15:43:15 docker-support-logging-go latest 91408992767b 32 seconds ago 11.8MB 15:43:15 docker-security-proxy-setup-go latest 04ca8dbfb1e8 36 seconds ago 16.4MB 15:43:15 docker-core-command-go latest 03fe0790b91b 40 seconds ago 13MB 15:43:15 docker-support-scheduler-go latest ad733911fbbb 41 seconds ago 13.1MB 15:43:15 docker-security-secretstore-setup-go latest 4b478076700c About a minute ago 33.9MB 15:43:15 docker-core-data-go latest 1d925b5b23d0 2 minutes ago 23.8MB 15:43:15 docker-support-notifications-go latest ec24db9db5ce 2 minutes ago 14.4MB 15:43:15 docker-core-metadata-go latest 6747e307f8ea 2 minutes ago 14.4MB 15:43:15 docker-security-secrets-setup-go latest 51035f718bec 2 minutes ago 25.1MB 15:43:15 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] } 15:43:30 gofmt -l . 15:43:30 [ "`gofmt -l .`" = "" ] 15:43:32 ./bin/test-go-mod-tidy.sh 15:43:33 ./bin/test-attribution-txt.sh [Pipeline] sh 15:43:37 + ls -al . 15:43:37 total 584 15:43:37 drwxrwxr-x 10 1001 1001 4096 Aug 17 15:43 . 15:43:37 drwxr-xr-x 4 root root 4096 Aug 17 15:41 .. 15:43:37 -rw-rw-r-- 1 1001 1001 11 Aug 17 15:39 .dockerignore 15:43:37 drwxrwxr-x 8 1001 1001 4096 Aug 17 15:39 .git 15:43:37 drwxrwxr-x 3 1001 1001 4096 Aug 17 15:39 .github 15:43:37 -rw-rw-r-- 1 1001 1001 932 Aug 17 15:39 .gitignore 15:43:37 drwxrwxr-x 3 1001 1001 4096 Aug 17 15:39 .semver 15:43:37 -rw-rw-r-- 1 1001 1001 166 Aug 17 15:39 .sonarcloud.properties 15:43:37 -rw-rw-r-- 1 1001 1001 3804 Aug 17 15:39 CONTRIBUTING.md 15:43:37 -rw-rw-r-- 1 1001 1001 1035 Aug 17 15:39 Dockerfile.build 15:43:37 -rw-rw-r-- 1 1001 1001 865 Aug 17 15:39 Jenkinsfile 15:43:37 -rw-rw-r-- 1 1001 1001 10775 Aug 17 15:39 LICENSE 15:43:37 -rw-rw-r-- 1 1001 1001 6237 Aug 17 15:39 Makefile 15:43:37 -rw-rw-r-- 1 1001 1001 5652 Aug 17 15:39 README.md 15:43:37 -rw-rw-r-- 1 1001 1001 259 Aug 17 15:39 SECURITY.md 15:43:37 -rw-rw-r-- 1 1001 1001 5 Aug 17 15:35 VERSION 15:43:37 -rw-rw-r-- 1 1001 1001 4131 Aug 17 15:39 ZMQWindows.md 15:43:37 drwxrwxr-x 2 1001 1001 4096 Aug 17 15:39 bin 15:43:37 drwxrwxr-x 15 1001 1001 4096 Aug 17 15:39 cmd 15:43:37 -rw-r--r-- 1 root root 455803 Aug 17 15:43 coverage.out 15:43:37 -rw-r--r-- 1 root root 1019 Aug 17 15:43 go.mod 15:43:37 -rw-r--r-- 1 root root 18146 Aug 17 15:43 go.sum 15:43:37 drwxrwxr-x 8 1001 1001 4096 Aug 17 15:39 internal 15:43:37 drwxrwxr-x 4 1001 1001 4096 Aug 17 15:39 openapi 15:43:37 drwxrwxr-x 4 1001 1001 4096 Aug 17 15:39 snap 15:43:37 -rw-rw-r-- 1 1001 1001 168 Aug 17 15:39 version.go [Pipeline] sh 15:43:37 + '[' -e coverage.out ] 15:43:37 + chown 1001:1001 coverage.out [Pipeline] stash 15:43:37 Warning: overwriting stash ‘coverage-report’ 15:43:38 Stashed 1 file(s) [Pipeline] sh 15:43:39 + make build 15:43:39 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 15:43: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 15:44:08 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 15:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 15:44:16 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 15:44:21 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 15:44:23 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 15:44:28 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 15:44:33 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 15:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:44:42 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 15:44:46 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 15:44:51 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] } 15:44:54 $ docker stop --time=1 7edd233be1513f13228f53661701d796bb45dadd9868bc673da45753b863df03 15:44:56 $ docker rm -f 7edd233be1513f13228f53661701d796bb45dadd9868bc673da45753b863df03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:44:58 15:44:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:44:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:44:58 latest: Pulling from edgex-devops/edgex-compose-arm64 15:44:58 29e5d40040c1: Pulling fs layer 15:44:58 1ce36da41761: Pulling fs layer 15:44:58 25b303627fd3: Pulling fs layer 15:44:58 29e5d40040c1: Verifying Checksum 15:44:58 29e5d40040c1: Download complete 15:44:59 1ce36da41761: Verifying Checksum 15:44:59 1ce36da41761: Download complete 15:44:59 29e5d40040c1: Pull complete 15:45:00 1ce36da41761: Pull complete 15:45:00 25b303627fd3: Verifying Checksum 15:45:00 25b303627fd3: Download complete 15:45:11 25b303627fd3: Pull complete 15:45:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:45:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:45:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:45:11 prd-ubuntu18.04-docker-arm64-4c-16g-288 does not seem to be running inside a container 15:45:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 15:45:15 $ docker top 80d257eed993d0b527c17f7f7397146506fe2c9c7f932521119aee9b493b28fa -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:16 + docker-compose build --help 15:45:16 + grep parallel 15:45:19 --parallel Build images in parallel. [Pipeline] } 15:45:20 $ docker stop --time=1 80d257eed993d0b527c17f7f7397146506fe2c9c7f932521119aee9b493b28fa 15:45:22 $ docker rm -f 80d257eed993d0b527c17f7f7397146506fe2c9c7f932521119aee9b493b28fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:45:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:45:22 . [Pipeline] withDockerContainer 15:45:23 prd-ubuntu18.04-docker-arm64-4c-16g-288 does not seem to be running inside a container 15:45:23 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 15:45:24 $ docker top 0e4ad95e6d42018b772ac9231717d243b4a09f16722cd5e8e257f027984ea22e -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:25 + docker-compose -f ./docker-compose-build.yml build --parallel 15:45:29 Building docker-core-command-go ... 15:45:29 Building docker-core-data-go ... 15:45:29 Building docker-core-metadata-go ... 15:45:29 Building docker-security-proxy-setup-go ... 15:45:29 Building docker-security-secrets-setup-go ... 15:45:29 Building docker-security-secretstore-setup-go ... 15:45:29 Building docker-support-logging-go ... 15:45:29 Building docker-support-notifications-go ... 15:45:29 Building docker-support-scheduler-go ... 15:45:29 Building docker-sys-mgmt-agent-go ... 15:45:29 Building docker-support-logging-go 15:45:29 Building docker-core-data-go 15:45:29 Building docker-support-scheduler-go 15:45:29 Building docker-support-notifications-go 15:45:29 Building docker-sys-mgmt-agent-go 15:47:20 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:47:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:47:20 ---> 40c17423e87e 15:47:20 Step 3/22 : WORKDIR /edgex-go 15:47:20 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:47:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:47:20 ---> 40c17423e87e 15:47:20 Step 3/20 : WORKDIR /edgex-go 15:47:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:47:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:47:20 ---> 40c17423e87e 15:47:20 Step 3/21 : WORKDIR /edgex-go 15:47:20 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:47:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:47:20 ---> 40c17423e87e 15:47:20 Step 3/26 : WORKDIR /edgex-go 15:47:20 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:47:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:47:20 ---> 40c17423e87e 15:47:20 Step 3/23 : WORKDIR /edgex-go 15:47:23 ---> Running in 874f22409745 15:47:23 ---> Running in 76b58f83ad25 15:47:23 ---> Running in eabb42b89e53 15:47:23 ---> Running in 26f51bdb01d7 15:47:23 ---> Running in 4fc75eb6f0a8 15:47:23 Removing intermediate container eabb42b89e53 15:47:23 ---> f070028c6a57 15:47:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:23 Removing intermediate container 4fc75eb6f0a8 15:47:23 ---> 7fa3890d939f 15:47:23 Removing intermediate container 26f51bdb01d7 15:47:23 ---> 0f920105ae6b 15:47:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:23 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:23 Removing intermediate container 874f22409745 15:47:23 ---> 536c9d58a791 15:47:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:23 Removing intermediate container 76b58f83ad25 15:47:23 ---> 1e6353a2f584 15:47:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:23 ---> Running in 250c886292b7 15:47:23 ---> Running in 621035fd2463 15:47:23 ---> Running in 7cb0a2f88ebf 15:47:24 ---> Running in 56736a2f3ea4 15:47:24 ---> Running in e26368c9d52c 15:47:27 Removing intermediate container 250c886292b7 15:47:27 ---> 84dac7cc8c1f 15:47:27 Step 5/26 : RUN apk update && apk add make bash git 15:47:28 ---> Running in dfebaf5259e0 15:47:29 Removing intermediate container 621035fd2463 15:47:29 ---> c467e8623e2e 15:47:29 Step 5/20 : RUN apk update && apk add make git 15:47:29 Removing intermediate container 7cb0a2f88ebf 15:47:29 ---> 4d22ccbe3911 15:47:29 Step 5/21 : RUN apk update && apk add make && apk add bash git 15:47:29 ---> Running in 21c1d43423fe 15:47:29 Removing intermediate container 56736a2f3ea4 15:47:29 ---> fdbc1b96e345 15:47:29 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 15:47:29 ---> Running in cf4fc7e17c3a 15:47:29 Removing intermediate container e26368c9d52c 15:47:29 ---> db38a5553894 15:47:29 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:47:29 ---> Running in b21491c904da 15:47:29 ---> Running in 03e7fbc0d9c1 15:47:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:32 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:47:32 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:47:32 OK: 12617 distinct packages available 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:33 OK: 217 MiB in 51 packages 15:47:33 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:47:33 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:47:33 OK: 12617 distinct packages available 15:47:33 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:47:33 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:47:33 OK: 12617 distinct packages available 15:47:34 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:47:34 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:47:34 OK: 12617 distinct packages available 15:47:34 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:47:34 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:47:34 OK: 12617 distinct packages available 15:47:34 OK: 217 MiB in 51 packages 15:47:34 OK: 217 MiB in 51 packages 15:47:34 OK: 217 MiB in 51 packages 15:47:34 Removing intermediate container dfebaf5259e0 15:47:34 ---> 0a075442bb78 15:47:34 Step 6/26 : COPY go.mod . 15:47:34 OK: 217 MiB in 51 packages 15:47:35 OK: 217 MiB in 51 packages 15:47:36 ---> e77e7dea5cb3 15:47:36 Step 7/26 : RUN go mod download 15:47:36 ---> Running in 897c17068fc8 15:47:36 Removing intermediate container 21c1d43423fe 15:47:36 ---> e6e6acc44e73 15:47:36 Step 6/20 : COPY go.mod . 15:47:37 Removing intermediate container 03e7fbc0d9c1 15:47:37 ---> c94ba30987e4 15:47:37 Step 6/22 : COPY go.mod . 15:47:37 Removing intermediate container b21491c904da 15:47:37 ---> d6e88273b324 15:47:37 Step 6/23 : COPY go.mod . 15:47:37 Removing intermediate container cf4fc7e17c3a 15:47:37 ---> 5367befada6b 15:47:37 Step 6/21 : COPY go.mod . 15:47:37 ---> f04e75b6dfe9 15:47:37 Step 7/20 : RUN go mod download 15:47:38 ---> Running in 42745003d72f 15:47:38 ---> 16d93821be1d 15:47:38 Step 7/22 : RUN go mod download 15:47:38 ---> 190961f73d02 15:47:38 Step 7/21 : RUN go mod download 15:47:38 ---> ec9cf13037ca 15:47:38 Step 7/23 : RUN go mod download 15:47:38 ---> Running in 7003e685abc3 15:47:38 ---> Running in 159d2ef90101 15:47:38 ---> Running in a23be72dcb18 15:47:40 Removing intermediate container 897c17068fc8 15:47:40 ---> f5796294993e 15:47:40 Step 8/26 : COPY . . 15:47:44 Removing intermediate container 42745003d72f 15:47:44 ---> 06eb3f15efba 15:47:44 Step 8/20 : COPY . . 15:47:44 Removing intermediate container 7003e685abc3 15:47:44 ---> ed82cc1e6784 15:47:44 Step 8/22 : COPY . . 15:47:44 Removing intermediate container a23be72dcb18 15:47:44 ---> 159d173aa3cb 15:47:44 Step 8/21 : COPY . . 15:47:44 Removing intermediate container 159d2ef90101 15:47:44 ---> 2bfdd9d5ae9a 15:47:44 Step 8/23 : COPY . . 15:48:17 ---> 389ddad7932f 15:48:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:48:17 ---> Running in ce94d9c10d2b 15:48:17 ---> 1533b54bc480 15:48:17 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 15:48:17 ---> e06be8cc4366 15:48:17 Step 9/21 : RUN make cmd/support-logging/support-logging 15:48:17 ---> ebbc8b8327fe 15:48:17 Step 9/22 : RUN make cmd/core-data/core-data 15:48:17 ---> 29924c120283 15:48:17 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:48:17 ---> Running in 3e3565adcf48 15:48:17 ---> Running in 837a2a898af5 15:48:17 ---> Running in ffaf58e1840d 15:48:17 ---> Running in d1e27255c650 15:48:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:48:17 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 15:48:17 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 15:48:17 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 15:48:17 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 15:49:53 Removing intermediate container ce94d9c10d2b 15:49:53 ---> f49d5dc4ca4d 15:49:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:49:53 ---> Running in 411fde3aa807 15:49:54 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 15:49:54 Removing intermediate container 3e3565adcf48 15:49:54 ---> 473d6b5748d9 15:49:54 15:49:54 Step 10/21 : FROM scratch 15:49:54 ---> 15:49:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:49:54 ---> Running in d85413da1690 15:49:55 Removing intermediate container d85413da1690 15:49:55 ---> e5225674d611 15:49:55 Step 12/21 : ENV APP_PORT=48061 15:49:55 ---> Running in cd3d0e9d259b 15:49:55 Removing intermediate container cd3d0e9d259b 15:49:55 ---> c4376c48450f 15:49:55 Step 13/21 : EXPOSE $APP_PORT 15:49:56 ---> Running in 4bc8649e0112 15:49:56 Removing intermediate container 4bc8649e0112 15:49:56 ---> a029d512b190 15:49:56 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 15:49:58 ---> 3ce3681eb805 15:49:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:49:59 ---> bac21eea9ae1 15:49:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:50:01 Removing intermediate container 411fde3aa807 15:50:01 ---> 7411a668b210 15:50:01 15:50:01 Step 11/26 : FROM docker:latest 15:50:01 ---> ce9d55ae87f1 15:50:01 Step 12/26 : RUN apk add --no-cache bash 15:50:01 ---> 101cf5c95885 15:50:01 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:50:01 ---> Running in a0da544868ce 15:50:02 ---> 01fdd9397981 15:50:02 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:50:03 ---> Running in 702d5170194f 15:50:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:05 Removing intermediate container 702d5170194f 15:50:05 ---> 8dc5e16b2d81 15:50:05 Step 19/21 : LABEL arch=arm64 15:50:05 (1/2) Installing readline (8.0.4-r0) 15:50:05 (2/2) Installing bash (5.0.17-r0) 15:50:05 Executing bash-5.0.17-r0.post-install 15:50:05 Executing busybox-1.31.1-r16.trigger 15:50:05 OK: 12 MiB in 22 packages 15:50:05 ---> Running in fbe00122fbc0 15:50:06 Removing intermediate container fbe00122fbc0 15:50:06 ---> d1296f44f364 15:50:06 Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:50:07 ---> Running in 1a6d091bfd37 15:50:08 Removing intermediate container a0da544868ce 15:50:08 ---> 789dd1e97c64 15:50:08 Step 13/26 : RUN rm -rf /var/cache/apk/* 15:50:08 ---> Running in 33848a1faf76 15:50:08 Removing intermediate container 1a6d091bfd37 15:50:08 ---> 76d7f79bb835 15:50:08 Step 21/21 : LABEL version=0.0.0 15:50:09 ---> Running in b1130cea93c8 15:50:09 Removing intermediate container ffaf58e1840d 15:50:09 ---> 276e285885c1 15:50:09 15:50:09 Step 10/23 : FROM scratch 15:50:09 ---> 15:50:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:50:09 ---> Using cache 15:50:09 ---> e5225674d611 15:50:09 Step 12/23 : ENV APP_PORT=48060 15:50:09 ---> Running in ec85f4bba396 15:50:09 Removing intermediate container 837a2a898af5 15:50:09 ---> 33d169cadb7e 15:50:09 15:50:09 Step 10/20 : FROM scratch 15:50:09 ---> 15:50:09 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:50:10 Removing intermediate container b1130cea93c8 15:50:10 ---> 7891b1bab382 15:50:10 15:50:10 ---> Running in d93f3c2c9c02 15:50:10 Removing intermediate container ec85f4bba396 15:50:10 ---> 5cbb1c0cad5d 15:50:10 Step 13/23 : EXPOSE $APP_PORT 15:50:10 ---> Running in 808d01bb1306 15:50:10 Successfully built 7891b1bab382 15:50:10 Successfully tagged docker-support-logging-go-arm64:latest 15:50:10  Building docker-support-logging-go ... done Building docker-core-metadata-go 15:50:10 Removing intermediate container d93f3c2c9c02 15:50:10 ---> fd2a29479d90 15:50:10 Step 12/20 : ENV APP_PORT=48085 15:50:11 ---> Running in 08d2077cc87c 15:50:11 Removing intermediate container 808d01bb1306 15:50:11 ---> 794759639531 15:50:11 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 15:50:12 Removing intermediate container 08d2077cc87c 15:50:12 ---> bc0f7e3efd2b 15:50:12 Step 13/20 : EXPOSE $APP_PORT 15:50:12 ---> Running in 57c2f3a82857 15:50:13 ---> e38eaf2812d8 15:50:13 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:50:14 Removing intermediate container 33848a1faf76 15:50:14 ---> d0652cf362da 15:50:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:50:14 Removing intermediate container 57c2f3a82857 15:50:14 ---> f69fef95d8c1 15:50:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:50:14 ---> Running in 79214230ea34 15:50:15 ---> 7729520ce709 15:50:15 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 15:50:16 ---> 5893a8df0ab3 15:50:16 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:50:16 Removing intermediate container 79214230ea34 15:50:16 ---> b66b8d7917d0 15:50:16 Step 15/26 : ENV APP_PORT=48090 15:50:16 ---> Running in 5adae6a679eb 15:50:18 ---> 12ef4d4a7b37 15:50:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:50:18 Removing intermediate container 5adae6a679eb 15:50:18 ---> 57171d9438ed 15:50:18 Step 16/26 : EXPOSE $APP_PORT 15:50:19 ---> Running in b0872676fbf6 15:50:19 ---> 666fe92ae4f9 15:50:19 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:50:19 Removing intermediate container b0872676fbf6 15:50:19 ---> 3778fe52c8f5 15:50:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:50:19 ---> 6d5ad40113fa 15:50:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:50:20 ---> cc106b16e48e 15:50:20 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:50:21 ---> Running in b271245bf59d 15:50:22 ---> 1e445f6ad7e0 15:50:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:50:22 ---> c13bd42514e3 15:50:22 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:50:23 Removing intermediate container b271245bf59d 15:50:23 ---> bd49d08eaa60 15:50:23 Step 18/20 : LABEL arch=arm64 15:50:23 Removing intermediate container d1e27255c650 15:50:23 ---> 5a8df341306f 15:50:23 15:50:23 Step 10/22 : FROM alpine 15:50:23 ---> Running in ccfd2e713e3c 15:50:23 latest: Pulling from library/alpine 15:50:23 ---> 647f987c9c8e 15:50:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:50:24 ---> b39088cf4e96 15:50:24 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:50:24 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:50:24 Status: Downloaded newer image for alpine:latest 15:50:24 ---> 62ee0e9f8440 15:50:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:50:24 Removing intermediate container ccfd2e713e3c 15:50:24 ---> fbf0f4dc6a86 15:50:24 Step 19/20 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:50:24 ---> Running in 73f1d42fb95b 15:50:25 ---> Running in 2189cd81672f 15:50:25 ---> Running in 7e276e07742d 15:50:25 ---> a074657ca413 15:50:25 Step 20/26 : RUN apk --no-cache add py-pip 15:50:26 ---> Running in 749dd206569d 15:50:26 Removing intermediate container 73f1d42fb95b 15:50:26 ---> b231529761a2 15:50:26 Step 21/23 : LABEL arch=arm64 15:50:26 Removing intermediate container 7e276e07742d 15:50:26 ---> c8bbcaced838 15:50:26 Step 20/20 : LABEL version=0.0.0 15:50:26 Removing intermediate container 2189cd81672f 15:50:26 ---> b9ae293e77b3 15:50:26 Step 12/22 : ENV APP_PORT=48080 15:50:26 ---> Running in 831413622f6f 15:50:26 ---> Running in 7f70e0b29700 15:50:26 ---> Running in 8f3701edbe39 15:50:27 Removing intermediate container 831413622f6f 15:50:27 ---> b7e54ad53c46 15:50:27 Step 22/23 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:50:28 ---> Running in 12ad1f978a57 15:50:28 Removing intermediate container 8f3701edbe39 15:50:28 ---> 9096063cd782 15:50:28 15:50:28 Removing intermediate container 7f70e0b29700 15:50:28 ---> 57c29d5c5ca9 15:50:28 Step 13/22 : EXPOSE $APP_PORT 15:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:28 Removing intermediate container 12ad1f978a57 15:50:28 ---> e066dfa2081e 15:50:28 Step 23/23 : LABEL version=0.0.0 15:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:28 Successfully built 9096063cd782 15:50:28 Successfully tagged docker-support-scheduler-go-arm64:latest 15:50:28 Building docker-security-secretstore-setup-go 15:50:28 ---> Running in 7285e95c0521 15:50:29  Building docker-support-scheduler-go ... done  ---> Running in 3297d7353cd6 15:50:29 (1/33) Installing libbz2 (1.0.8-r1) 15:50:29 (2/33) Installing expat (2.2.9-r1) 15:50:29 (3/33) Installing libffi (3.3-r2) 15:50:29 (4/33) Installing gdbm (1.13-r1) 15:50:29 (5/33) Installing xz-libs (5.2.5-r0) 15:50:29 (6/33) Installing sqlite-libs (3.32.1-r0) 15:50:29 (7/33) Installing python3 (3.8.5-r0) 15:50:29 Removing intermediate container 7285e95c0521 15:50:29 ---> 56eefe1f3d5b 15:50:29 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:31 ---> Running in 18970f4e055e 15:50:31 Removing intermediate container 3297d7353cd6 15:50:31 ---> 4bae89dd3ca4 15:50:31 15:50:31 (8/33) Installing py3-appdirs (1.4.4-r1) 15:50:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:50:31 (10/33) Installing py3-parsing (2.4.7-r0) 15:50:31 (11/33) Installing py3-six (1.15.0-r0) 15:50:31 (12/33) Installing py3-packaging (20.4-r0) 15:50:31 (13/33) Installing py3-setuptools (47.0.0-r0) 15:50:31 (14/33) Installing py3-chardet (3.0.4-r4) 15:50:31 (15/33) Installing py3-idna (2.9-r0) 15:50:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:50:31 Successfully built 4bae89dd3ca4 15:50:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:50:31 Successfully tagged docker-support-notifications-go-arm64:latest 15:50:31 (18/33) Installing py3-requests (2.23.0-r0) 15:50:31  Building docker-support-notifications-go ... done Building docker-core-command-go 15:50:31 (19/33) Installing py3-msgpack (1.0.0-r0) 15:50:32 (20/33) Installing py3-lockfile (0.12.2-r3) 15:50:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:50:32 (22/33) Installing py3-colorama (0.4.3-r0) 15:50:32 (23/33) Installing py3-distlib (0.3.0-r0) 15:50:32 (24/33) Installing py3-distro (1.5.0-r1) 15:50:32 (25/33) Installing py3-webencodings (0.5.1-r3) 15:50:32 (26/33) Installing py3-html5lib (1.0.1-r4) 15:50:32 (27/33) Installing py3-pytoml (0.1.21-r0) 15:50:32 (28/33) Installing py3-pep517 (0.8.2-r0) 15:50:32 (29/33) Installing py3-progress (1.5-r0) 15:50:32 (30/33) Installing py3-toml (0.10.1-r0) 15:50:32 (31/33) Installing py3-retrying (1.3.3-r0) 15:50:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:50:32 (33/33) Installing py3-pip (20.1.1-r0) 15:50:32 Executing busybox-1.31.1-r16.trigger 15:50:32 OK: 71 MiB in 55 packages 15:50:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:50:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:50:33 ---> 40c17423e87e 15:50:33 Step 3/21 : WORKDIR /edgex-go 15:50:33 ---> Using cache 15:50:33 ---> 1e6353a2f584 15:50:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:33 ---> Using cache 15:50:33 ---> db38a5553894 15:50:33 Step 5/21 : RUN apk update && apk add make git 15:50:38 ---> Running in 9b07a8a7faa4 15:50:39 Removing intermediate container 18970f4e055e 15:50:39 ---> 9825eb0c8660 15:50:39 Step 15/22 : RUN apk --no-cache add zeromq 15:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:41 ---> Running in ec00aeddc836 15:50:41 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:50:41 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:50:41 OK: 12617 distinct packages available 15:50:42 OK: 217 MiB in 51 packages 15:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:44 Removing intermediate container 749dd206569d 15:50:44 ---> 7cb9e1603a25 15:50:44 Step 21/26 : RUN pip install docker-compose==1.23.2 15:50:44 (1/5) Installing libgcc (9.3.0-r2) 15:50:44 (2/5) Installing libsodium (1.0.18-r0) 15:50:44 (3/5) Installing libstdc++ (9.3.0-r2) 15:50:44 Removing intermediate container 9b07a8a7faa4 15:50:44 ---> 6886adbb5d0f 15:50:44 Step 6/21 : COPY go.mod . 15:50:44 (4/5) Installing libzmq (4.3.2-r0) 15:50:45 (5/5) Installing zeromq (4.3.2-r0) 15:50:45 ---> Running in a8b5aab85bec 15:50:45 Executing busybox-1.31.1-r16.trigger 15:50:45 OK: 8 MiB in 19 packages 15:50:46 ---> 2c95b6378d38 15:50:46 Step 7/21 : RUN go mod download 15:50:47 ---> Running in 6490b0f4a76c 15:50:48 Removing intermediate container ec00aeddc836 15:50:48 ---> e41a160f0a79 15:50:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:50:49 ---> b18f24788dfa 15:50:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:50:52 Collecting docker-compose==1.23.2 15:50:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:50:52 Removing intermediate container 6490b0f4a76c 15:50:52 ---> 61a8173ba6e2 15:50:52 Step 8/21 : COPY . . 15:50:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:50:52 ---> 80521e21feaa 15:50:52 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:50:53 Collecting cached-property<2,>=1.2.0 15:50:53 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:50:53 Collecting jsonschema<3,>=2.5.1 15:50:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:50:55 ---> 9b05163bf3d6 15:50:55 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:50:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:50:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:50:56 ---> Running in f0d893e82f7a 15:50:56 Collecting dockerpty<0.5,>=0.4.1 15:50:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:50:58 Removing intermediate container f0d893e82f7a 15:50:58 ---> fa5ce2f5a724 15:50:58 Step 20/22 : LABEL arch=arm64 15:50:58 ---> Running in 432e75b371b6 15:50:59 Collecting PyYAML<4,>=3.10 15:50:59 Downloading PyYAML-3.13.tar.gz (270 kB) 15:51:00 Removing intermediate container 432e75b371b6 15:51:00 ---> 29c0546124fa 15:51:00 Step 21/22 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:51:01 ---> Running in 6ba19e8e17d9 15:51:02 Removing intermediate container 6ba19e8e17d9 15:51:02 ---> cf79f9063060 15:51:02 Step 22/22 : LABEL version=0.0.0 15:51:02 ---> Running in 6b79412d80b9 15:51:03 Removing intermediate container 6b79412d80b9 15:51:03 ---> 712e8d71bbc0 15:51:03 15:51:03 Collecting texttable<0.10,>=0.9.0 15:51:03 Downloading texttable-0.9.1.tar.gz (11 kB) 15:51:04 Successfully built 712e8d71bbc0 15:51:04 Successfully tagged docker-core-data-go-arm64:latest 15:51:04  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 15:51:06 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:51:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:51:06 ---> 40c17423e87e 15:51:06 Step 3/26 : WORKDIR /edgex-go 15:51:06 ---> Using cache 15:51:06 ---> 1e6353a2f584 15:51:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:06 ---> Using cache 15:51:06 ---> db38a5553894 15:51:06 Step 5/26 : RUN apk update && apk add make git 15:51:06 ---> Using cache 15:51:06 ---> 6886adbb5d0f 15:51:06 Step 6/26 : COPY go.mod . 15:51:06 ---> Using cache 15:51:06 ---> 2c95b6378d38 15:51:06 Step 7/26 : RUN go mod download 15:51:06 ---> Using cache 15:51:06 ---> 61a8173ba6e2 15:51:06 Step 8/26 : COPY . . 15:51:06 Collecting docopt<0.7,>=0.6.1 15:51:06 Downloading docopt-0.6.2.tar.gz (25 kB) 15:51:08 Collecting docker<4.0,>=3.6.0 15:51:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:51:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:51:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:51:08 ---> 40c17423e87e 15:51:08 Step 3/21 : WORKDIR /edgex-go 15:51:08 ---> Using cache 15:51:08 ---> 1e6353a2f584 15:51:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:08 ---> Using cache 15:51:08 ---> db38a5553894 15:51:08 Step 5/21 : RUN apk update && apk add make git 15:51:08 ---> Using cache 15:51:08 ---> 6886adbb5d0f 15:51:08 Step 6/21 : COPY go.mod . 15:51:08 ---> Using cache 15:51:08 ---> 2c95b6378d38 15:51:08 Step 7/21 : RUN go mod download 15:51:08 ---> Using cache 15:51:08 ---> 61a8173ba6e2 15:51:08 Step 8/21 : COPY . . 15:51:09 Collecting websocket-client<1.0,>=0.32.0 15:51:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:51:10 Collecting urllib3<1.25,>=1.21.1 15:51:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:51:10 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:51:11 Collecting idna<2.8,>=2.5 15:51:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:51:11 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) 15:51:11 Collecting docker-pycreds>=0.4.0 15:51:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:51:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:51:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:51:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:51:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:51:12 Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, dockerpty, PyYAML, texttable, docopt, websocket-client, docker-pycreds, docker, docker-compose 15:51:12 Attempting uninstall: urllib3 15:51:12 Found existing installation: urllib3 1.25.9 15:51:12 Uninstalling urllib3-1.25.9: 15:51:13 Successfully uninstalled urllib3-1.25.9 15:51:13 Attempting uninstall: idna 15:51:13 Found existing installation: idna 2.9 15:51:13 Uninstalling idna-2.9: 15:51:13 Successfully uninstalled idna-2.9 15:51:14 Attempting uninstall: requests 15:51:14 Found existing installation: requests 2.23.0 15:51:14 Uninstalling requests-2.23.0: 15:51:14 Successfully uninstalled requests-2.23.0 15:51:15 Running setup.py install for dockerpty: started 15:51:17 Running setup.py install for dockerpty: finished with status 'done' 15:51:17 Running setup.py install for PyYAML: started 15:51:20 Running setup.py install for PyYAML: finished with status 'done' 15:51:20 Running setup.py install for texttable: started 15:51:22 Running setup.py install for texttable: finished with status 'done' 15:51:22 Running setup.py install for docopt: started 15:51:24 Running setup.py install for docopt: finished with status 'done' 15:51:28 ---> 4134273107fe 15:51:28 Step 9/21 : RUN make cmd/core-metadata/core-metadata 15:51:29 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 15:51:29 ---> Running in 04145165969a 15:51:31 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:51:31 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:51:31 ---> 40c17423e87e 15:51:31 Step 3/29 : WORKDIR /edgex-go 15:51:31 ---> Using cache 15:51:31 ---> 1e6353a2f584 15:51:31 Step 4/29 : RUN apk update && apk add make git 15:51:32 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 15:51:32 ---> Running in 0048c6b82325 15:51:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:36 Removing intermediate container a8b5aab85bec 15:51:36 ---> c7db5e03c108 15:51:36 Step 22/26 : RUN apk --no-cache add curl 15:51:36 ---> f6a5258422ad 15:51:36 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 15:51:36 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:51:36 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:51:36 OK: 12617 distinct packages available 15:51:36 ---> Running in f0177e790c10 15:51:36 ---> Running in 2d74c732b2e7 15:51:37 OK: 217 MiB in 51 packages 15:51:40 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 15:51:40 ---> b8f72d50dd76 15:51:40 Step 9/21 : RUN make cmd/core-command/core-command 15:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:40 Removing intermediate container 0048c6b82325 15:51:40 ---> 15bce978af3c 15:51:40 Step 5/29 : COPY go.mod . 15:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:40 ---> Running in 9a7c95e45e29 15:51:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:51:41 (2/3) Installing libcurl (7.69.1-r0) 15:51:41 (3/3) Installing curl (7.69.1-r0) 15:51:41 Executing busybox-1.31.1-r16.trigger 15:51:41 OK: 71 MiB in 58 packages 15:51:41 ---> 187abe245a9b 15:51:41 Step 6/29 : RUN go mod download 15:51:42 ---> Running in b48bf90d3cb9 15:51:43 Removing intermediate container 2d74c732b2e7 15:51:43 ---> ea5b75356e61 15:51:43 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:51:43 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 15:51:43 ---> Running in 886288c19752 15:51:44 Removing intermediate container 886288c19752 15:51:44 ---> d531ddbb7b00 15:51:44 Step 24/26 : LABEL arch=arm64 15:51:44 ---> Running in 5295ff8adae7 15:51:45 Removing intermediate container 5295ff8adae7 15:51:45 ---> 4738a71e5450 15:51:45 Step 25/26 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:51:45 ---> Running in f85d1578070b 15:51:46 Removing intermediate container f85d1578070b 15:51:46 ---> 244a88004a7f 15:51:46 Step 26/26 : LABEL version=0.0.0 15:51:46 ---> Running in cb09a23e06de 15:51:46 Removing intermediate container cb09a23e06de 15:51:46 ---> b72e3b13b9d8 15:51:46 15:51:47 Successfully built b72e3b13b9d8 15:51:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:51:47  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 15:51:48 Removing intermediate container b48bf90d3cb9 15:51:48 ---> 7adad963c22c 15:51:48 Step 7/29 : COPY . . 15:52:20 ---> 8e5432995de0 15:52:20 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:52:20 ---> Running in ced63243509b 15:52:20 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 15:52:20 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:52:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:52:20 ---> 40c17423e87e 15:52:20 Step 3/20 : WORKDIR /edgex-go 15:52:20 ---> Using cache 15:52:20 ---> 1e6353a2f584 15:52:20 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:20 ---> Using cache 15:52:20 ---> db38a5553894 15:52:20 Step 5/20 : RUN apk update && apk add make git 15:52:20 ---> Using cache 15:52:20 ---> 6886adbb5d0f 15:52:20 Step 6/20 : COPY go.mod . 15:52:20 ---> Using cache 15:52:20 ---> 2c95b6378d38 15:52:20 Step 7/20 : RUN go mod download 15:52:20 ---> Using cache 15:52:20 ---> 61a8173ba6e2 15:52:20 Step 8/20 : COPY . . 15:52:20 ---> Using cache 15:52:20 ---> b8f72d50dd76 15:52:20 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:52:20 ---> Running in 457c6e2a24b3 15:52:21 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 15:53:00 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 15:53:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 15:53:25 Removing intermediate container f0177e790c10 15:53:25 ---> 5994d45088d4 15:53:25 15:53:25 Step 10/26 : FROM alpine:3.10 15:53:25 3.10: Pulling from library/alpine 15:53:27 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:53:27 Status: Downloaded newer image for alpine:3.10 15:53:27 ---> 536a684cf733 15:53:27 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:53:28 ---> Running in 1ef03567eb7a 15:53:28 Removing intermediate container 04145165969a 15:53:28 ---> 9669d6b25027 15:53:28 15:53:28 Step 10/21 : FROM scratch 15:53:28 ---> 15:53:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:53:28 ---> Using cache 15:53:28 ---> fd2a29479d90 15:53:28 Step 12/21 : ENV APP_PORT=48081 15:53:28 ---> Running in 4755176b4bcb 15:53:29 Removing intermediate container 4755176b4bcb 15:53:29 ---> c028406074c8 15:53:29 Step 13/21 : EXPOSE $APP_PORT 15:53:29 ---> Running in 7b48619b5073 15:53:30 Removing intermediate container 7b48619b5073 15:53:30 ---> b9c8dacec2ef 15:53:30 Step 14/21 : WORKDIR / 15:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:53:30 ---> Running in dbc00c12701b 15:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:53:31 Removing intermediate container dbc00c12701b 15:53:31 ---> 7db768aa802d 15:53:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:53:31 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:53:31 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:53:31 OK: 10167 distinct packages available 15:53:32 (1/5) Installing ca-certificates (20191127-r2) 15:53:32 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:53:32 (3/5) Installing libcurl (7.66.0-r0) 15:53:32 (4/5) Installing curl (7.66.0-r0) 15:53:32 (5/5) Installing dumb-init (1.2.2-r1) 15:53:32 Executing busybox-1.30.1-r3.trigger 15:53:32 Executing ca-certificates-20191127-r2.trigger 15:53:32 OK: 7 MiB in 19 packages 15:53:32 ---> 2220414e82f9 15:53:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:53:35 ---> a7143b74bc39 15:53:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:53:35 Removing intermediate container 1ef03567eb7a 15:53:35 ---> a8621561ecf3 15:53:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:53:36 ---> Running in 422d728172ad 15:53:36 Removing intermediate container ced63243509b 15:53:36 ---> b7eaa2568373 15:53:36 15:53:36 Step 9/29 : FROM alpine:latest 15:53:36 ---> 62ee0e9f8440 15:53:36 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:53:37 ---> c699475f8b78 15:53:37 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:53:37 ---> Running in 068bf0685405 15:53:37 ---> Running in e963462305d5 15:53:37 Removing intermediate container 422d728172ad 15:53:37 ---> 251dbeaa68dc 15:53:37 Step 13/26 : WORKDIR / 15:53:37 ---> Running in 0bdc43fdf866 15:53:37 Removing intermediate container 068bf0685405 15:53:37 ---> a31fc6f89d02 15:53:37 Step 11/29 : USER root 15:53:38 Removing intermediate container 9a7c95e45e29 15:53:38 ---> c8acfc881afe 15:53:38 15:53:38 Step 10/21 : FROM scratch 15:53:38 ---> 15:53:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:53:38 ---> Using cache 15:53:38 ---> fd2a29479d90 15:53:38 ---> Running in 1b3f12afa711 15:53:38 Step 12/21 : ENV APP_PORT=48082 15:53:38 Removing intermediate container e963462305d5 15:53:38 ---> 021813b4814b 15:53:38 Step 19/21 : LABEL arch=arm64 15:53:38 Removing intermediate container 0bdc43fdf866 15:53:38 ---> 19507957ec98 15:53:38 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:53:38 ---> Running in 91f7ed8ef1d7 15:53:38 ---> Running in b2d4872c04bc 15:53:38 Removing intermediate container 1b3f12afa711 15:53:38 ---> acb643f04227 15:53:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:53:39 ---> Running in 486f0507ab0e 15:53:39 Removing intermediate container 91f7ed8ef1d7 15:53:39 ---> 573d517f0804 15:53:39 Step 13/21 : EXPOSE $APP_PORT 15:53:39 ---> Running in 1492eed44201 15:53:39 Removing intermediate container b2d4872c04bc 15:53:39 ---> 3d0475af59cd 15:53:39 Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:53:39 ---> 38334d8fd469 15:53:39 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:53:39 ---> Running in e26bec827792 15:53:40 Removing intermediate container 457c6e2a24b3 15:53:40 ---> cd10b6c9e894 15:53:40 15:53:40 Step 10/20 : FROM alpine 15:53:40 ---> 62ee0e9f8440 15:53:40 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:53:40 Removing intermediate container 1492eed44201 15:53:40 ---> 449386804e61 15:53:40 Step 14/21 : WORKDIR / 15:53:40 ---> Running in 179e160d0847 15:53:40 ---> Running in c71f021cfa4f 15:53:40 Removing intermediate container e26bec827792 15:53:40 ---> b204bf8742cd 15:53:40 Step 21/21 : LABEL version=0.0.0 15:53:40 ---> Running in 6ec200f11ed9 15:53:40 ---> 545ba3a8537b 15:53:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:53:40 Removing intermediate container c71f021cfa4f 15:53:40 ---> 5dd6168d23c1 15:53:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:53:41 Removing intermediate container 6ec200f11ed9 15:53:41 ---> d043234906e9 15:53:41 15:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:53:42 ---> 8994f42e2a17 15:53:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:53:42 Successfully built d043234906e9 15:53:42 Successfully tagged docker-core-metadata-go-arm64:latest 15:53:42  Building docker-core-metadata-go ... done  ---> 893b5d92c6a8 15:53:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:53:42 v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:53:42 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:53:42 OK: 12617 distinct packages available 15:53:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:53:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:53:43 ---> 28e99a565133 15:53:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:53:43 (1/2) Installing ca-certificates (20191127-r4) 15:53:43 v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:53:43 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:53:43 OK: 12617 distinct packages available 15:53:43 (2/2) Installing dumb-init (1.2.2-r1) 15:53:43 Executing busybox-1.31.1-r16.trigger 15:53:43 Executing ca-certificates-20191127-r4.trigger 15:53:43 OK: 6 MiB in 16 packages 15:53:43 ---> 61e0b19f47dd 15:53:43 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:53:44 (1/4) Installing ca-certificates (20191127-r4) 15:53:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:53:44 (3/4) Installing libcurl (7.69.1-r0) 15:53:44 (4/4) Installing curl (7.69.1-r0) 15:53:44 Executing busybox-1.31.1-r16.trigger 15:53:44 Executing ca-certificates-20191127-r4.trigger 15:53:44 OK: 7 MiB in 18 packages 15:53:44 ---> e8e05a65fd9d 15:53:44 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:53:45 ---> 6271e5ee7a7d 15:53:45 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:53:45 ---> Running in f00045acc9c8 15:53:45 Removing intermediate container 486f0507ab0e 15:53:45 ---> 757264ab7906 15:53:45 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:53:45 Removing intermediate container f00045acc9c8 15:53:45 ---> afe5db52ad9c 15:53:45 Step 19/21 : LABEL arch=arm64 15:53:45 ---> Running in fa0a44c1f36c 15:53:46 ---> Running in 5af12c890233 15:53:46 ---> 26bb4bbce694 15:53:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:53:46 Removing intermediate container fa0a44c1f36c 15:53:46 ---> c07b2e8b4c0a 15:53:46 Step 14/29 : WORKDIR $BASE_DIR 15:53:46 Removing intermediate container 5af12c890233 15:53:46 ---> 3e48ba219885 15:53:46 Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:53:46 ---> Running in d3e323f1c58f 15:53:46 Removing intermediate container 179e160d0847 15:53:46 ---> aa5b22d05d66 15:53:46 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:53:47 ---> Running in 31d7fe1cd4a0 15:53:47 ---> Running in cb3fb05f2176 15:53:47 ---> 4e1d5584dfda 15:53:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:53:47 Removing intermediate container d3e323f1c58f 15:53:47 ---> a6641934cbf2 15:53:47 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:53:47 Removing intermediate container 31d7fe1cd4a0 15:53:47 ---> 5cabf875b3e0 15:53:47 Step 13/20 : WORKDIR /edgex 15:53:47 ---> Running in 5add2a24f1e6 15:53:48 Removing intermediate container cb3fb05f2176 15:53:48 ---> f8cbc3c8ba7e 15:53:48 Step 21/21 : LABEL version=0.0.0 15:53:48 ---> Running in 217c940eb212 15:53:48 ---> Running in f025492a3425 15:53:48 ---> a3c85804b2f7 15:53:48 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:53:48 ---> Running in 258503580d9a 15:53:49 Removing intermediate container 217c940eb212 15:53:49 ---> 1d041089e268 15:53:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:53:49 Removing intermediate container f025492a3425 15:53:49 ---> 8b3be2d78a0b 15:53:49 15:53:49 Successfully built 8b3be2d78a0b 15:53:49 Successfully tagged docker-core-command-go-arm64:latest 15:53:50  Building docker-core-command-go ... done  ---> bab9d3207ba0 15:53:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:53:51 Removing intermediate container 5add2a24f1e6 15:53:51 ---> ffa9425dea42 15:53:51 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:53:51 ---> 165fb77e4430 15:53:51 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:53:51 ---> Running in 4aa1f132772f 15:53:52 Removing intermediate container 258503580d9a 15:53:52 ---> 4b6a81b3e590 15:53:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:53:52 ---> Running in 6457f35c19c0 15:53:52 Removing intermediate container 4aa1f132772f 15:53:52 ---> 0bdfd1df73f3 15:53:52 Step 17/20 : CMD ["--init=true"] 15:53:52 ---> Running in 25054c2f51bf 15:53:52 ---> 4f1bce0c6a36 15:53:52 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:53:52 Removing intermediate container 6457f35c19c0 15:53:52 ---> 01a7e8712adb 15:53:52 Step 24/26 : LABEL arch=arm64 15:53:52 Removing intermediate container 25054c2f51bf 15:53:52 ---> 8136508f9f77 15:53:52 Step 18/20 : LABEL arch=arm64 15:53:52 ---> Running in 7591606f6009 15:53:53 ---> Running in 3a1dd7e63058 15:53:53 ---> 3d9e2a5489e2 15:53:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:53:53 Removing intermediate container 7591606f6009 15:53:53 ---> 6e0a29506d8f 15:53:53 Step 25/26 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:53:53 ---> Running in cbcff86d51bd 15:53:53 Removing intermediate container 3a1dd7e63058 15:53:53 ---> 5ed951b9235b 15:53:53 Step 19/20 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:53:53 ---> Running in e403a2af415b 15:53:54 ---> 118943cb9d91 15:53:54 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:53:54 Removing intermediate container cbcff86d51bd 15:53:54 ---> 0ad248884805 15:53:54 Step 26/26 : LABEL version=0.0.0 15:53:54 ---> Running in 36368a8cbd3b 15:53:54 Removing intermediate container e403a2af415b 15:53:54 ---> 7e084c36df3f 15:53:54 Step 20/20 : LABEL version=0.0.0 15:53:54 ---> Running in 980c9bc4dac9 15:53:54 Removing intermediate container 36368a8cbd3b 15:53:54 ---> 9eef2bc6ea7c 15:53:54 15:53:54 ---> 4e2f8c281c94 15:53:54 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:53:55 Removing intermediate container 980c9bc4dac9 15:53:55 ---> 11ffec3dd68d 15:53:55 15:53:55 Successfully built 9eef2bc6ea7c 15:53:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:53:55  Building docker-security-secretstore-setup-go ... done Successfully built 11ffec3dd68d 15:53:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:53:56  Building docker-security-proxy-setup-go ... done  ---> a31c62a47a04 15:53:56 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:53:56 ---> Running in 5f7e1628bb90 15:53:58 Removing intermediate container 5f7e1628bb90 15:53:58 ---> db1376c2eeff 15:53:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:53:59 ---> 9edd5ae33663 15:53:59 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:53:59 ---> Running in 880404329bf1 15:54:02 Removing intermediate container 880404329bf1 15:54:02 ---> 35fe41fcf19b 15:54:02 Step 24/29 : RUN chmod 755 security-secrets-setup 15:54:02 ---> Running in 810f15113628 15:54:04 Removing intermediate container 810f15113628 15:54:04 ---> 12ca4b5907bf 15:54:04 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:54:04 ---> Running in 47fd3b80e866 15:54:05 Removing intermediate container 47fd3b80e866 15:54:05 ---> cd1f13bb3675 15:54:05 Step 26/29 : CMD [ "generate" ] 15:54:05 ---> Running in f6348920043f 15:54:05 Removing intermediate container f6348920043f 15:54:05 ---> a093be455375 15:54:05 Step 27/29 : LABEL arch=arm64 15:54:05 ---> Running in c13d4ae800fa 15:54:06 Removing intermediate container c13d4ae800fa 15:54:06 ---> 91c3def195ea 15:54:06 Step 28/29 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f 15:54:06 ---> Running in b88e1a8300c2 15:54:07 Removing intermediate container b88e1a8300c2 15:54:07 ---> ae4a6e6d9ae9 15:54:07 Step 29/29 : LABEL version=0.0.0 15:54:07 ---> Running in 5d72d4ce27e1 15:54:07 Removing intermediate container 5d72d4ce27e1 15:54:07 ---> 6d0bc29ec927 15:54:07 15:54:07 Successfully built 6d0bc29ec927 15:54:07 Successfully tagged docker-security-secrets-setup-go-arm64:latest 15:54:08  Building docker-security-secrets-setup-go ... done  [Pipeline] } 15:54:08 $ docker stop --time=1 0e4ad95e6d42018b772ac9231717d243b4a09f16722cd5e8e257f027984ea22e 15:54:10 $ docker rm -f 0e4ad95e6d42018b772ac9231717d243b4a09f16722cd5e8e257f027984ea22e [Pipeline] // withDockerContainer [Pipeline] sh 15:54:10 + docker images 15:54:10 + grep docker 15:54:11 docker-security-secrets-setup-go-arm64 latest 6d0bc29ec927 3 seconds ago 24.2MB 15:54:11 docker-security-secretstore-setup-go-arm64 latest 9eef2bc6ea7c 16 seconds ago 32.6MB 15:54:11 docker-security-proxy-setup-go-arm64 latest 11ffec3dd68d 16 seconds ago 15.8MB 15:54:11 docker-core-command-go-arm64 latest 8b3be2d78a0b 22 seconds ago 12.4MB 15:54:11 docker-core-metadata-go-arm64 latest d043234906e9 29 seconds ago 13.8MB 15:54:11 docker-sys-mgmt-agent-go-arm64 latest b72e3b13b9d8 2 minutes ago 266MB 15:54:11 docker-core-data-go-arm64 latest 712e8d71bbc0 3 minutes ago 22.6MB 15:54:11 docker-support-notifications-go-arm64 latest 4bae89dd3ca4 3 minutes ago 13.9MB 15:54:11 docker-support-scheduler-go-arm64 latest 9096063cd782 3 minutes ago 12.6MB 15:54:11 docker-support-logging-go-arm64 latest 7891b1bab382 4 minutes ago 11.4MB 15:54:11 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 15:54:12 provisioning config files... 15:54:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config8375116015555047585tmp [Pipeline] { [Pipeline] sh 15:54:13 + curl -s https://codecov.io/bash 15:54:13 + bash -s - -t @/w/workspace/edgex-go/16@tmp/config8375116015555047585tmp [Pipeline] } 15:54:13 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 15:54:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:54:16 ---> package-listing.sh 15:54:16 ++ facter osfamily 15:54:16 ++ tr '[:upper:]' '[:lower:]' 15:54:16 + OS_FAMILY=redhat 15:54:16 + workspace=/w/workspace/edgex-go/16 15:54:16 + START_PACKAGES=/tmp/packages_start.txt 15:54:16 + END_PACKAGES=/tmp/packages_end.txt 15:54:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:54:16 + PACKAGES=/tmp/packages_start.txt 15:54:16 + '[' /w/workspace/edgex-go/16 ']' 15:54:16 + PACKAGES=/tmp/packages_end.txt 15:54:16 + case "${OS_FAMILY}" in 15:54:16 + rpm -qa 15:54:16 + sort 15:54:20 + '[' -f /tmp/packages_start.txt ']' 15:54:20 + '[' -f /tmp/packages_end.txt ']' 15:54:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:54:20 + '[' /w/workspace/edgex-go/16 ']' 15:54:20 + mkdir -p /w/workspace/edgex-go/16/archives/ 15:54:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] isUnix [Pipeline] sh 15:54:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:21 15:54:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:54:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:21 alpine: Pulling from edgex-lftools-log-publisher 15:54:21 c9b1b535fdd9: Pulling fs layer 15:54:21 2cc5ad85d9ab: Pulling fs layer 15:54:21 756a868c4378: Pulling fs layer 15:54:21 444b2fc9a129: Pulling fs layer 15:54:21 ea15f1150254: Pulling fs layer 15:54:21 41b27a9f41bf: Pulling fs layer 15:54:21 28c525ee5125: Pulling fs layer 15:54:21 094b1ea09ed8: Pulling fs layer 15:54:21 138eaada9080: Pulling fs layer 15:54:21 0622d0fa9048: Pulling fs layer 15:54:21 444b2fc9a129: Waiting 15:54:21 28c525ee5125: Waiting 15:54:21 094b1ea09ed8: Waiting 15:54:21 138eaada9080: Waiting 15:54:21 0622d0fa9048: Waiting 15:54:21 ea15f1150254: Waiting 15:54:21 41b27a9f41bf: Waiting 15:54:21 2cc5ad85d9ab: Verifying Checksum 15:54:21 2cc5ad85d9ab: Download complete 15:54:21 444b2fc9a129: Verifying Checksum 15:54:21 444b2fc9a129: Download complete 15:54:21 c9b1b535fdd9: Download complete 15:54:21 ea15f1150254: Download complete 15:54:21 28c525ee5125: Verifying Checksum 15:54:21 28c525ee5125: Download complete 15:54:21 756a868c4378: Verifying Checksum 15:54:21 756a868c4378: Download complete 15:54:21 138eaada9080: Verifying Checksum 15:54:21 138eaada9080: Download complete 15:54:21 c9b1b535fdd9: Pull complete 15:54:21 0622d0fa9048: Verifying Checksum 15:54:21 0622d0fa9048: Download complete 15:54:22 094b1ea09ed8: Verifying Checksum 15:54:22 094b1ea09ed8: Download complete 15:54:22 2cc5ad85d9ab: Pull complete 15:54:22 41b27a9f41bf: Verifying Checksum 15:54:22 41b27a9f41bf: Download complete 15:54:25 756a868c4378: Pull complete 15:54:25 444b2fc9a129: Pull complete 15:54:25 ea15f1150254: Pull complete 15:54:30 41b27a9f41bf: Pull complete 15:54:30 28c525ee5125: Pull complete 15:54:33 094b1ea09ed8: Pull complete 15:54:33 138eaada9080: Pull complete 15:54:33 0622d0fa9048: Pull complete 15:54:33 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:54:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:54:33 prd-centos7-docker-4c-2g-287 does not seem to be running inside a container 15:54:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:54:38 $ docker top bc731c31e127862812c36df2ddd64020ab67f7985ae4ee9b1d75cf72ed2ced1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:54:38 provisioning config files... 15:54:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config3002785019263982717tmp [Pipeline] { [Pipeline] echo 15:54:38 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:54:38 ---> create-netrc.sh [Pipeline] echo 15:54:38 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:54:39 ---> logs-deploy.sh 15:54:39 + ARCHIVE_ARTIFACTS= 15:54:39 + LOGS_SERVER=https://logs.edgexfoundry.org 15:54:39 + '[' https://logs.edgexfoundry.org == None ']' 15:54:39 + NEXUS_URL=https://nexus.edgexfoundry.org 15:54:39 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/16 15:54:39 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/16/ 15:54:39 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/16 /w/workspace/edgex-go/16 15:54:40 Archives upload complete. 15:54:40 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/16/