Pull request #2597 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4e0bf0319480625e5379d8d5fd7b212abf0b0714 rather than e1636ee666927bf907ae8a90ae400f4a5855a520 Obtained Jenkinsfile from 4e0bf0319480625e5379d8d5fd7b212abf0b0714 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:false, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Running on prd-centos7-docker-4c-2g-1337 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit e1636ee666927bf907ae8a90ae400f4a5855a520 Merge succeeded, producing e1636ee666927bf907ae8a90ae400f4a5855a520 Checking out Revision e1636ee666927bf907ae8a90ae400f4a5855a520 (PR-2597) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:40:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:40:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:40:03 ========================================================= 02:40:03 EdgeX Global Pipelines Version Info 02:40:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # timeout=10 02:40:05 ------------------- 02:40:05 stable info: 02:40:05 ------------------- 02:40:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:40:05 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 02:40:05 Message: update stable to v1.0.106 02:40:05 ------------------- 02:40:05 experimental info: 02:40:05 ------------------- 02:40:05 Commited By: **** collab-it+edgex@linuxfoundation.org 02:40:05 Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b 02:40:05 Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 02:40:07 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/core-command/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo core-command,cmd/core-command/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/core-data/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo core-data,cmd/core-data/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/core-metadata/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo core-metadata,cmd/core-metadata/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/security-proxy-setup/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/security-secrets-setup/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/support-logging/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo support-logging,cmd/support-logging/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/support-notifications/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo support-notifications,cmd/support-notifications/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/support-scheduler/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:40:07 + for file in '`ls cmd/**/Dockerfile`' 02:40:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:40:07 ++ cut -d/ -f2 02:40:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:40:07 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 02:40:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:08 02:40:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:40:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:09 latest: Pulling from edgex-devops/git-semver 02:40:09 31603596830f: Pulling fs layer 02:40:09 2a8b12db71e7: Pulling fs layer 02:40:09 6ca5941a6612: Pulling fs layer 02:40:09 ecc8261a40a4: Pulling fs layer 02:40:09 ecc8261a40a4: Waiting 02:40:09 2a8b12db71e7: Verifying Checksum 02:40:09 2a8b12db71e7: Download complete 02:40:09 31603596830f: Verifying Checksum 02:40:09 31603596830f: Download complete 02:40:09 ecc8261a40a4: Verifying Checksum 02:40:09 ecc8261a40a4: Download complete 02:40:09 6ca5941a6612: Verifying Checksum 02:40:09 6ca5941a6612: Download complete 02:40:09 31603596830f: Pull complete 02:40:09 2a8b12db71e7: Pull complete 02:40:10 6ca5941a6612: Pull complete 02:40:10 ecc8261a40a4: Pull complete 02:40:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:40:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:40:10 prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container 02:40:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:40:13 $ docker top 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:13 [ssh-agent] Looking for ssh-agent implementation... 02:40:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:13 $ docker exec 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 ssh-agent 02:40:14 SSH_AUTH_SOCK=/tmp/ssh-Td8UZUBmH1YR/agent.12 02:40:14 SSH_AGENT_PID=18 02:40:14 Running ssh-add (command line suppressed) 02:40:14 Identity added: /w/workspace/edgex-go/20@tmp/private_key_2514870527411555292.key (/w/workspace/edgex-go/20@tmp/private_key_2514870527411555292.key) 02:40:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:14 + git describe --exact-match --tags HEAD 02:40:14 fatal: No names found, cannot describe anything. [Pipeline] } 02:40:14 $ docker exec --env ******** --env ******** 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 ssh-agent -k 02:40:14 unset SSH_AUTH_SOCK; 02:40:14 unset SSH_AGENT_PID; 02:40:14 echo Agent pid 18 killed; 02:40:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:40:14 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:40:14 This usually means this commit has not been tagged. [Pipeline] sshagent 02:40:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:15 [ssh-agent] Looking for ssh-agent implementation... 02:40:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:15 $ docker exec 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 ssh-agent 02:40:15 SSH_AUTH_SOCK=/tmp/ssh-4jPSAVo0y5CJ/agent.46 02:40:15 SSH_AGENT_PID=51 02:40:15 Running ssh-add (command line suppressed) 02:40:15 Identity added: /w/workspace/edgex-go/20@tmp/private_key_7989682219124666535.key (/w/workspace/edgex-go/20@tmp/private_key_7989682219124666535.key) 02:40:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:15 + git semver init 02:40:15 # -> Open(): unable to determine branch for HEAD 02:40:15 # $GIT_DIR = /w/workspace/edgex-go/20/.git 02:40:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 02:40:15 # $SEMVER_REMOTE_NAME = origin 02:40:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:40:15 # $SEMVER_USER_NAME = edgex-jenkins 02:40:15 # $SEMVER_BRANCH = PR-2597 02:40:15 # $SEMVER_TEMP = /tmp/semver-519989181 02:40:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:40:42 # '/tmp/semver-519989181' -> '/w/workspace/edgex-go/20/.semver' 02:40:43 # -> Force: false 02:40:43 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 02:40:43 $ docker exec --env ******** --env ******** 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 ssh-agent -k 02:40:43 unset SSH_AUTH_SOCK; 02:40:43 unset SSH_AGENT_PID; 02:40:43 echo Agent pid 51 killed; 02:40:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:44 + git semver [Pipeline] } 02:40:44 $ docker stop --time=1 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 02:40:45 $ docker rm -f 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:40:58 Stashed 26 file(s) [Pipeline] echo 02:40:58 [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 02:40:59 ========================================================= 02:40:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 02:40:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:40:59 + 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 . 02:41:02 Sending build context to Docker daemon 323.2MB 02:41:02 Step 1/7 : ARG BASE=golang:1.13-alpine 02:41:02 Step 2/7 : FROM ${BASE} 02:41:02 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 02:41:02 df20fa9351a1: Pulling fs layer 02:41:02 ed8968b2872e: Pulling fs layer 02:41:02 a92cc7c5fd73: Pulling fs layer 02:41:02 2dd03ba5bac4: Pulling fs layer 02:41:02 1e091d79d1de: Pulling fs layer 02:41:02 481702a1767f: Pulling fs layer 02:41:02 f64a6f60c768: Pulling fs layer 02:41:02 e78d2573fc39: Pulling fs layer 02:41:02 e876d2f968b6: Pulling fs layer 02:41:02 ce8a83651883: Pulling fs layer 02:41:02 07967f4d0e4b: Pulling fs layer 02:41:02 2dd03ba5bac4: Waiting 02:41:02 1e091d79d1de: Waiting 02:41:02 481702a1767f: Waiting 02:41:02 f64a6f60c768: Waiting 02:41:02 e78d2573fc39: Waiting 02:41:02 e876d2f968b6: Waiting 02:41:02 ce8a83651883: Waiting 02:41:02 07967f4d0e4b: Waiting 02:41:02 a92cc7c5fd73: Verifying Checksum 02:41:02 a92cc7c5fd73: Download complete 02:41:02 ed8968b2872e: Download complete 02:41:02 1e091d79d1de: Verifying Checksum 02:41:02 1e091d79d1de: Download complete 02:41:02 481702a1767f: Verifying Checksum 02:41:02 481702a1767f: Download complete 02:41:02 df20fa9351a1: Verifying Checksum 02:41:02 df20fa9351a1: Download complete 02:41:04 2dd03ba5bac4: Verifying Checksum 02:41:04 2dd03ba5bac4: Download complete 02:41:04 f64a6f60c768: Verifying Checksum 02:41:04 f64a6f60c768: Download complete 02:41:04 e876d2f968b6: Verifying Checksum 02:41:04 e876d2f968b6: Download complete 02:41:04 07967f4d0e4b: Verifying Checksum 02:41:04 07967f4d0e4b: Download complete 02:41:04 e78d2573fc39: Verifying Checksum 02:41:04 e78d2573fc39: Download complete 02:41:04 ce8a83651883: Verifying Checksum 02:41:04 ce8a83651883: Download complete 02:41:05 df20fa9351a1: Pull complete 02:41:05 ed8968b2872e: Pull complete 02:41:05 a92cc7c5fd73: Pull complete 02:41:11 2dd03ba5bac4: Pull complete 02:41:11 1e091d79d1de: Pull complete 02:41:11 481702a1767f: Pull complete 02:41:14 Still waiting to schedule task 02:41:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:41:16 f64a6f60c768: Pull complete 02:41:19 e78d2573fc39: Pull complete 02:41:19 e876d2f968b6: Pull complete 02:41:21 ce8a83651883: Pull complete 02:41:21 07967f4d0e4b: Pull complete 02:41:21 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 02:41:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 02:41:21 ---> 5d7c900382c6 02:41:21 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 02:41:21 ---> Running in 0d3899fbd158 02:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:23 (1/12) Installing libmagic (5.38-r0) 02:41:24 (2/12) Installing file (5.38-r0) 02:41:24 (3/12) Installing libc-dev (0.7.2-r3) 02:41:24 (4/12) Installing g++ (9.3.0-r2) 02:41:30 (5/12) Installing fortify-headers (1.1-r0) 02:41:30 (6/12) Installing patch (2.7.6-r6) 02:41:30 (7/12) Installing build-base (0.5-r2) 02:41:30 (8/12) Installing libsodium (1.0.18-r0) 02:41:30 (9/12) Installing pkgconf (1.7.2-r0) 02:41:30 (10/12) Installing libsodium-dev (1.0.18-r0) 02:41:30 (11/12) Installing libzmq (4.3.2-r0) 02:41:31 (12/12) Installing zeromq-dev (4.3.2-r0) 02:41:31 Executing busybox-1.31.1-r16.trigger 02:41:31 OK: 233 MiB in 51 packages 02:41:34 Removing intermediate container 0d3899fbd158 02:41:34 ---> b663d95b5f4d 02:41:34 Step 4/7 : WORKDIR /edgex-go 02:41:34 ---> Running in 78b1ce315941 02:41:34 Removing intermediate container 78b1ce315941 02:41:34 ---> 043337de0bf2 02:41:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:41:34 latest: Pulling from library/docker 02:41:34 df20fa9351a1: Already exists 02:41:34 25ad7478873d: Pulling fs layer 02:41:34 4684f6177b5d: Pulling fs layer 02:41:34 46e300cec669: Pulling fs layer 02:41:34 63038576ad94: Pulling fs layer 02:41:34 0fdb76c4706c: Pulling fs layer 02:41:34 cb7edeffdfd5: Pulling fs layer 02:41:34 63038576ad94: Waiting 02:41:34 0fdb76c4706c: Waiting 02:41:34 cb7edeffdfd5: Waiting 02:41:35 4684f6177b5d: Verifying Checksum 02:41:35 4684f6177b5d: Download complete 02:41:35 25ad7478873d: Verifying Checksum 02:41:35 25ad7478873d: Download complete 02:41:35 63038576ad94: Verifying Checksum 02:41:35 63038576ad94: Download complete 02:41:35 0fdb76c4706c: Verifying Checksum 02:41:35 0fdb76c4706c: Download complete 02:41:35 cb7edeffdfd5: Verifying Checksum 02:41:35 cb7edeffdfd5: Download complete 02:41:35 25ad7478873d: Pull complete 02:41:35 4684f6177b5d: Pull complete 02:41:36 46e300cec669: Verifying Checksum 02:41:36 46e300cec669: Download complete 02:41:37 46e300cec669: Pull complete 02:41:38 63038576ad94: Pull complete 02:41:38 0fdb76c4706c: Pull complete 02:41:38 cb7edeffdfd5: Pull complete 02:41:38 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 02:41:38 Status: Downloaded newer image for docker:latest 02:41:39 ---> debb0e63f149 02:41:39 Step 6/7 : COPY go.mod . 02:41:40 ---> 25f805d4597b 02:41:40 Step 7/7 : RUN go mod download 02:41:40 ---> Running in dc23b89d616e 02:41:42 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:41:42 go: finding github.com/BurntSushi/toml v0.3.1 02:41:42 go: finding github.com/OneOfOne/xxhash v1.2.5 02:41:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:41:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:41:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:41:42 go: finding github.com/bgentry/speakeasy v0.1.0 02:41:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:41:42 go: finding github.com/cloudflare/gokey v0.1.0 02:41:42 go: finding github.com/davecgh/go-spew v1.1.1 02:41:42 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:41:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 02:41:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:41:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:41:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:41:42 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 02:41:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 02:41:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:41:42 go: finding github.com/fatih/color v1.7.0 02:41:42 go: finding github.com/fsnotify/fsnotify v1.4.7 02:41:42 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:41:42 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 02:41:42 go: finding github.com/go-kit/kit v0.8.0 02:41:42 go: finding github.com/go-logfmt/logfmt v0.4.0 02:41:42 go: finding github.com/go-redis/redis/v7 v7.2.0 02:41:42 go: finding github.com/go-stack/stack v1.8.0 02:41:42 go: finding github.com/golang/protobuf v1.3.2 02:41:42 go: finding github.com/gomodule/redigo v2.0.0+incompatible 02:41:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:41:42 go: finding github.com/google/uuid v1.1.0 02:41:42 go: finding github.com/gorilla/mux v1.7.1 02:41:42 go: finding github.com/hashicorp/consul/api v1.1.0 02:41:43 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:41:43 go: finding github.com/hashicorp/errwrap v1.0.0 02:41:43 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:41:43 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:41:43 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:41:43 go: finding github.com/hashicorp/go-multierror v1.0.0 02:41:43 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:41:43 go: finding github.com/hashicorp/go-sockaddr v1.0.0 02:41:43 go: finding github.com/hashicorp/go-syslog v1.0.0 02:41:43 go: finding github.com/hashicorp/go-uuid v1.0.1 02:41:43 go: finding github.com/hashicorp/go.net v0.0.1 02:41:43 go: finding github.com/hashicorp/golang-lru v0.5.0 02:41:43 go: finding github.com/hashicorp/logutils v1.0.0 02:41:43 go: finding github.com/hashicorp/mdns v1.0.0 02:41:43 go: finding github.com/hashicorp/memberlist v0.1.3 02:41:43 go: finding github.com/hashicorp/serf v0.8.2 02:41:43 go: finding github.com/hpcloud/tail v1.0.0 02:41:43 go: finding github.com/imdario/mergo v0.3.6 02:41:43 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:41:43 go: finding github.com/kr/pretty v0.1.0 02:41:43 go: finding github.com/kr/pty v1.1.1 02:41:43 go: finding github.com/kr/text v0.1.0 02:41:43 go: finding github.com/mattn/go-colorable v0.0.9 02:41:43 go: finding github.com/mattn/go-isatty v0.0.3 02:41:43 go: finding github.com/miekg/dns v1.0.14 02:41:43 go: finding github.com/mitchellh/cli v1.0.0 02:41:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:41:43 go: finding github.com/mitchellh/copystructure v1.0.0 02:41:43 go: finding github.com/mitchellh/go-homedir v1.0.0 02:41:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:41:43 go: finding github.com/mitchellh/gox v0.4.0 02:41:43 go: finding github.com/mitchellh/iochan v1.0.0 02:41:43 go: finding github.com/mitchellh/mapstructure v1.1.2 02:41:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:41:43 go: finding github.com/onsi/ginkgo v1.10.1 02:41:43 go: finding github.com/onsi/gomega v1.7.0 02:41:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:41:43 go: finding github.com/pebbe/zmq4 v1.0.0 02:41:43 go: finding github.com/pelletier/go-toml v1.2.0 02:41:43 go: finding github.com/pkg/errors v0.8.1 02:41:43 go: finding github.com/pmezard/go-difflib v1.0.0 02:41:43 go: finding github.com/posener/complete v1.1.1 02:41:43 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:41:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 02:41:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:41:43 go: finding github.com/stretchr/objx v0.1.0 02:41:43 go: finding github.com/stretchr/testify v1.5.1 02:41:43 go: finding github.com/ugorji/go v1.1.4 02:41:43 go: finding github.com/x448/float16 v0.8.4 02:41:44 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 02:41:44 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 02:41:44 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:41:44 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 02:41:44 go: finding golang.org/x/text v0.3.2 02:41:44 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 02:41:44 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 02:41:44 go: finding gopkg.in/eapache/queue.v1 v1.1.0 02:41:44 go: finding gopkg.in/fsnotify.v1 v1.4.7 02:41:44 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 02:41:44 go: finding gopkg.in/yaml.v2 v2.2.8 02:41:56 Removing intermediate container dc23b89d616e 02:41:56 ---> 9ed26959d6d6 02:41:56 Successfully built 9ed26959d6d6 02:41:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:41:57 + docker inspect -f . ci-base-image-x86_64 02:41:57 . [Pipeline] withDockerContainer 02:41:57 prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container 02:41:57 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:41:57 $ docker top 35a0531570c59ac0d10ce1b2fc3e1bff5835dcffb39cf10e478830fd7c15db58 -eo pid,comm [Pipeline] { [Pipeline] sh 02:41:58 + go version 02:41:58 go version go1.13.13 linux/amd64 [Pipeline] echo 02:41:58 ========================================================= 02:41:58 [edgeXBuildGoParallel] Running Tests and Build... 02:41:58 ========================================================= [Pipeline] sh 02:41:58 + make test 02:41:58 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:42:00 ? github.com/edgexfoundry/edgex-go [no test files] 02:42:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:42:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:42:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:42:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:42:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:42:16 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s 02:42:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 02:42:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:42:16 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 02:42:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:42:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:42:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:42:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:42:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.028s coverage: 46.6% of statements 02:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:42:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.064s coverage: 27.4% of statements 02:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:42:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements 02:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:42:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.015s coverage: 100.0% of statements 02:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:42:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.068s coverage: 28.6% of statements 02:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:42:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.540s coverage: 100.0% of statements 02:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:42:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements 02:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:42:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.025s coverage: 89.8% of statements 02:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:42:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.029s coverage: 97.5% of statements 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:42:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:42:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.019s coverage: 58.8% of statements 02:42:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.136s coverage: 63.5% of statements 02:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:42:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements 02:42:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.153s coverage: 55.9% of statements 02:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 02:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.796s coverage: 86.3% of statements 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.329s coverage: 72.2% of statements 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.016s coverage: 28.8% of statements 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.009s coverage: 96.8% of statements 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 26.9% of statements 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.084s coverage: 84.1% of statements 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 43.1% of statements 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 02:42:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 02:42:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 02:42:33 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.017s coverage: 83.8% of statements 02:42:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 02:42:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.026s coverage: 46.1% of statements 02:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:42:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.017s coverage: 100.0% of statements 02:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:42:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements 02:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:42:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.014s coverage: 100.0% of statements 02:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:42:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.064s coverage: 29.1% of statements 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:42:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.045s coverage: 99.0% of statements 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:42:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.029s coverage: 100.0% of statements 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:42:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:42:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:42:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:42:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:42:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 02:42:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 02:42:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 02:42:38 GO111MODULE=on go vet ./... 02:42:44 gofmt -l . 02:42:44 [ "`gofmt -l .`" = "" ] 02:42:45 ./bin/test-go-mod-tidy.sh 02:42:45 ./bin/test-attribution-txt.sh [Pipeline] sh 02:42:47 + ls -al . 02:42:47 total 556 02:42:47 drwxrwxr-x 10 1001 1001 4096 Jul 29 02:42 . 02:42:47 drwxr-xr-x 4 root root 30 Jul 29 02:41 .. 02:42:47 -rw-rw-r-- 1 1001 1001 11 Jul 29 02:39 .dockerignore 02:42:47 drwxrwxr-x 8 1001 1001 179 Jul 29 02:40 .git 02:42:47 drwxrwxr-x 3 1001 1001 60 Jul 29 02:39 .github 02:42:47 -rw-rw-r-- 1 1001 1001 924 Jul 29 02:39 .gitignore 02:42:47 drwx------ 3 1001 1001 47 Jul 29 02:40 .semver 02:42:47 -rw-rw-r-- 1 1001 1001 178 Jul 29 02:39 .sonarcloud.properties 02:42:47 -rw-rw-r-- 1 1001 1001 3804 Jul 29 02:39 CONTRIBUTING.md 02:42:47 -rw-rw-r-- 1 1001 1001 1035 Jul 29 02:39 Dockerfile.build 02:42:47 -rw-rw-r-- 1 1001 1001 911 Jul 29 02:39 Jenkinsfile 02:42:47 -rw-rw-r-- 1 1001 1001 10775 Jul 29 02:39 LICENSE 02:42:47 -rw-rw-r-- 1 1001 1001 6417 Jul 29 02:39 Makefile 02:42:47 -rw-rw-r-- 1 1001 1001 5652 Jul 29 02:39 README.md 02:42:47 -rw-rw-r-- 1 1001 1001 7111 Jul 29 02:39 SECURITY.md 02:42:47 -rw-rw-r-- 1 1001 1001 5 Jul 29 02:40 VERSION 02:42:47 -rw-rw-r-- 1 1001 1001 4131 Jul 29 02:39 ZMQWindows.md 02:42:47 drwxrwxr-x 4 1001 1001 33 Jul 29 02:39 api 02:42:47 drwxrwxr-x 2 1001 1001 117 Jul 29 02:39 bin 02:42:47 drwxrwxr-x 15 1001 1001 4096 Jul 29 02:39 cmd 02:42:47 -rw-r--r-- 1 root root 455496 Jul 29 02:42 coverage.out 02:42:47 -rw-r--r-- 1 root root 1019 Jul 29 02:42 go.mod 02:42:47 -rw-r--r-- 1 root root 18146 Jul 29 02:42 go.sum 02:42:47 drwxrwxr-x 8 1001 1001 127 Jul 29 02:39 internal 02:42:47 drwxrwxr-x 4 1001 1001 71 Jul 29 02:39 snap 02:42:47 -rw-rw-r-- 1 1001 1001 168 Jul 29 02:39 version.go [Pipeline] sh 02:42:47 + '[' -e coverage.out ] 02:42:47 + chown 1001:1001 coverage.out [Pipeline] stash 02:42:47 Stashed 1 file(s) [Pipeline] sh 02:42:48 + make build 02:42:48 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 02:42:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1341 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws 02:42:52 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 02:42:54 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 02:42:57 using credential edgex-jenkins-ssh 02:42:57 Cloning the remote Git repository 02:42:57 Cloning with configured refspecs honoured and without tags 02:42:58 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 02:42:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:42:58 > git init /w/workspace/edgex-go/20 # timeout=10 02:42:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:42:58 > git --version # timeout=10 02:42:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:42:58 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:42:59 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 02:43:00 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 02:43:02 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 02:43: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 02:43:05 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 02:43:06 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 02:43:08 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 02:43:09 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 02:43:10 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 02:43:12 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] } 02:43:13 $ docker stop --time=1 35a0531570c59ac0d10ce1b2fc3e1bff5835dcffb39cf10e478830fd7c15db58 02:43:14 $ docker rm -f 35a0531570c59ac0d10ce1b2fc3e1bff5835dcffb39cf10e478830fd7c15db58 02:43:15 Fetching without tags [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 02:43:15 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit e1636ee666927bf907ae8a90ae400f4a5855a520 02:43:16 Merge succeeded, producing e1636ee666927bf907ae8a90ae400f4a5855a520 02:43:16 Checking out Revision e1636ee666927bf907ae8a90ae400f4a5855a520 (PR-2597) 02:43:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:43:15 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 02:43:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:43:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:43:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:43:15 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:43:15 > git config core.sparsecheckout # timeout=10 02:43:15 > git checkout -f e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 02:43:16 > git remote # timeout=10 02:43:16 > git config --get remote.origin.url # timeout=10 02:43:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:16 > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 02:43:16 > git rev-parse HEAD^{commit} # timeout=10 02:43:16 > git config core.sparsecheckout # timeout=10 02:43:16 > git checkout -f e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 [Pipeline] isUnix [Pipeline] sh 02:43:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:43:17 02:43:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:43:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:43:18 latest: Pulling from edgex-devops/edgex-compose 02:43:18 cbdbe7a5bc2a: Pulling fs layer 02:43:18 ca9280d653b3: Pulling fs layer 02:43:18 7e9c9ca2126c: Pulling fs layer 02:43:18 cbdbe7a5bc2a: Download complete 02:43:18 ca9280d653b3: Verifying Checksum 02:43:18 ca9280d653b3: Download complete 02:43:18 cbdbe7a5bc2a: Pull complete 02:43:19 7e9c9ca2126c: Download complete 02:43:19 ca9280d653b3: Pull complete 02:43:20 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 02:43:26 7e9c9ca2126c: Pull complete 02:43:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:43:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:43:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:43:26 prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container 02:43:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:43:29 $ docker top 5278d18ef46bed0c71051909f5b2bfedb5f68144f143c52d6e244a38b5775628 -eo pid,comm [Pipeline] { [Pipeline] sh 02:43:29 + docker-compose build --help 02:43:29 + grep parallel 02:43:30 --parallel Build images in parallel. [Pipeline] } 02:43:30 $ docker stop --time=1 5278d18ef46bed0c71051909f5b2bfedb5f68144f143c52d6e244a38b5775628 02:43:31 $ docker rm -f 5278d18ef46bed0c71051909f5b2bfedb5f68144f143c52d6e244a38b5775628 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:43:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:43:32 . [Pipeline] withDockerContainer 02:43:32 prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container 02:43:32 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 02:43:33 $ docker top 77ba6dc30ac2c729805a2c01a0d645bfe821463c75ea456d854b94148e9dbf5c -eo pid,comm [Pipeline] { [Pipeline] echo 02:43:33 ========================================================= 02:43:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 02:43:33 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 02:43:33 + docker-compose -f ./docker-compose-build.yml build --parallel 02:43:34 + 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 . 02:43:34 Building docker-core-command-go ... 02:43:34 Building docker-core-data-go ... 02:43:34 Building docker-core-metadata-go ... 02:43:34 Building docker-security-proxy-setup-go ... 02:43:34 Building docker-security-secrets-setup-go ... 02:43:34 Building docker-security-secretstore-setup-go ... 02:43:34 Building docker-support-logging-go ... 02:43:34 Building docker-support-notifications-go ... 02:43:34 Building docker-support-scheduler-go ... 02:43:34 Building docker-sys-mgmt-agent-go ... 02:43:34 Building docker-core-command-go 02:43:34 Building docker-sys-mgmt-agent-go 02:43:34 Building docker-support-notifications-go 02:43:34 Building docker-support-logging-go 02:43:34 Building docker-support-scheduler-go 02:43:38 Sending build context to Docker daemon 323.2MB 02:43:38 Step 1/7 : ARG BASE=golang:1.13-alpine 02:43:38 Step 2/7 : FROM ${BASE} 02:43:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:43:38 b538f80385f9: Pulling fs layer 02:43:38 74f711af9a0d: Pulling fs layer 02:43:38 99f96fe45779: Pulling fs layer 02:43:38 fd7a069fd194: Pulling fs layer 02:43:38 66aa3694b03b: Pulling fs layer 02:43:38 170f70906a0f: Pulling fs layer 02:43:38 ad7c5574e4b9: Pulling fs layer 02:43:38 e772456be8f7: Pulling fs layer 02:43:38 c890913d741a: Pulling fs layer 02:43:38 2480fcc9aa5a: Pulling fs layer 02:43:38 09adf4765672: Pulling fs layer 02:43:38 fd7a069fd194: Waiting 02:43:38 66aa3694b03b: Waiting 02:43:38 170f70906a0f: Waiting 02:43:38 c890913d741a: Waiting 02:43:38 ad7c5574e4b9: Waiting 02:43:38 2480fcc9aa5a: Waiting 02:43:38 e772456be8f7: Waiting 02:43:38 09adf4765672: Waiting 02:43:38 99f96fe45779: Download complete 02:43:38 74f711af9a0d: Verifying Checksum 02:43:38 74f711af9a0d: Download complete 02:43:38 66aa3694b03b: Download complete 02:43:38 170f70906a0f: Verifying Checksum 02:43:38 170f70906a0f: Download complete 02:43:38 b538f80385f9: Verifying Checksum 02:43:38 b538f80385f9: Download complete 02:43:39 b538f80385f9: Pull complete 02:43:39 74f711af9a0d: Pull complete 02:43:40 99f96fe45779: Pull complete 02:43:41 ad7c5574e4b9: Verifying Checksum 02:43:41 ad7c5574e4b9: Download complete 02:43:41 c890913d741a: Verifying Checksum 02:43:41 c890913d741a: Download complete 02:43:43 2480fcc9aa5a: Verifying Checksum 02:43:43 2480fcc9aa5a: Download complete 02:43:43 09adf4765672: Verifying Checksum 02:43:43 09adf4765672: Download complete 02:43:43 e772456be8f7: Verifying Checksum 02:43:43 e772456be8f7: Download complete 02:43:44 fd7a069fd194: Verifying Checksum 02:43:44 fd7a069fd194: Download complete 02:43:56 fd7a069fd194: Pull complete 02:43:56 66aa3694b03b: Pull complete 02:43:56 170f70906a0f: Pull complete 02:44:00 ad7c5574e4b9: Pull complete 02:44:04 e772456be8f7: Pull complete 02:44:04 c890913d741a: Pull complete 02:44:06 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 02:44:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:44:06 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:44:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:44:06 ---> 9ed26959d6d6 02:44:06 Step 3/23 : WORKDIR /edgex-go 02:44:06 ---> 9ed26959d6d6 02:44:06 Step 3/21 : WORKDIR /edgex-go 02:44:06 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 02:44:06 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:44:06 ---> 9ed26959d6d6 02:44:06 Step 3/20 : WORKDIR /edgex-go 02:44:06 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 02:44:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:44:06 ---> 9ed26959d6d6 02:44:06 Step 3/26 : WORKDIR /edgex-go 02:44:06 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:44:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:44:06 ---> 9ed26959d6d6 02:44:06 Step 3/21 : WORKDIR /edgex-go 02:44:06 ---> Running in a98b31bca70e 02:44:06 ---> Running in 320989cb709a 02:44:06 ---> Running in ddb6a0ae58e8 02:44:06 ---> Running in 05c0812f39e5 02:44:06 ---> Running in d3d7cd5d5a1d 02:44:06 Removing intermediate container ddb6a0ae58e8 02:44:06 ---> 4320ebe2e57b 02:44:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:06 Removing intermediate container 05c0812f39e5 02:44:06 ---> c61b82859478 02:44:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:06 Removing intermediate container d3d7cd5d5a1d 02:44:06 ---> ae425652d232 02:44:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:06 Removing intermediate container a98b31bca70e 02:44:06 ---> 18f0eead3a69 02:44:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:06 Removing intermediate container 320989cb709a 02:44:06 ---> 2ae3f034e7a0 02:44:06 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:06 ---> Running in 704c3f2d771c 02:44:06 ---> Running in bda915cf40fa 02:44:06 ---> Running in 1b0dff3de98e 02:44:06 ---> Running in b2a33674fe02 02:44:06 ---> Running in 9f7092f58fa2 02:44:06 2480fcc9aa5a: Pull complete 02:44:07 09adf4765672: Pull complete 02:44:07 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 02:44:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 02:44:07 ---> 2248a725d1cf 02:44: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 02:44:08 Removing intermediate container 1b0dff3de98e 02:44:08 ---> 15239a7f4991 02:44:08 Step 5/21 : RUN apk update && apk add make git 02:44:09 Removing intermediate container bda915cf40fa 02:44:09 ---> b18818513e3b 02:44:09 Step 5/21 : RUN apk update && apk add make && apk add bash git 02:44:09 ---> Running in fcd2999ea94b 02:44:09 ---> Running in 9d3dd2665273 02:44:09 Removing intermediate container 704c3f2d771c 02:44:09 ---> 2402c535d278 02:44:09 Step 5/26 : RUN apk update && apk add make bash git 02:44:09 Removing intermediate container b2a33674fe02 02:44:09 ---> 2c9a3abd2ca2 02:44:09 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 02:44:09 Removing intermediate container 9f7092f58fa2 02:44:09 ---> ab684de4c949 02:44:09 Step 5/20 : RUN apk update && apk add make git 02:44:09 ---> Running in bd1958bf0c45 02:44:09 ---> Running in 482b35bae9ff 02:44:09 ---> Running in 6941d8b54486 02:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:11 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:44:11 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:44:11 OK: 12749 distinct packages available 02:44:11 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:44:11 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:44:11 OK: 12749 distinct packages available 02:44:11 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:44:11 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:44:11 OK: 12749 distinct packages available 02:44:11 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:44:11 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:44:11 OK: 12749 distinct packages available 02:44:11 OK: 233 MiB in 51 packages 02:44:11 OK: 233 MiB in 51 packages 02:44:11 OK: 233 MiB in 51 packages 02:44:11 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:44:11 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:44:11 OK: 12749 distinct packages available 02:44:12 OK: 233 MiB in 51 packages 02:44:12 OK: 233 MiB in 51 packages 02:44:12 OK: 233 MiB in 51 packages 02:44:12 Removing intermediate container fcd2999ea94b 02:44:12 ---> 05de27a8b9b8 02:44:12 Step 6/21 : COPY go.mod . 02:44:13 Removing intermediate container bd1958bf0c45 02:44:13 ---> b91e3bd329f3 02:44:13 Step 6/26 : COPY go.mod . 02:44:13 ---> 0eb5b07e3549 02:44:13 Step 7/21 : RUN go mod download 02:44:13 Removing intermediate container 6941d8b54486 02:44:13 ---> c13e2e7361c1 02:44:13 Step 6/20 : COPY go.mod . 02:44:13 ---> Running in dc38df117242 02:44:13 ---> 66135ab5c90b 02:44:13 Step 7/26 : RUN go mod download 02:44:13 Removing intermediate container 9d3dd2665273 02:44:13 ---> 1593b2416498 02:44:13 Step 6/21 : COPY go.mod . 02:44:13 Removing intermediate container 482b35bae9ff 02:44:13 ---> 9dd6b37e6699 02:44:13 Step 6/23 : COPY go.mod . 02:44:13 ---> eecc6c154096 02:44:13 Step 7/20 : RUN go mod download 02:44:13 ---> Running in 2a83a04dfe50 02:44:13 ---> Running in 7cf9d16ddd53 02:44:14 ---> 8f537ec04782 02:44:14 Step 7/21 : RUN go mod download 02:44:14 ---> b0c5d05b73ba 02:44:14 Step 7/23 : RUN go mod download 02:44:14 ---> Running in 18e5eebb26ac 02:44:14 ---> Running in 4ef4efbdf495 02:44:14 ---> Running in d88a377a689e 02:44:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:44:16 Removing intermediate container dc38df117242 02:44:16 ---> c59d8a2e852b 02:44:16 Step 8/21 : COPY . . 02:44:16 Removing intermediate container 2a83a04dfe50 02:44:16 ---> 967670dba094 02:44:16 Step 8/26 : COPY . . 02:44:16 Removing intermediate container 7cf9d16ddd53 02:44:16 ---> ae2a37f7e5df 02:44:16 Step 8/20 : COPY . . 02:44:16 Removing intermediate container 18e5eebb26ac 02:44:16 ---> 8c8b7ea0d4d0 02:44:16 Step 8/21 : COPY . . 02:44:16 Removing intermediate container d88a377a689e 02:44:16 ---> c74aab43e67a 02:44:16 Step 8/23 : COPY . . 02:44:17 (1/12) Installing libmagic (5.38-r0) 02:44:17 (2/12) Installing file (5.38-r0) 02:44:17 (3/12) Installing libc-dev (0.7.2-r3) 02:44:17 (4/12) Installing g++ (9.3.0-r2) 02:44:22 (5/12) Installing fortify-headers (1.1-r0) 02:44:22 (6/12) Installing patch (2.7.6-r6) 02:44:22 (7/12) Installing build-base (0.5-r2) 02:44:22 (8/12) Installing libsodium (1.0.18-r0) 02:44:22 (9/12) Installing pkgconf (1.7.2-r0) 02:44:22 (10/12) Installing libsodium-dev (1.0.18-r0) 02:44:22 (11/12) Installing libzmq (4.3.2-r0) 02:44:22 (12/12) Installing zeromq-dev (4.3.2-r0) 02:44:23 Executing busybox-1.31.1-r16.trigger 02:44:23 OK: 217 MiB in 51 packages 02:44:27 Removing intermediate container 4ef4efbdf495 02:44:27 ---> 73a32c967b21 02:44:27 Step 4/7 : WORKDIR /edgex-go 02:44:27 ---> Running in 2bde6eab23f3 02:44:27 Removing intermediate container 2bde6eab23f3 02:44:27 ---> 81595a71b49e 02:44:27 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:44:28 latest: Pulling from library/docker 02:44:28 b538f80385f9: Already exists 02:44:28 259a493cd78d: Pulling fs layer 02:44:28 b8e66b5100f5: Pulling fs layer 02:44:28 39dc9c94d07c: Pulling fs layer 02:44:28 551b823b3b82: Pulling fs layer 02:44:28 3c52a74df98c: Pulling fs layer 02:44:28 6c9b121b6998: Pulling fs layer 02:44:28 3c52a74df98c: Waiting 02:44:28 6c9b121b6998: Waiting 02:44:28 551b823b3b82: Waiting 02:44:28 b8e66b5100f5: Verifying Checksum 02:44:28 b8e66b5100f5: Download complete 02:44:28 259a493cd78d: Verifying Checksum 02:44:28 259a493cd78d: Download complete 02:44:28 551b823b3b82: Verifying Checksum 02:44:28 551b823b3b82: Download complete 02:44:28 3c52a74df98c: Verifying Checksum 02:44:28 3c52a74df98c: Download complete 02:44:28 6c9b121b6998: Download complete 02:44:29 259a493cd78d: Pull complete 02:44:29 b8e66b5100f5: Pull complete 02:44:29 39dc9c94d07c: Verifying Checksum 02:44:29 39dc9c94d07c: Download complete 02:44:33 39dc9c94d07c: Pull complete 02:44:33 551b823b3b82: Pull complete 02:44:33 3c52a74df98c: Pull complete 02:44:33 6c9b121b6998: Pull complete 02:44:33 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 02:44:33 Status: Downloaded newer image for docker:latest 02:44:37 ---> c41bab257b19 02:44:37 Step 6/7 : COPY go.mod . 02:44:37 ---> e1fe70aeede5 02:44:37 Step 7/7 : RUN go mod download 02:44:38 ---> Running in 968c340912fc 02:44:41 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:44:41 go: finding github.com/BurntSushi/toml v0.3.1 02:44:41 go: finding github.com/OneOfOne/xxhash v1.2.5 02:44:41 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:44:41 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:44:41 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:44:41 go: finding github.com/bgentry/speakeasy v0.1.0 02:44:41 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:44:41 go: finding github.com/cloudflare/gokey v0.1.0 02:44:41 go: finding github.com/davecgh/go-spew v1.1.1 02:44:41 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:44:41 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 02:44:41 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:44:41 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:44:41 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:44:41 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 02:44:41 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 02:44:41 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:44:41 go: finding github.com/fatih/color v1.7.0 02:44:41 go: finding github.com/fsnotify/fsnotify v1.4.7 02:44:41 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:44:41 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 02:44:41 go: finding github.com/go-kit/kit v0.8.0 02:44:41 go: finding github.com/go-logfmt/logfmt v0.4.0 02:44:41 go: finding github.com/go-redis/redis/v7 v7.2.0 02:44:41 go: finding github.com/go-stack/stack v1.8.0 02:44:41 go: finding github.com/golang/protobuf v1.3.2 02:44:41 go: finding github.com/gomodule/redigo v2.0.0+incompatible 02:44:41 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:44:41 go: finding github.com/google/uuid v1.1.0 02:44:41 go: finding github.com/gorilla/mux v1.7.1 02:44:41 go: finding github.com/hashicorp/consul/api v1.1.0 02:44:41 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:44:41 go: finding github.com/hashicorp/errwrap v1.0.0 02:44:41 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:44:41 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:44:41 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:44:41 go: finding github.com/hashicorp/go-multierror v1.0.0 02:44:41 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:44:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 02:44:42 go: finding github.com/hashicorp/go-syslog v1.0.0 02:44:42 go: finding github.com/hashicorp/go-uuid v1.0.1 02:44:42 go: finding github.com/hashicorp/go.net v0.0.1 02:44:42 go: finding github.com/hashicorp/golang-lru v0.5.0 02:44:42 go: finding github.com/hashicorp/logutils v1.0.0 02:44:42 go: finding github.com/hashicorp/mdns v1.0.0 02:44:42 go: finding github.com/hashicorp/memberlist v0.1.3 02:44:42 go: finding github.com/hashicorp/serf v0.8.2 02:44:42 go: finding github.com/hpcloud/tail v1.0.0 02:44:42 go: finding github.com/imdario/mergo v0.3.6 02:44:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:44:42 go: finding github.com/kr/pretty v0.1.0 02:44:42 go: finding github.com/kr/pty v1.1.1 02:44:42 go: finding github.com/kr/text v0.1.0 02:44:42 go: finding github.com/mattn/go-colorable v0.0.9 02:44:42 go: finding github.com/mattn/go-isatty v0.0.3 02:44:42 go: finding github.com/miekg/dns v1.0.14 02:44:42 go: finding github.com/mitchellh/cli v1.0.0 02:44:42 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:44:42 go: finding github.com/mitchellh/copystructure v1.0.0 02:44:42 go: finding github.com/mitchellh/go-homedir v1.0.0 02:44:42 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:44:42 go: finding github.com/mitchellh/gox v0.4.0 02:44:42 go: finding github.com/mitchellh/iochan v1.0.0 02:44:42 go: finding github.com/mitchellh/mapstructure v1.1.2 02:44:42 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:44:42 go: finding github.com/onsi/ginkgo v1.10.1 02:44:42 go: finding github.com/onsi/gomega v1.7.0 02:44:42 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:44:42 go: finding github.com/pebbe/zmq4 v1.0.0 02:44:42 go: finding github.com/pelletier/go-toml v1.2.0 02:44:42 go: finding github.com/pkg/errors v0.8.1 02:44:42 go: finding github.com/pmezard/go-difflib v1.0.0 02:44:43 go: finding github.com/posener/complete v1.1.1 02:44:43 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:44:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 02:44:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:44:43 go: finding github.com/stretchr/objx v0.1.0 02:44:43 go: finding github.com/stretchr/testify v1.5.1 02:44:43 go: finding github.com/ugorji/go v1.1.4 02:44:43 go: finding github.com/x448/float16 v0.8.4 02:44:43 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 02:44:43 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 02:44:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:44:43 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 02:44:43 go: finding golang.org/x/text v0.3.2 02:44:43 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 02:44:43 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 02:44:43 go: finding gopkg.in/eapache/queue.v1 v1.1.0 02:44:43 go: finding gopkg.in/fsnotify.v1 v1.4.7 02:44:43 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 02:44:43 go: finding gopkg.in/yaml.v2 v2.2.8 02:44:55 ---> 0065ff14794c 02:44:55 ---> 46eb0cd95025 02:44:55 Step 9/21 : RUN make cmd/core-command/core-commandStep 9/21 : RUN make cmd/support-logging/support-logging 02:44:55 02:44:55 ---> 1450bd11e0f3 02:44:55 Step 9/23 : RUN make cmd/support-notifications/support-notifications 02:44:55 ---> e61c6228d38a 02:44:55 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 02:44:55 ---> Running in 22c7e856cab8 02:44:55 ---> Running in 04eecf17036f 02:44:55 ---> Running in 4ff42e3429b1 02:44:55 ---> Running in 59a8fc7ce859 02:44:55 ---> 209b49393a09 02:44:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:44:55 ---> Running in 2bcda4ab79c5 02:44:55 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 02:44:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:44:55 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 02:44:55 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 02:44:55 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 02:45:01 Removing intermediate container 968c340912fc 02:45:01 ---> 3048ee3c6cd4 02:45:01 Successfully built 3048ee3c6cd4 02:45:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:02 + docker inspect -f . ci-base-image-arm64 02:45:02 . [Pipeline] withDockerContainer 02:45:02 prd-ubuntu18.04-docker-arm64-4c-16g-1341 does not seem to be running inside a container 02:45:02 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:04 $ docker top 87c96627a1965231e5673a1bee75c950601b07193ddb61a03a125b4ecb174aae -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:05 + go version 02:45:05 go version go1.13.13 linux/arm64 [Pipeline] echo 02:45:05 ========================================================= 02:45:05 [edgeXBuildGoParallel] Running Tests and Build... 02:45:05 ========================================================= [Pipeline] sh 02:45:05 + make test 02:45:05 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:45:08 ? github.com/edgexfoundry/edgex-go [no test files] 02:45:27 Removing intermediate container 22c7e856cab8 02:45:27 ---> cdc4eb2b335c 02:45:27 02:45:27 Step 10/21 : FROM scratch 02:45:27 ---> 02:45:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:45:27 Removing intermediate container 2bcda4ab79c5 02:45:27 ---> e05f3ec60af4 02:45:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:45:27 ---> Running in 3704b100cf2c 02:45:27 ---> Running in 2794769d195d 02:45:27 Removing intermediate container 4ff42e3429b1 02:45:27 ---> 6c688772320c 02:45:27 02:45:27 Step 10/23 : FROM scratch 02:45:27 ---> 02:45:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:45:27 Removing intermediate container 3704b100cf2c 02:45:27 ---> 7d4c264f434e 02:45:27 Step 12/21 : ENV APP_PORT=48061 02:45:27 ---> Running in eb5ad1e3d870 02:45:27 ---> Running in a463ea85168a 02:45:28 Removing intermediate container eb5ad1e3d870 02:45:28 ---> 7762a452c12a 02:45:28 Step 12/23 : ENV APP_PORT=48060 02:45:29 ---> Running in e6d346e52467 02:45:29 Removing intermediate container a463ea85168a 02:45:29 ---> b9a833bdac1d 02:45:29 Step 13/21 : EXPOSE $APP_PORT 02:45:29 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 02:45:29 ---> Running in 15c78866c652 02:45:30 Removing intermediate container e6d346e52467 02:45:30 ---> 97d730393815 02:45:30 Step 13/23 : EXPOSE $APP_PORT 02:45:31 Removing intermediate container 04eecf17036f 02:45:31 ---> 64b067ef0a69 02:45:31 02:45:31 Step 10/21 : FROM scratch 02:45:31 ---> 02:45:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:45:31 Removing intermediate container 59a8fc7ce859 02:45:31 ---> 0c26aea66dbf 02:45:31 02:45:31 Step 10/20 : FROM scratch 02:45:31 ---> 02:45:31 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:45:31 ---> Running in 0229f622896a 02:45:32 Removing intermediate container 15c78866c652 02:45:32 ---> 90180b44fd4b 02:45:32 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 02:45:32 ---> Running in d5d6d34aafc6 02:45:32 ---> Running in e21044c0ee6b 02:45:32 Removing intermediate container 0229f622896a 02:45:32 ---> e42e3632cefd 02:45:32 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 02:45:32 ---> 75f4b181ddfe 02:45:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 02:45:32 Removing intermediate container d5d6d34aafc6 02:45:32 ---> fc5a279372d3 02:45:32 Step 12/20 : ENV APP_PORT=48085 02:45:32 Removing intermediate container e21044c0ee6b 02:45:32 ---> 260219c54065 02:45:32 Step 12/21 : ENV APP_PORT=48082 02:45:32 ---> Running in 303dd12cc4af 02:45:32 ---> Running in 83acaf605a3f 02:45:32 Removing intermediate container 2794769d195d 02:45:32 ---> 3c52c57a30c0 02:45:32 02:45:32 Step 11/26 : FROM docker:latest 02:45:32 ---> 81f5749c9058 02:45:32 Step 12/26 : RUN apk add --no-cache bash 02:45:32 ---> 13d2d342d734 02:45:32 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:45:32 ---> c669d1141492 02:45:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 02:45:32 ---> Running in d59c11a2bbf2 02:45:33 Removing intermediate container 303dd12cc4af 02:45:33 ---> fed138ab2d6f 02:45:33 Step 13/20 : EXPOSE $APP_PORT 02:45:33 Removing intermediate container 83acaf605a3f 02:45:33 ---> f41c54f21d07 02:45:33 Step 13/21 : EXPOSE $APP_PORT 02:45:35 ---> Running in e434dd90435e 02:45:35 ---> Running in b7eba8838c73 02:45:35 ---> 1f62ebe06298 02:45:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 02:45:35 ---> 63a4cb2b2274 02:45:35 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 02:45:35 Removing intermediate container e434dd90435e 02:45:35 ---> 3e1d1493f90e 02:45:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:45:35 Removing intermediate container b7eba8838c73 02:45:35 ---> a96d1cec9bc6 02:45:35 Step 14/21 : WORKDIR / 02:45:35 ---> Running in 242dfd11e5cf 02:45:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:35 ---> 850797530651 02:45:35 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:45:35 ---> 3df0cc4bc5b1 02:45:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:45:35 (1/2) Installing readline (8.0.4-r0) 02:45:35 (2/2) Installing bash (5.0.17-r0) 02:45:35 ---> e275323adfce 02:45:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:45:35 Executing bash-5.0.17-r0.post-install 02:45:35 Executing busybox-1.31.1-r16.trigger 02:45:35 OK: 12 MiB in 22 packages 02:45:35 Removing intermediate container 242dfd11e5cf 02:45:35 ---> 297633bff83e 02:45:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:45:35 ---> Running in 3c0745242642 02:45:35 ---> 2693266608d0 02:45:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:45:36 ---> 741bf0cd05a1 02:45:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:45:36 ---> b9cb234940ed 02:45:36 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:45:36 Removing intermediate container 3c0745242642 02:45:36 ---> de4b7ae21cb9 02:45:36 Step 19/21 : LABEL arch=x86_64 02:45:36 ---> Running in 9e8083df0a46 02:45:36 Removing intermediate container d59c11a2bbf2 02:45:36 ---> 7ba0529ec641 02:45:36 Step 13/26 : RUN rm -rf /var/cache/apk/* 02:45:36 ---> Running in fb5cb880d518 02:45:36 ---> da461ff4444a 02:45:36 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:45:36 Removing intermediate container 9e8083df0a46 02:45:36 ---> 6f3269af498f 02:45:36 Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:45:36 ---> dc6afff32536 02:45:36 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:45:37 ---> Running in 9ca03788bc74 02:45:37 ---> f613bc28cde5 02:45:37 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:45:37 ---> Running in 9e6cafd71a47 02:45:37 ---> 85c7dd9aaeb6 02:45:37 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:45:37 Removing intermediate container 9ca03788bc74 02:45:37 ---> 0b0b394d971d 02:45:37 Step 18/20 : LABEL arch=x86_64 02:45:37 ---> 6e344a4df7cc 02:45:37 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:45:37 Removing intermediate container 9e6cafd71a47 02:45:37 ---> 25726983debd 02:45:37 Step 21/21 : LABEL version=0.0.0 02:45:37 ---> Running in c9432b529e79 02:45:37 ---> Running in d4f103805bc1 02:45:37 ---> Running in 16f8d6ced9d7 02:45:37 ---> Running in 14023ce19e10 02:45:38 Removing intermediate container 16f8d6ced9d7 02:45:38 ---> 17083e3a5769 02:45:38 Step 21/23 : LABEL arch=x86_64 02:45:38 Removing intermediate container d4f103805bc1 02:45:38 ---> 74f763b08434 02:45:38 Step 19/21 : LABEL arch=x86_64 02:45:38 Removing intermediate container c9432b529e79 02:45:38 ---> b7c327379120 02:45:38 Step 19/20 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:45:38 Removing intermediate container 14023ce19e10 02:45:38 ---> 2994c0cd6fcd 02:45:38 02:45:38 ---> Running in 97f09089a035 02:45:38 ---> Running in 3a7a7cb8b26f 02:45:38 Successfully built 2994c0cd6fcd 02:45:38 ---> Running in 352e048a2a5e 02:45:38 Successfully tagged docker-support-logging-go:latest 02:45:38 Removing intermediate container fb5cb880d518 02:45:38 ---> 759e5e7c1424 02:45:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:45:38 Building docker-core-metadata-go 02:45:38  Building docker-support-logging-go ... done  ---> Running in dd63bf758057 02:45:38 Removing intermediate container 3a7a7cb8b26f 02:45:38 ---> 6b9cd1ade556 02:45:38 Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:45:38 Removing intermediate container 97f09089a035 02:45:38 ---> 269738ac4187 02:45:38 Step 22/23 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:45:38 ---> Running in 81a7df77cf3d 02:45:38 Removing intermediate container 352e048a2a5e 02:45:38 ---> 0b70e8ef2249 02:45:38 Step 20/20 : LABEL version=0.0.0 02:45:38 ---> Running in 427b5fa6f03a 02:45:39 Removing intermediate container dd63bf758057 02:45:39 ---> 50d0bbb329fe 02:45:39 Step 15/26 : ENV APP_PORT=48090 02:45:39 ---> Running in 85f22fd15cbe 02:45:39 Removing intermediate container 81a7df77cf3d 02:45:39 ---> f8d3b3b17a34 02:45:39 Step 21/21 : LABEL version=0.0.0 02:45:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:45:42 ---> Running in fe428e225c63 02:45:42 Removing intermediate container 427b5fa6f03a 02:45:42 ---> 810d819eee23 02:45:42 Step 23/23 : LABEL version=0.0.0 02:45:43 Removing intermediate container 85f22fd15cbe 02:45:43 ---> 26d96f0eaa8d 02:45:43 02:45:43 ---> Running in 11c9f57d958a 02:45:43 Successfully built 26d96f0eaa8d 02:45:43 Successfully tagged docker-support-scheduler-go:latest 02:45:43 Building docker-core-data-go 02:45:44  Building docker-support-scheduler-go ... done Removing intermediate container fe428e225c63 02:45:44 ---> 51d940e2ab0c 02:45:44 Step 16/26 : EXPOSE $APP_PORT 02:45:50 Removing intermediate container 11c9f57d958a 02:45:50 ---> 40977eaec585 02:45:50 02:45:50 ---> Running in b1087d397b28 02:45:50 ---> Running in 33d207d8dd9c 02:45:50 Successfully built 40977eaec585 02:45:50 Successfully tagged docker-core-command-go:latest 02:45:50  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 02:45:50 Removing intermediate container 33d207d8dd9c 02:45:50 ---> 2a155ae5d632 02:45:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:45:50 Removing intermediate container b1087d397b28 02:45:50 ---> 17fb33b13a64 02:45:50 02:45:50 Successfully built 17fb33b13a64 02:45:51 Successfully tagged docker-support-notifications-go:latest 02:45:51  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 02:45:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:45:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:45:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:45:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:45:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s 02:45:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 02:45:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:45:55 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 02:45:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:45:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:45:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:45:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:45:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:45:56 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:45:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:45:56 ---> 9ed26959d6d6 02:45:56 Step 3/21 : WORKDIR /edgex-go 02:45:56 ---> Using cache 02:45:56 ---> 2ae3f034e7a0 02:45:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:56 ---> Using cache 02:45:56 ---> ab684de4c949 02:45:56 Step 5/21 : RUN apk update && apk add make git 02:45:56 ---> Using cache 02:45:56 ---> c13e2e7361c1 02:45:56 Step 6/21 : COPY go.mod . 02:45:56 ---> Using cache 02:45:56 ---> eecc6c154096 02:45:56 Step 7/21 : RUN go mod download 02:45:56 ---> Using cache 02:45:56 ---> ae2a37f7e5df 02:45:56 Step 8/21 : COPY . . 02:45:56 ---> Using cache 02:45:56 ---> e61c6228d38a 02:45:56 Step 9/21 : RUN make cmd/core-metadata/core-metadata 02:46:03 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 02:46:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:46:03 ---> 9ed26959d6d6 02:46:03 Step 3/22 : WORKDIR /edgex-go 02:46:03 ---> Using cache 02:46:03 ---> 2ae3f034e7a0 02:46:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:03 ---> Using cache 02:46:03 ---> ab684de4c949 02:46:03 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 02:46:03 ---> Running in b10587ac8aea 02:46:03 ---> 9dd9a15bc78d 02:46:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:46:03 ---> Running in a45f1996ed45 02:46:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 46.6% of statements 02:46:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:46:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:46:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:46:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:46:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:46:09 ---> 7ddd7287c139 02:46:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:46:09 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 02:46:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:11 ---> 139867653f19 02:46:11 Step 20/26 : RUN apk --no-cache add py-pip 02:46:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:11 ---> Running in 2aff5d51425a 02:46:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 02:46:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:46:11 ---> 9ed26959d6d6 02:46:11 Step 3/20 : WORKDIR /edgex-go 02:46:11 ---> Using cache 02:46:11 ---> 2ae3f034e7a0 02:46:11 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:11 ---> Using cache 02:46:11 ---> ab684de4c949 02:46:11 Step 5/20 : RUN apk update && apk add make git 02:46:11 ---> Using cache 02:46:11 ---> c13e2e7361c1 02:46:11 Step 6/20 : COPY go.mod . 02:46:11 ---> Using cache 02:46:11 ---> eecc6c154096 02:46:11 Step 7/20 : RUN go mod download 02:46:11 ---> Using cache 02:46:11 ---> ae2a37f7e5df 02:46:11 Step 8/20 : COPY . . 02:46:11 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 02:46:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:46:11 ---> 9ed26959d6d6 02:46:11 Step 3/26 : WORKDIR /edgex-go 02:46:11 ---> Using cache 02:46:11 ---> 2ae3f034e7a0 02:46:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:11 ---> Using cache 02:46:11 ---> ab684de4c949 02:46:11 Step 5/26 : RUN apk update && apk add make git 02:46:11 ---> Using cache 02:46:11 ---> c13e2e7361c1 02:46:11 Step 6/26 : COPY go.mod . 02:46:11 ---> Using cache 02:46:11 ---> eecc6c154096 02:46:11 Step 7/26 : RUN go mod download 02:46:11 ---> Using cache 02:46:11 ---> ae2a37f7e5df 02:46:11 Step 8/26 : COPY . . 02:46:11 ---> Using cache 02:46:11 ---> e61c6228d38a 02:46:11 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 02:46:11 ---> Using cache 02:46:11 ---> e61c6228d38a 02:46:11 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 02:46:12 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:46:12 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:46:12 OK: 12749 distinct packages available 02:46:12 OK: 233 MiB in 51 packages 02:46:13 ---> Running in f87b17c34485 02:46:13 ---> Running in e7d5a53e56ae 02:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.281s coverage: 27.4% of statements 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:46:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:13 (1/33) Installing libbz2 (1.0.8-r1) 02:46:13 (2/33) Installing expat (2.2.9-r1) 02:46:13 (3/33) Installing libffi (3.3-r2) 02:46:13 (4/33) Installing gdbm (1.13-r1) 02:46:13 (5/33) Installing xz-libs (5.2.5-r0) 02:46:13 (6/33) Installing sqlite-libs (3.32.1-r0) 02:46:13 (7/33) Installing python3 (3.8.5-r0) 02:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.469s coverage: 28.6% of statements 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements 02:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:46:13 Removing intermediate container a45f1996ed45 02:46:13 ---> 05c8d10b42ac 02:46:13 Step 6/22 : COPY go.mod . 02:46:14 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 02:46:14 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 02:46:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 89.8% of statements 02:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:46:15 ---> f6299ac8bed1 02:46:15 Step 7/22 : RUN go mod download 02:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.093s coverage: 97.5% of statements 02:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:46:17 ---> Running in a37c257d7c2d 02:46:17 (8/33) Installing py3-appdirs (1.4.4-r1) 02:46:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:46:17 (10/33) Installing py3-parsing (2.4.7-r0) 02:46:17 (11/33) Installing py3-six (1.15.0-r0) 02:46:17 (12/33) Installing py3-packaging (20.4-r0) 02:46:17 (13/33) Installing py3-setuptools (47.0.0-r0) 02:46:17 (14/33) Installing py3-chardet (3.0.4-r4) 02:46:17 (15/33) Installing py3-idna (2.9-r0) 02:46:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:46:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:46:17 (18/33) Installing py3-requests (2.23.0-r0) 02:46:17 (19/33) Installing py3-msgpack (1.0.0-r0) 02:46:17 (20/33) Installing py3-lockfile (0.12.2-r3) 02:46:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:46:17 (22/33) Installing py3-colorama (0.4.3-r0) 02:46:17 (23/33) Installing py3-distlib (0.3.0-r0) 02:46:17 (24/33) Installing py3-distro (1.5.0-r1) 02:46:17 (25/33) Installing py3-webencodings (0.5.1-r3) 02:46:17 (26/33) Installing py3-html5lib (1.0.1-r4) 02:46:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 100.0% of statements 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:46:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:46:17 (27/33) Installing py3-pytoml (0.1.21-r0) 02:46:17 (28/33) Installing py3-pep517 (0.8.2-r0) 02:46:17 (29/33) Installing py3-progress (1.5-r0) 02:46:17 (30/33) Installing py3-toml (0.10.1-r0) 02:46:17 (31/33) Installing py3-retrying (1.3.3-r0) 02:46:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:46:17 (33/33) Installing py3-pip (20.1.1-r0) 02:46:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.019s coverage: 58.8% of statements 02:46:18 Executing busybox-1.31.1-r16.trigger 02:46:19 OK: 71 MiB in 55 packages 02:46:21 Removing intermediate container a37c257d7c2d 02:46:21 ---> 6e09ea4eb9e6 02:46:21 Step 8/22 : COPY . . 02:46:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.256s coverage: 63.5% of statements 02:46:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:46:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:46:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 02:46:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 55.9% of statements 02:46:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:46:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:46:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 02:46:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.266s coverage: 86.3% of statements 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.086s coverage: 72.2% of statements 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.382s coverage: 72.1% of statements 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.036s coverage: 82.4% of statements 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.026s coverage: 28.8% of statements 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.147s coverage: 26.9% of statements 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.265s coverage: 84.1% of statements 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.064s coverage: 43.1% of statements 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.017s coverage: 100.0% of statements 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 02:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.058s coverage: 83.8% of statements 02:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 02:46:43 Removing intermediate container 2aff5d51425a 02:46:43 ---> e7a95f8c0b65 02:46:43 Step 21/26 : RUN pip install docker-compose==1.23.2 02:46:43 ---> 51eb40435762 02:46:43 Step 9/22 : RUN make cmd/core-data/core-data 02:46:43 ---> Running in 33d289b0faa0 02:46:43 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 02:46:43 ---> Running in c08d5b8833a4 02:46:43 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 02:46:45 Removing intermediate container e7d5a53e56ae 02:46:45 ---> 283a46c2f344 02:46:45 02:46:45 Step 10/20 : FROM alpine 02:46:45 latest: Pulling from library/alpine 02:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 46.1% of statements 02:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.016s coverage: 100.0% of statements 02:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements 02:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements 02:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:46:46 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 02:46:46 Status: Downloaded newer image for alpine:latest 02:46:46 ---> a24bb4013296 02:46:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 02:46:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 02:46:46 Removing intermediate container b10587ac8aea 02:46:46 ---> 15a9b62ae6b2 02:46:46 02:46:46 Step 10/21 : FROM scratch 02:46:46 ---> 02:46:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:46:46 ---> Running in d31c99edde5d 02:46:46 Collecting docker-compose==1.23.2 02:46:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:46:46 ---> Using cache 02:46:46 ---> 260219c54065 02:46:46 Step 12/21 : ENV APP_PORT=48081 02:46:47 Collecting texttable<0.10,>=0.9.0 02:46:47 ---> Running in 9f89b14891be 02:46:47 Downloading texttable-0.9.1.tar.gz (11 kB) 02:46:47 Removing intermediate container 9f89b14891be 02:46:47 ---> 8d7d69348333 02:46:47 Step 13/21 : EXPOSE $APP_PORT 02:46:47 ---> Running in f8e3ec7d2d2b 02:46:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:48 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:46:48 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:46:48 OK: 12749 distinct packages available 02:46:48 Collecting cached-property<2,>=1.2.0 02:46:48 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 02:46:48 (1/4) Installing ca-certificates (20191127-r4) 02:46:48 Removing intermediate container f8e3ec7d2d2b 02:46:48 ---> 99f31609e69e 02:46:48 Step 14/21 : WORKDIR / 02:46:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:46:48 (3/4) Installing libcurl (7.69.1-r0) 02:46:48 (4/4) Installing curl (7.69.1-r0) 02:46:48 Executing busybox-1.31.1-r16.trigger 02:46:48 Executing ca-certificates-20191127-r4.trigger 02:46:48 OK: 7 MiB in 18 packages 02:46:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:46:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:46:49 ---> Running in 8f4e63a479cc 02:46:49 Collecting docopt<0.7,>=0.6.1 02:46:49 Downloading docopt-0.6.2.tar.gz (25 kB) 02:46:49 Removing intermediate container 8f4e63a479cc 02:46:49 ---> e2addd3d7e8a 02:46:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:46:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.172s coverage: 29.1% of statements 02:46:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:46:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:46:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:46:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:46:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:46:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 02:46:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:46:50 Collecting dockerpty<0.5,>=0.4.1 02:46:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:46:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 02:46:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:46:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements 02:46:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:46:50 Removing intermediate container d31c99edde5d 02:46:50 ---> 37dbd91cf701 02:46:50 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:46:50 Collecting PyYAML<4,>=3.10 02:46:50 Downloading PyYAML-3.13.tar.gz (270 kB) 02:46:51 ---> fb7696f1829b 02:46:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:46:51 ---> Running in 3321f02ad459 02:46:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 02:46:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:46:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:46:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:46:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:46:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements 02:46:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:46:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:46:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 02:46:52 Removing intermediate container 3321f02ad459 02:46:52 ---> 7baf339081e4 02:46:52 Step 13/20 : WORKDIR /edgex 02:46:52 Collecting docker<4.0,>=3.6.0 02:46:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:46:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 02:46:53 Collecting websocket-client<1.0,>=0.32.0 02:46:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:46:54 ---> 26b2eb8f1a8d 02:46:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:46:54 ---> Running in a61d367f8190 02:46:54 Collecting jsonschema<3,>=2.5.1 02:46:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:46:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:46:54 Removing intermediate container f87b17c34485 02:46:54 ---> 97cca9496787 02:46:54 02:46:54 Step 10/26 : FROM alpine:3.10 02:46:54 Collecting urllib3<1.25,>=1.21.1 02:46:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:46:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 02:46:54 3.10: Pulling from library/alpine 02:46:54 GO111MODULE=on go vet ./... 02:46:54 ---> 9c5c3761fb59 02:46:54 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:46:54 Collecting idna<2.8,>=2.5 02:46:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:46:55 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) 02:46:55 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) 02:46:55 Collecting docker-pycreds>=0.4.0 02:46:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:46:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:46:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:46:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:46:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:46:55 ---> Running in ce7b1edb8647 02:46:56 Installing collected packages: texttable, cached-property, urllib3, idna, requests, docopt, dockerpty, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, docker-compose 02:46:56 Running setup.py install for texttable: started 02:46:56 Removing intermediate container a61d367f8190 02:46:56 ---> 554847310992 02:46:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:46:57 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 02:46:57 Status: Downloaded newer image for alpine:3.10 02:46:57 ---> be4e4bea2c2e 02:46:57 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:46:57 Running setup.py install for texttable: finished with status 'done' 02:46:57 Attempting uninstall: urllib3 02:46:57 Found existing installation: urllib3 1.25.9 02:46:57 Uninstalling urllib3-1.25.9: 02:46:57 Successfully uninstalled urllib3-1.25.9 02:46:58 Removing intermediate container ce7b1edb8647 02:46:58 ---> 943be885df74 02:46:58 Step 19/21 : LABEL arch=x86_64 02:46:58 ---> Running in 06702a14cacb 02:46:58 ---> 82bf6e6a10f0 02:46:58 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:46:58 Attempting uninstall: idna 02:46:58 Found existing installation: idna 2.9 02:46:58 Uninstalling idna-2.9: 02:46:58 Successfully uninstalled idna-2.9 02:46:58 ---> Running in 6c860597393e 02:46:58 Attempting uninstall: requests 02:46:58 Found existing installation: requests 2.23.0 02:46:58 Uninstalling requests-2.23.0: 02:46:58 Successfully uninstalled requests-2.23.0 02:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 02:46:59 ---> 05003902e067 02:46:59 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:46:59 Running setup.py install for docopt: started 02:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 02:46:59 ---> Running in bd0f41398d27 02:46:59 Removing intermediate container 6c860597393e 02:46:59 ---> 7c0ce59d218a 02:46:59 Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:46:59 ---> Running in 518676b49637 02:46:59 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 02:46:59 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 02:46:59 OK: 10346 distinct packages available 02:46:59 Removing intermediate container bd0f41398d27 02:46:59 ---> ce259bb7ab7b 02:46:59 Step 17/20 : CMD ["--init=true"] 02:46:59 ---> Running in 6b1c1a99800a 02:46:59 (1/5) Installing ca-certificates (20191127-r2) 02:46:59 Running setup.py install for docopt: finished with status 'done' 02:46:59 Running setup.py install for dockerpty: started 02:47:00 (2/5) Installing nghttp2-libs (1.39.2-r1) 02:47:00 (3/5) Installing libcurl (7.66.0-r0) 02:47:00 (4/5) Installing curl (7.66.0-r0) 02:47:00 (5/5) Installing dumb-init (1.2.2-r1) 02:47:00 Executing busybox-1.30.1-r3.trigger 02:47:00 Executing ca-certificates-20191127-r2.trigger 02:47:00 OK: 7 MiB in 19 packages 02:47:00 Removing intermediate container 518676b49637 02:47:00 ---> ac7f0f8834c3 02:47:00 Step 21/21 : LABEL version=0.0.0 02:47:00 Running setup.py install for dockerpty: finished with status 'done' 02:47:00 Running setup.py install for PyYAML: started 02:47:00 ---> Running in 9799ca3c7151 02:47:00 Removing intermediate container 6b1c1a99800a 02:47:00 ---> 558ce0c07356 02:47:00 Step 18/20 : LABEL arch=x86_64 02:47:00 ---> Running in af1e71d8098d 02:47:01 Running setup.py install for PyYAML: finished with status 'done' 02:47:01 Removing intermediate container 9799ca3c7151 02:47:01 ---> feb0eca0b5c4 02:47:01 02:47:02 Successfully built feb0eca0b5c4 02:47:02 Successfully tagged docker-core-metadata-go:latest 02:47:02 Building docker-security-secrets-setup-go 02:47:02  Building docker-core-metadata-go ... done Removing intermediate container af1e71d8098d 02:47:02 ---> 974f4c9caaf2 02:47:02 Step 19/20 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:47:02 Removing intermediate container 06702a14cacb 02:47:02 ---> f558ada756e1 02:47:02 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:47:09 ---> Running in 911bf6c2e164 02:47:09 ---> Running in 88081e67bbc0 02:47:09 Removing intermediate container 911bf6c2e164 02:47:09 ---> 0c1fff17b294 02:47:09 Step 13/26 : WORKDIR / 02:47:09 Removing intermediate container 88081e67bbc0 02:47:09 ---> 2b9a7f90d8ca 02:47:09 Step 20/20 : LABEL version=0.0.0 02:47:09 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 02:47:09 ---> Running in 01bc0bebc18e 02:47:09 ---> Running in 111cd0577aec 02:47:10 Removing intermediate container 111cd0577aec 02:47:10 ---> 1a2de0132097 02:47:10 02:47:10 Removing intermediate container 01bc0bebc18e 02:47:10 ---> c51c3203956d 02:47:10 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:47:10 Successfully built 1a2de0132097 02:47:10 Successfully tagged docker-security-proxy-setup-go:latest 02:47:12  Building docker-security-proxy-setup-go ... done  ---> 65732d9f39e4 02:47:12 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:47:13 gofmt -l . 02:47:13 [ "`gofmt -l .`" = "" ] 02:47:15 ./bin/test-go-mod-tidy.sh 02:47:15 ./bin/test-attribution-txt.sh [Pipeline] sh 02:47:19 Removing intermediate container 33d289b0faa0 02:47:19 ---> d029c17be4e7 02:47:19 Step 22/26 : RUN apk --no-cache add curl 02:47:19 + ls -al . 02:47:19 total 588 02:47:19 drwxrwxr-x 10 1001 1001 4096 Jul 29 02:47 . 02:47:19 drwxr-xr-x 4 root root 4096 Jul 29 02:45 .. 02:47:19 -rw-rw-r-- 1 1001 1001 11 Jul 29 02:43 .dockerignore 02:47:19 drwxrwxr-x 8 1001 1001 4096 Jul 29 02:43 .git 02:47:19 drwxrwxr-x 3 1001 1001 4096 Jul 29 02:43 .github 02:47:19 -rw-rw-r-- 1 1001 1001 924 Jul 29 02:43 .gitignore 02:47:19 drwxrwxr-x 3 1001 1001 4096 Jul 29 02:43 .semver 02:47:19 -rw-rw-r-- 1 1001 1001 178 Jul 29 02:43 .sonarcloud.properties 02:47:19 -rw-rw-r-- 1 1001 1001 3804 Jul 29 02:43 CONTRIBUTING.md 02:47:19 -rw-rw-r-- 1 1001 1001 1035 Jul 29 02:43 Dockerfile.build 02:47:19 -rw-rw-r-- 1 1001 1001 911 Jul 29 02:43 Jenkinsfile 02:47:19 -rw-rw-r-- 1 1001 1001 10775 Jul 29 02:43 LICENSE 02:47:19 -rw-rw-r-- 1 1001 1001 6417 Jul 29 02:43 Makefile 02:47:19 -rw-rw-r-- 1 1001 1001 5652 Jul 29 02:43 README.md 02:47:19 -rw-rw-r-- 1 1001 1001 7111 Jul 29 02:43 SECURITY.md 02:47:19 -rw-rw-r-- 1 1001 1001 5 Jul 29 02:40 VERSION 02:47:19 -rw-rw-r-- 1 1001 1001 4131 Jul 29 02:43 ZMQWindows.md 02:47:19 drwxrwxr-x 4 1001 1001 4096 Jul 29 02:43 api 02:47:19 drwxrwxr-x 2 1001 1001 4096 Jul 29 02:43 bin 02:47:19 drwxrwxr-x 15 1001 1001 4096 Jul 29 02:43 cmd 02:47:19 -rw-r--r-- 1 root root 455496 Jul 29 02:46 coverage.out 02:47:19 -rw-r--r-- 1 root root 1019 Jul 29 02:47 go.mod 02:47:19 -rw-r--r-- 1 root root 18146 Jul 29 02:47 go.sum 02:47:19 drwxrwxr-x 8 1001 1001 4096 Jul 29 02:43 internal 02:47:19 drwxrwxr-x 4 1001 1001 4096 Jul 29 02:43 snap 02:47:19 -rw-rw-r-- 1 1001 1001 168 Jul 29 02:43 version.go [Pipeline] sh 02:47:19 + '[' -e coverage.out ] 02:47:19 + chown 1001:1001 coverage.out [Pipeline] stash 02:47:19 Warning: overwriting stash ‘coverage-report’ 02:47:20 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 02:47:20 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 02:47:20 ---> 9ed26959d6d6 02:47:20 Step 3/29 : WORKDIR /edgex-go 02:47:20 ---> Using cache 02:47:20 ---> 2ae3f034e7a0 02:47:20 Step 4/29 : RUN apk update && apk add make git 02:47:21 Stashed 1 file(s) [Pipeline] sh 02:47:21 ---> b18f3f289c92 02:47:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:47:21 Removing intermediate container c08d5b8833a4 02:47:21 ---> bd0fa5cbaa03 02:47:21 02:47:21 Step 10/22 : FROM alpine 02:47:21 ---> a24bb4013296 02:47:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:47:21 ---> Running in 30f105cd8c3e 02:47:21 ---> Running in b82463008197 02:47:21 ---> Running in 351c1762160d 02:47:21 ---> 1348c1275cbc 02:47:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 02:47:21 + make build 02:47:21 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 02:47:21 Removing intermediate container 351c1762160d 02:47:21 ---> 0460162a8101 02:47:21 Step 12/22 : ENV APP_PORT=48080 02:47:21 ---> Running in cdef1a60267c 02:47:21 ---> a20af4afcf96 02:47:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:22 Removing intermediate container cdef1a60267c 02:47:22 ---> 21e18d05814f 02:47:22 Step 13/22 : EXPOSE $APP_PORT 02:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:22 ---> Running in f2e80aa36df3 02:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:22 ---> 09a45cbef0b5 02:47:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:47:22 Removing intermediate container f2e80aa36df3 02:47:22 ---> 0b09e38d0809 02:47:22 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:47:22 (2/3) Installing libcurl (7.69.1-r0) 02:47:22 (3/3) Installing curl (7.69.1-r0) 02:47:22 Executing busybox-1.31.1-r16.trigger 02:47:22 OK: 72 MiB in 58 packages 02:47:22 ---> Running in c36004f60050 02:47:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:23 ---> 92521c184497 02:47:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 02:47:23 Removing intermediate container b82463008197 02:47:23 ---> fc35815ef21e 02:47:23 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:47:23 ---> Running in 149c3da1fc21 02:47:23 ---> 1dc314a50047 02:47:23 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:47:23 Removing intermediate container 149c3da1fc21 02:47:23 ---> 77e573e28438 02:47:23 Step 24/26 : LABEL arch=x86_64 02:47:23 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:47:23 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:47:23 OK: 12749 distinct packages available 02:47:23 ---> Running in 2926b13b030d 02:47:23 Removing intermediate container c36004f60050 02:47:23 ---> 2721247e7c30 02:47:23 Step 15/22 : RUN apk --no-cache add zeromq 02:47:24 OK: 233 MiB in 51 packages 02:47:24 ---> 38a933634053 02:47:24 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:47:24 ---> Running in 6bc8142ba04d 02:47:24 Removing intermediate container 2926b13b030d 02:47:24 ---> 454c07129a58 02:47:24 Step 25/26 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:47:24 ---> Running in e14dfa119308 02:47:24 ---> Running in 232965518b12 02:47:24 Removing intermediate container 232965518b12 02:47:24 ---> 3c1dc5eb3122 02:47:24 Step 26/26 : LABEL version=0.0.0 02:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:25 ---> Running in 4e2929cfaf60 02:47:25 Removing intermediate container 30f105cd8c3e 02:47:25 ---> 215b46eaaaee 02:47:25 Step 5/29 : COPY go.mod . 02:47:25 Removing intermediate container 4e2929cfaf60 02:47:25 ---> 87fea40fa229 02:47:25 02:47:25 Successfully built 87fea40fa229 02:47:25 Successfully tagged docker-sys-mgmt-agent-go:latest 02:47:25  Building docker-sys-mgmt-agent-go ... done  ---> f6404412bb34 02:47:25 Step 6/29 : RUN go mod download 02:47:25 ---> Running in 6a88712e5e4c 02:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:25 Removing intermediate container e14dfa119308 02:47:25 ---> 4be27af3eaf4 02:47:25 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 02:47:26 (1/5) Installing libgcc (9.3.0-r2) 02:47:27 (2/5) Installing libsodium (1.0.18-r0) 02:47:27 ---> Running in 842d3d21a9aa 02:47:27 Removing intermediate container 842d3d21a9aa 02:47:27 ---> 0aa93f80b440 02:47:27 Step 24/26 : LABEL arch=x86_64 02:47:27 (3/5) Installing libstdc++ (9.3.0-r2) 02:47:27 ---> Running in 07c9b5c53be4 02:47:27 Removing intermediate container 07c9b5c53be4 02:47:27 ---> 3da978168a9c 02:47:27 Step 25/26 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:47:27 ---> Running in c10a35510534 02:47:27 (4/5) Installing libzmq (4.3.2-r0) 02:47:27 (5/5) Installing zeromq (4.3.2-r0) 02:47:27 Removing intermediate container c10a35510534 02:47:27 ---> 7592dd318a36 02:47:27 Step 26/26 : LABEL version=0.0.0 02:47:27 Executing busybox-1.31.1-r16.trigger 02:47:27 OK: 8 MiB in 19 packages 02:47:27 ---> Running in e29f103dd8c5 02:47:27 Removing intermediate container 6a88712e5e4c 02:47:27 ---> 1b4e55865fa7 02:47:27 Step 7/29 : COPY . . 02:47:28 Removing intermediate container e29f103dd8c5 02:47:28 ---> 627c373543e1 02:47:28 02:47:28 Successfully built 627c373543e1 02:47:28 Successfully tagged docker-security-secretstore-setup-go:latest 02:47:28  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6bc8142ba04d 02:47:28 ---> 5a5eaa0d41db 02:47:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:47:34 ---> f2d419fae613 02:47:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:47:37 ---> 2d57cdce59c0 02:47:37 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:47:39 ---> 16562e441e37 02:47:39 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:47:40 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 02:47:40 ---> Running in c8eb6e647e92 02:47:40 Removing intermediate container c8eb6e647e92 02:47:40 ---> 7106207c8e8b 02:47:40 Step 20/22 : LABEL arch=x86_64 02:47:40 ---> c9fd9aaf25c9 02:47:40 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 02:47:40 ---> Running in 2885d2f5f4b1 02:47:40 ---> Running in 8914b3e77961 02:47:41 Removing intermediate container 2885d2f5f4b1 02:47:41 ---> f745b783ed6a 02:47:41 Step 21/22 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:47:41 ---> Running in 37a9434fa8f0 02:47:41 Removing intermediate container 37a9434fa8f0 02:47:41 ---> abc11b1e2543 02:47:41 Step 22/22 : LABEL version=0.0.0 02:47:41 ---> Running in c028645bb13e 02:47:41 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 02:47:41 Removing intermediate container c028645bb13e 02:47:41 ---> 53cbc8e4fb2c 02:47:41 02:47:41 Successfully built 53cbc8e4fb2c 02:47:41 Successfully tagged docker-core-data-go:latest 02:47:51  Building docker-core-data-go ... done Removing intermediate container 8914b3e77961 02:47:51 ---> ad95cdde7978 02:47:51 02:47:51 Step 9/29 : FROM alpine:latest 02:47:51 ---> a24bb4013296 02:47:51 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 02:47:51 ---> Running in f6fd9cc66270 02:47:51 Removing intermediate container f6fd9cc66270 02:47:51 ---> eca14b8b5afd 02:47:51 Step 11/29 : USER root 02:47:51 ---> Running in 95fee1073c39 02:47:51 Removing intermediate container 95fee1073c39 02:47:51 ---> 8ec4054cfaa6 02:47:51 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 02:47:51 ---> Running in ee6d2827a89a 02:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:51 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:47:51 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:47:51 OK: 12749 distinct packages available 02:47:51 (1/2) Installing ca-certificates (20191127-r4) 02:47:51 (2/2) Installing dumb-init (1.2.2-r1) 02:47:51 Executing busybox-1.31.1-r16.trigger 02:47:51 Executing ca-certificates-20191127-r4.trigger 02:47:51 OK: 6 MiB in 16 packages 02:47:52 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 02:47:53 Removing intermediate container ee6d2827a89a 02:47:53 ---> 1e715573eec5 02:47:53 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 02:47:53 ---> Running in 9b0c8ae95b70 02:47:53 Removing intermediate container 9b0c8ae95b70 02:47:53 ---> e6d026db33e8 02:47:53 Step 14/29 : WORKDIR $BASE_DIR 02:47:53 ---> Running in 4d0f1c4005fa 02:47:53 Removing intermediate container 4d0f1c4005fa 02:47:53 ---> 5182cefe415e 02:47:53 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 02:47:53 ---> Running in cbde3f2efbd0 02:47:54 Removing intermediate container cbde3f2efbd0 02:47:54 ---> 7e505f8730c6 02:47:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 02:47:54 ---> 4b3b64771e41 02:47:54 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 02:47:54 ---> 9833db8f196a 02:47:54 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 02:47:55 ---> 3827ffa0a257 02:47:55 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 02:47:55 ---> c97de073afc0 02:47:55 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 02:47:55 ---> e02a8dfdc588 02:47:55 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 02:47:55 ---> Running in b2e45077c610 02:47:58 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 02:47:58 Removing intermediate container b2e45077c610 02:47:58 ---> 8858b3602638 02:47:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 02:47:58 ---> 3087d1ac0770 02:47:58 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:47:58 ---> Running in 86962517ac0c 02:47:58 Removing intermediate container 86962517ac0c 02:47:58 ---> 570eba3e048c 02:47:58 Step 24/29 : RUN chmod 755 security-secrets-setup 02:47:58 ---> Running in ca4909216949 02:47:59 Removing intermediate container ca4909216949 02:47:59 ---> 215ca1350e81 02:47:59 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 02:47:59 ---> Running in 333500dad833 02:48:00 Removing intermediate container 333500dad833 02:48:00 ---> dd51accc24f9 02:48:00 Step 26/29 : CMD [ "generate" ] 02:48:00 ---> Running in a3b17f6de4be 02:48:00 Removing intermediate container a3b17f6de4be 02:48:00 ---> 6bb0bb8d7c59 02:48:00 Step 27/29 : LABEL arch=x86_64 02:48:00 ---> Running in 44dad5324778 02:48:00 Removing intermediate container 44dad5324778 02:48:00 ---> be6431c05eb4 02:48:00 Step 28/29 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:48:00 ---> Running in bc92e00ce31b 02:48:00 Removing intermediate container bc92e00ce31b 02:48:00 ---> fa131781529a 02:48:00 Step 29/29 : LABEL version=0.0.0 02:48:00 ---> Running in 88912476a0d2 02:48:00 Removing intermediate container 88912476a0d2 02:48:00 ---> 8158aed353c0 02:48:00 02:48:00 Successfully built 8158aed353c0 02:48:00 Successfully tagged docker-security-secrets-setup-go:latest 02:48:01  Building docker-security-secrets-setup-go ... done  [Pipeline] } 02:48:01 $ docker stop --time=1 77ba6dc30ac2c729805a2c01a0d645bfe821463c75ea456d854b94148e9dbf5c 02:48:02 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 02:48:03 $ docker rm -f 77ba6dc30ac2c729805a2c01a0d645bfe821463c75ea456d854b94148e9dbf5c [Pipeline] // withDockerContainer [Pipeline] sh 02:48:03 + docker images 02:48:03 + grep docker 02:48:04 docker-security-secrets-setup-go latest 8158aed353c0 3 seconds ago 25.1MB 02:48:04 docker-core-data-go latest 53cbc8e4fb2c 22 seconds ago 23.8MB 02:48:04 docker-security-secretstore-setup-go latest 627c373543e1 36 seconds ago 33.9MB 02:48:04 docker-sys-mgmt-agent-go latest 87fea40fa229 39 seconds ago 284MB 02:48:04 docker-security-proxy-setup-go latest 1a2de0132097 54 seconds ago 16.4MB 02:48:04 docker-core-metadata-go latest feb0eca0b5c4 About a minute ago 14.4MB 02:48:04 docker-support-notifications-go latest 17fb33b13a64 2 minutes ago 14.4MB 02:48:04 docker-core-command-go latest 40977eaec585 2 minutes ago 13MB 02:48:04 docker-support-scheduler-go latest 26d96f0eaa8d 2 minutes ago 13.1MB 02:48:04 docker-support-logging-go latest 2994c0cd6fcd 2 minutes ago 11.8MB 02:48:04 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:48:07 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 02:48:09 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 02:48:15 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 02:48:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 02:48:24 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 02:48:29 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 02:48:34 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 02:48:38 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] } 02:48:42 $ docker stop --time=1 87c96627a1965231e5673a1bee75c950601b07193ddb61a03a125b4ecb174aae 02:48:44 $ docker rm -f 87c96627a1965231e5673a1bee75c950601b07193ddb61a03a125b4ecb174aae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:48:46 02:48:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:48:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:48:47 latest: Pulling from edgex-devops/edgex-compose-arm64 02:48:47 29e5d40040c1: Pulling fs layer 02:48:47 1ce36da41761: Pulling fs layer 02:48:47 25b303627fd3: Pulling fs layer 02:48:47 29e5d40040c1: Verifying Checksum 02:48:47 29e5d40040c1: Download complete 02:48:47 29e5d40040c1: Pull complete 02:48:47 1ce36da41761: Download complete 02:48:49 1ce36da41761: Pull complete 02:48:49 25b303627fd3: Verifying Checksum 02:48:49 25b303627fd3: Download complete 02:48:59 25b303627fd3: Pull complete 02:48:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:48:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:48:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:48:59 prd-ubuntu18.04-docker-arm64-4c-16g-1341 does not seem to be running inside a container 02:48:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:49:03 $ docker top 97559733739ee157e73e27371d46c7e6ccccde222d1c48e316dc95731ff6b37b -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:04 + docker-compose build --help 02:49:04 + grep parallel 02:49:08 --parallel Build images in parallel. [Pipeline] } 02:49:08 $ docker stop --time=1 97559733739ee157e73e27371d46c7e6ccccde222d1c48e316dc95731ff6b37b 02:49:10 $ docker rm -f 97559733739ee157e73e27371d46c7e6ccccde222d1c48e316dc95731ff6b37b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:49:11 . [Pipeline] withDockerContainer 02:49:11 prd-ubuntu18.04-docker-arm64-4c-16g-1341 does not seem to be running inside a container 02:49:11 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 02:49:13 $ docker top 06e4ae49ac2e428b81c831648727987b079f948de7b9b041c894a3045529343d -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:14 + docker-compose -f ./docker-compose-build.yml build --parallel 02:49:17 Building docker-core-command-go ... 02:49:17 Building docker-core-data-go ... 02:49:17 Building docker-core-metadata-go ... 02:49:17 Building docker-security-proxy-setup-go ... 02:49:17 Building docker-security-secrets-setup-go ... 02:49:17 Building docker-security-secretstore-setup-go ... 02:49:17 Building docker-support-logging-go ... 02:49:17 Building docker-support-notifications-go ... 02:49:17 Building docker-support-scheduler-go ... 02:49:17 Building docker-sys-mgmt-agent-go ... 02:49:17 Building docker-security-secretstore-setup-go 02:49:17 Building docker-core-command-go 02:49:17 Building docker-support-notifications-go 02:49:17 Building docker-support-scheduler-go 02:49:17 Building docker-support-logging-go 02:51:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:51:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:51:09 ---> 3048ee3c6cd4 02:51:09 Step 3/21 : WORKDIR /edgex-go 02:51:09 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 02:51:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:51:09 ---> 3048ee3c6cd4 02:51:09 Step 3/20 : WORKDIR /edgex-go 02:51:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 02:51:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:51:09 ---> 3048ee3c6cd4 02:51:09 Step 3/26 : WORKDIR /edgex-go 02:51:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:51:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:51:09 ---> 3048ee3c6cd4 02:51:09 Step 3/21 : WORKDIR /edgex-go 02:51:09 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 02:51:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:51:09 ---> 3048ee3c6cd4 02:51:09 Step 3/23 : WORKDIR /edgex-go 02:51:11 ---> Running in a63fbf777590 02:51:11 ---> Running in 3401d523a714 02:51:11 ---> Running in c8cfb3e7fee8 02:51:11 ---> Running in 2e42ee97a224 02:51:11 ---> Running in c90e98699569 02:51:12 Removing intermediate container a63fbf777590 02:51:12 ---> 94cc92a1ff08 02:51:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:12 Removing intermediate container 2e42ee97a224 02:51:12 ---> fe9fe6f80a43 02:51:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:12 Removing intermediate container c8cfb3e7fee8 02:51:12 ---> de5c857d8fef 02:51:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:12 Removing intermediate container 3401d523a714 02:51:12 ---> 8a287d33df08 02:51:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:12 Removing intermediate container c90e98699569 02:51:12 ---> fd4ad9896d06 02:51:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:12 ---> Running in 9668e7b8b3db 02:51:12 ---> Running in 3a9740d34976 02:51:12 ---> Running in 6e8b19fbc295 02:51:12 ---> Running in 70defabaaf7a 02:51:12 ---> Running in 5ca6486fc6d7 02:51:17 Removing intermediate container 9668e7b8b3db 02:51:17 ---> bd09d7e66b3a 02:51:17 Step 5/26 : RUN apk update && apk add make git 02:51:17 ---> Running in 04d49053c4b8 02:51:17 Removing intermediate container 3a9740d34976 02:51:17 ---> 2afb80e9fec2 02:51:17 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 02:51:17 Removing intermediate container 6e8b19fbc295 02:51:17 ---> c73218e7052c 02:51:17 Step 5/20 : RUN apk update && apk add make git 02:51:17 ---> Running in b1c58294bd26 02:51:17 Removing intermediate container 70defabaaf7a 02:51:17 ---> eb3f9c7c61c1 02:51:17 Step 5/21 : RUN apk update && apk add make git 02:51:17 ---> Running in 41846eac7569 02:51:17 Removing intermediate container 5ca6486fc6d7 02:51:17 ---> 237bc579f324 02:51:17 Step 5/21 : RUN apk update && apk add make && apk add bash git 02:51:17 ---> Running in e0e291f8881b 02:51:18 ---> Running in 0594cab7a835 02:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:20 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:51:20 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:51:20 OK: 12620 distinct packages available 02:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:21 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:51:21 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:51:21 OK: 12620 distinct packages available 02:51:21 OK: 217 MiB in 51 packages 02:51:22 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:51:22 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:51:22 OK: 12620 distinct packages available 02:51:22 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:51:22 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:51:22 OK: 12620 distinct packages available 02:51:22 OK: 217 MiB in 51 packages 02:51:22 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:51:22 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:51:22 OK: 12620 distinct packages available 02:51:22 OK: 217 MiB in 51 packages 02:51:23 OK: 217 MiB in 51 packages 02:51:23 OK: 217 MiB in 51 packages 02:51:23 Removing intermediate container 04d49053c4b8 02:51:23 ---> 215ece3670ea 02:51:23 Step 6/26 : COPY go.mod . 02:51:24 OK: 217 MiB in 51 packages 02:51:24 Removing intermediate container b1c58294bd26 02:51:24 ---> 3551200f6b3c 02:51:24 Step 6/23 : COPY go.mod . 02:51:24 Removing intermediate container 41846eac7569 02:51:24 ---> 786b23c43b75 02:51:24 Step 6/20 : COPY go.mod . 02:51:24 ---> c91990021cbd 02:51:24 Step 7/26 : RUN go mod download 02:51:25 ---> Running in ef01197d35c4 02:51:25 Removing intermediate container e0e291f8881b 02:51:25 ---> e6dd208133b2 02:51:25 Step 6/21 : COPY go.mod . 02:51:26 ---> 9b4e8d0f3fda 02:51:26 Step 7/23 : RUN go mod download 02:51:26 Removing intermediate container 0594cab7a835 02:51:26 ---> 4df54f7c9ae8 02:51:26 Step 6/21 : COPY go.mod . 02:51:26 ---> d6271bdf99ae 02:51:26 Step 7/20 : RUN go mod download 02:51:26 ---> Running in d0a6963cc458 02:51:26 ---> Running in b4c912472e38 02:51:26 ---> 2530c4373e89 02:51:26 Step 7/21 : RUN go mod download 02:51:26 ---> Running in c8e4e08cb4dd 02:51:27 ---> f865ef9063df 02:51:27 Step 7/21 : RUN go mod download 02:51:27 ---> Running in 41bd9e62d59c 02:51:29 Removing intermediate container ef01197d35c4 02:51:29 ---> 094ba8f98ff5 02:51:29 Step 8/26 : COPY . . 02:51:33 Removing intermediate container d0a6963cc458 02:51:33 ---> b93f9d67ca55 02:51:33 Step 8/23 : COPY . . 02:51:34 Removing intermediate container c8e4e08cb4dd 02:51:34 ---> 1db456fe1eed 02:51:34 Step 8/21 : COPY . . 02:51:36 Removing intermediate container b4c912472e38 02:51:36 ---> 5fb3468810b7 02:51:36 Step 8/20 : COPY . . 02:51:36 Removing intermediate container 41bd9e62d59c 02:51:36 ---> ce5b93864c5f 02:51:36 Step 8/21 : COPY . . 02:52:03 ---> f9b6e11e7209 02:52:03 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 02:52:03 ---> Running in 7607926752f8 02:52:03 ---> 1537be788bc6 02:52:03 Step 9/23 : RUN make cmd/support-notifications/support-notifications 02:52:03 ---> f5066323654e 02:52:03 Step 9/21 : RUN make cmd/support-logging/support-logging 02:52:03 ---> 31eb9f06085b 02:52:03 Step 9/21 : RUN make cmd/core-command/core-command 02:52:03 ---> b1bdf920956f 02:52:03 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 02:52:03 ---> Running in 2cdc59b29517 02:52:03 ---> Running in e633b30822ee 02:52:03 ---> Running in ff25898794a9 02:52:03 ---> Running in 621574490ccd 02:52:05 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 02:52:05 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 02:52:05 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 02:52:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:52:06 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 02:53:28 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 02:53:40 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 02:53:40 Removing intermediate container e633b30822ee 02:53:40 ---> 4636b0c73479 02:53:40 02:53:40 Step 10/21 : FROM scratch 02:53:40 ---> 02:53:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:53:41 ---> Running in 1582f772847c 02:53:42 Removing intermediate container 1582f772847c 02:53:42 ---> eab8867a8cf0 02:53:42 Step 12/21 : ENV APP_PORT=48061 02:53:42 ---> Running in 9f4a4f720a71 02:53:42 Removing intermediate container 9f4a4f720a71 02:53:42 ---> a61d8e02ecd1 02:53:42 Step 13/21 : EXPOSE $APP_PORT 02:53:42 ---> Running in 3d4e01e80206 02:53:43 Removing intermediate container 3d4e01e80206 02:53:43 ---> 159f7f6ccfec 02:53:43 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 02:53:44 ---> c588c0854acd 02:53:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 02:53:45 ---> 73e6b28012ae 02:53:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 02:53:47 ---> 6a70ca42f62e 02:53:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 02:53:48 ---> 9ba001e6ed17 02:53:48 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:53:48 ---> Running in ebb648695b2a 02:53:49 Removing intermediate container ebb648695b2a 02:53:49 ---> 659c73c403ee 02:53:49 Step 19/21 : LABEL arch=arm64 02:53:49 ---> Running in f986943b8a7c 02:53:51 Removing intermediate container f986943b8a7c 02:53:51 ---> 51b42be8ab29 02:53:51 Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:53:52 ---> Running in 1780d60f1c8a 02:53:53 Removing intermediate container 7607926752f8 02:53:53 ---> f39e598dbd7c 02:53:53 02:53:53 Step 10/26 : FROM alpine:3.10 02:53:53 3.10: Pulling from library/alpine 02:53:53 Removing intermediate container 1780d60f1c8a 02:53:53 ---> c01df07d4748 02:53:53 Step 21/21 : LABEL version=0.0.0 02:53:53 ---> Running in 19f186afebee 02:53:54 Removing intermediate container 19f186afebee 02:53:54 ---> f23504c1f519 02:53:54 02:53:54 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 02:53:55 Status: Downloaded newer image for alpine:3.10 02:53:55 ---> 536a684cf733 02:53:55 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:53:55 Successfully built f23504c1f519 02:53:55 Successfully tagged docker-support-logging-go-arm64:latest 02:53:55  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go 02:53:56 ---> Running in a2499d13f47a 02:53:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 02:53:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 02:53:59 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 02:53:59 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 02:53:59 OK: 10167 distinct packages available 02:53:59 Removing intermediate container 621574490ccd 02:53:59 ---> a21207bfc8e8 02:53:59 02:53:59 Step 10/21 : FROM scratch 02:53:59 ---> 02:53:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:53:59 (1/5) Installing ca-certificates (20191127-r2) 02:53:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 02:53:59 (3/5) Installing libcurl (7.66.0-r0) 02:53:59 (4/5) Installing curl (7.66.0-r0) 02:53:59 Removing intermediate container ff25898794a9 02:53:59 ---> f793f6ad7253 02:53:59 02:53:59 Step 10/20 : FROM scratch 02:53:59 ---> 02:53:59 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:53:59 (5/5) Installing dumb-init (1.2.2-r1) 02:53:59 Executing busybox-1.30.1-r3.trigger 02:54:00 Removing intermediate container 2cdc59b29517 02:54:00 ---> 1daa5369fd0c 02:54:00 02:54:00 Step 10/23 : FROM scratch 02:54:00 ---> 02:54:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:54:00 Executing ca-certificates-20191127-r2.trigger 02:54:00 ---> Using cache 02:54:00 ---> eab8867a8cf0 02:54:00 Step 12/23 : ENV APP_PORT=48060 02:54:00 OK: 7 MiB in 19 packages 02:54:00 ---> Running in 25ede233a8da 02:54:00 ---> Running in 4f4e758e4b8c 02:54:00 ---> Running in 9b280176868b 02:54:01 Removing intermediate container 25ede233a8da 02:54:01 ---> d649952ad7b4 02:54:01 Step 12/21 : ENV APP_PORT=48082 02:54:02 ---> Running in c2ed08d79563 02:54:02 Removing intermediate container 4f4e758e4b8c 02:54:02 Removing intermediate container 9b280176868b 02:54:02 ---> 3a1cd67a486c 02:54:02 Step 13/23 : EXPOSE $APP_PORT 02:54:02 ---> d7577e610572 02:54:02 Step 12/20 : ENV APP_PORT=48085 02:54:02 ---> Running in f27ccae5be3a 02:54:02 ---> Running in 162b242370c7 02:54:03 Removing intermediate container c2ed08d79563 02:54:03 ---> f4a2a7b61e15 02:54:03 Step 13/21 : EXPOSE $APP_PORT 02:54:03 ---> Running in 88add8ffa681 02:54:03 Removing intermediate container 162b242370c7 02:54:03 ---> 6bb42ddb649a 02:54:03 Step 13/20 : EXPOSE $APP_PORT 02:54:03 ---> Running in 6be65eba3e2c 02:54:03 Removing intermediate container f27ccae5be3a 02:54:03 ---> e1cafbd3eee4 02:54:03 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 02:54:03 Removing intermediate container a2499d13f47a 02:54:03 ---> 7e4354e1cd83 02:54:03 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:54:03 ---> Running in d1998d9e0763 02:54:03 Removing intermediate container 88add8ffa681 02:54:03 ---> 3999c39f92ff 02:54:03 Step 14/21 : WORKDIR / 02:54:04 ---> Running in a2957a572103 02:54:04 Removing intermediate container 6be65eba3e2c 02:54:04 ---> 57097311e07d 02:54:04 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:54:04 Removing intermediate container d1998d9e0763 02:54:04 ---> d16ee03d9bf5 02:54:04 Step 13/26 : WORKDIR / 02:54:05 ---> f5ea75d491c9 02:54:05 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:54:05 Removing intermediate container a2957a572103 02:54:05 ---> a9b35dc90a00 02:54:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:54:05 ---> Running in 90fe39cfbfa0 02:54:05 ---> d962bf140261 02:54:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:54:06 ---> 5031325f58fe 02:54:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:54:07 Removing intermediate container 90fe39cfbfa0 02:54:07 ---> da353bbe4603 02:54:07 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:54:07 ---> f6a72d1da105 02:54:07 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 02:54:08 ---> 74d8acdba11d 02:54:08 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:54:09 ---> 2fe6f5995072 02:54:09 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:54:09 ---> 1faf2f8e7931 02:54:09 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:54:09 ---> 68eb9ad32c0d 02:54:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:54:09 ---> d5ab365167bc 02:54:09 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:54:10 ---> Running in ea1cda3dbb20 02:54:10 ---> 91fd42c5b62a 02:54:10 ---> 25907fef11f3 02:54:10 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:54:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:54:11 ---> 9502b99649b2 02:54:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:54:11 ---> Running in 8d9adf3b551a 02:54:11 Removing intermediate container ea1cda3dbb20 02:54:11 ---> ff68f708d085 02:54:11 Step 18/20 : LABEL arch=arm64 02:54:11 ---> Running in e1502a0be81f 02:54:12 ---> 5fd3bb2bb07f 02:54:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 02:54:12 Removing intermediate container 8d9adf3b551a 02:54:12 ---> aaf6ccbc71aa 02:54:12 Step 19/21 : LABEL arch=arm64 02:54:13 Removing intermediate container e1502a0be81f 02:54:13 ---> 9a50dae3463f 02:54:13 Step 19/20 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:54:13 ---> Running in 12c2cf4fc40e 02:54:14 ---> f60dc6ad1541 02:54:14 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:54:14 ---> Running in 9dc04d041a22 02:54:14 ---> 74208e61e451 02:54:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:54:14 Removing intermediate container 12c2cf4fc40e 02:54:14 ---> e2aed2c24eda 02:54:14 Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:54:14 Removing intermediate container 9dc04d041a22 02:54:14 ---> db8500fa6713 02:54:14 Step 20/20 : LABEL version=0.0.0 02:54:15 ---> Running in f367e992a378 02:54:15 ---> 9b1f67208157 02:54:15 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:54:15 ---> Running in f51332d36638 02:54:16 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 02:54:16 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 02:54:16 ---> 3048ee3c6cd4 02:54:16 Step 3/29 : WORKDIR /edgex-go 02:54:16 ---> Using cache 02:54:16 ---> fd4ad9896d06 02:54:16 Step 4/29 : RUN apk update && apk add make git 02:54:16 ---> Running in e5775ec7e694 02:54:16 ---> 47a392fa86c2 02:54:16 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:54:16 ---> Running in df2e284c31f9 02:54:16 Removing intermediate container f367e992a378 02:54:16 ---> 306293f10fb5 02:54:16 Step 21/21 : LABEL version=0.0.0 02:54:16 ---> Running in ee4d4e14c21c 02:54:16 Removing intermediate container f51332d36638 02:54:16 ---> 840796afecb8 02:54:16 02:54:16 Removing intermediate container e5775ec7e694 02:54:16 ---> b312591ab7d5 02:54:16 Step 21/23 : LABEL arch=arm64 02:54:17 ---> Running in ef7da6b15c9f 02:54:17 Removing intermediate container ee4d4e14c21c 02:54:17 ---> 4ec9b1d90f1e 02:54:17 02:54:17 Successfully built 840796afecb8 02:54:17 Successfully tagged docker-support-scheduler-go-arm64:latest 02:54:17  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 02:54:18 ---> 61b4cec84013 02:54:18 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 02:54:18 Successfully built 4ec9b1d90f1e 02:54:18 Successfully tagged docker-core-command-go-arm64:latest 02:54:18 Building docker-security-proxy-setup-go 02:54:18  Building docker-core-command-go ... done Removing intermediate container ef7da6b15c9f 02:54:18 ---> dc73793c8b16 02:54:18 Step 22/23 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:54:18 ---> Running in cc4c788acfb1 02:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:54:18 Removing intermediate container cc4c788acfb1 02:54:18 ---> 6e8bb4d736f6 02:54:18 Step 23/23 : LABEL version=0.0.0 02:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:54:19 ---> d78006a9b18e 02:54:19 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:54:19 ---> Running in 86af8e96b8ed 02:54:20 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:54:20 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:54:20 OK: 12620 distinct packages available 02:54:21 Removing intermediate container 86af8e96b8ed 02:54:21 ---> ebe30a537053 02:54:21 02:54:21 OK: 217 MiB in 51 packages 02:54:21 Successfully built ebe30a537053 02:54:21 Successfully tagged docker-support-notifications-go-arm64:latest 02:54:21  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 02:54:22 ---> 8dda34c76e4f 02:54:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:54:22 ---> Running in 2edd1b1e9d9f 02:54:24 Removing intermediate container df2e284c31f9 02:54:24 ---> 97240ace3062 02:54:24 Step 5/29 : COPY go.mod . 02:54:27 ---> 8ed13fef2f5c 02:54:27 Step 6/29 : RUN go mod download 02:54:28 ---> Running in 714de76bd2a5 02:54:29 Removing intermediate container 2edd1b1e9d9f 02:54:29 ---> e2075c258215 02:54:29 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 02:54:30 ---> Running in 87a8054927d3 02:54:31 Removing intermediate container 87a8054927d3 02:54:31 ---> d94f15285280 02:54:31 Step 24/26 : LABEL arch=arm64 02:54:32 ---> Running in 5691372eac47 02:54:33 Removing intermediate container 5691372eac47 02:54:33 ---> a53ee01aa4db 02:54:33 Step 25/26 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:54:33 Removing intermediate container 714de76bd2a5 02:54:33 ---> 6589bd02c2a1 02:54:33 Step 7/29 : COPY . . 02:54:33 ---> Running in 09793c19fb26 02:54:34 Removing intermediate container 09793c19fb26 02:54:34 ---> 38737b9ab70d 02:54:34 Step 26/26 : LABEL version=0.0.0 02:54:36 ---> Running in 6b7b183bc773 02:54:37 Removing intermediate container 6b7b183bc773 02:54:37 ---> db2bbcb0dfba 02:54:37 02:54:38 Successfully built db2bbcb0dfba 02:54:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:54:38  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 02:54:56 ---> 28db444382c9 02:54:56 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 02:54:56 ---> Running in a7d146c3cd5d 02:54:56 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 02:55:19 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:55:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:55:19 ---> 3048ee3c6cd4 02:55:19 Step 3/21 : WORKDIR /edgex-go 02:55:19 ---> Using cache 02:55:19 ---> fd4ad9896d06 02:55:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:19 ---> Using cache 02:55:19 ---> 237bc579f324 02:55:19 Step 5/21 : RUN apk update && apk add make git 02:55:19 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 02:55:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:55:19 ---> 3048ee3c6cd4 02:55:19 Step 3/20 : WORKDIR /edgex-go 02:55:19 ---> Using cache 02:55:19 ---> fd4ad9896d06 02:55:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:19 ---> Using cache 02:55:19 ---> 237bc579f324 02:55:19 Step 5/20 : RUN apk update && apk add make git 02:55:22 ---> Running in f47b3fcc262e 02:55:22 ---> Running in 56acaedcc083 02:55:25 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 02:55:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:55:25 ---> 3048ee3c6cd4 02:55:25 Step 3/26 : WORKDIR /edgex-go 02:55:25 ---> Using cache 02:55:25 ---> fd4ad9896d06 02:55:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:25 ---> Using cache 02:55:25 ---> 237bc579f324 02:55:25 Step 5/26 : RUN apk update && apk add make bash git 02:55:25 ---> Running in e46cdde76588 02:55:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:55:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:55:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:55:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:55:27 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:55:27 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:55:27 OK: 12620 distinct packages available 02:55:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:55:27 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:55:27 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:55:27 OK: 12620 distinct packages available 02:55:28 OK: 217 MiB in 51 packages 02:55:28 OK: 217 MiB in 51 packages 02:55:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:55:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:55:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:55:30 OK: 12620 distinct packages available 02:55:30 Removing intermediate container 56acaedcc083 02:55:30 ---> 23e09b60c0fc 02:55:30 Step 6/20 : COPY go.mod . 02:55:30 OK: 217 MiB in 51 packages 02:55:31 Removing intermediate container f47b3fcc262e 02:55:31 ---> 10e04f22170a 02:55:31 Step 6/21 : COPY go.mod . 02:55:32 ---> f41369411896 02:55:32 Step 7/20 : RUN go mod download 02:55:32 ---> d76e1248a81b 02:55:32 Step 7/21 : RUN go mod download 02:55:32 ---> Running in 08208d994042 02:55:33 ---> Running in 15fcb3d698ff 02:55:33 Removing intermediate container e46cdde76588 02:55:33 ---> c4ef6a8323a0 02:55:33 Step 6/26 : COPY go.mod . 02:55:34 ---> bd9986bb16d1 02:55:34 Step 7/26 : RUN go mod download 02:55:34 ---> Running in e4a4be5a256f 02:55:35 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 02:55:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:55:35 ---> 3048ee3c6cd4 02:55:35 Step 3/22 : WORKDIR /edgex-go 02:55:35 ---> Using cache 02:55:35 ---> fd4ad9896d06 02:55:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:35 ---> Using cache 02:55:35 ---> 237bc579f324 02:55:35 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 02:55:35 ---> Running in 2f1ec2e345ea 02:55:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:55:37 Removing intermediate container a7d146c3cd5d 02:55:37 ---> e04d5f07cc85 02:55:37 02:55:37 Step 9/29 : FROM alpine:latest 02:55:38 Removing intermediate container 15fcb3d698ff 02:55:38 ---> 39b1d1051751 02:55:38 Step 8/21 : COPY . . 02:55:38 Removing intermediate container 08208d994042 02:55:38 ---> 861a6b699af5 02:55:38 Step 8/20 : COPY . . 02:55:38 latest: Pulling from library/alpine 02:55:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:55:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 02:55:38 Status: Downloaded newer image for alpine:latest 02:55:38 ---> 62ee0e9f8440 02:55:38 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 02:55:39 ---> Running in 85cc888eba71 02:55:39 Removing intermediate container e4a4be5a256f 02:55:39 ---> 0d936141d0e4 02:55:39 Step 8/26 : COPY . . 02:55:39 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:55:39 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:55:39 OK: 12620 distinct packages available 02:55:39 Removing intermediate container 85cc888eba71 02:55:39 ---> e77a1641d750 02:55:39 Step 11/29 : USER root 02:55:40 OK: 217 MiB in 51 packages 02:55:40 ---> Running in 7ef4799f6c6d 02:55:43 Removing intermediate container 7ef4799f6c6d 02:55:43 ---> f97fd9e3abe6 02:55:43 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 02:55:46 ---> Running in c6a9b6705c2f 02:55:46 Removing intermediate container 2f1ec2e345ea 02:55:46 ---> 32819dd5c2eb 02:55:46 Step 6/22 : COPY go.mod . 02:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:55:48 ---> 91d9471d34e8 02:55:48 Step 7/22 : RUN go mod download 02:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:55:48 ---> Running in a78822b14776 02:55:49 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:55:49 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:55:49 OK: 12620 distinct packages available 02:55:50 (1/2) Installing ca-certificates (20191127-r4) 02:55:50 (2/2) Installing dumb-init (1.2.2-r1) 02:55:50 Executing busybox-1.31.1-r16.trigger 02:55:50 Executing ca-certificates-20191127-r4.trigger 02:55:50 OK: 6 MiB in 16 packages 02:55:53 Removing intermediate container c6a9b6705c2f 02:55:53 ---> 6147de031249 02:55:53 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 02:55:54 Removing intermediate container a78822b14776 02:55:54 ---> 1ed69981c359 02:55:54 Step 8/22 : COPY . . 02:55:54 ---> Running in bc7d8c009744 02:55:55 Removing intermediate container bc7d8c009744 02:55:55 ---> 25d5574c7b4c 02:55:55 Step 14/29 : WORKDIR $BASE_DIR 02:55:56 ---> Running in 1dc6158e454f 02:55:57 Removing intermediate container 1dc6158e454f 02:55:57 ---> b7e382d8ae92 02:55:57 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 02:55:58 ---> Running in e4a810606e8e 02:56:05 Removing intermediate container e4a810606e8e 02:56:05 ---> 5f1b06f43540 02:56:05 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 02:56:05 ---> 9afb600a7d00 02:56:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:56:05 ---> 45d2328840ea 02:56:05 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 02:56:05 ---> f348f6bb742d 02:56:05 Step 9/21 : RUN make cmd/core-metadata/core-metadata 02:56:05 ---> Running in 6bb56909c35a 02:56:05 ---> Running in 80749e350873 02:56:05 ---> Running in d76a077ef093 02:56:06 ---> d8d1e56b0951 02:56:06 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 02:56:08 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 02:56:08 ---> 93b69d98e4e8 02:56:08 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 02:56:08 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 02:56:08 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 02:56:10 ---> 5e044d415a67 02:56:10 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 02:56:11 ---> 7cbc6aabd653 02:56:11 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 02:56:13 ---> 44ca38d049dd 02:56:13 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 02:56:14 ---> Running in 9f03e840942b 02:56:19 Removing intermediate container 9f03e840942b 02:56:19 ---> cb8e90ddfbb1 02:56:19 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 02:56:19 ---> 922ef0cf218a 02:56:19 Step 9/22 : RUN make cmd/core-data/core-data 02:56:20 ---> Running in 6d71553522e3 02:56:20 ---> 9c6bf42efbd6 02:56:20 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:56:21 ---> Running in 75a2f200165e 02:56:23 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 02:56:25 Removing intermediate container 75a2f200165e 02:56:25 ---> 67fdb8059d24 02:56:25 Step 24/29 : RUN chmod 755 security-secrets-setup 02:56:25 ---> Running in 0973f7752b4a 02:56:30 Removing intermediate container 0973f7752b4a 02:56:30 ---> efda1f85090c 02:56:30 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 02:56:30 ---> Running in 1777f54dc599 02:56:30 Removing intermediate container 1777f54dc599 02:56:30 ---> 57a90b086769 02:56:30 Step 26/29 : CMD [ "generate" ] 02:56:30 ---> Running in 75825b8bcb79 02:56:31 Removing intermediate container 75825b8bcb79 02:56:31 ---> 5ba1cac97bc4 02:56:31 Step 27/29 : LABEL arch=arm64 02:56:31 ---> Running in c84b31dce254 02:56:32 Removing intermediate container c84b31dce254 02:56:32 ---> e8c2235bf547 02:56:32 Step 28/29 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:56:32 ---> Running in cb1be5233a84 02:56:32 Removing intermediate container cb1be5233a84 02:56:32 ---> aa85670bce9a 02:56:32 Step 29/29 : LABEL version=0.0.0 02:56:33 ---> Running in 70515615f15e 02:56:33 Removing intermediate container 70515615f15e 02:56:33 ---> 844ebf7d43db 02:56:33 02:56:34 Successfully built 844ebf7d43db 02:56:34 Successfully tagged docker-security-secrets-setup-go-arm64:latest 02:57:21  Building docker-security-secrets-setup-go ... done Removing intermediate container d76a077ef093 02:57:21 ---> 70cf7efefd56 02:57:21 02:57:21 Step 10/20 : FROM alpine 02:57:21 ---> 62ee0e9f8440 02:57:21 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 02:57:21 ---> Running in e778bc9a7d2b 02:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:57:23 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:57:23 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:57:23 OK: 12620 distinct packages available 02:57:24 (1/4) Installing ca-certificates (20191127-r4) 02:57:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:57:24 (3/4) Installing libcurl (7.69.1-r0) 02:57:24 (4/4) Installing curl (7.69.1-r0) 02:57:24 Executing busybox-1.31.1-r16.trigger 02:57:24 Executing ca-certificates-20191127-r4.trigger 02:57:24 OK: 7 MiB in 18 packages 02:57:28 Removing intermediate container e778bc9a7d2b 02:57:28 ---> a36594f4f46f 02:57:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:57:28 ---> Running in f4f16fc8ca55 02:57:28 Removing intermediate container f4f16fc8ca55 02:57:28 ---> 88ed40593020 02:57:28 Step 13/20 : WORKDIR /edgex 02:57:28 ---> Running in 12e4e4cda1c1 02:57:30 Removing intermediate container 12e4e4cda1c1 02:57:30 ---> 1d702cc9374e 02:57:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:57:30 Removing intermediate container 6bb56909c35a 02:57:30 ---> f51aaacf4043 02:57:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:57:31 ---> Running in dd3009d714b8 02:57:32 ---> 425a708f11ec 02:57:32 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:57:33 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 02:57:33 ---> 0ae16dac090c 02:57:33 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:57:34 ---> Running in 85a6fc512cf9 02:57:34 Removing intermediate container 85a6fc512cf9 02:57:34 ---> 08438f24bbda 02:57:34 Step 17/20 : CMD ["--init=true"] 02:57:34 ---> Running in 2ee14693026a 02:57:35 Removing intermediate container 2ee14693026a 02:57:35 ---> 49aeb125fdc8 02:57:35 Step 18/20 : LABEL arch=arm64 02:57:35 ---> Running in bd3aac248d80 02:57:36 Removing intermediate container bd3aac248d80 02:57:36 ---> e3e786f3943f 02:57:36 Step 19/20 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:57:36 ---> Running in ef2b523f69c5 02:57:37 Removing intermediate container ef2b523f69c5 02:57:37 ---> 64cca13fe50c 02:57:37 Step 20/20 : LABEL version=0.0.0 02:57:37 ---> Running in 8072bcb4a346 02:57:37 Removing intermediate container 8072bcb4a346 02:57:37 ---> 18ce79de5532 02:57:37 02:57:38 Successfully built 18ce79de5532 02:57:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:57:38  Building docker-security-proxy-setup-go ... done Removing intermediate container dd3009d714b8 02:57:38 ---> 2b69b7aa4261 02:57:38 02:57:38 Step 11/26 : FROM docker:latest 02:57:38 ---> ce9d55ae87f1 02:57:38 Step 12/26 : RUN apk add --no-cache bash 02:57:39 ---> Running in 6c7d4019e3f8 02:57:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:57:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:57:42 (1/2) Installing readline (8.0.4-r0) 02:57:42 (2/2) Installing bash (5.0.17-r0) 02:57:42 Executing bash-5.0.17-r0.post-install 02:57:42 Executing busybox-1.31.1-r16.trigger 02:57:42 OK: 12 MiB in 22 packages 02:57:44 Removing intermediate container 6c7d4019e3f8 02:57:44 ---> 53d3a3c8fadc 02:57:44 Step 13/26 : RUN rm -rf /var/cache/apk/* 02:57:44 ---> Running in 30cd2469a73d 02:57:47 Removing intermediate container 30cd2469a73d 02:57:47 ---> c4faa1cf867e 02:57:47 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:57:47 ---> Running in 1006d71dcf2a 02:57:48 Removing intermediate container 1006d71dcf2a 02:57:48 ---> bffb6837e577 02:57:48 Step 15/26 : ENV APP_PORT=48090 02:57:48 Removing intermediate container 80749e350873 02:57:48 ---> 2d1133691dc8 02:57:48 02:57:48 Step 10/21 : FROM scratch 02:57:48 ---> 02:57:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:57:48 ---> Running in cc7ddc15e9bb 02:57:48 ---> Using cache 02:57:48 ---> d7577e610572 02:57:48 Step 12/21 : ENV APP_PORT=48081 02:57:49 ---> Running in a91d0aa97a4e 02:57:49 Removing intermediate container cc7ddc15e9bb 02:57:49 ---> c8fc048510c4 02:57:49 Step 16/26 : EXPOSE $APP_PORT 02:57:49 ---> Running in 0ba663962911 02:57:49 Removing intermediate container a91d0aa97a4e 02:57:49 ---> 77fa86f743a4 02:57:49 Step 13/21 : EXPOSE $APP_PORT 02:57:49 ---> Running in e2405fe4f073 02:57:49 Removing intermediate container 0ba663962911 02:57:49 ---> 7f415937df0f 02:57:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:57:50 Removing intermediate container e2405fe4f073 02:57:50 ---> fe6a22f23115 02:57:50 Step 14/21 : WORKDIR / 02:57:50 ---> Running in 68f605644112 02:57:50 Removing intermediate container 68f605644112 02:57:50 ---> df6d8f0b6532 02:57:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:57:51 ---> 1fd315e35b45 02:57:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:57:51 ---> 1d3caf74f17f 02:57:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:57:52 ---> 175ed885c872 02:57:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:57:53 ---> 3a2c96b9cfcf 02:57:53 Step 20/26 : RUN apk --no-cache add py-pip 02:57:53 ---> 0160d604126d 02:57:53 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:57:53 ---> Running in 2c64d5bce1a8 02:57:54 ---> 9d2b772bc0dd 02:57:54 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:57:54 ---> Running in 93f9cf194b30 02:57:55 Removing intermediate container 93f9cf194b30 02:57:55 ---> eb33c04e2e3e 02:57:55 Step 19/21 : LABEL arch=arm64 02:57:55 ---> Running in 8a9f878a1312 02:57:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:57:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:57:55 Removing intermediate container 8a9f878a1312 02:57:55 ---> 97099640b11c 02:57:55 Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:57:55 ---> Running in 4662eeec2ca7 02:57:56 (1/33) Installing libbz2 (1.0.8-r1) 02:57:56 (2/33) Installing expat (2.2.9-r1) 02:57:56 (3/33) Installing libffi (3.3-r2) 02:57:56 (4/33) Installing gdbm (1.13-r1) 02:57:56 (5/33) Installing xz-libs (5.2.5-r0) 02:57:56 (6/33) Installing sqlite-libs (3.32.1-r0) 02:57:56 Removing intermediate container 4662eeec2ca7 02:57:56 ---> d19923b415c6 02:57:56 Step 21/21 : LABEL version=0.0.0 02:57:56 (7/33) Installing python3 (3.8.5-r0) 02:57:56 ---> Running in 64cdd10a5b0c 02:57:58 Removing intermediate container 64cdd10a5b0c 02:57:58 ---> 301f48560435 02:57:58 02:57:58 (8/33) Installing py3-appdirs (1.4.4-r1) 02:57:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:57:58 (10/33) Installing py3-parsing (2.4.7-r0) 02:57:58 (11/33) Installing py3-six (1.15.0-r0) 02:57:58 (12/33) Installing py3-packaging (20.4-r0) 02:57:58 (13/33) Installing py3-setuptools (47.0.0-r0) 02:57:58 (14/33) Installing py3-chardet (3.0.4-r4) 02:57:58 (15/33) Installing py3-idna (2.9-r0) 02:57:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:57:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:57:58 Successfully built 301f48560435 02:57:58 (18/33) Installing py3-requests (2.23.0-r0) 02:57:58 (19/33) Installing py3-msgpack (1.0.0-r0) 02:57:58 Successfully tagged docker-core-metadata-go-arm64:latest 02:57:58  Building docker-core-metadata-go ... done (20/33) Installing py3-lockfile (0.12.2-r3) 02:57:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:57:58 (22/33) Installing py3-colorama (0.4.3-r0) 02:57:58 (23/33) Installing py3-distlib (0.3.0-r0) 02:57:58 (24/33) Installing py3-distro (1.5.0-r1) 02:57:58 (25/33) Installing py3-webencodings (0.5.1-r3) 02:57:58 (26/33) Installing py3-html5lib (1.0.1-r4) 02:57:58 (27/33) Installing py3-pytoml (0.1.21-r0) 02:57:58 (28/33) Installing py3-pep517 (0.8.2-r0) 02:57:58 (29/33) Installing py3-progress (1.5-r0) 02:57:58 (30/33) Installing py3-toml (0.10.1-r0) 02:57:58 (31/33) Installing py3-retrying (1.3.3-r0) 02:57:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:57:58 (33/33) Installing py3-pip (20.1.1-r0) 02:57:59 Executing busybox-1.31.1-r16.trigger 02:57:59 OK: 71 MiB in 55 packages 02:58:00 Removing intermediate container 6d71553522e3 02:58:00 ---> 0c41993f4686 02:58:00 02:58:00 Step 10/22 : FROM alpine 02:58:00 ---> 62ee0e9f8440 02:58:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:58:00 ---> Running in 8c5bc899a24d 02:58:01 Removing intermediate container 8c5bc899a24d 02:58:01 ---> a11f69ca1aa3 02:58:01 Step 12/22 : ENV APP_PORT=48080 02:58:02 ---> Running in 152d1e4a1414 02:58:02 Removing intermediate container 152d1e4a1414 02:58:02 ---> 47e1b6736b36 02:58:02 Step 13/22 : EXPOSE $APP_PORT 02:58:02 ---> Running in 8c7cbf96e163 02:58:03 Removing intermediate container 8c7cbf96e163 02:58:03 ---> b54bedc2ff8f 02:58:03 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:03 ---> Running in 6a071c43e9ec 02:58:05 Removing intermediate container 2c64d5bce1a8 02:58:05 ---> 11230c567fe0 02:58:05 Step 21/26 : RUN pip install docker-compose==1.23.2 02:58:05 ---> Running in 8a47079e7051 02:58:06 Removing intermediate container 6a071c43e9ec 02:58:06 ---> 8f1036d309c8 02:58:06 Step 15/22 : RUN apk --no-cache add zeromq 02:58:06 ---> Running in bd7466fd043c 02:58:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:58:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:58:09 (1/5) Installing libgcc (9.3.0-r2) 02:58:09 (2/5) Installing libsodium (1.0.18-r0) 02:58:09 (3/5) Installing libstdc++ (9.3.0-r2) 02:58:09 (4/5) Installing libzmq (4.3.2-r0) 02:58:09 (5/5) Installing zeromq (4.3.2-r0) 02:58:10 Executing busybox-1.31.1-r16.trigger 02:58:10 OK: 8 MiB in 19 packages 02:58:11 Collecting docker-compose==1.23.2 02:58:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:58:11 Removing intermediate container bd7466fd043c 02:58:11 ---> 56ec462d7161 02:58:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:58:12 Collecting texttable<0.10,>=0.9.0 02:58:12 Downloading texttable-0.9.1.tar.gz (11 kB) 02:58:12 ---> 2245bd04fb3f 02:58:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:58:13 ---> 8b38b9a34531 02:58:13 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:58:14 ---> 281b7b57840a 02:58:14 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:58:14 ---> Running in ddb6ea734d7b 02:58:14 Collecting websocket-client<1.0,>=0.32.0 02:58:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:58:14 Removing intermediate container ddb6ea734d7b 02:58:14 ---> 34b0a8f93e07 02:58:14 Step 20/22 : LABEL arch=arm64 02:58:14 Collecting cached-property<2,>=1.2.0 02:58:14 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 02:58:14 ---> Running in c9a6b3fb227f 02:58:15 Removing intermediate container c9a6b3fb227f 02:58:15 ---> 004fe3a411c8 02:58:15 Step 21/22 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:58:15 ---> Running in c4091baca816 02:58:15 Removing intermediate container c4091baca816 02:58:15 ---> aee727881a89 02:58:15 Step 22/22 : LABEL version=0.0.0 02:58:16 ---> Running in 363e86db7bf8 02:58:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:58:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:58:16 Removing intermediate container 363e86db7bf8 02:58:16 ---> d3a865cc35a7 02:58:16 02:58:16 Collecting docker<4.0,>=3.6.0 02:58:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:58:16 Successfully built d3a865cc35a7 02:58:16 Successfully tagged docker-core-data-go-arm64:latest 02:58:17  Building docker-core-data-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:58:17 Collecting jsonschema<3,>=2.5.1 02:58:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:58:18 Collecting PyYAML<4,>=3.10 02:58:18 Downloading PyYAML-3.13.tar.gz (270 kB) 02:58:21 Collecting dockerpty<0.5,>=0.4.1 02:58:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:58:23 Collecting docopt<0.7,>=0.6.1 02:58:23 Downloading docopt-0.6.2.tar.gz (25 kB) 02:58:26 Collecting urllib3<1.25,>=1.21.1 02:58:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:58:26 Collecting idna<2.8,>=2.5 02:58:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:58:26 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) 02:58:26 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) 02:58:26 Collecting docker-pycreds>=0.4.0 02:58:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:58:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:58:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:58:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:58:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:58:27 Installing collected packages: texttable, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, dockerpty, docopt, docker-compose 02:58:27 Running setup.py install for texttable: started 02:58:29 Running setup.py install for texttable: finished with status 'done' 02:58:29 Attempting uninstall: urllib3 02:58:29 Found existing installation: urllib3 1.25.9 02:58:29 Uninstalling urllib3-1.25.9: 02:58:29 Successfully uninstalled urllib3-1.25.9 02:58:30 Attempting uninstall: idna 02:58:30 Found existing installation: idna 2.9 02:58:30 Uninstalling idna-2.9: 02:58:30 Successfully uninstalled idna-2.9 02:58:30 Attempting uninstall: requests 02:58:30 Found existing installation: requests 2.23.0 02:58:30 Uninstalling requests-2.23.0: 02:58:30 Successfully uninstalled requests-2.23.0 02:58:32 Running setup.py install for PyYAML: started 02:58:34 Running setup.py install for PyYAML: finished with status 'done' 02:58:34 Running setup.py install for dockerpty: started 02:58:36 Running setup.py install for dockerpty: finished with status 'done' 02:58:36 Running setup.py install for docopt: started 02:58:37 Running setup.py install for docopt: finished with status 'done' 02:58:38 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 02:58:42 Removing intermediate container 8a47079e7051 02:58:42 ---> fdcd267f07d8 02:58:42 Step 22/26 : RUN apk --no-cache add curl 02:58:42 ---> Running in ac12d66ac6ea 02:58:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:58:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:58:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:58:44 (2/3) Installing libcurl (7.69.1-r0) 02:58:44 (3/3) Installing curl (7.69.1-r0) 02:58:44 Executing busybox-1.31.1-r16.trigger 02:58:44 OK: 71 MiB in 58 packages 02:58:46 Removing intermediate container ac12d66ac6ea 02:58:46 ---> f82dada2f0e1 02:58:46 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:58:46 ---> Running in 848be6e450d5 02:58:46 Removing intermediate container 848be6e450d5 02:58:46 ---> c6ba4bb57abb 02:58:46 Step 24/26 : LABEL arch=arm64 02:58:46 ---> Running in 502af8374989 02:58:46 Removing intermediate container 502af8374989 02:58:46 ---> f430d2b9eea9 02:58:46 Step 25/26 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 02:58:47 ---> Running in ca6aadec4be7 02:58:47 Removing intermediate container ca6aadec4be7 02:58:47 ---> 9ddb0c4b6570 02:58:47 Step 26/26 : LABEL version=0.0.0 02:58:47 ---> Running in 4f0d6305d35d 02:58:48 Removing intermediate container 4f0d6305d35d 02:58:48 ---> 937af4ad0990 02:58:48 02:58:48 Successfully built 937af4ad0990 02:58:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:58:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:58:48 $ docker stop --time=1 06e4ae49ac2e428b81c831648727987b079f948de7b9b041c894a3045529343d 02:58:50 $ docker rm -f 06e4ae49ac2e428b81c831648727987b079f948de7b9b041c894a3045529343d [Pipeline] // withDockerContainer [Pipeline] sh 02:58:51 + grep docker 02:58:51 + docker images 02:58:51 docker-sys-mgmt-agent-go-arm64 latest 937af4ad0990 4 seconds ago 266MB 02:58:51 docker-core-data-go-arm64 latest d3a865cc35a7 35 seconds ago 22.6MB 02:58:51 docker-core-metadata-go-arm64 latest 301f48560435 55 seconds ago 13.8MB 02:58:51 docker-security-proxy-setup-go-arm64 latest 18ce79de5532 About a minute ago 15.8MB 02:58:51 docker-security-secrets-setup-go-arm64 latest 844ebf7d43db 2 minutes ago 24.2MB 02:58:51 docker-security-secretstore-setup-go-arm64 latest db2bbcb0dfba 4 minutes ago 32.6MB 02:58:51 docker-support-notifications-go-arm64 latest ebe30a537053 4 minutes ago 13.9MB 02:58:51 docker-core-command-go-arm64 latest 4ec9b1d90f1e 4 minutes ago 12.4MB 02:58:51 docker-support-scheduler-go-arm64 latest 840796afecb8 4 minutes ago 12.6MB 02:58:51 docker-support-logging-go-arm64 latest f23504c1f519 4 minutes ago 11.4MB 02:58:51 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:58:53 provisioning config files... 02:58:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config8808302806741955094tmp [Pipeline] { [Pipeline] sh 02:58:53 + curl -s https://codecov.io/bash 02:58:53 + bash -s - -t @/w/workspace/edgex-go/20@tmp/config8808302806741955094tmp [Pipeline] } 02:58:54 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 02:58:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:58:56 ---> package-listing.sh 02:58:56 ++ facter osfamily 02:58:56 ++ tr '[:upper:]' '[:lower:]' 02:58:56 + OS_FAMILY=redhat 02:58:56 + workspace=/w/workspace/edgex-go/20 02:58:56 + START_PACKAGES=/tmp/packages_start.txt 02:58:56 + END_PACKAGES=/tmp/packages_end.txt 02:58:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:58:56 + PACKAGES=/tmp/packages_start.txt 02:58:56 + '[' /w/workspace/edgex-go/20 ']' 02:58:56 + PACKAGES=/tmp/packages_end.txt 02:58:56 + case "${OS_FAMILY}" in 02:58:56 + rpm -qa 02:58:56 + sort 02:59:00 + '[' -f /tmp/packages_start.txt ']' 02:59:00 + '[' -f /tmp/packages_end.txt ']' 02:59:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:59:00 + '[' /w/workspace/edgex-go/20 ']' 02:59:00 + mkdir -p /w/workspace/edgex-go/20/archives/ 02:59:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] isUnix [Pipeline] sh 02:59:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:59:01 02:59:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:59:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:59:01 alpine: Pulling from edgex-lftools-log-publisher 02:59:01 c9b1b535fdd9: Pulling fs layer 02:59:01 2cc5ad85d9ab: Pulling fs layer 02:59:01 756a868c4378: Pulling fs layer 02:59:01 444b2fc9a129: Pulling fs layer 02:59:01 ea15f1150254: Pulling fs layer 02:59:01 41b27a9f41bf: Pulling fs layer 02:59:01 28c525ee5125: Pulling fs layer 02:59:01 094b1ea09ed8: Pulling fs layer 02:59:01 138eaada9080: Pulling fs layer 02:59:01 0622d0fa9048: Pulling fs layer 02:59:01 28c525ee5125: Waiting 02:59:01 094b1ea09ed8: Waiting 02:59:01 138eaada9080: Waiting 02:59:01 0622d0fa9048: Waiting 02:59:01 444b2fc9a129: Waiting 02:59:01 ea15f1150254: Waiting 02:59:01 41b27a9f41bf: Waiting 02:59:01 2cc5ad85d9ab: Verifying Checksum 02:59:01 2cc5ad85d9ab: Download complete 02:59:01 444b2fc9a129: Verifying Checksum 02:59:01 444b2fc9a129: Download complete 02:59:01 c9b1b535fdd9: Verifying Checksum 02:59:01 c9b1b535fdd9: Download complete 02:59:01 ea15f1150254: Verifying Checksum 02:59:01 ea15f1150254: Download complete 02:59:01 28c525ee5125: Verifying Checksum 02:59:01 28c525ee5125: Download complete 02:59:02 756a868c4378: Verifying Checksum 02:59:02 756a868c4378: Download complete 02:59:02 c9b1b535fdd9: Pull complete 02:59:02 138eaada9080: Verifying Checksum 02:59:02 138eaada9080: Download complete 02:59:02 0622d0fa9048: Verifying Checksum 02:59:02 0622d0fa9048: Download complete 02:59:02 094b1ea09ed8: Verifying Checksum 02:59:02 094b1ea09ed8: Download complete 02:59:02 2cc5ad85d9ab: Pull complete 02:59:02 41b27a9f41bf: Verifying Checksum 02:59:02 41b27a9f41bf: Download complete 02:59:04 756a868c4378: Pull complete 02:59:04 444b2fc9a129: Pull complete 02:59:04 ea15f1150254: Pull complete 02:59:09 41b27a9f41bf: Pull complete 02:59:10 28c525ee5125: Pull complete 02:59:12 094b1ea09ed8: Pull complete 02:59:12 138eaada9080: Pull complete 02:59:13 0622d0fa9048: Pull complete 02:59:13 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 02:59:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:59:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:59:13 prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container 02:59:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:59:17 $ docker top 096b53873ab1d51f609df63c2ca3964a9760b7dfeda8c54d8f5542c2d763ba67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:59:17 provisioning config files... 02:59:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config7896298411380143501tmp [Pipeline] { [Pipeline] echo 02:59:17 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:59:17 ---> create-netrc.sh [Pipeline] echo 02:59:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:59:18 ---> logs-deploy.sh 02:59:18 + ARCHIVE_ARTIFACTS= 02:59:18 + LOGS_SERVER=https://logs.edgexfoundry.org 02:59:18 + '[' https://logs.edgexfoundry.org == None ']' 02:59:18 + NEXUS_URL=https://nexus.edgexfoundry.org 02:59:18 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/20 02:59:18 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/20/ 02:59:18 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/20 /w/workspace/edgex-go/20 02:59:19 Archives upload complete. 02:59:19 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/20 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/20/