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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 04784571c64111dd2069565982d29e4bcbbafa66 rather than 1b083308c47abcc59f156185eb6017ca93b7e3a0 Obtained Jenkinsfile from 04784571c64111dd2069565982d29e4bcbbafa66 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test 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 ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-968 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 1b083308c47abcc59f156185eb6017ca93b7e3a0 Merge succeeded, producing 1a9573e5d7bd78a4d04c4680db13cb92b47e974a Checking out Revision 1a9573e5d7bd78a4d04c4680db13cb92b47e974a (PR-2597) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b083308c47abcc59f156185eb6017ca93b7e3a0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a9573e5d7bd78a4d04c4680db13cb92b47e974a # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:36 ========================================================= 04:31:36 EdgeX Global Pipelines Version Info 04:31:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0bf3bfb306b81ddb67a25fe7b12ee1e4b3fa59b7 # timeout=10 04:31:37 ------------------- 04:31:37 stable info: 04:31:37 ------------------- 04:31:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:37 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:37 Message: update stable to v1.0.106 04:31:38 ------------------- 04:31:38 experimental info: 04:31:38 ------------------- 04:31:38 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:38 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:38 Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:40 ++ 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:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/core-command/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo core-command,cmd/core-command/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/core-data/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo core-data,cmd/core-data/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/core-metadata/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/support-logging/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo support-logging,cmd/support-logging/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/support-notifications/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/support-scheduler/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:40 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:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:41 04:31:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:41 latest: Pulling from edgex-devops/git-semver 04:31:41 31603596830f: Pulling fs layer 04:31:41 2a8b12db71e7: Pulling fs layer 04:31:41 6ca5941a6612: Pulling fs layer 04:31:41 ecc8261a40a4: Pulling fs layer 04:31:41 ecc8261a40a4: Waiting 04:31:41 2a8b12db71e7: Download complete 04:31:41 31603596830f: Verifying Checksum 04:31:41 31603596830f: Download complete 04:31:41 ecc8261a40a4: Verifying Checksum 04:31:41 ecc8261a40a4: Download complete 04:31:41 6ca5941a6612: Verifying Checksum 04:31:41 6ca5941a6612: Download complete 04:31:42 31603596830f: Pull complete 04:31:42 2a8b12db71e7: Pull complete 04:31:43 6ca5941a6612: Pull complete 04:31:43 ecc8261a40a4: Pull complete 04:31:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:43 prd-centos7-docker-4c-2g-968 does not seem to be running inside a container 04:31:43 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:45 $ docker top f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:46 [ssh-agent] Looking for ssh-agent implementation... 04:31:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:46 $ docker exec f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 ssh-agent 04:31:46 SSH_AUTH_SOCK=/tmp/ssh-w01wXMpCvjj3/agent.12 04:31:46 SSH_AGENT_PID=17 04:31:46 Running ssh-add (command line suppressed) 04:31:46 Identity added: /w/workspace/edgex-go/16@tmp/private_key_7198865454882226990.key (/w/workspace/edgex-go/16@tmp/private_key_7198865454882226990.key) 04:31:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:47 + git describe --exact-match --tags HEAD 04:31:47 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:47 $ docker exec --env ******** --env ******** f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 ssh-agent -k 04:31:47 unset SSH_AUTH_SOCK; 04:31:47 unset SSH_AGENT_PID; 04:31:47 echo Agent pid 17 killed; 04:31:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:47 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:47 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:47 [ssh-agent] Looking for ssh-agent implementation... 04:31:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:47 $ docker exec f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 ssh-agent 04:31:47 SSH_AUTH_SOCK=/tmp/ssh-6fBbLBSFsZ2M/agent.45 04:31:47 SSH_AGENT_PID=51 04:31:47 Running ssh-add (command line suppressed) 04:31:47 Identity added: /w/workspace/edgex-go/16@tmp/private_key_404682726772405929.key (/w/workspace/edgex-go/16@tmp/private_key_404682726772405929.key) 04:31:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:48 + git semver init 04:31:48 # -> Open(): unable to determine branch for HEAD 04:31:48 # $GIT_DIR = /w/workspace/edgex-go/16/.git 04:31:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 04:31:48 # $SEMVER_REMOTE_NAME = origin 04:31:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:48 # $SEMVER_USER_NAME = edgex-jenkins 04:31:48 # $SEMVER_BRANCH = PR-2597 04:31:48 # $SEMVER_TEMP = /tmp/semver-571137458 04:31:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:10 # '/tmp/semver-571137458' -> '/w/workspace/edgex-go/16/.semver' 04:32:10 # -> Force: false 04:32:10 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 04:32:10 $ docker exec --env ******** --env ******** f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 ssh-agent -k 04:32:10 unset SSH_AUTH_SOCK; 04:32:10 unset SSH_AGENT_PID; 04:32:10 echo Agent pid 51 killed; 04:32:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:11 + git semver [Pipeline] } 04:32:11 $ docker stop --time=1 f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 04:32:12 $ docker rm -f f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:25 Stashed 25 file(s) [Pipeline] echo 04:32:25 [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:26 ========================================================= 04:32:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:26 + 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:29 Sending build context to Docker daemon 323.3MB 04:32:29 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:29 Step 2/7 : FROM ${BASE} 04:32:29 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:29 df20fa9351a1: Pulling fs layer 04:32:29 ed8968b2872e: Pulling fs layer 04:32:29 a92cc7c5fd73: Pulling fs layer 04:32:29 2dd03ba5bac4: Pulling fs layer 04:32:29 1e091d79d1de: Pulling fs layer 04:32:29 481702a1767f: Pulling fs layer 04:32:29 f64a6f60c768: Pulling fs layer 04:32:29 e78d2573fc39: Pulling fs layer 04:32:29 e876d2f968b6: Pulling fs layer 04:32:29 ce8a83651883: Pulling fs layer 04:32:29 07967f4d0e4b: Pulling fs layer 04:32:29 f64a6f60c768: Waiting 04:32:29 e78d2573fc39: Waiting 04:32:29 ce8a83651883: Waiting 04:32:29 07967f4d0e4b: Waiting 04:32:29 e876d2f968b6: Waiting 04:32:29 1e091d79d1de: Waiting 04:32:29 2dd03ba5bac4: Waiting 04:32:29 481702a1767f: Waiting 04:32:29 a92cc7c5fd73: Verifying Checksum 04:32:29 a92cc7c5fd73: Download complete 04:32:29 ed8968b2872e: Download complete 04:32:29 1e091d79d1de: Verifying Checksum 04:32:29 1e091d79d1de: Download complete 04:32:29 481702a1767f: Download complete 04:32:29 df20fa9351a1: Verifying Checksum 04:32:29 df20fa9351a1: Download complete 04:32:29 df20fa9351a1: Pull complete 04:32:30 ed8968b2872e: Pull complete 04:32:30 a92cc7c5fd73: Pull complete 04:32:30 f64a6f60c768: Verifying Checksum 04:32:30 f64a6f60c768: Download complete 04:32:30 e876d2f968b6: Verifying Checksum 04:32:30 e876d2f968b6: Download complete 04:32:30 e78d2573fc39: Verifying Checksum 04:32:30 e78d2573fc39: Download complete 04:32:30 07967f4d0e4b: Verifying Checksum 04:32:30 07967f4d0e4b: Download complete 04:32:31 ce8a83651883: Verifying Checksum 04:32:31 ce8a83651883: Download complete 04:32:31 2dd03ba5bac4: Download complete 04:32:37 2dd03ba5bac4: Pull complete 04:32:37 1e091d79d1de: Pull complete 04:32:37 481702a1767f: Pull complete 04:32:40 Still waiting to schedule task 04:32:40 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-970’ 04:32:43 f64a6f60c768: Pull complete 04:32:46 e78d2573fc39: Pull complete 04:32:46 e876d2f968b6: Pull complete 04:32:47 ce8a83651883: Pull complete 04:32:47 07967f4d0e4b: Pull complete 04:32:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:47 ---> 5d7c900382c6 04:32:47 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:32:49 ---> Running in 874c7c8983c4 04:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:55 (1/12) Installing libmagic (5.38-r0) 04:32:56 (2/12) Installing file (5.38-r0) 04:32:56 (3/12) Installing libc-dev (0.7.2-r3) 04:32:56 (4/12) Installing g++ (9.3.0-r2) 04:33:14 (5/12) Installing fortify-headers (1.1-r0) 04:33:14 (6/12) Installing patch (2.7.6-r6) 04:33:14 (7/12) Installing build-base (0.5-r2) 04:33:14 (8/12) Installing libsodium (1.0.18-r0) 04:33:14 (9/12) Installing pkgconf (1.7.2-r0) 04:33:14 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:14 (11/12) Installing libzmq (4.3.2-r0) 04:33:14 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:14 Executing busybox-1.31.1-r16.trigger 04:33:14 OK: 233 MiB in 51 packages 04:33:17 Removing intermediate container 874c7c8983c4 04:33:17 ---> 0b2a5c290a22 04:33:17 Step 4/7 : WORKDIR /edgex-go 04:33:17 ---> Running in 911206b1b46a 04:33:17 Removing intermediate container 911206b1b46a 04:33:17 ---> 8d5149a1ed93 04:33:17 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:17 latest: Pulling from library/docker 04:33:17 df20fa9351a1: Already exists 04:33:17 25ad7478873d: Pulling fs layer 04:33:17 4684f6177b5d: Pulling fs layer 04:33:17 46e300cec669: Pulling fs layer 04:33:17 63038576ad94: Pulling fs layer 04:33:17 0fdb76c4706c: Pulling fs layer 04:33:17 cb7edeffdfd5: Pulling fs layer 04:33:17 63038576ad94: Waiting 04:33:17 0fdb76c4706c: Waiting 04:33:17 cb7edeffdfd5: Waiting 04:33:17 4684f6177b5d: Verifying Checksum 04:33:17 4684f6177b5d: Download complete 04:33:17 25ad7478873d: Verifying Checksum 04:33:17 25ad7478873d: Download complete 04:33:17 63038576ad94: Verifying Checksum 04:33:17 63038576ad94: Download complete 04:33:17 0fdb76c4706c: Verifying Checksum 04:33:17 0fdb76c4706c: Download complete 04:33:18 cb7edeffdfd5: Verifying Checksum 04:33:18 cb7edeffdfd5: Download complete 04:33:18 25ad7478873d: Pull complete 04:33:18 4684f6177b5d: Pull complete 04:33:18 46e300cec669: Verifying Checksum 04:33:18 46e300cec669: Download complete 04:33:21 46e300cec669: Pull complete 04:33:21 63038576ad94: Pull complete 04:33:21 0fdb76c4706c: Pull complete 04:33:21 cb7edeffdfd5: Pull complete 04:33:21 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:21 Status: Downloaded newer image for docker:latest 04:33:22 ---> fb00f6fdb2fa 04:33:22 Step 6/7 : COPY go.mod . 04:33:22 ---> 8fb99bcd3058 04:33:22 Step 7/7 : RUN go mod download 04:33:23 ---> Running in 838d830735b0 04:33:25 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:33:25 go: finding github.com/BurntSushi/toml v0.3.1 04:33:25 go: finding github.com/OneOfOne/xxhash v1.2.5 04:33:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:33:25 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:33:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:33:25 go: finding github.com/bgentry/speakeasy v0.1.0 04:33:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:33:25 go: finding github.com/cloudflare/gokey v0.1.0 04:33:25 go: finding github.com/davecgh/go-spew v1.1.1 04:33:25 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:33:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:33:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:33:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:33:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:33:25 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:33:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:33:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:33:25 go: finding github.com/fatih/color v1.7.0 04:33:25 go: finding github.com/fsnotify/fsnotify v1.4.7 04:33:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:33:25 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:33:25 go: finding github.com/go-kit/kit v0.8.0 04:33:25 go: finding github.com/go-logfmt/logfmt v0.4.0 04:33:25 go: finding github.com/go-redis/redis/v7 v7.2.0 04:33:25 go: finding github.com/go-stack/stack v1.8.0 04:33:25 go: finding github.com/golang/protobuf v1.3.2 04:33:25 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:33:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:33:25 go: finding github.com/google/uuid v1.1.0 04:33:25 go: finding github.com/gorilla/mux v1.7.1 04:33:25 go: finding github.com/hashicorp/consul/api v1.1.0 04:33:25 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:33:25 go: finding github.com/hashicorp/errwrap v1.0.0 04:33:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:33:25 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:33:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:33:26 go: finding github.com/hashicorp/go-multierror v1.0.0 04:33:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:33:26 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:33:26 go: finding github.com/hashicorp/go-syslog v1.0.0 04:33:26 go: finding github.com/hashicorp/go-uuid v1.0.1 04:33:26 go: finding github.com/hashicorp/go.net v0.0.1 04:33:26 go: finding github.com/hashicorp/golang-lru v0.5.0 04:33:26 go: finding github.com/hashicorp/logutils v1.0.0 04:33:26 go: finding github.com/hashicorp/mdns v1.0.0 04:33:26 go: finding github.com/hashicorp/memberlist v0.1.3 04:33:26 go: finding github.com/hashicorp/serf v0.8.2 04:33:26 go: finding github.com/hpcloud/tail v1.0.0 04:33:26 go: finding github.com/imdario/mergo v0.3.6 04:33:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:33:26 go: finding github.com/kr/pretty v0.1.0 04:33:26 go: finding github.com/kr/pty v1.1.1 04:33:26 go: finding github.com/kr/text v0.1.0 04:33:26 go: finding github.com/mattn/go-colorable v0.0.9 04:33:26 go: finding github.com/mattn/go-isatty v0.0.3 04:33:26 go: finding github.com/miekg/dns v1.0.14 04:33:26 go: finding github.com/mitchellh/cli v1.0.0 04:33:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:33:26 go: finding github.com/mitchellh/copystructure v1.0.0 04:33:26 go: finding github.com/mitchellh/go-homedir v1.0.0 04:33:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:33:26 go: finding github.com/mitchellh/gox v0.4.0 04:33:26 go: finding github.com/mitchellh/iochan v1.0.0 04:33:26 go: finding github.com/mitchellh/mapstructure v1.1.2 04:33:26 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:33:26 go: finding github.com/onsi/ginkgo v1.10.1 04:33:26 go: finding github.com/onsi/gomega v1.7.0 04:33:26 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:33:26 go: finding github.com/pebbe/zmq4 v1.0.0 04:33:26 go: finding github.com/pelletier/go-toml v1.2.0 04:33:26 go: finding github.com/pkg/errors v0.8.1 04:33:26 go: finding github.com/pmezard/go-difflib v1.0.0 04:33:26 go: finding github.com/posener/complete v1.1.1 04:33:26 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:33:26 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:33:26 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:33:26 go: finding github.com/stretchr/objx v0.1.0 04:33:26 go: finding github.com/stretchr/testify v1.5.1 04:33:26 go: finding github.com/ugorji/go v1.1.4 04:33:26 go: finding github.com/x448/float16 v0.8.4 04:33:26 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:33:27 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:33:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:33:27 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:33:27 go: finding golang.org/x/text v0.3.2 04:33:27 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:33:27 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:33:27 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:33:27 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:33:27 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:33:27 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:42 Removing intermediate container 838d830735b0 04:33:42 ---> 0da6a75ad4d0 04:33:42 Successfully built 0da6a75ad4d0 04:33:42 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:33:42 + docker inspect -f . ci-base-image-x86_64 04:33:42 . [Pipeline] withDockerContainer 04:33:42 prd-centos7-docker-4c-2g-968 does not seem to be running inside a container 04:33:43 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:43 $ docker top 6f31be12bea9b4c493ada4664b08c15e9678f378f162b5e0c816a5237407cd00 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:44 + go version 04:33:44 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:44 ========================================================= 04:33:44 [edgeXBuildGoParallel] Running Tests and Build... 04:33:44 ========================================================= [Pipeline] sh 04:33:44 + make test raml_verify 04:33:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:33:47 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:34:03 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s 04:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.050s coverage: 46.6% of statements 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.039s coverage: 27.4% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.088s coverage: 30.1% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.035s coverage: 100.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.035s coverage: 89.8% of statements 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.025s coverage: 97.5% of statements 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:34:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.015s coverage: 58.8% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.038s coverage: 63.5% of statements 04:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements 04:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements 04:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.859s coverage: 86.3% of statements 04:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.259s coverage: 72.2% of statements 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.132s coverage: 72.1% of statements 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 04:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements 04:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements 04:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 26.9% of statements 04:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.079s coverage: 84.1% of statements 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements 04:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.020s coverage: 43.1% of statements 04:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 04:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:34:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 04:34:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:34:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.044s coverage: 46.1% of statements 04:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements 04:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements 04:34:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:34:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.077s coverage: 29.1% of statements 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:34:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:34:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.012s coverage: 100.0% of statements 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:34:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:34:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:34:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:34:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:34:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 04:34:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 04:34:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:34:25 GO111MODULE=on go vet ./... 04:34:32 gofmt -l . 04:34:33 [ "`gofmt -l .`" = "" ] 04:34:33 ./bin/test-go-mod-tidy.sh 04:34:34 ./bin/test-attribution-txt.sh 04:34:35 docker run --rm --privileged \ 04:34:35 -v /w/workspace/edgex-go/16:/raml-verification -w /raml-verification \ 04:34:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 04:34:35 /scripts/raml-verify.sh 04:34:35 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 04:34:36 x86_64: Pulling from edgex-devops/edgex-docs-builder 04:34:36 cbdbe7a5bc2a: Pulling fs layer 04:34:36 bd07af9ed1a4: Pulling fs layer 04:34:36 3556ccf180b2: Pulling fs layer 04:34:36 089d4748da74: Pulling fs layer 04:34:36 c6eb57c77bc5: Pulling fs layer 04:34:36 0364d5097239: Pulling fs layer 04:34:36 c6eb57c77bc5: Waiting 04:34:36 0364d5097239: Waiting 04:34:36 089d4748da74: Waiting 04:34:36 3556ccf180b2: Verifying Checksum 04:34:36 3556ccf180b2: Download complete 04:34:36 cbdbe7a5bc2a: Download complete 04:34:36 089d4748da74: Verifying Checksum 04:34:36 089d4748da74: Download complete 04:34:36 0364d5097239: Verifying Checksum 04:34:36 0364d5097239: Download complete 04:34:36 c6eb57c77bc5: Verifying Checksum 04:34:36 c6eb57c77bc5: Download complete 04:34:36 bd07af9ed1a4: Verifying Checksum 04:34:36 bd07af9ed1a4: Download complete 04:34:36 cbdbe7a5bc2a: Pull complete 04:34:38 bd07af9ed1a4: Pull complete 04:34:38 3556ccf180b2: Pull complete 04:34:38 089d4748da74: Pull complete 04:34:41 c6eb57c77bc5: Pull complete 04:34:41 0364d5097239: Pull complete 04:34:41 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 04:34:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 04:34:46 Verifying ./api/raml/core-command.raml... 04:34:46 OK 04:34:46 Verifying ./api/raml/core-data.raml... 04:34:48 OK 04:34:48 Verifying ./api/raml/core-metadata.raml... 04:34:49 OK 04:34:49 Verifying ./api/raml/support-logging.raml... 04:34:50 OK 04:34:50 Verifying ./api/raml/support-notifications.raml... 04:34:51 OK 04:34:51 Verifying ./api/raml/support-scheduler.raml... 04:34:52 OK 04:34:52 Verifying ./api/raml/system-agent.raml... 04:34:53 OK [Pipeline] sh 04:34:53 + ls -al . 04:34:53 total 556 04:34:53 drwxrwxr-x 10 1001 1001 4096 Jul 25 04:34 . 04:34:53 drwxr-xr-x 4 root root 30 Jul 25 04:33 .. 04:34:53 -rw-rw-r-- 1 1001 1001 11 Jul 25 04:31 .dockerignore 04:34:53 drwxrwxr-x 8 1001 1001 179 Jul 25 04:31 .git 04:34:53 drwxrwxr-x 3 1001 1001 60 Jul 25 04:31 .github 04:34:53 -rw-rw-r-- 1 1001 1001 924 Jul 25 04:31 .gitignore 04:34:53 drwx------ 3 1001 1001 47 Jul 25 04:32 .semver 04:34:53 -rw-rw-r-- 1 1001 1001 178 Jul 25 04:31 .sonarcloud.properties 04:34:53 -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:31 CONTRIBUTING.md 04:34:53 -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:31 Dockerfile.build 04:34:53 -rw-rw-r-- 1 1001 1001 824 Jul 25 04:31 Jenkinsfile 04:34:53 -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:31 LICENSE 04:34:53 -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:31 Makefile 04:34:53 -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:31 README.md 04:34:53 -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:31 SECURITY.md 04:34:53 -rw-rw-r-- 1 1001 1001 5 Jul 25 04:32 VERSION 04:34:53 -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:31 ZMQWindows.md 04:34:53 drwxrwxr-x 4 1001 1001 33 Jul 25 04:31 api 04:34:53 drwxrwxr-x 2 1001 1001 117 Jul 25 04:31 bin 04:34:53 drwxrwxr-x 15 1001 1001 4096 Jul 25 04:31 cmd 04:34:53 -rw-r--r-- 1 root root 458256 Jul 25 04:34 coverage.out 04:34:53 -rw-r--r-- 1 root root 1019 Jul 25 04:34 go.mod 04:34:53 -rw-r--r-- 1 root root 18146 Jul 25 04:34 go.sum 04:34:53 drwxrwxr-x 8 1001 1001 127 Jul 25 04:31 internal 04:34:53 drwxrwxr-x 4 1001 1001 71 Jul 25 04:31 snap 04:34:53 -rw-rw-r-- 1 1001 1001 168 Jul 25 04:31 version.go [Pipeline] sh 04:34:54 + '[' -e coverage.out ] 04:34:54 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:54 Stashed 1 file(s) [Pipeline] sh 04:34:54 + make build 04:34:54 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:34:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-976 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws 04:34:59 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 04:35:01 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:35:05 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:35:05 using credential edgex-jenkins-ssh 04:35:06 Cloning the remote Git repository 04:35:06 Cloning with configured refspecs honoured and without tags 04:35:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:06 > git init /w/workspace/edgex-go/16 # timeout=10 04:35:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:06 > git --version # timeout=10 04:35:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:07 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:35:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:08 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:35:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:35:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:35:13 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:35:14 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:35:16 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:35:17 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:35:19 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:35:20 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:35:22 $ docker stop --time=1 6f31be12bea9b4c493ada4664b08c15e9678f378f162b5e0c816a5237407cd00 04:35:23 $ docker rm -f 6f31be12bea9b4c493ada4664b08c15e9678f378f162b5e0c816a5237407cd00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:25 04:35:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:35:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:25 latest: Pulling from edgex-devops/edgex-compose 04:35:25 cbdbe7a5bc2a: Already exists 04:35:25 ca9280d653b3: Pulling fs layer 04:35:25 7e9c9ca2126c: Pulling fs layer 04:35:25 ca9280d653b3: Download complete 04:35:26 7e9c9ca2126c: Download complete 04:35:26 ca9280d653b3: Pull complete 04:35:29 Fetching without tags 04:35:30 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 1b083308c47abcc59f156185eb6017ca93b7e3a0 04:35:31 Merge succeeded, producing b7d633dd17fa18f35a51e2637aad76d1b204211c 04:35:31 Checking out Revision b7d633dd17fa18f35a51e2637aad76d1b204211c (PR-2597) 04:35:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:29 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 04:35:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:29 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:30 > git config core.sparsecheckout # timeout=10 04:35:30 > git checkout -f 1b083308c47abcc59f156185eb6017ca93b7e3a0 # timeout=10 04:35:30 > git remote # timeout=10 04:35:30 > git config --get remote.origin.url # timeout=10 04:35:30 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:30 > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 04:35:31 > git rev-parse HEAD^{commit} # timeout=10 04:35:31 > git config core.sparsecheckout # timeout=10 04:35:31 > git checkout -f b7d633dd17fa18f35a51e2637aad76d1b204211c # timeout=10 04:35:33 7e9c9ca2126c: Pull complete 04:35:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:35:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:35:33 prd-centos7-docker-4c-2g-968 does not seem to be running inside a container 04:35:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:35 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" 04:35:35 First time build. Skipping changelog. 04:35:35 > git rev-list --no-walk 0bf3bfb306b81ddb67a25fe7b12ee1e4b3fa59b7 # timeout=10 04:35:36 $ docker top 9550c321f312fe69e2b93349e8d46e4fef5268bc4ae7e5393cbb3f7640521f2b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:37 + + grepdocker-compose parallel build 04:35:37 --help 04:35:38 --parallel Build images in parallel. [Pipeline] } 04:35:38 $ docker stop --time=1 9550c321f312fe69e2b93349e8d46e4fef5268bc4ae7e5393cbb3f7640521f2b 04:35:39 $ docker rm -f 9550c321f312fe69e2b93349e8d46e4fef5268bc4ae7e5393cbb3f7640521f2b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:40 . [Pipeline] withDockerContainer 04:35:40 prd-centos7-docker-4c-2g-968 does not seem to be running inside a container 04:35:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:41 $ docker top 4cb37aee9e08b562bf190c6a1a646d1f558c175275a94326354206beb4c4c893 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:41 + docker-compose -f ./docker-compose-build.yml build --parallel 04:35:43 Building docker-core-command-go ... 04:35:43 Building docker-core-data-go ... 04:35:43 Building docker-core-metadata-go ... 04:35:43 Building docker-security-proxy-setup-go ... 04:35:43 Building docker-security-secrets-setup-go ... 04:35:43 Building docker-security-secretstore-setup-go ... 04:35:43 Building docker-support-logging-go ... 04:35:43 Building docker-support-notifications-go ... 04:35:43 Building docker-support-scheduler-go ... 04:35:43 Building docker-sys-mgmt-agent-go ... 04:35:43 Building docker-security-secrets-setup-go 04:35:43 Building docker-support-logging-go 04:35:43 Building docker-core-command-go 04:35:43 Building docker-core-metadata-go 04:35:43 Building docker-security-proxy-setup-go [Pipeline] echo 04:35:49 ========================================================= 04:35:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:50 + 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:35:55 Sending build context to Docker daemon 323.3MB 04:35:55 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:55 Step 2/7 : FROM ${BASE} 04:35:55 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:55 b538f80385f9: Pulling fs layer 04:35:55 74f711af9a0d: Pulling fs layer 04:35:55 99f96fe45779: Pulling fs layer 04:35:55 fd7a069fd194: Pulling fs layer 04:35:55 66aa3694b03b: Pulling fs layer 04:35:55 170f70906a0f: Pulling fs layer 04:35:55 ad7c5574e4b9: Pulling fs layer 04:35:55 e772456be8f7: Pulling fs layer 04:35:55 c890913d741a: Pulling fs layer 04:35:55 2480fcc9aa5a: Pulling fs layer 04:35:55 09adf4765672: Pulling fs layer 04:35:55 170f70906a0f: Waiting 04:35:55 ad7c5574e4b9: Waiting 04:35:55 e772456be8f7: Waiting 04:35:55 c890913d741a: Waiting 04:35:55 2480fcc9aa5a: Waiting 04:35:55 09adf4765672: Waiting 04:35:55 fd7a069fd194: Waiting 04:35:55 66aa3694b03b: Waiting 04:35:55 99f96fe45779: Verifying Checksum 04:35:55 99f96fe45779: Download complete 04:35:55 74f711af9a0d: Verifying Checksum 04:35:55 74f711af9a0d: Download complete 04:35:55 66aa3694b03b: Download complete 04:35:55 170f70906a0f: Verifying Checksum 04:35:55 170f70906a0f: Download complete 04:35:55 b538f80385f9: Verifying Checksum 04:35:55 b538f80385f9: Download complete 04:35:56 b538f80385f9: Pull complete 04:35:56 74f711af9a0d: Pull complete 04:35:57 99f96fe45779: Pull complete 04:35:58 ad7c5574e4b9: Verifying Checksum 04:35:58 ad7c5574e4b9: Download complete 04:35:58 c890913d741a: Verifying Checksum 04:35:58 c890913d741a: Download complete 04:36:00 2480fcc9aa5a: Verifying Checksum 04:36:00 2480fcc9aa5a: Download complete 04:36:00 09adf4765672: Download complete 04:36:00 e772456be8f7: Verifying Checksum 04:36:00 e772456be8f7: Download complete 04:36:00 fd7a069fd194: Verifying Checksum 04:36:00 fd7a069fd194: Download complete 04:36:11 fd7a069fd194: Pull complete 04:36:12 66aa3694b03b: Pull complete 04:36:12 170f70906a0f: Pull complete 04:36:15 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:15 ---> 0da6a75ad4d0 04:36:15 Step 3/20 : WORKDIR /edgex-go 04:36:15 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:15 ---> 0da6a75ad4d0 04:36:15 Step 3/21 : WORKDIR /edgex-go 04:36:15 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:15 ---> 0da6a75ad4d0 04:36:15 Step 3/21 : WORKDIR /edgex-go 04:36:15 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:15 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:36:15 ---> 0da6a75ad4d0 04:36:15 Step 3/29 : WORKDIR /edgex-go 04:36:15 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:15 ---> 0da6a75ad4d0 04:36:15 Step 3/21 : WORKDIR /edgex-go 04:36:15 ---> Running in 80a518338634 04:36:15 ---> Running in 9ab0f6fef647 04:36:15 ---> Running in 09c03852d319 04:36:15 ---> Running in 0fb846ddb2b0 04:36:15 ---> Running in 9a8a792abe7b 04:36:16 Removing intermediate container 80a518338634 04:36:16 ---> 3d4cdd025899 04:36:16 Step 4/29 : RUN apk update && apk add make git 04:36:16 Removing intermediate container 9a8a792abe7b 04:36:16 ---> a9382da41831 04:36:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:16 Removing intermediate container 0fb846ddb2b0 04:36:16 ---> 44c3cd84c7e7 04:36:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:16 Removing intermediate container 09c03852d319 04:36:16 ---> 76488abe189b 04:36:16 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:16 Removing intermediate container 9ab0f6fef647 04:36:16 ---> 71a39af03148 04:36:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:16 ---> Running in e3115842e40f 04:36:16 ---> Running in 2950f75b9554 04:36:16 ---> Running in f7c90a441760 04:36:16 ad7c5574e4b9: Pull complete 04:36:16 ---> Running in 5e5880b12bf7 04:36:16 ---> Running in ed9be55c9f3a 04:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:18 Removing intermediate container 2950f75b9554 04:36:18 ---> 5196ab19c1a5 04:36:18 Step 5/21 : RUN apk update && apk add make git 04:36:18 ---> Running in ef2eac43bf14 04:36:18 Removing intermediate container f7c90a441760 04:36:18 ---> 3ea376fd35ba 04:36:18 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:18 Removing intermediate container 5e5880b12bf7 04:36:18 ---> 7065451731cd 04:36:18 Step 5/20 : RUN apk update && apk add make git 04:36:18 ---> Running in 122dbed1a69b 04:36:18 Removing intermediate container ed9be55c9f3a 04:36:18 ---> a6ee6548d5c3 04:36:18 Step 5/21 : RUN apk update && apk add make git 04:36:18 ---> Running in 9ae294cf59b9 04:36:19 ---> Running in df780f2efff6 04:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:19 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:19 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:19 OK: 12749 distinct packages available 04:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:19 OK: 233 MiB in 51 packages 04:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:20 Removing intermediate container e3115842e40f 04:36:20 ---> 71c033e8f3ef 04:36:20 Step 5/29 : COPY go.mod . 04:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:20 ---> 708f9b862177 04:36:20 Step 6/29 : RUN go mod download 04:36:20 ---> Running in 95d0851ad589 04:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:20 e772456be8f7: Pull complete 04:36:20 c890913d741a: Pull complete 04:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:21 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:21 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:21 OK: 12749 distinct packages available 04:36:21 OK: 233 MiB in 51 packages 04:36:21 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:21 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:21 OK: 12749 distinct packages available 04:36:21 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:21 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:21 OK: 12749 distinct packages available 04:36:21 OK: 233 MiB in 51 packages 04:36:21 OK: 233 MiB in 51 packages 04:36:21 OK: 233 MiB in 51 packages 04:36:21 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:21 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:21 OK: 12749 distinct packages available 04:36:21 Removing intermediate container 95d0851ad589 04:36:21 ---> 0fad2bc6b5f2 04:36:21 Step 7/29 : COPY . . 04:36:22 OK: 233 MiB in 51 packages 04:36:23 2480fcc9aa5a: Pull complete 04:36:23 09adf4765672: Pull complete 04:36:23 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:23 ---> 2248a725d1cf 04:36: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:36:23 Removing intermediate container 122dbed1a69b 04:36:23 ---> 93ffc0e85045 04:36:23 Step 6/21 : COPY go.mod . 04:36:25 Removing intermediate container df780f2efff6 04:36:25 ---> 21321a1ef5fc 04:36:25 Step 6/21 : COPY go.mod . 04:36:25 Removing intermediate container ef2eac43bf14 04:36:25 ---> 758394c4f5d5 04:36:25 Step 6/21 : COPY go.mod . 04:36:26 ---> 2bfd7250fafd 04:36:26 Step 7/21 : RUN go mod download 04:36:26 Removing intermediate container 9ae294cf59b9 04:36:26 ---> ce9850cf2839 04:36:26 Step 6/20 : COPY go.mod . 04:36:27 ---> dac312cfbaef 04:36:27 Step 7/21 : RUN go mod download 04:36:27 ---> Running in f12823476cf7 04:36:28 ---> 8ba3ed68b0a5 04:36:28 Step 7/21 : RUN go mod download 04:36:29 ---> 165679bbf12e 04:36:29 Step 7/20 : RUN go mod download 04:36:29 ---> Running in cea20adac4d4 04:36:30 ---> Running in 89c6dba0d462 04:36:30 ---> Running in 46bef4e89e7e 04:36:30 ---> Running in 11eecfacd08f 04:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:32 Removing intermediate container f12823476cf7 04:36:32 ---> fd6f3ccf88d6 04:36:32 Step 8/21 : COPY . . 04:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:35 (1/12) Installing libmagic (5.38-r0) 04:36:36 (2/12) Installing file (5.38-r0) 04:36:36 (3/12) Installing libc-dev (0.7.2-r3) 04:36:36 (4/12) Installing g++ (9.3.0-r2) 04:36:36 Removing intermediate container cea20adac4d4 04:36:36 ---> 8360ac64055e 04:36:36 Step 8/21 : COPY . . 04:36:43 Removing intermediate container 46bef4e89e7e 04:36:43 ---> 5abc496c182d 04:36:43 Step 8/20 : COPY . . 04:36:43 Removing intermediate container 89c6dba0d462 04:36:43 ---> a14d623cb8e8 04:36:43 Step 8/21 : COPY . . 04:36:43 ---> b08b676443e6 04:36:43 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:36:52 ---> Running in bb5511eb16c2 04:36: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:37:03 ---> d562623e2366 04:37:03 Step 9/21 : RUN make cmd/support-logging/support-logging 04:37:03 (5/12) Installing fortify-headers (1.1-r0) 04:37:03 (6/12) Installing patch (2.7.6-r6) 04:37:03 (7/12) Installing build-base (0.5-r2) 04:37:03 (8/12) Installing libsodium (1.0.18-r0) 04:37:03 (9/12) Installing pkgconf (1.7.2-r0) 04:37:03 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:03 (11/12) Installing libzmq (4.3.2-r0) 04:37:03 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:03 Executing busybox-1.31.1-r16.trigger 04:37:03 OK: 217 MiB in 51 packages 04:37:03 ---> Running in 978b064994ba 04:37:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:37:06 Removing intermediate container 11eecfacd08f 04:37:06 ---> 33e5ed4e9651 04:37:06 Step 4/7 : WORKDIR /edgex-go 04:37:06 ---> Running in cf53cbab227a 04:37:06 Removing intermediate container cf53cbab227a 04:37:06 ---> bc08dff19e22 04:37:06 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:37:06 latest: Pulling from library/docker 04:37:07 b538f80385f9: Already exists 04:37:07 259a493cd78d: Pulling fs layer 04:37:07 b8e66b5100f5: Pulling fs layer 04:37:07 39dc9c94d07c: Pulling fs layer 04:37:07 551b823b3b82: Pulling fs layer 04:37:07 3c52a74df98c: Pulling fs layer 04:37:07 6c9b121b6998: Pulling fs layer 04:37:07 551b823b3b82: Waiting 04:37:07 3c52a74df98c: Waiting 04:37:07 6c9b121b6998: Waiting 04:37:07 b8e66b5100f5: Verifying Checksum 04:37:07 b8e66b5100f5: Download complete 04:37:07 259a493cd78d: Verifying Checksum 04:37:07 259a493cd78d: Download complete 04:37:07 551b823b3b82: Verifying Checksum 04:37:07 551b823b3b82: Download complete 04:37:07 3c52a74df98c: Verifying Checksum 04:37:07 3c52a74df98c: Download complete 04:37:07 6c9b121b6998: Verifying Checksum 04:37:07 6c9b121b6998: Download complete 04:37:07 259a493cd78d: Pull complete 04:37:08 b8e66b5100f5: Pull complete 04:37:08 39dc9c94d07c: Verifying Checksum 04:37:08 39dc9c94d07c: Download complete 04:37:10 ---> c1cd2133386d 04:37:10 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:37:10 ---> Running in 4783f58f67f8 04:37:11 39dc9c94d07c: Pull complete 04:37:11 551b823b3b82: Pull complete 04:37:12 3c52a74df98c: Pull complete 04:37:12 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:37:12 6c9b121b6998: Pull complete 04:37:12 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:12 Status: Downloaded newer image for docker:latest 04:37:14 ---> 29d8436ecc4a 04:37:14 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:37:14 ---> b9a54d5e1f82 04:37:14 Step 9/21 : RUN make cmd/core-command/core-command 04:37:14 ---> Running in 0abf16b95f10 04:37:14 ---> Running in e4be2e1a582b 04:37:15 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:37:15 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:16 ---> 46257265f806 04:37:16 Step 6/7 : COPY go.mod . 04:37:16 ---> 9cf208bf47bc 04:37:16 Step 7/7 : RUN go mod download 04:37:16 ---> Running in 6704efc252f7 04:37:20 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:20 go: finding github.com/BurntSushi/toml v0.3.1 04:37:20 go: finding github.com/OneOfOne/xxhash v1.2.5 04:37:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:20 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:20 go: finding github.com/cloudflare/gokey v0.1.0 04:37:20 go: finding github.com/davecgh/go-spew v1.1.1 04:37:20 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:37:20 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:37:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:37:20 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:37:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:37:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:37:20 go: finding github.com/fatih/color v1.7.0 04:37:20 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:20 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:37:20 go: finding github.com/go-kit/kit v0.8.0 04:37:20 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:20 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:20 go: finding github.com/go-stack/stack v1.8.0 04:37:20 go: finding github.com/golang/protobuf v1.3.2 04:37:20 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:20 go: finding github.com/google/uuid v1.1.0 04:37:20 go: finding github.com/gorilla/mux v1.7.1 04:37:20 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:20 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:20 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:20 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:20 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:20 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:20 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:20 go: finding github.com/hashicorp/go.net v0.0.1 04:37:20 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:20 go: finding github.com/hashicorp/logutils v1.0.0 04:37:20 go: finding github.com/hashicorp/mdns v1.0.0 04:37:20 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:20 go: finding github.com/hashicorp/serf v0.8.2 04:37:20 go: finding github.com/hpcloud/tail v1.0.0 04:37:20 go: finding github.com/imdario/mergo v0.3.6 04:37:20 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:20 go: finding github.com/kr/pretty v0.1.0 04:37:20 go: finding github.com/kr/pty v1.1.1 04:37:20 go: finding github.com/kr/text v0.1.0 04:37:20 go: finding github.com/mattn/go-colorable v0.0.9 04:37:20 go: finding github.com/mattn/go-isatty v0.0.3 04:37:20 go: finding github.com/miekg/dns v1.0.14 04:37:21 go: finding github.com/mitchellh/cli v1.0.0 04:37:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:21 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:21 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:21 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:21 go: finding github.com/mitchellh/gox v0.4.0 04:37:21 go: finding github.com/mitchellh/iochan v1.0.0 04:37:21 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:21 go: finding github.com/onsi/ginkgo v1.10.1 04:37:21 go: finding github.com/onsi/gomega v1.7.0 04:37:21 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:21 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:21 go: finding github.com/pelletier/go-toml v1.2.0 04:37:21 go: finding github.com/pkg/errors v0.8.1 04:37:21 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:21 go: finding github.com/posener/complete v1.1.1 04:37:21 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:37:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:21 go: finding github.com/stretchr/objx v0.1.0 04:37:21 go: finding github.com/stretchr/testify v1.5.1 04:37:21 go: finding github.com/ugorji/go v1.1.4 04:37:21 go: finding github.com/x448/float16 v0.8.4 04:37:21 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:37:21 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:21 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:21 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:21 go: finding golang.org/x/text v0.3.2 04:37:21 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:21 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:21 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:37:21 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:21 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:21 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:22 Removing intermediate container bb5511eb16c2 04:37:22 ---> 30ce4ba76862 04:37:22 04:37:22 Step 9/29 : FROM alpine:latest 04:37:22 latest: Pulling from library/alpine 04:37:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:22 Status: Downloaded newer image for alpine:latest 04:37:22 ---> a24bb4013296 04:37:22 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:37:23 ---> Running in 107dc1363dea 04:37:23 Removing intermediate container 107dc1363dea 04:37:23 ---> f4fb73ca940c 04:37:23 Step 11/29 : USER root 04:37:23 ---> Running in e9b2170ad99a 04:37:23 Removing intermediate container e9b2170ad99a 04:37:23 ---> b049eefa2d53 04:37:23 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:37:24 ---> Running in 38926731af48 04:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:26 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:26 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:26 OK: 12749 distinct packages available 04:37:27 (1/2) Installing ca-certificates (20191127-r4) 04:37:27 (2/2) Installing dumb-init (1.2.2-r1) 04:37:27 Executing busybox-1.31.1-r16.trigger 04:37:27 Executing ca-certificates-20191127-r4.trigger 04:37:27 OK: 6 MiB in 16 packages 04:37:29 Removing intermediate container 38926731af48 04:37:29 ---> eed45edf756e 04:37:29 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:37:29 ---> Running in 147bd4e0bc56 04:37:29 Removing intermediate container 147bd4e0bc56 04:37:29 ---> b9fe3226c7aa 04:37:29 Step 14/29 : WORKDIR $BASE_DIR 04:37:29 ---> Running in 98493a1f6dc9 04:37:30 Removing intermediate container 98493a1f6dc9 04:37:30 ---> 873914e792d0 04:37:30 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:37:30 ---> Running in 45f3f8cbbeff 04:37:32 Removing intermediate container 45f3f8cbbeff 04:37:32 ---> 88eb6e048fc6 04:37:32 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:37:35 ---> 795cc94f17e4 04:37:35 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:37:36 Removing intermediate container 978b064994ba 04:37:36 ---> 488e94551813 04:37:36 04:37:36 Step 10/21 : FROM scratch 04:37:36 ---> 04:37:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:36 ---> 959326905547 04:37:36 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:37:36 ---> Running in 00873837a2e2 04:37:37 Removing intermediate container 00873837a2e2 04:37:37 ---> 94196c6812f8 04:37:37 Step 12/21 : ENV APP_PORT=48061 04:37:37 ---> Running in a02c325e221c 04:37:37 ---> b7b53139d493 04:37:37 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:37:37 Removing intermediate container a02c325e221c 04:37:37 ---> 44e2556e6761 04:37:37 Step 13/21 : EXPOSE $APP_PORT 04:37:37 ---> Running in e1abd6034d3e 04:37:37 ---> dcd14fb70a74 04:37:37 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:37:37 Removing intermediate container e1abd6034d3e 04:37:37 ---> a11d10c2153c 04:37:37 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:37:38 ---> b9529d1246ad 04:37:38 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:37:38 ---> Running in 73a03d929f1c 04:37:38 ---> 13f69042fa91 04:37:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:37:39 ---> 7bf7debac58f 04:37:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:37:40 Removing intermediate container 6704efc252f7 04:37:40 ---> 7e8702a175db 04:37:40 Successfully built 7e8702a175db 04:37:40 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:37:40 + docker inspect -f . ci-base-image-arm64 04:37:40 . [Pipeline] withDockerContainer 04:37:41 prd-ubuntu18.04-docker-arm64-4c-16g-976 does not seem to be running inside a container 04:37:41 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:37:41 ---> 35111220c63b 04:37:41 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:37:42 ---> f048950d62ef 04:37:42 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:42 ---> Running in 59c7dd740b37 04:37:42 Removing intermediate container 73a03d929f1c 04:37:42 ---> ca6f1bbdce17 04:37:42 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:37:42 $ docker top a0f60cce3fb11fc88934865daf4366bb00badb9b09f024a26f4de2e507c464d7 -eo pid,comm 04:37:42 Removing intermediate container 59c7dd740b37 04:37:42 ---> a42ed6615112 04:37:42 Step 19/21 : LABEL arch=x86_64 [Pipeline] { [Pipeline] sh 04:37:43 + go version 04:37:43 go version go1.13.13 linux/arm64 [Pipeline] echo 04:37:43 ========================================================= 04:37:43 [edgeXBuildGoParallel] Running Tests and Build... 04:37:43 ========================================================= [Pipeline] sh 04:37:43 ---> Running in 03cb4e2c44aa 04:37:43 ---> 063eddf38486 04:37:43 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:37:43 Removing intermediate container 0abf16b95f10 04:37:43 ---> 33a439f776a8 04:37:43 04:37:43 Step 10/20 : FROM alpine 04:37:43 ---> a24bb4013296 04:37:43 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:37:44 ---> Running in 463578593f64 04:37:44 ---> Running in 80d1fcac4fe9 04:37:44 + make test raml_verify 04:37:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:37:44 Removing intermediate container 03cb4e2c44aa 04:37:44 ---> e3bc712e2a2d 04:37:44 Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:37:44 ---> Running in b95d0b2f1646 04:37:45 Removing intermediate container b95d0b2f1646 04:37:45 ---> 94267c54f8ce 04:37:45 Step 21/21 : LABEL version=0.0.0 04:37:45 ---> Running in eb1c7f7329ed 04:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:46 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:46 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:46 OK: 12749 distinct packages available 04:37:46 (1/4) Installing ca-certificates (20191127-r4) 04:37:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:46 (3/4) Installing libcurl (7.69.1-r0) 04:37:46 (4/4) Installing curl (7.69.1-r0) 04:37:46 Executing busybox-1.31.1-r16.trigger 04:37:46 Executing ca-certificates-20191127-r4.trigger 04:37:46 OK: 7 MiB in 18 packages 04:37:47 Removing intermediate container eb1c7f7329ed 04:37:47 ---> 4613fa65e0ea 04:37:47 04:37:47 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:49 Successfully built 4613fa65e0ea 04:37:50 Successfully tagged docker-support-logging-go:latest 04:37:50 Removing intermediate container 463578593f64 04:37:50 ---> 3b2544694bd0 04:37:50 Step 24/29 : RUN chmod 755 security-secrets-setup 04:37:50  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go 04:37:50 ---> Running in 4035425f8f8f 04:37:50 Removing intermediate container 4783f58f67f8 04:37:50 ---> a8c37b95c1fe 04:37:50 04:37:50 Step 10/21 : FROM scratch 04:37:50 ---> 04:37:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:50 Removing intermediate container e4be2e1a582b 04:37:50 ---> 7de3f4af4a54 04:37:50 04:37:50 Step 10/21 : FROM scratch 04:37:50 ---> 04:37:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:50 ---> Running in f170833c5f79 04:37:50 ---> Running in fa4b30b6a36d 04:37:51 Removing intermediate container 80d1fcac4fe9 04:37:51 ---> 5895832b786e 04:37:51 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:51 Removing intermediate container fa4b30b6a36d 04:37:51 ---> 72108ecc6679 04:37:51 Step 12/21 : ENV APP_PORT=48081 04:37:51 Removing intermediate container f170833c5f79 04:37:51 ---> ddc0faa66fdb 04:37:51 Step 12/21 : ENV APP_PORT=48082 04:37:51 ---> Running in ec5064846264 04:37:51 ---> Running in 70a3de10e994 04:37:51 ---> Running in 02fd82eb72b3 04:37:55 Removing intermediate container ec5064846264 04:37:55 ---> b5b531d42d55 04:37:55 Step 13/20 : WORKDIR /edgex 04:37:55 Removing intermediate container 70a3de10e994 04:37:55 ---> 1ca5f6b875ef 04:37:55 Step 13/21 : EXPOSE $APP_PORT 04:37:55 Removing intermediate container 02fd82eb72b3 04:37:55 ---> 8c5e5f6b921a 04:37:55 Step 13/21 : EXPOSE $APP_PORT 04:37:56 ---> Running in 97419b71660a 04:37:56 ---> Running in 9b709b73399d 04:37:56 ---> Running in 47771dce7106 04:37:56 Removing intermediate container 4035425f8f8f 04:37:56 ---> 77c80cad2132 04:37:56 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:37:56 Removing intermediate container 9b709b73399d 04:37:56 ---> 323270b4c286 04:37:56 Step 14/21 : WORKDIR / 04:37:56 Removing intermediate container 97419b71660a 04:37:56 ---> 32286a8fed6f 04:37:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:56 ---> Running in 6892c2b5dc85 04:37:56 ---> Running in a7cf8a2d459b 04:37:57 Removing intermediate container 47771dce7106 04:37:57 ---> 06a3b4428ea4 04:37:57 Step 14/21 : WORKDIR / 04:37:58 ---> Running in 8a9fa660e533 04:37:59 Removing intermediate container a7cf8a2d459b 04:37:59 ---> 7575c42c7ac0 04:37:59 Step 26/29 : CMD [ "generate" ] 04:37:59 ---> 27681203fb67 04:37:59 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:37:59 Removing intermediate container 6892c2b5dc85 04:37:59 ---> bdb65ba275e0 04:37:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:38:00 ---> Running in 19a207844d00 04:38:00 Removing intermediate container 8a9fa660e533 04:38:00 ---> 5f032b035e1c 04:38:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:38:01 ---> e79e5a08caa2 04:38:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:38:02 ---> 98cbd76b381e 04:38:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:38:03 Removing intermediate container 19a207844d00 04:38:03 ---> bbbe1fb0954d 04:38:03 Step 27/29 : LABEL arch=x86_64 04:38:04 ---> d81cc09e4215 04:38:04 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:04 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:38:04 ---> 0da6a75ad4d0 04:38:04 Step 3/26 : WORKDIR /edgex-go 04:38:04 ---> Using cache 04:38:04 ---> 71a39af03148 04:38:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:04 ---> Using cache 04:38:04 ---> a6ee6548d5c3 04:38:04 Step 5/26 : RUN apk update && apk add make git 04:38:04 ---> Using cache 04:38:04 ---> 21321a1ef5fc 04:38:04 Step 6/26 : COPY go.mod . 04:38:04 ---> Using cache 04:38:04 ---> dac312cfbaef 04:38:04 Step 7/26 : RUN go mod download 04:38:04 ---> Using cache 04:38:04 ---> 8360ac64055e 04:38:04 Step 8/26 : COPY . . 04:38:04 ---> Using cache 04:38:04 ---> c1cd2133386d 04:38:04 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:38:05 ---> ac4a2f2a9de9 04:38:05 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:38:05 ---> Running in d78079f82104 04:38:05 ---> Running in 67d2d4c0815b 04:38:05 ---> Running in 920f3f375007 04:38:05 ---> 89192b1521b9 04:38:05 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:38:06 Removing intermediate container d78079f82104 04:38:06 ---> e3a2dd95f6bf 04:38:06 Step 28/29 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:38:06 Removing intermediate container 920f3f375007 04:38:06 ---> d002aa3f04a0 04:38:06 Step 17/20 : CMD ["--init=true"] 04:38:06 ---> a3bfd6c138ed 04:38:06 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:06 ---> 6a3b0b757d8d 04:38:06 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:06 ---> Running in 5a41fcd80531 04:38:06 ---> Running in 5e31fe756f66 04:38:06 ---> Running in 282844ea6f8d 04:38:06 ---> Running in 4c8f47d4d125 04:38:06 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:38:06 Removing intermediate container 5a41fcd80531 04:38:06 ---> 0f8629d81816 04:38:06 Step 18/20 : LABEL arch=x86_64 04:38:06 Removing intermediate container 5e31fe756f66 04:38:06 ---> ecf186d71384 04:38:06 Step 29/29 : LABEL version=0.0.0 04:38:06 Removing intermediate container 282844ea6f8d 04:38:06 ---> d035b7751039 04:38:06 Step 19/21 : LABEL arch=x86_64 04:38:06 Removing intermediate container 4c8f47d4d125 04:38:06 ---> da0e1586b86d 04:38:06 Step 19/21 : LABEL arch=x86_64 04:38:06 ---> Running in 90db93861e1c 04:38:06 ---> Running in 36e03ca4d1f5 04:38:06 ---> Running in 2e0cb6176eed 04:38:07 ---> Running in 7947da9c189f 04:38:07 Removing intermediate container 90db93861e1c 04:38:07 ---> 70e4a4a5c3a1 04:38:07 Step 19/20 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:38:07 Removing intermediate container 36e03ca4d1f5 04:38:07 ---> 45a6db14fab2 04:38:07 04:38:07 Removing intermediate container 2e0cb6176eed 04:38:07 ---> cd7ff5476868 04:38:07 Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:38:07 ---> Running in 72e38271b3c9 04:38:07 Removing intermediate container 7947da9c189f 04:38:07 ---> 07d26386255c 04:38:07 Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:38:07 Successfully built 45a6db14fab2 04:38:07 Successfully tagged docker-security-secrets-setup-go:latest 04:38:07 Building docker-sys-mgmt-agent-go 04:38:07 ---> Running in d9877642d82e 04:38:07  Building docker-security-secrets-setup-go ... done  ---> Running in 82ec21f2fab2 04:38:07 Removing intermediate container 72e38271b3c9 04:38:07 ---> 6e64bf63b5b5 04:38:07 Step 20/20 : LABEL version=0.0.0 04:38:08 Removing intermediate container d9877642d82e 04:38:08 ---> 1b66a57c7b6b 04:38:08 Step 21/21 : LABEL version=0.0.0 04:38:08 Removing intermediate container 82ec21f2fab2 04:38:08 ---> cb650996d96b 04:38:08 Step 21/21 : LABEL version=0.0.0 04:38:08 ---> Running in 504ba5d3f8f6 04:38:08 ---> Running in 73672b19889d 04:38:09 ---> Running in b90b29751c36 04:38:11 Removing intermediate container 504ba5d3f8f6 04:38:11 ---> 7f27b21bf4d0 04:38:11 04:38:11 Successfully built 7f27b21bf4d0 04:38:11 Removing intermediate container 73672b19889d 04:38:11 ---> 8c8f7252131f 04:38:11 04:38:11 Removing intermediate container b90b29751c36 04:38:11 ---> 2e8b0e96f4ae 04:38:11 04:38:11 Successfully tagged docker-security-proxy-setup-go:latest 04:38:11 Building docker-support-notifications-go 04:38:11  Building docker-security-proxy-setup-go ... done Successfully built 2e8b0e96f4ae 04:38:11 Successfully built 8c8f7252131f 04:38:12 Successfully tagged docker-core-command-go:latest 04:38:12  Building docker-core-command-go ... done Building docker-support-scheduler-go 04:38:14 Successfully tagged docker-core-metadata-go:latest 04:38:14  Building docker-core-metadata-go ... done Building docker-core-data-go 04:38:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:32 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:38:32 ---> 0da6a75ad4d0 04:38:32 Step 3/26 : WORKDIR /edgex-go 04:38:32 ---> Using cache 04:38:32 ---> 71a39af03148 04:38:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:32 ---> Using cache 04:38:32 ---> a6ee6548d5c3 04:38:32 Step 5/26 : RUN apk update && apk add make bash git 04:38:33 ---> Running in 6eb6008315c2 04:38:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:34 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.052s 04:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:39 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:39 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:38:39 ---> 0da6a75ad4d0 04:38:39 Step 3/20 : WORKDIR /edgex-go 04:38:39 ---> Using cache 04:38:39 ---> 71a39af03148 04:38:39 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:39 ---> Using cache 04:38:39 ---> a6ee6548d5c3 04:38:39 Step 5/20 : RUN apk update && apk add make git 04:38:39 ---> Using cache 04:38:39 ---> 21321a1ef5fc 04:38:39 Step 6/20 : COPY go.mod . 04:38:39 ---> Using cache 04:38:39 ---> dac312cfbaef 04:38:39 Step 7/20 : RUN go mod download 04:38:39 ---> Using cache 04:38:39 ---> 8360ac64055e 04:38:39 Step 8/20 : COPY . . 04:38:39 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:38:39 ---> 0da6a75ad4d0 04:38:39 Step 3/22 : WORKDIR /edgex-go 04:38:39 ---> Using cache 04:38:39 ---> 71a39af03148 04:38:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:39 ---> Using cache 04:38:39 ---> a6ee6548d5c3 04:38:39 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:38:39 ---> Using cache 04:38:39 ---> c1cd2133386d 04:38:39 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:38:39 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:38:39 ---> 0da6a75ad4d0 04:38:39 Step 3/23 : WORKDIR /edgex-go 04:38:39 ---> Using cache 04:38:39 ---> 71a39af03148 04:38:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:39 ---> Using cache 04:38:39 ---> a6ee6548d5c3 04:38:39 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:39 ---> Running in 0c5c32980a0a 04:38:40 ---> Running in 7b6e2f20a123 04:38:40 ---> Running in 1ff3f6848659 04:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:40 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:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:40 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:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:42 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:42 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:42 OK: 12749 distinct packages available 04:38:42 OK: 233 MiB in 51 packages 04:38:42 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:42 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:42 OK: 12749 distinct packages available 04:38:42 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:42 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:42 OK: 12749 distinct packages available 04:38:42 OK: 233 MiB in 51 packages 04:38:43 OK: 233 MiB in 51 packages 04:38:44 Removing intermediate container 7b6e2f20a123 04:38:44 ---> 35407a4126ab 04:38:44 Step 6/22 : COPY go.mod . 04:38:44 Removing intermediate container 0c5c32980a0a 04:38:44 ---> 7ea5c20be9b7 04:38:44 Step 6/23 : COPY go.mod . 04:38:44 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:38:44 Removing intermediate container 6eb6008315c2 04:38:44 ---> 60f826d1e5ed 04:38:44 Step 6/26 : COPY go.mod . 04:38:44 ---> 74d35d1e3b8a 04:38:44 Step 7/22 : RUN go mod download 04:38:44 ---> Running in 2c8613bcffea 04:38:44 ---> c10004f60459 04:38:44 Step 7/23 : RUN go mod download 04:38:45 ---> Running in d776052a087d 04:38:45 ---> ac8641c15fc2 04:38:45 Step 7/26 : RUN go mod download 04:38:45 ---> Running in 7d436cc268f8 04:38:47 Removing intermediate container 2c8613bcffea 04:38:47 ---> 0364260132ee 04:38:47 Step 8/22 : COPY . . 04:38:47 Removing intermediate container d776052a087d 04:38:47 ---> c57cad5abab0 04:38:47 Step 8/23 : COPY . . 04:38:47 Removing intermediate container 7d436cc268f8 04:38:47 ---> 013b22b3acc5 04:38:47 Step 8/26 : COPY . . 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.067s coverage: 46.6% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.299s coverage: 27.4% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 30.1% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 89.8% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.111s coverage: 100.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 04:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.228s coverage: 63.5% of statements 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 04:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 55.9% of statements 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:09 Removing intermediate container 67d2d4c0815b 04:39:09 ---> bcc43022a9e2 04:39:09 04:39:09 Step 10/26 : FROM alpine:3.10 04:39:09 3.10: Pulling from library/alpine 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.771s coverage: 86.3% of statements 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.195s coverage: 72.2% of statements 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.400s coverage: 72.1% of statements 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.029s coverage: 28.8% of statements 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:11 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:39:12 Status: Downloaded newer image for alpine:3.10 04:39:12 ---> be4e4bea2c2e 04:39:12 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.029s coverage: 96.8% of statements 04:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:13 ---> Running in fc85605ec5c5 04:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:39:17 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:39:17 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:39:17 OK: 10346 distinct packages available 04:39:17 (1/5) Installing ca-certificates (20191127-r2) 04:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 26.9% of statements 04:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.352s coverage: 84.1% of statements 04:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 04:39:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:39:17 (3/5) Installing libcurl (7.66.0-r0) 04:39:17 (4/5) Installing curl (7.66.0-r0) 04:39:17 (5/5) Installing dumb-init (1.2.2-r1) 04:39:17 Executing busybox-1.30.1-r3.trigger 04:39:17 Executing ca-certificates-20191127-r2.trigger 04:39:17 OK: 7 MiB in 19 packages 04:39:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 43.1% of statements 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.047s coverage: 100.0% of statements 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.126s coverage: 83.8% of statements 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:21 Removing intermediate container fc85605ec5c5 04:39:21 ---> 150b9f8404a5 04:39:21 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:39:21 ---> c3168c6f33e0 04:39:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:39:21 ---> d0e0df138acb 04:39:21 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:39:22 ---> 4936690367dc 04:39:22 Step 9/22 : RUN make cmd/core-data/core-data 04:39:22 ---> Running in 02be170a7524 04:39:22 ---> Running in 48a1d655fc0f 04:39:22 ---> Running in 1af14b8c77db 04:39:23 ---> Running in 11fce77fee4a 04:39:23 Removing intermediate container 48a1d655fc0f 04:39:23 ---> 60f3fd35a857 04:39:23 Step 13/26 : WORKDIR / 04:39:24 Removing intermediate container 1ff3f6848659 04:39:24 ---> 76ecd745523e 04:39:24 04:39:24 Step 10/20 : FROM scratch 04:39:24 ---> 04:39:24 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:24 ---> Running in 070401fe567f 04:39:24 ---> Using cache 04:39:24 ---> 72108ecc6679 04:39:24 Step 12/20 : ENV APP_PORT=48085 04:39:24 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:39:24 ---> Running in 864e75d592fb 04:39:24 Removing intermediate container 070401fe567f 04:39:24 ---> 7476a18bfa54 04:39:24 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:39:25 Removing intermediate container 864e75d592fb 04:39:25 ---> 0daa7bcc1f85 04:39:25 Step 13/20 : EXPOSE $APP_PORT 04:39:25 ---> Running in cf408815e804 04:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.214s coverage: 46.1% of statements 04:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 04:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements 04:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements 04:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:25 ---> 5d7c20b50d4c 04:39:25 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:39:25 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:39:25 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:25 Removing intermediate container cf408815e804 04:39:25 ---> 83b96188955c 04:39:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:39:25 ---> 15da76a21e92 04:39:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:39:26 ---> 6742155bf231 04:39:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:39:26 ---> 0cfbd9140792 04:39:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:39:26 ---> bcb011378990 04:39:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:39:27 ---> 20f0afb43098 04:39:27 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:39:28 ---> c488a6401c10 04:39:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:39:28 ---> db1f499b7e14 04:39:28 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:28 ---> Running in 5854ccce85b7 04:39:29 Removing intermediate container 5854ccce85b7 04:39:29 ---> 5e6270185cef 04:39:29 Step 18/20 : LABEL arch=x86_64 04:39:29 ---> Running in 94757856b43b 04:39:29 ---> 2aa8604c5a14 04:39:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:39:29 Removing intermediate container 94757856b43b 04:39:29 ---> 3de330afadbb 04:39:29 Step 19/20 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:39:29 ---> Running in 5c8cb216cf1f 04:39:30 Removing intermediate container 5c8cb216cf1f 04:39:30 ---> ea5b387bc0e4 04:39:30 Step 20/20 : LABEL version=0.0.0 04:39:30 ---> Running in 850c67c1c83b 04:39:30 ---> af5e12a9bf7a 04:39:30 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.180s coverage: 29.1% of statements 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:30 Removing intermediate container 850c67c1c83b 04:39:30 ---> 49878347c928 04:39:30 04:39:31 Successfully built 49878347c928 04:39:31 Successfully tagged docker-support-scheduler-go:latest 04:39:31  Building docker-support-scheduler-go ... done  ---> fe139a4ce414 04:39:31 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:31 ---> Running in c3e57a8f442b 04:39:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 04:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements 04:39:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements 04:39:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 04:39:34 GO111MODULE=on go vet ./... 04:39:35 Removing intermediate container c3e57a8f442b 04:39:35 ---> 189ea4f416b3 04:39:35 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:39:35 ---> Running in ffc082588fa9 04:39:35 Removing intermediate container ffc082588fa9 04:39:35 ---> a6eb45e21e59 04:39:35 Step 24/26 : LABEL arch=x86_64 04:39:35 ---> Running in cb45dfb52dcd 04:39:35 Removing intermediate container cb45dfb52dcd 04:39:35 ---> ac7d3bb89e5a 04:39:35 Step 25/26 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:39:35 ---> Running in 0eef8dfd39d3 04:39:36 Removing intermediate container 0eef8dfd39d3 04:39:36 ---> d4ac85c16819 04:39:36 Step 26/26 : LABEL version=0.0.0 04:39:36 ---> Running in 8b7dbcb5951c 04:39:36 Removing intermediate container 8b7dbcb5951c 04:39:36 ---> 86d96c89ab34 04:39:36 04:39:37 Successfully built 86d96c89ab34 04:39:37 Successfully tagged docker-security-secretstore-setup-go:latest 04:39:49  Building docker-security-secretstore-setup-go ... done Removing intermediate container 02be170a7524 04:39:49 ---> 747e34debeaa 04:39:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:39:49 ---> Running in 66983adf133c 04:39: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:39:53 gofmt -l . 04:39:53 [ "`gofmt -l .`" = "" ] 04:39:54 Removing intermediate container 1af14b8c77db 04:39:54 ---> 2bf0e9c90c60 04:39:54 04:39:54 Step 10/23 : FROM scratch 04:39:54 ---> 04:39:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:39:54 ---> Using cache 04:39:54 ---> 94196c6812f8 04:39:54 Step 12/23 : ENV APP_PORT=48060 04:39:54 ---> Running in 399d7be7d3b5 04:39:54 Removing intermediate container 399d7be7d3b5 04:39:54 ---> 0e43ced37347 04:39:54 Step 13/23 : EXPOSE $APP_PORT 04:39:54 ---> Running in 873caa75c647 04:39:54 Removing intermediate container 66983adf133c 04:39:54 ---> 1bd8a805fb2a 04:39:54 04:39:54 Step 11/26 : FROM docker:latest 04:39:54 ---> 81f5749c9058 04:39:54 Step 12/26 : RUN apk add --no-cache bash 04:39:55 ./bin/test-go-mod-tidy.sh 04:39:55 ./bin/test-attribution-txt.sh 04:39:56 Removing intermediate container 873caa75c647 04:39:56 ---> 0f55006f16bd 04:39:56 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:39:56 ---> Running in 1db2e2246ec2 04:39:56 Removing intermediate container 11fce77fee4a 04:39:56 ---> 78c9798982df 04:39:56 04:39:56 Step 10/22 : FROM alpine 04:39:56 ---> a24bb4013296 04:39:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:56 ---> Running in 57f17c532b03 04:39:56 ---> 02c0b6172415 04:39:56 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:39:56 Removing intermediate container 57f17c532b03 04:39:56 ---> 5c37125e6b07 04:39:56 Step 12/22 : ENV APP_PORT=48080 04:39:57 ---> Running in 4b7e973e9fff 04:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:57 (1/2) Installing readline (8.0.4-r0) 04:39:57 (2/2) Installing bash (5.0.17-r0) 04:39:57 Executing bash-5.0.17-r0.post-install 04:39:57 Executing busybox-1.31.1-r16.trigger 04:39:57 Removing intermediate container 4b7e973e9fff 04:39:57 ---> 92ae2a4245e7 04:39:57 Step 13/22 : EXPOSE $APP_PORT 04:39:57 OK: 12 MiB in 22 packages 04:39:58 ---> a57d5406ae22 04:39:58 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:39:58 ---> Running in f3426927171e 04:39:58 Removing intermediate container f3426927171e 04:39:58 ---> 45ea3cd9ea8a 04:39:58 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:58 Removing intermediate container 1db2e2246ec2 04:39:58 ---> 8669ee0664f4 04:39:58 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:39:58 ---> Running in b3318823034f 04:39:59 ---> Running in 5acc2bd2f8d2 04:39:59 ---> 0d211f8a0439 04:39:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:39:59 docker run --rm --privileged \ 04:39:59 -v /w/workspace/edgex-go/16:/raml-verification -w /raml-verification \ 04:39:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 04:39:59 /scripts/raml-verify.sh 04:39:59 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 04:39:59 aarch64: Pulling from edgex-devops/edgex-docs-builder 04:39:59 29e5d40040c1: Pulling fs layer 04:39:59 8c46fbeab2c7: Pulling fs layer 04:39:59 8ba552a4e5fe: Pulling fs layer 04:39:59 1fb62381901b: Pulling fs layer 04:39:59 147fb30a95d9: Pulling fs layer 04:39:59 3ccc99ad11dc: Pulling fs layer 04:39:59 147fb30a95d9: Waiting 04:39:59 3ccc99ad11dc: Waiting 04:39:59 1fb62381901b: Waiting 04:39:59 29e5d40040c1: Verifying Checksum 04:39:59 29e5d40040c1: Download complete 04:39:59 1fb62381901b: Verifying Checksum 04:39:59 1fb62381901b: Download complete 04:39:59 8ba552a4e5fe: Verifying Checksum 04:39:59 8ba552a4e5fe: Download complete 04:39:59 3ccc99ad11dc: Verifying Checksum 04:39:59 3ccc99ad11dc: Download complete 04:39:59 ---> dacfdd6dddba 04:39:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:39:59 147fb30a95d9: Verifying Checksum 04:39:59 147fb30a95d9: Download complete 04:39:59 29e5d40040c1: Pull complete 04:39:59 8c46fbeab2c7: Verifying Checksum 04:39:59 8c46fbeab2c7: Download complete 04:39:59 ---> 020efeb83641 04:39:59 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:40:01 Removing intermediate container b3318823034f 04:40:01 ---> ba8394800a31 04:40:01 Step 15/22 : RUN apk --no-cache add zeromq 04:40:01 Removing intermediate container 5acc2bd2f8d2 04:40:01 ---> 33dacc85411b 04:40:01 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:40:01 ---> Running in 734f749de1a4 04:40:01 ---> 4bcec7151209 04:40:01 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:01 ---> Running in 800391c337d4 04:40:01 ---> Running in f99058fa6888 04:40:01 Removing intermediate container 800391c337d4 04:40:01 ---> 2cc65c2ff237 04:40:01 Step 15/26 : ENV APP_PORT=48090 04:40:01 ---> Running in fccdfa97e475 04:40:01 Removing intermediate container f99058fa6888 04:40:01 ---> 71d530ba0892 04:40:01 Step 21/23 : LABEL arch=x86_64 04:40:01 ---> Running in efc8797a4b3d 04:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:02 Removing intermediate container fccdfa97e475 04:40:02 ---> 1347c8564f9d 04:40:02 Step 16/26 : EXPOSE $APP_PORT 04:40:02 Removing intermediate container efc8797a4b3d 04:40:02 ---> 94c4c31dcf94 04:40:02 Step 22/23 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:40:02 ---> Running in aa7a663ae097 04:40:02 ---> Running in 98a5be6f5e92 04:40:02 Removing intermediate container aa7a663ae097 04:40:02 ---> fe4332a5976b 04:40:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:40:02 Removing intermediate container 98a5be6f5e92 04:40:02 ---> 40af74d22f5b 04:40:02 Step 23/23 : LABEL version=0.0.0 04:40:02 ---> Running in 5c159df8b5b8 04:40:02 Removing intermediate container 5c159df8b5b8 04:40:02 ---> a724c3ed6734 04:40:02 04:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:02 ---> 40a3cdcaa282 04:40:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:40:02 Successfully built a724c3ed6734 04:40:02 Successfully tagged docker-support-notifications-go:latest 04:40:03  Building docker-support-notifications-go ... done  ---> 4cca20fa57ab 04:40:03 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:40:03 ---> 6945250b06c3 04:40:03 Step 20/26 : RUN apk --no-cache add py-pip 04:40:03 ---> Running in fd689273a728 04:40:03 (1/5) Installing libgcc (9.3.0-r2) 04:40:03 (2/5) Installing libsodium (1.0.18-r0) 04:40:03 (3/5) Installing libstdc++ (9.3.0-r2) 04:40:03 8c46fbeab2c7: Pull complete 04:40:04 (4/5) Installing libzmq (4.3.2-r0) 04:40:04 8ba552a4e5fe: Pull complete 04:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:04 (5/5) Installing zeromq (4.3.2-r0) 04:40:04 1fb62381901b: Pull complete 04:40:04 Executing busybox-1.31.1-r16.trigger 04:40:04 OK: 8 MiB in 19 packages 04:40:04 (1/33) Installing libbz2 (1.0.8-r1) 04:40:04 (2/33) Installing expat (2.2.9-r1) 04:40:04 (3/33) Installing libffi (3.3-r2) 04:40:04 (4/33) Installing gdbm (1.13-r1) 04:40:04 (5/33) Installing xz-libs (5.2.5-r0) 04:40:04 (6/33) Installing sqlite-libs (3.32.1-r0) 04:40:04 (7/33) Installing python3 (3.8.5-r0) 04:40:08 (8/33) Installing py3-appdirs (1.4.4-r1) 04:40:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:40:08 (10/33) Installing py3-parsing (2.4.7-r0) 04:40:08 (11/33) Installing py3-six (1.15.0-r0) 04:40:08 (12/33) Installing py3-packaging (20.4-r0) 04:40:08 (13/33) Installing py3-setuptools (47.0.0-r0) 04:40:08 Removing intermediate container 734f749de1a4 04:40:08 ---> de38951e4536 04:40:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:40:08 (14/33) Installing py3-chardet (3.0.4-r4) 04:40:08 (15/33) Installing py3-idna (2.9-r0) 04:40:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:40:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:40:08 (18/33) Installing py3-requests (2.23.0-r0) 04:40:08 (19/33) Installing py3-msgpack (1.0.0-r0) 04:40:08 (20/33) Installing py3-lockfile (0.12.2-r3) 04:40:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:40:08 (22/33) Installing py3-colorama (0.4.3-r0) 04:40:08 (23/33) Installing py3-distlib (0.3.0-r0) 04:40:08 (24/33) Installing py3-distro (1.5.0-r1) 04:40:08 (25/33) Installing py3-webencodings (0.5.1-r3) 04:40:08 (26/33) Installing py3-html5lib (1.0.1-r4) 04:40:08 (27/33) Installing py3-pytoml (0.1.21-r0) 04:40:08 (28/33) Installing py3-pep517 (0.8.2-r0) 04:40:08 (29/33) Installing py3-progress (1.5-r0) 04:40:08 (30/33) Installing py3-toml (0.10.1-r0) 04:40:09 147fb30a95d9: Pull complete 04:40:09 3ccc99ad11dc: Pull complete 04:40:09 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 04:40:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 04:40:10 (31/33) Installing py3-retrying (1.3.3-r0) 04:40:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:40:10 (33/33) Installing py3-pip (20.1.1-r0) 04:40:10 ---> 54c9695f0edb 04:40:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:40:10 Executing busybox-1.31.1-r16.trigger 04:40:10 OK: 71 MiB in 55 packages 04:40:11 ---> f5b5a2b18bf8 04:40:11 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:40:12 Verifying ./api/raml/core-command.raml... 04:40:13 ---> 77c43e4bb84c 04:40:13 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:15 ---> Running in 5f7ddfb15117 04:40:15 Removing intermediate container fd689273a728 04:40:15 ---> fcb08ac0a63e 04:40:15 Step 21/26 : RUN pip install docker-compose==1.23.2 04:40:15 ---> Running in da022a89151f 04:40:15 Removing intermediate container 5f7ddfb15117 04:40:15 ---> 559e99c73743 04:40:15 Step 20/22 : LABEL arch=x86_64 04:40:16 ---> Running in 93bbad320c8e 04:40:16 Removing intermediate container 93bbad320c8e 04:40:16 ---> adbda384557d 04:40:16 Step 21/22 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:40:16 OK 04:40:16 Verifying ./api/raml/core-metadata.raml... 04:40:16 ---> Running in b95721a0036f 04:40:16 Removing intermediate container b95721a0036f 04:40:16 ---> 0448530ae8bf 04:40:16 Step 22/22 : LABEL version=0.0.0 04:40:16 ---> Running in 40bc5d6974fb 04:40:16 Removing intermediate container 40bc5d6974fb 04:40:16 ---> a9ff4c0f9650 04:40:16 04:40:16 Successfully built a9ff4c0f9650 04:40:16 Successfully tagged docker-core-data-go:latest 04:40:17  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 04:40:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:40:17 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:40:17 Collecting PyYAML<4,>=3.10 04:40:17 Downloading PyYAML-3.13.tar.gz (270 kB) 04:40:18 Collecting jsonschema<3,>=2.5.1 04:40:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:40:18 Collecting websocket-client<1.0,>=0.32.0 04:40:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:40:18 Collecting dockerpty<0.5,>=0.4.1 04:40:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:40:19 Collecting docopt<0.7,>=0.6.1 04:40:19 Downloading docopt-0.6.2.tar.gz (25 kB) 04:40:20 Collecting cached-property<2,>=1.2.0 04:40:20 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:40:20 Collecting docker<4.0,>=3.6.0 04:40:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:40:20 Collecting texttable<0.10,>=0.9.0 04:40:20 Downloading texttable-0.9.1.tar.gz (11 kB) 04:40:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:40:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:40:20 Collecting docker-pycreds>=0.4.0 04:40:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:40:21 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:40:21 Collecting idna<2.8,>=2.5 04:40:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:40:21 Collecting urllib3<1.25,>=1.21.1 04:40:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:40:21 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:40:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:40:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:40:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:40:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:40:21 Installing collected packages: PyYAML, jsonschema, websocket-client, dockerpty, docopt, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, docker-compose 04:40:21 Running setup.py install for PyYAML: started 04:40:22 Running setup.py install for PyYAML: finished with status 'done' 04:40:22 Running setup.py install for dockerpty: started 04:40:22 Running setup.py install for dockerpty: finished with status 'done' 04:40:22 Running setup.py install for docopt: started 04:40:23 Running setup.py install for docopt: finished with status 'done' 04:40:23 Attempting uninstall: idna 04:40:23 Found existing installation: idna 2.9 04:40:23 Uninstalling idna-2.9: 04:40:23 Successfully uninstalled idna-2.9 04:40:23 Attempting uninstall: urllib3 04:40:23 Found existing installation: urllib3 1.25.9 04:40:23 Uninstalling urllib3-1.25.9: 04:40:23 Successfully uninstalled urllib3-1.25.9 04:40:23 Attempting uninstall: requests 04:40:23 Found existing installation: requests 2.23.0 04:40:23 Uninstalling requests-2.23.0: 04:40:23 Successfully uninstalled requests-2.23.0 04:40:24 Running setup.py install for texttable: started 04:40:24 OK 04:40:24 Verifying ./api/raml/support-logging.raml... 04:40:24 Running setup.py install for texttable: finished with status 'done' 04:40:24 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:40:27 OK 04:40:27 Verifying ./api/raml/support-scheduler.raml... 04:40:29 Removing intermediate container da022a89151f 04:40:29 ---> f0bc7e8903f1 04:40:29 Step 22/26 : RUN apk --no-cache add curl 04:40:29 ---> Running in ffddfd74e411 04:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:40:29 (2/3) Installing libcurl (7.69.1-r0) 04:40:29 (3/3) Installing curl (7.69.1-r0) 04:40:29 Executing busybox-1.31.1-r16.trigger 04:40:29 OK: 72 MiB in 58 packages 04:40:29 Removing intermediate container ffddfd74e411 04:40:29 ---> dbd010dd0a6c 04:40:29 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:29 ---> Running in 03391a4f920d 04:40:30 Removing intermediate container 03391a4f920d 04:40:30 ---> d1a2b225f827 04:40:30 Step 24/26 : LABEL arch=x86_64 04:40:30 ---> Running in 22f112d74ff3 04:40:30 Removing intermediate container 22f112d74ff3 04:40:30 ---> a2160cca43a8 04:40:30 Step 25/26 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:40:30 ---> Running in 33d819e3a9eb 04:40:30 Removing intermediate container 33d819e3a9eb 04:40:30 ---> 1f63245dc0a2 04:40:30 Step 26/26 : LABEL version=0.0.0 04:40:30 ---> Running in 55c60c90139f 04:40:30 Removing intermediate container 55c60c90139f 04:40:30 ---> b101b8eaae1f 04:40:30 04:40:30 Successfully built b101b8eaae1f 04:40:30 Successfully tagged docker-sys-mgmt-agent-go:latest 04:40:31 OK 04:40:31 Verifying ./api/raml/core-data.raml... 04:40:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:40:31 $ docker stop --time=1 4cb37aee9e08b562bf190c6a1a646d1f558c175275a94326354206beb4c4c893 04:40:33 $ docker rm -f 4cb37aee9e08b562bf190c6a1a646d1f558c175275a94326354206beb4c4c893 [Pipeline] // withDockerContainer [Pipeline] sh 04:40:33 + docker images 04:40:33 + grep docker 04:40:33 docker-sys-mgmt-agent-go latest b101b8eaae1f 3 seconds ago 284MB 04:40:33 docker-core-data-go latest a9ff4c0f9650 17 seconds ago 23.8MB 04:40:33 docker-support-notifications-go latest a724c3ed6734 31 seconds ago 14.4MB 04:40:33 docker-security-secretstore-setup-go latest 86d96c89ab34 57 seconds ago 33.9MB 04:40:33 docker-support-scheduler-go latest 49878347c928 About a minute ago 13.1MB 04:40:33 docker-core-command-go latest 2e8b0e96f4ae 2 minutes ago 13MB 04:40:33 docker-core-metadata-go latest 8c8f7252131f 2 minutes ago 14.4MB 04:40:33 docker-security-proxy-setup-go latest 7f27b21bf4d0 2 minutes ago 16.4MB 04:40:33 docker-security-secrets-setup-go latest 45a6db14fab2 2 minutes ago 25.1MB 04:40:33 docker-support-logging-go latest 4613fa65e0ea 2 minutes ago 11.8MB 04:40:33 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:40:37 OK 04:40:37 Verifying ./api/raml/support-notifications.raml... 04:40:42 OK 04:40:42 Verifying ./api/raml/system-agent.raml... 04:40:44 OK [Pipeline] sh 04:40:46 + ls -al . 04:40:46 total 588 04:40:46 drwxrwxr-x 10 1001 1001 4096 Jul 25 04:39 . 04:40:46 drwxr-xr-x 4 root root 4096 Jul 25 04:37 .. 04:40:46 -rw-rw-r-- 1 1001 1001 11 Jul 25 04:35 .dockerignore 04:40:46 drwxrwxr-x 8 1001 1001 4096 Jul 25 04:35 .git 04:40:46 drwxrwxr-x 3 1001 1001 4096 Jul 25 04:35 .github 04:40:46 -rw-rw-r-- 1 1001 1001 924 Jul 25 04:35 .gitignore 04:40:46 drwxrwxr-x 3 1001 1001 4096 Jul 25 04:35 .semver 04:40:46 -rw-rw-r-- 1 1001 1001 178 Jul 25 04:35 .sonarcloud.properties 04:40:46 -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:35 CONTRIBUTING.md 04:40:46 -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:35 Dockerfile.build 04:40:46 -rw-rw-r-- 1 1001 1001 824 Jul 25 04:35 Jenkinsfile 04:40:46 -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:35 LICENSE 04:40:46 -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:35 Makefile 04:40:46 -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:35 README.md 04:40:46 -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:35 SECURITY.md 04:40:46 -rw-rw-r-- 1 1001 1001 5 Jul 25 04:32 VERSION 04:40:46 -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:35 ZMQWindows.md 04:40:46 drwxrwxr-x 4 1001 1001 4096 Jul 25 04:35 api 04:40:46 drwxrwxr-x 2 1001 1001 4096 Jul 25 04:35 bin 04:40:46 drwxrwxr-x 15 1001 1001 4096 Jul 25 04:35 cmd 04:40:46 -rw-r--r-- 1 root root 458256 Jul 25 04:39 coverage.out 04:40:46 -rw-r--r-- 1 root root 1019 Jul 25 04:39 go.mod 04:40:46 -rw-r--r-- 1 root root 18146 Jul 25 04:39 go.sum 04:40:46 drwxrwxr-x 8 1001 1001 4096 Jul 25 04:35 internal 04:40:46 drwxrwxr-x 4 1001 1001 4096 Jul 25 04:35 snap 04:40:46 -rw-rw-r-- 1 1001 1001 168 Jul 25 04:35 version.go [Pipeline] sh 04:40:47 + '[' -e coverage.out ] 04:40:47 + chown 1001:1001 coverage.out [Pipeline] stash 04:40:47 Warning: overwriting stash ‘coverage-report’ 04:40:48 Stashed 1 file(s) [Pipeline] sh 04:40:48 + make build 04:40:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:41:11 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:41:21 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:41:24 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:41:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:41:35 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:41:36 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:41:40 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:41:47 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:41:51 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:41: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:42:02 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:42:05 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:42:10 $ docker stop --time=1 a0f60cce3fb11fc88934865daf4366bb00badb9b09f024a26f4de2e507c464d7 04:42:12 $ docker rm -f a0f60cce3fb11fc88934865daf4366bb00badb9b09f024a26f4de2e507c464d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:14 04:42:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:42:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:15 latest: Pulling from edgex-devops/edgex-compose-arm64 04:42:15 29e5d40040c1: Already exists 04:42:15 1ce36da41761: Pulling fs layer 04:42:15 25b303627fd3: Pulling fs layer 04:42:15 1ce36da41761: Verifying Checksum 04:42:15 1ce36da41761: Download complete 04:42:17 1ce36da41761: Pull complete 04:42:17 25b303627fd3: Verifying Checksum 04:42:17 25b303627fd3: Download complete 04:42:27 25b303627fd3: Pull complete 04:42:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:42:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:42:27 prd-ubuntu18.04-docker-arm64-4c-16g-976 does not seem to be running inside a container 04:42:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:31 $ docker top 8a0ae0162c76398d3184b4d7c0a4c1d622f157369145d567eb72008bf87f5157 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:33 + + docker-composegrep build parallel --help 04:42:33 04:42:38 --parallel Build images in parallel. [Pipeline] } 04:42:38 $ docker stop --time=1 8a0ae0162c76398d3184b4d7c0a4c1d622f157369145d567eb72008bf87f5157 04:42:40 $ docker rm -f 8a0ae0162c76398d3184b4d7c0a4c1d622f157369145d567eb72008bf87f5157 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:41 . [Pipeline] withDockerContainer 04:42:41 prd-ubuntu18.04-docker-arm64-4c-16g-976 does not seem to be running inside a container 04:42:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:43 $ docker top 8be1780e42347dfb76565d7e7cf131704924e8a399d52b00ab6fc4a8d0ce25b9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:44 + docker-compose -f ./docker-compose-build.yml build --parallel 04:42:49 Building docker-core-command-go ... 04:42:49 Building docker-core-data-go ... 04:42:49 Building docker-core-metadata-go ... 04:42:49 Building docker-security-proxy-setup-go ... 04:42:49 Building docker-security-secrets-setup-go ... 04:42:49 Building docker-security-secretstore-setup-go ... 04:42:49 Building docker-support-logging-go ... 04:42:49 Building docker-support-notifications-go ... 04:42:49 Building docker-support-scheduler-go ... 04:42:49 Building docker-sys-mgmt-agent-go ... 04:42:49 Building docker-core-data-go 04:42:49 Building docker-security-proxy-setup-go 04:42:49 Building docker-support-logging-go 04:42:49 Building docker-sys-mgmt-agent-go 04:42:49 Building docker-core-metadata-go 04:44:41 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:41 ---> 7e8702a175db 04:44:41 Step 3/21 : WORKDIR /edgex-go 04:44:41 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:41 ---> 7e8702a175db 04:44:41 Step 3/21 : WORKDIR /edgex-go 04:44:41 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:44:41 ---> 7e8702a175db 04:44:41 Step 3/26 : WORKDIR /edgex-go 04:44:41 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:44:41 ---> 7e8702a175db 04:44:41 Step 3/22 : WORKDIR /edgex-go 04:44:41 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:41 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:44:41 ---> 7e8702a175db 04:44:41 Step 3/20 : WORKDIR /edgex-go 04:44:43 ---> Running in 9a25c067567d 04:44:43 ---> Running in 1806c5d7cfc5 04:44:43 ---> Running in e47a3f3fc509 04:44:43 ---> Running in 87e681f015e6 04:44:43 ---> Running in aa82c6b7a446 04:44:44 Removing intermediate container 1806c5d7cfc5 04:44:44 ---> 1d5e5716df07 04:44:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:44 Removing intermediate container 87e681f015e6 04:44:44 ---> d2631665df4c 04:44:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:44 Removing intermediate container e47a3f3fc509 04:44:44 ---> b09422dfc3cd 04:44:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:44 Removing intermediate container 9a25c067567d 04:44:44 ---> ca606041513f 04:44:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:44 Removing intermediate container aa82c6b7a446 04:44:44 ---> 83d855288b96 04:44:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:44 ---> Running in 9b839813c286 04:44:44 ---> Running in dd0bb7569439 04:44:44 ---> Running in e4d5b203a0d1 04:44:44 ---> Running in 35cddbc6b5e8 04:44:44 ---> Running in f6a95fe4b906 04:44:48 Removing intermediate container 9b839813c286 04:44:48 ---> 6a955dbf6ee2 04:44:48 Step 5/26 : RUN apk update && apk add make bash git 04:44:49 ---> Running in b8b95a96ba57 04:44:49 Removing intermediate container dd0bb7569439 04:44:49 ---> 9ce0df07e860 04:44:49 Step 5/20 : RUN apk update && apk add make git 04:44:49 ---> Running in 143d996a22e9 04:44:49 Removing intermediate container f6a95fe4b906 04:44:49 ---> ca0a414d5b90 04:44:49 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:44:49 Removing intermediate container 35cddbc6b5e8 04:44:49 ---> 6b7a0ab15a99 04:44:49 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:44:50 ---> Running in 992a38ccff54 04:44:50 Removing intermediate container e4d5b203a0d1 04:44:50 ---> 56fbe5482420 04:44:50 Step 5/21 : RUN apk update && apk add make git 04:44:50 ---> Running in af814fc012ab 04:44:50 ---> Running in fee1fca30da0 04:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:54 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:54 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:54 OK: 12620 distinct packages available 04:44:54 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:54 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:54 OK: 12620 distinct packages available 04:44:54 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:54 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:54 OK: 12620 distinct packages available 04:44:54 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:54 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:54 OK: 12620 distinct packages available 04:44:55 OK: 217 MiB in 51 packages 04:44:55 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:55 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:55 OK: 12620 distinct packages available 04:44:55 OK: 217 MiB in 51 packages 04:44:55 OK: 217 MiB in 51 packages 04:44:55 OK: 217 MiB in 51 packages 04:44:56 OK: 217 MiB in 51 packages 04:44:56 OK: 217 MiB in 51 packages 04:44:57 Removing intermediate container b8b95a96ba57 04:44:57 ---> aa4c9328dd73 04:44:57 Step 6/26 : COPY go.mod . 04:44:57 Removing intermediate container 143d996a22e9 04:44:57 ---> 426da01a5edc 04:44:57 Step 6/20 : COPY go.mod . 04:44:57 Removing intermediate container af814fc012ab 04:44:57 ---> a8c25a721daa 04:44:57 Step 6/22 : COPY go.mod . 04:44:58 Removing intermediate container fee1fca30da0 04:44:58 ---> cd5306f7b595 04:44:58 Step 6/21 : COPY go.mod . 04:44:58 ---> 8a813415b9d1 04:44:58 Step 7/26 : RUN go mod download 04:44:58 Removing intermediate container 992a38ccff54 04:44:58 ---> e82f5c308e4a 04:44:58 Step 6/21 : COPY go.mod . ---> 65d41aaad085 04:44:58 04:44:58 Step 7/20 : RUN go mod download 04:44:58 ---> 403af794a9b7 04:44:58 Step 7/22 : RUN go mod download 04:44:58 ---> Running in 72412a5d9150 04:44:58 ---> Running in dab4f61c0bbe 04:44:59 ---> Running in bb710adf3a42 04:44:59 ---> e8496c5aeea2 04:44:59 Step 7/21 : RUN go mod download 04:44:59 ---> Running in c7c8063bc2ba 04:44:59 ---> bbea5ba19bad 04:44:59 Step 7/21 : RUN go mod download 04:45:00 ---> Running in 3b1b63f9184a 04:45:04 Removing intermediate container dab4f61c0bbe 04:45:04 ---> 967081d21080 04:45:04 Step 8/26 : COPY . . 04:45:04 Removing intermediate container 72412a5d9150 04:45:04 ---> 6580d5274c26 04:45:04 Step 8/20 : COPY . . 04:45:04 Removing intermediate container bb710adf3a42 04:45:04 ---> 6a3ae6e4cad5 04:45:04 Step 8/22 : COPY . . 04:45:04 Removing intermediate container 3b1b63f9184a 04:45:04 ---> 6eb78ba1b840 04:45:04 Step 8/21 : COPY . . 04:45:04 Removing intermediate container c7c8063bc2ba 04:45:04 ---> 95379ae199a6 04:45:04 Step 8/21 : COPY . . 04:45:37 ---> 733a8bc0a913 04:45:37 Step 9/22 : RUN make cmd/core-data/core-data 04:45:37 ---> 61d5817a293e 04:45:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:45:37 ---> 5a4290a7160f 04:45:37 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:45:37 ---> 8768fdda8ffc 04:45:37 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:45:37 ---> 2c1f7dd39564 04:45:37 Step 9/21 : RUN make cmd/support-logging/support-logging 04:45:37 ---> Running in 4181810ad89d 04:45:37 ---> Running in 7c0bf520b807 04:45:37 ---> Running in 209744511d6d 04:45:37 ---> Running in 087acbc55ac9 04:45:37 ---> Running in 5c9b4c8f5dd3 04:45:39 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:45:39 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:45:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:45:39 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:45:39 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:47:16 Removing intermediate container 209744511d6d 04:47:16 ---> 2b73cc78b6e9 04:47:16 04:47:16 Step 10/20 : FROM alpine 04:47:16 latest: Pulling from library/alpine 04:47:16 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:47:16 Status: Downloaded newer image for alpine:latest 04:47:16 ---> 62ee0e9f8440 04:47:16 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:47:16 ---> Running in b9c1b2bdef25 04:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:16 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:47:16 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:47:16 OK: 12620 distinct packages available 04:47:16 (1/4) Installing ca-certificates (20191127-r4) 04:47:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:47:16 (3/4) Installing libcurl (7.69.1-r0) 04:47:16 (4/4) Installing curl (7.69.1-r0) 04:47:16 Executing busybox-1.31.1-r16.trigger 04:47:16 Executing ca-certificates-20191127-r4.trigger 04:47:17 OK: 7 MiB in 18 packages 04:47:20 Removing intermediate container b9c1b2bdef25 04:47:20 ---> 61d0c1fa75f0 04:47:20 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:47:21 ---> Running in 4f6c0f56e080 04:47:22 Removing intermediate container 4f6c0f56e080 04:47:22 ---> e4760cd056f9 04:47:22 Step 13/20 : WORKDIR /edgex 04:47:22 ---> Running in addf8f499d0c 04:47:22 Removing intermediate container 5c9b4c8f5dd3 04:47:22 ---> 77550adf004d 04:47:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:47:23 ---> Running in e7d267da9eca 04:47:23 Removing intermediate container addf8f499d0c 04:47:23 ---> 43e796da817c 04:47:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:47:25 ---> c9617a404cf3 04:47:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:47:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:47:27 ---> bcd3ec5f779e 04:47:27 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:47:27 ---> Running in 2a64c1ad1471 04:47:28 Removing intermediate container 2a64c1ad1471 04:47:28 ---> acb90afd42b5 04:47:28 Step 17/20 : CMD ["--init=true"] 04:47:28 ---> Running in 37e39c8d91c0 04:47:29 Removing intermediate container 37e39c8d91c0 04:47:29 ---> eedd4e685b73 04:47:29 Step 18/20 : LABEL arch=arm64 04:47:30 ---> Running in aa24385c8b8d 04:47:31 Removing intermediate container aa24385c8b8d 04:47:31 ---> faa3b5f9e68c 04:47:31 Step 19/20 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:47:31 ---> Running in 6e4c882a3cbf 04:47:32 Removing intermediate container 7c0bf520b807 04:47:32 Removing intermediate container 6e4c882a3cbf 04:47:32 ---> c1d0bac06221 04:47:32 Step 20/20 : LABEL version=0.0.0 04:47:32 ---> 658411be8992 04:47:32 04:47:32 Step 10/21 : FROM scratch 04:47:32 ---> 04:47:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:32 ---> Running in 79499758d25b 04:47:32 ---> Running in 4767438a33bf 04:47:33 Removing intermediate container 79499758d25b 04:47:33 ---> 27c64b43ea4f 04:47:33 04:47:33 Removing intermediate container 4767438a33bf 04:47:33 ---> 4676f02fb650 04:47:33 Step 12/21 : ENV APP_PORT=48061 04:47:33 ---> Running in 005d283d40fc 04:47:34 Removing intermediate container e7d267da9eca 04:47:34 ---> edb3aecaef24 04:47:34 04:47:34 Step 11/26 : FROM docker:latest 04:47:34 ---> ce9d55ae87f1 04:47:34 Step 12/26 : RUN apk add --no-cache bash 04:47:34 ---> Running in 7b9b0c4e9f63 04:47:34 Successfully built 27c64b43ea4f 04:47:34 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:47:34  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 04:47:35 Removing intermediate container 005d283d40fc 04:47:35 ---> b9ab0ce2fcef 04:47:35 Step 13/21 : EXPOSE $APP_PORT 04:47:35 ---> Running in c1ef372b7b09 04:47:36 Removing intermediate container c1ef372b7b09 04:47:36 ---> ab941d25965b 04:47:36 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:38 (1/2) Installing readline (8.0.4-r0) 04:47:38 (2/2) Installing bash (5.0.17-r0) 04:47:38 Executing bash-5.0.17-r0.post-install 04:47:38 ---> 3c6bfbcff7ce 04:47:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:47:38 Executing busybox-1.31.1-r16.trigger 04:47:38 OK: 12 MiB in 22 packages 04:47:41 ---> e4b0bdedb31d 04:47:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:47:41 Removing intermediate container 7b9b0c4e9f63 04:47:41 ---> 8826e0e2723c 04:47:41 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:47:42 ---> Running in 34d91eb275f0 04:47:44 ---> 1dfee4fa399b 04:47:44 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:47:45 ---> 064285897962 04:47:45 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:45 ---> Running in 7b0878efa575 04:47:46 Removing intermediate container 7b0878efa575 04:47:46 ---> 1987ccf6db51 04:47:46 Step 19/21 : LABEL arch=arm64 04:47:46 Removing intermediate container 34d91eb275f0 04:47:46 ---> 72fdb5f5e3fb 04:47:46 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:47:46 ---> Running in 65a005394d5a 04:47:47 ---> Running in ab3a37338862 04:47:48 Removing intermediate container 65a005394d5a 04:47:48 ---> ef0f49b8427a 04:47:48 Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:47:48 Removing intermediate container ab3a37338862 04:47:48 ---> 708e0fa47ee7 04:47:48 Step 15/26 : ENV APP_PORT=48090 04:47:48 ---> Running in 5dc2fd8e2b54 04:47:49 ---> Running in d1199ec9ac99 04:47:49 Removing intermediate container 5dc2fd8e2b54 04:47:49 ---> ccc51f770757 04:47:49 Step 21/21 : LABEL version=0.0.0 04:47:50 Removing intermediate container d1199ec9ac99 04:47:50 ---> b867ed1ba61e 04:47:50 Step 16/26 : EXPOSE $APP_PORT 04:47:50 ---> Running in 8827888cb63a 04:47:50 ---> Running in 8cce9b2e6ff4 04:47:52 Removing intermediate container 8827888cb63a 04:47:52 ---> 3a296e789d94 04:47:52 04:47:52 Removing intermediate container 8cce9b2e6ff4 04:47:52 ---> a7018ef4b27d 04:47:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:47:52 Successfully built 3a296e789d94 04:47:52 Successfully tagged docker-support-logging-go-arm64:latest 04:47:52  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go 04:47:56 ---> b30a62faff51 04:47:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:47:57 Removing intermediate container 087acbc55ac9 04:47:57 ---> 8fce364eb03f 04:47:57 04:47:57 Step 10/21 : FROM scratch 04:47:57 ---> 04:47:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:57 ---> 7a8dd114a91f 04:47:57 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:47:58 ---> Running in 078bcb739738 04:47:59 Removing intermediate container 078bcb739738 04:47:59 ---> d03f2a3c6caa 04:47:59 Step 12/21 : ENV APP_PORT=48081 04:48:00 ---> e9a11b9306b3 04:48:00 Step 20/26 : RUN apk --no-cache add py-pip 04:48:00 ---> Running in 8e31d2234498 04:48:01 ---> Running in 9dd5fd42ea12 04:48:02 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:48:02 ---> 7e8702a175db 04:48:02 Step 3/26 : WORKDIR /edgex-go 04:48:02 ---> Using cache 04:48:02 ---> 83d855288b96 04:48:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:02 ---> Using cache 04:48:02 ---> ca0a414d5b90 04:48:02 Step 5/26 : RUN apk update && apk add make git 04:48:03 Removing intermediate container 8e31d2234498 04:48:03 ---> dd0dbf80243b 04:48:03 Step 13/21 : EXPOSE $APP_PORT 04:48:03 ---> Running in 42bac9bb34a7 04:48:04 ---> Running in 90a2408cd3cf 04:48:04 Removing intermediate container 4181810ad89d 04:48:04 ---> eab93fcd3747 04:48:04 04:48:04 Step 10/22 : FROM alpine 04:48:04 ---> 62ee0e9f8440 04:48:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:05 ---> Running in 4a67ec4e0ab1 04:48:05 Removing intermediate container 90a2408cd3cf 04:48:05 ---> 3aa4c76e49f9 04:48:05 Step 14/21 : WORKDIR / 04:48:05 ---> Running in f75939e595b0 04:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:05 Removing intermediate container 4a67ec4e0ab1 04:48:05 ---> 1f21c7abdfe9 04:48:05 Step 12/22 : ENV APP_PORT=48080 04:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:05 ---> Running in 2cd77d5c6e46 04:48:05 Removing intermediate container f75939e595b0 04:48:05 ---> 32d2624a4a82 04:48:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:06 (1/33) Installing libbz2 (1.0.8-r1) 04:48:06 (2/33) Installing expat (2.2.9-r1) 04:48:06 (3/33) Installing libffi (3.3-r2) 04:48:06 (4/33) Installing gdbm (1.13-r1) 04:48:06 (5/33) Installing xz-libs (5.2.5-r0) 04:48:06 (6/33) Installing sqlite-libs (3.32.1-r0) 04:48:06 (7/33) Installing python3 (3.8.5-r0) 04:48:06 Removing intermediate container 2cd77d5c6e46 04:48:06 ---> dbcd76266b0a 04:48:06 Step 13/22 : EXPOSE $APP_PORT 04:48:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:07 ---> a0facbfcdb0f 04:48:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:48:08 ---> Running in 6876a4efa4d9 04:48:08 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:08 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:08 OK: 12620 distinct packages available 04:48:08 (8/33) Installing py3-appdirs (1.4.4-r1) 04:48:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:48:08 (10/33) Installing py3-parsing (2.4.7-r0) 04:48:08 (11/33) Installing py3-six (1.15.0-r0) 04:48:08 (12/33) Installing py3-packaging (20.4-r0) 04:48:08 (13/33) Installing py3-setuptools (47.0.0-r0) 04:48:09 (14/33) Installing py3-chardet (3.0.4-r4) 04:48:09 (15/33) Installing py3-idna (2.9-r0) 04:48:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:48:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:48:09 OK: 217 MiB in 51 packages 04:48:09 (18/33) Installing py3-requests (2.23.0-r0) 04:48:09 (19/33) Installing py3-msgpack (1.0.0-r0) 04:48:09 (20/33) Installing py3-lockfile (0.12.2-r3) 04:48:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:48:09 (22/33) Installing py3-colorama (0.4.3-r0) 04:48:09 (23/33) Installing py3-distlib (0.3.0-r0) 04:48:09 (24/33) Installing py3-distro (1.5.0-r1) 04:48:09 (25/33) Installing py3-webencodings (0.5.1-r3) 04:48:09 (26/33) Installing py3-html5lib (1.0.1-r4) 04:48:09 (27/33) Installing py3-pytoml (0.1.21-r0) 04:48:09 (28/33) Installing py3-pep517 (0.8.2-r0) 04:48:09 (29/33) Installing py3-progress (1.5-r0) 04:48:09 Removing intermediate container 6876a4efa4d9 04:48:09 ---> cae112be66f2 04:48:09 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:09 (30/33) Installing py3-toml (0.10.1-r0) 04:48:09 (31/33) Installing py3-retrying (1.3.3-r0) 04:48:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:48:09 (33/33) Installing py3-pip (20.1.1-r0) 04:48:09 Executing busybox-1.31.1-r16.trigger 04:48:09 OK: 71 MiB in 55 packages 04:48:10 ---> Running in 959519878d1a 04:48:11 ---> c89b02d9fdce 04:48:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:48:12 Removing intermediate container 42bac9bb34a7 04:48:12 ---> 8d2c1f09ed4f 04:48:12 Step 6/26 : COPY go.mod . 04:48:12 ---> 36f7d8d93250 04:48:12 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:12 ---> Running in 38f2856551cf 04:48:13 ---> 2d4fb7ad8d39 04:48:13 Step 7/26 : RUN go mod download 04:48:13 Removing intermediate container 38f2856551cf 04:48:13 ---> 37055dec3ecc 04:48:13 Step 19/21 : LABEL arch=arm64 04:48:13 ---> Running in 2a844e566ff0 04:48:13 ---> Running in 030bfae8d4ec 04:48:14 Removing intermediate container 030bfae8d4ec 04:48:14 ---> 3b1b7e373cd2 04:48:14 Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:48:15 ---> Running in 920cdf0f87fb 04:48:15 Removing intermediate container 959519878d1a 04:48:15 ---> e58cb3ef03b2 04:48:15 Step 15/22 : RUN apk --no-cache add zeromq 04:48:16 ---> Running in 64f04ff846d0 04:48:16 Removing intermediate container 920cdf0f87fb 04:48:16 ---> cd2e21e76e7a 04:48:16 Step 21/21 : LABEL version=0.0.0 04:48:17 ---> Running in 74fb10a765a8 04:48:18 Removing intermediate container 74fb10a765a8 04:48:18 ---> 0c2cb31720da 04:48:18 04:48:18 Removing intermediate container 2a844e566ff0 04:48:18 ---> 7f6211458318 04:48:18 Step 8/26 : COPY . . 04:48:18 Successfully built 0c2cb31720da 04:48:18 Successfully tagged docker-core-metadata-go-arm64:latest 04:48:18  Building docker-core-metadata-go ... done Building docker-support-notifications-go 04:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:20 Removing intermediate container 9dd5fd42ea12 04:48:20 ---> 8c9a8cc4e9c4 04:48:20 Step 21/26 : RUN pip install docker-compose==1.23.2 04:48:20 (1/5) Installing libgcc (9.3.0-r2) 04:48:20 (2/5) Installing libsodium (1.0.18-r0) 04:48:20 (3/5) Installing libstdc++ (9.3.0-r2) 04:48:20 (4/5) Installing libzmq (4.3.2-r0) 04:48:20 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:20 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:48:20 ---> 7e8702a175db 04:48:20 Step 3/29 : WORKDIR /edgex-go 04:48:20 ---> Using cache 04:48:20 ---> 83d855288b96 04:48:20 Step 4/29 : RUN apk update && apk add make git 04:48:21 (5/5) Installing zeromq (4.3.2-r0) 04:48:21 Executing busybox-1.31.1-r16.trigger 04:48:21 OK: 8 MiB in 19 packages 04:48:27 ---> Running in 802b4fe261da 04:48:27 ---> Running in d4253e38dbbd 04:48:27 Removing intermediate container 64f04ff846d0 04:48:27 ---> fc5fa150d71b 04:48:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:48:29 ---> 90347c4b7a43 04:48:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:48:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:32 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:32 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:32 OK: 12620 distinct packages available 04:48:33 ---> e26b23c1697c 04:48:33 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:48:33 OK: 217 MiB in 51 packages 04:48:36 ---> 0bf0fcd7d76f 04:48:36 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:36 ---> Running in 7e40a58991e2 04:48:36 Removing intermediate container 802b4fe261da 04:48:36 ---> b4bc85f111f3 04:48:36 Step 5/29 : COPY go.mod . 04:48:36 Collecting docker-compose==1.23.2 04:48:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:48:36 Removing intermediate container 7e40a58991e2 04:48:36 ---> 38ff31306376 04:48:36 Step 20/22 : LABEL arch=arm64 04:48:37 ---> 987338f45666 04:48:37 Step 6/29 : RUN go mod download 04:48:37 ---> Running in 152a8b930802 04:48:37 ---> Running in 4852fbfdf30b 04:48:37 Collecting PyYAML<4,>=3.10 04:48:37 Downloading PyYAML-3.13.tar.gz (270 kB) 04:48:38 Removing intermediate container 152a8b930802 04:48:38 ---> c63316681ed4 04:48:38 Step 21/22 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:48:38 ---> Running in 7d40e3a5336b 04:48:39 ---> 8d0764b147d6 04:48:39 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:48:39 Removing intermediate container 7d40e3a5336b 04:48:39 ---> 6f15d0cd76b6 04:48:39 Step 22/22 : LABEL version=0.0.0 04:48:39 ---> Running in 80741a0a7cef 04:48:39 ---> Running in 03a6f40c838f 04:48:40 Removing intermediate container 80741a0a7cef 04:48:40 ---> 7cb344dfd10a 04:48:40 04:48:41 Successfully built 7cb344dfd10a 04:48:41 Successfully tagged docker-core-data-go-arm64:latest 04:48:41  Building docker-core-data-go ... done Building docker-support-scheduler-go 04:48:42 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:48:42 Removing intermediate container 4852fbfdf30b 04:48:42 ---> 4a8868f03ba6 04:48:42 Step 7/29 : COPY . . 04:48:42 Collecting docker<4.0,>=3.6.0 04:48:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:48:43 Collecting dockerpty<0.5,>=0.4.1 04:48:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:48:46 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:48:46 ---> 7e8702a175db 04:48:46 Step 3/23 : WORKDIR /edgex-go 04:48:46 ---> Using cache 04:48:46 ---> 83d855288b96 04:48:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:46 ---> Using cache 04:48:46 ---> ca0a414d5b90 04:48:46 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:48:47 Collecting docopt<0.7,>=0.6.1 04:48:47 Downloading docopt-0.6.2.tar.gz (25 kB) 04:48:47 ---> Running in 1f9dcb7fadbe 04:48:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:51 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:48:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:51 Collecting websocket-client<1.0,>=0.32.0 04:48:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:48:53 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:53 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:53 OK: 12620 distinct packages available 04:48:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:48:54 OK: 217 MiB in 51 packages 04:48:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:48:55 Collecting cached-property<2,>=1.2.0 04:48:55 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:48:57 Collecting jsonschema<3,>=2.5.1 04:48:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:48:58 Collecting texttable<0.10,>=0.9.0 04:48:58 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:00 Removing intermediate container 1f9dcb7fadbe 04:49:00 ---> c7fa05f54b3a 04:49:00 Step 6/23 : COPY go.mod . 04:49:02 ---> 1f8b7eb91c92 04:49:02 Step 7/23 : RUN go mod download 04:49:02 Collecting docker-pycreds>=0.4.0 04:49:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:02 ---> Running in 72587d442606 04:49:02 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:49:03 Collecting idna<2.8,>=2.5 04:49:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49:03 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:49:04 Collecting urllib3<1.25,>=1.21.1 04:49:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:05 Installing collected packages: PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, docopt, cached-property, jsonschema, texttable, docker-compose 04:49:05 Running setup.py install for PyYAML: started 04:49:08 Running setup.py install for PyYAML: finished with status 'done' 04:49:08 Attempting uninstall: idna 04:49:08 Found existing installation: idna 2.9 04:49:08 Uninstalling idna-2.9: 04:49:08 Successfully uninstalled idna-2.9 04:49:09 Attempting uninstall: urllib3 04:49:09 Found existing installation: urllib3 1.25.9 04:49:09 Uninstalling urllib3-1.25.9: 04:49:09 Successfully uninstalled urllib3-1.25.9 04:49:09 Removing intermediate container 72587d442606 04:49:09 ---> e62b44c0d156 04:49:09 Step 8/23 : COPY . . 04:49:10 Attempting uninstall: requests 04:49:10 Found existing installation: requests 2.23.0 04:49:10 Uninstalling requests-2.23.0: 04:49:10 Successfully uninstalled requests-2.23.0 04:49:11 Running setup.py install for dockerpty: started 04:49:13 Running setup.py install for dockerpty: finished with status 'done' 04:49:13 Running setup.py install for docopt: started 04:49:15 ---> 8a944fa65508 04:49:15 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:49:15 Running setup.py install for docopt: finished with status 'done' 04:49:16 ---> Running in 35f317732c1d 04:49:16 Running setup.py install for texttable: started 04:49:19 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:49:19 ---> 7e8702a175db 04:49:19 Step 3/20 : WORKDIR /edgex-go 04:49:19 ---> Using cache 04:49:19 ---> 83d855288b96 04:49:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:19 ---> Using cache 04:49:19 ---> ca0a414d5b90 04:49:19 Step 5/20 : RUN apk update && apk add make git 04:49:19 ---> Using cache 04:49:19 ---> 8d2c1f09ed4f 04:49:19 Step 6/20 : COPY go.mod . 04:49:19 ---> Using cache 04:49:19 ---> 2d4fb7ad8d39 04:49:19 Step 7/20 : RUN go mod download 04:49:19 ---> Using cache 04:49:19 ---> 7f6211458318 04:49:19 Step 8/20 : COPY . . 04:49:19 ---> Using cache 04:49:19 ---> 8d0764b147d6 04:49:19 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:49:19 Running setup.py install for texttable: finished with status 'done' 04:49:19 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:49:20 ---> Running in c6e31bf799e8 04:49:20 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:49:23 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:49:27 Removing intermediate container d4253e38dbbd 04:49:27 ---> 28cd99907214 04:49:27 Step 22/26 : RUN apk --no-cache add curl 04:49:28 ---> Running in 6376d8b0eb8b 04:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:49:32 (2/3) Installing libcurl (7.69.1-r0) 04:49:32 (3/3) Installing curl (7.69.1-r0) 04:49:32 Executing busybox-1.31.1-r16.trigger 04:49:32 OK: 71 MiB in 58 packages 04:49:36 Removing intermediate container 6376d8b0eb8b 04:49:36 ---> b8a41255b952 04:49:36 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:36 ---> Running in cc2cc4d16312 04:49:37 Removing intermediate container cc2cc4d16312 04:49:37 ---> 842c66ca1001 04:49:37 Step 24/26 : LABEL arch=arm64 04:49:37 ---> Running in b49d2496db42 04:49:38 Removing intermediate container b49d2496db42 04:49:38 ---> f62386962b93 04:49:38 Step 25/26 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:49:38 ---> Running in c31925127f08 04:49:39 Removing intermediate container c31925127f08 04:49:39 ---> 48195a5382e5 04:49:39 Step 26/26 : LABEL version=0.0.0 04:49:39 ---> Running in 5a94c08c90fb 04:49:40 ---> ea8cdaff41d0 04:49:40 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:49:40 ---> Running in 908734bafc5e 04:49:40 Removing intermediate container 5a94c08c90fb 04:49:40 ---> 89c591ad2be8 04:49:40 04:49:41 Successfully built 89c591ad2be8 04:49:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:49:41  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go 04:49: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:49:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:49:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:50:10 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:10 ---> 7e8702a175db 04:50:10 Step 3/21 : WORKDIR /edgex-go 04:50:10 ---> Using cache 04:50:10 ---> 83d855288b96 04:50:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:10 ---> Using cache 04:50:10 ---> ca0a414d5b90 04:50:10 Step 5/21 : RUN apk update && apk add make git 04:50:10 ---> Using cache 04:50:10 ---> 8d2c1f09ed4f 04:50:10 Step 6/21 : COPY go.mod . 04:50:10 ---> Using cache 04:50:10 ---> 2d4fb7ad8d39 04:50:10 Step 7/21 : RUN go mod download 04:50:10 ---> Using cache 04:50:10 ---> 7f6211458318 04:50:10 Step 8/21 : COPY . . 04:50:10 ---> Using cache 04:50:10 ---> 8d0764b147d6 04:50:10 Step 9/21 : RUN make cmd/core-command/core-command 04:50:13 ---> Running in 3c861efcbefc 04:50:16 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:50:17 Removing intermediate container 03a6f40c838f 04:50:17 ---> 5f503294cb40 04:50:17 04:50:17 Step 10/26 : FROM alpine:3.10 04:50:17 3.10: Pulling from library/alpine 04:50:18 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:50:18 Status: Downloaded newer image for alpine:3.10 04:50:18 ---> 536a684cf733 04:50:18 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:50:19 ---> Running in 0c8fd4187eed 04:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:50:22 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:50:22 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:50:22 OK: 10167 distinct packages available 04:50:23 (1/5) Installing ca-certificates (20191127-r2) 04:50:23 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:50:23 (3/5) Installing libcurl (7.66.0-r0) 04:50:23 (4/5) Installing curl (7.66.0-r0) 04:50:23 (5/5) Installing dumb-init (1.2.2-r1) 04:50:23 Executing busybox-1.30.1-r3.trigger 04:50:23 Executing ca-certificates-20191127-r2.trigger 04:50:23 OK: 7 MiB in 19 packages 04:50:26 Removing intermediate container 0c8fd4187eed 04:50:26 ---> 8299baebf730 04:50:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:26 ---> Running in 0a71991ba075 04:50:26 Removing intermediate container 0a71991ba075 04:50:26 ---> c6b4ed55c973 04:50:26 Step 13/26 : WORKDIR / 04:50:27 ---> Running in aa99fc3901c4 04:50:27 Removing intermediate container aa99fc3901c4 04:50:27 ---> d84336abf296 04:50:27 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:50:28 ---> 6aeb100e00dd 04:50:28 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:50:29 ---> 000645c041f8 04:50:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:50:31 ---> 6255b2134032 04:50:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:50:32 ---> e3d4f60b9b9d 04:50:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:50:33 ---> ceeeee1b3c13 04:50:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:50:35 ---> 582925fd0c8b 04:50:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:50:37 ---> f9592dc9f243 04:50:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:50:38 ---> acae67703e3b 04:50:38 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:50:38 ---> Running in fab292257993 04:50:43 Removing intermediate container fab292257993 04:50:43 ---> e599db4ae796 04:50:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:50:43 ---> Running in 2eb15f8a6b9d 04:50:44 Removing intermediate container 35f317732c1d 04:50:44 ---> 6a25b747b8ed 04:50:44 04:50:44 Step 9/29 : FROM alpine:latest 04:50:44 ---> 62ee0e9f8440 04:50:44 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:50:44 ---> Running in e285bd674581 04:50:44 Removing intermediate container 2eb15f8a6b9d 04:50:44 ---> 1825553133d0 04:50:44 Step 24/26 : LABEL arch=arm64 04:50:44 ---> Running in 20f70b8cd449 04:50:45 Removing intermediate container e285bd674581 04:50:45 ---> f8b20b050537 04:50:45 Step 11/29 : USER root 04:50:45 ---> Running in 039ed1f6d714 04:50:45 Removing intermediate container 20f70b8cd449 04:50:45 ---> 499dc6229f24 04:50:45 Step 25/26 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:50:46 ---> Running in 142c9158db6b 04:50:46 Removing intermediate container 039ed1f6d714 04:50:46 ---> 1bd6129e6ada 04:50:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:50:46 ---> Running in 08b32cb7fef7 04:50:46 Removing intermediate container 142c9158db6b 04:50:46 ---> 6e7b929529b8 04:50:46 Step 26/26 : LABEL version=0.0.0 04:50:46 ---> Running in 4acdbc48a927 04:50:47 Removing intermediate container 4acdbc48a927 04:50:47 ---> 753d46188c2a 04:50:47 04:50:48 Successfully built 753d46188c2a 04:50:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:50:49  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:50 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:50:50 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:50:50 OK: 12620 distinct packages available 04:50:51 (1/2) Installing ca-certificates (20191127-r4) 04:50:51 (2/2) Installing dumb-init (1.2.2-r1) 04:50:51 Executing busybox-1.31.1-r16.trigger 04:50:51 Executing ca-certificates-20191127-r4.trigger 04:50:51 OK: 6 MiB in 16 packages 04:50:53 Removing intermediate container 08b32cb7fef7 04:50:53 ---> a18b77930ead 04:50:53 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:50:53 ---> Running in a08ab02ae230 04:50:54 Removing intermediate container a08ab02ae230 04:50:54 ---> d1a98fa12ba4 04:50:54 Step 14/29 : WORKDIR $BASE_DIR 04:50:54 ---> Running in 373f38a3327e 04:50:55 Removing intermediate container 373f38a3327e 04:50:55 ---> 982ac0afc39a 04:50:55 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:50:55 ---> Running in 7cbe31d04cb1 04:50:59 Removing intermediate container 7cbe31d04cb1 04:50:59 ---> de231ee48f0e 04:50:59 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:51:01 ---> 682f9cb3cfd6 04:51:01 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:51:02 ---> f30022d6a8e0 04:51:02 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:51:03 ---> 157cea7c70b3 04:51:03 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:51:04 ---> d70bc6e60453 04:51:04 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:51:05 ---> e7959442d567 04:51:05 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:51:05 ---> Running in f0984a6962a9 04:51:10 Removing intermediate container f0984a6962a9 04:51:10 ---> 34059a419ee4 04:51:10 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:51:11 ---> d0acf941797e 04:51:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:11 ---> Running in c52546c0c772 04:51:15 Removing intermediate container c6e31bf799e8 04:51:15 ---> 4c2b31d25863 04:51:15 04:51:15 Step 10/20 : FROM scratch 04:51:15 ---> 04:51:15 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:15 ---> Using cache 04:51:15 ---> d03f2a3c6caa 04:51:15 Step 12/20 : ENV APP_PORT=48085 04:51:15 ---> Running in bd86bca7ce09 04:51:16 Removing intermediate container c52546c0c772 04:51:16 ---> 29bf1872f10f 04:51:16 Step 24/29 : RUN chmod 755 security-secrets-setup 04:51:16 ---> Running in 73b439c91856 04:51:16 Removing intermediate container bd86bca7ce09 04:51:16 ---> 5b782b73c7a7 04:51:16 Step 13/20 : EXPOSE $APP_PORT 04:51:16 ---> Running in 6f7abfa81dcb 04:51:17 Removing intermediate container 6f7abfa81dcb 04:51:17 ---> 2bca04139e83 04:51:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:51:18 ---> ffe12482b57d 04:51:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:51:21 ---> 083a9ff9e20f 04:51:21 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:51:21 Removing intermediate container 73b439c91856 04:51:21 ---> 0e1b11bedd14 04:51:21 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:51:21 ---> Running in e13535965fa2 04:51:21 ---> cf0c82f217a1 04:51:21 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:21 Removing intermediate container e13535965fa2 04:51:21 ---> 210ab84b2361 04:51:21 Step 26/29 : CMD [ "generate" ] 04:51:22 ---> Running in 1765a43e9e4a 04:51:22 ---> Running in fc8fcd9e12bf 04:51:22 Removing intermediate container 1765a43e9e4a 04:51:22 ---> 1944a31b8692 04:51:22 Step 18/20 : LABEL arch=arm64 04:51:23 ---> Running in 93fc9fe4191e 04:51:23 Removing intermediate container fc8fcd9e12bf 04:51:23 ---> 29fc4ac19607 04:51:23 Step 27/29 : LABEL arch=arm64 04:51:23 ---> Running in caf1488ec130 04:51:24 Removing intermediate container 93fc9fe4191e 04:51:24 ---> 66c4369c864f 04:51:24 Step 19/20 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:51:24 Removing intermediate container caf1488ec130 04:51:24 ---> 9d9f39251a2b 04:51:24 Step 28/29 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:51:24 ---> Running in 4a4891a8ad54 04:51:25 ---> Running in 17729d0bcf98 04:51:26 Removing intermediate container 4a4891a8ad54 04:51:26 ---> 100d470c5120 04:51:26 Step 20/20 : LABEL version=0.0.0 04:51:26 Removing intermediate container 17729d0bcf98 04:51:26 ---> 9e6b98874d81 04:51:26 Step 29/29 : LABEL version=0.0.0 04:51:26 ---> Running in bba7b551b07e 04:51:26 ---> Running in ed162ca0654b 04:51:27 Removing intermediate container bba7b551b07e 04:51:27 ---> b1e2d329a838 04:51:27 04:51:27 Removing intermediate container ed162ca0654b 04:51:27 ---> 91a84aa98d6b 04:51:27 04:51:27 Removing intermediate container 908734bafc5e 04:51:27 ---> 6bc3a8cc0443 04:51:27 04:51:27 Step 10/23 : FROM scratch 04:51:27 ---> 04:51:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:51:27 Successfully built b1e2d329a838 04:51:28 Successfully tagged docker-support-scheduler-go-arm64:latest 04:51:28  Building docker-support-scheduler-go ... done  ---> Using cache 04:51:28 ---> 4676f02fb650 04:51:28 Step 12/23 : ENV APP_PORT=48060 04:51:28 Successfully built 91a84aa98d6b 04:51:28 ---> Running in 5bea710ee90e 04:51:28 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:51:28  Building docker-security-secrets-setup-go ... done Removing intermediate container 5bea710ee90e 04:51:28 ---> 65b71122ee45 04:51:28 Step 13/23 : EXPOSE $APP_PORT 04:51:28 ---> Running in 56622b1643c4 04:51:29 Removing intermediate container 56622b1643c4 04:51:29 ---> 8a5e084837b9 04:51:29 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:51:30 ---> df6e57433572 04:51:30 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:51:31 ---> fbe3257fe5dc 04:51:31 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:51:32 ---> 99d594ed0a8e 04:51:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:51:33 ---> a3714399177b 04:51:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:51:34 ---> f5dbf3378496 04:51:34 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:51:35 ---> 5f9a83506429 04:51:35 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:35 ---> Running in 12ce74b417be 04:51:36 Removing intermediate container 12ce74b417be 04:51:36 ---> 84b13ae27b02 04:51:36 Step 21/23 : LABEL arch=arm64 04:51:36 Removing intermediate container 3c861efcbefc 04:51:36 ---> b0d1e3d03bcf 04:51:36 04:51:36 Step 10/21 : FROM scratch 04:51:36 ---> 04:51:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:36 ---> Running in f089b6bf0f2d 04:51:36 ---> Using cache 04:51:36 ---> d03f2a3c6caa 04:51:36 Step 12/21 : ENV APP_PORT=48082 04:51:36 ---> Running in bbf80e2c6d2c 04:51:36 Removing intermediate container f089b6bf0f2d 04:51:36 ---> 509f25f6fba6 04:51:36 Step 22/23 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:51:36 ---> Running in 5abeb704d00e 04:51:37 Removing intermediate container bbf80e2c6d2c 04:51:37 ---> 6f91b83c969c 04:51:37 Step 13/21 : EXPOSE $APP_PORT 04:51:37 ---> Running in 87f89696fd8b 04:51:37 Removing intermediate container 5abeb704d00e 04:51:37 ---> 52fb3dad0b62 04:51:37 Step 23/23 : LABEL version=0.0.0 04:51:37 ---> Running in cfdfe92a2a59 04:51:37 Removing intermediate container 87f89696fd8b 04:51:37 ---> 82c40668a2ee 04:51:37 Step 14/21 : WORKDIR / 04:51:37 ---> Running in 1bc664b250ac 04:51:38 Removing intermediate container cfdfe92a2a59 04:51:38 ---> 7787119c4244 04:51:38 04:51:38 Removing intermediate container 1bc664b250ac 04:51:38 ---> d5672b6e497d 04:51:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:51:38 Successfully built 7787119c4244 04:51:38 Successfully tagged docker-support-notifications-go-arm64:latest 04:51:39  Building docker-support-notifications-go ... done  ---> b40ceadc223d 04:51:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:51:40 ---> 38db847e774b 04:51:40 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:51:41 ---> 035a7c132847 04:51:41 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:41 ---> Running in ac0f488fe308 04:51:41 Removing intermediate container ac0f488fe308 04:51:41 ---> 9b9ba894aa97 04:51:41 Step 19/21 : LABEL arch=arm64 04:51:41 ---> Running in b7c0271ce1bd 04:51:42 Removing intermediate container b7c0271ce1bd 04:51:42 ---> 8939f2b897c4 04:51:42 Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a 04:51:42 ---> Running in 301c2552a20c 04:51:42 Removing intermediate container 301c2552a20c 04:51:42 ---> 3d5722fdd47b 04:51:42 Step 21/21 : LABEL version=0.0.0 04:51:42 ---> Running in 8cf05575f35c 04:51:43 Removing intermediate container 8cf05575f35c 04:51:43 ---> a1fc1086be97 04:51:43 04:51:43 Successfully built a1fc1086be97 04:51:43 Successfully tagged docker-core-command-go-arm64:latest 04:51:43  Building docker-core-command-go ... done  [Pipeline] } 04:51:43 $ docker stop --time=1 8be1780e42347dfb76565d7e7cf131704924e8a399d52b00ab6fc4a8d0ce25b9 04:51:45 $ docker rm -f 8be1780e42347dfb76565d7e7cf131704924e8a399d52b00ab6fc4a8d0ce25b9 [Pipeline] // withDockerContainer [Pipeline] sh 04:51:46 + + docker images 04:51:46 grep docker 04:51:46 docker-core-command-go-arm64 latest a1fc1086be97 4 seconds ago 12.4MB 04:51:46 docker-support-notifications-go-arm64 latest 7787119c4244 9 seconds ago 13.9MB 04:51:46 docker-security-secrets-setup-go-arm64 latest 91a84aa98d6b 19 seconds ago 24.2MB 04:51:46 docker-support-scheduler-go-arm64 latest b1e2d329a838 20 seconds ago 12.6MB 04:51:46 docker-security-secretstore-setup-go-arm64 latest 753d46188c2a 59 seconds ago 32.6MB 04:51:46 docker-sys-mgmt-agent-go-arm64 latest 89c591ad2be8 2 minutes ago 266MB 04:51:46 docker-core-data-go-arm64 latest 7cb344dfd10a 3 minutes ago 22.6MB 04:51:46 docker-core-metadata-go-arm64 latest 0c2cb31720da 3 minutes ago 13.8MB 04:51:46 docker-support-logging-go-arm64 latest 3a296e789d94 3 minutes ago 11.4MB 04:51:46 docker-security-proxy-setup-go-arm64 latest 27c64b43ea4f 4 minutes ago 15.8MB 04:51:46 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:51:47 provisioning config files... 04:51:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config7503440988648674872tmp [Pipeline] { [Pipeline] sh 04:51:48 + curl -s https://codecov.io/bash 04:51:48 + bash -s - -t @/w/workspace/edgex-go/16@tmp/config7503440988648674872tmp [Pipeline] } 04:51:48 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:51:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:51:50 ---> package-listing.sh 04:51:50 ++ facter osfamily 04:51:50 ++ tr '[:upper:]' '[:lower:]' 04:51:50 + OS_FAMILY=redhat 04:51:50 + workspace=/w/workspace/edgex-go/16 04:51:50 + START_PACKAGES=/tmp/packages_start.txt 04:51:50 + END_PACKAGES=/tmp/packages_end.txt 04:51:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:51:50 + PACKAGES=/tmp/packages_start.txt 04:51:50 + '[' /w/workspace/edgex-go/16 ']' 04:51:50 + PACKAGES=/tmp/packages_end.txt 04:51:50 + case "${OS_FAMILY}" in 04:51:50 + rpm -qa 04:51:50 + sort 04:51:54 + '[' -f /tmp/packages_start.txt ']' 04:51:54 + '[' -f /tmp/packages_end.txt ']' 04:51:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:51:54 + '[' /w/workspace/edgex-go/16 ']' 04:51:54 + mkdir -p /w/workspace/edgex-go/16/archives/ 04:51:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] isUnix [Pipeline] sh 04:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:55 04:51:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:51:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:55 alpine: Pulling from edgex-lftools-log-publisher 04:51:55 c9b1b535fdd9: Pulling fs layer 04:51:55 2cc5ad85d9ab: Pulling fs layer 04:51:55 756a868c4378: Pulling fs layer 04:51:55 444b2fc9a129: Pulling fs layer 04:51:55 ea15f1150254: Pulling fs layer 04:51:55 41b27a9f41bf: Pulling fs layer 04:51:55 28c525ee5125: Pulling fs layer 04:51:55 094b1ea09ed8: Pulling fs layer 04:51:55 138eaada9080: Pulling fs layer 04:51:55 0622d0fa9048: Pulling fs layer 04:51:55 41b27a9f41bf: Waiting 04:51:55 28c525ee5125: Waiting 04:51:55 094b1ea09ed8: Waiting 04:51:55 138eaada9080: Waiting 04:51:55 0622d0fa9048: Waiting 04:51:55 444b2fc9a129: Waiting 04:51:55 ea15f1150254: Waiting 04:51:55 2cc5ad85d9ab: Verifying Checksum 04:51:55 2cc5ad85d9ab: Download complete 04:51:55 444b2fc9a129: Verifying Checksum 04:51:55 444b2fc9a129: Download complete 04:51:55 c9b1b535fdd9: Verifying Checksum 04:51:55 c9b1b535fdd9: Download complete 04:51:55 ea15f1150254: Verifying Checksum 04:51:55 ea15f1150254: Download complete 04:51:56 28c525ee5125: Verifying Checksum 04:51:56 28c525ee5125: Download complete 04:51:56 756a868c4378: Verifying Checksum 04:51:56 756a868c4378: Download complete 04:51:56 c9b1b535fdd9: Pull complete 04:51:56 138eaada9080: Verifying Checksum 04:51:56 138eaada9080: Download complete 04:51:56 0622d0fa9048: Verifying Checksum 04:51:56 0622d0fa9048: Download complete 04:51:56 2cc5ad85d9ab: Pull complete 04:51:56 094b1ea09ed8: Verifying Checksum 04:51:56 094b1ea09ed8: Download complete 04:51:56 41b27a9f41bf: Verifying Checksum 04:51:56 41b27a9f41bf: Download complete 04:51:58 756a868c4378: Pull complete 04:51:58 444b2fc9a129: Pull complete 04:51:58 ea15f1150254: Pull complete 04:52:03 41b27a9f41bf: Pull complete 04:52:03 28c525ee5125: Pull complete 04:52:05 094b1ea09ed8: Pull complete 04:52:05 138eaada9080: Pull complete 04:52:07 0622d0fa9048: Pull complete 04:52:07 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:52:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:52:07 prd-centos7-docker-4c-2g-968 does not seem to be running inside a container 04:52:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:52:11 $ docker top cf36f5b9963804cefaae762c99a83d34d9d3f0029b56849c94360304229d820d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:52:11 provisioning config files... 04:52:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config5068489368666310017tmp [Pipeline] { [Pipeline] echo 04:52:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:52:11 ---> create-netrc.sh [Pipeline] echo 04:52:11 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:52:12 ---> logs-deploy.sh 04:52:12 + ARCHIVE_ARTIFACTS= 04:52:12 + LOGS_SERVER=https://logs.edgexfoundry.org 04:52:12 + '[' https://logs.edgexfoundry.org == None ']' 04:52:12 + NEXUS_URL=https://nexus.edgexfoundry.org 04:52:12 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/16 04:52:12 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/16/ 04:52:12 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/16 /w/workspace/edgex-go/16 04:52:13 Archives upload complete. 04:52:13 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/16/