Pull request #2645 opened 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 20d69cf472830a87156b00195b977e95db74ba98+04784571c64111dd2069565982d29e4bcbbafa66 (793edd6e4bd4709f1f3cbf53ef529443410f8ec9) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2645/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1135 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 20d69cf472830a87156b00195b977e95db74ba98 Merge succeeded, producing 20d69cf472830a87156b00195b977e95db74ba98 Checking out Revision 20d69cf472830a87156b00195b977e95db74ba98 (PR-2645) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # 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/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20d69cf472830a87156b00195b977e95db74ba98 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20d69cf472830a87156b00195b977e95db74ba98 # timeout=10 Commit message: "build: remove VERSION file as git-semver now manages version" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:08:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:08:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:08:13 ========================================================= 17:08:13 EdgeX Global Pipelines Version Info 17:08:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:08:15 ------------------- 17:08:15 stable info: 17:08:15 ------------------- 17:08:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:08:15 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 17:08:15 Message: update stable to v1.0.106 17:08:16 ------------------- 17:08:16 experimental info: 17:08:16 ------------------- 17:08:16 Commited By: **** collab-it+edgex@linuxfoundation.org 17:08:16 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 17:08:16 Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 17:08:17 ++ 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 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/core-command/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo core-command,cmd/core-command/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/core-data/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo core-data,cmd/core-data/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/core-metadata/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo core-metadata,cmd/core-metadata/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/security-proxy-setup/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/security-secrets-setup/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/support-logging/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo support-logging,cmd/support-logging/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/support-notifications/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo support-notifications,cmd/support-notifications/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/support-scheduler/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:08:17 + for file in '`ls cmd/**/Dockerfile`' 17:08:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:08:17 ++ cut -d/ -f2 17:08:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:08:17 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 17:08:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:18 17:08:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:08:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:19 latest: Pulling from edgex-devops/git-semver 17:08:19 31603596830f: Pulling fs layer 17:08:19 2a8b12db71e7: Pulling fs layer 17:08:19 6ca5941a6612: Pulling fs layer 17:08:19 ecc8261a40a4: Pulling fs layer 17:08:19 ecc8261a40a4: Waiting 17:08:19 2a8b12db71e7: Verifying Checksum 17:08:19 2a8b12db71e7: Download complete 17:08:19 31603596830f: Verifying Checksum 17:08:19 31603596830f: Download complete 17:08:19 ecc8261a40a4: Verifying Checksum 17:08:19 ecc8261a40a4: Download complete 17:08:19 6ca5941a6612: Verifying Checksum 17:08:19 6ca5941a6612: Download complete 17:08:19 31603596830f: Pull complete 17:08:19 2a8b12db71e7: Pull complete 17:08:20 6ca5941a6612: Pull complete 17:08:20 ecc8261a40a4: Pull complete 17:08:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:08:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:08:20 prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container 17:08:20 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:08:23 $ docker top e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:08:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:23 [ssh-agent] Looking for ssh-agent implementation... 17:08:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:23 $ docker exec e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed ssh-agent 17:08:23 SSH_AUTH_SOCK=/tmp/ssh-3kV4r64fKS69/agent.11 17:08:23 SSH_AGENT_PID=16 17:08:23 Running ssh-add (command line suppressed) 17:08:24 Identity added: /w/workspace/edgex-go/1@tmp/private_key_114150385095896863.key (/w/workspace/edgex-go/1@tmp/private_key_114150385095896863.key) 17:08:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:24 + git describe --exact-match --tags HEAD 17:08:24 fatal: No names found, cannot describe anything. [Pipeline] } 17:08:24 $ docker exec --env ******** --env ******** e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed ssh-agent -k 17:08:24 unset SSH_AUTH_SOCK; 17:08:24 unset SSH_AGENT_PID; 17:08:24 echo Agent pid 16 killed; 17:08:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:08:24 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:08:24 This usually means this commit has not been tagged. [Pipeline] sshagent 17:08:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:24 [ssh-agent] Looking for ssh-agent implementation... 17:08:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:25 $ docker exec e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed ssh-agent 17:08:25 SSH_AUTH_SOCK=/tmp/ssh-VUurhTEolsUk/agent.45 17:08:25 SSH_AGENT_PID=51 17:08:25 Running ssh-add (command line suppressed) 17:08:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7277813334573357963.key (/w/workspace/edgex-go/1@tmp/private_key_7277813334573357963.key) 17:08:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:25 + git semver init 17:08:25 # -> Open(): unable to determine branch for HEAD 17:08:25 # $GIT_DIR = /w/workspace/edgex-go/1/.git 17:08:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 17:08:25 # $SEMVER_REMOTE_NAME = origin 17:08:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:08:25 # $SEMVER_USER_NAME = edgex-jenkins 17:08:25 # $SEMVER_BRANCH = PR-2645 17:08:25 # $SEMVER_TEMP = /tmp/semver-285516890 17:08:25 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:08:52 # '/tmp/semver-285516890' -> '/w/workspace/edgex-go/1/.semver' 17:08:52 # -> Force: false 17:08:52 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 17:08:52 $ docker exec --env ******** --env ******** e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed ssh-agent -k 17:08:52 unset SSH_AUTH_SOCK; 17:08:52 unset SSH_AGENT_PID; 17:08:52 echo Agent pid 51 killed; 17:08:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:08:53 + git semver [Pipeline] } 17:08:53 $ docker stop --time=1 e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed 17:08:54 $ docker rm -f e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:09:09 Stashed 25 file(s) [Pipeline] echo 17:09:09 [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 17:09:10 ========================================================= 17:09:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:09:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:09:10 + 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 . 17:09:13 Sending build context to Docker daemon 323.2MB 17:09:13 Step 1/7 : ARG BASE=golang:1.13-alpine 17:09:13 Step 2/7 : FROM ${BASE} 17:09:13 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:09:13 df20fa9351a1: Pulling fs layer 17:09:13 ed8968b2872e: Pulling fs layer 17:09:13 a92cc7c5fd73: Pulling fs layer 17:09:13 2dd03ba5bac4: Pulling fs layer 17:09:13 1e091d79d1de: Pulling fs layer 17:09:13 481702a1767f: Pulling fs layer 17:09:13 f64a6f60c768: Pulling fs layer 17:09:13 e78d2573fc39: Pulling fs layer 17:09:13 e876d2f968b6: Pulling fs layer 17:09:13 ce8a83651883: Pulling fs layer 17:09:13 07967f4d0e4b: Pulling fs layer 17:09:13 f64a6f60c768: Waiting 17:09:13 2dd03ba5bac4: Waiting 17:09:13 e78d2573fc39: Waiting 17:09:13 1e091d79d1de: Waiting 17:09:13 e876d2f968b6: Waiting 17:09:13 481702a1767f: Waiting 17:09:13 07967f4d0e4b: Waiting 17:09:13 ce8a83651883: Waiting 17:09:13 a92cc7c5fd73: Verifying Checksum 17:09:13 a92cc7c5fd73: Download complete 17:09:13 ed8968b2872e: Download complete 17:09:13 1e091d79d1de: Download complete 17:09:13 481702a1767f: Verifying Checksum 17:09:13 481702a1767f: Download complete 17:09:13 df20fa9351a1: Verifying Checksum 17:09:13 df20fa9351a1: Download complete 17:09:14 f64a6f60c768: Verifying Checksum 17:09:14 f64a6f60c768: Download complete 17:09:14 e876d2f968b6: Verifying Checksum 17:09:14 e876d2f968b6: Download complete 17:09:14 df20fa9351a1: Pull complete 17:09:14 ed8968b2872e: Pull complete 17:09:15 e78d2573fc39: Verifying Checksum 17:09:15 e78d2573fc39: Download complete 17:09:15 a92cc7c5fd73: Pull complete 17:09:15 07967f4d0e4b: Verifying Checksum 17:09:15 07967f4d0e4b: Download complete 17:09:15 2dd03ba5bac4: Verifying Checksum 17:09:15 2dd03ba5bac4: Download complete 17:09:15 ce8a83651883: Verifying Checksum 17:09:15 ce8a83651883: Download complete 17:09:21 2dd03ba5bac4: Pull complete 17:09:21 1e091d79d1de: Pull complete 17:09:21 481702a1767f: Pull complete 17:09:24 Still waiting to schedule task 17:09:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:09:29 f64a6f60c768: Pull complete 17:09:31 e78d2573fc39: Pull complete 17:09:31 e876d2f968b6: Pull complete 17:09:32 ce8a83651883: Pull complete 17:09:32 07967f4d0e4b: Pull complete 17:09:32 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 17:09:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:09:32 ---> 5d7c900382c6 17:09:32 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 17:09:33 ---> Running in 8b6ac5f38543 17:09:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:09:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:09:35 (1/12) Installing libmagic (5.38-r0) 17:09:35 (2/12) Installing file (5.38-r0) 17:09:35 (3/12) Installing libc-dev (0.7.2-r3) 17:09:35 (4/12) Installing g++ (9.3.0-r2) 17:09:37 (5/12) Installing fortify-headers (1.1-r0) 17:09:38 (6/12) Installing patch (2.7.6-r6) 17:09:38 (7/12) Installing build-base (0.5-r2) 17:09:38 (8/12) Installing libsodium (1.0.18-r0) 17:09:38 (9/12) Installing pkgconf (1.7.2-r0) 17:09:38 (10/12) Installing libsodium-dev (1.0.18-r0) 17:09:38 (11/12) Installing libzmq (4.3.2-r0) 17:09:38 (12/12) Installing zeromq-dev (4.3.2-r0) 17:09:38 Executing busybox-1.31.1-r16.trigger 17:09:38 OK: 233 MiB in 51 packages 17:09:42 Removing intermediate container 8b6ac5f38543 17:09:42 ---> b99955c902b8 17:09:42 Step 4/7 : WORKDIR /edgex-go 17:09:42 ---> Running in b735938ebb2c 17:09:42 Removing intermediate container b735938ebb2c 17:09:42 ---> 093964f7b453 17:09:42 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:09:42 latest: Pulling from library/docker 17:09:42 df20fa9351a1: Already exists 17:09:42 25ad7478873d: Pulling fs layer 17:09:42 4684f6177b5d: Pulling fs layer 17:09:42 46e300cec669: Pulling fs layer 17:09:42 63038576ad94: Pulling fs layer 17:09:42 0fdb76c4706c: Pulling fs layer 17:09:42 cb7edeffdfd5: Pulling fs layer 17:09:42 63038576ad94: Waiting 17:09:42 0fdb76c4706c: Waiting 17:09:42 cb7edeffdfd5: Waiting 17:09:43 4684f6177b5d: Download complete 17:09:43 25ad7478873d: Verifying Checksum 17:09:43 25ad7478873d: Download complete 17:09:43 63038576ad94: Download complete 17:09:43 0fdb76c4706c: Verifying Checksum 17:09:43 0fdb76c4706c: Download complete 17:09:43 cb7edeffdfd5: Verifying Checksum 17:09:43 cb7edeffdfd5: Download complete 17:09:43 25ad7478873d: Pull complete 17:09:43 4684f6177b5d: Pull complete 17:09:43 46e300cec669: Verifying Checksum 17:09:43 46e300cec669: Download complete 17:09:45 46e300cec669: Pull complete 17:09:46 63038576ad94: Pull complete 17:09:46 0fdb76c4706c: Pull complete 17:09:46 cb7edeffdfd5: Pull complete 17:09:46 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 17:09:46 Status: Downloaded newer image for docker:latest 17:09:47 ---> 8a4e99ab0f27 17:09:47 Step 6/7 : COPY go.mod . 17:09:47 ---> 548cd9e2892a 17:09:47 Step 7/7 : RUN go mod download 17:09:47 ---> Running in 8f9ecd82d37d 17:09:50 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:09:50 go: finding github.com/BurntSushi/toml v0.3.1 17:09:50 go: finding github.com/OneOfOne/xxhash v1.2.5 17:09:50 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:09:50 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:09:50 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:09:50 go: finding github.com/bgentry/speakeasy v0.1.0 17:09:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:09:50 go: finding github.com/cloudflare/gokey v0.1.0 17:09:50 go: finding github.com/davecgh/go-spew v1.1.1 17:09:50 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:09:50 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:09:50 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 17:09:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:09:50 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:09:50 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:09:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:09:50 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:09:50 go: finding github.com/fatih/color v1.7.0 17:09:50 go: finding github.com/fsnotify/fsnotify v1.4.7 17:09:50 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:09:50 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:09:50 go: finding github.com/go-kit/kit v0.8.0 17:09:50 go: finding github.com/go-logfmt/logfmt v0.4.0 17:09:50 go: finding github.com/go-redis/redis/v7 v7.2.0 17:09:50 go: finding github.com/go-stack/stack v1.8.0 17:09:50 go: finding github.com/golang/protobuf v1.3.2 17:09:50 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:09:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:09:50 go: finding github.com/google/uuid v1.1.0 17:09:50 go: finding github.com/gorilla/mux v1.7.1 17:09:50 go: finding github.com/hashicorp/consul/api v1.1.0 17:09:50 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:09:50 go: finding github.com/hashicorp/errwrap v1.0.0 17:09:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:09:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:09:50 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:09:51 go: finding github.com/hashicorp/go-multierror v1.0.0 17:09:51 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:09:51 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:09:51 go: finding github.com/hashicorp/go-syslog v1.0.0 17:09:51 go: finding github.com/hashicorp/go-uuid v1.0.1 17:09:51 go: finding github.com/hashicorp/go.net v0.0.1 17:09:51 go: finding github.com/hashicorp/golang-lru v0.5.0 17:09:51 go: finding github.com/hashicorp/logutils v1.0.0 17:09:51 go: finding github.com/hashicorp/mdns v1.0.0 17:09:51 go: finding github.com/hashicorp/memberlist v0.1.3 17:09:51 go: finding github.com/hashicorp/serf v0.8.2 17:09:51 go: finding github.com/hpcloud/tail v1.0.0 17:09:51 go: finding github.com/imdario/mergo v0.3.6 17:09:51 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:09:51 go: finding github.com/kr/pretty v0.1.0 17:09:51 go: finding github.com/kr/pty v1.1.1 17:09:51 go: finding github.com/kr/text v0.1.0 17:09:51 go: finding github.com/mattn/go-colorable v0.0.9 17:09:51 go: finding github.com/mattn/go-isatty v0.0.3 17:09:51 go: finding github.com/miekg/dns v1.0.14 17:09:51 go: finding github.com/mitchellh/cli v1.0.0 17:09:51 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:09:51 go: finding github.com/mitchellh/copystructure v1.0.0 17:09:51 go: finding github.com/mitchellh/go-homedir v1.0.0 17:09:51 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:09:51 go: finding github.com/mitchellh/gox v0.4.0 17:09:51 go: finding github.com/mitchellh/iochan v1.0.0 17:09:51 go: finding github.com/mitchellh/mapstructure v1.1.2 17:09:51 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:09:51 go: finding github.com/onsi/ginkgo v1.10.1 17:09:51 go: finding github.com/onsi/gomega v1.7.0 17:09:51 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:09:51 go: finding github.com/pebbe/zmq4 v1.0.0 17:09:51 go: finding github.com/pelletier/go-toml v1.2.0 17:09:51 go: finding github.com/pkg/errors v0.8.1 17:09:51 go: finding github.com/pmezard/go-difflib v1.0.0 17:09:51 go: finding github.com/posener/complete v1.1.1 17:09:51 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:09:51 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:09:51 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:09:51 go: finding github.com/stretchr/objx v0.1.0 17:09:51 go: finding github.com/stretchr/testify v1.5.1 17:09:51 go: finding github.com/ugorji/go v1.1.4 17:09:51 go: finding github.com/x448/float16 v0.8.4 17:09:51 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 17:09:51 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:09:51 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:09:51 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:09:51 go: finding golang.org/x/text v0.3.2 17:09:51 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:09:52 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:09:52 go: finding gopkg.in/eapache/queue.v1 v1.1.0 17:09:52 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:09:52 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:09:52 go: finding gopkg.in/yaml.v2 v2.2.8 17:10:04 Removing intermediate container 8f9ecd82d37d 17:10:04 ---> 096a149d67ce 17:10:04 Successfully built 096a149d67ce 17:10:04 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 17:10:05 + docker inspect -f . ci-base-image-x86_64 17:10:05 . [Pipeline] withDockerContainer 17:10:05 prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container 17:10:05 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 17:10:06 $ docker top bbf3198c0ad3d6ed76d0647e7fa8694e674eb6e618370e28116ecec6a6aa9b63 -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:06 + go version 17:10:06 go version go1.13.13 linux/amd64 [Pipeline] echo 17:10:06 ========================================================= 17:10:06 [edgeXBuildGoParallel] Running Tests and Build... 17:10:06 ========================================================= [Pipeline] sh 17:10:06 + make test raml_verify 17:10:06 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:10:08 ? github.com/edgexfoundry/edgex-go [no test files] 17:10:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:10:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:10:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:10:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:10:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:10:23 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s 17:10:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 17:10:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:10:23 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:10:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:10:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:10:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:10:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:10:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:10:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.031s coverage: 46.6% of statements 17:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.045s coverage: 27.4% of statements 17:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 17:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements 17:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:10:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.121s coverage: 29.3% of statements 17:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:10:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements 17:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:10:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements 17:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:10:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:10:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:10:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.046s coverage: 100.0% of statements 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:10:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements 17:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.032s coverage: 63.5% of statements 17:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.004s coverage: 100.0% of statements 17:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.098s coverage: 55.9% of statements 17:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 17:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.982s coverage: 86.3% of statements 17:10:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.240s coverage: 72.2% of statements 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.113s coverage: 72.1% of statements 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements 17:10:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:10:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:10:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements 17:10:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements 17:10:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.058s coverage: 26.9% of statements 17:10:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:10:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.097s coverage: 84.1% of statements 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.005s coverage: 100.0% of statements 17:10:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 43.1% of statements 17:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:10:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements 17:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:10:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements 17:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.024s coverage: 46.1% of statements 17:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.010s coverage: 100.0% of statements 17:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements 17:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:10:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements 17:10:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:10:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements 17:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:10:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 17:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:10:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements 17:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:10:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements 17:10:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:10:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements 17:10:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:10:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:10:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:10:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:10:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 17:10:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:10:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:10:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 17:10:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 17:10:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 17:10:46 GO111MODULE=on go vet ./... 17:10:51 gofmt -l . 17:10:52 [ "`gofmt -l .`" = "" ] 17:10:53 ./bin/test-go-mod-tidy.sh 17:10:54 ./bin/test-attribution-txt.sh 17:10:55 docker run --rm --privileged \ 17:10:55 -v /w/workspace/edgex-go/1:/raml-verification -w /raml-verification \ 17:10:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 17:10:55 /scripts/raml-verify.sh 17:10:55 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 17:10:55 x86_64: Pulling from edgex-devops/edgex-docs-builder 17:10:55 cbdbe7a5bc2a: Pulling fs layer 17:10:55 bd07af9ed1a4: Pulling fs layer 17:10:55 3556ccf180b2: Pulling fs layer 17:10:55 089d4748da74: Pulling fs layer 17:10:55 c6eb57c77bc5: Pulling fs layer 17:10:55 0364d5097239: Pulling fs layer 17:10:55 089d4748da74: Waiting 17:10:55 c6eb57c77bc5: Waiting 17:10:55 0364d5097239: Waiting 17:10:55 3556ccf180b2: Verifying Checksum 17:10:55 3556ccf180b2: Download complete 17:10:55 cbdbe7a5bc2a: Download complete 17:10:55 089d4748da74: Verifying Checksum 17:10:55 089d4748da74: Download complete 17:10:55 0364d5097239: Verifying Checksum 17:10:55 0364d5097239: Download complete 17:10:55 c6eb57c77bc5: Verifying Checksum 17:10:55 c6eb57c77bc5: Download complete 17:10:55 bd07af9ed1a4: Verifying Checksum 17:10:55 bd07af9ed1a4: Download complete 17:10:55 cbdbe7a5bc2a: Pull complete 17:11:00 bd07af9ed1a4: Pull complete 17:11:00 3556ccf180b2: Pull complete 17:11:00 089d4748da74: Pull complete 17:11:01 c6eb57c77bc5: Pull complete 17:11:01 0364d5097239: Pull complete 17:11:01 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 17:11:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 17:11:08 Verifying ./api/raml/core-command.raml... 17:11:08 OK 17:11:08 Verifying ./api/raml/core-data.raml... 17:11:09 OK 17:11:09 Verifying ./api/raml/core-metadata.raml... 17:11:10 OK 17:11:10 Verifying ./api/raml/support-logging.raml... 17:11:11 OK 17:11:11 Verifying ./api/raml/support-notifications.raml... 17:11:12 OK 17:11:12 Verifying ./api/raml/support-scheduler.raml... 17:11:13 OK 17:11:13 Verifying ./api/raml/system-agent.raml... 17:11:14 OK [Pipeline] sh 17:11:14 + ls -al . 17:11:14 total 556 17:11:14 drwxrwxr-x 10 1001 1001 4096 Jul 27 17:10 . 17:11:14 drwxr-xr-x 4 root root 28 Jul 27 17:10 .. 17:11:14 -rw-rw-r-- 1 1001 1001 11 Jul 27 17:08 .dockerignore 17:11:14 drwxrwxr-x 8 1001 1001 179 Jul 27 17:08 .git 17:11:14 drwxrwxr-x 3 1001 1001 60 Jul 27 17:08 .github 17:11:14 -rw-rw-r-- 1 1001 1001 924 Jul 27 17:08 .gitignore 17:11:14 drwx------ 3 1001 1001 47 Jul 27 17:08 .semver 17:11:14 -rw-rw-r-- 1 1001 1001 178 Jul 27 17:08 .sonarcloud.properties 17:11:14 -rw-rw-r-- 1 1001 1001 3804 Jul 27 17:08 CONTRIBUTING.md 17:11:14 -rw-rw-r-- 1 1001 1001 1035 Jul 27 17:08 Dockerfile.build 17:11:14 -rw-rw-r-- 1 1001 1001 824 Jul 27 17:08 Jenkinsfile 17:11:14 -rw-rw-r-- 1 1001 1001 10775 Jul 27 17:08 LICENSE 17:11:14 -rw-rw-r-- 1 1001 1001 6443 Jul 27 17:08 Makefile 17:11:14 -rw-rw-r-- 1 1001 1001 5652 Jul 27 17:08 README.md 17:11:14 -rw-rw-r-- 1 1001 1001 7111 Jul 27 17:08 SECURITY.md 17:11:14 -rw-rw-r-- 1 1001 1001 5 Jul 27 17:08 VERSION 17:11:14 -rw-rw-r-- 1 1001 1001 4131 Jul 27 17:08 ZMQWindows.md 17:11:14 drwxrwxr-x 4 1001 1001 33 Jul 27 17:08 api 17:11:14 drwxrwxr-x 2 1001 1001 117 Jul 27 17:08 bin 17:11:14 drwxrwxr-x 15 1001 1001 4096 Jul 27 17:08 cmd 17:11:14 -rw-r--r-- 1 root root 456067 Jul 27 17:10 coverage.out 17:11:14 -rw-r--r-- 1 root root 1019 Jul 27 17:10 go.mod 17:11:14 -rw-r--r-- 1 root root 18146 Jul 27 17:10 go.sum 17:11:14 drwxrwxr-x 8 1001 1001 127 Jul 27 17:08 internal 17:11:14 drwxrwxr-x 4 1001 1001 71 Jul 27 17:08 snap 17:11:14 -rw-rw-r-- 1 1001 1001 168 Jul 27 17:08 version.go [Pipeline] sh 17:11:15 + '[' -e coverage.out ] 17:11:15 + chown 1001:1001 coverage.out [Pipeline] stash 17:11:15 Stashed 1 file(s) [Pipeline] sh 17:11:15 + make build 17:11:15 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 17:11:22 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 17:11:25 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 17:11:27 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 17:11:29 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 17:11:30 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 17:11:31 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 17:11:32 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 17:11:34 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 17:11:35 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 17:11:36 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 17:11:38 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 17:11:39 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] } 17:11:40 $ docker stop --time=1 bbf3198c0ad3d6ed76d0647e7fa8694e674eb6e618370e28116ecec6a6aa9b63 17:11:42 $ docker rm -f bbf3198c0ad3d6ed76d0647e7fa8694e674eb6e618370e28116ecec6a6aa9b63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:11:45 17:11:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:11:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:11:45 latest: Pulling from edgex-devops/edgex-compose 17:11:45 cbdbe7a5bc2a: Already exists 17:11:45 ca9280d653b3: Pulling fs layer 17:11:45 7e9c9ca2126c: Pulling fs layer 17:11:46 ca9280d653b3: Verifying Checksum 17:11:46 ca9280d653b3: Download complete 17:11:46 7e9c9ca2126c: Verifying Checksum 17:11:46 7e9c9ca2126c: Download complete 17:11:46 ca9280d653b3: Pull complete 17:11:55 7e9c9ca2126c: Pull complete 17:11:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:11:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:11:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:11:55 prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container 17:11:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose:latest cat 17:11:56 $ docker top d1c37ed7314a4318d5ac0b30c4f6a6fc9296a390da00012619cb0f62589363c2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:57 + docker-compose build --help 17:11:57 + grep parallel 17:11:58 --parallel Build images in parallel. [Pipeline] } 17:11:58 $ docker stop --time=1 d1c37ed7314a4318d5ac0b30c4f6a6fc9296a390da00012619cb0f62589363c2 17:11:59 $ docker rm -f d1c37ed7314a4318d5ac0b30c4f6a6fc9296a390da00012619cb0f62589363c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:12:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:00 . [Pipeline] withDockerContainer 17:12:00 prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container 17:12:00 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 17:12:00 $ docker top 5c6c8888f7538f442b5c88573a4aaa5fdf9cea963fda3ebfbb5e09085f267d6b -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:01 + docker-compose -f ./docker-compose-build.yml build --parallel 17:12:02 Building docker-core-command-go ... 17:12:02 Building docker-core-data-go ... 17:12:02 Building docker-core-metadata-go ... 17:12:02 Building docker-security-proxy-setup-go ... 17:12:02 Building docker-security-secrets-setup-go ... 17:12:02 Building docker-security-secretstore-setup-go ... 17:12:02 Building docker-support-logging-go ... 17:12:02 Building docker-support-notifications-go ... 17:12:02 Building docker-support-scheduler-go ... 17:12:02 Building docker-sys-mgmt-agent-go ... 17:12:02 Building docker-security-proxy-setup-go 17:12:02 Building docker-core-data-go 17:12:02 Building docker-support-scheduler-go 17:12:02 Building docker-support-logging-go 17:12:02 Building docker-core-metadata-go 17:12:34 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 17:12:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:12:34 ---> 096a149d67ce 17:12:34 Step 3/22 : WORKDIR /edgex-go 17:12:34 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:12:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:12:34 ---> 096a149d67ce 17:12:34 Step 3/20 : WORKDIR /edgex-go 17:12:34 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:12:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:12:34 ---> 096a149d67ce 17:12:34 Step 3/21 : WORKDIR /edgex-go 17:12:34 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:12:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:12:34 ---> 096a149d67ce 17:12:34 Step 3/21 : WORKDIR /edgex-go 17:12:34 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:12:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:12:34 ---> 096a149d67ce 17:12:34 Step 3/20 : WORKDIR /edgex-go 17:12:34 ---> Running in d42233407ae5 17:12:34 ---> Running in b16c9badec84 17:12:34 ---> Running in 67432c440166 17:12:34 ---> Running in e9c6226c81e3 17:12:34 ---> Running in ee52b41969cd 17:12:34 Removing intermediate container ee52b41969cd 17:12:34 ---> 4bb8549cdb97 17:12:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:34 Removing intermediate container d42233407ae5 17:12:34 ---> 229a53941a68 17:12:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:34 Removing intermediate container 67432c440166 17:12:34 ---> 2c128345751b 17:12:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:34 Removing intermediate container e9c6226c81e3 17:12:34 ---> c40f4da3765d 17:12:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:34 Removing intermediate container b16c9badec84 17:12:34 ---> a8cad5b7d5cb 17:12:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:34 ---> Running in ae15e4c37aa1 17:12:34 ---> Running in 076727574cb7 17:12:34 ---> Running in 22ee481b1b90 17:12:34 ---> Running in b3b6e1d4ddb4 17:12:34 ---> Running in 128939b66b21 17:12:34 Removing intermediate container 22ee481b1b90 17:12:34 ---> 0eba88a77e08 17:12:34 Step 5/21 : RUN apk update && apk add make && apk add bash git 17:12:34 ---> Running in 52d7ca83e283 17:12:34 Removing intermediate container 076727574cb7 17:12:34 ---> 8c3183d99d9e 17:12:34 Step 5/20 : RUN apk update && apk add make git 17:12:34 ---> Running in 6f47c5afe9fa 17:12:34 Removing intermediate container ae15e4c37aa1 17:12:34 ---> 4aba6c9536f5 17:12:34 Step 5/21 : RUN apk update && apk add make git 17:12:34 Removing intermediate container 128939b66b21 17:12:34 ---> 66f7241600ba 17:12:34 Step 5/20 : RUN apk update && apk add make git 17:12:34 Removing intermediate container b3b6e1d4ddb4 17:12:34 ---> 5a741d277003 17:12:34 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:12:34 ---> Running in 6d5b0ec34fe0 17:12:35 ---> Running in ecdc5b87b842 17:12:35 ---> Running in 3a690ad0effd 17:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:36 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:12:36 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:12:36 OK: 12749 distinct packages available 17:12:36 OK: 233 MiB in 51 packages 17:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:36 OK: 233 MiB in 51 packages 17:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:36 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:12:36 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:12:36 OK: 12749 distinct packages available 17:12:36 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:12:36 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:12:36 OK: 12749 distinct packages available 17:12:36 OK: 233 MiB in 51 packages 17:12:36 Removing intermediate container 52d7ca83e283 17:12:36 ---> b7f20394596c 17:12:36 Step 6/21 : COPY go.mod . 17:12:36 OK: 233 MiB in 51 packages 17:12:37 ---> 8cccdbc18ef9 17:12:37 Step 7/21 : RUN go mod download 17:12:37 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:12:37 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:12:37 OK: 12749 distinct packages available 17:12:37 ---> Running in 05e944f536cd 17:12:37 Removing intermediate container 6d5b0ec34fe0 17:12:37 ---> 16906c773cec 17:12:37 Step 6/21 : COPY go.mod . 17:12:37 OK: 233 MiB in 51 packages 17:12:37 Removing intermediate container 6f47c5afe9fa 17:12:37 ---> a188edc95d97 17:12:37 Step 6/20 : COPY go.mod . 17:12:37 ---> 03d9edc49e63 17:12:37 Step 7/21 : RUN go mod download 17:12:38 ---> Running in 64faf3ba683d 17:12:38 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:12:38 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:12:38 OK: 12749 distinct packages available 17:12:38 ---> 9e94474d5da6 17:12:38 Step 7/20 : RUN go mod download 17:12:38 OK: 233 MiB in 51 packages 17:12:38 ---> Running in 8fcef68b9699 17:12:38 Removing intermediate container 3a690ad0effd 17:12:38 ---> e1980b537eb9 17:12:38 Step 6/22 : COPY go.mod . 17:12:39 ---> a00d289071ea 17:12:39 Step 7/22 : RUN go mod download 17:12:39 ---> Running in cfd4c5d3c978 17:12:39 Removing intermediate container ecdc5b87b842 17:12:39 ---> 83cfa36db801 17:12:39 Step 6/20 : COPY go.mod . 17:12:39 ---> 443c235149a8 17:12:39 Step 7/20 : RUN go mod download 17:12:39 ---> Running in cb65a73105b0 17:12:40 Removing intermediate container 05e944f536cd 17:12:40 ---> 7834585b03e5 17:12:40 Step 8/21 : COPY . . 17:12:40 Removing intermediate container 64faf3ba683d 17:12:40 ---> 298657e3dcdc 17:12:40 Step 8/21 : COPY . . 17:12:41 Removing intermediate container 8fcef68b9699 17:12:41 ---> b75bf95a9b7b 17:12:41 Step 8/20 : COPY . . 17:12:51 Removing intermediate container cfd4c5d3c978 17:12:51 ---> da67979021f9 17:12:51 Step 8/22 : COPY . . 17:13:01 Removing intermediate container cb65a73105b0 17:13:01 ---> 8a2bc8e26a6f 17:13:01 Step 8/20 : COPY . . 17:13:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1137 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws 17:13:02 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 17:13:07 using credential edgex-jenkins-ssh 17:13:07 Cloning the remote Git repository 17:13:07 Cloning with configured refspecs honoured and without tags 17:13:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:13:07 > git init /w/workspace/edgex-go/1 # timeout=10 17:13:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:13:07 > git --version # timeout=10 17:13:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:13:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:13:16 ---> 86571226f654 17:13:16 Step 9/21 : RUN make cmd/support-logging/support-logging 17:13:16 ---> 5547b0c15b84 17:13:16 Step 9/21 : RUN make cmd/core-metadata/core-metadata 17:13:17 ---> 592de888b7fb 17:13:17 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 17:13:19 ---> Running in a6a60da8561d 17:13:19 ---> Running in 543d128fd483 17:13:19 ---> Running in 441dfdbba2f8 17:13:19 ---> 087a0d7f4bef 17:13:19 Step 9/22 : RUN make cmd/core-data/core-data 17:13:19 ---> Running in f02155b0ac90 17:13: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 17:13:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:13:21 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 17:13:21 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 17:13:22 ---> 50fafc3df0dc 17:13:22 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 17:13:22 ---> Running in fca3ac4a7cf7 17:13:24 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 17:13:44 Fetching without tags 17:13:45 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 20d69cf472830a87156b00195b977e95db74ba98 17:13:46 Merge succeeded, producing 20d69cf472830a87156b00195b977e95db74ba98 17:13:46 Checking out Revision 20d69cf472830a87156b00195b977e95db74ba98 (PR-2645) 17:13:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:13:44 > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # timeout=10 17:13:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:13:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:13:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:13:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:13:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:13:45 > git config core.sparsecheckout # timeout=10 17:13:45 > git checkout -f 20d69cf472830a87156b00195b977e95db74ba98 # timeout=10 17:13:46 > git remote # timeout=10 17:13:46 > git config --get remote.origin.url # timeout=10 17:13:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:13:46 > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 17:13:46 > git rev-parse HEAD^{commit} # timeout=10 17:13:46 > git config core.sparsecheckout # timeout=10 17:13:46 > git checkout -f 20d69cf472830a87156b00195b977e95db74ba98 # timeout=10 17:13:50 Commit message: "build: remove VERSION file as git-semver now manages version" 17:13:50 > git --version # timeout=10 17:13:50 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 17:13:56 Removing intermediate container a6a60da8561d 17:13:56 ---> 071ff9955a7f 17:13:56 17:13:56 Step 10/20 : FROM alpine 17:13:56 latest: Pulling from library/alpine 17:13:56 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:13:56 Status: Downloaded newer image for alpine:latest 17:13:56 ---> a24bb4013296 17:13:56 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:13:56 ---> Running in 4d369b611779 17:13:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:56 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:13:56 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:13:56 OK: 12749 distinct packages available 17:13:56 (1/4) Installing ca-certificates (20191127-r4) 17:13:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:13:56 (3/4) Installing libcurl (7.69.1-r0) 17:13:56 (4/4) Installing curl (7.69.1-r0) 17:13:56 Executing busybox-1.31.1-r16.trigger 17:13:56 Executing ca-certificates-20191127-r4.trigger 17:13:56 OK: 7 MiB in 18 packages 17:14:00 Removing intermediate container 441dfdbba2f8 17:14:00 ---> 3f207aa9d2da 17:14:00 17:14:00 Step 10/21 : FROM scratch 17:14:00 ---> 17:14:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:14:00 ---> Running in 771b720bd520 17:14:00 Removing intermediate container 4d369b611779 17:14:00 ---> b26098430b96 17:14:00 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:14:00 ---> Running in 12d8da180148 17:14:00 Removing intermediate container 771b720bd520 17:14:00 ---> d1b5d8f18f34 17:14:00 Step 12/21 : ENV APP_PORT=48061 17:14:00 ---> Running in c0a8a38feceb 17:14:01 Removing intermediate container 12d8da180148 17:14:01 ---> 1559df3ceb54 17:14:01 Step 13/20 : WORKDIR /edgex 17:14:01 Removing intermediate container c0a8a38feceb 17:14:01 ---> 08553b0828c2 17:14:01 Step 13/21 : EXPOSE $APP_PORT [Pipeline] echo 17:14:03 ========================================================= 17:14:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:14:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:14:04 + 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 . 17:14:05 ---> Running in 45e06f6bd661 17:14:05 ---> Running in ff0348db7d7d 17:14:05 Removing intermediate container fca3ac4a7cf7 17:14:05 ---> cd93196b96d7 17:14:05 17:14:05 Step 10/20 : FROM scratch 17:14:05 ---> 17:14:05 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:05 Removing intermediate container 543d128fd483 17:14:05 ---> b9c64da26273 17:14:05 17:14:05 Step 10/21 : FROM scratch 17:14:05 ---> 17:14:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:05 Removing intermediate container ff0348db7d7d 17:14:05 ---> 5e04ad9864f0 17:14:05 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 17:14:05 Removing intermediate container 45e06f6bd661 17:14:05 ---> b599859efeb0 17:14:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:14:05 ---> Running in 4bca0ef7bc99 17:14:05 ---> Running in f31016aad3f6 17:14:06 Removing intermediate container f31016aad3f6 17:14:06 ---> fead6848bae5 17:14:06 Step 12/20 : ENV APP_PORT=48085 17:14:06 Removing intermediate container 4bca0ef7bc99 17:14:06 ---> 332cee632bf1 17:14:06 Step 12/21 : ENV APP_PORT=48081 17:14:08 ---> a14a96ea6ae8 17:14:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:14:08 Sending build context to Docker daemon 323.2MB 17:14:08 Step 1/7 : ARG BASE=golang:1.13-alpine 17:14:08 Step 2/7 : FROM ${BASE} 17:14:08 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:14:08 b538f80385f9: Pulling fs layer 17:14:08 74f711af9a0d: Pulling fs layer 17:14:08 99f96fe45779: Pulling fs layer 17:14:08 fd7a069fd194: Pulling fs layer 17:14:08 66aa3694b03b: Pulling fs layer 17:14:08 170f70906a0f: Pulling fs layer 17:14:08 ad7c5574e4b9: Pulling fs layer 17:14:08 e772456be8f7: Pulling fs layer 17:14:08 c890913d741a: Pulling fs layer 17:14:08 2480fcc9aa5a: Pulling fs layer 17:14:08 09adf4765672: Pulling fs layer 17:14:08 fd7a069fd194: Waiting 17:14:08 66aa3694b03b: Waiting 17:14:08 170f70906a0f: Waiting 17:14:08 ad7c5574e4b9: Waiting 17:14:08 e772456be8f7: Waiting 17:14:08 c890913d741a: Waiting 17:14:08 09adf4765672: Waiting 17:14:08 2480fcc9aa5a: Waiting 17:14:08 99f96fe45779: Verifying Checksum 17:14:08 99f96fe45779: Download complete 17:14:08 74f711af9a0d: Verifying Checksum 17:14:08 74f711af9a0d: Download complete 17:14:08 66aa3694b03b: Download complete 17:14:08 170f70906a0f: Verifying Checksum 17:14:08 170f70906a0f: Download complete 17:14:08 ---> efb8f5739b46 17:14:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:14:08 b538f80385f9: Verifying Checksum 17:14:08 b538f80385f9: Download complete 17:14:09 ---> Running in c2b5beac5c57 17:14:09 ---> Running in 76330b14512c 17:14:09 ---> e550024b2287 17:14:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:14:09 ---> 3c48db217106 17:14:09 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:14:09 b538f80385f9: Pull complete 17:14:09 Removing intermediate container f02155b0ac90 17:14:09 ---> b528cb1e68a3 17:14:09 17:14:09 Step 10/22 : FROM alpine 17:14:09 ---> a24bb4013296 17:14:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:09 Removing intermediate container 76330b14512c 17:14:09 ---> 9325e3058584 17:14:09 Step 13/21 : EXPOSE $APP_PORT 17:14:09 Removing intermediate container c2b5beac5c57 17:14:09 ---> 5af838d97fa1 17:14:09 Step 13/20 : EXPOSE $APP_PORT 17:14:09 74f711af9a0d: Pull complete 17:14:09 ---> Running in 155433b59cf1 17:14:09 ---> Running in 4e57a535637e 17:14:09 ---> Running in 8eec7cc30b09 17:14:09 ---> Running in 63981d66b013 17:14:10 Removing intermediate container 155433b59cf1 17:14:10 ---> aa3b666ed16f 17:14:10 Step 14/21 : WORKDIR / 17:14:10 Removing intermediate container 63981d66b013 17:14:10 ---> f8d0dcc52244 17:14:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:14:10 Removing intermediate container 4e57a535637e 17:14:10 ---> 7a747b8affb5 17:14:10 Step 17/20 : CMD ["--init=true"] 17:14:10 ---> 091eca78837d 17:14:10 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:14:10 ---> Running in c882c22a3474 17:14:10 99f96fe45779: Pull complete 17:14:10 Removing intermediate container 8eec7cc30b09 17:14:10 ---> 530bc3421ce7 17:14:10 Step 12/22 : ENV APP_PORT=48080 17:14:10 ---> Running in 456a5c25b5d5 17:14:10 ---> c675e1282823 17:14:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:14:10 ---> Running in e43d90ec3c14 17:14:10 ---> f6045c505972 17:14:10 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:14:10 Removing intermediate container c882c22a3474 17:14:10 ---> 78d9aa60771b 17:14:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:14:11 ---> Running in 2d51eaf954c4 17:14:11 Removing intermediate container 456a5c25b5d5 17:14:11 ---> 95e4b2b20615 17:14:11 Step 18/20 : LABEL arch=x86_64 17:14:11 Removing intermediate container e43d90ec3c14 17:14:11 ---> fd5060a445e2 17:14:11 Step 13/22 : EXPOSE $APP_PORT 17:14:11 ---> 0a4d819e3f39 17:14:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:14:11 ---> Running in 1b1729bc5901 17:14:11 ---> Running in 7f311b8ab400 17:14:11 Removing intermediate container 2d51eaf954c4 17:14:11 ---> fa0323495094 17:14:11 Step 19/21 : LABEL arch=x86_64 17:14:11 ---> 3329f7aed2ca 17:14:11 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:14:11 ad7c5574e4b9: Verifying Checksum 17:14:11 ad7c5574e4b9: Download complete 17:14:11 c890913d741a: Verifying Checksum 17:14:11 c890913d741a: Download complete 17:14:11 ---> Running in 06e4c20f1d39 17:14:11 Removing intermediate container 1b1729bc5901 17:14:11 ---> 679be03f8f72 17:14:11 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:11 Removing intermediate container 7f311b8ab400 17:14:11 ---> 96a69d2468a5 17:14:11 Step 19/20 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:14:12 ---> dd5b2515af15 17:14:12 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:14:12 ---> Running in 0e71f3e312b4 17:14:12 ---> a256a941add6 17:14:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:14:12 ---> Running in e3c86da2a071 17:14:13 ---> Running in 7c4bf45fdba3 17:14:13 Removing intermediate container 06e4c20f1d39 17:14:13 ---> b84f9f4d1782 17:14:13 Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:14:13 ---> 28c4ac9deeff 17:14:13 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:14:13 Removing intermediate container 0e71f3e312b4 17:14:13 ---> 25893bb3a789 17:14:13 Step 20/20 : LABEL version=0.0.0 17:14:13 ---> Running in 6160eda1b56d 17:14:13 ---> Running in 72ebef7a04ad 17:14:13 Removing intermediate container 7c4bf45fdba3 17:14:13 ---> 7a104faf4f0f 17:14:13 Step 18/20 : LABEL arch=x86_64 17:14:13 ---> Running in 2499b17454e7 17:14:13 ---> Running in b095c6fd060e 17:14:13 2480fcc9aa5a: Download complete 17:14:14 Removing intermediate container 72ebef7a04ad 17:14:14 ---> df5e1590d7b8 17:14:14 Step 21/21 : LABEL version=0.0.0 17:14:14 Removing intermediate container 6160eda1b56d 17:14:14 ---> 9d55c65bb3af 17:14:14 Step 19/21 : LABEL arch=x86_64 17:14:14 Removing intermediate container 2499b17454e7 17:14:14 ---> 9ab64c7c6732 17:14:14 17:14:14 e772456be8f7: Download complete 17:14:14 09adf4765672: Verifying Checksum 17:14:14 09adf4765672: Download complete 17:14:14 ---> Running in ec83a338c95c 17:14:14 Removing intermediate container b095c6fd060e 17:14:14 ---> 9d25e933d95a 17:14:14 Step 19/20 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:14:14 ---> Running in 5ede99f0d8c3 17:14:14 Successfully built 9ab64c7c6732 17:14:14 Successfully tagged docker-security-proxy-setup-go:latest 17:14:14 ---> Running in d9d0fd389b27 17:14:14  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 17:14:14 Removing intermediate container ec83a338c95c 17:14:14 ---> 3991e537c5d4 17:14:14 17:14:14 Removing intermediate container 5ede99f0d8c3 17:14:14 ---> 5a1c2b07e923 17:14:14 Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:14:14 Successfully built 3991e537c5d4 17:14:14 fd7a069fd194: Download complete 17:14:14 Successfully tagged docker-support-logging-go:latest 17:14:14  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 17:14:14 Removing intermediate container e3c86da2a071 17:14:14 ---> ef2b85087018 17:14:14 Step 15/22 : RUN apk --no-cache add zeromq 17:14:14 ---> Running in a47fbc46ff31 17:14:14 Removing intermediate container d9d0fd389b27 17:14:14 ---> 63b8ba71a3a1 17:14:14 Step 20/20 : LABEL version=0.0.0 17:14:15 ---> Running in a7fe50a8252c 17:14:20 ---> Running in 08d527c6f7ba 17:14:20 Removing intermediate container a47fbc46ff31 17:14:20 ---> 333de5c187c7 17:14:20 Step 21/21 : LABEL version=0.0.0 17:14:22 ---> Running in 07c475a97a0b 17:14:22 Removing intermediate container 08d527c6f7ba 17:14:22 ---> 6ccfc3ff9b3b 17:14:22 17:14:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:22 Successfully built 6ccfc3ff9b3b 17:14:22 Successfully tagged docker-support-scheduler-go:latest 17:14:22  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 17:14:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:24 (1/5) Installing libgcc (9.3.0-r2) 17:14:24 (2/5) Installing libsodium (1.0.18-r0) 17:14:24 (3/5) Installing libstdc++ (9.3.0-r2) 17:14:24 (4/5) Installing libzmq (4.3.2-r0) 17:14:25 (5/5) Installing zeromq (4.3.2-r0) 17:14:25 Executing busybox-1.31.1-r16.trigger 17:14:25 OK: 8 MiB in 19 packages 17:14:25 Removing intermediate container 07c475a97a0b 17:14:25 ---> 39a7bce29789 17:14:25 17:14:27 fd7a069fd194: Pull complete 17:14:27 66aa3694b03b: Pull complete 17:14:27 170f70906a0f: Pull complete 17:14:27 Successfully built 39a7bce29789 17:14:27 Successfully tagged docker-core-metadata-go:latest 17:14:27 Building docker-support-notifications-go 17:14:30 ad7c5574e4b9: Pull complete 17:14:34 e772456be8f7: Pull complete 17:14:34 c890913d741a: Pull complete 17:14:36  Building docker-core-metadata-go ... done Removing intermediate container a7fe50a8252c 17:14:36 ---> 5c9538531548 17:14:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:14:36 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:14:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:14:36 ---> 096a149d67ce 17:14:36 Step 3/26 : WORKDIR /edgex-go 17:14:36 ---> Using cache 17:14:36 ---> a8cad5b7d5cb 17:14:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:36 ---> Using cache 17:14:36 ---> 66f7241600ba 17:14:36 Step 5/26 : RUN apk update && apk add make git 17:14:36 ---> Using cache 17:14:36 ---> 83cfa36db801 17:14:36 Step 6/26 : COPY go.mod . 17:14:36 ---> Using cache 17:14:36 ---> 443c235149a8 17:14:36 Step 7/26 : RUN go mod download 17:14:36 ---> Using cache 17:14:36 ---> 8a2bc8e26a6f 17:14:36 Step 8/26 : COPY . . 17:14:36 ---> Using cache 17:14:36 ---> 50fafc3df0dc 17:14:36 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 17:14:37 2480fcc9aa5a: Pull complete 17:14:37 09adf4765672: Pull complete 17:14:37 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:14:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:14:37 ---> 096a149d67ce 17:14:37 Step 3/26 : WORKDIR /edgex-go 17:14:37 ---> Using cache 17:14:37 ---> a8cad5b7d5cb 17:14:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:37 ---> Using cache 17:14:37 ---> 66f7241600ba 17:14:37 Step 5/26 : RUN apk update && apk add make bash git 17:14:37 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 17:14:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:14:37 ---> 2248a725d1cf 17:14:37 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 17:14:37 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 17:14:37 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:14:37 ---> 096a149d67ce 17:14:37 Step 3/29 : WORKDIR /edgex-go 17:14:37 ---> Using cache 17:14:37 ---> a8cad5b7d5cb 17:14:37 Step 4/29 : RUN apk update && apk add make git 17:14:39 ---> Running in abb99dd3a9f1 17:14:39 ---> Running in bb80afd5a5ed 17:14:39 ---> Running in 74a8011d666c 17:14:39 ---> 8983c659c3fb 17:14:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:41 ---> 8d6771fffdee 17:14:41 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:14:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:43 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:14:43 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:14:43 OK: 12749 distinct packages available 17:14:43 ---> c266db508f6e 17:14:43 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:14:43 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 17:14:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:43 ---> Running in 7ccdfdfd68f9 17:14:43 OK: 233 MiB in 51 packages 17:14:43 ---> Running in 122f0a96ff9c 17:14:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:44 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:14:44 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:14:44 OK: 12749 distinct packages available 17:14:44 Removing intermediate container 122f0a96ff9c 17:14:44 ---> b935c4849313 17:14:44 Step 20/22 : LABEL arch=x86_64 17:14:45 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 17:14:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:14:45 ---> 096a149d67ce 17:14:45 Step 3/23 : WORKDIR /edgex-go 17:14:45 ---> Using cache 17:14:45 ---> a8cad5b7d5cb 17:14:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:45 ---> Using cache 17:14:45 ---> 66f7241600ba 17:14:45 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 17:14:45 OK: 233 MiB in 51 packages 17:14:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:46 ---> Running in d1ec38d9f7cc 17:14:46 ---> Running in d709dc17a04c 17:14:46 Removing intermediate container abb99dd3a9f1 17:14:46 ---> 9dc5bf0de92e 17:14:46 Step 6/26 : COPY go.mod . 17:14:46 (1/12) Installing libmagic (5.38-r0) 17:14:46 Removing intermediate container d1ec38d9f7cc 17:14:46 ---> 09f8740ccf92 17:14:46 Step 21/22 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:14:46 ---> Running in 652f78020100 17:14:46 (2/12) Installing file (5.38-r0) 17:14:46 (3/12) Installing libc-dev (0.7.2-r3) 17:14:46 (4/12) Installing g++ (9.3.0-r2) 17:14:46 ---> f1dcfcea0100 17:14:46 Step 7/26 : RUN go mod download 17:14:46 Removing intermediate container bb80afd5a5ed 17:14:46 ---> 81dc2915eb12 17:14:46 Step 5/29 : COPY go.mod . 17:14:46 ---> Running in dea2799b7cdc 17:14:47 Removing intermediate container 652f78020100 17:14:47 ---> ab5b12c7df29 17:14:47 Step 22/22 : LABEL version=0.0.0 17:14:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:47 ---> Running in ea8b2fee5c9a 17:14:47 ---> 665b91e564de 17:14:47 Step 6/29 : RUN go mod download 17:14:47 ---> Running in ddd73935d016 17:14:47 Removing intermediate container ea8b2fee5c9a 17:14:47 ---> 055d774894a5 17:14:47 17:14:48 Successfully built 055d774894a5 17:14:48 Successfully tagged docker-core-data-go:latest 17:14:48  Building docker-core-data-go ... done Building docker-core-command-go 17:14:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:49 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:14:49 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:14:49 OK: 12749 distinct packages available 17:14:49 OK: 233 MiB in 51 packages 17:14:53 Removing intermediate container dea2799b7cdc 17:14:53 ---> a4088cf1e029 17:14:53 Step 8/26 : COPY . . 17:14:53 Removing intermediate container ddd73935d016 17:14:53 ---> eb329e33ea43 17:14:53 Step 7/29 : COPY . . 17:14:53 Removing intermediate container d709dc17a04c 17:14:53 ---> 0d67f73fba89 17:14:53 Step 6/23 : COPY go.mod . 17:14:55 (5/12) Installing fortify-headers (1.1-r0) 17:14:55 (6/12) Installing patch (2.7.6-r6) 17:14:55 (7/12) Installing build-base (0.5-r2) 17:14:55 (8/12) Installing libsodium (1.0.18-r0) 17:14:55 (9/12) Installing pkgconf (1.7.2-r0) 17:14:55 (10/12) Installing libsodium-dev (1.0.18-r0) 17:14:55 (11/12) Installing libzmq (4.3.2-r0) 17:14:55 (12/12) Installing zeromq-dev (4.3.2-r0) 17:14:55 Executing busybox-1.31.1-r16.trigger 17:14:55 OK: 217 MiB in 51 packages 17:14:59 Removing intermediate container 7ccdfdfd68f9 17:14:59 ---> 6e942a17dcff 17:14:59 Step 4/7 : WORKDIR /edgex-go 17:14:59 ---> Running in e36b1276f69b 17:14:59 Removing intermediate container e36b1276f69b 17:14:59 ---> 313e4f891f0c 17:14:59 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:14:59 latest: Pulling from library/docker 17:15:00 b538f80385f9: Already exists 17:15:00 259a493cd78d: Pulling fs layer 17:15:00 b8e66b5100f5: Pulling fs layer 17:15:00 39dc9c94d07c: Pulling fs layer 17:15:00 551b823b3b82: Pulling fs layer 17:15:00 3c52a74df98c: Pulling fs layer 17:15:00 6c9b121b6998: Pulling fs layer 17:15:00 551b823b3b82: Waiting 17:15:00 3c52a74df98c: Waiting 17:15:00 6c9b121b6998: Waiting 17:15:00 b8e66b5100f5: Verifying Checksum 17:15:00 b8e66b5100f5: Download complete 17:15:00 259a493cd78d: Verifying Checksum 17:15:00 259a493cd78d: Download complete 17:15:00 551b823b3b82: Verifying Checksum 17:15:00 551b823b3b82: Download complete 17:15:00 3c52a74df98c: Verifying Checksum 17:15:00 3c52a74df98c: Download complete 17:15:00 6c9b121b6998: Verifying Checksum 17:15:00 6c9b121b6998: Download complete 17:15:01 259a493cd78d: Pull complete 17:15:01 b8e66b5100f5: Pull complete 17:15:01 39dc9c94d07c: Verifying Checksum 17:15:01 39dc9c94d07c: Download complete 17:15:04 ---> fd2476ade3ae 17:15:04 Step 7/23 : RUN go mod download 17:15:04 39dc9c94d07c: Pull complete 17:15:05 551b823b3b82: Pull complete 17:15:05 3c52a74df98c: Pull complete 17:15:05 ---> Running in d0679960623b 17:15:05 6c9b121b6998: Pull complete 17:15:05 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 17:15:05 Status: Downloaded newer image for docker:latest 17:15:06 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:15:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:15:06 ---> 096a149d67ce 17:15:06 Step 3/21 : WORKDIR /edgex-go 17:15:06 ---> Using cache 17:15:06 ---> a8cad5b7d5cb 17:15:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:06 ---> Using cache 17:15:06 ---> 66f7241600ba 17:15:06 Step 5/21 : RUN apk update && apk add make git 17:15:06 ---> Using cache 17:15:06 ---> 83cfa36db801 17:15:06 Step 6/21 : COPY go.mod . 17:15:06 ---> Using cache 17:15:06 ---> 443c235149a8 17:15:06 Step 7/21 : RUN go mod download 17:15:06 ---> Using cache 17:15:06 ---> 8a2bc8e26a6f 17:15:06 Step 8/21 : COPY . . 17:15:06 ---> Using cache 17:15:06 ---> 50fafc3df0dc 17:15:06 Step 9/21 : RUN make cmd/core-command/core-command 17:15:08 ---> Running in e442a688a025 17:15:10 ---> 0d4c382b365c 17:15:10 Step 6/7 : COPY go.mod . 17:15:10 ---> b3326fadb63a 17:15:10 Step 7/7 : RUN go mod download 17:15:10 ---> Running in f3d5cd98f0b6 17:15:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:15:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:15:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:15:13 go: finding github.com/BurntSushi/toml v0.3.1 17:15:13 go: finding github.com/OneOfOne/xxhash v1.2.5 17:15:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:15:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:15:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:15:13 go: finding github.com/bgentry/speakeasy v0.1.0 17:15:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:15:13 go: finding github.com/cloudflare/gokey v0.1.0 17:15:13 go: finding github.com/davecgh/go-spew v1.1.1 17:15:13 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:15:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:15:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 17:15:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:15:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:15:14 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:15:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:15:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:15:14 go: finding github.com/fatih/color v1.7.0 17:15:14 go: finding github.com/fsnotify/fsnotify v1.4.7 17:15:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:15:14 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:15:14 go: finding github.com/go-kit/kit v0.8.0 17:15:14 go: finding github.com/go-logfmt/logfmt v0.4.0 17:15:14 go: finding github.com/go-redis/redis/v7 v7.2.0 17:15:14 go: finding github.com/go-stack/stack v1.8.0 17:15:14 go: finding github.com/golang/protobuf v1.3.2 17:15:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:15:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:15:14 go: finding github.com/google/uuid v1.1.0 17:15:14 go: finding github.com/gorilla/mux v1.7.1 17:15:14 go: finding github.com/hashicorp/consul/api v1.1.0 17:15:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:15:14 go: finding github.com/hashicorp/errwrap v1.0.0 17:15:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:15:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:15:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:15:14 go: finding github.com/hashicorp/go-multierror v1.0.0 17:15:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:15:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:15:14 go: finding github.com/hashicorp/go-syslog v1.0.0 17:15:14 go: finding github.com/hashicorp/go-uuid v1.0.1 17:15:14 go: finding github.com/hashicorp/go.net v0.0.1 17:15:14 go: finding github.com/hashicorp/golang-lru v0.5.0 17:15:14 go: finding github.com/hashicorp/logutils v1.0.0 17:15:14 go: finding github.com/hashicorp/mdns v1.0.0 17:15:14 go: finding github.com/hashicorp/memberlist v0.1.3 17:15:14 go: finding github.com/hashicorp/serf v0.8.2 17:15:14 go: finding github.com/hpcloud/tail v1.0.0 17:15:14 go: finding github.com/imdario/mergo v0.3.6 17:15:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:15:14 go: finding github.com/kr/pretty v0.1.0 17:15:14 go: finding github.com/kr/pty v1.1.1 17:15:14 go: finding github.com/kr/text v0.1.0 17:15:14 go: finding github.com/mattn/go-colorable v0.0.9 17:15:14 go: finding github.com/mattn/go-isatty v0.0.3 17:15:15 go: finding github.com/miekg/dns v1.0.14 17:15:15 go: finding github.com/mitchellh/cli v1.0.0 17:15:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:15:15 go: finding github.com/mitchellh/copystructure v1.0.0 17:15:15 go: finding github.com/mitchellh/go-homedir v1.0.0 17:15:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:15:15 go: finding github.com/mitchellh/gox v0.4.0 17:15:15 go: finding github.com/mitchellh/iochan v1.0.0 17:15:15 go: finding github.com/mitchellh/mapstructure v1.1.2 17:15:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:15:15 go: finding github.com/onsi/ginkgo v1.10.1 17:15:15 go: finding github.com/onsi/gomega v1.7.0 17:15:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:15:15 go: finding github.com/pebbe/zmq4 v1.0.0 17:15:15 go: finding github.com/pelletier/go-toml v1.2.0 17:15:15 go: finding github.com/pkg/errors v0.8.1 17:15:15 go: finding github.com/pmezard/go-difflib v1.0.0 17:15:15 go: finding github.com/posener/complete v1.1.1 17:15:15 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:15:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:15:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:15:15 go: finding github.com/stretchr/objx v0.1.0 17:15:15 go: finding github.com/stretchr/testify v1.5.1 17:15:15 go: finding github.com/ugorji/go v1.1.4 17:15:15 go: finding github.com/x448/float16 v0.8.4 17:15:15 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 17:15:15 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:15:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:15:15 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:15:15 go: finding golang.org/x/text v0.3.2 17:15:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:15:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:15:15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 17:15:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:15:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:15:15 go: finding gopkg.in/yaml.v2 v2.2.8 17:15:16 Removing intermediate container d0679960623b 17:15:16 ---> 55cfa822fa8f 17:15:16 Step 8/23 : COPY . . 17:15:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 17:15:24 ---> 29a2cad773bb 17:15:24 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:15:25 ---> d96bc0b7fb4e 17:15:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:15:25 ---> Running in 268103cd8c44 17:15:25 ---> Running in 5fb3a3a5051c 17:15:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 17:15:32 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 17:15:34 Removing intermediate container f3d5cd98f0b6 17:15:34 ---> f097b30cca64 17:15:34 Successfully built f097b30cca64 17:15:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:15:35 + docker inspect -f . ci-base-image-arm64 17:15:35 . [Pipeline] withDockerContainer 17:15:35 prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container 17:15:35 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 17:15:36 ---> 5562dc92b37a 17:15:36 Step 9/23 : RUN make cmd/support-notifications/support-notifications 17:15:36 Removing intermediate container 74a8011d666c 17:15:36 ---> ea3c2de535c6 17:15:36 17:15:36 Step 10/26 : FROM alpine:3.10 17:15:36 ---> Running in 75ff6cf430e0 17:15:36 3.10: Pulling from library/alpine 17:15:37 $ docker top 806333f40689b74a78e617fda0760841aa01e1a269f8adb9c5ee6c3e54e3e912 -eo pid,comm [Pipeline] { 17:15:37 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 17:15:37 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:15:37 Status: Downloaded newer image for alpine:3.10 17:15:37 ---> be4e4bea2c2e 17:15:37 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [Pipeline] sh 17:15:38 ---> Running in 8c6e6801c28f 17:15:38 + go version 17:15:38 go version go1.13.13 linux/arm64 [Pipeline] echo 17:15:38 ========================================================= 17:15:38 [edgeXBuildGoParallel] Running Tests and Build... 17:15:38 ========================================================= [Pipeline] sh 17:15:39 + make test raml_verify 17:15:39 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 17:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 17:15:39 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:15:39 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:15:39 OK: 10346 distinct packages available 17:15:40 (1/5) Installing ca-certificates (20191127-r2) 17:15:40 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:15:40 (3/5) Installing libcurl (7.66.0-r0) 17:15:40 (4/5) Installing curl (7.66.0-r0) 17:15:40 (5/5) Installing dumb-init (1.2.2-r1) 17:15:40 Executing busybox-1.30.1-r3.trigger 17:15:40 Executing ca-certificates-20191127-r2.trigger 17:15:40 OK: 7 MiB in 19 packages 17:15:41 ? github.com/edgexfoundry/edgex-go [no test files] 17:15:43 Removing intermediate container e442a688a025 17:15:43 ---> ba7530d7fce7 17:15:43 17:15:43 Step 10/21 : FROM scratch 17:15:43 ---> 17:15:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:15:43 ---> Using cache 17:15:43 ---> 332cee632bf1 17:15:43 Step 12/21 : ENV APP_PORT=48082 17:15:44 ---> Running in 6e56812f2433 17:15:44 Removing intermediate container 8c6e6801c28f 17:15:44 ---> 79a2fe1a1734 17:15:44 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:15:44 ---> Running in c5e1cfafcf2d 17:15:44 Removing intermediate container 6e56812f2433 17:15:44 ---> 433ead8f956a 17:15:44 Step 13/21 : EXPOSE $APP_PORT 17:15:44 ---> Running in 330564832bd0 17:15:44 Removing intermediate container c5e1cfafcf2d 17:15:44 ---> 018cd7b34c5a 17:15:44 Step 13/26 : WORKDIR / 17:15:44 ---> Running in 0c2ebb7ef204 17:15:44 Removing intermediate container 330564832bd0 17:15:44 ---> aba35ca9ce7c 17:15:44 Step 14/21 : WORKDIR / 17:15:45 ---> Running in 3238d430f8ed 17:15:45 Removing intermediate container 0c2ebb7ef204 17:15:45 ---> e6ac61013ca1 17:15:45 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:15:45 Removing intermediate container 3238d430f8ed 17:15:45 ---> 85654cd5ab07 17:15:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:15:45 ---> 1630c4f52bbb 17:15:45 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:15:45 ---> 2f155fe66713 17:15:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:15:47 ---> 16f917e0b0bf 17:15:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:15:47 ---> 7efedf8d3f5f 17:15:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:15:47 ---> 9c7e9b9b7372 17:15:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 17:15:47 ---> 8e705c9d4077 17:15:47 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:15:48 ---> Running in fb2232ad872a 17:15:48 ---> 852c0ba47004 17:15:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:15:48 Removing intermediate container fb2232ad872a 17:15:48 ---> c29ed1ba0ebb 17:15:48 Step 19/21 : LABEL arch=x86_64 17:15:48 ---> Running in 9395cf7ea0e9 17:15:49 Removing intermediate container 9395cf7ea0e9 17:15:49 ---> c32d0bb991be 17:15:49 Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:15:49 ---> 362ff12f92ee 17:15:49 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:15:49 ---> Running in 256fc67f1464 17:15:49 Removing intermediate container 256fc67f1464 17:15:49 ---> 9dcbef665f1d 17:15:49 Step 21/21 : LABEL version=0.0.0 17:15:49 ---> Running in 69b0867e3ce7 17:15:50 Removing intermediate container 69b0867e3ce7 17:15:50 ---> 7d6edec96816 17:15:50 17:15:50 Successfully built 7d6edec96816 17:15:50 ---> 911f9f01c218 17:15:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 17:15:50 Successfully tagged docker-core-command-go:latest 17:15:51  Building docker-core-command-go ... done  ---> 06de4bf6abb1 17:15:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:15:53 Removing intermediate container 268103cd8c44 17:15:53 ---> d0c96ffa205e 17:15:53 17:15:53 Step 9/29 : FROM alpine:latest 17:15:53 ---> a24bb4013296 17:15:53 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:15:53 ---> 41907e044f96 17:15:53 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:15:53 ---> Running in aa737b96aa0c 17:15:54 ---> Running in 46e5ca6ff461 17:15:54 Removing intermediate container aa737b96aa0c 17:15:54 ---> deb3e705d4fb 17:15:54 Step 11/29 : USER root 17:15:54 ---> Running in 0c1c817aac87 17:15:54 Removing intermediate container 0c1c817aac87 17:15:54 ---> a091cadc1e2a 17:15:54 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:15:54 ---> Running in 4d1f7776fff2 17:15:56 Removing intermediate container 5fb3a3a5051c 17:15:56 ---> 845850c635b6 17:15:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:15:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:56 ---> Running in 8f05f6d335b4 17:15:56 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:15:56 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:15:56 OK: 12749 distinct packages available 17:15:57 (1/2) Installing ca-certificates (20191127-r4) 17:15:57 (2/2) Installing dumb-init (1.2.2-r1) 17:15:57 Executing busybox-1.31.1-r16.trigger 17:15:57 Executing ca-certificates-20191127-r4.trigger 17:15:57 OK: 6 MiB in 16 packages 17:15:58 Removing intermediate container 46e5ca6ff461 17:15:58 ---> 97d7eaaae8c9 17:15:58 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 17:15:58 ---> Running in 129cc1fbcedb 17:15:58 Removing intermediate container 129cc1fbcedb 17:15:58 ---> 689acc0de3df 17:15:58 Step 24/26 : LABEL arch=x86_64 17:15:58 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 17:16:01 ---> Running in 39cb86b9ec6f 17:16:02 Removing intermediate container 4d1f7776fff2 17:16:02 ---> 1e116297a9d2 17:16:02 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:16:02 ---> Running in 83cb61573843 17:16:02 Removing intermediate container 75ff6cf430e0 17:16:02 ---> 1a9a4a2b27ae 17:16:02 17:16:02 Step 10/23 : FROM scratch 17:16:02 ---> 17:16:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:16:02 Removing intermediate container 39cb86b9ec6f 17:16:02 ---> f7bcdfb2ea94 17:16:02 Step 25/26 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:16:02 ---> Using cache 17:16:02 ---> d1b5d8f18f34 17:16:02 Step 12/23 : ENV APP_PORT=48060 17:16:02 ---> Running in 6f11ba76fde8 17:16:02 ---> Running in decd86d499e0 17:16:02 Removing intermediate container 83cb61573843 17:16:02 ---> 44655bc6476d 17:16:02 Step 14/29 : WORKDIR $BASE_DIR 17:16:02 ---> Running in 5b52b4485bb8 17:16:03 Removing intermediate container 6f11ba76fde8 17:16:03 ---> 8b636f33d9ca 17:16:03 Step 26/26 : LABEL version=0.0.0 17:16:03 Removing intermediate container decd86d499e0 17:16:03 ---> e5bd717f082f 17:16:03 Step 13/23 : EXPOSE $APP_PORT 17:16:03 Removing intermediate container 8f05f6d335b4 17:16:03 ---> c90029651e79 17:16:03 17:16:03 Step 11/26 : FROM docker:latest 17:16:03 ---> 81f5749c9058 17:16:03 Step 12/26 : RUN apk add --no-cache bash 17:16:03 ---> Running in 36885584a467 17:16:03 ---> Running in 67f60a56db30 17:16:03 ---> Running in a57afe402aff 17:16:03 Removing intermediate container 5b52b4485bb8 17:16:03 ---> 86727d9dcbc4 17:16:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:16:03 ---> Running in a51ec75dfa76 17:16:03 Removing intermediate container 67f60a56db30 17:16:03 ---> 33d246b1c6a1 17:16:03 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 17:16:04 Removing intermediate container 36885584a467 17:16:04 ---> b1b2898d48ec 17:16:04 17:16:04 Successfully built b1b2898d48ec 17:16:04 Successfully tagged docker-security-secretstore-setup-go:latest 17:16:04  Building docker-security-secretstore-setup-go ... done  ---> 5237d0d8b57c 17:16:04 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:16:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:04 (1/2) Installing readline (8.0.4-r0) 17:16:04 (2/2) Installing bash (5.0.17-r0) 17:16:04 Executing bash-5.0.17-r0.post-install 17:16:04 Executing busybox-1.31.1-r16.trigger 17:16:04 OK: 12 MiB in 22 packages 17:16:05 ---> c443c2d581cf 17:16:05 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 17:16:05 Removing intermediate container a51ec75dfa76 17:16:05 ---> 8151ccdf225c 17:16:05 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:16:05 Removing intermediate container a57afe402aff 17:16:05 ---> 9315d90d4381 17:16:05 Step 13/26 : RUN rm -rf /var/cache/apk/* 17:16:06 ---> 2d31f9e73c49 17:16:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:16:06 ---> Running in a8ee135c167c 17:16:06 ---> b5b5ca855c8b 17:16:06 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:16:06 ---> 73d8d77ab907 17:16:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:16:06 ---> 18b802abe8df 17:16:06 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:16:06 ---> f267372142cb 17:16:06 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:16:07 ---> a5bedd017750 17:16:07 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:16:07 ---> e4a7c25326bb 17:16:07 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:16:07 Removing intermediate container a8ee135c167c 17:16:07 ---> 776b4039d32b 17:16:07 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:16:08 ---> Running in 999cb58f65ea 17:16:08 ---> 99b4ee6a3ff2 17:16:08 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:16:08 ---> 6e0b1fd95ce9 17:16:08 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:16:08 ---> Running in c928a0d7f3e9 17:16:08 ---> Running in 26316f984e55 17:16:08 Removing intermediate container 999cb58f65ea 17:16:08 ---> 779b23cfb621 17:16:08 Step 15/26 : ENV APP_PORT=48090 17:16:08 ---> Running in c89bc51b08ee 17:16:08 Removing intermediate container 26316f984e55 17:16:08 ---> c568d7a33d3e 17:16:08 Step 21/23 : LABEL arch=x86_64 17:16:09 ---> Running in 1f11d5242c97 17:16:09 Removing intermediate container c89bc51b08ee 17:16:09 ---> fcf441b04e64 17:16:09 Step 16/26 : EXPOSE $APP_PORT 17:16:09 ---> Running in a3f9adf8ad5c 17:16:09 Removing intermediate container 1f11d5242c97 17:16:09 ---> 9a318bc95d70 17:16:09 Step 22/23 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:16:09 ---> Running in 1aa8593cf1d1 17:16:09 Removing intermediate container a3f9adf8ad5c 17:16:09 ---> 491e7caf078b 17:16:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:16:09 Removing intermediate container 1aa8593cf1d1 17:16:09 ---> 56126097292a 17:16:09 Step 23/23 : LABEL version=0.0.0 17:16:09 ---> Running in 78ea34515c53 17:16:09 Removing intermediate container c928a0d7f3e9 17:16:09 ---> 974cc4a42963 17:16:09 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:16:09 ---> 5718139e905d 17:16:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:16:10 Removing intermediate container 78ea34515c53 17:16:10 ---> 56d8cfaec74b 17:16:10 17:16:10 Successfully built 56d8cfaec74b 17:16:10 Successfully tagged docker-support-notifications-go:latest 17:16:10  Building docker-support-notifications-go ... done  ---> e5c63d11a7f8 17:16:10 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:16:10 ---> 952000c7e4ce 17:16:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:16:10 ---> Running in 3801a1411f0d 17:16:10 ---> 5358081ffe95 17:16:10 Step 20/26 : RUN apk --no-cache add py-pip 17:16:10 ---> Running in 7cfd5f00fceb 17:16:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:11 Removing intermediate container 3801a1411f0d 17:16:11 ---> ca6143624024 17:16:11 Step 24/29 : RUN chmod 755 security-secrets-setup 17:16:11 ---> Running in 9b5ddf93096d 17:16:11 (1/33) Installing libbz2 (1.0.8-r1) 17:16:11 (2/33) Installing expat (2.2.9-r1) 17:16:11 (3/33) Installing libffi (3.3-r2) 17:16:11 (4/33) Installing gdbm (1.13-r1) 17:16:11 (5/33) Installing xz-libs (5.2.5-r0) 17:16:11 (6/33) Installing sqlite-libs (3.32.1-r0) 17:16:11 (7/33) Installing python3 (3.8.5-r0) 17:16:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:16:15 (8/33) Installing py3-appdirs (1.4.4-r1) 17:16:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:16:15 (10/33) Installing py3-parsing (2.4.7-r0) 17:16:15 (11/33) Installing py3-six (1.15.0-r0) 17:16:15 (12/33) Installing py3-packaging (20.4-r0) 17:16:15 (13/33) Installing py3-setuptools (47.0.0-r0) 17:16:15 (14/33) Installing py3-chardet (3.0.4-r4) 17:16:15 (15/33) Installing py3-idna (2.9-r0) 17:16:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:16:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:16:15 (18/33) Installing py3-requests (2.23.0-r0) 17:16:15 (19/33) Installing py3-msgpack (1.0.0-r0) 17:16:15 (20/33) Installing py3-lockfile (0.12.2-r3) 17:16:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:16:16 (22/33) Installing py3-colorama (0.4.3-r0) 17:16:16 Removing intermediate container 9b5ddf93096d 17:16:16 ---> 8b7cbbe2efcc 17:16:16 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:16:16 (23/33) Installing py3-distlib (0.3.0-r0) 17:16:16 (24/33) Installing py3-distro (1.5.0-r1) 17:16:16 (25/33) Installing py3-webencodings (0.5.1-r3) 17:16:16 (26/33) Installing py3-html5lib (1.0.1-r4) 17:16:16 (27/33) Installing py3-pytoml (0.1.21-r0) 17:16:16 ---> Running in 43399497d7b9 17:16:16 (28/33) Installing py3-pep517 (0.8.2-r0) 17:16:16 (29/33) Installing py3-progress (1.5-r0) 17:16:16 (30/33) Installing py3-toml (0.10.1-r0) 17:16:16 (31/33) Installing py3-retrying (1.3.3-r0) 17:16:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:16:16 (33/33) Installing py3-pip (20.1.1-r0) 17:16:17 Executing busybox-1.31.1-r16.trigger 17:16:17 OK: 71 MiB in 55 packages 17:16:17 Removing intermediate container 43399497d7b9 17:16:17 ---> d7e65242cae8 17:16:17 Step 26/29 : CMD [ "generate" ] 17:16:17 ---> Running in 57cc78d3ae28 17:16:18 Removing intermediate container 57cc78d3ae28 17:16:18 ---> 628e666a7163 17:16:18 Step 27/29 : LABEL arch=x86_64 17:16:20 ---> Running in 57259ff714b5 17:16:23 Removing intermediate container 57259ff714b5 17:16:23 ---> 0c3b68f64df0 17:16:23 Step 28/29 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:16:23 Removing intermediate container 7cfd5f00fceb 17:16:23 ---> 25669634b3b5 17:16:23 Step 21/26 : RUN pip install docker-compose==1.23.2 17:16:23 ---> Running in b3229e092f88 17:16:23 ---> Running in f97abbe143bc 17:16:23 Removing intermediate container b3229e092f88 17:16:23 ---> 219b702afe9b 17:16:23 Step 29/29 : LABEL version=0.0.0 17:16:23 ---> Running in 2b1601d6a724 17:16:23 Removing intermediate container 2b1601d6a724 17:16:23 ---> 73bead48af4d 17:16:23 17:16:23 Successfully built 73bead48af4d 17:16:23 Successfully tagged docker-security-secrets-setup-go:latest 17:16:24  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 17:16:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:16:24 Collecting jsonschema<3,>=2.5.1 17:16:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:16:24 Collecting docker<4.0,>=3.6.0 17:16:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:16:25 Collecting dockerpty<0.5,>=0.4.1 17:16:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:16:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:16:25 Collecting websocket-client<1.0,>=0.32.0 17:16:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:16:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:16:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:16:26 Collecting PyYAML<4,>=3.10 17:16:26 Downloading PyYAML-3.13.tar.gz (270 kB) 17:16:27 Collecting cached-property<2,>=1.2.0 17:16:27 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 17:16:27 Collecting texttable<0.10,>=0.9.0 17:16:27 Downloading texttable-0.9.1.tar.gz (11 kB) 17:16:27 Collecting docopt<0.7,>=0.6.1 17:16:27 Downloading docopt-0.6.2.tar.gz (25 kB) 17:16:27 Collecting docker-pycreds>=0.4.0 17:16:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:16:27 Collecting urllib3<1.25,>=1.21.1 17:16:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:16:28 Collecting idna<2.8,>=2.5 17:16:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:16:28 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) 17:16:28 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) 17:16:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:16:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:16:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:16:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:16:28 Installing collected packages: jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, cached-property, texttable, docopt, docker-compose 17:16:28 Attempting uninstall: urllib3 17:16:28 Found existing installation: urllib3 1.25.9 17:16:28 Uninstalling urllib3-1.25.9: 17:16:28 Successfully uninstalled urllib3-1.25.9 17:16:28 Attempting uninstall: idna 17:16:28 Found existing installation: idna 2.9 17:16:28 Uninstalling idna-2.9: 17:16:28 Successfully uninstalled idna-2.9 17:16:29 Attempting uninstall: requests 17:16:29 Found existing installation: requests 2.23.0 17:16:29 Uninstalling requests-2.23.0: 17:16:29 Successfully uninstalled requests-2.23.0 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:16:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:16:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:16:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:16:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:16:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:16:30 Running setup.py install for dockerpty: started 17:16:31 Running setup.py install for dockerpty: finished with status 'done' 17:16:31 Running setup.py install for PyYAML: started 17:16:32 Running setup.py install for PyYAML: finished with status 'done' 17:16:32 Running setup.py install for texttable: started 17:16:32 Running setup.py install for texttable: finished with status 'done' 17:16:32 Running setup.py install for docopt: started 17:16:32 Running setup.py install for docopt: finished with status 'done' 17:16:33 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 17:16:36 Removing intermediate container f97abbe143bc 17:16:36 ---> df5fc392358f 17:16:36 Step 22/26 : RUN apk --no-cache add curl 17:16:36 ---> Running in 663016e27830 17:16:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:16:36 (2/3) Installing libcurl (7.69.1-r0) 17:16:36 (3/3) Installing curl (7.69.1-r0) 17:16:36 Executing busybox-1.31.1-r16.trigger 17:16:36 OK: 72 MiB in 58 packages 17:16:37 Removing intermediate container 663016e27830 17:16:37 ---> c7b6d5b857da 17:16:37 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:16:37 ---> Running in 52585d7621e0 17:16:37 Removing intermediate container 52585d7621e0 17:16:37 ---> 0964ca87f8e4 17:16:37 Step 24/26 : LABEL arch=x86_64 17:16:37 ---> Running in 2ccfae5571f3 17:16:37 Removing intermediate container 2ccfae5571f3 17:16:37 ---> 6dc9df50cf4d 17:16:37 Step 25/26 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:16:38 ---> Running in 5cbecff981f1 17:16:38 Removing intermediate container 5cbecff981f1 17:16:38 ---> 7a7d9fa05bf8 17:16:38 Step 26/26 : LABEL version=0.0.0 17:16:38 ---> Running in b79cbfd0e00c 17:16:38 Removing intermediate container b79cbfd0e00c 17:16:38 ---> c13e7a7ba16c 17:16:38 17:16:38 Successfully built c13e7a7ba16c 17:16:38 Successfully tagged docker-sys-mgmt-agent-go:latest 17:16:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 46.6% of statements 17:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:16:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:16:39 $ docker stop --time=1 5c6c8888f7538f442b5c88573a4aaa5fdf9cea963fda3ebfbb5e09085f267d6b 17:16:41 $ docker rm -f 5c6c8888f7538f442b5c88573a4aaa5fdf9cea963fda3ebfbb5e09085f267d6b [Pipeline] // withDockerContainer [Pipeline] sh 17:16:41 + docker images 17:16:41 + grep docker 17:16:41 docker-sys-mgmt-agent-go latest c13e7a7ba16c 3 seconds ago 284MB 17:16:41 docker-security-secrets-setup-go latest 73bead48af4d 18 seconds ago 25.1MB 17:16:41 docker-support-notifications-go latest 56d8cfaec74b 32 seconds ago 14.4MB 17:16:41 docker-security-secretstore-setup-go latest b1b2898d48ec 38 seconds ago 33.9MB 17:16:41 docker-core-command-go latest 7d6edec96816 52 seconds ago 13MB 17:16:41 docker-core-data-go latest 055d774894a5 About a minute ago 23.8MB 17:16:41 docker-core-metadata-go latest 39a7bce29789 2 minutes ago 14.4MB 17:16:41 docker-support-scheduler-go latest 6ccfc3ff9b3b 2 minutes ago 13.1MB 17:16:41 docker-support-logging-go latest 3991e537c5d4 2 minutes ago 11.8MB 17:16:41 docker-security-proxy-setup-go latest 9ab64c7c6732 2 minutes ago 16.4MB 17:16:41 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] } 17:16:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.155s coverage: 27.4% of statements 17:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:16:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 17:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:16:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements 17:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.303s coverage: 29.3% of statements 17:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 17:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements 17:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:16:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 89.8% of statements 17:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:16:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 17:16:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:16:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:16:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:16:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 17:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements 17:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 17:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 55.9% of statements 17:16:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:16:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:16:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 17:16:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.008s coverage: 86.3% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.987s coverage: 72.2% of statements 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.336s coverage: 72.1% of statements 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.065s coverage: 96.8% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 26.9% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.263s coverage: 84.1% of statements 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.024s coverage: 100.0% of statements 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 43.1% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.044s coverage: 83.8% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 46.1% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.035s coverage: 100.0% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements 17:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:17:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.178s coverage: 29.1% of statements 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:17:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:17:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:17:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:17:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:17:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:17:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 17:17:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:17:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:17:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 17:17:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements 17:17:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 17:17:31 GO111MODULE=on go vet ./... 17:17:49 gofmt -l . 17:17:50 [ "`gofmt -l .`" = "" ] 17:17:53 ./bin/test-go-mod-tidy.sh 17:17:53 ./bin/test-attribution-txt.sh 17:17:55 docker run --rm --privileged \ 17:17:55 -v /w/workspace/edgex-go/1:/raml-verification -w /raml-verification \ 17:17:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 17:17:55 /scripts/raml-verify.sh 17:17:56 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 17:17:56 aarch64: Pulling from edgex-devops/edgex-docs-builder 17:17:56 29e5d40040c1: Pulling fs layer 17:17:56 8c46fbeab2c7: Pulling fs layer 17:17:56 8ba552a4e5fe: Pulling fs layer 17:17:56 1fb62381901b: Pulling fs layer 17:17:56 147fb30a95d9: Pulling fs layer 17:17:56 3ccc99ad11dc: Pulling fs layer 17:17:56 147fb30a95d9: Waiting 17:17:56 1fb62381901b: Waiting 17:17:56 3ccc99ad11dc: Waiting 17:17:56 29e5d40040c1: Verifying Checksum 17:17:56 8ba552a4e5fe: Verifying Checksum 17:17:56 8ba552a4e5fe: Download complete 17:17:56 1fb62381901b: Verifying Checksum 17:17:56 1fb62381901b: Download complete 17:17:56 3ccc99ad11dc: Verifying Checksum 17:17:56 3ccc99ad11dc: Download complete 17:17:56 147fb30a95d9: Verifying Checksum 17:17:56 147fb30a95d9: Download complete 17:17:57 29e5d40040c1: Pull complete 17:17:57 8c46fbeab2c7: Verifying Checksum 17:17:57 8c46fbeab2c7: Download complete 17:18:02 8c46fbeab2c7: Pull complete 17:18:02 8ba552a4e5fe: Pull complete 17:18:02 1fb62381901b: Pull complete 17:18:06 147fb30a95d9: Pull complete 17:18:07 3ccc99ad11dc: Pull complete 17:18:07 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 17:18:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 17:18:09 Verifying ./api/raml/core-command.raml... 17:18:13 OK 17:18:13 Verifying ./api/raml/core-metadata.raml... 17:18:19 OK 17:18:19 Verifying ./api/raml/support-logging.raml... 17:18:22 OK 17:18:22 Verifying ./api/raml/support-scheduler.raml... 17:18:25 OK 17:18:25 Verifying ./api/raml/core-data.raml... 17:18:30 OK 17:18:30 Verifying ./api/raml/support-notifications.raml... 17:18:33 OK 17:18:33 Verifying ./api/raml/system-agent.raml... 17:18:35 OK [Pipeline] sh 17:18:36 + ls -al . 17:18:36 total 588 17:18:36 drwxrwxr-x 10 1001 1001 4096 Jul 27 17:17 . 17:18:36 drwxr-xr-x 4 root root 4096 Jul 27 17:15 .. 17:18:36 -rw-rw-r-- 1 1001 1001 11 Jul 27 17:13 .dockerignore 17:18:36 drwxrwxr-x 8 1001 1001 4096 Jul 27 17:13 .git 17:18:36 drwxrwxr-x 3 1001 1001 4096 Jul 27 17:13 .github 17:18:36 -rw-rw-r-- 1 1001 1001 924 Jul 27 17:13 .gitignore 17:18:36 drwxrwxr-x 3 1001 1001 4096 Jul 27 17:14 .semver 17:18:36 -rw-rw-r-- 1 1001 1001 178 Jul 27 17:13 .sonarcloud.properties 17:18:36 -rw-rw-r-- 1 1001 1001 3804 Jul 27 17:13 CONTRIBUTING.md 17:18:36 -rw-rw-r-- 1 1001 1001 1035 Jul 27 17:13 Dockerfile.build 17:18:36 -rw-rw-r-- 1 1001 1001 824 Jul 27 17:13 Jenkinsfile 17:18:36 -rw-rw-r-- 1 1001 1001 10775 Jul 27 17:13 LICENSE 17:18:36 -rw-rw-r-- 1 1001 1001 6443 Jul 27 17:13 Makefile 17:18:36 -rw-rw-r-- 1 1001 1001 5652 Jul 27 17:13 README.md 17:18:36 -rw-rw-r-- 1 1001 1001 7111 Jul 27 17:13 SECURITY.md 17:18:36 -rw-rw-r-- 1 1001 1001 5 Jul 27 17:08 VERSION 17:18:36 -rw-rw-r-- 1 1001 1001 4131 Jul 27 17:13 ZMQWindows.md 17:18:36 drwxrwxr-x 4 1001 1001 4096 Jul 27 17:13 api 17:18:36 drwxrwxr-x 2 1001 1001 4096 Jul 27 17:13 bin 17:18:36 drwxrwxr-x 15 1001 1001 4096 Jul 27 17:13 cmd 17:18:36 -rw-r--r-- 1 root root 456067 Jul 27 17:17 coverage.out 17:18:36 -rw-r--r-- 1 root root 1019 Jul 27 17:17 go.mod 17:18:36 -rw-r--r-- 1 root root 18146 Jul 27 17:17 go.sum 17:18:36 drwxrwxr-x 8 1001 1001 4096 Jul 27 17:13 internal 17:18:36 drwxrwxr-x 4 1001 1001 4096 Jul 27 17:13 snap 17:18:36 -rw-rw-r-- 1 1001 1001 168 Jul 27 17:13 version.go [Pipeline] sh 17:18:37 + '[' -e coverage.out ] 17:18:37 + chown 1001:1001 coverage.out [Pipeline] stash 17:18:37 Warning: overwriting stash ‘coverage-report’ 17:18:38 Stashed 1 file(s) [Pipeline] sh 17:18:39 + make build 17:18:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:18:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:19:09 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 17:19:15 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 17:19:19 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 17:19:26 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 17:19:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:19:33 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 17:19:38 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 17:19:43 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 17:19:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:19:53 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 17:19:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 17:20:02 $ docker stop --time=1 806333f40689b74a78e617fda0760841aa01e1a269f8adb9c5ee6c3e54e3e912 17:20:04 $ docker rm -f 806333f40689b74a78e617fda0760841aa01e1a269f8adb9c5ee6c3e54e3e912 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:20:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:06 17:20:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:20:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:07 latest: Pulling from edgex-devops/edgex-compose-arm64 17:20:07 29e5d40040c1: Already exists 17:20:07 1ce36da41761: Pulling fs layer 17:20:07 25b303627fd3: Pulling fs layer 17:20:08 1ce36da41761: Download complete 17:20:09 1ce36da41761: Pull complete 17:20:09 25b303627fd3: Verifying Checksum 17:20:09 25b303627fd3: Download complete 17:20:19 25b303627fd3: Pull complete 17:20:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:20:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:20:20 prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container 17:20:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose-arm64:latest cat 17:20:24 $ docker top 542c887e29e154fc6a3047238b12489c7eba9a3e82b38f6f65cab0b214d38761 -eo pid,comm [Pipeline] { [Pipeline] sh 17:20:26 + docker-compose build --help 17:20:26 + grep parallel 17:20:30 --parallel Build images in parallel. [Pipeline] } 17:20:30 $ docker stop --time=1 542c887e29e154fc6a3047238b12489c7eba9a3e82b38f6f65cab0b214d38761 17:20:32 $ docker rm -f 542c887e29e154fc6a3047238b12489c7eba9a3e82b38f6f65cab0b214d38761 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:20:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:33 . [Pipeline] withDockerContainer 17:20:34 prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container 17:20:34 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 17:20:35 $ docker top 188616f3a44d190be985331f6f12b0de1aa56a08fe99ef4c6540906b9c4df310 -eo pid,comm [Pipeline] { [Pipeline] sh 17:20:36 + docker-compose -f ./docker-compose-build.yml build --parallel 17:20:42 Building docker-core-command-go ... 17:20:42 Building docker-core-data-go ... 17:20:42 Building docker-core-metadata-go ... 17:20:42 Building docker-security-proxy-setup-go ... 17:20:42 Building docker-security-secrets-setup-go ... 17:20:42 Building docker-security-secretstore-setup-go ... 17:20:42 Building docker-support-logging-go ... 17:20:42 Building docker-support-notifications-go ... 17:20:42 Building docker-support-scheduler-go ... 17:20:42 Building docker-sys-mgmt-agent-go ... 17:20:42 Building docker-core-metadata-go 17:20:42 Building docker-support-logging-go 17:20:42 Building docker-core-data-go 17:20:42 Building docker-security-secrets-setup-go 17:20:42 Building docker-security-secretstore-setup-go 17:22:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:22:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:22:33 ---> f097b30cca64 17:22:33 Step 3/21 : WORKDIR /edgex-go 17:22:33 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:22:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:22:33 ---> f097b30cca64 17:22:33 Step 3/26 : WORKDIR /edgex-go 17:22:33 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 17:22:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:22:33 ---> f097b30cca64 17:22:33 Step 3/22 : WORKDIR /edgex-go 17:22:33 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 17:22:33 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:22:33 ---> f097b30cca64 17:22:33 Step 3/29 : WORKDIR /edgex-go 17:22:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:22:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:22:33 ---> f097b30cca64 17:22:33 Step 3/21 : WORKDIR /edgex-go 17:22:33 ---> Running in e6b56d0e2777 17:22:33 ---> Running in b5c720a2ff0f 17:22:33 ---> Running in 277987ff094d 17:22:33 ---> Running in c1cfb20723cc 17:22:33 ---> Running in 7631d03841d1 17:22:33 Removing intermediate container c1cfb20723cc 17:22:33 ---> 8dd125673620 17:22:33 Step 4/29 : RUN apk update && apk add make git 17:22:33 Removing intermediate container 277987ff094d 17:22:33 ---> 3737784e063c 17:22:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:33 Removing intermediate container b5c720a2ff0f 17:22:33 ---> 11cc10342d95 17:22:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:33 Removing intermediate container 7631d03841d1 17:22:33 ---> c72ec95fd518 17:22:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:33 ---> Running in c24bc162a0c2 17:22:33 ---> Running in fe4a190ca726 17:22:33 Removing intermediate container e6b56d0e2777 17:22:33 ---> 75530227170d 17:22:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:33 ---> Running in 75f1cf27f43e 17:22:33 ---> Running in 2352a6b9058a 17:22:33 ---> Running in 3a055a85b23c 17:22:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:33 Removing intermediate container c24bc162a0c2 17:22:33 ---> 8c2720cd2cad 17:22:33 Step 5/21 : RUN apk update && apk add make git 17:22:33 ---> Running in 82c54c85d56b 17:22:33 Removing intermediate container 75f1cf27f43e 17:22:33 ---> eea4d98d43f9 17:22:33 Step 5/26 : RUN apk update && apk add make git 17:22:33 ---> Running in 7273d9a8c22a 17:22:33 Removing intermediate container 2352a6b9058a 17:22:33 ---> a457c7272b91 17:22:33 Step 5/21 : RUN apk update && apk add make && apk add bash git 17:22:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:33 Removing intermediate container 3a055a85b23c 17:22:33 ---> 28b0c56fd5a8 17:22:33 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:22:33 ---> Running in 997ebf801768 17:22:33 ---> Running in 8a1f2182c061 17:22:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:35 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:22:35 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:22:35 OK: 12620 distinct packages available 17:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:36 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:22:36 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:22:36 OK: 12620 distinct packages available 17:22:36 OK: 217 MiB in 51 packages 17:22:36 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:22:36 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:22:36 OK: 12620 distinct packages available 17:22:37 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:22:37 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:22:37 OK: 12620 distinct packages available 17:22:37 OK: 217 MiB in 51 packages 17:22:37 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:22:37 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:22:37 OK: 12620 distinct packages available 17:22:37 OK: 217 MiB in 51 packages 17:22:38 OK: 217 MiB in 51 packages 17:22:38 OK: 217 MiB in 51 packages 17:22:39 OK: 217 MiB in 51 packages 17:22:39 Removing intermediate container fe4a190ca726 17:22:39 ---> fe6c18719cfd 17:22:39 Step 5/29 : COPY go.mod . 17:22:39 Removing intermediate container 82c54c85d56b 17:22:39 ---> 799fbebc17f5 17:22:39 Step 6/21 : COPY go.mod . 17:22:39 Removing intermediate container 7273d9a8c22a 17:22:39 ---> cdf9623ececc 17:22:39 Step 6/26 : COPY go.mod . 17:22:40 Removing intermediate container 8a1f2182c061 17:22:40 ---> 774fa8b8c37b 17:22:40 Step 6/22 : COPY go.mod . 17:22:40 ---> 736ac6b1d634 17:22:40 Step 6/29 : RUN go mod download 17:22:40 ---> 6b603885c0e1 17:22:40 Step 7/21 : RUN go mod download 17:22:40 ---> a316b9ff7991 17:22:40 Step 7/26 : RUN go mod download 17:22:40 ---> Running in 7395360b2773 17:22:40 ---> Running in b75907c7c2d8 17:22:41 Removing intermediate container 997ebf801768 17:22:41 ---> 3aad8880d61e 17:22:41 Step 6/21 : COPY go.mod . 17:22:41 ---> Running in 436623bc286d 17:22:41 ---> ce91734166d8 17:22:41 Step 7/22 : RUN go mod download 17:22:41 ---> Running in c2bcb1307984 17:22:42 ---> 84a51b7a06eb 17:22:42 Step 7/21 : RUN go mod download 17:22:42 ---> Running in 6410e6381b38 17:22:45 Removing intermediate container b75907c7c2d8 17:22:45 ---> ea46093382ae 17:22:45 Step 7/29 : COPY . . 17:22:46 Removing intermediate container c2bcb1307984 17:22:46 ---> 2455795172dd 17:22:46 Step 8/22 : COPY . . 17:22:46 Removing intermediate container 436623bc286d 17:22:46 ---> c5fac424311a 17:22:46 Step 8/26 : COPY . . 17:22:47 Removing intermediate container 6410e6381b38 17:22:47 ---> 3f80541d8293 17:22:47 Step 8/21 : COPY . . 17:22:47 Removing intermediate container 7395360b2773 17:22:47 ---> 9df3dc058e0e 17:22:47 Step 8/21 : COPY . . 17:23:26 ---> 3244e08f7ee3 17:23:26 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:23:26 ---> 77aa7b789f74 17:23:26 Step 9/21 : RUN make cmd/core-metadata/core-metadata 17:23:26 ---> 154479fb03e1 17:23:26 Step 9/21 : RUN make cmd/support-logging/support-logging 17:23:26 ---> 49a15f512635 17:23:26 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 17:23:26 ---> 0c351f2fe676 17:23:26 Step 9/22 : RUN make cmd/core-data/core-data 17:23:26 ---> Running in c6e5eade3fa9 17:23:26 ---> Running in a6f1c55bd6ec 17:23:26 ---> Running in 0b769092d821 17:23:26 ---> Running in 9ef81c7f036d 17:23:26 ---> Running in ea26e02c9b60 17:23:26 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 17:23:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:23:26 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 17:23:26 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 17:23:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:24:47 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 17:24:47 Removing intermediate container c6e5eade3fa9 17:24:47 ---> 7304159d0f08 17:24:47 17:24:47 Step 9/29 : FROM alpine:latest 17:24:47 latest: Pulling from library/alpine 17:24:47 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:24:47 Status: Downloaded newer image for alpine:latest 17:24:47 ---> 62ee0e9f8440 17:24:47 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:24:47 ---> Running in e5bcc088e94d 17:24:47 Removing intermediate container e5bcc088e94d 17:24:47 ---> c7eb1f2062c2 17:24:47 Step 11/29 : USER root 17:24:47 ---> Running in f89cb2a9ffad 17:24:47 Removing intermediate container f89cb2a9ffad 17:24:47 ---> d08b9e8d442e 17:24:47 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:24:47 ---> Running in 94f1fce32ad6 17:24:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:49 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:24:49 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:24:49 OK: 12620 distinct packages available 17:24:50 (1/2) Installing ca-certificates (20191127-r4) 17:24:50 (2/2) Installing dumb-init (1.2.2-r1) 17:24:50 Executing busybox-1.31.1-r16.trigger 17:24:50 Executing ca-certificates-20191127-r4.trigger 17:24:50 OK: 6 MiB in 16 packages 17:24:53 Removing intermediate container 94f1fce32ad6 17:24:53 ---> 349961268f42 17:24:53 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:24:53 ---> Running in 1aa97ce68686 17:24:54 Removing intermediate container 1aa97ce68686 17:24:54 ---> c00d8f46e70f 17:24:54 Step 14/29 : WORKDIR $BASE_DIR 17:24:54 ---> Running in 24e0a2223970 17:24:55 Removing intermediate container 24e0a2223970 17:24:55 ---> 74e6b3987517 17:24:55 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:24:55 ---> Running in 49750213848e 17:24:56 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 17:25:02 Removing intermediate container 49750213848e 17:25:02 ---> 3459c18b0a2d 17:25:02 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:25:02 Removing intermediate container 9ef81c7f036d 17:25:02 ---> 76869b4d24fe 17:25:02 17:25:02 Step 10/21 : FROM scratch 17:25:02 ---> 17:25:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:25:02 ---> Running in 879d265cbb10 17:25:02 Removing intermediate container 879d265cbb10 17:25:02 ---> 59438f2a8447 17:25:02 Step 12/21 : ENV APP_PORT=48061 17:25:02 ---> Running in 658533dbca8c 17:25:03 ---> 7666436f9192 17:25:03 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:25:03 Removing intermediate container 658533dbca8c 17:25:03 ---> 33e82d745145 17:25:03 Step 13/21 : EXPOSE $APP_PORT 17:25:03 ---> Running in 16b80e22fc63 17:25:04 ---> 2b4518e43ef7 17:25:04 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:25:04 Removing intermediate container 16b80e22fc63 17:25:04 ---> 4c0b791e7c10 17:25:04 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 17:25:06 ---> 65a3ce712e70 17:25:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:25:06 ---> 392f268eb3d5 17:25:06 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:25:07 ---> b5b6dfa4157e 17:25:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:25:08 ---> 035d1a4e737f 17:25:08 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:25:10 ---> e9b39e16a4d5 17:25:10 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:25:10 ---> e768010b70ff 17:25:10 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:25:10 ---> Running in 398df49948ce 17:25:11 Removing intermediate container 0b769092d821 17:25:11 ---> 4518d3bf63cd 17:25:11 17:25:11 Step 10/26 : FROM alpine:3.10 17:25:12 ---> 834e296f23ea 17:25:12 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:25:12 3.10: Pulling from library/alpine 17:25:12 ---> Running in 5859fdbde08f 17:25:13 Removing intermediate container 5859fdbde08f 17:25:13 ---> 77c32cb954f7 17:25:13 Step 19/21 : LABEL arch=arm64 17:25:13 ---> Running in 3a684d7a6d3c 17:25:13 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:25:13 Status: Downloaded newer image for alpine:3.10 17:25:13 ---> 536a684cf733 17:25:13 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:25:14 Removing intermediate container 3a684d7a6d3c 17:25:14 ---> 093edf5a9f85 17:25:14 Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:25:14 ---> Running in e535a08ab0af 17:25:14 ---> Running in df3dd2d282ff 17:25:14 Removing intermediate container 398df49948ce 17:25:14 ---> bea7e2e13430 17:25:14 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:25:15 Removing intermediate container df3dd2d282ff 17:25:15 ---> aa95104d0163 17:25:15 Step 21/21 : LABEL version=0.0.0 17:25:15 ---> Running in 3d7d10aa9061 17:25:16 ---> 9be58c48b2f3 17:25:16 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:25:16 Removing intermediate container 3d7d10aa9061 17:25:16 ---> f97075015ced 17:25:16 17:25:16 ---> Running in bca80d2c6e6f 17:25:17 Successfully built f97075015ced 17:25:17 Successfully tagged docker-support-logging-go-arm64:latest 17:25:17 Building docker-sys-mgmt-agent-go 17:25:17  Building docker-support-logging-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 17:25:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 17:25:18 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:25:18 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:25:18 OK: 10167 distinct packages available 17:25:18 (1/5) Installing ca-certificates (20191127-r2) 17:25:19 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:25:19 (3/5) Installing libcurl (7.66.0-r0) 17:25:19 (4/5) Installing curl (7.66.0-r0) 17:25:19 (5/5) Installing dumb-init (1.2.2-r1) 17:25:19 Executing busybox-1.30.1-r3.trigger 17:25:19 Executing ca-certificates-20191127-r2.trigger 17:25:19 OK: 7 MiB in 19 packages 17:25:21 Removing intermediate container bca80d2c6e6f 17:25:21 ---> 0f1e5b8a7586 17:25:21 Step 24/29 : RUN chmod 755 security-secrets-setup 17:25:22 ---> Running in a25f000f3883 17:25:24 Removing intermediate container e535a08ab0af 17:25:24 ---> a67e30eee31d 17:25:24 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:25:24 ---> Running in 85f8b69f097b 17:25:26 Removing intermediate container 85f8b69f097b 17:25:26 ---> c1a62778dcec 17:25:26 Step 13/26 : WORKDIR / 17:25:26 Removing intermediate container a6f1c55bd6ec 17:25:26 ---> 7cd2ce835c89 17:25:26 17:25:26 Step 10/21 : FROM scratch 17:25:26 ---> 17:25:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:25:26 ---> Running in 6bb36e476c2a 17:25:27 ---> Running in e99dbbdfbc43 17:25:27 Removing intermediate container 6bb36e476c2a 17:25:27 ---> fb76b5942d72 17:25:27 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:25:27 Removing intermediate container a25f000f3883 17:25:27 ---> 3542d82e2931 17:25:27 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:25:27 Removing intermediate container e99dbbdfbc43 17:25:27 ---> aa7b77c5e925 17:25:27 Step 12/21 : ENV APP_PORT=48081 17:25:28 ---> Running in 2a1f098758c0 17:25:28 ---> Running in feb25ee60b71 17:25:29 Removing intermediate container feb25ee60b71 17:25:29 ---> ec0501353484 17:25:29 Step 13/21 : EXPOSE $APP_PORT 17:25:29 Removing intermediate container 2a1f098758c0 17:25:29 ---> 6d29ffe87cfb 17:25:29 Step 26/29 : CMD [ "generate" ] 17:25:29 ---> 27053f88133f 17:25:29 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:25:29 ---> Running in b3de1c4ab3fe 17:25:29 ---> Running in 39114e40ee1e 17:25:30 Removing intermediate container b3de1c4ab3fe 17:25:30 ---> 03d01486a436 17:25:30 Step 14/21 : WORKDIR / 17:25:30 Removing intermediate container 39114e40ee1e 17:25:30 ---> 569f39baed09 17:25:30 Step 27/29 : LABEL arch=arm64 17:25:30 ---> c0530514f818 17:25:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:25:31 ---> Running in c7c5e44bdee1 17:25:31 ---> Running in d23b401ad255 17:25:32 Removing intermediate container c7c5e44bdee1 17:25:32 ---> ce08f9c0c591 17:25:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:25:32 Removing intermediate container d23b401ad255 17:25:32 ---> a6ffad82fd8b 17:25:32 Step 28/29 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:25:32 ---> e317b2847fba 17:25:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 17:25:33 ---> Running in 48b4011d8ef5 17:25:33 ---> 1c46bf3941c3 17:25:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:25:34 ---> 4e4c12b32bc6 17:25:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:25:34 Removing intermediate container 48b4011d8ef5 17:25:34 ---> 21daffc09d5a 17:25:34 Step 29/29 : LABEL version=0.0.0 17:25:34 ---> Running in 665e02130ce1 17:25:35 Removing intermediate container ea26e02c9b60 17:25:35 ---> 942ed93603b8 17:25:35 17:25:35 Step 10/22 : FROM alpine 17:25:35 ---> 62ee0e9f8440 17:25:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:25:35 ---> 99e0d9f25bb6 17:25:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:25:36 Removing intermediate container 665e02130ce1 17:25:36 ---> bde41778f57a 17:25:36 17:25:36 ---> Running in b2a0303beabb 17:25:36 ---> 084097a4abce 17:25:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:25:36 Removing intermediate container b2a0303beabb 17:25:36 ---> 7f76d0775469 17:25:36 Step 12/22 : ENV APP_PORT=48080 17:25:36 Successfully built bde41778f57a 17:25:36 Successfully tagged docker-security-secrets-setup-go-arm64:latest 17:25:36  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 17:25:37 ---> Running in 2214963fb592 17:25:37 ---> 3e9ce2f6ce26 17:25:37 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:25:37 ---> Running in 01e40669e501 17:25:37 Removing intermediate container 2214963fb592 17:25:37 ---> 4a0e7868f4e0 17:25:37 Step 13/22 : EXPOSE $APP_PORT 17:25:38 ---> 298448350ae0 17:25:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 17:25:38 ---> Running in 727ea91a4964 17:25:38 Removing intermediate container 01e40669e501 17:25:38 ---> 917d63fe2980 17:25:38 Step 19/21 : LABEL arch=arm64 17:25:38 ---> Running in ddd03bb84fd1 17:25:38 Removing intermediate container 727ea91a4964 17:25:38 ---> 5f15d6cea8cf 17:25:38 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:39 ---> Running in f335d5af2b9c 17:25:39 Removing intermediate container ddd03bb84fd1 17:25:39 ---> 5806d4804c75 17:25:39 Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:25:39 ---> b512e0861974 17:25:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:25:39 ---> Running in deb576e8ea2b 17:25:41 Removing intermediate container deb576e8ea2b 17:25:41 ---> b7ec0aa61c7a 17:25:41 Step 21/21 : LABEL version=0.0.0 17:25:41 ---> 140552af563b 17:25:41 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:25:41 ---> Running in 66ed97270b36 17:25:41 ---> Running in 934be5793ba0 17:25:42 Removing intermediate container 66ed97270b36 17:25:42 ---> 26e67fbc74d7 17:25:42 17:25:43 Successfully built 26e67fbc74d7 17:25:43 Successfully tagged docker-core-metadata-go-arm64:latest 17:25:43  Building docker-core-metadata-go ... done Building docker-support-notifications-go 17:25:44 Removing intermediate container f335d5af2b9c 17:25:44 ---> 182049c12618 17:25:44 Step 15/22 : RUN apk --no-cache add zeromq 17:25:44 ---> Running in 0cae6ea57a56 17:25:45 Removing intermediate container 934be5793ba0 17:25:45 ---> b85cf587e477 17:25:46 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 17:25:46 ---> Running in 616a2c9b71fb 17:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:25:47 Removing intermediate container 616a2c9b71fb 17:25:47 ---> c235c776165e 17:25:47 Step 24/26 : LABEL arch=arm64 17:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:25:47 ---> Running in b4cd504b07f3 17:25:48 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:25:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:25:48 ---> f097b30cca64 17:25:48 Step 3/26 : WORKDIR /edgex-go 17:25:48 ---> Using cache 17:25:48 ---> 75530227170d 17:25:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:48 ---> Using cache 17:25:48 ---> 28b0c56fd5a8 17:25:48 Step 5/26 : RUN apk update && apk add make bash git 17:25:48 ---> Running in 36632154d328 17:25:48 (1/5) Installing libgcc (9.3.0-r2) 17:25:48 (2/5) Installing libsodium (1.0.18-r0) 17:25:48 Removing intermediate container b4cd504b07f3 17:25:48 ---> 3005975c0a99 17:25:48 Step 25/26 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:25:48 (3/5) Installing libstdc++ (9.3.0-r2) 17:25:49 (4/5) Installing libzmq (4.3.2-r0) 17:25:49 ---> Running in 6180d0e343c0 17:25:49 (5/5) Installing zeromq (4.3.2-r0) 17:25:49 Executing busybox-1.31.1-r16.trigger 17:25:49 OK: 8 MiB in 19 packages 17:25:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:25:50 Removing intermediate container 6180d0e343c0 17:25:50 ---> 37ecf305ad04 17:25:50 Step 26/26 : LABEL version=0.0.0 17:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:25:51 ---> Running in a49af7b08660 17:25:52 Removing intermediate container a49af7b08660 17:25:52 ---> d5b73de4d2a5 17:25:52 17:25:52 Removing intermediate container 0cae6ea57a56 17:25:52 ---> aadfd364d983 17:25:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:25:52 Successfully built d5b73de4d2a5 17:25:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:25:52 Building docker-security-proxy-setup-go 17:25:52 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:25:52 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:25:52 OK: 12620 distinct packages available 17:25:53  Building docker-security-secretstore-setup-go ... done  ---> 7bdc2f6228b8 17:25:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:25:53 OK: 217 MiB in 51 packages 17:25:55 ---> 7d14b01d6ea1 17:25:55 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:25:55 Removing intermediate container 36632154d328 17:25:55 ---> bbf08c344831 17:25:55 Step 6/26 : COPY go.mod . 17:25:56 ---> 19c9ba0c2371 17:25:56 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:25:56 ---> 14f4cf088722 17:25:56 Step 7/26 : RUN go mod download 17:25:57 ---> Running in 39568d908e40 17:25:57 ---> Running in ade357574cdf 17:25:58 Removing intermediate container 39568d908e40 17:25:58 ---> dbc324d94c29 17:25:58 Step 20/22 : LABEL arch=arm64 17:25:58 ---> Running in b104ca2410bf 17:25:59 Removing intermediate container b104ca2410bf 17:25:59 ---> f874394ebd10 17:25:59 Step 21/22 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:25:59 ---> Running in 5f4bcca1f75c 17:26:00 Removing intermediate container 5f4bcca1f75c 17:26:00 ---> 9eda69b90f94 17:26:00 Step 22/22 : LABEL version=0.0.0 17:26:00 ---> Running in 1eaf18a8ef6e 17:26:01 Removing intermediate container 1eaf18a8ef6e 17:26:01 ---> 16c546774ed1 17:26:01 Removing intermediate container ade357574cdf 17:26:01 ---> 131eae09972d 17:26:01 Step 8/26 : COPY . . 17:26:01 17:26:01 Successfully built 16c546774ed1 17:26:02 Successfully tagged docker-core-data-go-arm64:latest 17:26:02  Building docker-core-data-go ... done Building docker-support-scheduler-go 17:26:24 ---> 053f8e303216 17:26:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:26:25 ---> Running in 6ec65d3c4251 17:26:27 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 17:26:37 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:26:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:26:37 ---> f097b30cca64 17:26:37 Step 3/21 : WORKDIR /edgex-go 17:26:37 ---> Using cache 17:26:37 ---> 75530227170d 17:26:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:37 ---> Using cache 17:26:37 ---> 28b0c56fd5a8 17:26:37 Step 5/21 : RUN apk update && apk add make git 17:26:39 ---> Running in 7f5ac8e81698 17:26:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:45 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 17:26:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:26:45 ---> f097b30cca64 17:26:45 Step 3/23 : WORKDIR /edgex-go 17:26:45 ---> Using cache 17:26:45 ---> 75530227170d 17:26:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:45 ---> Using cache 17:26:45 ---> 28b0c56fd5a8 17:26:45 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 17:26:47 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:26:47 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:26:47 OK: 12620 distinct packages available 17:26:48 OK: 217 MiB in 51 packages 17:26:48 ---> Running in 261ad9af495a 17:26:51 Removing intermediate container 7f5ac8e81698 17:26:51 ---> c4e2adb7e2c8 17:26:51 Step 6/21 : COPY go.mod . 17:26:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:53 ---> ace951b633f1 17:26:53 Step 7/21 : RUN go mod download 17:26:53 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:26:53 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:26:53 OK: 12620 distinct packages available 17:26:53 ---> Running in 10822c955153 17:26:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:26:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:26:54 ---> f097b30cca64 17:26:54 Step 3/20 : WORKDIR /edgex-go 17:26:54 ---> Using cache 17:26:54 ---> 75530227170d 17:26:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:54 ---> Using cache 17:26:54 ---> 28b0c56fd5a8 17:26:54 Step 5/20 : RUN apk update && apk add make git 17:26:54 ---> Using cache 17:26:54 ---> c4e2adb7e2c8 17:26:54 Step 6/20 : COPY go.mod . 17:26:54 ---> Using cache 17:26:54 ---> ace951b633f1 17:26:54 Step 7/20 : RUN go mod download 17:26:54 ---> Running in 144fa7f424a9 17:26:54 OK: 217 MiB in 51 packages 17:26:58 Removing intermediate container 261ad9af495a 17:26:58 ---> e2095e88b9a3 17:26:58 Step 6/23 : COPY go.mod . 17:26:59 ---> b79d48d06617 17:26:59 Step 7/23 : RUN go mod download 17:27:00 ---> Running in aa27d480de17 17:27:01 Removing intermediate container 144fa7f424a9 17:27:01 ---> 8b3aa2123aac 17:27:01 Step 8/20 : COPY . . 17:27:01 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:27:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:27:01 ---> f097b30cca64 17:27:01 Step 3/20 : WORKDIR /edgex-go 17:27:01 ---> Using cache 17:27:01 ---> 75530227170d 17:27:01 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:01 ---> Using cache 17:27:01 ---> 28b0c56fd5a8 17:27:01 Step 5/20 : RUN apk update && apk add make git 17:27:01 ---> Using cache 17:27:01 ---> c4e2adb7e2c8 17:27:01 Step 6/20 : COPY go.mod . 17:27:01 ---> Using cache 17:27:01 ---> ace951b633f1 17:27:01 Step 7/20 : RUN go mod download 17:27:01 Removing intermediate container 10822c955153 17:27:01 ---> fd1dec404f95 17:27:01 Step 8/21 : COPY . . 17:27:01 ---> Running in 0b42827656d9 17:27:07 Removing intermediate container aa27d480de17 17:27:07 ---> 72df0bf624b7 17:27:07 Step 8/23 : COPY . . 17:27:07 Removing intermediate container 0b42827656d9 17:27:07 ---> e798610f7ce4 17:27:07 Step 8/20 : COPY . . 17:27:29 Removing intermediate container 6ec65d3c4251 17:27:29 ---> 5fb078714177 17:27:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:27:29 ---> Running in 1140e1dde641 17:27:29 ---> e86303d23db4 17:27:29 Step 9/21 : RUN make cmd/core-command/core-command 17:27:29 ---> 5e20e9ab61fd 17:27:29 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 17:27:30 ---> 0c3f2b13c895 17:27:30 Step 9/23 : RUN make cmd/support-notifications/support-notifications 17:27:30 ---> Running in 31897cc5bce2 17:27:30 ---> Running in 408ba87b64e5 17:27:30 ---> Running in f8a910ae5311 17:27:30 ---> dfd431f0ada5 17:27:30 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 17:27:31 ---> Running in 35c9e2d64643 17:27:31 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 17:27:32 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 17:27:32 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 17:27:33 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 17:27:33 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 17:27:37 Removing intermediate container 1140e1dde641 17:27:37 ---> dedb3c788bd7 17:27:37 17:27:37 Step 11/26 : FROM docker:latest 17:27:37 ---> ce9d55ae87f1 17:27:37 Step 12/26 : RUN apk add --no-cache bash 17:27:37 ---> Running in d15292385374 17:27:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:41 (1/2) Installing readline (8.0.4-r0) 17:27:41 (2/2) Installing bash (5.0.17-r0) 17:27:41 Executing bash-5.0.17-r0.post-install 17:27:41 Executing busybox-1.31.1-r16.trigger 17:27:41 OK: 12 MiB in 22 packages 17:27:43 Removing intermediate container d15292385374 17:27:43 ---> c1ba5df9d16e 17:27:43 Step 13/26 : RUN rm -rf /var/cache/apk/* 17:27:43 ---> Running in 28600365b784 17:27:47 Removing intermediate container 28600365b784 17:27:47 ---> 88f6cfb7a8bb 17:27:47 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:27:47 ---> Running in 65b177be40ab 17:27:48 Removing intermediate container 65b177be40ab 17:27:48 ---> 03738714893d 17:27:48 Step 15/26 : ENV APP_PORT=48090 17:27:48 ---> Running in 76ed53f933a4 17:27:49 Removing intermediate container 76ed53f933a4 17:27:49 ---> ad444e6233ca 17:27:49 Step 16/26 : EXPOSE $APP_PORT 17:27:49 ---> Running in 79b623ac90b6 17:27:49 Removing intermediate container 79b623ac90b6 17:27:49 ---> 2d912b6f38ed 17:27:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:27:51 ---> 26f46aa91353 17:27:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:27:52 ---> 2956e77c9d41 17:27:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:27:54 ---> 7f07bb6daa77 17:27:54 Step 20/26 : RUN apk --no-cache add py-pip 17:27:54 ---> Running in e1863133545b 17:27:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:58 (1/33) Installing libbz2 (1.0.8-r1) 17:27:58 (2/33) Installing expat (2.2.9-r1) 17:27:58 (3/33) Installing libffi (3.3-r2) 17:27:58 (4/33) Installing gdbm (1.13-r1) 17:27:58 (5/33) Installing xz-libs (5.2.5-r0) 17:27:58 (6/33) Installing sqlite-libs (3.32.1-r0) 17:27:58 (7/33) Installing python3 (3.8.5-r0) 17:28:00 (8/33) Installing py3-appdirs (1.4.4-r1) 17:28:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:28:00 (10/33) Installing py3-parsing (2.4.7-r0) 17:28:00 (11/33) Installing py3-six (1.15.0-r0) 17:28:00 (12/33) Installing py3-packaging (20.4-r0) 17:28:00 (13/33) Installing py3-setuptools (47.0.0-r0) 17:28:00 (14/33) Installing py3-chardet (3.0.4-r4) 17:28:00 (15/33) Installing py3-idna (2.9-r0) 17:28:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:28:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:28:00 (18/33) Installing py3-requests (2.23.0-r0) 17:28:00 (19/33) Installing py3-msgpack (1.0.0-r0) 17:28:00 (20/33) Installing py3-lockfile (0.12.2-r3) 17:28:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:28:00 (22/33) Installing py3-colorama (0.4.3-r0) 17:28:00 (23/33) Installing py3-distlib (0.3.0-r0) 17:28:01 (24/33) Installing py3-distro (1.5.0-r1) 17:28:01 (25/33) Installing py3-webencodings (0.5.1-r3) 17:28:01 (26/33) Installing py3-html5lib (1.0.1-r4) 17:28:01 (27/33) Installing py3-pytoml (0.1.21-r0) 17:28:01 (28/33) Installing py3-pep517 (0.8.2-r0) 17:28:01 (29/33) Installing py3-progress (1.5-r0) 17:28:01 (30/33) Installing py3-toml (0.10.1-r0) 17:28:01 (31/33) Installing py3-retrying (1.3.3-r0) 17:28:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:28:01 (33/33) Installing py3-pip (20.1.1-r0) 17:28:01 Executing busybox-1.31.1-r16.trigger 17:28:01 OK: 71 MiB in 55 packages 17:28:11 Removing intermediate container e1863133545b 17:28:11 ---> 832c6500b4d9 17:28:11 Step 21/26 : RUN pip install docker-compose==1.23.2 17:28:11 ---> Running in 1e1bf18d04cf 17:28:19 Collecting docker-compose==1.23.2 17:28:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:28:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:28:20 Collecting dockerpty<0.5,>=0.4.1 17:28:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:28:24 Collecting docker<4.0,>=3.6.0 17:28:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:28:25 Collecting docopt<0.7,>=0.6.1 17:28:25 Downloading docopt-0.6.2.tar.gz (25 kB) 17:28:29 Collecting cached-property<2,>=1.2.0 17:28:29 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 17:28:30 Collecting websocket-client<1.0,>=0.32.0 17:28:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:28:31 Collecting jsonschema<3,>=2.5.1 17:28:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:28:32 Collecting PyYAML<4,>=3.10 17:28:32 Downloading PyYAML-3.13.tar.gz (270 kB) 17:28:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:28:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:28:39 Collecting texttable<0.10,>=0.9.0 17:28:39 Downloading texttable-0.9.1.tar.gz (11 kB) 17:28:43 Collecting docker-pycreds>=0.4.0 17:28:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:28:43 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) 17:28:43 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) 17:28:43 Collecting urllib3<1.25,>=1.21.1 17:28:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:28:44 Collecting idna<2.8,>=2.5 17:28:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:28:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:28:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:28:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:28:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:28:46 Installing collected packages: dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, PyYAML, texttable, docker-compose 17:28:46 Running setup.py install for dockerpty: started 17:28:49 Running setup.py install for dockerpty: finished with status 'done' 17:28:49 Attempting uninstall: urllib3 17:28:49 Found existing installation: urllib3 1.25.9 17:28:49 Uninstalling urllib3-1.25.9: 17:28:49 Successfully uninstalled urllib3-1.25.9 17:28:50 Attempting uninstall: idna 17:28:50 Found existing installation: idna 2.9 17:28:50 Uninstalling idna-2.9: 17:28:50 Successfully uninstalled idna-2.9 17:28:51 Attempting uninstall: requests 17:28:51 Found existing installation: requests 2.23.0 17:28:51 Uninstalling requests-2.23.0: 17:28:52 Successfully uninstalled requests-2.23.0 17:28:53 Running setup.py install for docopt: started 17:28:56 Running setup.py install for docopt: finished with status 'done' 17:28:57 Running setup.py install for PyYAML: started 17:29:02 Running setup.py install for PyYAML: finished with status 'done' 17:29:02 Running setup.py install for texttable: started 17:29:03 Removing intermediate container 408ba87b64e5 17:29:03 ---> 118dbc9e20ef 17:29:03 17:29:03 Step 10/20 : FROM alpine 17:29:03 ---> 62ee0e9f8440 17:29:03 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:29:03 ---> Running in 1a16c1659e9b 17:29:05 Running setup.py install for texttable: finished with status 'done' 17:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:29:07 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 17:29:07 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:29:07 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:29:07 OK: 12620 distinct packages available 17:29:08 (1/4) Installing ca-certificates (20191127-r4) 17:29:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:29:08 (3/4) Installing libcurl (7.69.1-r0) 17:29:08 (4/4) Installing curl (7.69.1-r0) 17:29:08 Executing busybox-1.31.1-r16.trigger 17:29:08 Executing ca-certificates-20191127-r4.trigger 17:29:09 OK: 7 MiB in 18 packages 17:29:11 Removing intermediate container 1a16c1659e9b 17:29:11 ---> 83900b934fcb 17:29:11 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:29:11 ---> Running in aef8dc380514 17:29:12 Removing intermediate container aef8dc380514 17:29:12 ---> ae2c61b13196 17:29:12 Step 13/20 : WORKDIR /edgex 17:29:13 ---> Running in e4b34339291a 17:29:13 Removing intermediate container 1e1bf18d04cf 17:29:13 ---> 668658f99a21 17:29:13 Step 22/26 : RUN apk --no-cache add curl 17:29:13 ---> Running in 7949cf4d86a2 17:29:14 Removing intermediate container e4b34339291a 17:29:14 ---> e60d33028c82 17:29:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:29:15 ---> f610ca3de824 17:29:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:29:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:29:17 ---> d11b027ac982 17:29:17 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:29:17 ---> Running in d8dfc4a0e50c 17:29:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:29:18 (2/3) Installing libcurl (7.69.1-r0) 17:29:18 (3/3) Installing curl (7.69.1-r0) 17:29:18 Executing busybox-1.31.1-r16.trigger 17:29:18 OK: 71 MiB in 58 packages 17:29:18 Removing intermediate container d8dfc4a0e50c 17:29:18 ---> c33c45eb691e 17:29:18 Step 17/20 : CMD ["--init=true"] 17:29:18 ---> Running in e50783fcd968 17:29:19 Removing intermediate container e50783fcd968 17:29:19 ---> 263c58461a9c 17:29:19 Step 18/20 : LABEL arch=arm64 17:29:19 ---> Running in 7c727741818e 17:29:20 Removing intermediate container 7949cf4d86a2 17:29:20 ---> a970e5cf99a4 17:29:20 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:29:20 ---> Running in 251dc18c4814 17:29:20 Removing intermediate container 7c727741818e 17:29:20 ---> 34cbe392bdcd 17:29:20 Step 19/20 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:29:21 ---> Running in 28d4214ebff2 17:29:21 Removing intermediate container 251dc18c4814 17:29:21 ---> 30a7363c5ede 17:29:21 Step 24/26 : LABEL arch=arm64 17:29:21 Removing intermediate container 28d4214ebff2 17:29:21 ---> b8ca7b275494 17:29:21 Step 20/20 : LABEL version=0.0.0 17:29:21 ---> Running in c65e60846d01 17:29:21 ---> Running in abe9dd453639 17:29:22 Removing intermediate container c65e60846d01 17:29:22 ---> 5b8960e78b79 17:29:22 Step 25/26 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:29:22 Removing intermediate container abe9dd453639 17:29:22 ---> 8f091584387d 17:29:22 17:29:22 ---> Running in e9ea2af9df11 17:29:23 Successfully built 8f091584387d 17:29:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:29:23  Building docker-security-proxy-setup-go ... done Removing intermediate container e9ea2af9df11 17:29:23 ---> 1ee6f73d5f1e 17:29:23 Step 26/26 : LABEL version=0.0.0 17:29:23 ---> Running in 2ba107a5938f 17:29:24 Removing intermediate container 2ba107a5938f 17:29:24 ---> a19c4f5f9f3e 17:29:24 17:29:24 Successfully built a19c4f5f9f3e 17:29:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:29:34  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f8a910ae5311 17:29:34 ---> 4255c70d88ab 17:29:34 17:29:34 Step 10/23 : FROM scratch 17:29:34 ---> 17:29:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:29:34 Removing intermediate container 31897cc5bce2 17:29:34 ---> 47c9e23f0382 17:29:34 17:29:34 Step 10/21 : FROM scratch 17:29:34 ---> 17:29:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:29:34 ---> Using cache 17:29:34 Removing intermediate container 35c9e2d64643 17:29:34 ---> 6754a2f3f848 17:29:34 17:29:34 Step 10/20 : FROM scratch 17:29:34 ---> 17:29:34 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:29:34 ---> 59438f2a8447 17:29:34 Step 12/23 : ENV APP_PORT=48060 17:29:34 ---> Running in 3863636bacfd 17:29:34 ---> Using cache 17:29:34 ---> aa7b77c5e925 17:29:34 Step 12/21 : ENV APP_PORT=48082 17:29:34 ---> Using cache 17:29:34 ---> aa7b77c5e925 17:29:34 Step 12/20 : ENV APP_PORT=48085 17:29:34 ---> Running in 359ee0c565bb 17:29:34 ---> Running in 134bfb65843c 17:29:34 Removing intermediate container 3863636bacfd 17:29:34 ---> b7a44bb39c58 17:29:34 Step 13/23 : EXPOSE $APP_PORT 17:29:34 ---> Running in ee257df50c88 17:29:34 Removing intermediate container 359ee0c565bb 17:29:34 ---> 0ea4c98b91cd 17:29:34 Step 13/21 : EXPOSE $APP_PORT 17:29:34 Removing intermediate container 134bfb65843c 17:29:34 ---> 76aae9bcde91 17:29:34 Step 13/20 : EXPOSE $APP_PORT 17:29:34 ---> Running in 8dff47779d14 17:29:34 ---> Running in 5827826c079f 17:29:34 Removing intermediate container ee257df50c88 17:29:34 ---> 6c83689fe980 17:29:34 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 17:29:34 Removing intermediate container 8dff47779d14 17:29:34 ---> 4bd034ad5be1 17:29:34 Step 14/21 : WORKDIR / 17:29:34 ---> Running in a972ef8270f5 17:29:34 Removing intermediate container 5827826c079f 17:29:34 ---> 61fa64e264f8 17:29:34 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:29:35 ---> 830130d9689f 17:29:35 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:29:35 Removing intermediate container a972ef8270f5 17:29:35 ---> e5536535ff9d 17:29:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:29:35 ---> f0de753328e8 17:29:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:29:36 ---> 9824a0602b4d 17:29:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:29:37 ---> f772d07e29a7 17:29:37 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 17:29:37 ---> dde3cf262880 17:29:37 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:29:38 ---> 1b6739caa0a6 17:29:38 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:29:38 ---> 6c525deb1e51 17:29:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:29:38 ---> aca99babb4d7 17:29:38 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:29:38 ---> Running in b0feeb964629 17:29:38 ---> 8a1e1b1b1b74 17:29:38 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:29:38 ---> Running in fe54faa24518 17:29:39 Removing intermediate container b0feeb964629 17:29:39 ---> ddeaaa74c70e 17:29:39 Step 18/20 : LABEL arch=arm64 17:29:39 ---> e318dc556bbc 17:29:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:29:39 ---> Running in 1187bac53c73 17:29:39 Removing intermediate container fe54faa24518 17:29:39 ---> 8b1dfcb7682d 17:29:39 Step 19/21 : LABEL arch=arm64 17:29:39 ---> Running in 204da511f6ce 17:29:40 Removing intermediate container 1187bac53c73 17:29:40 ---> 131762e11da0 17:29:40 Step 19/20 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:29:40 ---> Running in 52501c50f31f 17:29:40 Removing intermediate container 204da511f6ce 17:29:40 ---> 8d1977311b33 17:29:40 Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:29:40 ---> Running in 02479d1dfff4 17:29:40 Removing intermediate container 52501c50f31f 17:29:40 ---> c888338d26c7 17:29:40 Step 20/20 : LABEL version=0.0.0 17:29:40 ---> 0f3e934e3f14 17:29:40 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:29:41 ---> Running in 94345cae7cc2 17:29:41 Removing intermediate container 02479d1dfff4 17:29:41 ---> 70e9439a0e8b 17:29:41 Step 21/21 : LABEL version=0.0.0 17:29:41 ---> Running in 6574e9c8ed89 17:29:41 Removing intermediate container 94345cae7cc2 17:29:41 ---> d9a65756e8ab 17:29:41 17:29:41 ---> f2594819b614 17:29:41 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:29:41 ---> Running in 04cefa275cd0 17:29:42 Removing intermediate container 6574e9c8ed89 17:29:42 ---> cac031328a2c 17:29:42 17:29:42 Successfully built d9a65756e8ab 17:29:42 Successfully tagged docker-support-scheduler-go-arm64:latest 17:29:42  Building docker-support-scheduler-go ... done Successfully built cac031328a2c 17:29:42 Successfully tagged docker-core-command-go-arm64:latest 17:29:42  Building docker-core-command-go ... done Removing intermediate container 04cefa275cd0 17:29:42 ---> 18b12ca2e84b 17:29:42 Step 21/23 : LABEL arch=arm64 17:29:42 ---> Running in f4bb5e82e3c7 17:29:43 Removing intermediate container f4bb5e82e3c7 17:29:43 ---> 3858d20d9851 17:29:43 Step 22/23 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 17:29:43 ---> Running in 16c474b37a24 17:29:44 Removing intermediate container 16c474b37a24 17:29:44 ---> 0930c22935fb 17:29:44 Step 23/23 : LABEL version=0.0.0 17:29:44 ---> Running in fc5e3649301a 17:29:44 Removing intermediate container fc5e3649301a 17:29:44 ---> 27b9318f2995 17:29:44 17:29:45 Successfully built 27b9318f2995 17:29:45 Successfully tagged docker-support-notifications-go-arm64:latest 17:29:45  Building docker-support-notifications-go ... done  [Pipeline] } 17:29:45 $ docker stop --time=1 188616f3a44d190be985331f6f12b0de1aa56a08fe99ef4c6540906b9c4df310 17:29:47 $ docker rm -f 188616f3a44d190be985331f6f12b0de1aa56a08fe99ef4c6540906b9c4df310 [Pipeline] // withDockerContainer [Pipeline] sh 17:29:48 + docker images 17:29:48 + grep docker 17:29:48 docker-support-notifications-go-arm64 latest 27b9318f2995 4 seconds ago 13.9MB 17:29:48 docker-support-scheduler-go-arm64 latest d9a65756e8ab 7 seconds ago 12.6MB 17:29:48 docker-core-command-go-arm64 latest cac031328a2c 7 seconds ago 12.4MB 17:29:48 docker-sys-mgmt-agent-go-arm64 latest a19c4f5f9f3e 25 seconds ago 266MB 17:29:48 docker-security-proxy-setup-go-arm64 latest 8f091584387d 26 seconds ago 15.8MB 17:29:48 docker-core-data-go-arm64 latest 16c546774ed1 3 minutes ago 22.6MB 17:29:48 docker-security-secretstore-setup-go-arm64 latest d5b73de4d2a5 3 minutes ago 32.6MB 17:29:48 docker-core-metadata-go-arm64 latest 26e67fbc74d7 4 minutes ago 13.8MB 17:29:48 docker-security-secrets-setup-go-arm64 latest bde41778f57a 4 minutes ago 24.2MB 17:29:48 docker-support-logging-go-arm64 latest f97075015ced 4 minutes ago 11.4MB 17:29:48 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 17:29:50 provisioning config files... 17:29:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6662036391795669311tmp [Pipeline] { [Pipeline] sh 17:29:51 + curl -s https://codecov.io/bash 17:29:51 + bash -s - -t @/w/workspace/edgex-go/1@tmp/config6662036391795669311tmp [Pipeline] } 17:29:51 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 17:29:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:29:54 ---> package-listing.sh 17:29:54 ++ facter osfamily 17:29:54 ++ tr '[:upper:]' '[:lower:]' 17:29:54 + OS_FAMILY=redhat 17:29:54 + workspace=/w/workspace/edgex-go/1 17:29:54 + START_PACKAGES=/tmp/packages_start.txt 17:29:54 + END_PACKAGES=/tmp/packages_end.txt 17:29:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:29:54 + PACKAGES=/tmp/packages_start.txt 17:29:54 + '[' /w/workspace/edgex-go/1 ']' 17:29:54 + PACKAGES=/tmp/packages_end.txt 17:29:54 + case "${OS_FAMILY}" in 17:29:54 + rpm -qa 17:29:54 + sort 17:29:59 + '[' -f /tmp/packages_start.txt ']' 17:29:59 + '[' -f /tmp/packages_end.txt ']' 17:29:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:29:59 + '[' /w/workspace/edgex-go/1 ']' 17:29:59 + mkdir -p /w/workspace/edgex-go/1/archives/ 17:29:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 17:29:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:59 17:29:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:30:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:00 alpine: Pulling from edgex-lftools-log-publisher 17:30:00 c9b1b535fdd9: Pulling fs layer 17:30:00 2cc5ad85d9ab: Pulling fs layer 17:30:00 756a868c4378: Pulling fs layer 17:30:00 444b2fc9a129: Pulling fs layer 17:30:00 ea15f1150254: Pulling fs layer 17:30:00 41b27a9f41bf: Pulling fs layer 17:30:00 28c525ee5125: Pulling fs layer 17:30:00 094b1ea09ed8: Pulling fs layer 17:30:00 138eaada9080: Pulling fs layer 17:30:00 444b2fc9a129: Waiting 17:30:00 0622d0fa9048: Pulling fs layer 17:30:00 ea15f1150254: Waiting 17:30:00 41b27a9f41bf: Waiting 17:30:00 28c525ee5125: Waiting 17:30:00 094b1ea09ed8: Waiting 17:30:00 138eaada9080: Waiting 17:30:00 0622d0fa9048: Waiting 17:30:00 2cc5ad85d9ab: Download complete 17:30:00 444b2fc9a129: Verifying Checksum 17:30:00 444b2fc9a129: Download complete 17:30:00 c9b1b535fdd9: Verifying Checksum 17:30:00 ea15f1150254: Download complete 17:30:00 28c525ee5125: Verifying Checksum 17:30:00 28c525ee5125: Download complete 17:30:00 756a868c4378: Verifying Checksum 17:30:00 756a868c4378: Download complete 17:30:00 c9b1b535fdd9: Pull complete 17:30:00 138eaada9080: Verifying Checksum 17:30:00 138eaada9080: Download complete 17:30:00 094b1ea09ed8: Verifying Checksum 17:30:00 094b1ea09ed8: Download complete 17:30:00 0622d0fa9048: Verifying Checksum 17:30:00 0622d0fa9048: Download complete 17:30:01 41b27a9f41bf: Verifying Checksum 17:30:01 41b27a9f41bf: Download complete 17:30:02 2cc5ad85d9ab: Pull complete 17:30:04 756a868c4378: Pull complete 17:30:04 444b2fc9a129: Pull complete 17:30:04 ea15f1150254: Pull complete 17:30:09 41b27a9f41bf: Pull complete 17:30:09 28c525ee5125: Pull complete 17:30:11 094b1ea09ed8: Pull complete 17:30:13 138eaada9080: Pull complete 17:30:13 0622d0fa9048: Pull complete 17:30:13 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:30:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:30:13 prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container 17:30:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-lftools-log-publisher:alpine cat 17:30:18 $ docker top dc78a30f4221508608f3833d4839e7f672f8cd1f3a224309fb00d02a7910ed8f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:30:18 provisioning config files... 17:30:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8781040033922919627tmp [Pipeline] { [Pipeline] echo 17:30:18 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:30:19 ---> create-netrc.sh [Pipeline] echo 17:30:19 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:30:19 ---> logs-deploy.sh 17:30:19 + ARCHIVE_ARTIFACTS= 17:30:19 + LOGS_SERVER=https://logs.edgexfoundry.org 17:30:19 + '[' https://logs.edgexfoundry.org == None ']' 17:30:19 + NEXUS_URL=https://nexus.edgexfoundry.org 17:30:19 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/1 17:30:19 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/1/ 17:30:19 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/1 /w/workspace/edgex-go/1 17:30:20 Archives upload complete. 17:30:20 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/1/