Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+b15589ad757bd96941d0737b641a3301667c5cfd (6fcfb48aff758af9bb20c4d1c9dcba7936ecd032) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test 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 Running on prd-centos7-docker-4c-2g-678 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b Merge succeeded, producing 0a172e5825061bc389e33990346d27a610963de2 Checking out Revision 0a172e5825061bc389e33990346d27a610963de2 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # 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 b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a172e5825061bc389e33990346d27a610963de2 # timeout=10 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" > git rev-list --no-walk a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:28 ========================================================= 04:31:28 EdgeX Global Pipelines Version Info 04:31:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:31:30 ------------------- 04:31:30 stable info: 04:31:30 ------------------- 04:31:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:30 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 04:31:30 Message: update stable to v1.0.103 04:31:31 ------------------- 04:31:31 experimental info: 04:31:31 ------------------- 04:31:31 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:31 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 04:31:31 Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:33 ++ 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 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/core-command/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo core-command,cmd/core-command/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/core-data/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo core-data,cmd/core-data/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/core-metadata/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ cut -d/ -f2 04:31:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/support-logging/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo support-logging,cmd/support-logging/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/support-notifications/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/support-scheduler/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:33 + for file in '`ls cmd/**/Dockerfile`' 04:31:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:33 ++ cut -d/ -f2 04:31:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:33 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 04:31:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:34 04:31:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:36 latest: Pulling from edgex-devops/git-semver 04:31:36 31603596830f: Pulling fs layer 04:31:36 2a8b12db71e7: Pulling fs layer 04:31:36 6ca5941a6612: Pulling fs layer 04:31:36 ecc8261a40a4: Pulling fs layer 04:31:36 ecc8261a40a4: Waiting 04:31:36 2a8b12db71e7: Verifying Checksum 04:31:36 2a8b12db71e7: Download complete 04:31:37 31603596830f: Verifying Checksum 04:31:37 31603596830f: Download complete 04:31:37 ecc8261a40a4: Verifying Checksum 04:31:37 ecc8261a40a4: Download complete 04:31:37 6ca5941a6612: Verifying Checksum 04:31:37 6ca5941a6612: Download complete 04:31:38 31603596830f: Pull complete 04:31:38 2a8b12db71e7: Pull complete 04:31:39 6ca5941a6612: Pull complete 04:31:39 ecc8261a40a4: Pull complete 04:31:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:39 prd-centos7-docker-4c-2g-678 does not seem to be running inside a container 04:31:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:42 $ docker top 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:42 [ssh-agent] Looking for ssh-agent implementation... 04:31:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:43 $ docker exec 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf ssh-agent 04:31:43 SSH_AUTH_SOCK=/tmp/ssh-WtLVpMq2dCgH/agent.12 04:31:43 SSH_AGENT_PID=18 04:31:43 Running ssh-add (command line suppressed) 04:31:43 Identity added: /w/workspace/edgex-go/19@tmp/private_key_3287200653571748962.key (/w/workspace/edgex-go/19@tmp/private_key_3287200653571748962.key) 04:31:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:44 + git describe --exact-match --tags HEAD 04:31:44 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:44 $ docker exec --env ******** --env ******** 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf ssh-agent -k 04:31:44 unset SSH_AUTH_SOCK; 04:31:44 unset SSH_AGENT_PID; 04:31:44 echo Agent pid 18 killed; 04:31:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:45 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:45 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:45 [ssh-agent] Looking for ssh-agent implementation... 04:31:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:45 $ docker exec 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf ssh-agent 04:31:45 SSH_AUTH_SOCK=/tmp/ssh-bPj5f5iOP5jb/agent.47 04:31:45 SSH_AGENT_PID=52 04:31:45 Running ssh-add (command line suppressed) 04:31:46 Identity added: /w/workspace/edgex-go/19@tmp/private_key_1233006861988436136.key (/w/workspace/edgex-go/19@tmp/private_key_1233006861988436136.key) 04:31:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:47 + git semver init 04:31:47 # -> Open(): unable to determine branch for HEAD 04:31:47 # $GIT_DIR = /w/workspace/edgex-go/19/.git 04:31:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 04:31:47 # $SEMVER_REMOTE_NAME = origin 04:31:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:47 # $SEMVER_USER_NAME = edgex-jenkins 04:31:47 # $SEMVER_BRANCH = PR-2610 04:31:47 # $SEMVER_TEMP = /tmp/semver-858407424 04:31:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:19 # '/tmp/semver-858407424' -> '/w/workspace/edgex-go/19/.semver' 04:32:21 # -> Force: false 04:32:21 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 04:32:21 $ docker exec --env ******** --env ******** 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf ssh-agent -k 04:32:21 unset SSH_AUTH_SOCK; 04:32:21 unset SSH_AGENT_PID; 04:32:21 echo Agent pid 52 killed; 04:32:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:22 + git semver [Pipeline] } 04:32:22 $ docker stop --time=1 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf 04:32:24 $ docker rm -f 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:49 Stashed 23 file(s) [Pipeline] echo 04:32:49 [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 04:32:49 ========================================================= 04:32:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:50 + 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 . 04:32:54 Sending build context to Docker daemon 323.3MB 04:32:54 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:54 Step 2/7 : FROM ${BASE} 04:32:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:54 df20fa9351a1: Pulling fs layer 04:32:54 ed8968b2872e: Pulling fs layer 04:32:54 a92cc7c5fd73: Pulling fs layer 04:32:54 2dd03ba5bac4: Pulling fs layer 04:32:54 1e091d79d1de: Pulling fs layer 04:32:54 481702a1767f: Pulling fs layer 04:32:54 f64a6f60c768: Pulling fs layer 04:32:54 e78d2573fc39: Pulling fs layer 04:32:54 e876d2f968b6: Pulling fs layer 04:32:54 ce8a83651883: Pulling fs layer 04:32:54 07967f4d0e4b: Pulling fs layer 04:32:54 2dd03ba5bac4: Waiting 04:32:54 1e091d79d1de: Waiting 04:32:54 481702a1767f: Waiting 04:32:54 f64a6f60c768: Waiting 04:32:54 e78d2573fc39: Waiting 04:32:54 e876d2f968b6: Waiting 04:32:54 ce8a83651883: Waiting 04:32:54 07967f4d0e4b: Waiting 04:32:54 a92cc7c5fd73: Verifying Checksum 04:32:54 a92cc7c5fd73: Download complete 04:32:54 ed8968b2872e: Verifying Checksum 04:32:54 ed8968b2872e: Download complete 04:32:54 1e091d79d1de: Verifying Checksum 04:32:54 1e091d79d1de: Download complete 04:32:54 481702a1767f: Verifying Checksum 04:32:54 481702a1767f: Download complete 04:32:54 df20fa9351a1: Verifying Checksum 04:32:54 df20fa9351a1: Download complete 04:32:55 df20fa9351a1: Pull complete 04:32:56 f64a6f60c768: Verifying Checksum 04:32:56 f64a6f60c768: Download complete 04:32:56 e876d2f968b6: Verifying Checksum 04:32:56 e876d2f968b6: Download complete 04:32:57 2dd03ba5bac4: Download complete 04:32:58 ce8a83651883: Verifying Checksum 04:32:58 ce8a83651883: Download complete 04:32:58 e78d2573fc39: Verifying Checksum 04:32:58 e78d2573fc39: Download complete 04:32:59 07967f4d0e4b: Verifying Checksum 04:32:59 07967f4d0e4b: Download complete 04:32:59 ed8968b2872e: Pull complete 04:32:59 a92cc7c5fd73: Pull complete 04:33:04 Still waiting to schedule task 04:33:04 ‘prd-centos7-docker-4c-2g-684’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-686’ is offline 04:33:10 2dd03ba5bac4: Pull complete 04:33:10 1e091d79d1de: Pull complete 04:33:10 481702a1767f: Pull complete 04:33:15 f64a6f60c768: Pull complete 04:33:21 e78d2573fc39: Pull complete 04:33:21 e876d2f968b6: Pull complete 04:33:23 ce8a83651883: Pull complete 04:33:23 07967f4d0e4b: Pull complete 04:33:23 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:33:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:33:23 ---> 5d7c900382c6 04:33:23 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 04:33:24 ---> Running in 57eb2ab9933b 04:33:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:26 (1/12) Installing libmagic (5.38-r0) 04:33:27 (2/12) Installing file (5.38-r0) 04:33:27 (3/12) Installing libc-dev (0.7.2-r3) 04:33:27 (4/12) Installing g++ (9.3.0-r2) 04:33:31 (5/12) Installing fortify-headers (1.1-r0) 04:33:31 (6/12) Installing patch (2.7.6-r6) 04:33:31 (7/12) Installing build-base (0.5-r2) 04:33:31 (8/12) Installing libsodium (1.0.18-r0) 04:33:31 (9/12) Installing pkgconf (1.7.2-r0) 04:33:31 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:31 (11/12) Installing libzmq (4.3.2-r0) 04:33:31 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:31 Executing busybox-1.31.1-r16.trigger 04:33:31 OK: 233 MiB in 51 packages 04:33:36 Removing intermediate container 57eb2ab9933b 04:33:36 ---> 0dfc08816602 04:33:36 Step 4/7 : WORKDIR /edgex-go 04:33:36 ---> Running in e9a1d2ddf9e1 04:33:36 Removing intermediate container e9a1d2ddf9e1 04:33:36 ---> 4300815c05b8 04:33:36 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:36 latest: Pulling from library/docker 04:33:37 df20fa9351a1: Already exists 04:33:37 25ad7478873d: Pulling fs layer 04:33:37 4684f6177b5d: Pulling fs layer 04:33:37 46e300cec669: Pulling fs layer 04:33:37 63038576ad94: Pulling fs layer 04:33:37 0fdb76c4706c: Pulling fs layer 04:33:37 cb7edeffdfd5: Pulling fs layer 04:33:37 63038576ad94: Waiting 04:33:37 0fdb76c4706c: Waiting 04:33:37 cb7edeffdfd5: Waiting 04:33:37 4684f6177b5d: Verifying Checksum 04:33:37 4684f6177b5d: Download complete 04:33:37 25ad7478873d: Verifying Checksum 04:33:37 25ad7478873d: Download complete 04:33:37 63038576ad94: Verifying Checksum 04:33:37 63038576ad94: Download complete 04:33:38 0fdb76c4706c: Verifying Checksum 04:33:38 0fdb76c4706c: Download complete 04:33:38 cb7edeffdfd5: Verifying Checksum 04:33:38 cb7edeffdfd5: Download complete 04:33:38 25ad7478873d: Pull complete 04:33:39 4684f6177b5d: Pull complete 04:33:39 46e300cec669: Verifying Checksum 04:33:39 46e300cec669: Download complete 04:33:46 46e300cec669: Pull complete 04:33:46 63038576ad94: Pull complete 04:33:46 0fdb76c4706c: Pull complete 04:33:46 cb7edeffdfd5: Pull complete 04:33:46 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:46 Status: Downloaded newer image for docker:latest 04:33:48 ---> 2abf7b8ff7c8 04:33:48 Step 6/7 : COPY go.mod . 04:33:48 ---> b7fa42fcf53e 04:33:48 Step 7/7 : RUN go mod download 04:33:48 ---> Running in 22d133ed973a 04:33:54 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:33:54 go: finding github.com/BurntSushi/toml v0.3.1 04:33:54 go: finding github.com/OneOfOne/xxhash v1.2.5 04:33:54 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:33:54 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:33:54 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:33:54 go: finding github.com/bgentry/speakeasy v0.1.0 04:33:54 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:33:54 go: finding github.com/cloudflare/gokey v0.1.0 04:33:54 go: finding github.com/davecgh/go-spew v1.1.1 04:33:54 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:33:54 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:33:54 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:33:54 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:33:54 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:33:54 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:33:54 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:33:54 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:33:54 go: finding github.com/fatih/color v1.7.0 04:33:54 go: finding github.com/fsnotify/fsnotify v1.4.7 04:33:54 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:33:54 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:33:54 go: finding github.com/go-kit/kit v0.8.0 04:33:54 go: finding github.com/go-logfmt/logfmt v0.4.0 04:33:54 go: finding github.com/go-playground/assert/v2 v2.0.1 04:33:54 go: finding github.com/go-playground/locales v0.13.0 04:33:54 go: finding github.com/go-playground/universal-translator v0.17.0 04:33:54 go: finding github.com/go-playground/validator/v10 v10.3.0 04:33:54 go: finding github.com/go-redis/redis/v7 v7.2.0 04:33:54 go: finding github.com/go-stack/stack v1.8.0 04:33:54 go: finding github.com/golang/protobuf v1.3.2 04:33:54 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:33:54 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:33:54 go: finding github.com/google/uuid v1.1.0 04:33:54 go: finding github.com/gorilla/mux v1.7.1 04:33:54 go: finding github.com/hashicorp/consul/api v1.1.0 04:33:54 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:33:54 go: finding github.com/hashicorp/errwrap v1.0.0 04:33:54 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:33:54 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:33:54 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:33:54 go: finding github.com/hashicorp/go-multierror v1.0.0 04:33:54 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:33:54 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:33:54 go: finding github.com/hashicorp/go-syslog v1.0.0 04:33:54 go: finding github.com/hashicorp/go-uuid v1.0.1 04:33:54 go: finding github.com/hashicorp/go.net v0.0.1 04:33:54 go: finding github.com/hashicorp/golang-lru v0.5.0 04:33:54 go: finding github.com/hashicorp/logutils v1.0.0 04:33:54 go: finding github.com/hashicorp/mdns v1.0.0 04:33:54 go: finding github.com/hashicorp/memberlist v0.1.3 04:33:54 go: finding github.com/hashicorp/serf v0.8.2 04:33:54 go: finding github.com/hpcloud/tail v1.0.0 04:33:54 go: finding github.com/imdario/mergo v0.3.6 04:33:54 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:33:54 go: finding github.com/kr/pretty v0.1.0 04:33:54 go: finding github.com/kr/pty v1.1.1 04:33:54 go: finding github.com/kr/text v0.1.0 04:33:54 go: finding github.com/leodido/go-urn v1.2.0 04:33:54 go: finding github.com/mattn/go-colorable v0.0.9 04:33:54 go: finding github.com/mattn/go-isatty v0.0.3 04:33:54 go: finding github.com/miekg/dns v1.0.14 04:33:54 go: finding github.com/mitchellh/cli v1.0.0 04:33:55 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:33:55 go: finding github.com/mitchellh/copystructure v1.0.0 04:33:55 go: finding github.com/mitchellh/go-homedir v1.0.0 04:33:55 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:33:55 go: finding github.com/mitchellh/gox v0.4.0 04:33:55 go: finding github.com/mitchellh/iochan v1.0.0 04:33:55 go: finding github.com/mitchellh/mapstructure v1.1.2 04:33:55 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:33:55 go: finding github.com/onsi/ginkgo v1.10.1 04:33:55 go: finding github.com/onsi/gomega v1.7.0 04:33:55 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:33:55 go: finding github.com/pebbe/zmq4 v1.0.0 04:33:55 go: finding github.com/pelletier/go-toml v1.2.0 04:33:55 go: finding github.com/pkg/errors v0.8.1 04:33:55 go: finding github.com/pmezard/go-difflib v1.0.0 04:33:55 go: finding github.com/posener/complete v1.1.1 04:33:55 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:33:55 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:33:55 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:33:55 go: finding github.com/stretchr/objx v0.1.0 04:33:55 go: finding github.com/stretchr/testify v1.5.1 04:33:55 go: finding github.com/ugorji/go v1.1.4 04:33:55 go: finding github.com/x448/float16 v0.8.4 04:33:55 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:33:55 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:33:55 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:33:55 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:33:55 go: finding golang.org/x/text v0.3.2 04:33:55 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:33:55 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:33:56 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:33:56 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:33:56 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:33:56 go: finding gopkg.in/yaml.v2 v2.2.8 04:34:20 Removing intermediate container 22d133ed973a 04:34:20 ---> e8debae2ae41 04:34:20 Successfully built e8debae2ae41 04:34:20 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 04:34:21 + docker inspect -f . ci-base-image-x86_64 04:34:21 . [Pipeline] withDockerContainer 04:34:21 prd-centos7-docker-4c-2g-678 does not seem to be running inside a container 04:34:21 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:34:23 $ docker top 15583f76b76828b1e4a2ee297b9ab2ad33beee27aeaaa563828c0c1725115913 -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:23 + go version 04:34:23 go version go1.13.13 linux/amd64 [Pipeline] echo 04:34:23 ========================================================= 04:34:23 [edgeXBuildGoParallel] Running Tests and Build... 04:34:23 ========================================================= [Pipeline] sh 04:34:23 + make test raml_verify 04:34:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:28 ? github.com/edgexfoundry/edgex-go [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:34:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:34:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:35:02 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s 04:35:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:35:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:35:02 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:35:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:35:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:35:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:35:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:35:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.045s coverage: 46.6% of statements 04:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.088s coverage: 27.3% of statements 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.016s coverage: 100.0% of statements 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:35:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.330s coverage: 77.5% of statements 04:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:35:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.234s coverage: 29.3% of statements 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:35:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:35:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.011s coverage: 100.0% of statements 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.054s coverage: 89.8% of statements 04:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:35:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.033s coverage: 97.5% of statements 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:35:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.029s coverage: 100.0% of statements 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:35:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:35:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.073s coverage: 63.5% of statements 04:35:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:35:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 04:35:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements 04:35:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:35:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:35:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:35:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.344s coverage: 86.3% of statements 04:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.513s coverage: 72.2% of statements 04:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.196s coverage: 72.1% of statements 04:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements 04:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements 04:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements 04:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:35:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements 04:35:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements 04:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.214s coverage: 84.1% of statements 04:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements 04:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.015s coverage: 43.1% of statements 04:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:35:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:35:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:35:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.173s coverage: 45.9% of statements 04:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:35:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 04:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:35:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements 04:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:35:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.022s coverage: 100.0% of statements 04:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.103s coverage: 29.1% of statements 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:35:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:35:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:35:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:35:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:35:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.010s coverage: 100.0% of statements 04:35:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements 04:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.016s coverage: 100.0% of statements 04:35:39 GO111MODULE=on go vet ./... 04:35:50 gofmt -l . 04:35:51 [ "`gofmt -l .`" = "" ] 04:35:52 ./bin/test-go-mod-tidy.sh 04:35:54 ./bin/test-attribution-txt.sh 04:35:57 docker run --rm --privileged \ 04:35:57 -v /w/workspace/edgex-go/19:/raml-verification -w /raml-verification \ 04:35:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 04:35:57 /scripts/raml-verify.sh 04:35:58 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 04:35:58 x86_64: Pulling from edgex-devops/edgex-docs-builder 04:35:58 cbdbe7a5bc2a: Pulling fs layer 04:35:58 bd07af9ed1a4: Pulling fs layer 04:35:58 3556ccf180b2: Pulling fs layer 04:35:58 089d4748da74: Pulling fs layer 04:35:58 c6eb57c77bc5: Pulling fs layer 04:35:58 0364d5097239: Pulling fs layer 04:35:58 089d4748da74: Waiting 04:35:58 c6eb57c77bc5: Waiting 04:35:58 0364d5097239: Waiting 04:35:58 3556ccf180b2: Verifying Checksum 04:35:58 3556ccf180b2: Download complete 04:35:58 089d4748da74: Verifying Checksum 04:35:58 089d4748da74: Download complete 04:35:58 cbdbe7a5bc2a: Verifying Checksum 04:35:58 cbdbe7a5bc2a: Download complete 04:35:58 0364d5097239: Verifying Checksum 04:35:58 0364d5097239: Download complete 04:35:59 cbdbe7a5bc2a: Pull complete 04:35:59 c6eb57c77bc5: Download complete 04:35:59 bd07af9ed1a4: Verifying Checksum 04:35:59 bd07af9ed1a4: Download complete 04:36:03 bd07af9ed1a4: Pull complete 04:36:03 3556ccf180b2: Pull complete 04:36:03 089d4748da74: Pull complete 04:36:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-690 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:36:04 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 04:36:05 c6eb57c77bc5: Pull complete 04:36:06 0364d5097239: Pull complete 04:36:06 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 04:36:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 04:36:10 using credential edgex-jenkins-ssh 04:36:10 Cloning the remote Git repository 04:36:10 Cloning with configured refspecs honoured and without tags 04:36:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:36:10 > git init /w/workspace/edgex-go/19 # timeout=10 04:36:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:10 > git --version # timeout=10 04:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:18 Verifying ./api/raml/core-command.raml... 04:36:18 OK 04:36:18 Verifying ./api/raml/core-data.raml... 04:36:20 OK 04:36:20 Verifying ./api/raml/core-metadata.raml... 04:36:22 OK 04:36:22 Verifying ./api/raml/support-logging.raml... 04:36:24 OK 04:36:24 Verifying ./api/raml/support-notifications.raml... 04:36:26 OK 04:36:26 Verifying ./api/raml/support-scheduler.raml... 04:36:28 OK 04:36:28 Verifying ./api/raml/system-agent.raml... 04:36:28 OK [Pipeline] sh 04:36:29 + ls -al . 04:36:29 total 556 04:36:29 drwxrwxr-x 10 1001 1001 4096 Jul 23 04:35 . 04:36:29 drwxr-xr-x 4 root root 30 Jul 23 04:34 .. 04:36:29 -rw-rw-r-- 1 1001 1001 11 Jul 23 04:31 .dockerignore 04:36:29 drwxrwxr-x 8 1001 1001 179 Jul 23 04:31 .git 04:36:29 drwxrwxr-x 3 1001 1001 60 Jul 23 04:31 .github 04:36:29 -rw-rw-r-- 1 1001 1001 924 Jul 23 04:31 .gitignore 04:36:29 drwx------ 3 1001 1001 47 Jul 23 04:32 .semver 04:36:29 -rw-rw-r-- 1 1001 1001 178 Jul 23 04:31 .sonarcloud.properties 04:36:29 -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:31 CONTRIBUTING.md 04:36:29 -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:31 Dockerfile.build 04:36:29 -rw-rw-r-- 1 1001 1001 824 Jul 23 04:31 Jenkinsfile 04:36:29 -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:31 LICENSE 04:36:29 -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:31 Makefile 04:36:29 -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:31 README.md 04:36:29 -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:31 SECURITY.md 04:36:29 -rw-rw-r-- 1 1001 1001 5 Jul 23 04:32 VERSION 04:36:29 -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:31 ZMQWindows.md 04:36:29 drwxrwxr-x 4 1001 1001 33 Jul 23 04:31 api 04:36:29 drwxrwxr-x 2 1001 1001 117 Jul 23 04:31 bin 04:36:29 drwxrwxr-x 15 1001 1001 4096 Jul 23 04:31 cmd 04:36:29 -rw-r--r-- 1 root root 457776 Jul 23 04:35 coverage.out 04:36:29 -rw-r--r-- 1 root root 1019 Jul 23 04:35 go.mod 04:36:29 -rw-r--r-- 1 root root 19185 Jul 23 04:35 go.sum 04:36:29 drwxrwxr-x 8 1001 1001 127 Jul 23 04:31 internal 04:36:29 drwxrwxr-x 4 1001 1001 71 Jul 23 04:31 snap 04:36:29 -rw-rw-r-- 1 1001 1001 168 Jul 23 04:31 version.go [Pipeline] sh 04:36:30 + '[' -e coverage.out ] 04:36:30 + chown 1001:1001 coverage.out [Pipeline] stash 04:36:30 Stashed 1 file(s) [Pipeline] sh 04:36:31 + make build 04:36:31 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 04:36:33 Fetching without tags 04:36:34 Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b 04:36:35 Merge succeeded, producing d6540aa36a0d69aa3cff7b1b41b4c9bfaa26e3bb 04:36:35 Checking out Revision d6540aa36a0d69aa3cff7b1b41b4c9bfaa26e3bb (PR-2610) 04:36:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:33 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:36:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:34 > git config core.sparsecheckout # timeout=10 04:36:34 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 04:36:34 > git remote # timeout=10 04:36:34 > git config --get remote.origin.url # timeout=10 04:36:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:35 > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 04:36:35 > git rev-parse HEAD^{commit} # timeout=10 04:36:35 > git config core.sparsecheckout # timeout=10 04:36:35 > git checkout -f d6540aa36a0d69aa3cff7b1b41b4c9bfaa26e3bb # timeout=10 04:36:39 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" 04:36:39 > git rev-list --no-walk a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:36:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:36:48 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 04:36:50 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 [Pipeline] echo 04:36:52 ========================================================= 04:36:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:36:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:53 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 04:36:53 + 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 . 04:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:36:57 Sending build context to Docker daemon 323.3MB 04:36:57 Step 1/7 : ARG BASE=golang:1.13-alpine 04:36:57 Step 2/7 : FROM ${BASE} 04:36:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:57 b538f80385f9: Pulling fs layer 04:36:57 74f711af9a0d: Pulling fs layer 04:36:57 99f96fe45779: Pulling fs layer 04:36:57 fd7a069fd194: Pulling fs layer 04:36:57 66aa3694b03b: Pulling fs layer 04:36:57 170f70906a0f: Pulling fs layer 04:36:57 ad7c5574e4b9: Pulling fs layer 04:36:57 e772456be8f7: Pulling fs layer 04:36:57 c890913d741a: Pulling fs layer 04:36:57 2480fcc9aa5a: Pulling fs layer 04:36:57 09adf4765672: Pulling fs layer 04:36:57 fd7a069fd194: Waiting 04:36:57 66aa3694b03b: Waiting 04:36:57 170f70906a0f: Waiting 04:36:57 ad7c5574e4b9: Waiting 04:36:57 e772456be8f7: Waiting 04:36:57 c890913d741a: Waiting 04:36:57 2480fcc9aa5a: Waiting 04:36:57 09adf4765672: Waiting 04:36:57 99f96fe45779: Verifying Checksum 04:36:57 99f96fe45779: Download complete 04:36:57 74f711af9a0d: Verifying Checksum 04:36:57 74f711af9a0d: Download complete 04:36:57 66aa3694b03b: Verifying Checksum 04:36:57 66aa3694b03b: Download complete 04:36:57 170f70906a0f: Verifying Checksum 04:36:57 170f70906a0f: Download complete 04:36:57 b538f80385f9: Verifying Checksum 04:36:57 b538f80385f9: Download complete 04:36:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:36:58 b538f80385f9: Pull complete 04:36:59 74f711af9a0d: Pull complete 04:36:59 99f96fe45779: Pull complete 04:37:01 ad7c5574e4b9: Verifying Checksum 04:37:01 ad7c5574e4b9: Download complete 04:37:01 c890913d741a: Verifying Checksum 04:37:01 c890913d741a: Download complete 04:37:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:37:03 2480fcc9aa5a: Verifying Checksum 04:37:03 2480fcc9aa5a: Download complete 04:37:03 09adf4765672: Download complete 04:37:05 e772456be8f7: Verifying Checksum 04:37:05 e772456be8f7: Download complete 04:37:05 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 04:37:05 fd7a069fd194: Verifying Checksum 04:37:05 fd7a069fd194: Download complete 04:37:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:37:10 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 04:37:13 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 04:37:16 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 04:37:18 fd7a069fd194: Pull complete 04:37:18 66aa3694b03b: Pull complete 04:37:18 170f70906a0f: Pull complete [Pipeline] } 04:37:20 $ docker stop --time=1 15583f76b76828b1e4a2ee297b9ab2ad33beee27aeaaa563828c0c1725115913 04:37:21 ad7c5574e4b9: Pull complete 04:37:22 $ docker rm -f 15583f76b76828b1e4a2ee297b9ab2ad33beee27aeaaa563828c0c1725115913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:37:24 04:37:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:37:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:37:24 latest: Pulling from edgex-devops/edgex-compose 04:37:24 cbdbe7a5bc2a: Already exists 04:37:24 ca9280d653b3: Pulling fs layer 04:37:24 7e9c9ca2126c: Pulling fs layer 04:37:25 e772456be8f7: Pull complete 04:37:25 c890913d741a: Pull complete 04:37:26 ca9280d653b3: Download complete 04:37:28 7e9c9ca2126c: Download complete 04:37:29 2480fcc9aa5a: Pull complete 04:37:29 ca9280d653b3: Pull complete 04:37:29 09adf4765672: Pull complete 04:37:29 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:37:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:37:29 ---> 2248a725d1cf 04:37:29 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 04:37:35 ---> Running in 210ffe9b32cc 04:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:39 (1/12) Installing libmagic (5.38-r0) 04:37:39 (2/12) Installing file (5.38-r0) 04:37:39 (3/12) Installing libc-dev (0.7.2-r3) 04:37:39 (4/12) Installing g++ (9.3.0-r2) 04:37:39 7e9c9ca2126c: Pull complete 04:37:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:37:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:37:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:37:39 prd-centos7-docker-4c-2g-678 does not seem to be running inside a container 04:37:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 04:37:42 $ docker top b62f0a596f6ac878850f4bb56a36d5a91c902ae1561a2ece0c9556598a73eb3f -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:42 + grep parallel 04:37:42 + docker-compose build --help 04:37:42 (5/12) Installing fortify-headers (1.1-r0) 04:37:42 (6/12) Installing patch (2.7.6-r6) 04:37:42 (7/12) Installing build-base (0.5-r2) 04:37:43 (8/12) Installing libsodium (1.0.18-r0) 04:37:43 (9/12) Installing pkgconf (1.7.2-r0) 04:37:43 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:43 (11/12) Installing libzmq (4.3.2-r0) 04:37:43 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:43 Executing busybox-1.31.1-r16.trigger 04:37:43 OK: 217 MiB in 51 packages 04:37:44 --parallel Build images in parallel. [Pipeline] } 04:37:44 $ docker stop --time=1 b62f0a596f6ac878850f4bb56a36d5a91c902ae1561a2ece0c9556598a73eb3f 04:37:46 $ docker rm -f b62f0a596f6ac878850f4bb56a36d5a91c902ae1561a2ece0c9556598a73eb3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:37:47 . [Pipeline] withDockerContainer 04:37:47 prd-centos7-docker-4c-2g-678 does not seem to be running inside a container 04:37:47 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:37:48 $ docker top e320946f4f61846f23ee2d4ca6eb300fb45d83444d55a51d6626d90adce41ce4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:49 Removing intermediate container 210ffe9b32cc 04:37:49 ---> bce366496513 04:37:49 Step 4/7 : WORKDIR /edgex-go 04:37:49 ---> Running in b7135b44b92e 04:37:49 Removing intermediate container b7135b44b92e 04:37:49 ---> 2af626ada19e 04:37:49 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:37:49 latest: Pulling from library/docker 04:37:49 b538f80385f9: Already exists 04:37:49 259a493cd78d: Pulling fs layer 04:37:49 b8e66b5100f5: Pulling fs layer 04:37:49 39dc9c94d07c: Pulling fs layer 04:37:49 551b823b3b82: Pulling fs layer 04:37:49 3c52a74df98c: Pulling fs layer 04:37:49 6c9b121b6998: Pulling fs layer 04:37:49 3c52a74df98c: Waiting 04:37:49 6c9b121b6998: Waiting 04:37:49 551b823b3b82: Waiting 04:37:49 b8e66b5100f5: Verifying Checksum 04:37:49 b8e66b5100f5: Download complete 04:37:49 259a493cd78d: Verifying Checksum 04:37:49 259a493cd78d: Download complete 04:37:49 + docker-compose -f ./docker-compose-build.yml build --parallel 04:37:49 551b823b3b82: Verifying Checksum 04:37:49 551b823b3b82: Download complete 04:37:49 3c52a74df98c: Verifying Checksum 04:37:49 3c52a74df98c: Download complete 04:37:49 6c9b121b6998: Verifying Checksum 04:37:49 6c9b121b6998: Download complete 04:37:50 259a493cd78d: Pull complete 04:37:50 b8e66b5100f5: Pull complete 04:37:50 Building docker-core-command-go ... 04:37:50 Building docker-core-data-go ... 04:37:50 Building docker-core-metadata-go ... 04:37:50 Building docker-security-proxy-setup-go ... 04:37:50 Building docker-security-secrets-setup-go ... 04:37:50 Building docker-security-secretstore-setup-go ... 04:37:50 Building docker-support-logging-go ... 04:37:50 Building docker-support-notifications-go ... 04:37:50 Building docker-support-scheduler-go ... 04:37:50 Building docker-sys-mgmt-agent-go ... 04:37:50 Building docker-security-proxy-setup-go 04:37:50 Building docker-core-metadata-go 04:37:50 Building docker-security-secrets-setup-go 04:37:51 39dc9c94d07c: Verifying Checksum 04:37:51 39dc9c94d07c: Download complete 04:37:51 Building docker-support-notifications-go 04:37:51 Building docker-core-data-go 04:37:54 39dc9c94d07c: Pull complete 04:37:54 551b823b3b82: Pull complete 04:37:54 3c52a74df98c: Pull complete 04:37:54 6c9b121b6998: Pull complete 04:37:54 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:54 Status: Downloaded newer image for docker:latest 04:37:59 ---> 40815702503b 04:37:59 Step 6/7 : COPY go.mod . 04:37:59 ---> eb63c6c32e42 04:37:59 Step 7/7 : RUN go mod download 04:37:59 ---> Running in 9c637244fd40 04:38:02 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:38:02 go: finding github.com/BurntSushi/toml v0.3.1 04:38:02 go: finding github.com/OneOfOne/xxhash v1.2.5 04:38:02 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:38:02 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:38:02 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:38:02 go: finding github.com/bgentry/speakeasy v0.1.0 04:38:02 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:38:02 go: finding github.com/cloudflare/gokey v0.1.0 04:38:02 go: finding github.com/davecgh/go-spew v1.1.1 04:38:02 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:38:02 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:38:02 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:38:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:38:02 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:38:02 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:38:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:38:02 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:38:02 go: finding github.com/fatih/color v1.7.0 04:38:02 go: finding github.com/fsnotify/fsnotify v1.4.7 04:38:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:38:02 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:38:02 go: finding github.com/go-kit/kit v0.8.0 04:38:02 go: finding github.com/go-logfmt/logfmt v0.4.0 04:38:02 go: finding github.com/go-playground/assert/v2 v2.0.1 04:38:03 go: finding github.com/go-playground/locales v0.13.0 04:38:03 go: finding github.com/go-playground/universal-translator v0.17.0 04:38:03 go: finding github.com/go-playground/validator/v10 v10.3.0 04:38:03 go: finding github.com/go-redis/redis/v7 v7.2.0 04:38:03 go: finding github.com/go-stack/stack v1.8.0 04:38:03 go: finding github.com/golang/protobuf v1.3.2 04:38:03 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:38:03 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:38:03 go: finding github.com/google/uuid v1.1.0 04:38:03 go: finding github.com/gorilla/mux v1.7.1 04:38:03 go: finding github.com/hashicorp/consul/api v1.1.0 04:38:03 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:38:03 go: finding github.com/hashicorp/errwrap v1.0.0 04:38:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:38:03 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:38:03 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:38:03 go: finding github.com/hashicorp/go-multierror v1.0.0 04:38:03 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:38:03 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:38:03 go: finding github.com/hashicorp/go-syslog v1.0.0 04:38:03 go: finding github.com/hashicorp/go-uuid v1.0.1 04:38:03 go: finding github.com/hashicorp/go.net v0.0.1 04:38:03 go: finding github.com/hashicorp/golang-lru v0.5.0 04:38:03 go: finding github.com/hashicorp/logutils v1.0.0 04:38:03 go: finding github.com/hashicorp/mdns v1.0.0 04:38:03 go: finding github.com/hashicorp/memberlist v0.1.3 04:38:03 go: finding github.com/hashicorp/serf v0.8.2 04:38:03 go: finding github.com/hpcloud/tail v1.0.0 04:38:03 go: finding github.com/imdario/mergo v0.3.6 04:38:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:38:03 go: finding github.com/kr/pretty v0.1.0 04:38:03 go: finding github.com/kr/pty v1.1.1 04:38:03 go: finding github.com/kr/text v0.1.0 04:38:03 go: finding github.com/leodido/go-urn v1.2.0 04:38:03 go: finding github.com/mattn/go-colorable v0.0.9 04:38:03 go: finding github.com/mattn/go-isatty v0.0.3 04:38:04 go: finding github.com/miekg/dns v1.0.14 04:38:04 go: finding github.com/mitchellh/cli v1.0.0 04:38:04 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:38:04 go: finding github.com/mitchellh/copystructure v1.0.0 04:38:04 go: finding github.com/mitchellh/go-homedir v1.0.0 04:38:04 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:38:04 go: finding github.com/mitchellh/gox v0.4.0 04:38:04 go: finding github.com/mitchellh/iochan v1.0.0 04:38:04 go: finding github.com/mitchellh/mapstructure v1.1.2 04:38:04 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:38:04 go: finding github.com/onsi/ginkgo v1.10.1 04:38:04 go: finding github.com/onsi/gomega v1.7.0 04:38:04 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:38:04 go: finding github.com/pebbe/zmq4 v1.0.0 04:38:04 go: finding github.com/pelletier/go-toml v1.2.0 04:38:04 go: finding github.com/pkg/errors v0.8.1 04:38:04 go: finding github.com/pmezard/go-difflib v1.0.0 04:38:04 go: finding github.com/posener/complete v1.1.1 04:38:04 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:38:04 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:38:04 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:38:04 go: finding github.com/stretchr/objx v0.1.0 04:38:04 go: finding github.com/stretchr/testify v1.5.1 04:38:04 go: finding github.com/ugorji/go v1.1.4 04:38:04 go: finding github.com/x448/float16 v0.8.4 04:38:04 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:38:04 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:38:04 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:38:04 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:38:04 go: finding golang.org/x/text v0.3.2 04:38:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:38:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:38:04 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:38:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:38:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:38:04 go: finding gopkg.in/yaml.v2 v2.2.8 04:38:26 Removing intermediate container 9c637244fd40 04:38:26 ---> 334edf6a512e 04:38:26 Successfully built 334edf6a512e 04:38:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:27 + docker inspect -f . ci-base-image-arm64 04:38:27 . [Pipeline] withDockerContainer 04:38:27 prd-ubuntu18.04-docker-arm64-4c-16g-690 does not seem to be running inside a container 04:38:27 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 04:38:29 $ docker top c2f1ac3c9fbc0c1ec1a57d9225f0ec28498d0832516c464fa88272c8f02d82c3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:30 + go version 04:38:30 go version go1.13.13 linux/arm64 [Pipeline] echo 04:38:30 ========================================================= 04:38:30 [edgeXBuildGoParallel] Running Tests and Build... 04:38:30 ========================================================= [Pipeline] sh 04:38:30 + make test raml_verify 04:38:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:38:33 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:48 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:38:48 04:38:48 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:38:48 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:38:48 ---> e8debae2ae41 04:38:48 Step 3/29 : WORKDIR /edgex-go 04:38:48 ---> e8debae2ae41 04:38:48 Step 3/22 : WORKDIR /edgex-go 04:38:48 ---> e8debae2ae41 04:38:48 Step 3/20 : WORKDIR /edgex-go 04:38:48 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:48 ---> e8debae2ae41 04:38:48 Step 3/21 : WORKDIR /edgex-go 04:38:48 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:38:48 ---> e8debae2ae41 04:38:48 Step 3/23 : WORKDIR /edgex-go 04:38:48 ---> Running in a8e88c145109 04:38:48 ---> Running in f578085fe334 04:38:48 ---> Running in e6cf53265631 04:38:48 ---> Running in 097590c741f6 04:38:48 ---> Running in fde79bfdb5af 04:38:48 Removing intermediate container f578085fe334 04:38:48 ---> d1416f9cd008 04:38:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:48 Removing intermediate container a8e88c145109 04:38:48 ---> a4bd80bee48c 04:38:48 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:48 Removing intermediate container fde79bfdb5af 04:38:48 ---> c5745ef17292 04:38:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:48 Removing intermediate container 097590c741f6 04:38:48 ---> d36c93c86368 04:38:48 Step 4/29 : RUN apk update && apk add make git 04:38:48 Removing intermediate container e6cf53265631 04:38:48 ---> 5bd1f80e6c4e 04:38:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:48 ---> Running in 18c55954a2ea 04:38:48 ---> Running in d9af29a9dbed 04:38:48 ---> Running in f4dc7ef5d614 04:38:48 ---> Running in 9b8b6cefebd4 04:38:48 ---> Running in 421773961ef7 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:48 Removing intermediate container d9af29a9dbed 04:38:48 ---> 2c96435675c1 04:38:48 Step 5/20 : RUN apk update && apk add make git 04:38:48 Removing intermediate container f4dc7ef5d614 04:38:48 ---> 6d52d42f4cf4 04:38:48 Step 5/21 : RUN apk update && apk add make git 04:38:48 Removing intermediate container 18c55954a2ea 04:38:48 ---> f3d86ce672c4 04:38:48 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:38:48 ---> Running in d1fce1e14a41 04:38:48 ---> Running in 404bb48edfa9 04:38:48 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:48 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:48 OK: 12749 distinct packages available 04:38:48 ---> Running in 417aae233070 04:38:48 Removing intermediate container 421773961ef7 04:38:48 ---> 96bc57cb6d22 04:38:48 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:38:48 ---> Running in d6cc488d3f4c 04:38:48 OK: 233 MiB in 51 packages 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:48 Removing intermediate container 9b8b6cefebd4 04:38:48 ---> 678ef5ea6a22 04:38:48 Step 5/29 : COPY go.mod . 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:48 ---> a91a2557484e 04:38:48 Step 6/29 : RUN go mod download 04:38:48 ---> Running in 2eaf0e3dceaf 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:49 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:49 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:49 OK: 12749 distinct packages available 04:38:49 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:49 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:49 OK: 12749 distinct packages available 04:38:49 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:49 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:49 OK: 12749 distinct packages available 04:38:49 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:49 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:49 OK: 12749 distinct packages available 04:38:49 OK: 233 MiB in 51 packages 04:38:49 OK: 233 MiB in 51 packages 04:38:49 OK: 233 MiB in 51 packages 04:38:50 OK: 233 MiB in 51 packages 04:38:50 Removing intermediate container d1fce1e14a41 04:38:50 ---> 62f11b9226a1 04:38:50 Step 6/21 : COPY go.mod . 04:38:51 Removing intermediate container 404bb48edfa9 04:38:51 ---> 7852e4651e56 04:38:51 Step 6/20 : COPY go.mod . 04:38:51 ---> d691ca1612fa 04:38:51 Step 7/21 : RUN go mod download 04:38:51 Removing intermediate container d6cc488d3f4c 04:38:51 ---> edb1bf00c2e7 04:38:51 Step 6/22 : COPY go.mod . 04:38:51 Removing intermediate container 417aae233070 04:38:51 ---> 62d7147284d4 04:38:51 Step 6/23 : COPY go.mod . 04:38:51 ---> Running in b904818cfb54 04:38:51 ---> 8271cbcc868e 04:38:51 Step 7/20 : RUN go mod download 04:38:51 ---> Running in 37e679028411 04:38:51 ---> 5dd70c8a609e 04:38:51 Step 7/22 : RUN go mod download 04:38:51 ---> 5e302c94551f 04:38:51 Step 7/23 : RUN go mod download 04:38:52 Removing intermediate container 2eaf0e3dceaf 04:38:52 ---> 45176332d3e4 04:38:52 Step 7/29 : COPY . . 04:38:52 ---> Running in daef1f4f0bef 04:38:52 ---> Running in 43ef1ba81090 04:39:00 Removing intermediate container b904818cfb54 04:39:00 ---> b4d68158d54e 04:39:00 Step 8/21 : COPY . . 04:39:00 Removing intermediate container 37e679028411 04:39:00 ---> 6cf32d002fca 04:39:00 Step 8/20 : COPY . . 04:39:05 Removing intermediate container daef1f4f0bef 04:39:05 ---> abea4db25846 04:39:05 Step 8/23 : COPY . . 04:39:05 Removing intermediate container 43ef1ba81090 04:39:05 ---> 97adfba04a0d 04:39:05 Step 8/22 : COPY . . 04:39:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:39:24 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s 04:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:39:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:39:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:39:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:39:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.246s coverage: 27.3% of statements 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.349s coverage: 77.5% of statements 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 29.3% of statements 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 89.8% of statements 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 04:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:39:52 ---> 92d243f62528 04:39:52 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.040s coverage: 100.0% of statements 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:39:53 ---> Running in d4d49f9a559d 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.221s coverage: 63.5% of statements 04:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 04:39:55 ---> 65ee33e4df05 04:39:55 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:39:55 ---> 5e777ad4641e 04:39:55 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:39:55 ---> d54bc9e56aad 04:39:55 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:39:55 ---> 89fac3f586b6 04:39:55 Step 9/22 : RUN make cmd/core-data/core-data 04:39:55 ---> Running in 6aacb4a2b94c 04:39:55 ---> Running in ec62fb0057cd 04:39:55 ---> Running in 47092cc3ed2c 04:39:55 ---> Running in 03f0aee5bdb3 04:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.415s coverage: 55.9% of statements 04:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:56 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 04:39:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:39:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:39:58 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 04:39:59 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 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 52.004s coverage: 86.3% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.297s coverage: 72.2% of statements 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.373s coverage: 72.1% of statements 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.048s coverage: 28.8% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 26.9% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.332s coverage: 84.1% of statements 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.053s coverage: 43.1% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.017s coverage: 100.0% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.092s coverage: 46.1% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.206s coverage: 29.1% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.032s coverage: 100.0% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements 04:40:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements 04:40:53 GO111MODULE=on go vet ./... 04:40:57 Removing intermediate container ec62fb0057cd 04:40:57 ---> 45723bfc99dd 04:40:57 04:40:57 Step 10/20 : FROM alpine 04:40:57 Removing intermediate container d4d49f9a559d 04:40:57 ---> a92b62a473b4 04:40:57 04:40:57 Step 9/29 : FROM alpine:latest 04:40:57 latest: Pulling from library/alpine 04:40:57 latest: Pulling from library/alpine 04:40:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:40:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:40:57 Status: Downloaded newer image for alpine:latest 04:40:57 Status: Image is up to date for alpine:latest 04:40:57 ---> a24bb4013296 04:40:57 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:40:57 ---> a24bb4013296 04:40:57 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:40:57 ---> Running in dd9deb1968a7 04:40:57 ---> Running in 959b09da5f82 04:40:57 Removing intermediate container 959b09da5f82 04:40:57 ---> e1915ec51a9f 04:40:57 Step 11/29 : USER root 04:40:57 ---> Running in 53d6365f6ca8 04:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:57 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:40:57 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:40:57 OK: 12749 distinct packages available 04:40:57 (1/4) Installing ca-certificates (20191127-r4) 04:40:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:40:57 (3/4) Installing libcurl (7.69.1-r0) 04:40:57 (4/4) Installing curl (7.69.1-r0) 04:40:57 Executing busybox-1.31.1-r16.trigger 04:40:57 Executing ca-certificates-20191127-r4.trigger 04:40:57 OK: 7 MiB in 18 packages 04:40:57 Removing intermediate container 53d6365f6ca8 04:40:57 ---> 0da4d63919c0 04:40:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:40:57 ---> Running in ce48007978da 04:40:57 Removing intermediate container 03f0aee5bdb3 04:40:57 ---> b98add52721e 04:40:57 04:40:57 Step 10/23 : FROM scratch 04:40:57 ---> 04:40:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:40:57 ---> Running in 4ddb90c5035c 04:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:57 Removing intermediate container dd9deb1968a7 04:40:57 ---> 9c3081529c1d 04:40:57 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:57 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:40:57 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:40:57 OK: 12749 distinct packages available 04:40:57 (1/2) Installing ca-certificates (20191127-r4) 04:40:57 ---> Running in 876a56ac3af8 04:40:57 (2/2) Installing dumb-init (1.2.2-r1) 04:40:57 Executing busybox-1.31.1-r16.trigger 04:40:57 Executing ca-certificates-20191127-r4.trigger 04:40:57 Removing intermediate container 4ddb90c5035c 04:40:57 ---> f5851e89c04b 04:40:57 Step 12/23 : ENV APP_PORT=48060 04:40:58 OK: 6 MiB in 16 packages 04:40:58 ---> Running in 5b803ffe7df0 04:40:59 Removing intermediate container 876a56ac3af8 04:40:59 ---> b9b3dd2345e0 04:40:59 Step 13/20 : WORKDIR /edgex 04:40:59 Removing intermediate container 5b803ffe7df0 04:40:59 ---> c31a90449a3d 04:40:59 Step 13/23 : EXPOSE $APP_PORT 04:40:59 ---> Running in 0bd988fa2cc8 04:40:59 ---> Running in 2b95a95ad4ca 04:41:00 Removing intermediate container 6aacb4a2b94c 04:41:00 ---> db32dca47da5 04:41:00 04:41:00 Step 10/21 : FROM scratch 04:41:00 ---> 04:41:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:41:00 ---> Running in 854755a904d5 04:41:01 Removing intermediate container ce48007978da 04:41:01 ---> 989161aff6f0 04:41:01 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:41:02 Removing intermediate container 2b95a95ad4ca 04:41:02 ---> 74c6078a17ae 04:41:02 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:41:02 Removing intermediate container 0bd988fa2cc8 04:41:02 ---> de512669483c 04:41:02 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:41:02 Removing intermediate container 854755a904d5 04:41:02 ---> afb1c2df3ef4 04:41:02 Step 12/21 : ENV APP_PORT=48081 04:41:02 ---> Running in 6a593b8fb0d8 04:41:02 ---> Running in cd4f7b0cfeff 04:41:02 ---> d470a6dd49b7 04:41:02 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:41:03 Removing intermediate container 47092cc3ed2c 04:41:03 ---> a2d1cb14a33d 04:41:03 04:41:03 Step 10/22 : FROM alpine 04:41:03 ---> a24bb4013296 04:41:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:41:03 Removing intermediate container 6a593b8fb0d8 04:41:03 ---> ff61bcb9068b 04:41:03 Step 14/29 : WORKDIR $BASE_DIR 04:41:04 ---> fc1aa9a60e31 04:41:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:41:04 Removing intermediate container cd4f7b0cfeff 04:41:04 ---> 6ac45c14e6b4 04:41:04 Step 13/21 : EXPOSE $APP_PORT 04:41:04 ---> Running in fe5b7726d92f 04:41:04 ---> Running in d2fe864477a2 04:41:04 ---> 29f8ef83a33b 04:41:04 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:41:04 ---> Running in 9e7ed5b53249 04:41:05 Removing intermediate container fe5b7726d92f 04:41:05 ---> eabc0ca932a5 04:41:05 Step 12/22 : ENV APP_PORT=48080 04:41:05 Removing intermediate container d2fe864477a2 04:41:05 ---> 0585be934399 04:41:05 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:41:05 ---> Running in 0cb5090f5c2f 04:41:05 ---> Running in e029b8313ba7 04:41:05 Removing intermediate container 9e7ed5b53249 04:41:05 ---> fea20dec160a 04:41:05 Step 14/21 : WORKDIR / 04:41:05 ---> 180e31ccbf75 04:41:05 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:41:05 ---> Running in 9fdd94860e9d 04:41:06 ---> cde10bad2b1d 04:41:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:41:06 ---> Running in 7310af2e4b2b 04:41:06 Removing intermediate container 0cb5090f5c2f 04:41:06 ---> 5a9028e6bbc6 04:41:06 Step 13/22 : EXPOSE $APP_PORT 04:41:06 ---> Running in a26d535bbaf6 04:41:06 Removing intermediate container 9fdd94860e9d 04:41:06 ---> d40b83acac6d 04:41:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:41:06 Removing intermediate container 7310af2e4b2b 04:41:06 ---> 5f955a4f5561 04:41:06 Step 17/20 : CMD ["--init=true"] 04:41:07 Removing intermediate container a26d535bbaf6 04:41:07 ---> b228cdcd0951 04:41:07 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:07 ---> Running in 61ad8dab7616 04:41:07 ---> e491fffd4b3e 04:41:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:41:07 ---> Running in 0ba95ec30552 04:41:07 ---> c618695190ab 04:41:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:41:07 Removing intermediate container 61ad8dab7616 04:41:07 ---> c4e390594b7d 04:41:07 Step 18/20 : LABEL arch=x86_64 04:41:07 ---> Running in 72b13c286716 04:41:07 ---> 208b65019594 04:41:07 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:41:07 ---> cd7f2d135c62 04:41:07 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:41:08 Removing intermediate container e029b8313ba7 04:41:08 ---> a78e8f722199 04:41:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:41:08 Removing intermediate container 72b13c286716 04:41:08 ---> 03f0240ca692 04:41:08 Step 19/20 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:41:08 gofmt -l . 04:41:08 ---> Running in bdae487baaf8 04:41:08 ---> 5f8589da9452 04:41:08 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:41:08 ---> ce7bf4f648ee 04:41:08 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:41:08 ---> Running in c283bf003007 04:41:09 Removing intermediate container bdae487baaf8 04:41:09 ---> 6f8b48d88cbc 04:41:09 Step 20/20 : LABEL version=0.0.0 04:41:09 ---> Running in 0169cf05ce99 04:41:09 ---> e4cdfa4d8dd1 04:41:09 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:41:09 Removing intermediate container 0ba95ec30552 04:41:09 ---> 98a1eddd5ba8 04:41:09 Step 15/22 : RUN apk --no-cache add zeromq 04:41:09 ---> Running in 130208f4b467 04:41:09 ---> Running in de56acb56907 04:41:09 Removing intermediate container c283bf003007 04:41:09 ---> ea2dfbaffc37 04:41:09 Step 21/23 : LABEL arch=x86_64 04:41:09 Removing intermediate container 0169cf05ce99 04:41:09 ---> 752ca927cf16 04:41:09 Step 19/21 : LABEL arch=x86_64 04:41:09 ---> Running in 3d9082d14ce0 04:41:09 ---> Running in 470f02c04998 04:41:09 ---> 27500d4536f9 04:41:09 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:41:09 [ "`gofmt -l .`" = "" ] 04:41:09 Removing intermediate container 130208f4b467 04:41:09 ---> 438a6b8dc19f 04:41:09 04:41:10 Removing intermediate container 3d9082d14ce0 04:41:10 ---> 66e04105dc34 04:41:10 Step 22/23 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:10 Removing intermediate container 470f02c04998 04:41:10 ---> f1411a4a17a4 04:41:10 Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:41:10 ---> Running in f8bb0860a37a 04:41:10 ---> Running in 1b8c14330498 04:41:10 Successfully built 438a6b8dc19f 04:41:10 ---> d4b7a4da83e6 04:41:10 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:41:10 Successfully tagged docker-security-proxy-setup-go:latest 04:41:10 Building docker-security-secretstore-setup-go 04:41:10  Building docker-security-proxy-setup-go ... done Removing intermediate container 1b8c14330498 04:41:10 ---> 3d242dd4f88b 04:41:10 Step 21/21 : LABEL version=0.0.0 04:41:10 Removing intermediate container f8bb0860a37a 04:41:10 ---> 531febfce02f 04:41:10 Step 23/23 : LABEL version=0.0.0 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:11 ---> Running in 1bb71a208e59 04:41:11 ---> Running in fa7ebdd3a44d 04:41:11 ---> 98ee51b5f114 04:41:11 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:41:11 ./bin/test-go-mod-tidy.sh 04:41:11 (1/5) Installing libgcc (9.3.0-r2) 04:41:11 (2/5) Installing libsodium (1.0.18-r0) 04:41:11 (3/5) Installing libstdc++ (9.3.0-r2) 04:41:12 (4/5) Installing libzmq (4.3.2-r0) 04:41:12 (5/5) Installing zeromq (4.3.2-r0) 04:41:12 Executing busybox-1.31.1-r16.trigger 04:41:12 Removing intermediate container 1bb71a208e59 04:41:12 ---> 854a2a7cd499 04:41:12 04:41:12 OK: 8 MiB in 19 packages 04:41:12 ---> 117827ff9c12 04:41:12 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:41:12 Removing intermediate container fa7ebdd3a44d 04:41:12 ---> 2c4c9200d6c0 04:41:12 04:41:12 ./bin/test-attribution-txt.sh 04:41:13 Successfully built 2c4c9200d6c0 04:41:13 Successfully built 854a2a7cd499 04:41:13 Successfully tagged docker-core-metadata-go:latest 04:41:13 Building docker-sys-mgmt-agent-go 04:41:14  Building docker-core-metadata-go ... done Successfully tagged docker-support-notifications-go:latest 04:41:14 Building docker-support-scheduler-go 04:41:15  Building docker-support-notifications-go ... done  ---> Running in 5af5684c3a3f 04:41:15 docker run --rm --privileged \ 04:41:15 -v /w/workspace/edgex-go/19:/raml-verification -w /raml-verification \ 04:41:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 04:41:15 /scripts/raml-verify.sh 04:41:15 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 04:41:15 aarch64: Pulling from edgex-devops/edgex-docs-builder 04:41:15 29e5d40040c1: Pulling fs layer 04:41:15 8c46fbeab2c7: Pulling fs layer 04:41:15 8ba552a4e5fe: Pulling fs layer 04:41:15 1fb62381901b: Pulling fs layer 04:41:15 147fb30a95d9: Pulling fs layer 04:41:15 3ccc99ad11dc: Pulling fs layer 04:41:15 1fb62381901b: Waiting 04:41:15 3ccc99ad11dc: Waiting 04:41:15 147fb30a95d9: Waiting 04:41:15 29e5d40040c1: Download complete 04:41:15 8ba552a4e5fe: Verifying Checksum 04:41:15 8ba552a4e5fe: Download complete 04:41:15 1fb62381901b: Verifying Checksum 04:41:15 1fb62381901b: Download complete 04:41:15 3ccc99ad11dc: Download complete 04:41:16 147fb30a95d9: Verifying Checksum 04:41:16 147fb30a95d9: Download complete 04:41:16 29e5d40040c1: Pull complete 04:41:16 8c46fbeab2c7: Verifying Checksum 04:41:16 8c46fbeab2c7: Download complete 04:41:18 Removing intermediate container de56acb56907 04:41:18 ---> 4b50b509ddac 04:41:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:41:20 ---> f431591659f3 04:41:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:41:21 Removing intermediate container 5af5684c3a3f 04:41:21 ---> 040161206a1a 04:41:21 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:41:21 ---> 1abb98c69d2a 04:41:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:41:21 8c46fbeab2c7: Pull complete 04:41:21 8ba552a4e5fe: Pull complete 04:41:21 1fb62381901b: Pull complete 04:41:22 ---> Running in 5e828f37d353 04:41:22 ---> 0b8cc62b6499 04:41:22 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:41:23 ---> 68bb3ea7c7db 04:41:23 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:41:24 ---> Running in d952757102b9 04:41:25 Removing intermediate container d952757102b9 04:41:25 ---> edb5ee178dcc 04:41:25 Step 20/22 : LABEL arch=x86_64 04:41:26 147fb30a95d9: Pull complete 04:41:26 3ccc99ad11dc: Pull complete 04:41:26 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 04:41:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 04:41:27 Removing intermediate container 5e828f37d353 04:41:27 ---> c27fd85e2505 04:41:27 Step 24/29 : RUN chmod 755 security-secrets-setup 04:41:27 ---> Running in 8726416967f0 04:41:27 ---> Running in a1935cd93f16 04:41:28 Removing intermediate container 8726416967f0 04:41:28 ---> 3a281dca4fae 04:41:28 Step 21/22 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:41:29 ---> Running in 86207135b3df 04:41:30 Verifying ./api/raml/core-command.raml... 04:41:32 OK 04:41:32 Verifying ./api/raml/core-metadata.raml... 04:41:33 Removing intermediate container 86207135b3df 04:41:33 ---> 5dafe913bc4a 04:41:33 Step 22/22 : LABEL version=0.0.0 04:41:34 ---> Running in 8a44f3f33af0 04:41:36 Removing intermediate container 8a44f3f33af0 04:41:36 ---> 4d2f03f2f08e 04:41:36 04:41:41 OK 04:41:41 Verifying ./api/raml/support-logging.raml... 04:41:41 Successfully built 4d2f03f2f08e 04:41:43 Successfully tagged docker-core-data-go:latest 04:41:43 Building docker-core-command-go 04:41:43 OK 04:41:43 Verifying ./api/raml/support-scheduler.raml... 04:41:43  Building docker-core-data-go ... done Removing intermediate container a1935cd93f16 04:41:43 ---> 9a7b468cadd2 04:41:43 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:41:44 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:44 ---> e8debae2ae41 04:41:44 Step 3/26 : WORKDIR /edgex-go 04:41:45 ---> Using cache 04:41:45 ---> 5bd1f80e6c4e 04:41:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:45 ---> Using cache 04:41:45 ---> 96bc57cb6d22 04:41:45 Step 5/26 : RUN apk update && apk add make git 04:41:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:45 ---> e8debae2ae41 04:41:45 Step 3/26 : WORKDIR /edgex-go 04:41:45 ---> Using cache 04:41:45 ---> 5bd1f80e6c4e 04:41:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:45 ---> Using cache 04:41:45 ---> 96bc57cb6d22 04:41:45 Step 5/26 : RUN apk update && apk add make bash git 04:41:46 OK 04:41:46 Verifying ./api/raml/core-data.raml... 04:41:46 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:46 ---> e8debae2ae41 04:41:46 Step 3/20 : WORKDIR /edgex-go 04:41:46 ---> Using cache 04:41:46 ---> 5bd1f80e6c4e 04:41:46 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:46 ---> Using cache 04:41:46 ---> 96bc57cb6d22 04:41:46 Step 5/20 : RUN apk update && apk add make git 04:41:46 ---> Running in f49bd207f9e9 04:41:48 ---> Running in 35a77cb7e759 04:41:48 ---> Running in d4e7181c6daf 04:41:48 ---> Running in 2e582679036d 04:41:49 Removing intermediate container f49bd207f9e9 04:41:49 ---> b8d96cdbfa07 04:41:49 Step 26/29 : CMD [ "generate" ] 04:41:49 ---> Running in f1932e537b14 04:41:50 Removing intermediate container f1932e537b14 04:41:50 ---> f9c1d9bed60d 04:41:50 Step 27/29 : LABEL arch=x86_64 04:41:50 ---> Running in c55366d1ec33 04:41:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:51 Removing intermediate container c55366d1ec33 04:41:51 ---> 6671c00f807d 04:41:51 Step 28/29 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:41:51 OK 04:41:51 Verifying ./api/raml/support-notifications.raml... 04:41:51 ---> Running in 46b79ace6cb4 04:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:53 Removing intermediate container 46b79ace6cb4 04:41:53 ---> d7aa1e3044c2 04:41:53 Step 29/29 : LABEL version=0.0.0 04:41:53 ---> Running in 743e1f8693bb 04:41:53 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:53 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:53 OK: 12749 distinct packages available 04:41:54 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:54 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:54 OK: 12749 distinct packages available 04:41:54 OK: 233 MiB in 51 packages 04:41:54 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:54 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:54 OK: 12749 distinct packages available 04:41:54 OK: 233 MiB in 51 packages 04:41:54 Removing intermediate container 743e1f8693bb 04:41:54 ---> 72de184dabfa 04:41:54 04:41:54 OK: 233 MiB in 51 packages 04:41:55 Successfully built 72de184dabfa 04:41:55 Successfully tagged docker-security-secrets-setup-go:latest 04:41:55 Building docker-support-logging-go 04:41:55 OK 04:41:55 Verifying ./api/raml/system-agent.raml... 04:41:58 OK [Pipeline] sh 04:41:59 + ls -al . 04:41:59 total 588 04:41:59 drwxrwxr-x 10 1001 1001 4096 Jul 23 04:41 . 04:41:59 drwxr-xr-x 4 root root 4096 Jul 23 04:38 .. 04:41:59 -rw-rw-r-- 1 1001 1001 11 Jul 23 04:36 .dockerignore 04:41:59 drwxrwxr-x 8 1001 1001 4096 Jul 23 04:36 .git 04:41:59 drwxrwxr-x 3 1001 1001 4096 Jul 23 04:36 .github 04:41:59 -rw-rw-r-- 1 1001 1001 924 Jul 23 04:36 .gitignore 04:41:59 drwxrwxr-x 3 1001 1001 4096 Jul 23 04:36 .semver 04:41:59 -rw-rw-r-- 1 1001 1001 178 Jul 23 04:36 .sonarcloud.properties 04:41:59 -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:36 CONTRIBUTING.md 04:41:59 -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:36 Dockerfile.build 04:41:59 -rw-rw-r-- 1 1001 1001 824 Jul 23 04:36 Jenkinsfile 04:41:59 -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:36 LICENSE 04:41:59 -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:36 Makefile 04:41:59 -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:36 README.md 04:41:59 -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:36 SECURITY.md 04:41:59 -rw-rw-r-- 1 1001 1001 5 Jul 23 04:32 VERSION 04:41:59 -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:36 ZMQWindows.md 04:41:59 drwxrwxr-x 4 1001 1001 4096 Jul 23 04:36 api 04:41:59 drwxrwxr-x 2 1001 1001 4096 Jul 23 04:36 bin 04:41:59 drwxrwxr-x 15 1001 1001 4096 Jul 23 04:36 cmd 04:41:59 -rw-r--r-- 1 root root 457776 Jul 23 04:40 coverage.out 04:41:59 -rw-r--r-- 1 root root 1019 Jul 23 04:41 go.mod 04:41:59 -rw-r--r-- 1 root root 19185 Jul 23 04:41 go.sum 04:41:59 drwxrwxr-x 8 1001 1001 4096 Jul 23 04:36 internal 04:41:59 drwxrwxr-x 4 1001 1001 4096 Jul 23 04:36 snap 04:41:59 -rw-rw-r-- 1 1001 1001 168 Jul 23 04:36 version.go [Pipeline] sh 04:41:59 + '[' -e coverage.out ] 04:41:59 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:59 Warning: overwriting stash ‘coverage-report’ 04:42:01 Stashed 1 file(s) [Pipeline] sh 04:42:01 + make build 04:42:01 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 04:42:03  Building docker-security-secrets-setup-go ... done Removing intermediate container 2e582679036d 04:42:03 ---> 95de3dc79a38 04:42:03 Step 6/20 : COPY go.mod . 04:42:03 Removing intermediate container 35a77cb7e759 04:42:03 ---> 3d36b5f75246 04:42:03 Step 6/26 : COPY go.mod . 04:42:03 Removing intermediate container d4e7181c6daf 04:42:03 ---> a2309d759ac8 04:42:03 Step 6/26 : COPY go.mod . 04:42:05 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:05 ---> e8debae2ae41 04:42:05 Step 3/21 : WORKDIR /edgex-go 04:42:06 ---> cc068958ad1d 04:42:06 Step 7/20 : RUN go mod download 04:42:06 ---> Using cache 04:42:06 ---> 5bd1f80e6c4e 04:42:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:06 ---> Using cache 04:42:06 ---> 96bc57cb6d22 04:42:06 Step 5/21 : RUN apk update && apk add make git 04:42:06 ---> Using cache 04:42:06 ---> 3d36b5f75246 04:42:06 Step 6/21 : COPY go.mod . 04:42:06 ---> Using cache 04:42:06 ---> fc927fe9a8bb 04:42:06 Step 7/21 : RUN go mod download 04:42:06 ---> fc927fe9a8bb 04:42:06 Step 7/26 : RUN go mod download 04:42:06 ---> 54bc55b2d85b 04:42:06 Step 7/26 : RUN go mod download 04:42:06 ---> Running in d2a7e17ac1e3 04:42:06 ---> Running in 24a6af724338 04:42:06 ---> Running in 28e82652736e 04:42:06 ---> Running in 587c6bab00c4 04:42:13 Removing intermediate container 24a6af724338 04:42:13 ---> 240989e17d4a 04:42:13 Step 8/20 : COPY . . 04:42:14 Removing intermediate container d2a7e17ac1e3 04:42:14 ---> 167aa59908ee 04:42:14 Step 8/21 : COPY . . 04:42:16 Removing intermediate container 28e82652736e 04:42:16 ---> fcf8e0713a71 04:42:16 Step 8/26 : COPY . . 04:42:17 Removing intermediate container 587c6bab00c4 04:42:17 ---> e39f997d9c0e 04:42:17 Step 8/26 : COPY . . 04:42:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:42:29 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:29 ---> e8debae2ae41 04:42:29 Step 3/21 : WORKDIR /edgex-go 04:42:30 ---> Using cache 04:42:30 ---> 5bd1f80e6c4e 04:42:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:30 ---> Using cache 04:42:30 ---> 96bc57cb6d22 04:42:30 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:42: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 04:42:34 ---> Running in 5f38ab659030 04:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:39 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:39 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:39 OK: 12749 distinct packages available 04:42:40 OK: 233 MiB in 51 packages 04:42:40 OK: 233 MiB in 51 packages 04:42:42 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 04:42:49 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 04:42:50 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 04:42:54 Removing intermediate container 5f38ab659030 04:42:54 ---> 1890f01c700a 04:42:54 Step 6/21 : COPY go.mod . 04:42:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:42:57 ---> 0994b05f217d 04:42:57 Step 7/21 : RUN go mod download 04:42:59 ---> Running in bddecfd1b09d 04:43:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:43:07 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 04:43:07 ---> 999b97142e92 04:43:07 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:43:07 ---> 8146a65d721a 04:43:07 Step 9/21 : RUN make cmd/core-command/core-command 04:43:07 ---> Running in 38dab3cd0589 04:43:07 ---> Running in cff34e1ca98e 04:43:08 ---> 23df67053367 04:43:08 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 04:43:08 ---> Running in cdc1674f139b 04:43:08 ---> 284fbe362155 04:43:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:43:09 ---> Running in 2d680db3080f 04:43:09 Removing intermediate container bddecfd1b09d 04:43:09 ---> a0035dc0fa48 04:43:09 Step 8/21 : COPY . . 04:43: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 04:43:09 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 04:43:09 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 04:43:10 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 04:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:43:18 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 04:43:23 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] } 04:43:28 $ docker stop --time=1 c2f1ac3c9fbc0c1ec1a57d9225f0ec28498d0832516c464fa88272c8f02d82c3 04:43:30 $ docker rm -f c2f1ac3c9fbc0c1ec1a57d9225f0ec28498d0832516c464fa88272c8f02d82c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:43:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:32 04:43:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:43:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:33 latest: Pulling from edgex-devops/edgex-compose-arm64 04:43:33 29e5d40040c1: Already exists 04:43:33 1ce36da41761: Pulling fs layer 04:43:33 25b303627fd3: Pulling fs layer 04:43:33 1ce36da41761: Verifying Checksum 04:43:33 1ce36da41761: Download complete 04:43:34 1ce36da41761: Pull complete 04:43:35 25b303627fd3: Verifying Checksum 04:43:35 25b303627fd3: Download complete 04:43:45 25b303627fd3: Pull complete 04:43:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:43:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:43:45 prd-ubuntu18.04-docker-arm64-4c-16g-690 does not seem to be running inside a container 04:43:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 04:43:50 $ docker top b4ea5dab83c983953dd0cfd88d5e5d126ffe6a7c60b095ec9b6099a9ba6a18ca -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:51 + docker-compose build --help 04:43:51 + grep parallel 04:43:56 --parallel Build images in parallel. [Pipeline] } 04:43:57 $ docker stop --time=1 b4ea5dab83c983953dd0cfd88d5e5d126ffe6a7c60b095ec9b6099a9ba6a18ca 04:43:57 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 04:43:57 ---> a9fa466e4291 04:43:57 Step 9/21 : RUN make cmd/support-logging/support-logging 04:43:57 ---> Running in 95bb8961cf79 04:43:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:43:59 $ docker rm -f b4ea5dab83c983953dd0cfd88d5e5d126ffe6a7c60b095ec9b6099a9ba6a18ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:44:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:00 . [Pipeline] withDockerContainer 04:44:00 prd-ubuntu18.04-docker-arm64-4c-16g-690 does not seem to be running inside a container 04:44: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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 04:44:00 Removing intermediate container 2d680db3080f 04:44:00 ---> 32b537ff0e5b 04:44:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:44:00 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 04:44:01 $ docker top 07141748553bfdd08506d3cda36e33ac91b1ed4aa8acb295f6dc0837daf95260 -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:02 ---> Running in d8c15aa164fc 04:44:02 + docker-compose -f ./docker-compose-build.yml build --parallel 04:44:03 Removing intermediate container cff34e1ca98e 04:44:03 ---> a5b771e611db 04:44:03 04:44:03 Step 10/21 : FROM scratch 04:44:03 ---> 04:44:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:06 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 04:44:07 ---> Using cache 04:44:07 ---> afb1c2df3ef4 04:44:07 Step 12/21 : ENV APP_PORT=48082 04:44:07 ---> Running in 2982e00b0ef2 04:44:07 Removing intermediate container 38dab3cd0589 04:44:07 ---> 7f43c850e11b 04:44:07 04:44:07 Step 10/20 : FROM scratch 04:44:07 ---> 04:44:07 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:07 ---> Using cache 04:44:07 ---> afb1c2df3ef4 04:44:07 Step 12/20 : ENV APP_PORT=48085 04:44:07 ---> Running in dce8f76191e4 04:44:07 Removing intermediate container 2982e00b0ef2 04:44:07 ---> cf8df1682cc8 04:44:07 Step 13/21 : EXPOSE $APP_PORT 04:44:08 Building docker-core-command-go ... 04:44:08 Building docker-core-data-go ... 04:44:08 Building docker-core-metadata-go ... 04:44:08 Building docker-security-proxy-setup-go ... 04:44:08 Building docker-security-secrets-setup-go ... 04:44:08 Building docker-security-secretstore-setup-go ... 04:44:08 Building docker-support-logging-go ... 04:44:08 Building docker-support-notifications-go ... 04:44:08 Building docker-support-scheduler-go ... 04:44:08 Building docker-sys-mgmt-agent-go ... 04:44:08 Building docker-core-data-go 04:44:08 Building docker-support-scheduler-go 04:44:08 Building docker-security-proxy-setup-go 04:44:08 Building docker-security-secrets-setup-go 04:44:08 Building docker-support-logging-go 04:44:08 ---> Running in 897552d59560 04:44:09 Removing intermediate container dce8f76191e4 04:44:09 ---> 5a37e921314b 04:44:09 Step 13/20 : EXPOSE $APP_PORT 04:44:10 ---> Running in 5d84f008a1f5 04:44:10 Removing intermediate container d8c15aa164fc 04:44:10 ---> 419284dad77d 04:44:10 04:44:10 Step 11/26 : FROM docker:latest 04:44:10 ---> 81f5749c9058 04:44:10 Step 12/26 : RUN apk add --no-cache bash 04:44:10 Removing intermediate container 897552d59560 04:44:10 ---> f8ee42b7948f 04:44:10 Step 14/21 : WORKDIR / 04:44:10 ---> Running in 7dd245da0b10 04:44:11 ---> Running in 64a15849d8cb 04:44:11 Removing intermediate container cdc1674f139b 04:44:11 ---> eb115aac692f 04:44:11 04:44:11 Step 10/26 : FROM alpine:3.10 04:44:11 Removing intermediate container 5d84f008a1f5 04:44:11 ---> 663dc59d2b50 04:44:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:44:11 3.10: Pulling from library/alpine 04:44:11 Removing intermediate container 7dd245da0b10 04:44:11 ---> c7feb43fa9cc 04:44:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:44:11 ---> 72e84073c7df 04:44:11 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:44:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:12 (1/2) Installing readline (8.0.4-r0) 04:44:12 (2/2) Installing bash (5.0.17-r0) 04:44:12 Executing bash-5.0.17-r0.post-install 04:44:12 Executing busybox-1.31.1-r16.trigger 04:44:12 OK: 12 MiB in 22 packages 04:44:13 ---> 880b2482f776 04:44:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:44:13 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:13 ---> 1adaf5f3a46d 04:44:13 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:44:13 Status: Downloaded newer image for alpine:3.10 04:44:13 ---> be4e4bea2c2e 04:44:13 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:13 ---> Running in 90563e1a150b 04:44:14 ---> 71a523d00a9e 04:44:14 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:14 Removing intermediate container 64a15849d8cb 04:44:14 ---> 9c9519cc3cef 04:44:14 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:44:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:44:14 ---> f96299fcff8f 04:44:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:44:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:44:15 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:15 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:15 OK: 10346 distinct packages available 04:44:15 ---> Running in 4e2f7f934a8a 04:44:15 (1/5) Installing ca-certificates (20191127-r2) 04:44:15 ---> Running in 9c36f56e186a 04:44:15 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:15 (3/5) Installing libcurl (7.66.0-r0) 04:44:15 (4/5) Installing curl (7.66.0-r0) 04:44:15 (5/5) Installing dumb-init (1.2.2-r1) 04:44:15 Executing busybox-1.30.1-r3.trigger 04:44:15 Executing ca-certificates-20191127-r2.trigger 04:44:15 OK: 7 MiB in 19 packages 04:44:15 ---> 12b80c80bfd5 04:44:15 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:16 ---> Running in e8b214201794 04:44:16 Removing intermediate container 4e2f7f934a8a 04:44:16 ---> 6cade3cf6f87 04:44:16 Step 18/20 : LABEL arch=x86_64 04:44:16 ---> Running in 17e83e8d9368 04:44:16 Removing intermediate container e8b214201794 04:44:16 ---> 1dba73f3255f 04:44:16 Step 19/21 : LABEL arch=x86_64 04:44:16 ---> Running in 12463a0469dd 04:44:17 Removing intermediate container 17e83e8d9368 04:44:17 ---> 44480e23a21f 04:44:17 Step 19/20 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:44:17 ---> Running in 41212e312579 04:44:18 Removing intermediate container 12463a0469dd 04:44:18 ---> 3b29b63c2fbf 04:44:18 Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:44:18 Removing intermediate container 90563e1a150b 04:44:18 ---> 97fc7703aefc 04:44:18 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:18 Removing intermediate container 95bb8961cf79 04:44:18 ---> 3a5b031aee9e 04:44:18 04:44:18 Step 10/21 : FROM scratch 04:44:18 ---> 04:44:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:18 ---> Running in 18008be0e357 04:44:18 ---> Using cache 04:44:18 ---> f5851e89c04b 04:44:18 Step 12/21 : ENV APP_PORT=48061 04:44:18 ---> Running in 1b96b0c6c45d 04:44:18 ---> Running in 00499f924b46 04:44:18 Removing intermediate container 41212e312579 04:44:18 ---> f38026182c7e 04:44:18 Step 20/20 : LABEL version=0.0.0 04:44:18 Removing intermediate container 9c36f56e186a 04:44:18 ---> 822038785e11 04:44:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:44:18 ---> Running in ffa92fac2c9e 04:44:18 Removing intermediate container 18008be0e357 04:44:18 ---> 0c834733e716 04:44:18 Step 21/21 : LABEL version=0.0.0 04:44:18 ---> Running in b539b9acd34a 04:44:19 ---> Running in 041716b5a7e8 04:44:19 Removing intermediate container 1b96b0c6c45d 04:44:19 ---> 671d708343f8 04:44:19 Step 13/26 : WORKDIR / 04:44:19 Removing intermediate container 00499f924b46 04:44:19 ---> 093efb069645 04:44:19 Step 13/21 : EXPOSE $APP_PORT 04:44:19 Removing intermediate container ffa92fac2c9e 04:44:19 ---> 4d612262302e 04:44:19 04:44:19 ---> Running in 4b0417dee1ae 04:44:19 ---> Running in 29413088a2b7 04:44:19 Removing intermediate container b539b9acd34a 04:44:19 ---> 63457eb346b7 04:44:19 Step 15/26 : ENV APP_PORT=48090 04:44:19 Successfully built 4d612262302e 04:44:19 Removing intermediate container 041716b5a7e8 04:44:19 ---> 1d43870874a9 04:44:19 04:44:19 Successfully tagged docker-support-scheduler-go:latest 04:44:19  Building docker-support-scheduler-go ... done Successfully built 1d43870874a9 04:44:20 ---> Running in 4b8e905b707e 04:44:20 Removing intermediate container 4b0417dee1ae 04:44:20 ---> c592f4775e75 04:44:20 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:44:20 Successfully tagged docker-core-command-go:latest 04:44:20  Building docker-core-command-go ... done Removing intermediate container 29413088a2b7 04:44:20 ---> 400936bd117c 04:44:20 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:44:20 Removing intermediate container 4b8e905b707e 04:44:20 ---> c395e167c348 04:44:20 Step 16/26 : EXPOSE $APP_PORT 04:44:20 ---> Running in a46b7ec72ae5 04:44:20 ---> 3686648c082a 04:44:20 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:44:20 ---> a694aa91b386 04:44:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:44:21 Removing intermediate container a46b7ec72ae5 04:44:21 ---> 6d07eed3f9f3 04:44:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:44:21 ---> a66462c879eb 04:44:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:21 ---> 3449c213c57d 04:44:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:44:21 ---> 847e2d71b93e 04:44:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:44:21 ---> ad32914e2299 04:44:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:44:22 ---> d60727d91a1b 04:44:22 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:44:22 ---> 81bdd2686c89 04:44:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:22 ---> f9a769979b2d 04:44:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:44:23 ---> ee1eccaeb72b 04:44:23 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:23 ---> Running in b4e3e10194b7 04:44:23 ---> c35c5e924db9 04:44:23 Step 20/26 : RUN apk --no-cache add py-pip 04:44:23 ---> 77068fea0d6b 04:44:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:23 ---> Running in 5678b386ba73 04:44:23 Removing intermediate container b4e3e10194b7 04:44:23 ---> 459fbd775779 04:44:23 Step 19/21 : LABEL arch=x86_64 04:44:23 ---> Running in e6c997bea28c 04:44:24 Removing intermediate container e6c997bea28c 04:44:24 ---> c9431802a31c 04:44:24 Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:44:24 ---> 791f26c0d693 04:44:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:44:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:24 ---> Running in 6c62d392fe42 04:44:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:25 (1/33) Installing libbz2 (1.0.8-r1) 04:44:25 (2/33) Installing expat (2.2.9-r1) 04:44:25 (3/33) Installing libffi (3.3-r2) 04:44:25 (4/33) Installing gdbm (1.13-r1) 04:44:25 (5/33) Installing xz-libs (5.2.5-r0) 04:44:25 (6/33) Installing sqlite-libs (3.32.1-r0) 04:44:25 (7/33) Installing python3 (3.8.5-r0) 04:44:25 Removing intermediate container 6c62d392fe42 04:44:25 ---> 841ca46a8676 04:44:25 Step 21/21 : LABEL version=0.0.0 04:44:27 ---> c27ff8ba002c 04:44:27 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:27 ---> Running in 5c62a6acf76f 04:44:28 (8/33) Installing py3-appdirs (1.4.4-r1) 04:44:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:44:28 (10/33) Installing py3-parsing (2.4.7-r0) 04:44:28 ---> cd73fc84c73b 04:44:28 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:28 (11/33) Installing py3-six (1.15.0-r0) 04:44:28 (12/33) Installing py3-packaging (20.4-r0) 04:44:28 (13/33) Installing py3-setuptools (47.0.0-r0) 04:44:28 (14/33) Installing py3-chardet (3.0.4-r4) 04:44:28 ---> Running in 7dc68adf1f72 04:44:28 (15/33) Installing py3-idna (2.9-r0) 04:44:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:44:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:44:28 Removing intermediate container 5c62a6acf76f 04:44:28 ---> d218433ef425 04:44:28 04:44:28 (18/33) Installing py3-requests (2.23.0-r0) 04:44:28 (19/33) Installing py3-msgpack (1.0.0-r0) 04:44:28 Successfully built d218433ef425 04:44:28 (20/33) Installing py3-lockfile (0.12.2-r3) 04:44:28 Successfully tagged docker-support-logging-go:latest 04:44:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:44:28  Building docker-support-logging-go ... done (22/33) Installing py3-colorama (0.4.3-r0) 04:44:28 (23/33) Installing py3-distlib (0.3.0-r0) 04:44:29 (24/33) Installing py3-distro (1.5.0-r1) 04:44:29 (25/33) Installing py3-webencodings (0.5.1-r3) 04:44:29 (26/33) Installing py3-html5lib (1.0.1-r4) 04:44:29 (27/33) Installing py3-pytoml (0.1.21-r0) 04:44:29 (28/33) Installing py3-pep517 (0.8.2-r0) 04:44:29 (29/33) Installing py3-progress (1.5-r0) 04:44:29 (30/33) Installing py3-toml (0.10.1-r0) 04:44:29 (31/33) Installing py3-retrying (1.3.3-r0) 04:44:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:44:29 (33/33) Installing py3-pip (20.1.1-r0) 04:44:29 Executing busybox-1.31.1-r16.trigger 04:44:29 OK: 71 MiB in 55 packages 04:44:32 Removing intermediate container 7dc68adf1f72 04:44:32 ---> e766a3e70f16 04:44:32 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:44:32 ---> Running in d2c08268d655 04:44:33 Removing intermediate container d2c08268d655 04:44:33 ---> cf2474114562 04:44:33 Step 24/26 : LABEL arch=x86_64 04:44:36 ---> Running in c036134da403 04:44:36 Removing intermediate container 5678b386ba73 04:44:36 ---> 530e88400735 04:44:36 Step 21/26 : RUN pip install docker-compose==1.23.2 04:44:36 ---> Running in 0b7432bbe4f9 04:44:36 Removing intermediate container c036134da403 04:44:36 ---> 61409fb3ca44 04:44:36 Step 25/26 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:44:37 ---> Running in ff70b7936bc0 04:44:37 Removing intermediate container ff70b7936bc0 04:44:37 ---> 3fd3e6468814 04:44:37 Step 26/26 : LABEL version=0.0.0 04:44:37 ---> Running in 4619f16d663b 04:44:37 Removing intermediate container 4619f16d663b 04:44:37 ---> 149e9ab9c149 04:44:37 04:44:38 Successfully built 149e9ab9c149 04:44:38 Successfully tagged docker-security-secretstore-setup-go:latest 04:44:38  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 04:44:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:44:39 Collecting websocket-client<1.0,>=0.32.0 04:44:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:44:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:44:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:44:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:44:39 Collecting dockerpty<0.5,>=0.4.1 04:44:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:44:40 Collecting docopt<0.7,>=0.6.1 04:44:40 Downloading docopt-0.6.2.tar.gz (25 kB) 04:44:41 Collecting PyYAML<4,>=3.10 04:44:41 Downloading PyYAML-3.13.tar.gz (270 kB) 04:44:42 Collecting cached-property<2,>=1.2.0 04:44:42 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:44:42 Collecting texttable<0.10,>=0.9.0 04:44:42 Downloading texttable-0.9.1.tar.gz (11 kB) 04:44:43 Collecting jsonschema<3,>=2.5.1 04:44:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:44:43 Collecting docker<4.0,>=3.6.0 04:44:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:44: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) 04:44:43 Collecting idna<2.8,>=2.5 04:44:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:44:43 Collecting urllib3<1.25,>=1.21.1 04:44:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:44: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) 04:44:43 Collecting docker-pycreds>=0.4.0 04:44:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:44:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:44:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:44:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:44:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:44:44 Installing collected packages: websocket-client, idna, urllib3, requests, dockerpty, docopt, PyYAML, cached-property, texttable, jsonschema, docker-pycreds, docker, docker-compose 04:44:44 Attempting uninstall: idna 04:44:44 Found existing installation: idna 2.9 04:44:44 Uninstalling idna-2.9: 04:44:44 Successfully uninstalled idna-2.9 04:44:45 Attempting uninstall: urllib3 04:44:45 Found existing installation: urllib3 1.25.9 04:44:45 Uninstalling urllib3-1.25.9: 04:44:45 Successfully uninstalled urllib3-1.25.9 04:44:45 Attempting uninstall: requests 04:44:45 Found existing installation: requests 2.23.0 04:44:45 Uninstalling requests-2.23.0: 04:44:45 Successfully uninstalled requests-2.23.0 04:44:45 Running setup.py install for dockerpty: started 04:44:46 Running setup.py install for dockerpty: finished with status 'done' 04:44:46 Running setup.py install for docopt: started 04:44:47 Running setup.py install for docopt: finished with status 'done' 04:44:47 Running setup.py install for PyYAML: started 04:44:48 Running setup.py install for PyYAML: finished with status 'done' 04:44:48 Running setup.py install for texttable: started 04:44:48 Running setup.py install for texttable: finished with status 'done' 04:44:49 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 04:44:52 Removing intermediate container 0b7432bbe4f9 04:44:52 ---> eb8be5d0e823 04:44:52 Step 22/26 : RUN apk --no-cache add curl 04:44:52 ---> Running in 41f11193016a 04:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:44:54 (2/3) Installing libcurl (7.69.1-r0) 04:44:54 (3/3) Installing curl (7.69.1-r0) 04:44:54 Executing busybox-1.31.1-r16.trigger 04:44:54 OK: 72 MiB in 58 packages 04:44:55 Removing intermediate container 41f11193016a 04:44:55 ---> 06a469cf9de5 04:44:55 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:55 ---> Running in dd30954b48df 04:44:55 Removing intermediate container dd30954b48df 04:44:55 ---> 9d6c7234d8da 04:44:55 Step 24/26 : LABEL arch=x86_64 04:44:55 ---> Running in ebbf471f34b7 04:44:56 Removing intermediate container ebbf471f34b7 04:44:56 ---> c673446f85e4 04:44:56 Step 25/26 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:44:56 ---> Running in 941eba48954f 04:44:56 Removing intermediate container 941eba48954f 04:44:56 ---> 59566e484641 04:44:56 Step 26/26 : LABEL version=0.0.0 04:44:56 ---> Running in 7359a1b6f55c 04:44:56 Removing intermediate container 7359a1b6f55c 04:44:56 ---> 51109e2cbc43 04:44:56 04:44:56 Successfully built 51109e2cbc43 04:44:56 Successfully tagged docker-sys-mgmt-agent-go:latest 04:44:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:44:57 $ docker stop --time=1 e320946f4f61846f23ee2d4ca6eb300fb45d83444d55a51d6626d90adce41ce4 04:44:59 $ docker rm -f e320946f4f61846f23ee2d4ca6eb300fb45d83444d55a51d6626d90adce41ce4 [Pipeline] // withDockerContainer [Pipeline] sh 04:45:00 + grep docker 04:45:00 + docker images 04:45:00 docker-sys-mgmt-agent-go latest 51109e2cbc43 4 seconds ago 284MB 04:45:00 docker-security-secretstore-setup-go latest 149e9ab9c149 23 seconds ago 33.9MB 04:45:00 docker-support-logging-go latest d218433ef425 32 seconds ago 11.8MB 04:45:00 docker-core-command-go latest 1d43870874a9 41 seconds ago 13MB 04:45:00 docker-support-scheduler-go latest 4d612262302e 42 seconds ago 13.1MB 04:45:00 docker-security-secrets-setup-go latest 72de184dabfa 3 minutes ago 25.1MB 04:45:00 docker-core-data-go latest 4d2f03f2f08e 3 minutes ago 24.4MB 04:45:00 docker-support-notifications-go latest 854a2a7cd499 3 minutes ago 14.5MB 04:45:00 docker-core-metadata-go latest 2c4c9200d6c0 3 minutes ago 14.4MB 04:45:00 docker-security-proxy-setup-go latest 438a6b8dc19f 3 minutes ago 16.4MB 04:45:00 docker latest 81f5749c9058 3 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] } 04:46:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:46:00 ---> 334edf6a512e 04:46:00 Step 3/20 : WORKDIR /edgex-go 04:46:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:00 ---> 334edf6a512e 04:46:00 Step 3/21 : WORKDIR /edgex-go 04:46:00 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:46:00 ---> 334edf6a512e 04:46:00 Step 3/22 : WORKDIR /edgex-go 04:46:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:46:00 ---> 334edf6a512e 04:46:00 Step 3/20 : WORKDIR /edgex-go 04:46:00 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:00 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:46:00 ---> 334edf6a512e 04:46:00 Step 3/29 : WORKDIR /edgex-go 04:46:00 ---> Running in 7dcd0dc719b3 04:46:00 ---> Running in d5806eaaab86 04:46:00 ---> Running in fac03f6624cd 04:46:00 ---> Running in d110e1d4eef5 04:46:00 ---> Running in 10aa843d8e08 04:46:00 Removing intermediate container 7dcd0dc719b3 04:46:00 ---> 2d3a44b780b9 04:46:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:00 Removing intermediate container 10aa843d8e08 04:46:00 ---> 6ef0545eeb2f 04:46:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:00 Removing intermediate container d5806eaaab86 04:46:00 ---> 6e2de5ceabd9 04:46:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:00 ---> Running in 50869543c616 04:46:00 Removing intermediate container d110e1d4eef5 04:46:00 ---> 121afbe2676e 04:46:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:00 Removing intermediate container fac03f6624cd 04:46:00 ---> 09127546794c 04:46:00 Step 4/29 : RUN apk update && apk add make git 04:46:00 ---> Running in 59f806d08b64 04:46:00 ---> Running in de8eee69e9d6 04:46:00 ---> Running in 03fe59ddc50d 04:46:00 ---> Running in 0c9872cbd8f5 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:00 Removing intermediate container 50869543c616 04:46:00 ---> 8adaf0506ea8 04:46:00 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:00 Removing intermediate container 59f806d08b64 04:46:00 ---> c1b16a9cf991 04:46:00 Step 5/20 : RUN apk update && apk add make git 04:46:00 ---> Running in 45bbbac18c28 04:46:00 Removing intermediate container de8eee69e9d6 04:46:00 ---> 01117db9c266 04:46:00 Step 5/20 : RUN apk update && apk add make git 04:46:00 ---> Running in 591c9bcd7224 04:46:00 ---> Running in 2ee6d08decb0 04:46:00 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:00 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:00 OK: 12620 distinct packages available 04:46:00 Removing intermediate container 03fe59ddc50d 04:46:00 ---> 11d73ae07e6c 04:46:00 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:46:00 ---> Running in f2bf77a9f1ba 04:46:00 OK: 217 MiB in 51 packages 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:00 Removing intermediate container 0c9872cbd8f5 04:46:00 ---> d85c272f9e84 04:46:00 Step 5/29 : COPY go.mod . 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:00 ---> f42634585324 04:46:00 Step 6/29 : RUN go mod download 04:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:00 ---> Running in 42815dca8708 04:46:01 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:01 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:01 OK: 12620 distinct packages available 04:46:01 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:01 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:01 OK: 12620 distinct packages available 04:46:01 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:01 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:01 OK: 12620 distinct packages available 04:46:02 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:02 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:02 OK: 12620 distinct packages available 04:46:02 OK: 217 MiB in 51 packages 04:46:02 OK: 217 MiB in 51 packages 04:46:02 OK: 217 MiB in 51 packages 04:46:03 OK: 217 MiB in 51 packages 04:46:04 OK: 217 MiB in 51 packages 04:46:04 Removing intermediate container 45bbbac18c28 04:46:04 ---> 93ceb48a86ad 04:46:04 Step 6/22 : COPY go.mod . 04:46:05 Removing intermediate container 591c9bcd7224 04:46:05 ---> 6ca728bee673 04:46:05 Step 6/20 : COPY go.mod . 04:46:05 Removing intermediate container 2ee6d08decb0 04:46:05 ---> 27401389b057 04:46:05 Step 6/20 : COPY go.mod . 04:46:05 Removing intermediate container 42815dca8708 04:46:05 ---> 963eddc2fceb 04:46:05 Step 7/29 : COPY . . 04:46:05 ---> b3308ad7143d 04:46:05 Step 7/22 : RUN go mod download 04:46:06 ---> Running in dda106bd00e6 04:46:06 Removing intermediate container f2bf77a9f1ba 04:46:06 ---> 92aedb1cf837 04:46:06 Step 6/21 : COPY go.mod . 04:46:06 ---> fff2071005b3 04:46:06 Step 7/20 : RUN go mod download 04:46:07 ---> 48c3f035abbd 04:46:07 Step 7/20 : RUN go mod download 04:46:07 ---> Running in f3ea40a85751 04:46:08 ---> bf26ed4cb00b 04:46:08 Step 7/21 : RUN go mod download 04:46:08 ---> Running in bfe278a8b118 04:46:09 ---> Running in 78cf7a4b4127 04:46:13 Removing intermediate container dda106bd00e6 04:46:13 ---> fb8637baa22f 04:46:13 Step 8/22 : COPY . . 04:46:13 Removing intermediate container f3ea40a85751 04:46:13 ---> d4c2130c003b 04:46:13 Step 8/20 : COPY . . 04:46:14 Removing intermediate container bfe278a8b118 04:46:14 ---> 382ac6287502 04:46:14 Step 8/20 : COPY . . 04:46:16 Removing intermediate container 78cf7a4b4127 04:46:16 ---> 5d81d2b4b49c 04:46:16 Step 8/21 : COPY . . 04:46:43 ---> a73dd68d3864 04:46:43 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:46:43 ---> Running in 41b866e16f25 04:46:43 ---> 3ff540e87e24 04:46:43 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:46:43 ---> e1e7ca95495c 04:46:43 Step 9/21 : RUN make cmd/support-logging/support-logging 04:46:43 ---> f3fe87fb15fe 04:46:43 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:46:43 ---> d46870f0db7b 04:46:43 Step 9/22 : RUN make cmd/core-data/core-data 04:46:43 ---> Running in 47d3912f66de 04:46:43 ---> Running in 5e62aae2c62a 04:46:43 ---> Running in bdf8c5684ed8 04:46:43 ---> Running in 5d557f3dfe7c 04:46:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:46:46 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 04:46:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:46:47 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 04:48:23 Removing intermediate container 41b866e16f25 04:48:23 ---> ed56ac85edb0 04:48:23 04:48:23 Step 9/29 : FROM alpine:latest 04:48:23 latest: Pulling from library/alpine 04:48:23 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:48:23 Status: Downloaded newer image for alpine:latest 04:48:23 ---> 62ee0e9f8440 04:48:23 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:48:23 ---> Running in e2c7c58335dd 04:48:23 Removing intermediate container e2c7c58335dd 04:48:23 ---> f60e24294885 04:48:23 Step 11/29 : USER root 04:48:23 ---> Running in 6577a306351c 04:48:23 Removing intermediate container 6577a306351c 04:48:23 ---> 523c9243b0a6 04:48:23 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:48:23 Removing intermediate container 5e62aae2c62a 04:48:23 ---> ef83c473cc02 04:48:23 04:48:23 Step 10/20 : FROM alpine 04:48:23 ---> 62ee0e9f8440 04:48:23 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:48:23 ---> Running in e9aadca5aa13 04:48:23 ---> Running in d46696cea540 04:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:23 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:23 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:23 OK: 12620 distinct packages available 04:48:23 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:23 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:23 OK: 12620 distinct packages available 04:48:23 (1/2) Installing ca-certificates (20191127-r4) 04:48:23 (2/2) Installing dumb-init (1.2.2-r1) 04:48:23 Executing busybox-1.31.1-r16.trigger 04:48:23 Executing ca-certificates-20191127-r4.trigger 04:48:23 (1/4) Installing ca-certificates (20191127-r4) 04:48:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:48:23 (3/4) Installing libcurl (7.69.1-r0) 04:48:23 (4/4) Installing curl (7.69.1-r0) 04:48:23 Executing busybox-1.31.1-r16.trigger 04:48:23 Executing ca-certificates-20191127-r4.trigger 04:48:23 OK: 6 MiB in 16 packages 04:48:23 OK: 7 MiB in 18 packages 04:48:25 Removing intermediate container e9aadca5aa13 04:48:25 ---> c022dec142bf 04:48:25 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:48:25 ---> Running in 296dcbb749c4 04:48:25 Removing intermediate container d46696cea540 04:48:25 ---> e1f1befdf2b4 04:48:25 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:48:26 ---> Running in 16222eee1b6f 04:48:26 Removing intermediate container 296dcbb749c4 04:48:26 ---> d9a1292b338b 04:48:26 Step 14/29 : WORKDIR $BASE_DIR 04:48:26 ---> Running in dab508723ce1 04:48:27 Removing intermediate container 16222eee1b6f 04:48:27 ---> 996b1ab1c0ef 04:48:27 Step 13/20 : WORKDIR /edgex 04:48:27 ---> Running in 300da47ea4c9 04:48:27 Removing intermediate container dab508723ce1 04:48:27 ---> d427dde8d31a 04:48:27 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:48:27 ---> Running in 6e0b37129d22 04:48:27 Removing intermediate container 300da47ea4c9 04:48:27 ---> 28a9ce5356c0 04:48:27 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:48:29 ---> fdbf0f1d882a 04:48:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:48:32 ---> d84abd609399 04:48:32 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:48:32 ---> Running in 12e31ed8b9d4 04:48:33 Removing intermediate container 6e0b37129d22 04:48:33 ---> 353ebfa44cdd 04:48:33 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:48:34 Removing intermediate container 12e31ed8b9d4 04:48:34 ---> b6d41819961e 04:48:34 Step 17/20 : CMD ["--init=true"] 04:48:34 ---> Running in fc17a6843eba 04:48:35 Removing intermediate container fc17a6843eba 04:48:35 ---> 7630ce36b338 04:48:35 Step 18/20 : LABEL arch=arm64 04:48:35 Removing intermediate container 5d557f3dfe7c 04:48:35 ---> ac7d2f099da6 04:48:35 04:48:35 Step 10/21 : FROM scratch 04:48:35 ---> 04:48:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:48:35 ---> Running in 4c3422d65def 04:48:35 ---> 87559f0ae4d3 04:48:35 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:48:35 ---> Running in 0fb1c912bae0 04:48:36 Removing intermediate container 4c3422d65def 04:48:36 ---> 00c2316cdbbf 04:48:36 Step 19/20 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:48:36 ---> Running in d55c3c8e9022 04:48:37 Removing intermediate container 0fb1c912bae0 04:48:37 ---> 1f0c38cbaf22 04:48:37 Step 12/21 : ENV APP_PORT=48061 04:48:37 ---> Running in cec5d4d81a4e 04:48:37 ---> b156702d842c 04:48:37 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:48:37 Removing intermediate container d55c3c8e9022 04:48:37 ---> 793c86b0c2a4 04:48:37 Step 20/20 : LABEL version=0.0.0 04:48:38 ---> Running in 3d64fe361641 04:48:38 Removing intermediate container cec5d4d81a4e 04:48:38 ---> f02fe41e4738 04:48:38 Step 13/21 : EXPOSE $APP_PORT 04:48:38 ---> Running in 0fcb8820c7af 04:48:38 ---> 85a4e0c1df79 04:48:38 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:48:39 Removing intermediate container 0fcb8820c7af 04:48:39 Removing intermediate container 3d64fe361641 04:48:39 ---> 967ecfef95d5 04:48:39 04:48:39 ---> f6718d942793 04:48:39 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:48:40 ---> 7fdc853f411c 04:48:40 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:48:40 Successfully built 967ecfef95d5 04:48:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:48:40 Building docker-support-notifications-go 04:48:40  Building docker-security-proxy-setup-go ... done  ---> 241cc5c7ca5c 04:48:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:48:42 ---> 592f486cc416 04:48:42 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:48:42 ---> d49336e65252 04:48:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:48:42 ---> Running in cb0769cf7863 04:48:48 ---> 5cb0b06d6d98 04:48:48 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:48:49 Removing intermediate container 47d3912f66de 04:48:49 ---> 06db5254ad94 04:48:49 04:48:49 Step 10/20 : FROM scratch 04:48:49 ---> 04:48:49 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:49 Removing intermediate container cb0769cf7863 04:48:49 ---> ebf2593611b1 04:48:49 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:48:49 ---> 30b2099d7ae8 04:48:49 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:49 ---> Running in 9dbc9a32819b 04:48:50 ---> Running in 7b3b8e845586 04:48:50 Removing intermediate container 9dbc9a32819b 04:48:50 ---> 3fd0280a30c6 04:48:50 Step 12/20 : ENV APP_PORT=48085 04:48:50 Removing intermediate container 7b3b8e845586 04:48:50 ---> 4e816268b3f4 04:48:50 Step 19/21 : LABEL arch=arm64 04:48:50 ---> Running in 8da7564d65a9 04:48:50 ---> Running in c073e799bfa3 04:48:50 ---> 9fe621174cc3 04:48:50 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:51 ---> Running in ab405968e1e0 04:48:51 Removing intermediate container 8da7564d65a9 04:48:51 ---> 69d8de385381 04:48:51 Step 13/20 : EXPOSE $APP_PORT 04:48:51 ---> Running in 8ef96e5396da 04:48:51 Removing intermediate container c073e799bfa3 04:48:51 ---> 5d1a0493a0a8 04:48:51 Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:48:51 ---> Running in 9c9cee666ab8 04:48:52 Removing intermediate container 8ef96e5396da 04:48:52 ---> 0c3fddd07d42 04:48:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:48:52 Removing intermediate container 9c9cee666ab8 04:48:52 ---> 0ebe3c583e77 04:48:52 Step 21/21 : LABEL version=0.0.0 04:48:52 ---> Running in 2120f7eaf438 04:48:53 ---> 73efc4677ac5 04:48:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:48:53 Removing intermediate container 2120f7eaf438 04:48:53 ---> 839bce99ceb9 04:48:53 04:48:54 Successfully built 839bce99ceb9 04:48:54 Successfully tagged docker-support-logging-go-arm64:latest 04:48:54  Building docker-support-logging-go ... done Building docker-core-metadata-go 04:48:55 Removing intermediate container ab405968e1e0 04:48:55 ---> d9573b246f28 04:48:55 Step 24/29 : RUN chmod 755 security-secrets-setup 04:48:55 ---> Running in edbdcca64ecd 04:48:55 ---> 32e13595b9f1 04:48:55 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:48:58 ---> 92e9ae1ad093 04:48:58 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:58 ---> Running in dd81e136d475 04:48:59 Removing intermediate container dd81e136d475 04:48:59 ---> 00c457aad75b 04:48:59 Step 18/20 : LABEL arch=arm64 04:48:59 ---> Running in d95cfd951276 04:48:59 Removing intermediate container edbdcca64ecd 04:48:59 ---> 7a07b5ab114a 04:48:59 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:49:00 ---> Running in 867f3edc2601 04:49:00 Removing intermediate container d95cfd951276 04:49:00 ---> c03fd1fc779c 04:49:00 Step 19/20 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:49:00 ---> Running in b2b49b8660b6 04:49:00 Removing intermediate container 867f3edc2601 04:49:00 ---> d2400df8c303 04:49:00 Step 26/29 : CMD [ "generate" ] 04:49:01 ---> Running in 3768a9d03707 04:49:01 Removing intermediate container b2b49b8660b6 04:49:01 ---> 5bb572755c80 04:49:01 Step 20/20 : LABEL version=0.0.0 04:49:01 ---> Running in 1962b4540bce 04:49:02 Removing intermediate container 3768a9d03707 04:49:02 ---> f274ed83f8ef 04:49:02 Step 27/29 : LABEL arch=arm64 04:49:02 ---> Running in 282e46e3094a 04:49:02 Removing intermediate container 1962b4540bce 04:49:02 ---> d4affcdab3fc 04:49:02 04:49:03 Successfully built d4affcdab3fc 04:49:03 Successfully tagged docker-support-scheduler-go-arm64:latest 04:49:03  Building docker-support-scheduler-go ... done Building docker-core-command-go 04:49:03 Removing intermediate container 282e46e3094a 04:49:03 ---> 25c32aeb5965 04:49:03 Step 28/29 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:49:03 ---> Running in 9c1fa392102c 04:49:04 Removing intermediate container 9c1fa392102c 04:49:04 ---> 519a2800a992 04:49:04 Step 29/29 : LABEL version=0.0.0 04:49:04 ---> Running in b683d0e25f56 04:49:05 Removing intermediate container b683d0e25f56 04:49:05 ---> bcc60e85f2fa 04:49:05 04:49:06 Successfully built bcc60e85f2fa 04:49:06 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:49:06 Building docker-sys-mgmt-agent-go 04:49:07  Building docker-security-secrets-setup-go ... done Removing intermediate container bdf8c5684ed8 04:49:07 ---> b4c8e83d6893 04:49:07 04:49:07 Step 10/22 : FROM alpine 04:49:07 ---> 62ee0e9f8440 04:49:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:08 ---> Running in 1c61eba3519b 04:49:08 Removing intermediate container 1c61eba3519b 04:49:08 ---> de19e1ac8f25 04:49:08 Step 12/22 : ENV APP_PORT=48080 04:49:09 ---> Running in dfaf0b26e0f5 04:49:09 Removing intermediate container dfaf0b26e0f5 04:49:09 ---> d00f42451c93 04:49:09 Step 13/22 : EXPOSE $APP_PORT 04:49:10 ---> Running in dbc39f6544f2 04:49:11 Removing intermediate container dbc39f6544f2 04:49:11 ---> 78e69e4084a7 04:49:11 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:11 ---> Running in 6f1c4ac521de 04:49:14 Removing intermediate container 6f1c4ac521de 04:49:14 ---> 682be15d9b0b 04:49:14 Step 15/22 : RUN apk --no-cache add zeromq 04:49:15 ---> Running in b2a414f4e2d5 04:49:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:18 (1/5) Installing libgcc (9.3.0-r2) 04:49:18 (2/5) Installing libsodium (1.0.18-r0) 04:49:18 (3/5) Installing libstdc++ (9.3.0-r2) 04:49:18 (4/5) Installing libzmq (4.3.2-r0) 04:49:18 (5/5) Installing zeromq (4.3.2-r0) 04:49:18 Executing busybox-1.31.1-r16.trigger 04:49:18 OK: 8 MiB in 19 packages 04:49:20 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:49:20 ---> 334edf6a512e 04:49:20 Step 3/23 : WORKDIR /edgex-go 04:49:20 ---> Using cache 04:49:20 ---> 09127546794c 04:49:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:21 ---> Running in cf8314923dc2 04:49:21 Removing intermediate container b2a414f4e2d5 04:49:21 ---> a108b45e6b8d 04:49:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:49:23 ---> 2076f0aead42 04:49:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:49:25 Removing intermediate container cf8314923dc2 04:49:25 ---> a05a30c37332 04:49:25 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:49:25 ---> e08d83d79866 04:49:25 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:49:25 ---> Running in f20ac9ac36dd 04:49:27 ---> d16e16dfedf8 04:49:27 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:27 ---> Running in e023ed38db1f 04:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:28 Removing intermediate container e023ed38db1f 04:49:28 ---> dca2309f33fa 04:49:28 Step 20/22 : LABEL arch=arm64 04:49:28 ---> Running in a30636078783 04:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:29 Removing intermediate container a30636078783 04:49:29 ---> a195955f80fa 04:49:29 Step 21/22 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:49:29 ---> Running in 2ea5655ee60f 04:49:29 Removing intermediate container 2ea5655ee60f 04:49:29 ---> af012a9f0151 04:49:29 Step 22/22 : LABEL version=0.0.0 04:49:29 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:29 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:29 OK: 12620 distinct packages available 04:49:29 ---> Running in 891d823ba744 04:49:30 Removing intermediate container 891d823ba744 04:49:30 ---> 08a72b548d18 04:49:30 04:49:30 OK: 217 MiB in 51 packages 04:49:31 Successfully built 08a72b548d18 04:49:31 Successfully tagged docker-core-data-go-arm64:latest 04:49:31 Building docker-security-secretstore-setup-go 04:49:32  Building docker-core-data-go ... done Removing intermediate container f20ac9ac36dd 04:49:32 ---> f38a7e2e16e4 04:49:32 Step 6/23 : COPY go.mod . 04:49:32 ---> fabf2b04baa2 04:49:32 Step 7/23 : RUN go mod download 04:49:32 ---> Running in 8c85913652ca 04:49:37 Removing intermediate container 8c85913652ca 04:49:37 ---> e4b8f1cebe9c 04:49:37 Step 8/23 : COPY . . 04:49:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:49:55 ---> 334edf6a512e 04:49:55 Step 3/21 : WORKDIR /edgex-go 04:49:55 ---> Using cache 04:49:55 ---> 09127546794c 04:49:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:55 ---> Using cache 04:49:55 ---> a05a30c37332 04:49:55 Step 5/21 : RUN apk update && apk add make git 04:50:02 ---> Running in 5e7dd57e3f28 04:50:02 ---> dfcdd8c0def4 04:50:02 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:50:03 ---> Running in 10ca91de2832 04:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:06 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:06 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:06 OK: 12620 distinct packages available 04:50:07 OK: 217 MiB in 51 packages 04:50:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:08 ---> 334edf6a512e 04:50:08 Step 3/21 : WORKDIR /edgex-go 04:50:08 ---> Using cache 04:50:08 ---> 09127546794c 04:50:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:08 ---> Using cache 04:50:08 ---> a05a30c37332 04:50:08 Step 5/21 : RUN apk update && apk add make git 04:50:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:50:09 ---> 334edf6a512e 04:50:09 Step 3/26 : WORKDIR /edgex-go 04:50:09 ---> Using cache 04:50:09 ---> 09127546794c 04:50:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:09 ---> Using cache 04:50:09 ---> a05a30c37332 04:50:09 Step 5/26 : RUN apk update && apk add make bash git 04:50:09 ---> Running in 9d71212dbb32 04:50:09 ---> Running in 09553fc73293 04:50:11 Removing intermediate container 5e7dd57e3f28 04:50:11 ---> 298abb1f3f3a 04:50:11 Step 6/21 : COPY go.mod . 04:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:13 ---> cc63d0ae3b85 04:50:13 Step 7/21 : RUN go mod download 04:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:14 ---> Running in 3085583577cc 04:50:15 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:15 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:15 OK: 12620 distinct packages available 04:50:15 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:15 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:15 OK: 12620 distinct packages available 04:50:16 OK: 217 MiB in 51 packages 04:50:16 OK: 217 MiB in 51 packages 04:50:20 Removing intermediate container 9d71212dbb32 04:50:20 ---> 74fdb1038eb6 04:50:20 Step 6/21 : COPY go.mod . 04:50:20 Removing intermediate container 3085583577cc 04:50:20 ---> 13180d21eefc 04:50:20 Step 8/21 : COPY . . 04:50:20 Removing intermediate container 09553fc73293 04:50:20 ---> eaa25123d28f 04:50:20 Step 6/26 : COPY go.mod . 04:50:22 ---> ed9529adc04c 04:50:22 Step 7/21 : RUN go mod download 04:50:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:50:22 ---> 334edf6a512e 04:50:22 Step 3/26 : WORKDIR /edgex-go 04:50:22 ---> Using cache 04:50:22 ---> 09127546794c 04:50:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:22 ---> Using cache 04:50:22 ---> a05a30c37332 04:50:22 Step 5/26 : RUN apk update && apk add make git 04:50:22 ---> Using cache 04:50:22 ---> 74fdb1038eb6 04:50:22 Step 6/26 : COPY go.mod . 04:50:22 ---> Running in 8ebcac6176b0 04:50:22 ---> 806c83c5fdfb 04:50:22 Step 7/26 : RUN go mod download 04:50:22 ---> Running in 7b79fa3572e2 04:50:24 ---> 021eaa7ef1ee 04:50:24 Step 7/26 : RUN go mod download 04:50:24 ---> Running in 1df9da5e547b 04:50:30 Removing intermediate container 8ebcac6176b0 04:50:30 ---> 9dd46ba6948c 04:50:30 Step 8/21 : COPY . . 04:50:30 Removing intermediate container 1df9da5e547b 04:50:30 ---> 68b4702a2fac 04:50:30 Step 8/26 : COPY . . 04:50:30 Removing intermediate container 7b79fa3572e2 04:50:30 ---> 0e499d04b901 04:50:30 Step 8/26 : COPY . . 04:51:10 ---> d0b2ee042821 04:51:10 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:51:10 ---> 977b050c4907 04:51:10 Step 9/21 : RUN make cmd/core-command/core-command 04:51:10 ---> 0af75ab32183 04:51:10 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 04:51:10 ---> 50354f5c4569 04:51:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:51:10 ---> Running in 3a6117c8e62e 04:51:10 ---> Running in ef58c6674030 04:51:10 ---> Running in 78ba729965df 04:51:10 ---> Running in 234d05a34998 04:51:10 Removing intermediate container 10ca91de2832 04:51:10 ---> f7cd2a7317ce 04:51:10 04:51:10 Step 10/23 : FROM scratch 04:51:10 ---> 04:51:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:51:10 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 04:51:10 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 04:51:10 ---> Using cache 04:51:10 ---> 1f0c38cbaf22 04:51:10 Step 12/23 : ENV APP_PORT=48060 04:51:10 ---> Running in be632cdd8735 04:51:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:51:10 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 04:51:11 Removing intermediate container be632cdd8735 04:51:11 ---> 21224677aa26 04:51:11 Step 13/23 : EXPOSE $APP_PORT 04:51:11 ---> Running in 7abcd9ce1d83 04:51:11 Removing intermediate container 7abcd9ce1d83 04:51:12 ---> a84f739db588 04:51:12 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:51:13 ---> 63cb9cfdfb33 04:51:13 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:51:14 ---> 5426822845df 04:51:14 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:51:16 ---> 86d68ede1424 04:51:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:51:17 ---> 4d13d20b85c3 04:51:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:51:19 ---> 41b70c7cee13 04:51:19 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:51:20 ---> b706cfbe522d 04:51:20 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:20 ---> Running in 61d0396878f3 04:51:20 Removing intermediate container 61d0396878f3 04:51:20 ---> ab853c481f74 04:51:20 Step 21/23 : LABEL arch=arm64 04:51:20 ---> Running in 9e70190c33b0 04:51:21 Removing intermediate container 9e70190c33b0 04:51:21 ---> 0c086db9f294 04:51:21 Step 22/23 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:51:21 ---> Running in b99f66aa0209 04:51:22 Removing intermediate container b99f66aa0209 04:51:22 ---> 4bdaef107428 04:51:22 Step 23/23 : LABEL version=0.0.0 04:51:22 ---> Running in eba45f48cb77 04:51:23 Removing intermediate container eba45f48cb77 04:51:23 ---> 1d35db0726ae 04:51:23 04:51:23 Successfully built 1d35db0726ae 04:51:23 Successfully tagged docker-support-notifications-go-arm64:latest 04:52:20  Building docker-support-notifications-go ... done 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 04:52:27 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 04:52:29 Removing intermediate container 234d05a34998 04:52:29 ---> 7f2b47e8ad1c 04:52:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:52:29 ---> Running in 1bc26b18915c 04:52: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 04:52:37 Removing intermediate container 1bc26b18915c 04:52:37 ---> 20ffe7228880 04:52:37 04:52:37 Step 11/26 : FROM docker:latest 04:52:37 ---> ce9d55ae87f1 04:52:37 Step 12/26 : RUN apk add --no-cache bash 04:52:37 ---> Running in ad7411ca6649 04:52:40 Removing intermediate container 78ba729965df 04:52:40 ---> 8cd5638f786e 04:52:40 04:52:40 Step 10/26 : FROM alpine:3.10 04:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:40 3.10: Pulling from library/alpine 04:52:40 (1/2) Installing readline (8.0.4-r0) 04:52:40 (2/2) Installing bash (5.0.17-r0) 04:52:40 Executing bash-5.0.17-r0.post-install 04:52:40 Executing busybox-1.31.1-r16.trigger 04:52:40 OK: 12 MiB in 22 packages 04:52:41 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:52:41 Status: Downloaded newer image for alpine:3.10 04:52:41 ---> 536a684cf733 04:52:41 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:52:41 ---> Running in 635365a6e6be 04:52:43 Removing intermediate container ad7411ca6649 04:52:43 ---> b0f511b92342 04:52:43 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:52:43 ---> Running in a0e9961c7a6d 04:52:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:52:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:52:44 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:52:44 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:52:44 OK: 10167 distinct packages available 04:52:44 (1/5) Installing ca-certificates (20191127-r2) 04:52:44 Removing intermediate container ef58c6674030 04:52:44 ---> 00bb1b3346eb 04:52:44 04:52:44 Step 10/21 : FROM scratch 04:52:44 ---> 04:52:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:45 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:52:45 (3/5) Installing libcurl (7.66.0-r0) 04:52:45 (4/5) Installing curl (7.66.0-r0) 04:52:45 (5/5) Installing dumb-init (1.2.2-r1) 04:52:45 Executing busybox-1.30.1-r3.trigger 04:52:45 Executing ca-certificates-20191127-r2.trigger 04:52:45 ---> Using cache 04:52:45 ---> 3fd0280a30c6 04:52:45 Step 12/21 : ENV APP_PORT=48082 04:52:45 OK: 7 MiB in 19 packages 04:52:45 ---> Running in 8f7f8c0f02f0 04:52:46 Removing intermediate container 8f7f8c0f02f0 04:52:46 ---> 0f11e16be69d 04:52:46 Step 13/21 : EXPOSE $APP_PORT 04:52:46 ---> Running in a2e36ae31951 04:52:47 Removing intermediate container a2e36ae31951 04:52:47 ---> 49a6083dbe1a 04:52:47 Removing intermediate container a0e9961c7a6d 04:52:47 ---> 61a15175647b 04:52:47 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:52:47 Step 14/21 : WORKDIR / 04:52:47 ---> Running in d00baa47a1a3 04:52:47 ---> Running in 0c76fa85efc3 04:52:48 Removing intermediate container 635365a6e6be 04:52:48 ---> 6edd9eca090f 04:52:48 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:52:48 ---> Running in ad9af1c13840 04:52:48 Removing intermediate container 3a6117c8e62e 04:52:48 ---> 4b3fa2afcb28 04:52:48 04:52:48 Step 10/21 : FROM scratch 04:52:48 ---> 04:52:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:48 ---> Using cache 04:52:48 ---> 3fd0280a30c6 04:52:48 Step 12/21 : ENV APP_PORT=48081 04:52:48 Removing intermediate container d00baa47a1a3 04:52:48 ---> d3ed98548229 04:52:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:52:48 Removing intermediate container 0c76fa85efc3 04:52:48 ---> fdc222c342f4 04:52:48 Step 15/26 : ENV APP_PORT=48090 04:52:48 ---> Running in 078b14a9126a 04:52:48 ---> Running in 4894ef5adc33 04:52:48 Removing intermediate container ad9af1c13840 04:52:48 ---> 00705625d7ab 04:52:48 Step 13/26 : WORKDIR / 04:52:49 ---> Running in 0fe82f3d6436 04:52:49 Removing intermediate container 078b14a9126a 04:52:49 ---> e3b9eca09003 04:52:49 Step 13/21 : EXPOSE $APP_PORT 04:52:49 ---> Running in 407f454fd6c5 04:52:49 Removing intermediate container 4894ef5adc33 04:52:49 ---> cd4e5adf325c 04:52:49 Step 16/26 : EXPOSE $APP_PORT 04:52:49 ---> 1bc06330e0af 04:52:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:52:49 ---> Running in d8b5a46f782c 04:52:49 Removing intermediate container 0fe82f3d6436 04:52:49 ---> bccae0680351 04:52:49 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:52:49 Removing intermediate container 407f454fd6c5 04:52:49 ---> 7e92f7e0ae83 04:52:49 Step 14/21 : WORKDIR / 04:52:49 ---> Running in a9ac2f1a7b2f 04:52:49 Removing intermediate container d8b5a46f782c 04:52:49 ---> bfe2d12855b4 04:52:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:52:50 Removing intermediate container a9ac2f1a7b2f 04:52:50 ---> 0a2299b5a7f6 04:52:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:52:50 ---> 24e1037120a5 04:52:50 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:52:51 ---> ba2325a902d4 04:52:51 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:52:51 ---> 51e3f7e81019 04:52:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:52:51 ---> 2748245392cd 04:52:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:52:52 ---> 1bc7b37debdf 04:52:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:52:52 ---> 7f1a75b6067f 04:52:52 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:52 ---> 8d001f385d17 04:52:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:52:52 ---> Running in 96d67f22352d 04:52:52 ---> 78cb8d54f4c9 04:52:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:52:53 Removing intermediate container 96d67f22352d 04:52:53 ---> d66ef0951af3 04:52:53 Step 19/21 : LABEL arch=arm64 04:52:53 ---> 97115a091404 04:52:53 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:52:53 ---> Running in dd7a7cff5d79 04:52:53 ---> 835a26c6c5d1 04:52:53 Step 20/26 : RUN apk --no-cache add py-pip 04:52:54 ---> Running in dbc3efd74dcf 04:52:54 ---> b9554c44d5c7 04:52:54 Removing intermediate container dd7a7cff5d79 04:52:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:52:54 ---> 922aa9dba40d 04:52:54 Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:52:54 ---> Running in e4831be183a2 04:52:54 ---> 61699e5fdef3 04:52:54 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:54 ---> Running in c59e79273b66 04:52:54 Removing intermediate container e4831be183a2 04:52:54 ---> 737cb287e440 04:52:54 Step 21/21 : LABEL version=0.0.0 04:52:55 ---> Running in d4845b64613e 04:52:55 Removing intermediate container c59e79273b66 04:52:55 ---> e326a24da35e 04:52:55 Step 19/21 : LABEL arch=arm64 04:52:55 ---> 41822292dcae 04:52:55 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:52:55 ---> Running in 4b4ad6af94d2 04:52:55 Removing intermediate container d4845b64613e 04:52:55 ---> c77c266250ad 04:52:55 04:52:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:56 Removing intermediate container 4b4ad6af94d2 04:52:56 ---> 066e5a12df0f 04:52:56 Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:52:56 ---> Running in 3664021996e0 04:52:56 Successfully built c77c266250ad 04:52:56 Successfully tagged docker-core-command-go-arm64:latest 04:52:56  Building docker-core-command-go ... done (1/33) Installing libbz2 (1.0.8-r1) 04:52:56 (2/33) Installing expat (2.2.9-r1) 04:52:56 (3/33) Installing libffi (3.3-r2) 04:52:56 (4/33) Installing gdbm (1.13-r1) 04:52:56 (5/33) Installing xz-libs (5.2.5-r0) 04:52:56 (6/33) Installing sqlite-libs (3.32.1-r0) 04:52:56 (7/33) Installing python3 (3.8.5-r0) 04:52:57 Removing intermediate container 3664021996e0 04:52:57 ---> 8066901acad0 04:52:57 Step 21/21 : LABEL version=0.0.0 04:52:57 ---> d81f872232fa 04:52:57 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:52:57 ---> Running in f2f22bd683dd 04:52:58 Removing intermediate container f2f22bd683dd 04:52:58 ---> 4384e949e2e0 04:52:58 04:52:58 (8/33) Installing py3-appdirs (1.4.4-r1) 04:52:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:52:58 (10/33) Installing py3-parsing (2.4.7-r0) 04:52:58 (11/33) Installing py3-six (1.15.0-r0) 04:52:58 (12/33) Installing py3-packaging (20.4-r0) 04:52:58 (13/33) Installing py3-setuptools (47.0.0-r0) 04:52:58 (14/33) Installing py3-chardet (3.0.4-r4) 04:52:58 (15/33) Installing py3-idna (2.9-r0) 04:52:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:52:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:52:58 ---> d2db766a5cbe 04:52:58 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:52:58 (18/33) Installing py3-requests (2.23.0-r0) 04:52:58 (19/33) Installing py3-msgpack (1.0.0-r0) 04:52:58 (20/33) Installing py3-lockfile (0.12.2-r3) 04:52:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:52:59 (22/33) Installing py3-colorama (0.4.3-r0) 04:52:59 (23/33) Installing py3-distlib (0.3.0-r0) 04:52:59 Successfully built 4384e949e2e0 04:52:59 Successfully tagged docker-core-metadata-go-arm64:latest 04:52:59  Building docker-core-metadata-go ... done (24/33) Installing py3-distro (1.5.0-r1) 04:52:59 (25/33) Installing py3-webencodings (0.5.1-r3) 04:52:59 (26/33) Installing py3-html5lib (1.0.1-r4) 04:52:59 (27/33) Installing py3-pytoml (0.1.21-r0) 04:52:59 (28/33) Installing py3-pep517 (0.8.2-r0) 04:52:59 (29/33) Installing py3-progress (1.5-r0) 04:52:59 (30/33) Installing py3-toml (0.10.1-r0) 04:52:59 (31/33) Installing py3-retrying (1.3.3-r0) 04:52:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:52:59 (33/33) Installing py3-pip (20.1.1-r0) 04:52:59 Executing busybox-1.31.1-r16.trigger 04:52:59 OK: 71 MiB in 55 packages 04:52:59 ---> fc44b03510a5 04:52:59 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:53:00 ---> Running in a27aa8c626e6 04:53:03 Removing intermediate container a27aa8c626e6 04:53:03 ---> e85936916548 04:53:03 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:53:03 ---> Running in a5c9868d930d 04:53:04 Removing intermediate container a5c9868d930d 04:53:04 ---> 225f26a5106e 04:53:04 Step 24/26 : LABEL arch=arm64 04:53:04 ---> Running in 115f65017d1c 04:53:04 Removing intermediate container 115f65017d1c 04:53:04 ---> 4d02b2c193c0 04:53:04 Step 25/26 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:53:04 ---> Running in 080c5ad0dbcd 04:53:05 Removing intermediate container 080c5ad0dbcd 04:53:05 ---> dda642a80525 04:53:05 Step 26/26 : LABEL version=0.0.0 04:53:05 Removing intermediate container dbc3efd74dcf 04:53:05 ---> cfe951f0f52c 04:53:05 Step 21/26 : RUN pip install docker-compose==1.23.2 04:53:05 ---> Running in b398d9bd0039 04:53:05 ---> Running in ca16556a80c0 04:53:06 Removing intermediate container b398d9bd0039 04:53:06 ---> 5c542c981c83 04:53:06 04:53:06 Successfully built 5c542c981c83 04:53:07 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:53:11  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 04:53:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:53:11 Collecting docker<4.0,>=3.6.0 04:53:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:53:12 Collecting jsonschema<3,>=2.5.1 04:53:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:53:12 Collecting docopt<0.7,>=0.6.1 04:53:12 Downloading docopt-0.6.2.tar.gz (25 kB) 04:53:14 Collecting dockerpty<0.5,>=0.4.1 04:53:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:53:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:53:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:53:17 Collecting texttable<0.10,>=0.9.0 04:53:17 Downloading texttable-0.9.1.tar.gz (11 kB) 04:53:19 Collecting websocket-client<1.0,>=0.32.0 04:53:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:53:20 Collecting cached-property<2,>=1.2.0 04:53:20 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:53: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) 04:53:20 Collecting PyYAML<4,>=3.10 04:53:20 Downloading PyYAML-3.13.tar.gz (270 kB) 04:53:24 Collecting docker-pycreds>=0.4.0 04:53:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:53:24 Collecting urllib3<1.25,>=1.21.1 04:53:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:53:24 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) 04:53:24 Collecting idna<2.8,>=2.5 04:53:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:53:24 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) 04:53:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:53:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:53:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:53:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:53:25 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, dockerpty, texttable, cached-property, PyYAML, docker-compose 04:53:25 Attempting uninstall: urllib3 04:53:25 Found existing installation: urllib3 1.25.9 04:53:25 Uninstalling urllib3-1.25.9: 04:53:25 Successfully uninstalled urllib3-1.25.9 04:53:26 Attempting uninstall: idna 04:53:26 Found existing installation: idna 2.9 04:53:26 Uninstalling idna-2.9: 04:53:26 Successfully uninstalled idna-2.9 04:53:26 Attempting uninstall: requests 04:53:26 Found existing installation: requests 2.23.0 04:53:26 Uninstalling requests-2.23.0: 04:53:27 Successfully uninstalled requests-2.23.0 04:53:28 Running setup.py install for docopt: started 04:53:30 Running setup.py install for docopt: finished with status 'done' 04:53:30 Running setup.py install for dockerpty: started 04:53:32 Running setup.py install for dockerpty: finished with status 'done' 04:53:32 Running setup.py install for texttable: started 04:53:33 Running setup.py install for texttable: finished with status 'done' 04:53:33 Running setup.py install for PyYAML: started 04:53:36 Running setup.py install for PyYAML: finished with status 'done' 04:53:36 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 04:53:40 Removing intermediate container ca16556a80c0 04:53:40 ---> c52c5625e069 04:53:40 Step 22/26 : RUN apk --no-cache add curl 04:53:40 ---> Running in 4310f3845c2a 04:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:53:42 (2/3) Installing libcurl (7.69.1-r0) 04:53:42 (3/3) Installing curl (7.69.1-r0) 04:53:42 Executing busybox-1.31.1-r16.trigger 04:53:42 OK: 71 MiB in 58 packages 04:53:43 Removing intermediate container 4310f3845c2a 04:53:43 ---> d2fd479eba27 04:53:43 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:43 ---> Running in 546991cb5cdc 04:53:44 Removing intermediate container 546991cb5cdc 04:53:44 ---> feab044ef882 04:53:44 Step 24/26 : LABEL arch=arm64 04:53:44 ---> Running in cc193f10b723 04:53:44 Removing intermediate container cc193f10b723 04:53:44 ---> 09442b2f23a9 04:53:44 Step 25/26 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 04:53:45 ---> Running in 75c62d7c9fa8 04:53:45 Removing intermediate container 75c62d7c9fa8 04:53:45 ---> f1aa3e27f914 04:53:45 Step 26/26 : LABEL version=0.0.0 04:53:45 ---> Running in a4ec43bc5669 04:53:46 Removing intermediate container a4ec43bc5669 04:53:46 ---> 461a05bebbac 04:53:46 04:53:46 Successfully built 461a05bebbac 04:53:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:53:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:53:47 $ docker stop --time=1 07141748553bfdd08506d3cda36e33ac91b1ed4aa8acb295f6dc0837daf95260 04:53:49 $ docker rm -f 07141748553bfdd08506d3cda36e33ac91b1ed4aa8acb295f6dc0837daf95260 [Pipeline] // withDockerContainer [Pipeline] sh 04:53:49 + docker images 04:53:49 + grep docker 04:53:50 docker-sys-mgmt-agent-go-arm64 latest 461a05bebbac 3 seconds ago 266MB 04:53:50 docker-security-secretstore-setup-go-arm64 latest 5c542c981c83 43 seconds ago 32.6MB 04:53:50 docker-core-metadata-go-arm64 latest 4384e949e2e0 51 seconds ago 13.8MB 04:53:50 docker-core-command-go-arm64 latest c77c266250ad 54 seconds ago 12.4MB 04:53:50 docker-support-notifications-go-arm64 latest 1d35db0726ae 2 minutes ago 13.9MB 04:53:50 docker-core-data-go-arm64 latest 08a72b548d18 4 minutes ago 23.3MB 04:53:50 docker-security-secrets-setup-go-arm64 latest bcc60e85f2fa 4 minutes ago 24.2MB 04:53:50 docker-support-scheduler-go-arm64 latest d4affcdab3fc 4 minutes ago 12.6MB 04:53:50 docker-support-logging-go-arm64 latest 839bce99ceb9 4 minutes ago 11.4MB 04:53:50 docker-security-proxy-setup-go-arm64 latest 967ecfef95d5 5 minutes ago 15.8MB 04:53:50 docker latest ce9d55ae87f1 3 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 04:53:51 provisioning config files... 04:53:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config3157991163571106377tmp [Pipeline] { [Pipeline] sh 04:53:52 + curl -s https://codecov.io/bash 04:53:52 + bash -s - -t @/w/workspace/edgex-go/19@tmp/config3157991163571106377tmp [Pipeline] } 04:53:52 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 04:53:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:53:55 ---> package-listing.sh 04:53:55 ++ facter osfamily 04:53:55 ++ tr '[:upper:]' '[:lower:]' 04:53:55 + OS_FAMILY=redhat 04:53:55 + workspace=/w/workspace/edgex-go/19 04:53:55 + START_PACKAGES=/tmp/packages_start.txt 04:53:55 + END_PACKAGES=/tmp/packages_end.txt 04:53:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:53:55 + PACKAGES=/tmp/packages_start.txt 04:53:55 + '[' /w/workspace/edgex-go/19 ']' 04:53:55 + PACKAGES=/tmp/packages_end.txt 04:53:55 + case "${OS_FAMILY}" in 04:53:55 + rpm -qa 04:53:55 + sort 04:54:02 + '[' -f /tmp/packages_start.txt ']' 04:54:02 + '[' -f /tmp/packages_end.txt ']' 04:54:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:54:02 + '[' /w/workspace/edgex-go/19 ']' 04:54:02 + mkdir -p /w/workspace/edgex-go/19/archives/ 04:54:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] isUnix [Pipeline] sh 04:54:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:54:03 04:54:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:54:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:54:04 alpine: Pulling from edgex-lftools-log-publisher 04:54:04 c9b1b535fdd9: Pulling fs layer 04:54:04 2cc5ad85d9ab: Pulling fs layer 04:54:04 756a868c4378: Pulling fs layer 04:54:04 444b2fc9a129: Pulling fs layer 04:54:04 ea15f1150254: Pulling fs layer 04:54:04 41b27a9f41bf: Pulling fs layer 04:54:04 28c525ee5125: Pulling fs layer 04:54:04 094b1ea09ed8: Pulling fs layer 04:54:04 138eaada9080: Pulling fs layer 04:54:04 0622d0fa9048: Pulling fs layer 04:54:04 444b2fc9a129: Waiting 04:54:04 ea15f1150254: Waiting 04:54:04 41b27a9f41bf: Waiting 04:54:04 28c525ee5125: Waiting 04:54:04 094b1ea09ed8: Waiting 04:54:04 138eaada9080: Waiting 04:54:04 0622d0fa9048: Waiting 04:54:04 2cc5ad85d9ab: Download complete 04:54:04 444b2fc9a129: Verifying Checksum 04:54:04 444b2fc9a129: Download complete 04:54:04 c9b1b535fdd9: Verifying Checksum 04:54:04 c9b1b535fdd9: Download complete 04:54:04 ea15f1150254: Verifying Checksum 04:54:04 ea15f1150254: Download complete 04:54:04 28c525ee5125: Verifying Checksum 04:54:04 28c525ee5125: Download complete 04:54:05 756a868c4378: Verifying Checksum 04:54:05 756a868c4378: Download complete 04:54:05 138eaada9080: Verifying Checksum 04:54:05 138eaada9080: Download complete 04:54:05 0622d0fa9048: Verifying Checksum 04:54:05 0622d0fa9048: Download complete 04:54:05 c9b1b535fdd9: Pull complete 04:54:05 094b1ea09ed8: Verifying Checksum 04:54:05 094b1ea09ed8: Download complete 04:54:06 2cc5ad85d9ab: Pull complete 04:54:06 41b27a9f41bf: Verifying Checksum 04:54:06 41b27a9f41bf: Download complete 04:54:08 756a868c4378: Pull complete 04:54:08 444b2fc9a129: Pull complete 04:54:09 ea15f1150254: Pull complete 04:54:15 41b27a9f41bf: Pull complete 04:54:15 28c525ee5125: Pull complete 04:54:17 094b1ea09ed8: Pull complete 04:54:17 138eaada9080: Pull complete 04:54:18 0622d0fa9048: Pull complete 04:54:18 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:54:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:54:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:54:18 prd-centos7-docker-4c-2g-678 does not seem to be running inside a container 04:54:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:54:24 $ docker top b37ca7b5d677c8c85cc98e544d841bd9ca0d831377df6e13a140b17bbcd7c193 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:54:24 provisioning config files... 04:54:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config3007471054661252035tmp [Pipeline] { [Pipeline] echo 04:54:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:54:25 ---> create-netrc.sh [Pipeline] echo 04:54:25 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:54:25 ---> logs-deploy.sh 04:54:25 + ARCHIVE_ARTIFACTS= 04:54:25 + LOGS_SERVER=https://logs.edgexfoundry.org 04:54:25 + '[' https://logs.edgexfoundry.org == None ']' 04:54:25 + NEXUS_URL=https://nexus.edgexfoundry.org 04:54:25 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/19 04:54:25 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/19/ 04:54:25 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/19 /w/workspace/edgex-go/19 04:54:27 Archives upload complete. 04:54:27 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/19 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/19/