Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+3555043a6994042684a9c8b6423498381cadcc6f (8a75aa78e304a9b3277d2ea68805bb5287733c1f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-709 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/35 [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/35 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing f139f14a87b86e6d838ea9d54dd059048dc5bc09 Checking out Revision f139f14a87b86e6d838ea9d54dd059048dc5bc09 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f139f14a87b86e6d838ea9d54dd059048dc5bc09 # timeout=10 Commit message: "Merge commit '3555043a6994042684a9c8b6423498381cadcc6f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:46 ========================================================= 00:31:46 EdgeX Global Pipelines Version Info 00:31:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a3ba138a558047d4f6d88253193606d862867482 # timeout=10 00:31:47 ------------------- 00:31:47 stable info: 00:31:47 ------------------- 00:31:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:47 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:31:47 Message: update stable to v1.0.106 00:31:48 ------------------- 00:31:48 experimental info: 00:31:48 ------------------- 00:31:48 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:48 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:31:48 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:31:50 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/core-command/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo core-command,cmd/core-command/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/core-data/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo core-data,cmd/core-data/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/core-metadata/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/support-logging/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo support-logging,cmd/support-logging/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/support-notifications/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/support-scheduler/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:50 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:51 00:31:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:51 latest: Pulling from edgex-devops/git-semver 00:31:51 31603596830f: Pulling fs layer 00:31:51 2a8b12db71e7: Pulling fs layer 00:31:51 6ca5941a6612: Pulling fs layer 00:31:51 ecc8261a40a4: Pulling fs layer 00:31:51 ecc8261a40a4: Waiting 00:31:51 2a8b12db71e7: Verifying Checksum 00:31:51 2a8b12db71e7: Download complete 00:31:51 31603596830f: Verifying Checksum 00:31:51 31603596830f: Download complete 00:31:52 6ca5941a6612: Verifying Checksum 00:31:52 6ca5941a6612: Download complete 00:31:52 ecc8261a40a4: Verifying Checksum 00:31:52 ecc8261a40a4: Download complete 00:31:52 31603596830f: Pull complete 00:31:52 2a8b12db71e7: Pull complete 00:31:53 6ca5941a6612: Pull complete 00:31:53 ecc8261a40a4: Pull complete 00:31:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:53 prd-centos7-docker-4c-2g-709 does not seem to be running inside a container 00:31:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:56 $ docker top 587bb6b7d5064e5f1de0536abcae920902516198fcbe431a4debe1a23156efed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:56 [ssh-agent] Looking for ssh-agent implementation... 00:31:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:56 $ docker exec 587bb6b7d5064e5f1de0536abcae920902516198fcbe431a4debe1a23156efed ssh-agent 00:31:57 SSH_AUTH_SOCK=/tmp/ssh-wotRN6ueGPlX/agent.11 00:31:57 SSH_AGENT_PID=17 00:31:57 Running ssh-add (command line suppressed) 00:31:57 Identity added: /w/workspace/edgex-go/35@tmp/private_key_6002168924215540055.key (/w/workspace/edgex-go/35@tmp/private_key_6002168924215540055.key) 00:31:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:57 + git describe --exact-match --tags HEAD 00:31:57 fatal: No names found, cannot describe anything. [Pipeline] } 00:31:57 $ docker exec --env ******** --env ******** 587bb6b7d5064e5f1de0536abcae920902516198fcbe431a4debe1a23156efed ssh-agent -k 00:31:57 unset SSH_AUTH_SOCK; 00:31:57 unset SSH_AGENT_PID; 00:31:57 echo Agent pid 17 killed; 00:31:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:31:57 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:31:57 This usually means this commit has not been tagged. [Pipeline] sshagent 00:31:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:58 [ssh-agent] Looking for ssh-agent implementation... 00:31:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:58 $ docker exec 587bb6b7d5064e5f1de0536abcae920902516198fcbe431a4debe1a23156efed ssh-agent 00:31:58 SSH_AUTH_SOCK=/tmp/ssh-JvioWuEAEZtf/agent.46 00:31:58 SSH_AGENT_PID=52 00:31:58 Running ssh-add (command line suppressed) 00:31:58 Identity added: /w/workspace/edgex-go/35@tmp/private_key_4676031717727710017.key (/w/workspace/edgex-go/35@tmp/private_key_4676031717727710017.key) 00:31:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:58 + git semver init 00:31:58 # -> Open(): unable to determine branch for HEAD 00:31:58 # $GIT_DIR = /w/workspace/edgex-go/35/.git 00:31:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/35 00:31:58 # $SEMVER_REMOTE_NAME = origin 00:31:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:58 # $SEMVER_USER_NAME = edgex-jenkins 00:31:58 # $SEMVER_BRANCH = PR-2574 00:31:58 # $SEMVER_TEMP = /tmp/semver-040566135 00:31:58 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:25 # '/tmp/semver-040566135' -> '/w/workspace/edgex-go/35/.semver' 00:32:25 # -> Force: false 00:32:25 # $SEMVER_DIR = /w/workspace/edgex-go/35/.semver [Pipeline] } 00:32:25 $ docker exec --env ******** --env ******** 587bb6b7d5064e5f1de0536abcae920902516198fcbe431a4debe1a23156efed ssh-agent -k 00:32:25 unset SSH_AUTH_SOCK; 00:32:25 unset SSH_AGENT_PID; 00:32:25 echo Agent pid 52 killed; 00:32:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:26 + git semver [Pipeline] } 00:32:26 $ docker stop --time=1 587bb6b7d5064e5f1de0536abcae920902516198fcbe431a4debe1a23156efed 00:32:28 $ docker rm -f 587bb6b7d5064e5f1de0536abcae920902516198fcbe431a4debe1a23156efed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:32:42 Stashed 38 file(s) [Pipeline] echo 00:32:42 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 00:32:43 ========================================================= 00:32:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:32:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:43 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 00:32:46 Sending build context to Docker daemon 323.2MB 00:32:46 Step 1/7 : ARG BASE=golang:1.13-alpine 00:32:46 Step 2/7 : FROM ${BASE} 00:32:46 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:46 df20fa9351a1: Pulling fs layer 00:32:46 ed8968b2872e: Pulling fs layer 00:32:46 a92cc7c5fd73: Pulling fs layer 00:32:46 2dd03ba5bac4: Pulling fs layer 00:32:46 1e091d79d1de: Pulling fs layer 00:32:46 481702a1767f: Pulling fs layer 00:32:46 f64a6f60c768: Pulling fs layer 00:32:46 e78d2573fc39: Pulling fs layer 00:32:46 e876d2f968b6: Pulling fs layer 00:32:46 ce8a83651883: Pulling fs layer 00:32:46 07967f4d0e4b: Pulling fs layer 00:32:46 2dd03ba5bac4: Waiting 00:32:46 1e091d79d1de: Waiting 00:32:46 481702a1767f: Waiting 00:32:46 f64a6f60c768: Waiting 00:32:46 e78d2573fc39: Waiting 00:32:46 e876d2f968b6: Waiting 00:32:46 ce8a83651883: Waiting 00:32:46 07967f4d0e4b: Waiting 00:32:46 a92cc7c5fd73: Verifying Checksum 00:32:46 a92cc7c5fd73: Download complete 00:32:46 ed8968b2872e: Download complete 00:32:46 1e091d79d1de: Verifying Checksum 00:32:46 1e091d79d1de: Download complete 00:32:46 481702a1767f: Verifying Checksum 00:32:46 481702a1767f: Download complete 00:32:46 df20fa9351a1: Verifying Checksum 00:32:46 df20fa9351a1: Download complete 00:32:46 df20fa9351a1: Pull complete 00:32:47 f64a6f60c768: Verifying Checksum 00:32:47 f64a6f60c768: Download complete 00:32:47 e876d2f968b6: Download complete 00:32:48 e78d2573fc39: Verifying Checksum 00:32:48 e78d2573fc39: Download complete 00:32:48 ed8968b2872e: Pull complete 00:32:48 07967f4d0e4b: Verifying Checksum 00:32:48 07967f4d0e4b: Download complete 00:32:48 2dd03ba5bac4: Verifying Checksum 00:32:48 2dd03ba5bac4: Download complete 00:32:48 ce8a83651883: Verifying Checksum 00:32:48 ce8a83651883: Download complete 00:32:49 a92cc7c5fd73: Pull complete 00:32:55 2dd03ba5bac4: Pull complete 00:32:55 1e091d79d1de: Pull complete 00:32:55 481702a1767f: Pull complete 00:32:57 Still waiting to schedule task 00:32:57 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:02 f64a6f60c768: Pull complete 00:33:05 e78d2573fc39: Pull complete 00:33:05 e876d2f968b6: Pull complete 00:33:07 ce8a83651883: Pull complete 00:33:07 07967f4d0e4b: Pull complete 00:33:07 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:33:07 ---> 5d7c900382c6 00:33:07 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:08 ---> Running in 279e47e252c4 00:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:11 (1/12) Installing libmagic (5.38-r0) 00:33:11 (2/12) Installing file (5.38-r0) 00:33:11 (3/12) Installing libc-dev (0.7.2-r3) 00:33:11 (4/12) Installing g++ (9.3.0-r2) 00:33:17 (5/12) Installing fortify-headers (1.1-r0) 00:33:17 (6/12) Installing patch (2.7.6-r6) 00:33:17 (7/12) Installing build-base (0.5-r2) 00:33:17 (8/12) Installing libsodium (1.0.18-r0) 00:33:17 (9/12) Installing pkgconf (1.7.2-r0) 00:33:17 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:17 (11/12) Installing libzmq (4.3.2-r0) 00:33:17 (12/12) Installing zeromq-dev (4.3.2-r0) 00:33:17 Executing busybox-1.31.1-r16.trigger 00:33:17 OK: 233 MiB in 51 packages 00:33:21 Removing intermediate container 279e47e252c4 00:33:21 ---> aef7e34d79f1 00:33:21 Step 4/7 : WORKDIR /edgex-go 00:33:21 ---> Running in 79d83011486c 00:33:21 Removing intermediate container 79d83011486c 00:33:21 ---> 0fc381363b5d 00:33:21 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:21 latest: Pulling from library/docker 00:33:21 df20fa9351a1: Already exists 00:33:21 25ad7478873d: Pulling fs layer 00:33:21 4684f6177b5d: Pulling fs layer 00:33:21 46e300cec669: Pulling fs layer 00:33:21 63038576ad94: Pulling fs layer 00:33:21 0fdb76c4706c: Pulling fs layer 00:33:21 cb7edeffdfd5: Pulling fs layer 00:33:21 0fdb76c4706c: Waiting 00:33:21 cb7edeffdfd5: Waiting 00:33:21 63038576ad94: Waiting 00:33:22 4684f6177b5d: Download complete 00:33:22 25ad7478873d: Verifying Checksum 00:33:22 25ad7478873d: Download complete 00:33:22 0fdb76c4706c: Verifying Checksum 00:33:22 0fdb76c4706c: Download complete 00:33:22 63038576ad94: Verifying Checksum 00:33:22 63038576ad94: Download complete 00:33:22 25ad7478873d: Pull complete 00:33:22 cb7edeffdfd5: Verifying Checksum 00:33:22 cb7edeffdfd5: Download complete 00:33:22 4684f6177b5d: Pull complete 00:33:22 46e300cec669: Verifying Checksum 00:33:22 46e300cec669: Download complete 00:33:25 46e300cec669: Pull complete 00:33:25 63038576ad94: Pull complete 00:33:25 0fdb76c4706c: Pull complete 00:33:25 cb7edeffdfd5: Pull complete 00:33:25 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:33:25 Status: Downloaded newer image for docker:latest 00:33:26 ---> ceee05997337 00:33:26 Step 6/7 : COPY go.mod . 00:33:27 ---> 1a7293d084a7 00:33:27 Step 7/7 : RUN go mod download 00:33:27 ---> Running in c87a249ba905 00:33:30 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:33:30 go: finding github.com/BurntSushi/toml v0.3.1 00:33:30 go: finding github.com/OneOfOne/xxhash v1.2.5 00:33:30 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:33:30 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:33:30 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:33:30 go: finding github.com/bgentry/speakeasy v0.1.0 00:33:30 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:33:30 go: finding github.com/cloudflare/gokey v0.1.0 00:33:30 go: finding github.com/davecgh/go-spew v1.1.1 00:33:30 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:33:30 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:33:30 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:33:30 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:33:30 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:33:30 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:33:30 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:33:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:33:30 go: finding github.com/fatih/color v1.7.0 00:33:30 go: finding github.com/fsnotify/fsnotify v1.4.7 00:33:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:33:30 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:33:30 go: finding github.com/go-kit/kit v0.8.0 00:33:30 go: finding github.com/go-logfmt/logfmt v0.4.0 00:33:30 go: finding github.com/go-playground/assert/v2 v2.0.1 00:33:30 go: finding github.com/go-playground/locales v0.13.0 00:33:30 go: finding github.com/go-playground/universal-translator v0.17.0 00:33:30 go: finding github.com/go-playground/validator/v10 v10.3.0 00:33:30 go: finding github.com/go-redis/redis/v7 v7.2.0 00:33:30 go: finding github.com/go-stack/stack v1.8.0 00:33:30 go: finding github.com/golang/protobuf v1.3.2 00:33:30 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:33:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:33:31 go: finding github.com/google/uuid v1.1.0 00:33:31 go: finding github.com/gorilla/mux v1.7.1 00:33:31 go: finding github.com/hashicorp/consul/api v1.1.0 00:33:31 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:33:31 go: finding github.com/hashicorp/errwrap v1.0.0 00:33:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:33:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:33:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:33:31 go: finding github.com/hashicorp/go-multierror v1.0.0 00:33:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:33:31 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:33:31 go: finding github.com/hashicorp/go-syslog v1.0.0 00:33:31 go: finding github.com/hashicorp/go-uuid v1.0.1 00:33:31 go: finding github.com/hashicorp/go.net v0.0.1 00:33:31 go: finding github.com/hashicorp/golang-lru v0.5.0 00:33:31 go: finding github.com/hashicorp/logutils v1.0.0 00:33:31 go: finding github.com/hashicorp/mdns v1.0.0 00:33:31 go: finding github.com/hashicorp/memberlist v0.1.3 00:33:31 go: finding github.com/hashicorp/serf v0.8.2 00:33:31 go: finding github.com/hpcloud/tail v1.0.0 00:33:31 go: finding github.com/imdario/mergo v0.3.6 00:33:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:33:31 go: finding github.com/kr/pretty v0.1.0 00:33:31 go: finding github.com/kr/pty v1.1.1 00:33:31 go: finding github.com/kr/text v0.1.0 00:33:31 go: finding github.com/leodido/go-urn v1.2.0 00:33:31 go: finding github.com/mattn/go-colorable v0.0.9 00:33:32 go: finding github.com/mattn/go-isatty v0.0.3 00:33:32 go: finding github.com/miekg/dns v1.0.14 00:33:32 go: finding github.com/mitchellh/cli v1.0.0 00:33:32 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:33:32 go: finding github.com/mitchellh/copystructure v1.0.0 00:33:32 go: finding github.com/mitchellh/go-homedir v1.0.0 00:33:32 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:33:32 go: finding github.com/mitchellh/gox v0.4.0 00:33:32 go: finding github.com/mitchellh/iochan v1.0.0 00:33:32 go: finding github.com/mitchellh/mapstructure v1.1.2 00:33:32 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:33:32 go: finding github.com/onsi/ginkgo v1.10.1 00:33:32 go: finding github.com/onsi/gomega v1.7.0 00:33:32 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:33:32 go: finding github.com/pebbe/zmq4 v1.0.0 00:33:32 go: finding github.com/pelletier/go-toml v1.2.0 00:33:32 go: finding github.com/pkg/errors v0.8.1 00:33:32 go: finding github.com/pmezard/go-difflib v1.0.0 00:33:32 go: finding github.com/posener/complete v1.1.1 00:33:32 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:33:33 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:33:33 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:33:33 go: finding github.com/stretchr/objx v0.1.0 00:33:33 go: finding github.com/stretchr/testify v1.5.1 00:33:33 go: finding github.com/ugorji/go v1.1.4 00:33:33 go: finding github.com/x448/float16 v0.8.4 00:33:33 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:33:33 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:33:33 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:33:33 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:33:33 go: finding golang.org/x/text v0.3.2 00:33:33 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:33:33 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:33:33 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:33:33 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:33:33 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:33:33 go: finding gopkg.in/yaml.v2 v2.2.8 00:33:51 Removing intermediate container c87a249ba905 00:33:51 ---> 25fb03e5d3e7 00:33:51 Successfully built 25fb03e5d3e7 00:33:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:52 + docker inspect -f . ci-base-image-x86_64 00:33:52 . [Pipeline] withDockerContainer 00:33:52 prd-centos7-docker-4c-2g-709 does not seem to be running inside a container 00:33:52 $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:53 $ docker top 0bf8cac60285232f4c12d2fe6074880deae1b5a7763f1ffe65985635e5b44a5a -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:54 + go version 00:33:54 go version go1.13.13 linux/amd64 [Pipeline] echo 00:33:54 ========================================================= 00:33:54 [edgeXBuildGoParallel] Running Tests and Build... 00:33:54 ========================================================= [Pipeline] sh 00:33:54 + make test 00:33:54 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:33:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.066s coverage: 27.2% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.020s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.339s coverage: 82.5% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.037s coverage: 92.9% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.128s coverage: 28.6% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.042s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 89.8% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.034s coverage: 97.5% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.039s coverage: 100.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.008s coverage: 58.8% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.111s coverage: 63.5% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.007s coverage: 92.3% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.004s coverage: 100.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.016s coverage: 100.0% of statements 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.087s coverage: 55.9% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.224s coverage: 86.3% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.347s coverage: 72.2% of statements 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.139s coverage: 72.1% of statements 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.013s coverage: 28.8% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.068s coverage: 33.7% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.137s coverage: 84.1% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.018s coverage: 42.9% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.034s coverage: 45.9% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.019s coverage: 100.0% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.023s coverage: 100.0% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.066s coverage: 29.1% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.009s coverage: 100.0% of statements 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.010s coverage: 87.9% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements 00:34:41 GO111MODULE=on go vet ./... 00:34:48 gofmt -l . 00:34:49 [ "`gofmt -l .`" = "" ] 00:34:50 ./bin/test-go-mod-tidy.sh 00:34:51 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:53 + ls -al . 00:34:53 total 564 00:34:53 drwxrwxr-x 10 1001 1001 4096 Aug 22 00:34 . 00:34:53 drwxr-xr-x 4 root root 30 Aug 22 00:33 .. 00:34:53 -rw-rw-r-- 1 1001 1001 11 Aug 22 00:31 .dockerignore 00:34:53 drwxrwxr-x 8 1001 1001 179 Aug 22 00:31 .git 00:34:53 drwxrwxr-x 3 1001 1001 60 Aug 22 00:31 .github 00:34:53 -rw-rw-r-- 1 1001 1001 932 Aug 22 00:31 .gitignore 00:34:53 drwx------ 3 1001 1001 47 Aug 22 00:32 .semver 00:34:53 -rw-rw-r-- 1 1001 1001 166 Aug 22 00:31 .sonarcloud.properties 00:34:53 -rw-rw-r-- 1 1001 1001 3804 Aug 22 00:31 CONTRIBUTING.md 00:34:53 -rw-rw-r-- 1 1001 1001 1035 Aug 22 00:31 Dockerfile.build 00:34:53 -rw-rw-r-- 1 1001 1001 865 Aug 22 00:31 Jenkinsfile 00:34:53 -rw-rw-r-- 1 1001 1001 10775 Aug 22 00:31 LICENSE 00:34:53 -rw-rw-r-- 1 1001 1001 6237 Aug 22 00:31 Makefile 00:34:53 -rw-rw-r-- 1 1001 1001 5652 Aug 22 00:31 README.md 00:34:53 -rw-rw-r-- 1 1001 1001 259 Aug 22 00:31 SECURITY.md 00:34:53 -rw-rw-r-- 1 1001 1001 5 Aug 22 00:32 VERSION 00:34:53 -rw-rw-r-- 1 1001 1001 4131 Aug 22 00:31 ZMQWindows.md 00:34:53 drwxrwxr-x 2 1001 1001 117 Aug 22 00:31 bin 00:34:53 drwxrwxr-x 15 1001 1001 4096 Aug 22 00:31 cmd 00:34:53 -rw-r--r-- 1 root root 467869 Aug 22 00:34 coverage.out 00:34:53 -rw-r--r-- 1 root root 1075 Aug 22 00:34 go.mod 00:34:53 -rw-r--r-- 1 root root 19185 Aug 22 00:34 go.sum 00:34:53 drwxrwxr-x 8 1001 1001 127 Aug 22 00:31 internal 00:34:53 drwxrwxr-x 4 1001 1001 26 Aug 22 00:31 openapi 00:34:53 drwxrwxr-x 4 1001 1001 71 Aug 22 00:31 snap 00:34:53 -rw-rw-r-- 1 1001 1001 168 Aug 22 00:31 version.go [Pipeline] sh 00:34:53 + '[' -e coverage.out ] 00:34:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:53 Stashed 1 file(s) [Pipeline] sh 00:34:53 + make build 00:34:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:35:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:35:23 $ docker stop --time=1 0bf8cac60285232f4c12d2fe6074880deae1b5a7763f1ffe65985635e5b44a5a 00:35:25 $ docker rm -f 0bf8cac60285232f4c12d2fe6074880deae1b5a7763f1ffe65985635e5b44a5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:26 00:35:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:27 latest: Pulling from edgex-devops/edgex-compose 00:35:27 cbdbe7a5bc2a: Pulling fs layer 00:35:27 ca9280d653b3: Pulling fs layer 00:35:27 7e9c9ca2126c: Pulling fs layer 00:35:27 cbdbe7a5bc2a: Verifying Checksum 00:35:27 cbdbe7a5bc2a: Download complete 00:35:27 ca9280d653b3: Verifying Checksum 00:35:27 ca9280d653b3: Download complete 00:35:27 cbdbe7a5bc2a: Pull complete 00:35:28 7e9c9ca2126c: Verifying Checksum 00:35:28 7e9c9ca2126c: Download complete 00:35:28 ca9280d653b3: Pull complete 00:35:36 7e9c9ca2126c: Pull complete 00:35:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:36 prd-centos7-docker-4c-2g-709 does not seem to be running inside a container 00:35:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:37 $ docker top f202603ae848f2144e91a056a8f6ba1056394a1b28c768689a9339136ad36724 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:38 + docker-compose build --help 00:35:38 + grep parallel 00:35:39 --parallel Build images in parallel. [Pipeline] } 00:35:39 $ docker stop --time=1 f202603ae848f2144e91a056a8f6ba1056394a1b28c768689a9339136ad36724 00:35:41 $ docker rm -f f202603ae848f2144e91a056a8f6ba1056394a1b28c768689a9339136ad36724 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:41 . [Pipeline] withDockerContainer 00:35:41 prd-centos7-docker-4c-2g-709 does not seem to be running inside a container 00:35:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:42 $ docker top 8187b98b1af913199e41fdc483d3aab9ed66aae6ca56a9157c44587b98710c4f -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:43 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:44 Building docker-core-command-go ... 00:35:44 Building docker-core-data-go ... 00:35:44 Building docker-core-metadata-go ... 00:35:44 Building docker-security-proxy-setup-go ... 00:35:44 Building docker-security-secrets-setup-go ... 00:35:44 Building docker-security-secretstore-setup-go ... 00:35:44 Building docker-support-logging-go ... 00:35:44 Building docker-support-notifications-go ... 00:35:44 Building docker-support-scheduler-go ... 00:35:44 Building docker-sys-mgmt-agent-go ... 00:35:44 Building docker-support-notifications-go 00:35:44 Building docker-core-metadata-go 00:35:44 Building docker-security-proxy-setup-go 00:35:44 Building docker-sys-mgmt-agent-go 00:35:44 Building docker-security-secrets-setup-go 00:35:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-712 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 00:35:57 Running in /w/workspace/edgex-go/35 [Pipeline] { [Pipeline] checkout 00:36:03 using credential edgex-jenkins-ssh 00:36:03 Cloning the remote Git repository 00:36:03 Cloning with configured refspecs honoured and without tags 00:36:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:03 > git init /w/workspace/edgex-go/35 # timeout=10 00:36:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:03 > git --version # timeout=10 00:36:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:17 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> 25fb03e5d3e7 00:36:17 Step 3/22 : WORKDIR /edgex-go 00:36:17 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:17 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:36:17 ---> 25fb03e5d3e7 00:36:17 Step 3/29 : WORKDIR /edgex-go 00:36:17 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> 25fb03e5d3e7 00:36:17 Step 3/20 : WORKDIR /edgex-go 00:36:17 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:17 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> 25fb03e5d3e7 00:36:17 Step 3/27 : WORKDIR /edgex-go 00:36:17 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> 25fb03e5d3e7 00:36:17 Step 3/24 : WORKDIR /edgex-go 00:36:17 ---> Running in 99b372c7908b 00:36:17 ---> Running in f2f6494c119c 00:36:17 ---> Running in f1416f820139 00:36:17 ---> Running in 707fdc034d34 00:36:17 ---> Running in 974e6f04ce76 00:36:17 Removing intermediate container 974e6f04ce76 00:36:17 ---> 299bfe25869c 00:36:17 Step 4/29 : RUN apk update && apk add make git 00:36:17 Removing intermediate container 707fdc034d34 00:36:17 ---> 62c39f296b21 00:36:17 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 Removing intermediate container 99b372c7908b 00:36:17 ---> 9915d6add305 00:36:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 Removing intermediate container f1416f820139 00:36:17 ---> c8a075333dac 00:36:17 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 Removing intermediate container f2f6494c119c 00:36:17 ---> 548f68578530 00:36:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 ---> Running in b9674d375d11 00:36:17 ---> Running in e0579bef46ec 00:36:17 ---> Running in c31f807fa0f8 00:36:17 ---> Running in 9abf6cc38e99 00:36:17 ---> Running in bb2d33c6b96c 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 Removing intermediate container b9674d375d11 00:36:17 ---> 3df0c10ae39c 00:36:17 Step 5/20 : RUN apk update && apk add make git 00:36:17 Removing intermediate container bb2d33c6b96c 00:36:17 ---> 9d5bed67c541 00:36:17 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:36:17 Removing intermediate container e0579bef46ec 00:36:17 ---> 9a948a9f75ac 00:36:17 Step 5/22 : RUN apk update && apk add make git 00:36:17 ---> Running in 9d2ce6491736 00:36:17 ---> Running in 24675dee2b06 00:36:17 ---> Running in 2d1f96dad8c4 00:36:17 Removing intermediate container 9abf6cc38e99 00:36:17 ---> 0714fd3172a7 00:36:17 Step 5/27 : RUN apk update && apk add make bash git 00:36:17 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:17 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:17 OK: 12746 distinct packages available 00:36:17 ---> Running in 7bebf0b94df5 00:36:17 OK: 233 MiB in 51 packages 00:36:18 Fetching without tags 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:18 Removing intermediate container c31f807fa0f8 00:36:18 ---> 103676183357 00:36:18 Step 5/29 : COPY go.mod . 00:36:18 Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:18 ---> fba1c07b6817 00:36:18 Step 6/29 : RUN go mod download 00:36:19 ---> Running in 59b8e87c91bf 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:19 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:19 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:19 OK: 12746 distinct packages available 00:36:19 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:19 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:19 OK: 12746 distinct packages available 00:36:19 OK: 233 MiB in 51 packages 00:36:19 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:19 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:19 OK: 12746 distinct packages available 00:36:19 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:19 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:19 OK: 12746 distinct packages available 00:36:19 Merge succeeded, producing 020582643776a7964a47229ca5ec0b2cc4542047 00:36:19 Checking out Revision 020582643776a7964a47229ca5ec0b2cc4542047 (PR-2574) 00:36:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:18 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 00:36:18 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:18 > git config core.sparsecheckout # timeout=10 00:36:18 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 00:36:19 > git remote # timeout=10 00:36:19 > git config --get remote.origin.url # timeout=10 00:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:19 > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 00:36:19 > git rev-parse HEAD^{commit} # timeout=10 00:36:19 > git config core.sparsecheckout # timeout=10 00:36:19 > git checkout -f 020582643776a7964a47229ca5ec0b2cc4542047 # timeout=10 00:36:20 OK: 233 MiB in 51 packages 00:36:20 OK: 233 MiB in 51 packages 00:36:20 OK: 233 MiB in 51 packages 00:36:20 Removing intermediate container 9d2ce6491736 00:36:20 ---> 9c1a764b4dcf 00:36:20 Step 6/20 : COPY go.mod . 00:36:20 Removing intermediate container 24675dee2b06 00:36:20 ---> 1cb52e334132 00:36:20 Step 6/24 : COPY go.mod . 00:36:21 Removing intermediate container 2d1f96dad8c4 00:36:21 ---> 2984b52512e6 00:36:21 Step 6/22 : COPY go.mod . 00:36:21 ---> 0beabd55c655 00:36:21 Step 7/24 : RUN go mod download 00:36:21 Removing intermediate container 7bebf0b94df5 00:36:21 ---> 27c26ed87dfc 00:36:21 Step 6/27 : COPY go.mod . 00:36:21 ---> 2c62cd0f98f4 00:36:21 Step 7/20 : RUN go mod download 00:36:21 ---> Running in 900727ff70a6 00:36:21 ---> Running in 3f9601594811 00:36:21 ---> 7ec893e80d7e 00:36:21 Removing intermediate container 59b8e87c91bf 00:36:21 Step 7/22 : RUN go mod download ---> 18fb98dbff08 00:36:21 00:36:21 Step 7/29 : COPY . . 00:36:21 ---> a9045879670a 00:36:21 Step 7/27 : RUN go mod download 00:36:21 ---> Running in 3b7a4a95f334 00:36:22 ---> Running in c5b52bb8f099 00:36:24 Commit message: "Merge commit '3555043a6994042684a9c8b6423498381cadcc6f' into HEAD" 00:36:24 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:36:24 > git rev-list --no-walk a3ba138a558047d4f6d88253193606d862867482 # timeout=10 00:36:28 Removing intermediate container 900727ff70a6 00:36:28 ---> 41655f11a31e 00:36:28 Step 8/24 : COPY . . 00:36:28 Removing intermediate container 3f9601594811 00:36:28 ---> c142b60f8295 00:36:28 Step 8/20 : COPY . . 00:36:32 Removing intermediate container 3b7a4a95f334 00:36:32 ---> caae47b6a444 00:36:32 Step 8/22 : COPY . . 00:36:33 Removing intermediate container c5b52bb8f099 00:36:33 ---> 5576708d6ee5 00:36:33 Step 8/27 : COPY . . [Pipeline] echo 00:36:35 ========================================================= 00:36:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:36:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:36 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 00:36:40 Sending build context to Docker daemon 323.2MB 00:36:40 Step 1/7 : ARG BASE=golang:1.13-alpine 00:36:40 Step 2/7 : FROM ${BASE} 00:36:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:41 b538f80385f9: Pulling fs layer 00:36:41 74f711af9a0d: Pulling fs layer 00:36:41 99f96fe45779: Pulling fs layer 00:36:41 fd7a069fd194: Pulling fs layer 00:36:41 66aa3694b03b: Pulling fs layer 00:36:41 170f70906a0f: Pulling fs layer 00:36:41 ad7c5574e4b9: Pulling fs layer 00:36:41 e772456be8f7: Pulling fs layer 00:36:41 c890913d741a: Pulling fs layer 00:36:41 2480fcc9aa5a: Pulling fs layer 00:36:41 09adf4765672: Pulling fs layer 00:36:41 fd7a069fd194: Waiting 00:36:41 66aa3694b03b: Waiting 00:36:41 170f70906a0f: Waiting 00:36:41 ad7c5574e4b9: Waiting 00:36:41 e772456be8f7: Waiting 00:36:41 c890913d741a: Waiting 00:36:41 2480fcc9aa5a: Waiting 00:36:41 09adf4765672: Waiting 00:36:41 99f96fe45779: Verifying Checksum 00:36:41 99f96fe45779: Download complete 00:36:41 74f711af9a0d: Verifying Checksum 00:36:41 74f711af9a0d: Download complete 00:36:41 66aa3694b03b: Download complete 00:36:41 170f70906a0f: Verifying Checksum 00:36:41 170f70906a0f: Download complete 00:36:41 b538f80385f9: Verifying Checksum 00:36:41 b538f80385f9: Download complete 00:36:41 b538f80385f9: Pull complete 00:36:42 74f711af9a0d: Pull complete 00:36:42 99f96fe45779: Pull complete 00:36:45 ad7c5574e4b9: Verifying Checksum 00:36:45 ad7c5574e4b9: Download complete 00:36:45 c890913d741a: Verifying Checksum 00:36:45 c890913d741a: Download complete 00:36:46 fd7a069fd194: Verifying Checksum 00:36:46 fd7a069fd194: Download complete 00:36:46 09adf4765672: Verifying Checksum 00:36:46 09adf4765672: Download complete 00:36:46 e772456be8f7: Verifying Checksum 00:36:46 e772456be8f7: Download complete 00:36:46 2480fcc9aa5a: Verifying Checksum 00:36:46 2480fcc9aa5a: Download complete 00:36:59 fd7a069fd194: Pull complete 00:36:59 66aa3694b03b: Pull complete 00:36:59 ---> d6a5bbd0de10 00:36:59 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:36:59 170f70906a0f: Pull complete 00:37:01 ---> Running in 586cb8f082f1 00:37:02 ---> fcb247dc32ef 00:37:02 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:37:02 ---> 30b3c42d3f00 00:37:02 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:02 ---> 2260175d14dc 00:37:02 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:37:02 ---> Running in a3c7e4d503aa 00:37:02 ---> Running in 7644b2809ddf 00:37:02 ---> Running in 422437d51712 00:37:02 ---> fe9c70cf2e41 00:37:02 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:37:03 ---> Running in c29a834745e2 00:37:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:37:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:04 ad7c5574e4b9: Pull complete 00:37:08 e772456be8f7: Pull complete 00:37:08 c890913d741a: Pull complete 00:37:11 2480fcc9aa5a: Pull complete 00:37:11 09adf4765672: Pull complete 00:37:11 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:37:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:37:11 ---> 2248a725d1cf 00:37:11 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:16 ---> Running in a496004bfc9a 00:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:19 (1/12) Installing libmagic (5.38-r0) 00:37:19 (2/12) Installing file (5.38-r0) 00:37:19 (3/12) Installing libc-dev (0.7.2-r3) 00:37:19 (4/12) Installing g++ (9.3.0-r2) 00:37:22 (5/12) Installing fortify-headers (1.1-r0) 00:37:23 (6/12) Installing patch (2.7.6-r6) 00:37:23 (7/12) Installing build-base (0.5-r2) 00:37:23 (8/12) Installing libsodium (1.0.18-r0) 00:37:23 (9/12) Installing pkgconf (1.7.2-r0) 00:37:23 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:23 (11/12) Installing libzmq (4.3.2-r0) 00:37:23 (12/12) Installing zeromq-dev (4.3.2-r0) 00:37:23 Executing busybox-1.31.1-r16.trigger 00:37:23 OK: 217 MiB in 51 packages 00:37:28 Removing intermediate container a496004bfc9a 00:37:28 ---> 2033a39ac94b 00:37:28 Step 4/7 : WORKDIR /edgex-go 00:37:28 ---> Running in 12f0e6f72600 00:37:28 Removing intermediate container 12f0e6f72600 00:37:28 ---> 7a4d3625a8ae 00:37:28 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:28 latest: Pulling from library/docker 00:37:29 b538f80385f9: Already exists 00:37:29 259a493cd78d: Pulling fs layer 00:37:29 b8e66b5100f5: Pulling fs layer 00:37:29 39dc9c94d07c: Pulling fs layer 00:37:29 551b823b3b82: Pulling fs layer 00:37:29 3c52a74df98c: Pulling fs layer 00:37:29 6c9b121b6998: Pulling fs layer 00:37:29 3c52a74df98c: Waiting 00:37:29 551b823b3b82: Waiting 00:37:29 6c9b121b6998: Waiting 00:37:29 b8e66b5100f5: Download complete 00:37:29 259a493cd78d: Verifying Checksum 00:37:29 259a493cd78d: Download complete 00:37:29 551b823b3b82: Verifying Checksum 00:37:29 551b823b3b82: Download complete 00:37:29 3c52a74df98c: Verifying Checksum 00:37:29 3c52a74df98c: Download complete 00:37:29 6c9b121b6998: Verifying Checksum 00:37:29 6c9b121b6998: Download complete 00:37:30 259a493cd78d: Pull complete 00:37:30 b8e66b5100f5: Pull complete 00:37:30 39dc9c94d07c: Verifying Checksum 00:37:30 39dc9c94d07c: Download complete 00:37:34 39dc9c94d07c: Pull complete 00:37:34 551b823b3b82: Pull complete 00:37:34 3c52a74df98c: Pull complete 00:37:34 6c9b121b6998: Pull complete 00:37:34 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:37:34 Status: Downloaded newer image for docker:latest 00:37:36 Removing intermediate container a3c7e4d503aa 00:37:36 ---> c59616ed4aa2 00:37:36 00:37:36 Step 10/20 : FROM alpine 00:37:36 Removing intermediate container 586cb8f082f1 00:37:36 ---> a44e831784c6 00:37:36 00:37:36 Step 9/29 : FROM alpine:latest 00:37:36 latest: Pulling from library/alpine 00:37:36 latest: Pulling from library/alpine 00:37:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:37:36 Status: Downloaded newer image for alpine:latest 00:37:36 ---> a24bb4013296 00:37:36 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:37:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:37:38 Status: Image is up to date for alpine:latest 00:37:38 ---> a24bb4013296 00:37:38 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:37:38 ---> a969f48438bb 00:37:38 Step 6/7 : COPY go.mod . 00:37:38 ---> Running in 4902704c0309 00:37:38 ---> Running in 2c0d07604763 00:37:38 ---> 0d077b572b0b 00:37:38 Step 7/7 : RUN go mod download 00:37:38 ---> Running in 55f4bf41ebaf 00:37:39 Removing intermediate container 7644b2809ddf 00:37:39 ---> 107e3a2ce49e 00:37:39 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:40 Removing intermediate container 4902704c0309 00:37:40 ---> 45a53b5cad9f 00:37:40 Step 11/29 : USER root 00:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:42 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:42 OK: 12746 distinct packages available 00:37:42 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:37:42 ---> Running in fea73c482dfd 00:37:42 (1/4) Installing ca-certificates (20191127-r4) 00:37:42 go: finding github.com/BurntSushi/toml v0.3.1 00:37:42 go: finding github.com/OneOfOne/xxhash v1.2.5 00:37:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:37:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:37:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:37:42 go: finding github.com/bgentry/speakeasy v0.1.0 00:37:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:37:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:42 (3/4) Installing libcurl (7.69.1-r0) 00:37:42 (4/4) Installing curl (7.69.1-r0) 00:37:42 Executing busybox-1.31.1-r16.trigger 00:37:42 Executing ca-certificates-20191127-r4.trigger 00:37:42 OK: 7 MiB in 18 packages 00:37:42 go: finding github.com/cloudflare/gokey v0.1.0 00:37:42 go: finding github.com/davecgh/go-spew v1.1.1 00:37:42 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:37:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:37:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:37:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:37:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:37:42 ---> Running in 2c41ccec3b5b 00:37:43 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:37:43 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:37:43 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:37:43 go: finding github.com/fatih/color v1.7.0 00:37:43 go: finding github.com/fsnotify/fsnotify v1.4.7 00:37:43 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:37:43 Removing intermediate container 422437d51712 00:37:43 ---> 45090a66a76f 00:37:43 00:37:43 Step 10/24 : FROM scratch 00:37:43 ---> 00:37:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:43 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:37:43 go: finding github.com/go-kit/kit v0.8.0 00:37:43 go: finding github.com/go-logfmt/logfmt v0.4.0 00:37:43 go: finding github.com/go-playground/assert/v2 v2.0.1 00:37:43 go: finding github.com/go-playground/locales v0.13.0 00:37:43 go: finding github.com/go-playground/universal-translator v0.17.0 00:37:43 go: finding github.com/go-playground/validator/v10 v10.3.0 00:37:43 Removing intermediate container 2c41ccec3b5b 00:37:43 ---> 4036e986a2a3 00:37:43 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:37:43 go: finding github.com/go-redis/redis/v7 v7.2.0 00:37:43 go: finding github.com/go-stack/stack v1.8.0 00:37:43 go: finding github.com/golang/protobuf v1.3.2 00:37:43 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:37:43 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:37:43 go: finding github.com/google/uuid v1.1.0 00:37:43 go: finding github.com/gorilla/mux v1.7.1 00:37:43 go: finding github.com/hashicorp/consul/api v1.1.0 00:37:43 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:37:43 go: finding github.com/hashicorp/errwrap v1.0.0 00:37:43 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:37:43 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:37:43 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:37:44 ---> Running in 453fd6a7a6ba 00:37:44 go: finding github.com/hashicorp/go-multierror v1.0.0 00:37:44 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:37:44 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:37:44 go: finding github.com/hashicorp/go-syslog v1.0.0 00:37:44 go: finding github.com/hashicorp/go-uuid v1.0.1 00:37:44 go: finding github.com/hashicorp/go.net v0.0.1 00:37:44 go: finding github.com/hashicorp/golang-lru v0.5.0 00:37:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:44 go: finding github.com/hashicorp/logutils v1.0.0 00:37:44 go: finding github.com/hashicorp/mdns v1.0.0 00:37:44 go: finding github.com/hashicorp/memberlist v0.1.3 00:37:44 go: finding github.com/hashicorp/serf v0.8.2 00:37:44 go: finding github.com/hpcloud/tail v1.0.0 00:37:44 go: finding github.com/imdario/mergo v0.3.6 00:37:44 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:37:44 go: finding github.com/kr/pretty v0.1.0 00:37:44 go: finding github.com/kr/pty v1.1.1 00:37:44 go: finding github.com/kr/text v0.1.0 00:37:44 go: finding github.com/leodido/go-urn v1.2.0 00:37:44 go: finding github.com/mattn/go-colorable v0.0.9 00:37:44 go: finding github.com/mattn/go-isatty v0.0.3 00:37:44 go: finding github.com/miekg/dns v1.0.14 00:37:44 ---> Running in 59f7b075194e 00:37:44 go: finding github.com/mitchellh/cli v1.0.0 00:37:44 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:37:44 go: finding github.com/mitchellh/copystructure v1.0.0 00:37:44 go: finding github.com/mitchellh/go-homedir v1.0.0 00:37:44 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:37:44 go: finding github.com/mitchellh/gox v0.4.0 00:37:45 go: finding github.com/mitchellh/iochan v1.0.0 00:37:45 go: finding github.com/mitchellh/mapstructure v1.1.2 00:37:45 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:37:45 go: finding github.com/onsi/ginkgo v1.10.1 00:37:45 go: finding github.com/onsi/gomega v1.7.0 00:37:45 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:37:45 go: finding github.com/pebbe/zmq4 v1.0.0 00:37:45 go: finding github.com/pelletier/go-toml v1.2.0 00:37:45 go: finding github.com/pkg/errors v0.8.1 00:37:45 go: finding github.com/pmezard/go-difflib v1.0.0 00:37:45 go: finding github.com/posener/complete v1.1.1 00:37:45 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:37:45 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:37:45 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:37:45 Removing intermediate container 453fd6a7a6ba 00:37:45 ---> 8af54114a710 00:37:45 Step 12/24 : ENV APP_PORT=48060 00:37:45 go: finding github.com/stretchr/objx v0.1.0 00:37:45 go: finding github.com/stretchr/testify v1.5.1 00:37:45 go: finding github.com/ugorji/go v1.1.4 00:37:45 go: finding github.com/x448/float16 v0.8.4 00:37:45 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:37:45 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:37:45 Removing intermediate container 2c0d07604763 00:37:45 ---> 07482ee65d5c 00:37:45 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:45 Removing intermediate container c29a834745e2 00:37:45 ---> b612bdc87ea1 00:37:45 00:37:45 Step 10/22 : FROM scratch 00:37:45 ---> 00:37:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:45 ---> Running in 3720217f4e8a 00:37:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:37:46 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:37:46 go: finding golang.org/x/text v0.3.2 00:37:46 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:37:46 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:37:46 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:37:46 ---> Running in b54b44dab92d 00:37:46 ---> Running in 12e9f1144f73 00:37:46 Removing intermediate container 3720217f4e8a 00:37:46 ---> 01e4bd461964 00:37:46 Step 13/24 : EXPOSE $APP_PORT 00:37:46 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:37:46 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:37:46 go: finding gopkg.in/yaml.v2 v2.2.8 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 ---> Running in 735651395d8f 00:37:46 Removing intermediate container 12e9f1144f73 00:37:46 ---> 683680210176 00:37:46 Step 12/22 : ENV APP_PORT=48081 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 Removing intermediate container b54b44dab92d 00:37:46 ---> 3765a7d20a12 00:37:46 Step 13/20 : WORKDIR /edgex 00:37:46 ---> Running in 3aa9c55e0a0d 00:37:46 ---> Running in fba00ccc55d4 00:37:46 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:46 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:46 OK: 12746 distinct packages available 00:37:46 Removing intermediate container 735651395d8f 00:37:46 ---> 15bd134a7187 00:37:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:46 Removing intermediate container fea73c482dfd 00:37:46 ---> d46dc4b05b1b 00:37:46 00:37:46 Step 11/27 : FROM docker:latest 00:37:46 ---> 81f5749c9058 00:37:46 Step 12/27 : RUN apk add --no-cache bash 00:37:46 Removing intermediate container 3aa9c55e0a0d 00:37:46 ---> a38b29213a00 00:37:46 Step 13/22 : EXPOSE $APP_PORT 00:37:46 (1/2) Installing ca-certificates (20191127-r4) 00:37:46 (2/2) Installing dumb-init (1.2.2-r1) 00:37:46 Executing busybox-1.31.1-r16.trigger 00:37:46 Executing ca-certificates-20191127-r4.trigger 00:37:46 ---> Running in 869eaafd1e0c 00:37:47 ---> Running in 89b081b6fc12 00:37:47 OK: 6 MiB in 16 packages 00:37:47 Removing intermediate container fba00ccc55d4 00:37:47 ---> 15551f8e9665 00:37:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:47 ---> 5cf68eeb1d92 00:37:47 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:47 Removing intermediate container 869eaafd1e0c 00:37:47 ---> 5bdbfd6af503 00:37:47 Step 14/22 : WORKDIR / 00:37:48 ---> c4410abf7f19 00:37:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:49 ---> Running in e21b803e9f9c 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:49 ---> a945a7c52ded 00:37:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:49 ---> cb2d827bdd5c 00:37:49 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:49 (1/2) Installing readline (8.0.4-r0) 00:37:49 (2/2) Installing bash (5.0.17-r0) 00:37:49 Executing bash-5.0.17-r0.post-install 00:37:49 Executing busybox-1.31.1-r16.trigger 00:37:49 OK: 12 MiB in 22 packages 00:37:49 ---> Running in 2c3bf7887f1c 00:37:50 Removing intermediate container e21b803e9f9c 00:37:50 ---> b18fde27473b 00:37:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:50 Removing intermediate container 59f7b075194e 00:37:50 ---> 407af00b1f54 00:37:50 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:37:50 ---> 0048084fdcc8 00:37:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:50 Removing intermediate container 2c3bf7887f1c 00:37:50 ---> fe2a34712b12 00:37:50 Step 17/20 : CMD ["--init=true"] 00:37:50 ---> Running in 5a209aee7da8 00:37:50 ---> Running in 04454f6e7337 00:37:50 ---> 79637d1fef5b 00:37:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:51 Removing intermediate container 89b081b6fc12 00:37:51 ---> 819946f1a70c 00:37:51 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:37:51 ---> 9a780552eee7 00:37:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:51 Removing intermediate container 5a209aee7da8 00:37:51 ---> 1b4c3fcccfe4 00:37:51 Step 14/29 : WORKDIR $BASE_DIR 00:37:51 ---> Running in eb17654cb971 00:37:51 Removing intermediate container 04454f6e7337 00:37:51 ---> 297415602795 00:37:51 Step 18/20 : LABEL arch=x86_64 00:37:51 ---> Running in a886190aeae9 00:37:51 ---> Running in fa2bfcc0ec42 00:37:51 ---> 23ee6dcc91c8 00:37:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:52 Removing intermediate container a886190aeae9 00:37:52 ---> c083efb13113 00:37:52 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:37:52 ---> 2f13e8d2c354 00:37:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:52 ---> Running in e34dbcc7242d 00:37:52 Removing intermediate container fa2bfcc0ec42 00:37:52 ---> bf520bb6b0d7 00:37:52 Step 19/20 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:37:52 ---> Running in 2e440a46c2ec 00:37:52 ---> e107f745cbf8 00:37:52 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:52 ---> 291024bbae0d 00:37:52 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:52 ---> Running in cd3bcfe6cd48 00:37:52 ---> Running in 1dfb3387b4da 00:37:52 Removing intermediate container 2e440a46c2ec 00:37:52 ---> 3eb7cd150ca0 00:37:52 Step 20/20 : LABEL version=0.0.0 00:37:52 ---> Running in 3df0deb41826 00:37:53 Removing intermediate container eb17654cb971 00:37:53 ---> 928e1a9d1d14 00:37:53 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:53 Removing intermediate container 1dfb3387b4da 00:37:53 ---> cdbfc5001be2 00:37:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:53 Removing intermediate container cd3bcfe6cd48 00:37:53 ---> 6acda738c26c 00:37:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:53 ---> Running in 7066761244eb 00:37:53 ---> Running in d60ed48072bc 00:37:53 Removing intermediate container 3df0deb41826 00:37:53 ---> c9146b2df68a 00:37:53 00:37:53 ---> Running in cbc4ec00d3c9 00:37:54 Successfully built c9146b2df68a 00:37:54 Removing intermediate container e34dbcc7242d 00:37:54 ---> 49a62e353bc8 00:37:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:37:54 Successfully tagged docker-security-proxy-setup-go:latest 00:37:54 Removing intermediate container 7066761244eb 00:37:54 ---> e211f929ed39 00:37:54 Step 15/27 : ENV APP_PORT=48090 00:37:54 Building docker-security-secretstore-setup-go 00:37:54  Building docker-security-proxy-setup-go ... done Removing intermediate container d60ed48072bc 00:37:54 ---> c655c03cd91e 00:37:54 Step 20/22 : LABEL arch=x86_64 00:37:54 ---> Running in 2da4b268a751 00:37:54 Removing intermediate container cbc4ec00d3c9 00:37:54 ---> a607c8706d66 00:37:54 Step 22/24 : LABEL arch=x86_64 00:37:54 ---> Running in 32190bcd9586 00:37:54 ---> Running in 4aa65c256a6d 00:37:54 Removing intermediate container 2da4b268a751 00:37:54 ---> 571564538994 00:37:54 Step 16/27 : EXPOSE $APP_PORT 00:37:54 Removing intermediate container 32190bcd9586 00:37:54 ---> 96747d63600d 00:37:54 Step 21/22 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:37:54 ---> Running in 229a33bbf41c 00:37:54 Removing intermediate container 4aa65c256a6d 00:37:54 ---> 0682ddfda659 00:37:54 Step 23/24 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:37:56 ---> 87940da75e39 00:37:56 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:37:57 ---> Running in e16a45c10801 00:37:57 ---> Running in 44b15769b39b 00:37:58 Removing intermediate container 229a33bbf41c 00:37:58 ---> 2ec6b90cfa05 00:37:58 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:58 Removing intermediate container e16a45c10801 00:37:58 ---> cd311e66ac9b 00:37:58 Step 24/24 : LABEL version=0.0.0 00:37:58 ---> f5243b7a3b8d 00:37:58 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:37:58 Removing intermediate container 44b15769b39b 00:37:58 ---> 94242778c03e 00:37:58 Step 22/22 : LABEL version=0.0.0 00:37:58 ---> Running in acbaebc25b64 00:37:59 ---> Running in 9f2e127d024f 00:38:00 ---> b642d2b110be 00:38:00 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:38:00 Removing intermediate container acbaebc25b64 00:38:00 ---> f6946f370266 00:38:00 00:38:01 Successfully built f6946f370266 00:38:02 ---> 553185183066 00:38:02 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:02 Successfully tagged docker-support-notifications-go:latest 00:38:02  Building docker-support-notifications-go ... done Building docker-support-logging-go 00:38:02 Removing intermediate container 9f2e127d024f 00:38:02 ---> ccd6af71f268 00:38:02 00:38:02 ---> 37a534e7533f 00:38:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:38:03 Successfully built ccd6af71f268 00:38:03 Successfully tagged docker-core-metadata-go:latest 00:38:03 Building docker-support-scheduler-go 00:38:08 Removing intermediate container 55f4bf41ebaf 00:38:08 ---> 5f77139d3d6b 00:38:08 Successfully built 5f77139d3d6b 00:38:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } 00:38:08  Building docker-core-metadata-go ... done  ---> fb062288c17a 00:38:08 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:09 + docker inspect -f . ci-base-image-arm64 00:38:09 . [Pipeline] withDockerContainer 00:38:09 prd-ubuntu18.04-docker-arm64-4c-16g-712 does not seem to be running inside a container 00:38:09 $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:10 ---> 02b5ad3deedb 00:38:10 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:38:10 $ docker top 8fe330b09f24afcab62698b87a1774d3b48d8f25812249599bed63a1cd65c461 -eo pid,comm 00:38:10 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:10 ---> 25fb03e5d3e7 00:38:10 Step 3/26 : WORKDIR /edgex-go 00:38:10 ---> Using cache 00:38:10 ---> 548f68578530 00:38:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:10 ---> Using cache 00:38:10 ---> 9d5bed67c541 00:38:10 Step 5/26 : RUN apk update && apk add make git [Pipeline] { [Pipeline] sh 00:38:11 + go version 00:38:11 go version go1.13.13 linux/arm64 [Pipeline] echo 00:38:11 ========================================================= 00:38:11 [edgeXBuildGoParallel] Running Tests and Build... 00:38:11 ========================================================= [Pipeline] sh 00:38:11 ---> Running in c7b65f9c7462 00:38:11 ---> Running in bd06c8db84fa 00:38:11 ---> 3b03571bf93b 00:38:11 Step 20/27 : RUN apk --no-cache add py-pip 00:38:12 ---> Running in 7426e12d6cca 00:38:12 + make test 00:38:12 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:38:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:16 (1/33) Installing libbz2 (1.0.8-r1) 00:38:16 (2/33) Installing expat (2.2.9-r1) 00:38:16 (3/33) Installing libffi (3.3-r2) 00:38:16 (4/33) Installing gdbm (1.13-r1) 00:38:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:16 (5/33) Installing xz-libs (5.2.5-r0) 00:38:16 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:16 (7/33) Installing python3 (3.8.5-r0) 00:38:17 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:17 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:17 OK: 12746 distinct packages available 00:38:17 Removing intermediate container c7b65f9c7462 00:38:17 ---> 32f2335e7d8f 00:38:17 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:38:18 OK: 233 MiB in 51 packages 00:38:24 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:24 ---> 25fb03e5d3e7 00:38:24 Step 3/21 : WORKDIR /edgex-go 00:38:24 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:24 ---> 25fb03e5d3e7 00:38:24 Step 3/22 : WORKDIR /edgex-go 00:38:24 ---> Using cache 00:38:24 ---> 548f68578530 00:38:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:24 ---> Using cache 00:38:24 ---> 9d5bed67c541 00:38:24 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:38:24 ---> Using cache 00:38:24 ---> 548f68578530 00:38:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:24 ---> Using cache 00:38:24 ---> 9d5bed67c541 00:38:24 Step 5/21 : RUN apk update && apk add make git 00:38:24 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:24 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:24 (11/33) Installing py3-six (1.15.0-r0) 00:38:24 (12/33) Installing py3-packaging (20.4-r0) 00:38:24 ---> 14ddf4c61e56 00:38:24 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:24 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:24 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:25 ---> Running in 12989a74ed8c 00:38:25 ---> Running in 7003d1b65f61 00:38:25 (15/33) Installing py3-idna (2.9-r0) 00:38:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:25 Removing intermediate container bd06c8db84fa 00:38:25 ---> b943a7eb4fe3 00:38:25 Step 6/26 : COPY go.mod . 00:38:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:25 (18/33) Installing py3-requests (2.23.0-r0) 00:38:25 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:25 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:25 ---> Running in 5b85713d610c 00:38:25 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:25 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:25 (24/33) Installing py3-distro (1.5.0-r1) 00:38:25 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:26 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:26 ---> fe2002131c30 00:38:26 Step 7/26 : RUN go mod download 00:38:26 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:26 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:26 (29/33) Installing py3-progress (1.5-r0) 00:38:26 (30/33) Installing py3-toml (0.10.1-r0) 00:38:26 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:26 (33/33) Installing py3-pip (20.1.1-r0) 00:38:26 ---> Running in ae1791ff5d2f 00:38:27 Executing busybox-1.31.1-r16.trigger 00:38:27 OK: 71 MiB in 55 packages 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:28 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:28 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:28 OK: 12746 distinct packages available 00:38:28 OK: 233 MiB in 51 packages 00:38:28 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:28 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:28 OK: 12746 distinct packages available 00:38:28 Removing intermediate container 5b85713d610c 00:38:28 ---> e01d0ce9323e 00:38:28 Step 24/29 : RUN chmod 755 security-secrets-setup 00:38:29 OK: 233 MiB in 51 packages 00:38:29 OK: 233 MiB in 51 packages 00:38:29 ---> Running in 29953c7046a3 00:38:29 Removing intermediate container ae1791ff5d2f 00:38:29 ---> c232497016ca 00:38:29 Step 8/26 : COPY . . 00:38:33 Removing intermediate container 12989a74ed8c 00:38:33 ---> 75352a23a9cf 00:38:33 Step 6/22 : COPY go.mod . 00:38:35 Removing intermediate container 7003d1b65f61 00:38:35 ---> 5ecc2d90a136 00:38:35 Step 6/21 : COPY go.mod . 00:38:36 ---> 99cae03b207d 00:38:36 Step 7/22 : RUN go mod download 00:38:37 Removing intermediate container 29953c7046a3 00:38:37 ---> 480d53d2fc87 00:38:37 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:38:39 ---> 76bc2a85b3c8 00:38:39 Step 7/21 : RUN go mod download 00:38:39 ---> Running in 88dae6237702 00:38:41 ---> Running in 420163c3e96b 00:38:42 ---> Running in aa31b5cda8f0 00:38:44 Removing intermediate container 420163c3e96b 00:38:44 ---> 2179baf97ca6 00:38:44 Step 26/29 : CMD [ "generate" ] 00:38:45 ---> Running in d65c40eb4124 00:38:45 Removing intermediate container 7426e12d6cca 00:38:45 ---> 30125e71ba93 00:38:45 Step 21/27 : RUN pip install docker-compose==1.23.2 00:38:46 Removing intermediate container d65c40eb4124 00:38:46 ---> a689dc1ae029 00:38:46 Step 27/29 : LABEL arch=x86_64 00:38:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:47 ---> Running in 0d19f920ec4f 00:38:48 ---> Running in 90e266e2cfb5 00:38:48 Removing intermediate container 88dae6237702 00:38:48 ---> c8e06de83391 00:38:48 Step 8/22 : COPY . . 00:38:48 ---> 869079ff52ad 00:38:48 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:38:48 Removing intermediate container 90e266e2cfb5 00:38:48 ---> 649f8f2c5a49 00:38:48 Step 28/29 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:38:48 Removing intermediate container aa31b5cda8f0 00:38:48 ---> 36e32e70d675 00:38:48 Step 8/21 : COPY . . 00:38:48 ---> Running in 9866a1c7aa71 00:38:48 ---> Running in d5fb4a235eb3 00:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:50 Removing intermediate container d5fb4a235eb3 00:38:50 ---> 0a14e89b088c 00:38:50 Step 29/29 : LABEL version=0.0.0 00:38:57 ---> Running in 597f3162cbd8 00:38:57 Removing intermediate container 597f3162cbd8 00:38:57 ---> 4d0c8f705cf0 00:38:57 00:38:57 Successfully built 4d0c8f705cf0 00:38:57 Successfully tagged docker-security-secrets-setup-go:latest 00:38:57  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 00:38:58 Collecting docker-compose==1.23.2 00:38:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:00 Collecting websocket-client<1.0,>=0.32.0 00:39:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s 00:39:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:39:02 Collecting dockerpty<0.5,>=0.4.1 00:39:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:08 Collecting PyYAML<4,>=3.10 00:39:08 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:10 Collecting docopt<0.7,>=0.6.1 00:39:10 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:13 Collecting jsonschema<3,>=2.5.1 00:39:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:13 Collecting docker<4.0,>=3.6.0 00:39:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:14 Collecting cached-property<2,>=1.2.0 00:39:14 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:39:14 Collecting texttable<0.10,>=0.9.0 00:39:14 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:16 Collecting docker-pycreds>=0.4.0 00:39:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:16 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:16 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:18 Collecting idna<2.8,>=2.5 00:39:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:19 Collecting urllib3<1.25,>=1.21.1 00:39:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:19 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:39:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:19 ---> 25fb03e5d3e7 00:39:19 Step 3/22 : WORKDIR /edgex-go 00:39:19 ---> Using cache 00:39:19 ---> 548f68578530 00:39:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:19 ---> Using cache 00:39:19 ---> 9d5bed67c541 00:39:19 Step 5/22 : RUN apk update && apk add make git 00:39:19 ---> Using cache 00:39:19 ---> 5ecc2d90a136 00:39:19 Step 6/22 : COPY go.mod . 00:39:19 ---> Using cache 00:39:19 ---> 76bc2a85b3c8 00:39:19 Step 7/22 : RUN go mod download 00:39:19 ---> Using cache 00:39:19 ---> 36e32e70d675 00:39:19 Step 8/22 : COPY . . 00:39:19 ---> Using cache 00:39:19 ---> 71047ab0dfca 00:39:19 Step 9/22 : RUN make cmd/core-command/core-command 00:39:20 ---> e616f5098211 00:39:20 Step 9/22 : RUN make cmd/support-logging/support-logging 00:39:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:20 ---> 71047ab0dfca 00:39:20 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:20 ---> Running in 8e8c7d3e0013 00:39:21 ---> Running in 3eff537607b2 00:39:21 ---> Running in 76a002735332 00:39:21 Installing collected packages: websocket-client, dockerpty, PyYAML, docopt, jsonschema, idna, urllib3, requests, docker-pycreds, docker, cached-property, texttable, docker-compose 00:39:21 Running setup.py install for dockerpty: started 00:39:22 Running setup.py install for dockerpty: finished with status 'done' 00:39:22 Running setup.py install for PyYAML: started 00:39:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:39:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:39:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:39:22 Running setup.py install for PyYAML: finished with status 'done' 00:39:22 Running setup.py install for docopt: started 00:39:23 Running setup.py install for docopt: finished with status 'done' 00:39:23 Attempting uninstall: idna 00:39:23 Found existing installation: idna 2.9 00:39:23 Uninstalling idna-2.9: 00:39:23 Successfully uninstalled idna-2.9 00:39:24 Attempting uninstall: urllib3 00:39:24 Found existing installation: urllib3 1.25.9 00:39:24 Uninstalling urllib3-1.25.9: 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.2% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.362s coverage: 82.5% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 92.9% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:24 Successfully uninstalled urllib3-1.25.9 00:39:24 Attempting uninstall: requests 00:39:24 Found existing installation: requests 2.23.0 00:39:24 Uninstalling requests-2.23.0: 00:39:24 Successfully uninstalled requests-2.23.0 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:39:26 Running setup.py install for texttable: started 00:39:27 Running setup.py install for texttable: finished with status 'done' 00:39:27 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.077s coverage: 89.8% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:33 Removing intermediate container 0d19f920ec4f 00:39:33 ---> 20abd65ce645 00:39:33 Step 22/27 : RUN apk --no-cache add curl 00:39:33 ---> Running in 342440e2bc63 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.101s coverage: 97.5% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:34 (2/3) Installing libcurl (7.69.1-r0) 00:39:34 (3/3) Installing curl (7.69.1-r0) 00:39:34 Executing busybox-1.31.1-r16.trigger 00:39:34 OK: 72 MiB in 58 packages 00:39:34 Removing intermediate container 9866a1c7aa71 00:39:34 ---> ebfb695eb3c0 00:39:34 00:39:34 Step 10/26 : FROM alpine:3.10 00:39:35 3.10: Pulling from library/alpine 00:39:35 Removing intermediate container 342440e2bc63 00:39:35 ---> d31af425d332 00:39:35 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:35 ---> Running in 8b38fe4facd8 00:39:36 Removing intermediate container 8b38fe4facd8 00:39:36 ---> 24d94bd909a0 00:39:36 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:36 ---> Running in eb274b7daf39 00:39:36 Removing intermediate container eb274b7daf39 00:39:36 ---> e7625cd00af8 00:39:36 Step 25/27 : LABEL arch=x86_64 00:39:36 ---> Running in 97401f501a95 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 63.5% of statements 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.068s coverage: 92.3% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 00:39:38 Removing intermediate container 97401f501a95 00:39:38 ---> 83cc64b76cc9 00:39:38 Step 26/27 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:39:38 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:39:38 Status: Downloaded newer image for alpine:3.10 00:39:38 ---> be4e4bea2c2e 00:39:38 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:39:38 ---> Running in 095c462794b9 00:39:38 ---> Running in 987b7ad221e7 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.018s coverage: 100.0% of statements 00:39:39 Removing intermediate container 095c462794b9 00:39:39 ---> 72913f705231 00:39:39 Step 27/27 : LABEL version=0.0.0 00:39:39 ---> Running in c09bc4fa501d 00:39:39 Removing intermediate container c09bc4fa501d 00:39:39 ---> aa509180fc3c 00:39:39 00:39:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:39:39 Successfully built aa509180fc3c 00:39:39 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:39 Building docker-core-data-go 00:39:39  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:39:39 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:39:39 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:39:39 OK: 10346 distinct packages available 00:39:40 (1/5) Installing ca-certificates (20191127-r2) 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 55.9% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:41 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:39:41 (3/5) Installing libcurl (7.66.0-r0) 00:39:41 (4/5) Installing curl (7.66.0-r0) 00:39:41 (5/5) Installing dumb-init (1.2.2-r1) 00:39:41 Executing busybox-1.30.1-r3.trigger 00:39:41 Executing ca-certificates-20191127-r2.trigger 00:39:41 OK: 7 MiB in 19 packages 00:39:49 Removing intermediate container 987b7ad221e7 00:39:49 ---> 6b110fd63371 00:39:49 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.075s coverage: 86.3% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.922s coverage: 72.2% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.387s coverage: 72.1% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.026s coverage: 48.4% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.054s coverage: 96.8% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.164s coverage: 33.7% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.267s coverage: 84.1% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 00:39:55 ---> Running in 8ab388c648c6 00:39:55 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:39:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:55 ---> 25fb03e5d3e7 00:39:55 Step 3/23 : WORKDIR /edgex-go 00:39:55 ---> Using cache 00:39:55 ---> 548f68578530 00:39:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:55 ---> Using cache 00:39:55 ---> 9d5bed67c541 00:39:55 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.056s coverage: 42.9% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.075s coverage: 100.0% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:39:56 Removing intermediate container 8ab388c648c6 00:39:56 ---> c55eb1ed16dd 00:39:56 Step 13/26 : WORKDIR / 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.073s coverage: 83.8% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:39:56 ---> Running in 8d0b231dcc76 00:39:56 ---> Running in 52f02a529353 00:39:56 Removing intermediate container 52f02a529353 00:39:56 ---> 8ce2345e8953 00:39:56 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:58 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:58 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:58 OK: 12746 distinct packages available 00:39:58 ---> 88970ce528e4 00:39:58 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:58 OK: 233 MiB in 51 packages 00:40:01 Removing intermediate container 8e8c7d3e0013 00:40:01 ---> 6fe030a490a9 00:40:01 00:40:01 Step 10/22 : FROM scratch 00:40:01 ---> 00:40:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:01 Removing intermediate container 76a002735332 00:40:01 ---> 66aa586d86b3 00:40:01 00:40:01 Step 10/21 : FROM scratch 00:40:01 ---> 00:40:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:01 ---> bb5212b13a35 00:40:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:01 Removing intermediate container 3eff537607b2 00:40:01 ---> e7a9203406c1 00:40:01 00:40:01 Step 10/22 : FROM scratch 00:40:01 ---> 00:40:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.187s coverage: 46.1% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.066s coverage: 100.0% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:01 ---> Using cache 00:40:01 ---> 8af54114a710 00:40:01 Step 12/22 : ENV APP_PORT=48061 00:40:01 ---> Using cache 00:40:01 ---> 683680210176 00:40:01 Step 12/22 : ENV APP_PORT=48082 00:40:01 ---> Using cache 00:40:01 ---> 683680210176 00:40:01 Step 12/21 : ENV APP_PORT=48085 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:03 Removing intermediate container 8d0b231dcc76 00:40:03 ---> 0431798a3922 00:40:03 Step 6/23 : COPY go.mod . 00:40:03 ---> Running in c5d005c564ab 00:40:03 ---> d491880a90fd 00:40:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:40:03 ---> Running in 858dc5465517 00:40:03 ---> Running in 20d3d5745258 00:40:03 Removing intermediate container c5d005c564ab 00:40:03 ---> e190f4c2ad95 00:40:03 Step 13/22 : EXPOSE $APP_PORT 00:40:03 Removing intermediate container 20d3d5745258 00:40:03 ---> 5836a0c9ce5e 00:40:03 Step 13/22 : EXPOSE $APP_PORT 00:40:03 Removing intermediate container 858dc5465517 00:40:03 ---> a20218315975 00:40:03 Step 13/21 : EXPOSE $APP_PORT 00:40:03 ---> Running in 6a4f50c2aac7 00:40:03 ---> Running in 1d7cc30f09aa 00:40:03 ---> Running in 2a303f6b9edf 00:40:03 ---> 5fd548e53e7d 00:40:03 Step 7/23 : RUN go mod download 00:40:03 ---> 70b2c8190ca7 00:40:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:03 ---> Running in 16f170112417 00:40:03 Removing intermediate container 6a4f50c2aac7 00:40:03 ---> c462f3be7e4a 00:40:03 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:40:03 Removing intermediate container 1d7cc30f09aa 00:40:03 ---> 83cd523f284c 00:40:03 Step 14/22 : WORKDIR / 00:40:03 Removing intermediate container 2a303f6b9edf 00:40:03 ---> 2493fae858b1 00:40:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:40:03 ---> Running in 85b82ecfbd21 00:40:04 ---> 2d8a0da4fdc6 00:40:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:40:04 ---> 45aeb02abb9a 00:40:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:04 ---> 2fd7167cc793 00:40:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:04 Removing intermediate container 85b82ecfbd21 00:40:04 ---> 3c588d4731fc 00:40:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:04 ---> 8da821b6160b 00:40:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:40:04 ---> 997c5c608e70 00:40:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:05 ---> de6a04ae1d51 00:40:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:40:05 ---> 17a00fe80216 00:40:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:40:05 ---> c2cffcc2808a 00:40:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.180s coverage: 29.1% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.049s coverage: 99.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:06 ---> a2b671e95367 00:40:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:06 ---> f2c36a07f18e 00:40:06 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:06 ---> 4b4c62ef09da 00:40:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:40:06 ---> 9c220b0ace44 00:40:06 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:40:06 ---> 89167641b04a 00:40:06 Step 18/22 : ENTRYPOINT ["/core-command"] 00:40:06 ---> Running in 661fe4f31820 00:40:06 ---> Running in c124c15f504a 00:40:06 Removing intermediate container 16f170112417 00:40:06 ---> 807921b26bee 00:40:06 Step 8/23 : COPY . . 00:40:06 ---> Running in b0e4edfc0cda 00:40:06 ---> f6ade3a4ba72 00:40:06 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:07 ---> Running in be184fbe5cb8 00:40:08 Removing intermediate container 661fe4f31820 00:40:08 ---> 3afd316203e2 00:40:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:08 Removing intermediate container c124c15f504a 00:40:08 ---> 452bef759fa4 00:40:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:09 Removing intermediate container b0e4edfc0cda 00:40:09 ---> c95d8d0b0f53 00:40:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 00:40:10 ---> Running in a1d7fbcb9fda 00:40:10 ---> Running in 431c753bd6cb 00:40:10 ---> Running in 0feaac18d1c7 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements 00:40:12 Removing intermediate container a1d7fbcb9fda 00:40:12 ---> f9b6f1f32de1 00:40:12 Step 19/21 : LABEL arch=x86_64 00:40:12 GO111MODULE=on go vet ./... 00:40:13 Removing intermediate container 0feaac18d1c7 00:40:13 ---> 73db72b2b19c 00:40:13 Step 20/22 : LABEL arch=x86_64 00:40:13 Removing intermediate container 431c753bd6cb 00:40:13 ---> 88d8212b3a4c 00:40:13 Step 20/22 : LABEL arch=x86_64 00:40:14 ---> Running in ecbb3519b898 00:40:16 ---> Running in e5e61f791151 00:40:16 ---> Running in b59b1e5e1422 00:40:17 Removing intermediate container be184fbe5cb8 00:40:17 ---> 91049fb0d2b4 00:40:17 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:40:17 Removing intermediate container ecbb3519b898 00:40:17 ---> a4d5c716b3a6 00:40:17 Step 20/21 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:40:18 Removing intermediate container e5e61f791151 00:40:18 ---> 643e5ffd3689 00:40:18 Step 21/22 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:40:19 ---> Running in 3811b22e4cce 00:40:19 Removing intermediate container b59b1e5e1422 00:40:19 ---> 2e0eca9674df 00:40:19 Step 21/22 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:40:19 ---> Running in 6a51fcbaea09 00:40:20 ---> Running in 7b8f69577316 00:40:20 ---> Running in 9dd6937056c3 00:40:20 Removing intermediate container 6a51fcbaea09 00:40:20 ---> af091415560f 00:40:20 Step 21/21 : LABEL version=0.0.0 00:40:20 Removing intermediate container 3811b22e4cce 00:40:20 ---> 89269a7beba2 00:40:20 Step 24/26 : LABEL arch=x86_64 00:40:21 Removing intermediate container 7b8f69577316 00:40:21 ---> 2e8a5a08303c 00:40:21 Step 22/22 : LABEL version=0.0.0 00:40:21 ---> Running in bad50c4e2783 00:40:21 ---> Running in f7ee1b29f049 00:40:21 Removing intermediate container 9dd6937056c3 00:40:21 ---> 25c664ddd00e 00:40:21 Step 22/22 : LABEL version=0.0.0 00:40:21 ---> Running in 6e2303620e29 00:40:22 ---> Running in 1af7e4a0180c 00:40:23 Removing intermediate container bad50c4e2783 00:40:23 ---> a233bc56d0db 00:40:23 Step 25/26 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:40:23 Removing intermediate container f7ee1b29f049 00:40:23 ---> 778e12b79511 00:40:23 00:40:23 ---> Running in 6d747db9ad34 00:40:23 Removing intermediate container 6e2303620e29 00:40:23 ---> cb93869fe7d0 00:40:23 00:40:23 Successfully built 778e12b79511 00:40:23 Successfully built cb93869fe7d0 00:40:23 Successfully tagged docker-support-scheduler-go:latest 00:40:23  Building docker-support-scheduler-go ... done Removing intermediate container 1af7e4a0180c 00:40:23 ---> ace3c9a009df 00:40:23 00:40:23 Successfully tagged docker-support-logging-go:latest 00:40:23  Building docker-support-logging-go ... done  ---> 0fc2754c4dd2 00:40:23 Step 9/23 : RUN make cmd/core-data/core-data 00:40:24 ---> Running in a8d1070791f5 00:40:24 Removing intermediate container 6d747db9ad34 00:40:24 ---> 71588dfc7f22 00:40:24 Step 26/26 : LABEL version=0.0.0 00:40:24 Successfully built ace3c9a009df 00:40:24 Successfully tagged docker-core-command-go:latest 00:40:24  Building docker-core-command-go ... done  ---> Running in 74875e1b9ae2 00:40:24 Removing intermediate container 74875e1b9ae2 00:40:24 ---> c7796e2bdfa8 00:40:24 00:40:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:24 Successfully built c7796e2bdfa8 00:40:24 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:30 gofmt -l . 00:40:31 [ "`gofmt -l .`" = "" ] 00:40:34 ./bin/test-go-mod-tidy.sh 00:40:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:38 + ls -al . 00:40:38 total 596 00:40:38 drwxrwxr-x 10 1001 1001 4096 Aug 22 00:40 . 00:40:38 drwxr-xr-x 4 root root 4096 Aug 22 00:38 .. 00:40:38 -rw-rw-r-- 1 1001 1001 11 Aug 22 00:36 .dockerignore 00:40:38 drwxrwxr-x 8 1001 1001 4096 Aug 22 00:36 .git 00:40:38 drwxrwxr-x 3 1001 1001 4096 Aug 22 00:36 .github 00:40:38 -rw-rw-r-- 1 1001 1001 932 Aug 22 00:36 .gitignore 00:40:38 drwxrwxr-x 3 1001 1001 4096 Aug 22 00:36 .semver 00:40:38 -rw-rw-r-- 1 1001 1001 166 Aug 22 00:36 .sonarcloud.properties 00:40:38 -rw-rw-r-- 1 1001 1001 3804 Aug 22 00:36 CONTRIBUTING.md 00:40:38 -rw-rw-r-- 1 1001 1001 1035 Aug 22 00:36 Dockerfile.build 00:40:38 -rw-rw-r-- 1 1001 1001 865 Aug 22 00:36 Jenkinsfile 00:40:38 -rw-rw-r-- 1 1001 1001 10775 Aug 22 00:36 LICENSE 00:40:38 -rw-rw-r-- 1 1001 1001 6237 Aug 22 00:36 Makefile 00:40:38 -rw-rw-r-- 1 1001 1001 5652 Aug 22 00:36 README.md 00:40:38 -rw-rw-r-- 1 1001 1001 259 Aug 22 00:36 SECURITY.md 00:40:38 -rw-rw-r-- 1 1001 1001 5 Aug 22 00:32 VERSION 00:40:38 -rw-rw-r-- 1 1001 1001 4131 Aug 22 00:36 ZMQWindows.md 00:40:38 drwxrwxr-x 2 1001 1001 4096 Aug 22 00:36 bin 00:40:38 drwxrwxr-x 15 1001 1001 4096 Aug 22 00:36 cmd 00:40:38 -rw-r--r-- 1 root root 467869 Aug 22 00:40 coverage.out 00:40:38 -rw-r--r-- 1 root root 1075 Aug 22 00:40 go.mod 00:40:38 -rw-r--r-- 1 root root 19185 Aug 22 00:40 go.sum 00:40:38 drwxrwxr-x 8 1001 1001 4096 Aug 22 00:36 internal 00:40:38 drwxrwxr-x 4 1001 1001 4096 Aug 22 00:36 openapi 00:40:38 drwxrwxr-x 4 1001 1001 4096 Aug 22 00:36 snap 00:40:38 -rw-rw-r-- 1 1001 1001 168 Aug 22 00:36 version.go [Pipeline] sh 00:40:39 + '[' -e coverage.out ] 00:40:39 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:39 Warning: overwriting stash ‘coverage-report’ 00:40:40 Stashed 1 file(s) [Pipeline] sh 00:40:41 + make build 00:40:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container a8d1070791f5 00:40:43 ---> bb6839eea5a2 00:40:43 00:40:43 Step 10/23 : FROM alpine 00:40:43 ---> a24bb4013296 00:40:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:43 ---> Running in f3db60405838 00:40:43 Removing intermediate container f3db60405838 00:40:43 ---> 44ddc54dcb38 00:40:43 Step 12/23 : ENV APP_PORT=48080 00:40:43 ---> Running in 974b5a18cf2f 00:40:43 Removing intermediate container 974b5a18cf2f 00:40:43 ---> 6ca52e61a53c 00:40:43 Step 13/23 : EXPOSE $APP_PORT 00:40:43 ---> Running in 388ab56bb1ea 00:40:43 Removing intermediate container 388ab56bb1ea 00:40:43 ---> 797803b4d086 00:40:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:43 ---> Running in 550c8dd48682 00:40:44 Removing intermediate container 550c8dd48682 00:40:44 ---> 566e91777c19 00:40:44 Step 15/23 : RUN apk --no-cache add zeromq 00:40:44 ---> Running in 58f5bd02ec2d 00:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:45 (1/5) Installing libgcc (9.3.0-r2) 00:40:45 (2/5) Installing libsodium (1.0.18-r0) 00:40:45 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:45 (4/5) Installing libzmq (4.3.2-r0) 00:40:46 (5/5) Installing zeromq (4.3.2-r0) 00:40:46 Executing busybox-1.31.1-r16.trigger 00:40:46 OK: 8 MiB in 19 packages 00:40:46 Removing intermediate container 58f5bd02ec2d 00:40:46 ---> 2f4f3a0455da 00:40:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:47 ---> 9a892db8851b 00:40:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:47 ---> f01fb5098df8 00:40:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:47 ---> 44079dff26a7 00:40:47 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:47 ---> Running in 0650d2d2c119 00:40:48 Removing intermediate container 0650d2d2c119 00:40:48 ---> 4af329843c9f 00:40:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:48 ---> Running in 939f4bdf8783 00:40:48 Removing intermediate container 939f4bdf8783 00:40:48 ---> b412c7d7f3d4 00:40:48 Step 21/23 : LABEL arch=x86_64 00:40:48 ---> Running in cc6f3bd738c5 00:40:48 Removing intermediate container cc6f3bd738c5 00:40:48 ---> aea0fa634d0a 00:40:48 Step 22/23 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:40:48 ---> Running in 36fc6f532ec7 00:40:48 Removing intermediate container 36fc6f532ec7 00:40:48 ---> 8f72d7deaaa6 00:40:48 Step 23/23 : LABEL version=0.0.0 00:40:48 ---> Running in 4d5b68b84d84 00:40:49 Removing intermediate container 4d5b68b84d84 00:40:49 ---> ee130d090cce 00:40:49 00:40:49 Successfully built ee130d090cce 00:40:49 Successfully tagged docker-core-data-go:latest 00:40:49  Building docker-core-data-go ... done  [Pipeline] } 00:40:49 $ docker stop --time=1 8187b98b1af913199e41fdc483d3aab9ed66aae6ca56a9157c44587b98710c4f 00:40:51 $ docker rm -f 8187b98b1af913199e41fdc483d3aab9ed66aae6ca56a9157c44587b98710c4f [Pipeline] // withDockerContainer [Pipeline] sh 00:40:51 + docker images 00:40:51 + grep docker 00:40:51 docker-core-data-go latest ee130d090cce 3 seconds ago 24.5MB 00:40:51 docker-security-secretstore-setup-go latest c7796e2bdfa8 27 seconds ago 33.9MB 00:40:51 docker-core-command-go latest ace3c9a009df 28 seconds ago 13MB 00:40:51 docker-support-logging-go latest cb93869fe7d0 28 seconds ago 11.8MB 00:40:51 docker-support-scheduler-go latest 778e12b79511 30 seconds ago 13.1MB 00:40:51 docker-sys-mgmt-agent-go latest aa509180fc3c About a minute ago 284MB 00:40:51 docker-security-secrets-setup-go latest 4d0c8f705cf0 About a minute ago 25.1MB 00:40:51 docker-core-metadata-go latest ccd6af71f268 2 minutes ago 14.4MB 00:40:51 docker-support-notifications-go latest f6946f370266 2 minutes ago 14.5MB 00:40:51 docker-security-proxy-setup-go latest c9146b2df68a 2 minutes ago 16.4MB 00:40:51 docker latest 81f5749c9058 8 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] } 00:40:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:41:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41: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 00:41:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:42:01 $ docker stop --time=1 8fe330b09f24afcab62698b87a1774d3b48d8f25812249599bed63a1cd65c461 00:42:04 $ docker rm -f 8fe330b09f24afcab62698b87a1774d3b48d8f25812249599bed63a1cd65c461 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:06 00:42:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:06 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:06 29e5d40040c1: Pulling fs layer 00:42:06 1ce36da41761: Pulling fs layer 00:42:06 25b303627fd3: Pulling fs layer 00:42:06 29e5d40040c1: Verifying Checksum 00:42:06 29e5d40040c1: Download complete 00:42:07 1ce36da41761: Verifying Checksum 00:42:07 1ce36da41761: Download complete 00:42:07 29e5d40040c1: Pull complete 00:42:08 1ce36da41761: Pull complete 00:42:08 25b303627fd3: Download complete 00:42:18 25b303627fd3: Pull complete 00:42:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:19 prd-ubuntu18.04-docker-arm64-4c-16g-712 does not seem to be running inside a container 00:42:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:22 $ docker top 2bf06a291b02ea0259c191794744941e47810da5dc5e21748793562dbcfe06a1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:24 + docker-compose build --help 00:42:24 + grep parallel 00:42:27 --parallel Build images in parallel. [Pipeline] } 00:42:27 $ docker stop --time=1 2bf06a291b02ea0259c191794744941e47810da5dc5e21748793562dbcfe06a1 00:42:29 $ docker rm -f 2bf06a291b02ea0259c191794744941e47810da5dc5e21748793562dbcfe06a1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:30 . [Pipeline] withDockerContainer 00:42:30 prd-ubuntu18.04-docker-arm64-4c-16g-712 does not seem to be running inside a container 00:42:30 $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:32 $ docker top 17c35445a6dd17accd3a77dda79b3bc69bb69101498350147df2972695550f0f -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:33 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:37 Building docker-core-command-go ... 00:42:37 Building docker-core-data-go ... 00:42:37 Building docker-core-metadata-go ... 00:42:37 Building docker-security-proxy-setup-go ... 00:42:37 Building docker-security-secrets-setup-go ... 00:42:37 Building docker-security-secretstore-setup-go ... 00:42:37 Building docker-support-logging-go ... 00:42:37 Building docker-support-notifications-go ... 00:42:37 Building docker-support-scheduler-go ... 00:42:37 Building docker-sys-mgmt-agent-go ... 00:42:37 Building docker-core-metadata-go 00:42:37 Building docker-support-notifications-go 00:42:37 Building docker-sys-mgmt-agent-go 00:42:37 Building docker-core-data-go 00:42:37 Building docker-security-proxy-setup-go 00:44:44 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:44 ---> 5f77139d3d6b 00:44:44 Step 3/23 : WORKDIR /edgex-go 00:44:44 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:44 00:44:44 Step 2/27 : FROM ${BUILDER_BASE} AS builderStep 2/20 : FROM ${BUILDER_BASE} AS builder 00:44:44 00:44:44 ---> 5f77139d3d6b 00:44:44 ---> 5f77139d3d6b 00:44:44 Step 3/20 : WORKDIR /edgex-goStep 3/27 : WORKDIR /edgex-go 00:44:44 00:44:44 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:44 ---> 5f77139d3d6b 00:44:44 Step 3/22 : WORKDIR /edgex-go 00:44:44 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:44 ---> 5f77139d3d6b 00:44:44 Step 3/24 : WORKDIR /edgex-go 00:44:44 ---> Running in 0aae054d31f6 00:44:44 ---> Running in d2935b21fbec 00:44:44 ---> Running in 24149ba36945 00:44:44 ---> Running in 04781ba8c0a7 00:44:44 ---> Running in 534c883d0355 00:44:44 Removing intermediate container 24149ba36945 00:44:44 ---> 66e33b2772cc 00:44:44 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:44 Removing intermediate container d2935b21fbec 00:44:44 ---> 3d82709eafb3 00:44:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:44 Removing intermediate container 0aae054d31f6 00:44:44 ---> 940e74aa8916 00:44:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:44 ---> Running in ec1c96681cd2 00:44:44 Removing intermediate container 04781ba8c0a7 00:44:44 ---> dcfa991dfd06 00:44:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:44 Removing intermediate container 534c883d0355 00:44:44 ---> 9f4ec422e8df 00:44:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:44 ---> Running in 635f8a0b7eb5 00:44:44 ---> Running in 4f94ec1a1ad3 00:44:44 ---> Running in 3740cbba494e 00:44:44 ---> Running in b4d4e938e935 00:44:44 Removing intermediate container ec1c96681cd2 00:44:44 ---> 850d70e7224e 00:44:44 Step 5/27 : RUN apk update && apk add make bash git 00:44:44 ---> Running in 70bae6b11680 00:44:44 Removing intermediate container 635f8a0b7eb5 00:44:44 ---> b627049c66db 00:44:44 Step 5/20 : RUN apk update && apk add make git 00:44:44 ---> Running in 0d53e4aec2a7 00:44:44 Removing intermediate container 3740cbba494e 00:44:44 ---> 12a0f21b05d5 00:44:44 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:44:44 Removing intermediate container b4d4e938e935 00:44:44 ---> a8fca485816b 00:44:44 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:44:44 Removing intermediate container 4f94ec1a1ad3 00:44:44 ---> 25795f7f3b4e 00:44:44 Step 5/22 : RUN apk update && apk add make git 00:44:44 ---> Running in a267bab92120 00:44:44 ---> Running in dc88d5f920e0 00:44:44 ---> Running in 934d71e27af2 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:44 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:44 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:44 OK: 12617 distinct packages available 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:44 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:44 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:44 OK: 12617 distinct packages available 00:44:45 OK: 217 MiB in 51 packages 00:44:45 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:45 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:45 OK: 12617 distinct packages available 00:44:45 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:45 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:45 OK: 12617 distinct packages available 00:44:45 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:45 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:45 OK: 12617 distinct packages available 00:44:45 OK: 217 MiB in 51 packages 00:44:46 OK: 217 MiB in 51 packages 00:44:46 OK: 217 MiB in 51 packages 00:44:46 OK: 217 MiB in 51 packages 00:44:47 Removing intermediate container 70bae6b11680 00:44:47 ---> ab33cbeee249 00:44:47 Step 6/27 : COPY go.mod . 00:44:47 Removing intermediate container 0d53e4aec2a7 00:44:47 ---> ec4c24300694 00:44:47 Step 6/20 : COPY go.mod . 00:44:47 Removing intermediate container a267bab92120 00:44:47 ---> 21aaab7ce625 00:44:47 Step 6/23 : COPY go.mod . 00:44:48 ---> 20ddf5499d44 00:44:48 Step 7/27 : RUN go mod download 00:44:48 ---> Running in 8b6cbba3f0d4 00:44:48 Removing intermediate container dc88d5f920e0 00:44:48 ---> 91fc28a80d37 00:44:48 Step 6/24 : COPY go.mod . 00:44:48 Removing intermediate container 934d71e27af2 00:44:48 ---> a29f470aca11 00:44:48 Step 6/22 : COPY go.mod . 00:44:48 ---> 4c27b30597b5 00:44:48 Step 7/20 : RUN go mod download 00:44:48 ---> Running in cd14c186e725 00:44:49 ---> 803cb6ddc50c 00:44:49 Step 7/23 : RUN go mod download 00:44:49 ---> Running in 52e55cab954c 00:44:49 ---> 1f79e94cacfe 00:44:49 Step 7/24 : RUN go mod download 00:44:49 ---> f944e2792a55 00:44:49 Step 7/22 : RUN go mod download 00:44:49 ---> Running in 8c4200fce979 00:44:49 ---> Running in 4b196688422b 00:44:53 Removing intermediate container 8b6cbba3f0d4 00:44:53 ---> c29fa296260b 00:44:53 Step 8/27 : COPY . . 00:44:53 Removing intermediate container cd14c186e725 00:44:53 ---> 832f0013b66f 00:44:53 Step 8/20 : COPY . . 00:44:53 Removing intermediate container 52e55cab954c 00:44:53 ---> 99089749d72b 00:44:53 Step 8/23 : COPY . . 00:44:55 Removing intermediate container 4b196688422b 00:44:55 ---> c8dbd65b6a04 00:44:55 Step 8/22 : COPY . . 00:44:55 Removing intermediate container 8c4200fce979 00:44:55 ---> 08daa4cfd179 00:44:55 Step 8/24 : COPY . . 00:45:28 ---> fc75a5b4bb91 00:45:28 Step 9/23 : RUN make cmd/core-data/core-data 00:45:28 ---> a2933081fe45 00:45:28 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:45:28 ---> 0fbb84a054a1 00:45:28 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:45:28 ---> Running in 8f28b20fe783 00:45:28 ---> Running in 02379d23f578 00:45:28 ---> 156f7b663e71 00:45:28 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:45:28 ---> 8311b2de7dd0 00:45:28 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:28 ---> Running in b2a4e8e86bf5 00:45:28 ---> Running in 6fb27a2f10b0 00:45:28 ---> Running in 9a8c695d8c3d 00:45:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:05 Removing intermediate container 02379d23f578 00:47:05 ---> 686aec580212 00:47:05 00:47:05 Step 10/20 : FROM alpine 00:47:05 latest: Pulling from library/alpine 00:47:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:47:05 Status: Downloaded newer image for alpine:latest 00:47:05 ---> 62ee0e9f8440 00:47:05 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:47:05 ---> Running in 2630f1c63f0e 00:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:05 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:47:05 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:47:05 OK: 12617 distinct packages available 00:47:05 (1/4) Installing ca-certificates (20191127-r4) 00:47:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:05 (3/4) Installing libcurl (7.69.1-r0) 00:47:05 (4/4) Installing curl (7.69.1-r0) 00:47:05 Executing busybox-1.31.1-r16.trigger 00:47:05 Executing ca-certificates-20191127-r4.trigger 00:47:05 OK: 7 MiB in 18 packages 00:47:05 Removing intermediate container 2630f1c63f0e 00:47:05 ---> c27ca619ba04 00:47:05 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:05 ---> Running in 30098cc6da9d 00:47:05 Removing intermediate container 30098cc6da9d 00:47:05 ---> a5a9ecd36957 00:47:05 Step 13/20 : WORKDIR /edgex 00:47:05 Removing intermediate container 9a8c695d8c3d 00:47:05 ---> f502c8940f95 00:47:05 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:05 ---> Running in 1f5291a41a38 00:47:05 ---> Running in d45ef56edee5 00:47:05 Removing intermediate container 1f5291a41a38 00:47:05 ---> 84cfc5dee4d3 00:47:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:05 ---> 060fbda220c7 00:47:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:06 ---> 4c3baf1c16f6 00:47:06 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:07 ---> Running in 164d1869b9d9 00:47:07 Removing intermediate container 164d1869b9d9 00:47:07 ---> 32e7ff018051 00:47:07 Step 17/20 : CMD ["--init=true"] 00:47:07 ---> Running in bb2f7d76a646 00:47:08 Removing intermediate container bb2f7d76a646 00:47:08 ---> 3ee9f625f94d 00:47:08 Step 18/20 : LABEL arch=arm64 00:47:08 ---> Running in daf86c1ae726 00:47:09 Removing intermediate container daf86c1ae726 00:47:09 ---> 3f514b330027 00:47:09 Step 19/20 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:47:09 ---> Running in cf584a7a0469 00:47:10 Removing intermediate container cf584a7a0469 00:47:10 ---> f684a23f718c 00:47:10 Step 20/20 : LABEL version=0.0.0 00:47:10 ---> Running in a03d8408cc3c 00:47:11 Removing intermediate container a03d8408cc3c 00:47:11 ---> c002f8860fc4 00:47:11 00:47:11 Successfully built c002f8860fc4 00:47:12 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:12  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 00:47:12 Removing intermediate container d45ef56edee5 00:47:12 ---> 0e1ca8a3d366 00:47:12 00:47:12 Step 11/27 : FROM docker:latest 00:47:12 ---> ce9d55ae87f1 00:47:12 Step 12/27 : RUN apk add --no-cache bash 00:47:12 ---> Running in 19794b5b425e 00:47:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:15 (1/2) Installing readline (8.0.4-r0) 00:47:15 (2/2) Installing bash (5.0.17-r0) 00:47:15 Executing bash-5.0.17-r0.post-install 00:47:15 Executing busybox-1.31.1-r16.trigger 00:47:15 OK: 12 MiB in 22 packages 00:47:20 Removing intermediate container 19794b5b425e 00:47:20 ---> 55c298d12058 00:47:20 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:47:20 ---> Running in 9bcfe530111b 00:47:25 Removing intermediate container 6fb27a2f10b0 00:47:25 ---> 9dfe39bbed77 00:47:25 00:47:25 Step 10/24 : FROM scratch 00:47:25 ---> 00:47:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:25 ---> Running in fa6e54a583ed 00:47:25 Removing intermediate container 9bcfe530111b 00:47:25 ---> cef55217d38a 00:47:25 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:25 Removing intermediate container fa6e54a583ed 00:47:25 ---> 6341920f0f77 00:47:25 Step 12/24 : ENV APP_PORT=48060 00:47:26 ---> Running in 0ff1638000cf 00:47:26 ---> Running in d74f8754c4c8 00:47:27 Removing intermediate container 0ff1638000cf 00:47:27 ---> 631962c587a6 00:47:27 Step 13/24 : EXPOSE $APP_PORT 00:47:27 Removing intermediate container d74f8754c4c8 00:47:27 ---> 156e687db3c2 00:47:27 Step 15/27 : ENV APP_PORT=48090 00:47:27 ---> Running in a5c52d397322 00:47:27 ---> Running in 305d1c9473c9 00:47:28 Removing intermediate container a5c52d397322 00:47:28 ---> f53d17f0e6d0 00:47:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:28 Removing intermediate container 305d1c9473c9 00:47:28 ---> d7be20856649 00:47:28 Step 16/27 : EXPOSE $APP_PORT 00:47:29 ---> Running in 46b33afb23ce 00:47:30 Removing intermediate container 46b33afb23ce 00:47:30 ---> b504f8c92ed2 00:47:30 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:30 ---> 7afecc94944e 00:47:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:33 ---> b4c1fc809ade 00:47:33 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:33 ---> 26941ea8d1c9 00:47:33 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:34 Removing intermediate container b2a4e8e86bf5 00:47:34 ---> 6aebd23674b8 00:47:34 00:47:34 Step 10/22 : FROM scratch 00:47:34 ---> 00:47:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:34 ---> Running in 9059b4713b2d 00:47:34 ---> cf320d2e2686 00:47:34 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:35 Removing intermediate container 9059b4713b2d 00:47:35 ---> 20d4598c27af 00:47:35 Step 12/22 : ENV APP_PORT=48081 00:47:35 ---> c0ef0748ee6a 00:47:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:47:35 ---> Running in 83fd1bdae4d1 00:47:35 ---> 57418608a1e8 00:47:35 Step 20/27 : RUN apk --no-cache add py-pip 00:47:36 Removing intermediate container 83fd1bdae4d1 00:47:36 ---> 56e336ded71a 00:47:36 Step 13/22 : EXPOSE $APP_PORT 00:47:36 ---> Running in 2a6199ed7624 00:47:36 ---> Running in dca2c9d87338 00:47:36 ---> 495eb7fc168c 00:47:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:36 Removing intermediate container dca2c9d87338 00:47:36 ---> 98b863cb6add 00:47:36 Step 14/22 : WORKDIR / 00:47:37 ---> Running in 7bda5ccf6e61 00:47:38 Removing intermediate container 7bda5ccf6e61 00:47:38 ---> 33be786c2fea 00:47:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:39 ---> 1e273e05e78f 00:47:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:39 ---> a9def43e4bc7 00:47:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:39 (1/33) Installing libbz2 (1.0.8-r1) 00:47:39 (2/33) Installing expat (2.2.9-r1) 00:47:39 (3/33) Installing libffi (3.3-r2) 00:47:39 (4/33) Installing gdbm (1.13-r1) 00:47:39 (5/33) Installing xz-libs (5.2.5-r0) 00:47:39 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:39 (7/33) Installing python3 (3.8.5-r0) 00:47:41 ---> 81c8ffec98cf 00:47:41 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:47:41 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:41 ---> 5f77139d3d6b 00:47:41 Step 3/22 : WORKDIR /edgex-go 00:47:41 ---> Using cache 00:47:41 ---> dcfa991dfd06 00:47:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:41 ---> Using cache 00:47:41 ---> a8fca485816b 00:47:41 Step 5/22 : RUN apk update && apk add make git 00:47:41 ---> Running in 8cf537381847 00:47:41 ---> Running in 733433cd0d0a 00:47:41 ---> 3a88d0855941 00:47:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:41 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:42 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:42 (11/33) Installing py3-six (1.15.0-r0) 00:47:42 (12/33) Installing py3-packaging (20.4-r0) 00:47:42 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:42 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:42 (15/33) Installing py3-idna (2.9-r0) 00:47:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:42 (18/33) Installing py3-requests (2.23.0-r0) 00:47:42 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:42 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:42 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:42 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:42 (24/33) Installing py3-distro (1.5.0-r1) 00:47:42 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:42 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:42 Removing intermediate container 733433cd0d0a 00:47:42 ---> 913e38f2849f 00:47:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:42 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:42 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:42 (29/33) Installing py3-progress (1.5-r0) 00:47:42 (30/33) Installing py3-toml (0.10.1-r0) 00:47:42 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:42 (33/33) Installing py3-pip (20.1.1-r0) 00:47:42 ---> Running in 0b700e791d27 00:47:42 Executing busybox-1.31.1-r16.trigger 00:47:42 OK: 71 MiB in 55 packages 00:47:42 ---> e11bdea19d6c 00:47:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:47:43 ---> Running in 485583df8c04 00:47:43 Removing intermediate container 0b700e791d27 00:47:43 ---> 873f0eb79da5 00:47:43 Step 22/24 : LABEL arch=arm64 00:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:43 ---> Running in 2b3b5a049ee1 00:47:44 Removing intermediate container 485583df8c04 00:47:44 ---> b74d2ea44723 00:47:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:44 ---> Running in 87a4177aad69 00:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:44 Removing intermediate container 2b3b5a049ee1 00:47:44 ---> 24d32d877a2c 00:47:44 Step 23/24 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:47:44 Removing intermediate container 87a4177aad69 00:47:44 ---> c14cea99a81c 00:47:44 Step 20/22 : LABEL arch=arm64 00:47:45 ---> Running in c7d940445a91 00:47:45 ---> Running in 550e2f1efa77 00:47:45 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:45 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:45 OK: 12617 distinct packages available 00:47:46 Removing intermediate container c7d940445a91 00:47:46 ---> 78990ea4acc1 00:47:46 Step 24/24 : LABEL version=0.0.0 00:47:46 Removing intermediate container 550e2f1efa77 00:47:46 ---> 12ae0f8efef6 00:47:46 Step 21/22 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:47:46 ---> Running in 2c2e407ce2d2 00:47:46 OK: 217 MiB in 51 packages 00:47:46 ---> Running in 5e65eb71eb89 00:47:47 Removing intermediate container 2c2e407ce2d2 00:47:47 ---> fb0c53882a93 00:47:47 00:47:47 Removing intermediate container 5e65eb71eb89 00:47:47 ---> 8092a8d6c2f4 00:47:47 Step 22/22 : LABEL version=0.0.0 00:47:47 ---> Running in ceaf3520a0a8 00:47:48 Successfully built fb0c53882a93 00:47:48 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:48  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:47:48 Removing intermediate container 8cf537381847 00:47:48 ---> 3f59f85a4495 00:47:48 Step 6/22 : COPY go.mod . 00:47:48 Removing intermediate container ceaf3520a0a8 00:47:48 ---> cf5af74522c7 00:47:48 00:47:49 Successfully built cf5af74522c7 00:47:49 ---> b5e816bdf78d 00:47:49 Step 7/22 : RUN go mod download 00:47:49 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:49 Building docker-support-logging-go 00:47:50  Building docker-core-metadata-go ... done  ---> Running in fbb5e2e75b0f 00:47:50 Removing intermediate container 8f28b20fe783 00:47:50 ---> 4bb7d1f11557 00:47:50 00:47:50 Step 10/23 : FROM alpine 00:47:50 ---> 62ee0e9f8440 00:47:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:51 ---> Running in 199e1b140c70 00:47:52 Removing intermediate container 2a6199ed7624 00:47:52 ---> ef8b314bf72d 00:47:52 Step 21/27 : RUN pip install docker-compose==1.23.2 00:47:52 Removing intermediate container 199e1b140c70 00:47:52 ---> 63092d769dd5 00:47:52 Step 12/23 : ENV APP_PORT=48080 00:47:52 ---> Running in c74db850d7f4 00:47:52 ---> Running in 364a2e772b01 00:47:53 Removing intermediate container 364a2e772b01 00:47:53 ---> 775252fea84c 00:47:53 Step 13/23 : EXPOSE $APP_PORT 00:47:54 ---> Running in 3f51c574f7f4 00:47:54 Removing intermediate container fbb5e2e75b0f 00:47:54 ---> f4dc7a7adc32 00:47:54 Step 8/22 : COPY . . 00:47:55 Removing intermediate container 3f51c574f7f4 00:47:55 ---> 39b310f92927 00:47:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:55 ---> Running in eccfa0e5d8b3 00:47:59 Collecting docker-compose==1.23.2 00:48:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:00 Removing intermediate container eccfa0e5d8b3 00:48:00 ---> c85a440e256d 00:48:00 Step 15/23 : RUN apk --no-cache add zeromq 00:48:00 Collecting docopt<0.7,>=0.6.1 00:48:01 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:01 ---> Running in b1e47b52dd5f 00:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:04 Collecting PyYAML<4,>=3.10 00:48:04 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:04 (1/5) Installing libgcc (9.3.0-r2) 00:48:05 (2/5) Installing libsodium (1.0.18-r0) 00:48:05 (3/5) Installing libstdc++ (9.3.0-r2) 00:48:05 (4/5) Installing libzmq (4.3.2-r0) 00:48:05 (5/5) Installing zeromq (4.3.2-r0) 00:48:05 Executing busybox-1.31.1-r16.trigger 00:48:05 OK: 8 MiB in 19 packages 00:48:08 Collecting jsonschema<3,>=2.5.1 00:48:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:08 Collecting cached-property<2,>=1.2.0 00:48:09 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:48:09 Removing intermediate container b1e47b52dd5f 00:48:09 ---> b3d1572af356 00:48:09 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:48:09 Collecting websocket-client<1.0,>=0.32.0 00:48:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:10 Collecting docker<4.0,>=3.6.0 00:48:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:11 ---> 10950b3718fb 00:48:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:11 Collecting texttable<0.10,>=0.9.0 00:48:11 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:14 ---> 29f7aee11fbf 00:48:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:15 ---> bd875e9d443a 00:48:15 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:16 Collecting dockerpty<0.5,>=0.4.1 00:48:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:16 ---> Running in 8b02fe185970 00:48:17 Removing intermediate container 8b02fe185970 00:48:17 ---> b0b36fbf37a5 00:48:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:18 ---> 88e97e7ca808 00:48:18 Step 9/22 : RUN make cmd/core-command/core-command 00:48:18 ---> Running in 7ede8a6cefc0 00:48:18 ---> Running in 1240bfa086f0 00:48:18 Collecting docker-pycreds>=0.4.0 00:48:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:19 Collecting idna<2.8,>=2.5 00:48:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:19 Removing intermediate container 7ede8a6cefc0 00:48:19 ---> b83537f42cd3 00:48:19 Step 21/23 : LABEL arch=arm64 00:48:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:48:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:48:20 ---> Running in ae11c0362516 00:48:20 Collecting urllib3<1.25,>=1.21.1 00:48:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:21 Removing intermediate container ae11c0362516 00:48:21 ---> cf24656b419e 00:48:21 Step 22/23 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:48:22 Installing collected packages: docopt, PyYAML, jsonschema, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, docker-compose 00:48:22 Running setup.py install for docopt: started 00:48:22 ---> Running in ca7656375dfd 00:48:23 Removing intermediate container ca7656375dfd 00:48:23 ---> 9298b23ec2ce 00:48:23 Step 23/23 : LABEL version=0.0.0 00:48:23 ---> Running in c5ee7a492ff4 00:48:25 Removing intermediate container c5ee7a492ff4 00:48:25 ---> 11f138d7bfa4 00:48:25 00:48:25 Running setup.py install for docopt: finished with status 'done' 00:48:25 Running setup.py install for PyYAML: started 00:48:26 Successfully built 11f138d7bfa4 00:48:26 Successfully tagged docker-core-data-go-arm64:latest 00:48:26 Building docker-support-scheduler-go 00:48:26  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:26 ---> 5f77139d3d6b 00:48:26 Step 3/26 : WORKDIR /edgex-go 00:48:26 ---> Using cache 00:48:26 ---> dcfa991dfd06 00:48:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:26 ---> Using cache 00:48:26 ---> a8fca485816b 00:48:26 Step 5/26 : RUN apk update && apk add make git 00:48:26 ---> Using cache 00:48:26 ---> 3f59f85a4495 00:48:26 Step 6/26 : COPY go.mod . 00:48:26 ---> Using cache 00:48:26 ---> b5e816bdf78d 00:48:26 Step 7/26 : RUN go mod download 00:48:26 ---> Using cache 00:48:26 ---> f4dc7a7adc32 00:48:26 Step 8/26 : COPY . . 00:48:26 ---> Using cache 00:48:26 ---> 88e97e7ca808 00:48:26 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:48:26 ---> Running in fcfbf6ce7934 00:48:28 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:28 ---> 5f77139d3d6b 00:48:28 Step 3/22 : WORKDIR /edgex-go 00:48:28 ---> Using cache 00:48:28 ---> dcfa991dfd06 00:48:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:28 ---> Using cache 00:48:28 ---> a8fca485816b 00:48:28 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:48:28 ---> Running in 340ff83018dd 00:48:29 Running setup.py install for PyYAML: finished with status 'done' 00:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:30 Attempting uninstall: idna 00:48:30 Found existing installation: idna 2.9 00:48:30 Uninstalling idna-2.9: 00:48:30 Successfully uninstalled idna-2.9 00:48:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:31 Attempting uninstall: urllib3 00:48:31 Found existing installation: urllib3 1.25.9 00:48:31 Uninstalling urllib3-1.25.9: 00:48:31 Successfully uninstalled urllib3-1.25.9 00:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:32 Attempting uninstall: requests 00:48:32 Found existing installation: requests 2.23.0 00:48:32 Uninstalling requests-2.23.0: 00:48:32 Successfully uninstalled requests-2.23.0 00:48:32 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:32 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:32 OK: 12617 distinct packages available 00:48:33 OK: 217 MiB in 51 packages 00:48:33 Running setup.py install for texttable: started 00:48:34 OK: 217 MiB in 51 packages 00:48:36 Running setup.py install for texttable: finished with status 'done' 00:48:36 Running setup.py install for dockerpty: started 00:48:39 Removing intermediate container 340ff83018dd 00:48:39 ---> 2d98be7e1733 00:48:39 Step 6/22 : COPY go.mod . 00:48:39 Running setup.py install for dockerpty: finished with status 'done' 00:48:40 ---> f58a822bf9ff 00:48:40 Step 7/22 : RUN go mod download 00:48:40 ---> Running in f0f1196da50c 00:48:41 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:48:47 Removing intermediate container f0f1196da50c 00:48:47 ---> 3eee45b444f8 00:48:47 Step 8/22 : COPY . . 00:48:50 Removing intermediate container c74db850d7f4 00:48:50 ---> d5032a9eaf07 00:48:50 Step 22/27 : RUN apk --no-cache add curl 00:48:50 ---> Running in c946afc139a8 00:48:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:54 (2/3) Installing libcurl (7.69.1-r0) 00:48:54 (3/3) Installing curl (7.69.1-r0) 00:48:54 Executing busybox-1.31.1-r16.trigger 00:48:54 OK: 71 MiB in 58 packages 00:48:56 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:56 ---> 5f77139d3d6b 00:48:56 Step 3/21 : WORKDIR /edgex-go 00:48:56 ---> Using cache 00:48:56 ---> dcfa991dfd06 00:48:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:56 ---> Using cache 00:48:56 ---> a8fca485816b 00:48:56 Step 5/21 : RUN apk update && apk add make git 00:48:56 ---> Using cache 00:48:56 ---> 3f59f85a4495 00:48:56 Step 6/21 : COPY go.mod . 00:48:56 ---> Using cache 00:48:56 ---> b5e816bdf78d 00:48:56 Step 7/21 : RUN go mod download 00:48:56 ---> Using cache 00:48:56 ---> f4dc7a7adc32 00:48:56 Step 8/21 : COPY . . 00:48:56 ---> Using cache 00:48:56 ---> 88e97e7ca808 00:48:56 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:48:58 ---> Running in 30b066b64cff 00:48:59 Removing intermediate container c946afc139a8 00:48:59 ---> 64b68e14bb3b 00:48:59 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:00 ---> Running in fee7c000eb6d 00:49:01 Removing intermediate container fee7c000eb6d 00:49:01 ---> 52dedd2b33d6 00:49:01 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:01 ---> Running in d4d3e65ec2f7 00:49:02 Removing intermediate container d4d3e65ec2f7 00:49:02 ---> 12f3d6c04533 00:49:02 Step 25/27 : LABEL arch=arm64 00:49:02 ---> Running in 5a0de2d9b4eb 00:49:04 Removing intermediate container 5a0de2d9b4eb 00:49:04 ---> a94581a186a5 00:49:04 Step 26/27 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:49:04 ---> Running in a33338aab5a7 00:49:05 Removing intermediate container a33338aab5a7 00:49:05 ---> 637d55386a04 00:49:05 Step 27/27 : LABEL version=0.0.0 00:49:05 ---> Running in 463471ed7e51 00:49:07 Removing intermediate container 463471ed7e51 00:49:07 ---> 1b9ba9535e83 00:49:07 00:49:08 Successfully built 1b9ba9535e83 00:49:08 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:08 Building docker-security-secrets-setup-go 00:49:18  Building docker-sys-mgmt-agent-go ... done  ---> da44d08830ec 00:49:18 Step 9/22 : RUN make cmd/support-logging/support-logging 00:49:19 ---> Running in 2b48fc52d062 00:49:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:49:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:47 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:49:47 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:49:47 ---> 5f77139d3d6b 00:49:47 Step 3/29 : WORKDIR /edgex-go 00:49:47 ---> Using cache 00:49:47 ---> dcfa991dfd06 00:49:47 Step 4/29 : RUN apk update && apk add make git 00:49:49 ---> Running in ebf7bf7536bf 00:49:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:54 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:54 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:54 OK: 12617 distinct packages available 00:49:55 OK: 217 MiB in 51 packages 00:49:57 Removing intermediate container ebf7bf7536bf 00:49:57 ---> 67546f79caeb 00:49:57 Step 5/29 : COPY go.mod . 00:49:58 ---> c341bfe8dd55 00:49:58 Step 6/29 : RUN go mod download 00:49:58 ---> Running in 521dcbc0d0fe 00:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:50:03 Removing intermediate container 521dcbc0d0fe 00:50:03 ---> 15346cf76808 00:50:03 Step 7/29 : COPY . . 00:50:15 Removing intermediate container 1240bfa086f0 00:50:15 ---> dd54452961b4 00:50:15 00:50:15 Step 10/22 : FROM scratch 00:50:15 ---> 00:50:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:15 ---> Using cache 00:50:15 ---> 20d4598c27af 00:50:15 Step 12/22 : ENV APP_PORT=48082 00:50:15 ---> Running in 7045535f9cbc 00:50:16 Removing intermediate container fcfbf6ce7934 00:50:16 ---> 9773ef0bf73d 00:50:16 00:50:16 Step 10/26 : FROM alpine:3.10 00:50:16 3.10: Pulling from library/alpine 00:50:16 Removing intermediate container 7045535f9cbc 00:50:16 ---> 8f1c712b7475 00:50:16 Step 13/22 : EXPOSE $APP_PORT 00:50:17 ---> Running in c4dd3c26be13 00:50:18 Removing intermediate container c4dd3c26be13 00:50:18 ---> a9fe424c0ad6 00:50:18 Step 14/22 : WORKDIR / 00:50:18 ---> Running in 4c2a4aae54a5 00:50:18 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:50:18 Status: Downloaded newer image for alpine:3.10 00:50:18 ---> 536a684cf733 00:50:18 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:50:19 ---> Running in 0bb1668d4ad1 00:50:19 Removing intermediate container 4c2a4aae54a5 00:50:19 ---> a5caa3ff979f 00:50:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:50:22 ---> 0a065b1a4be3 00:50:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:50:22 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:50:22 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:50:22 OK: 10167 distinct packages available 00:50:23 (1/5) Installing ca-certificates (20191127-r2) 00:50:23 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:50:23 (3/5) Installing libcurl (7.66.0-r0) 00:50:23 (4/5) Installing curl (7.66.0-r0) 00:50:23 (5/5) Installing dumb-init (1.2.2-r1) 00:50:23 Executing busybox-1.30.1-r3.trigger 00:50:23 Executing ca-certificates-20191127-r2.trigger 00:50:24 OK: 7 MiB in 19 packages 00:50:25 ---> 3d1050ae77b1 00:50:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:27 ---> 95dd54e95bff 00:50:27 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:27 ---> Running in ed19a5516d47 00:50:28 Removing intermediate container 0bb1668d4ad1 00:50:28 ---> e0e82f7efb69 00:50:28 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:28 ---> Running in d06bbc29bea3 00:50:28 Removing intermediate container ed19a5516d47 00:50:28 ---> f9589a1b9393 00:50:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:29 ---> Running in 6d6a82d327f5 00:50:29 Removing intermediate container d06bbc29bea3 00:50:29 ---> 08632d05bc51 00:50:29 Step 13/26 : WORKDIR / 00:50:29 ---> Running in d965c6806f1f 00:50:30 Removing intermediate container 6d6a82d327f5 00:50:30 ---> 55ccc4d623a7 00:50:30 Step 20/22 : LABEL arch=arm64 00:50:30 ---> Running in c2256ff1716a 00:50:30 Removing intermediate container d965c6806f1f 00:50:30 ---> 423f9fa1b672 00:50:30 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:31 Removing intermediate container c2256ff1716a 00:50:31 ---> 4850ebe65ad8 00:50:31 Step 21/22 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:50:31 ---> Running in d905de551a23 00:50:32 ---> a4d33a05e297 00:50:32 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.tomlRemoving intermediate container d905de551a23 00:50:32 ---> 934664116c4e 00:50:32 00:50:32 Step 22/22 : LABEL version=0.0.0 00:50:33 ---> Running in f5999dc04135 00:50:34 Removing intermediate container f5999dc04135 00:50:34 ---> 443d53e94d8c 00:50:34 00:50:34 ---> 8f879eb9fb92 00:50:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:34 ---> 907d2488440f 00:50:34 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:50:34 ---> Running in 84c5556db0eb 00:50:35 Successfully built 443d53e94d8c 00:50:35 Successfully tagged docker-core-command-go-arm64:latest 00:50:35  Building docker-core-command-go ... done  ---> 1226c66145a9 00:50:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:50:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:50:36 ---> de392227527a 00:50:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:38 ---> 2850c83143f6 00:50:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:40 ---> c122a0a27bf3 00:50:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:50:41 ---> 6f492155fa75 00:50:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:43 ---> d49b2ef9ac34 00:50:43 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:43 ---> Running in 46b0e42144cb 00:50:48 Removing intermediate container 30b066b64cff 00:50:48 ---> 1ff7a0cde909 00:50:48 00:50:48 Step 10/21 : FROM scratch 00:50:48 ---> 00:50:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:48 Removing intermediate container 2b48fc52d062 00:50:48 ---> 8691d813647a 00:50:48 00:50:48 Step 10/22 : FROM scratch 00:50:48 ---> 00:50:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:50:48 Removing intermediate container 46b0e42144cb 00:50:48 ---> 06a16c5e5eaa 00:50:48 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:50:48 ---> Using cache 00:50:48 ---> 20d4598c27af 00:50:48 Step 12/21 : ENV APP_PORT=48085 00:50:49 ---> Using cache 00:50:49 ---> 6341920f0f77 00:50:49 Step 12/22 : ENV APP_PORT=48061 00:50:49 ---> Running in 2b45a0dc61a7 00:50:49 ---> Running in 9bab584d29cf 00:50:49 ---> Running in 9df4adb3fcf4 00:50:50 Removing intermediate container 9bab584d29cf 00:50:50 ---> f0448e64e15f 00:50:50 Step 13/22 : EXPOSE $APP_PORT 00:50:50 Removing intermediate container 9df4adb3fcf4 00:50:50 ---> f38c2317bb8a 00:50:50 Step 13/21 : EXPOSE $APP_PORT 00:50:50 Removing intermediate container 2b45a0dc61a7 00:50:50 ---> 5c875dcc5a54 00:50:50 Step 24/26 : LABEL arch=arm64 00:50:50 ---> Running in 08f682183bc4 00:50:50 ---> Running in c05a9c95d94d 00:50:50 ---> Running in 130ee262182a 00:50:50 Removing intermediate container c05a9c95d94d 00:50:50 ---> 27d7a9067fb4 00:50:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:50:50 Removing intermediate container 08f682183bc4 00:50:50 ---> c9f9d53c797a 00:50:50 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:50:50 Removing intermediate container 130ee262182a 00:50:50 ---> f9b4659a61bb 00:50:50 Step 25/26 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:50:51 ---> Running in 0e79903eb597 00:50:51 ---> c738b29702a2 00:50:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:52 ---> 8b845794f9bd 00:50:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:50:52 Removing intermediate container 0e79903eb597 00:50:52 ---> 658b3309c127 00:50:52 Step 26/26 : LABEL version=0.0.0 00:50:52 ---> Running in 28afcb7fe77b 00:50:53 Removing intermediate container 28afcb7fe77b 00:50:53 ---> 38f7dabdbd30 00:50:53 00:50:53 ---> 399d6690af5c 00:50:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:50:53 ---> 11e97fc6d738 00:50:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:53 Successfully built 38f7dabdbd30 00:50:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:54  Building docker-security-secretstore-setup-go ... done  ---> b00eacc8f886 00:50:54 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:50:54 ---> dd1e124c3e09 00:50:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:50:54 ---> Running in 99a036e09693 00:50:55 Removing intermediate container 99a036e09693 00:50:55 ---> af90ba6afe00 00:50:55 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:55 ---> Running in 7c7bb58983cb 00:50:55 ---> dde3116d1eb0 00:50:55 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:50:55 ---> Running in 3874864eee28 00:50:56 Removing intermediate container 7c7bb58983cb 00:50:56 ---> 9afc61c7d82a 00:50:56 Step 19/21 : LABEL arch=arm64 00:50:56 ---> Running in 0f558ffe64cf 00:50:56 Removing intermediate container 3874864eee28 00:50:56 ---> acb56810a95b 00:50:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:56 ---> Running in 2dfb0349dd06 00:50:56 Removing intermediate container 0f558ffe64cf 00:50:56 ---> dfd607e9c99f 00:50:56 Step 20/21 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:50:57 ---> Running in 1c696678bfbf 00:50:57 Removing intermediate container 2dfb0349dd06 00:50:57 ---> 7963430f386a 00:50:57 Step 20/22 : LABEL arch=arm64 00:50:57 ---> Running in b705beef569e 00:50:57 Removing intermediate container 1c696678bfbf 00:50:57 ---> fcb05cf9ce60 00:50:57 Step 21/21 : LABEL version=0.0.0 00:50:58 ---> Running in 5fc207293fe7 00:50:58 Removing intermediate container b705beef569e 00:50:58 ---> 28d160c363af 00:50:58 Step 21/22 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:50:58 Removing intermediate container 5fc207293fe7 00:50:58 ---> f10382c65eb2 00:50:58 00:50:58 ---> Running in fbaa69b142d0 00:50:59 Successfully built f10382c65eb2 00:50:59 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:59  Building docker-support-scheduler-go ... done Removing intermediate container fbaa69b142d0 00:50:59 ---> b81a5017a99c 00:50:59 Step 22/22 : LABEL version=0.0.0 00:50:59 ---> Running in 293d5c71ada7 00:51:00 Removing intermediate container 293d5c71ada7 00:51:00 ---> 8d9338223f07 00:51:00 00:51:00 Successfully built 8d9338223f07 00:51:00 Successfully tagged docker-support-logging-go-arm64:latest 00:51:10  Building docker-support-logging-go ... done Removing intermediate container 84c5556db0eb 00:51:10 ---> 2df85e06dd25 00:51:10 00:51:10 Step 9/29 : FROM alpine:latest 00:51:10 ---> 62ee0e9f8440 00:51:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:51:10 ---> Running in 23884266374b 00:51:10 Removing intermediate container 23884266374b 00:51:10 ---> a58b98d22119 00:51:10 Step 11/29 : USER root 00:51:10 ---> Running in c00c64f0d074 00:51:11 Removing intermediate container c00c64f0d074 00:51:11 ---> 7b6ee5a00cd9 00:51:11 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:51:11 ---> Running in a7838632986b 00:51:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:13 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:51:13 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:51:13 OK: 12617 distinct packages available 00:51:14 (1/2) Installing ca-certificates (20191127-r4) 00:51:14 (2/2) Installing dumb-init (1.2.2-r1) 00:51:14 Executing busybox-1.31.1-r16.trigger 00:51:14 Executing ca-certificates-20191127-r4.trigger 00:51:14 OK: 6 MiB in 16 packages 00:51:16 Removing intermediate container a7838632986b 00:51:16 ---> defd3bdbeea6 00:51:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:51:16 ---> Running in d9e5de00202c 00:51:16 Removing intermediate container d9e5de00202c 00:51:16 ---> f116a86b0461 00:51:16 Step 14/29 : WORKDIR $BASE_DIR 00:51:17 ---> Running in 91b7f16721cd 00:51:17 Removing intermediate container 91b7f16721cd 00:51:17 ---> 7a115ac83589 00:51:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:51:17 ---> Running in 44db728e5642 00:51:20 Removing intermediate container 44db728e5642 00:51:20 ---> 86030066e4c6 00:51:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:51:21 ---> b3c65e5b5ced 00:51:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:51:22 ---> b9f1d9b71dd1 00:51:22 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:51:22 ---> a53e143fcd61 00:51:22 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:51:23 ---> 272c6cb50e71 00:51:23 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:51:24 ---> 86bc127bfcfa 00:51:24 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:51:24 ---> Running in e5574c0d606a 00:51:27 Removing intermediate container e5574c0d606a 00:51:27 ---> 650e08c7e439 00:51:27 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:51:27 ---> f6c3a41011a1 00:51:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:51:27 ---> Running in 56e1325f2667 00:51:30 Removing intermediate container 56e1325f2667 00:51:30 ---> def51c6be99f 00:51:30 Step 24/29 : RUN chmod 755 security-secrets-setup 00:51:30 ---> Running in a39568b60967 00:51:32 Removing intermediate container a39568b60967 00:51:32 ---> a1f7d61f59db 00:51:32 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:51:33 ---> Running in bd6063d22005 00:51:33 Removing intermediate container bd6063d22005 00:51:33 ---> bcac0791f1ce 00:51:33 Step 26/29 : CMD [ "generate" ] 00:51:33 ---> Running in 51fd5ec99ff1 00:51:34 Removing intermediate container 51fd5ec99ff1 00:51:34 ---> 9a1044c1fa5e 00:51:34 Step 27/29 : LABEL arch=arm64 00:51:34 ---> Running in f50171c0f613 00:51:35 Removing intermediate container f50171c0f613 00:51:35 ---> 440ca0215e89 00:51:35 Step 28/29 : LABEL git_sha=f139f14a87b86e6d838ea9d54dd059048dc5bc09 00:51:35 ---> Running in d0b4cb2bbec6 00:51:35 Removing intermediate container d0b4cb2bbec6 00:51:35 ---> 763f4e171437 00:51:35 Step 29/29 : LABEL version=0.0.0 00:51:35 ---> Running in a5c1de2139a1 00:51:36 Removing intermediate container a5c1de2139a1 00:51:36 ---> 8bfbb575845c 00:51:36 00:51:36 Successfully built 8bfbb575845c 00:51:36 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:51:37  Building docker-security-secrets-setup-go ... done  [Pipeline] } 00:51:37 $ docker stop --time=1 17c35445a6dd17accd3a77dda79b3bc69bb69101498350147df2972695550f0f 00:51:39 $ docker rm -f 17c35445a6dd17accd3a77dda79b3bc69bb69101498350147df2972695550f0f [Pipeline] // withDockerContainer [Pipeline] sh 00:51:39 + docker images 00:51:39 + grep docker 00:51:40 docker-security-secrets-setup-go-arm64 latest 8bfbb575845c 5 seconds ago 24.2MB 00:51:40 docker-support-logging-go-arm64 latest 8d9338223f07 41 seconds ago 11.4MB 00:51:40 docker-support-scheduler-go-arm64 latest f10382c65eb2 42 seconds ago 12.6MB 00:51:40 docker-security-secretstore-setup-go-arm64 latest 38f7dabdbd30 48 seconds ago 32.6MB 00:51:40 docker-core-command-go-arm64 latest 443d53e94d8c About a minute ago 12.4MB 00:51:40 docker-sys-mgmt-agent-go-arm64 latest 1b9ba9535e83 2 minutes ago 266MB 00:51:40 docker-core-data-go-arm64 latest 11f138d7bfa4 3 minutes ago 23.3MB 00:51:40 docker-core-metadata-go-arm64 latest cf5af74522c7 3 minutes ago 13.8MB 00:51:40 docker-support-notifications-go-arm64 latest fb0c53882a93 3 minutes ago 13.9MB 00:51:40 docker-security-proxy-setup-go-arm64 latest c002f8860fc4 4 minutes ago 15.8MB 00:51:40 docker latest ce9d55ae87f1 8 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:51:41 provisioning config files... 00:51:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/35@tmp/config4816065927260602926tmp [Pipeline] { [Pipeline] sh 00:51:42 + curl -s https://codecov.io/bash 00:51:42 + bash -s - -t @/w/workspace/edgex-go/35@tmp/config4816065927260602926tmp [Pipeline] } 00:51:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:45 ---> package-listing.sh 00:51:45 ++ facter osfamily 00:51:45 ++ tr '[:upper:]' '[:lower:]' 00:51:45 + OS_FAMILY=redhat 00:51:45 + workspace=/w/workspace/edgex-go/35 00:51:45 + START_PACKAGES=/tmp/packages_start.txt 00:51:45 + END_PACKAGES=/tmp/packages_end.txt 00:51:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:45 + PACKAGES=/tmp/packages_start.txt 00:51:45 + '[' /w/workspace/edgex-go/35 ']' 00:51:45 + PACKAGES=/tmp/packages_end.txt 00:51:45 + case "${OS_FAMILY}" in 00:51:45 + rpm -qa 00:51:45 + sort 00:51:49 + '[' -f /tmp/packages_start.txt ']' 00:51:49 + '[' -f /tmp/packages_end.txt ']' 00:51:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:49 + '[' /w/workspace/edgex-go/35 ']' 00:51:49 + mkdir -p /w/workspace/edgex-go/35/archives/ 00:51:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/35/archives/ [Pipeline] isUnix [Pipeline] sh 00:51:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:49 00:51:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:49 alpine: Pulling from edgex-lftools-log-publisher 00:51:49 c9b1b535fdd9: Pulling fs layer 00:51:49 2cc5ad85d9ab: Pulling fs layer 00:51:49 756a868c4378: Pulling fs layer 00:51:49 444b2fc9a129: Pulling fs layer 00:51:49 ea15f1150254: Pulling fs layer 00:51:49 41b27a9f41bf: Pulling fs layer 00:51:49 28c525ee5125: Pulling fs layer 00:51:49 094b1ea09ed8: Pulling fs layer 00:51:49 138eaada9080: Pulling fs layer 00:51:49 0622d0fa9048: Pulling fs layer 00:51:49 444b2fc9a129: Waiting 00:51:49 ea15f1150254: Waiting 00:51:49 41b27a9f41bf: Waiting 00:51:49 28c525ee5125: Waiting 00:51:49 094b1ea09ed8: Waiting 00:51:49 138eaada9080: Waiting 00:51:49 0622d0fa9048: Waiting 00:51:49 2cc5ad85d9ab: Verifying Checksum 00:51:49 2cc5ad85d9ab: Download complete 00:51:49 444b2fc9a129: Download complete 00:51:49 c9b1b535fdd9: Verifying Checksum 00:51:49 c9b1b535fdd9: Download complete 00:51:49 ea15f1150254: Verifying Checksum 00:51:49 ea15f1150254: Download complete 00:51:50 28c525ee5125: Verifying Checksum 00:51:50 28c525ee5125: Download complete 00:51:50 756a868c4378: Verifying Checksum 00:51:50 756a868c4378: Download complete 00:51:50 c9b1b535fdd9: Pull complete 00:51:50 138eaada9080: Verifying Checksum 00:51:50 138eaada9080: Download complete 00:51:50 0622d0fa9048: Verifying Checksum 00:51:50 0622d0fa9048: Download complete 00:51:50 094b1ea09ed8: Verifying Checksum 00:51:50 094b1ea09ed8: Download complete 00:51:51 2cc5ad85d9ab: Pull complete 00:51:51 41b27a9f41bf: Verifying Checksum 00:51:51 41b27a9f41bf: Download complete 00:51:52 756a868c4378: Pull complete 00:51:52 444b2fc9a129: Pull complete 00:51:53 ea15f1150254: Pull complete 00:52:00 41b27a9f41bf: Pull complete 00:52:00 28c525ee5125: Pull complete 00:52:01 094b1ea09ed8: Pull complete 00:52:03 138eaada9080: Pull complete 00:52:03 0622d0fa9048: Pull complete 00:52:03 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:52:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:03 prd-centos7-docker-4c-2g-709 does not seem to be running inside a container 00:52:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:08 $ docker top 11ffe537239937699f2e6ee165809abc45320c30b59e7228b54c556f2cc41222 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:08 provisioning config files... 00:52:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/35@tmp/config2728768048307407484tmp [Pipeline] { [Pipeline] echo 00:52:09 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:09 ---> create-netrc.sh [Pipeline] echo 00:52:09 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:09 ---> logs-deploy.sh 00:52:09 + ARCHIVE_ARTIFACTS= 00:52:09 + LOGS_SERVER=https://logs.edgexfoundry.org 00:52:09 + '[' https://logs.edgexfoundry.org == None ']' 00:52:09 + NEXUS_URL=https://nexus.edgexfoundry.org 00:52:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/35 00:52:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/35/ 00:52:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/35 /w/workspace/edgex-go/35 00:52:10 Archives upload complete. 00:52:10 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/35 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/35/