Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1+3555043a6994042684a9c8b6423498381cadcc6f (336ff46142dc0975a4f07ac3a68489a88abd752c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-708 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 Merge succeeded, producing 0a3cbf90209bea9491aaff912b0fe7316e668dc5 Checking out Revision 0a3cbf90209bea9491aaff912b0fe7316e668dc5 (PR-2659) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a3cbf90209bea9491aaff912b0fe7316e668dc5 # timeout=10 Commit message: "Merge commit '3555043a6994042684a9c8b6423498381cadcc6f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:11 ========================================================= 00:31:11 EdgeX Global Pipelines Version Info 00:31:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5c139179f817ec2b654e37ec469ee87c086e10a0 # timeout=10 00:31:12 ------------------- 00:31:12 stable info: 00:31:12 ------------------- 00:31:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:12 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:31:12 Message: update stable to v1.0.106 00:31:13 ------------------- 00:31:13 experimental info: 00:31:13 ------------------- 00:31:13 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:13 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:31:13 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:31:15 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/core-command/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo core-command,cmd/core-command/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/core-data/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo core-data,cmd/core-data/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/core-metadata/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/support-logging/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo support-logging,cmd/support-logging/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/support-notifications/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/support-scheduler/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:15 + for file in '`ls cmd/**/Dockerfile`' 00:31:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:15 ++ cut -d/ -f2 00:31:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:15 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:16 00:31:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:16 latest: Pulling from edgex-devops/git-semver 00:31:16 31603596830f: Pulling fs layer 00:31:16 2a8b12db71e7: Pulling fs layer 00:31:16 6ca5941a6612: Pulling fs layer 00:31:16 ecc8261a40a4: Pulling fs layer 00:31:16 ecc8261a40a4: Waiting 00:31:16 2a8b12db71e7: Verifying Checksum 00:31:16 2a8b12db71e7: Download complete 00:31:16 31603596830f: Verifying Checksum 00:31:16 31603596830f: Download complete 00:31:16 ecc8261a40a4: Verifying Checksum 00:31:16 ecc8261a40a4: Download complete 00:31:16 6ca5941a6612: Verifying Checksum 00:31:16 6ca5941a6612: Download complete 00:31:17 31603596830f: Pull complete 00:31:17 2a8b12db71e7: Pull complete 00:31:18 6ca5941a6612: Pull complete 00:31:18 ecc8261a40a4: Pull complete 00:31:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:18 prd-centos7-docker-4c-2g-708 does not seem to be running inside a container 00:31:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:21 $ docker top 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:21 [ssh-agent] Looking for ssh-agent implementation... 00:31:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:21 $ docker exec 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c ssh-agent 00:31:21 SSH_AUTH_SOCK=/tmp/ssh-ywITAGg8KmWz/agent.12 00:31:21 SSH_AGENT_PID=17 00:31:21 Running ssh-add (command line suppressed) 00:31:22 Identity added: /w/workspace/edgex-go/9@tmp/private_key_2135240417285860386.key (/w/workspace/edgex-go/9@tmp/private_key_2135240417285860386.key) 00:31:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:22 + git describe --exact-match --tags HEAD 00:31:22 fatal: No names found, cannot describe anything. [Pipeline] } 00:31:22 $ docker exec --env ******** --env ******** 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c ssh-agent -k 00:31:22 unset SSH_AUTH_SOCK; 00:31:22 unset SSH_AGENT_PID; 00:31:22 echo Agent pid 17 killed; 00:31:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:31:22 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:31:22 This usually means this commit has not been tagged. [Pipeline] sshagent 00:31:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:22 [ssh-agent] Looking for ssh-agent implementation... 00:31:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:23 $ docker exec 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c ssh-agent 00:31:23 SSH_AUTH_SOCK=/tmp/ssh-2gqSVAZ62MjG/agent.48 00:31:23 SSH_AGENT_PID=54 00:31:23 Running ssh-add (command line suppressed) 00:31:23 Identity added: /w/workspace/edgex-go/9@tmp/private_key_1432891021567541488.key (/w/workspace/edgex-go/9@tmp/private_key_1432891021567541488.key) 00:31:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:23 + git semver init 00:31:23 # -> Open(): unable to determine branch for HEAD 00:31:23 # $GIT_DIR = /w/workspace/edgex-go/9/.git 00:31:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 00:31:23 # $SEMVER_REMOTE_NAME = origin 00:31:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:23 # $SEMVER_USER_NAME = edgex-jenkins 00:31:23 # $SEMVER_BRANCH = PR-2659 00:31:23 # $SEMVER_TEMP = /tmp/semver-114253189 00:31:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:02 # '/tmp/semver-114253189' -> '/w/workspace/edgex-go/9/.semver' 00:32:02 # -> Force: false 00:32:02 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 00:32:02 $ docker exec --env ******** --env ******** 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c ssh-agent -k 00:32:03 unset SSH_AUTH_SOCK; 00:32:03 unset SSH_AGENT_PID; 00:32:03 echo Agent pid 54 killed; 00:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:03 + git semver [Pipeline] } 00:32:03 $ docker stop --time=1 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c 00:32:05 $ docker rm -f 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:32:18 Stashed 38 file(s) [Pipeline] echo 00:32:18 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 00:32:19 ========================================================= 00:32:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:32:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 00:32:23 Sending build context to Docker daemon 323.2MB 00:32:23 Step 1/7 : ARG BASE=golang:1.13-alpine 00:32:23 Step 2/7 : FROM ${BASE} 00:32:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:23 df20fa9351a1: Pulling fs layer 00:32:23 ed8968b2872e: Pulling fs layer 00:32:23 a92cc7c5fd73: Pulling fs layer 00:32:23 2dd03ba5bac4: Pulling fs layer 00:32:23 1e091d79d1de: Pulling fs layer 00:32:23 481702a1767f: Pulling fs layer 00:32:23 f64a6f60c768: Pulling fs layer 00:32:23 e78d2573fc39: Pulling fs layer 00:32:23 e876d2f968b6: Pulling fs layer 00:32:23 ce8a83651883: Pulling fs layer 00:32:23 07967f4d0e4b: Pulling fs layer 00:32:23 e876d2f968b6: Waiting 00:32:23 f64a6f60c768: Waiting 00:32:23 e78d2573fc39: Waiting 00:32:23 ce8a83651883: Waiting 00:32:23 07967f4d0e4b: Waiting 00:32:23 2dd03ba5bac4: Waiting 00:32:23 1e091d79d1de: Waiting 00:32:23 481702a1767f: Waiting 00:32:23 a92cc7c5fd73: Verifying Checksum 00:32:23 a92cc7c5fd73: Download complete 00:32:23 ed8968b2872e: Verifying Checksum 00:32:23 ed8968b2872e: Download complete 00:32:23 1e091d79d1de: Verifying Checksum 00:32:23 1e091d79d1de: Download complete 00:32:23 481702a1767f: Verifying Checksum 00:32:23 481702a1767f: Download complete 00:32:23 df20fa9351a1: Verifying Checksum 00:32:23 df20fa9351a1: Download complete 00:32:24 df20fa9351a1: Pull complete 00:32:24 f64a6f60c768: Verifying Checksum 00:32:24 f64a6f60c768: Download complete 00:32:24 e876d2f968b6: Verifying Checksum 00:32:24 e876d2f968b6: Download complete 00:32:25 ce8a83651883: Verifying Checksum 00:32:25 ce8a83651883: Download complete 00:32:25 e78d2573fc39: Verifying Checksum 00:32:25 e78d2573fc39: Download complete 00:32:25 2dd03ba5bac4: Verifying Checksum 00:32:25 2dd03ba5bac4: Download complete 00:32:25 07967f4d0e4b: Download complete 00:32:26 ed8968b2872e: Pull complete 00:32:26 a92cc7c5fd73: Pull complete 00:32:33 2dd03ba5bac4: Pull complete 00:32:33 1e091d79d1de: Pull complete 00:32:33 481702a1767f: Pull complete 00:32:34 Still waiting to schedule task 00:32:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:39 f64a6f60c768: Pull complete 00:32:43 e78d2573fc39: Pull complete 00:32:43 e876d2f968b6: Pull complete 00:32:44 ce8a83651883: Pull complete 00:32:44 07967f4d0e4b: Pull complete 00:32:44 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:32:44 ---> 5d7c900382c6 00:32:44 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:46 ---> Running in 5444b2c7b2f5 00:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:48 (1/12) Installing libmagic (5.38-r0) 00:32:48 (2/12) Installing file (5.38-r0) 00:32:48 (3/12) Installing libc-dev (0.7.2-r3) 00:32:48 (4/12) Installing g++ (9.3.0-r2) 00:32:52 (5/12) Installing fortify-headers (1.1-r0) 00:32:52 (6/12) Installing patch (2.7.6-r6) 00:32:52 (7/12) Installing build-base (0.5-r2) 00:32:52 (8/12) Installing libsodium (1.0.18-r0) 00:32:52 (9/12) Installing pkgconf (1.7.2-r0) 00:32:52 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:53 (11/12) Installing libzmq (4.3.2-r0) 00:32:53 (12/12) Installing zeromq-dev (4.3.2-r0) 00:32:53 Executing busybox-1.31.1-r16.trigger 00:32:53 OK: 233 MiB in 51 packages 00:32:57 Removing intermediate container 5444b2c7b2f5 00:32:57 ---> d0d896c5d9b9 00:32:57 Step 4/7 : WORKDIR /edgex-go 00:32:57 ---> Running in ae06daa2c48f 00:32:57 Removing intermediate container ae06daa2c48f 00:32:57 ---> 172995465aaf 00:32:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:57 latest: Pulling from library/docker 00:32:57 df20fa9351a1: Already exists 00:32:57 25ad7478873d: Pulling fs layer 00:32:57 4684f6177b5d: Pulling fs layer 00:32:57 46e300cec669: Pulling fs layer 00:32:57 63038576ad94: Pulling fs layer 00:32:57 0fdb76c4706c: Pulling fs layer 00:32:57 cb7edeffdfd5: Pulling fs layer 00:32:57 63038576ad94: Waiting 00:32:57 0fdb76c4706c: Waiting 00:32:57 cb7edeffdfd5: Waiting 00:32:57 4684f6177b5d: Download complete 00:32:57 25ad7478873d: Verifying Checksum 00:32:57 25ad7478873d: Download complete 00:32:57 63038576ad94: Verifying Checksum 00:32:57 63038576ad94: Download complete 00:32:57 0fdb76c4706c: Verifying Checksum 00:32:57 0fdb76c4706c: Download complete 00:32:57 cb7edeffdfd5: Verifying Checksum 00:32:57 cb7edeffdfd5: Download complete 00:32:57 25ad7478873d: Pull complete 00:32:58 4684f6177b5d: Pull complete 00:32:58 46e300cec669: Verifying Checksum 00:32:58 46e300cec669: Download complete 00:33:01 46e300cec669: Pull complete 00:33:01 63038576ad94: Pull complete 00:33:01 0fdb76c4706c: Pull complete 00:33:01 cb7edeffdfd5: Pull complete 00:33:01 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:33:01 Status: Downloaded newer image for docker:latest 00:33:03 ---> 0981e0812548 00:33:03 Step 6/7 : COPY go.mod . 00:33:03 ---> e10ed7af37bd 00:33:03 Step 7/7 : RUN go mod download 00:33:03 ---> Running in 728dc2f389bd 00:33:06 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:33:06 go: finding github.com/BurntSushi/toml v0.3.1 00:33:06 go: finding github.com/OneOfOne/xxhash v1.2.5 00:33:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:33:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:33:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:33:06 go: finding github.com/bgentry/speakeasy v0.1.0 00:33:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:33:06 go: finding github.com/davecgh/go-spew v1.1.1 00:33:06 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:33:06 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:33:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:33:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:33:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:33:06 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:33:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:33:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:33:06 go: finding github.com/fatih/color v1.7.0 00:33:06 go: finding github.com/fsnotify/fsnotify v1.4.7 00:33:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:33:07 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:33:07 go: finding github.com/go-kit/kit v0.8.0 00:33:07 go: finding github.com/go-logfmt/logfmt v0.4.0 00:33:07 go: finding github.com/go-playground/assert/v2 v2.0.1 00:33:07 go: finding github.com/go-playground/locales v0.13.0 00:33:07 go: finding github.com/go-playground/universal-translator v0.17.0 00:33:07 go: finding github.com/go-playground/validator/v10 v10.3.0 00:33:07 go: finding github.com/go-redis/redis/v7 v7.2.0 00:33:07 go: finding github.com/go-stack/stack v1.8.0 00:33:07 go: finding github.com/golang/protobuf v1.3.2 00:33:07 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:33:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:33:07 go: finding github.com/google/uuid v1.1.0 00:33:07 go: finding github.com/gorilla/mux v1.7.1 00:33:07 go: finding github.com/hashicorp/consul/api v1.1.0 00:33:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:33:07 go: finding github.com/hashicorp/errwrap v1.0.0 00:33:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:33:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:33:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:33:07 go: finding github.com/hashicorp/go-multierror v1.0.0 00:33:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:33:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:33:07 go: finding github.com/hashicorp/go-syslog v1.0.0 00:33:07 go: finding github.com/hashicorp/go-uuid v1.0.1 00:33:07 go: finding github.com/hashicorp/go.net v0.0.1 00:33:07 go: finding github.com/hashicorp/golang-lru v0.5.0 00:33:08 go: finding github.com/hashicorp/logutils v1.0.0 00:33:08 go: finding github.com/hashicorp/mdns v1.0.0 00:33:08 go: finding github.com/hashicorp/memberlist v0.1.3 00:33:08 go: finding github.com/hashicorp/serf v0.8.2 00:33:08 go: finding github.com/hpcloud/tail v1.0.0 00:33:08 go: finding github.com/imdario/mergo v0.3.6 00:33:08 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:33:08 go: finding github.com/kr/pretty v0.1.0 00:33:08 go: finding github.com/kr/pty v1.1.1 00:33:08 go: finding github.com/kr/text v0.1.0 00:33:08 go: finding github.com/leodido/go-urn v1.2.0 00:33:08 go: finding github.com/mattn/go-colorable v0.0.9 00:33:08 go: finding github.com/mattn/go-isatty v0.0.3 00:33:08 go: finding github.com/miekg/dns v1.0.14 00:33:08 go: finding github.com/mitchellh/cli v1.0.0 00:33:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:33:08 go: finding github.com/mitchellh/copystructure v1.0.0 00:33:08 go: finding github.com/mitchellh/go-homedir v1.0.0 00:33:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:33:08 go: finding github.com/mitchellh/gox v0.4.0 00:33:08 go: finding github.com/mitchellh/iochan v1.0.0 00:33:08 go: finding github.com/mitchellh/mapstructure v1.1.2 00:33:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:33:08 go: finding github.com/onsi/ginkgo v1.10.1 00:33:08 go: finding github.com/onsi/gomega v1.7.0 00:33:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:33:08 go: finding github.com/pebbe/zmq4 v1.0.0 00:33:09 go: finding github.com/pelletier/go-toml v1.2.0 00:33:09 go: finding github.com/pkg/errors v0.8.1 00:33:09 go: finding github.com/pmezard/go-difflib v1.0.0 00:33:09 go: finding github.com/posener/complete v1.1.1 00:33:09 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:33:09 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:33:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:33:09 go: finding github.com/stretchr/objx v0.1.0 00:33:09 go: finding github.com/stretchr/testify v1.5.1 00:33:09 go: finding github.com/ugorji/go v1.1.4 00:33:09 go: finding github.com/x448/float16 v0.8.4 00:33:09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:33:09 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:33:10 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:33:10 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:33:10 go: finding golang.org/x/text v0.3.2 00:33:10 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:33:10 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:33:10 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:33:10 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:33:10 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:33:10 go: finding gopkg.in/yaml.v2 v2.2.8 00:33:28 Removing intermediate container 728dc2f389bd 00:33:28 ---> 78640ae204c2 00:33:28 Successfully built 78640ae204c2 00:33:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:29 + docker inspect -f . ci-base-image-x86_64 00:33:29 . [Pipeline] withDockerContainer 00:33:29 prd-centos7-docker-4c-2g-708 does not seem to be running inside a container 00:33:29 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:30 $ docker top f7f83ea6b50db39a7a26f7e4932fa98c7f1e1e0edb00265046995ff8c926ceef -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:30 + go version 00:33:30 go version go1.13.13 linux/amd64 [Pipeline] echo 00:33:30 ========================================================= 00:33:30 [edgeXBuildGoParallel] Running Tests and Build... 00:33:30 ========================================================= [Pipeline] sh 00:33:31 + make test 00:33:31 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:33:33 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.056s coverage: 27.2% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.009s coverage: 100.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.033s coverage: 80.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.033s coverage: 92.9% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.080s coverage: 28.6% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.027s coverage: 89.8% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.024s coverage: 97.5% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.100s coverage: 63.5% of statements 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements 00:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.100s coverage: 55.9% of statements 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.526s coverage: 86.3% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.355s coverage: 72.2% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.154s coverage: 72.1% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 31.1% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.093s coverage: 84.1% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.021s coverage: 83.8% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.056s coverage: 46.1% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.059s coverage: 29.1% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.023s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.010s coverage: 87.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 00:34:18 GO111MODULE=on go vet ./... 00:34:24 gofmt -l . 00:34:25 [ "`gofmt -l .`" = "" ] 00:34:25 ./bin/test-go-mod-tidy.sh 00:34:26 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:28 + ls -al . 00:34:28 total 556 00:34:28 drwxrwxr-x 10 1001 1001 4096 Aug 22 00:34 . 00:34:28 drwxr-xr-x 4 root root 28 Aug 22 00:33 .. 00:34:28 -rw-rw-r-- 1 1001 1001 11 Aug 22 00:31 .dockerignore 00:34:28 drwxrwxr-x 8 1001 1001 179 Aug 22 00:31 .git 00:34:28 drwxrwxr-x 3 1001 1001 60 Aug 22 00:31 .github 00:34:28 -rw-rw-r-- 1 1001 1001 932 Aug 22 00:31 .gitignore 00:34:28 drwx------ 3 1001 1001 47 Aug 22 00:31 .semver 00:34:28 -rw-rw-r-- 1 1001 1001 166 Aug 22 00:31 .sonarcloud.properties 00:34:28 -rw-rw-r-- 1 1001 1001 3804 Aug 22 00:31 CONTRIBUTING.md 00:34:28 -rw-rw-r-- 1 1001 1001 1035 Aug 22 00:31 Dockerfile.build 00:34:28 -rw-rw-r-- 1 1001 1001 865 Aug 22 00:31 Jenkinsfile 00:34:28 -rw-rw-r-- 1 1001 1001 10775 Aug 22 00:31 LICENSE 00:34:28 -rw-rw-r-- 1 1001 1001 6237 Aug 22 00:31 Makefile 00:34:28 -rw-rw-r-- 1 1001 1001 5652 Aug 22 00:31 README.md 00:34:28 -rw-rw-r-- 1 1001 1001 259 Aug 22 00:31 SECURITY.md 00:34:28 -rw-rw-r-- 1 1001 1001 5 Aug 22 00:32 VERSION 00:34:28 -rw-rw-r-- 1 1001 1001 4131 Aug 22 00:31 ZMQWindows.md 00:34:28 drwxrwxr-x 2 1001 1001 117 Aug 22 00:31 bin 00:34:28 drwxrwxr-x 15 1001 1001 4096 Aug 22 00:31 cmd 00:34:28 -rw-r--r-- 1 root root 460866 Aug 22 00:34 coverage.out 00:34:28 -rw-r--r-- 1 root root 983 Aug 22 00:34 go.mod 00:34:28 -rw-r--r-- 1 root root 18581 Aug 22 00:34 go.sum 00:34:28 drwxrwxr-x 8 1001 1001 127 Aug 22 00:31 internal 00:34:28 drwxrwxr-x 4 1001 1001 26 Aug 22 00:31 openapi 00:34:28 drwxrwxr-x 4 1001 1001 71 Aug 22 00:31 snap 00:34:28 -rw-rw-r-- 1 1001 1001 168 Aug 22 00:31 version.go [Pipeline] sh 00:34:28 + '[' -e coverage.out ] 00:34:28 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:28 Stashed 1 file(s) [Pipeline] sh 00:34:28 + make build 00:34:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:34: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 00:34:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:34:56 $ docker stop --time=1 f7f83ea6b50db39a7a26f7e4932fa98c7f1e1e0edb00265046995ff8c926ceef 00:34:57 $ docker rm -f f7f83ea6b50db39a7a26f7e4932fa98c7f1e1e0edb00265046995ff8c926ceef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:59 00:34:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:59 latest: Pulling from edgex-devops/edgex-compose 00:34:59 cbdbe7a5bc2a: Pulling fs layer 00:34:59 ca9280d653b3: Pulling fs layer 00:34:59 7e9c9ca2126c: Pulling fs layer 00:34:59 cbdbe7a5bc2a: Verifying Checksum 00:34:59 cbdbe7a5bc2a: Download complete 00:34:59 ca9280d653b3: Verifying Checksum 00:34:59 ca9280d653b3: Download complete 00:35:00 cbdbe7a5bc2a: Pull complete 00:35:00 7e9c9ca2126c: Verifying Checksum 00:35:00 7e9c9ca2126c: Download complete 00:35:01 ca9280d653b3: Pull complete 00:35:09 7e9c9ca2126c: Pull complete 00:35:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:09 prd-centos7-docker-4c-2g-708 does not seem to be running inside a container 00:35:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:11 $ docker top 30a81c17bab60201253b521d93639beb7530d3649590f923415bcde1f0eb25ee -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:12 + docker-compose build --help 00:35:12 + grep parallel 00:35:13 --parallel Build images in parallel. [Pipeline] } 00:35:13 $ docker stop --time=1 30a81c17bab60201253b521d93639beb7530d3649590f923415bcde1f0eb25ee 00:35:14 $ docker rm -f 30a81c17bab60201253b521d93639beb7530d3649590f923415bcde1f0eb25ee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:15 . [Pipeline] withDockerContainer 00:35:15 prd-centos7-docker-4c-2g-708 does not seem to be running inside a container 00:35:15 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:16 $ docker top db50c601563b36f8d601a3805a8299596343795ef9046dc7c297e94134fc6774 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:16 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:17 Building docker-core-command-go ... 00:35:17 Building docker-core-data-go ... 00:35:17 Building docker-core-metadata-go ... 00:35:17 Building docker-security-proxy-setup-go ... 00:35:17 Building docker-security-secrets-setup-go ... 00:35:17 Building docker-security-secretstore-setup-go ... 00:35:17 Building docker-support-logging-go ... 00:35:17 Building docker-support-notifications-go ... 00:35:17 Building docker-support-scheduler-go ... 00:35:17 Building docker-sys-mgmt-agent-go ... 00:35:17 Building docker-sys-mgmt-agent-go 00:35:17 Building docker-security-secretstore-setup-go 00:35:17 Building docker-support-logging-go 00:35:17 Building docker-support-scheduler-go 00:35:17 Building docker-core-data-go 00:35:44 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:44 ---> 78640ae204c2 00:35:44 Step 3/22 : WORKDIR /edgex-go 00:35:44 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:44 ---> 78640ae204c2 00:35:44 Step 3/21 : WORKDIR /edgex-go 00:35:44 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:44 ---> 78640ae204c2 00:35:44 Step 3/23 : WORKDIR /edgex-go 00:35:44 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:44 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:35:44 ---> 78640ae204c2 00:35:44 Step 3/27 : WORKDIR /edgex-go 00:35:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:45 ---> 78640ae204c2 00:35:45 Step 3/26 : WORKDIR /edgex-go 00:35:46 ---> Running in 916af1523e95 00:35:46 ---> Running in 762bc6b72ec8 00:35:46 ---> Running in d3808d4a89c9 00:35:46 ---> Running in 2b17218da3f4 00:35:46 ---> Running in 25df09a8573c 00:35:46 Removing intermediate container 25df09a8573c 00:35:46 ---> 0def130878aa 00:35:46 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container 762bc6b72ec8 00:35:46 ---> 9be7b5425f5a 00:35:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container 916af1523e95 00:35:46 ---> 5edc5773d6d3 00:35:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container 2b17218da3f4 00:35:46 ---> 4d62462ff800 00:35:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container d3808d4a89c9 00:35:46 ---> a8494ef99cfd 00:35:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 ---> Running in f8afc0bdb036 00:35:46 ---> Running in 56d6f383ad47 00:35:46 ---> Running in 376e82576126 00:35:46 ---> Running in 7efd2593a2ea 00:35:46 ---> Running in 0f03557c90da 00:35:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-711 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws 00:35:47 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 00:35:48 Removing intermediate container f8afc0bdb036 00:35:48 ---> cd120e00ce25 00:35:48 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:35:48 ---> Running in df02e1f772eb 00:35:48 Removing intermediate container 376e82576126 00:35:48 ---> 1243d79bbebf 00:35:48 Step 5/26 : RUN apk update && apk add make git 00:35:48 ---> Running in eb18d24ded9b 00:35:49 Removing intermediate container 7efd2593a2ea 00:35:49 ---> dbbfae8c0da9 00:35:49 Step 5/27 : RUN apk update && apk add make bash git 00:35:49 Removing intermediate container 56d6f383ad47 00:35:49 ---> 388ccfa19527 00:35:49 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:35:49 Removing intermediate container 0f03557c90da 00:35:49 ---> dccb7f6fe90a 00:35:49 Step 5/21 : RUN apk update && apk add make git 00:35:49 ---> Running in 31cd314f9e75 00:35:49 ---> Running in 992b220eb351 00:35:49 ---> Running in 5e286bdc1c90 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:51 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:51 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:51 OK: 12746 distinct packages available 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:51 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:51 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:51 OK: 12746 distinct packages available 00:35:51 OK: 233 MiB in 51 packages 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:51 OK: 233 MiB in 51 packages 00:35:51 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:51 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:51 OK: 12746 distinct packages available 00:35:51 Removing intermediate container df02e1f772eb 00:35:51 ---> b2a3e2c27369 00:35:51 Step 6/23 : COPY go.mod . 00:35:51 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:51 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:51 OK: 12746 distinct packages available 00:35:51 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:51 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:51 OK: 12746 distinct packages available 00:35:51 OK: 233 MiB in 51 packages 00:35:51 Removing intermediate container eb18d24ded9b 00:35:51 ---> 7f737f4c0a72 00:35:51 Step 6/26 : COPY go.mod . 00:35:52 OK: 233 MiB in 51 packages 00:35:52 OK: 233 MiB in 51 packages 00:35:52 OK: 233 MiB in 51 packages 00:35:52 ---> 70ff8e8b315c 00:35:52 Step 7/23 : RUN go mod download 00:35:52 ---> bde8105ee95d 00:35:52 Step 7/26 : RUN go mod download 00:35:52 ---> Running in d34fcde39f86 00:35:52 ---> Running in 497075e0794b 00:35:53 using credential edgex-jenkins-ssh 00:35:53 Removing intermediate container 5e286bdc1c90 00:35:53 ---> d02e415cc235 00:35:53 Step 6/21 : COPY go.mod . 00:35:53 Cloning the remote Git repository 00:35:53 Cloning with configured refspecs honoured and without tags 00:35:53 Removing intermediate container 992b220eb351 00:35:53 ---> 7070348be71e 00:35:53 Step 6/22 : COPY go.mod . 00:35:53 Removing intermediate container 31cd314f9e75 00:35:53 ---> b2ef7b2b3a92 00:35:53 Step 6/27 : COPY go.mod . 00:35:53 ---> 7da3b9a450fd 00:35:53 Step 7/21 : RUN go mod download 00:35:53 ---> Running in 2097c2019155 00:35:53 ---> b00ad4416c85 00:35:53 Step 7/27 : RUN go mod download 00:35:53 ---> 8bec9de249ef 00:35:53 Step 7/22 : RUN go mod download 00:35:53 ---> Running in 8dafc5ea60b0 00:35:53 ---> Running in f2e02a132319 00:35:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:53 > git init /w/workspace/edgex-go/9 # timeout=10 00:35:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:53 > git --version # timeout=10 00:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:55 Removing intermediate container 2097c2019155 00:35:55 ---> d40c8c555791 00:35:55 Step 8/21 : COPY . . 00:35:56 Removing intermediate container d34fcde39f86 00:35:56 ---> be5c1f22bf49 00:35:56 Step 8/23 : COPY . . 00:35:56 Removing intermediate container 497075e0794b 00:35:56 ---> 950c63c65708 00:35:56 Step 8/26 : COPY . . 00:36:00 Removing intermediate container f2e02a132319 00:36:00 ---> 66bb5974c205 00:36:00 Step 8/22 : COPY . . 00:36:01 Removing intermediate container 8dafc5ea60b0 00:36:01 ---> 6962bd8d57c2 00:36:01 Step 8/27 : COPY . . 00:36:10 Fetching without tags 00:36:11 Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 00:36:11 Merge succeeded, producing 16b3e999087c40315c779d0287fd3857f2a58629 00:36:11 Checking out Revision 16b3e999087c40315c779d0287fd3857f2a58629 (PR-2659) 00:36:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 00:36:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:11 > git config core.sparsecheckout # timeout=10 00:36:11 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 00:36:11 > git remote # timeout=10 00:36:11 > git config --get remote.origin.url # timeout=10 00:36:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:11 > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 00:36:11 > git rev-parse HEAD^{commit} # timeout=10 00:36:11 > git config core.sparsecheckout # timeout=10 00:36:11 > git checkout -f 16b3e999087c40315c779d0287fd3857f2a58629 # timeout=10 00:36:16 Commit message: "Merge commit '3555043a6994042684a9c8b6423498381cadcc6f' into HEAD" 00:36:16 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:36:16 > git rev-list --no-walk 5c139179f817ec2b654e37ec469ee87c086e10a0 # timeout=10 [Pipeline] echo 00:36:29 ========================================================= 00:36:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:36:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 00:36:34 ---> fcfeaefd5b96 00:36:34 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:36:34 ---> 1cb2ced10cc5 00:36:34 Step 9/23 : RUN make cmd/core-data/core-data 00:36:34 ---> c824923651e0 00:36:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:36:34 ---> Running in 2531280738a3 00:36:34 ---> Running in 7d97e99fa528 00:36:34 ---> Running in 5f18f2159830 00:36:34 ---> bada2335bd99 00:36:34 Step 9/22 : RUN make cmd/support-logging/support-logging 00:36:34 ---> 117cbb1bd737 00:36:34 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:34 ---> Running in 1a9d89e5fd90 00:36:34 ---> Running in 800acc7d8a57 00:36:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:36:34 Sending build context to Docker daemon 323.2MB 00:36:34 Step 1/7 : ARG BASE=golang:1.13-alpine 00:36:34 Step 2/7 : FROM ${BASE} 00:36:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:34 b538f80385f9: Pulling fs layer 00:36:34 74f711af9a0d: Pulling fs layer 00:36:34 99f96fe45779: Pulling fs layer 00:36:34 fd7a069fd194: Pulling fs layer 00:36:34 66aa3694b03b: Pulling fs layer 00:36:34 170f70906a0f: Pulling fs layer 00:36:34 ad7c5574e4b9: Pulling fs layer 00:36:34 e772456be8f7: Pulling fs layer 00:36:34 c890913d741a: Pulling fs layer 00:36:34 2480fcc9aa5a: Pulling fs layer 00:36:34 09adf4765672: Pulling fs layer 00:36:34 fd7a069fd194: Waiting 00:36:34 66aa3694b03b: Waiting 00:36:34 170f70906a0f: Waiting 00:36:34 ad7c5574e4b9: Waiting 00:36:34 e772456be8f7: Waiting 00:36:34 c890913d741a: Waiting 00:36:34 2480fcc9aa5a: Waiting 00:36:34 09adf4765672: Waiting 00:36:34 99f96fe45779: Download complete 00:36:34 74f711af9a0d: Verifying Checksum 00:36:34 74f711af9a0d: Download complete 00:36:34 66aa3694b03b: Verifying Checksum 00:36:34 66aa3694b03b: Download complete 00:36:34 170f70906a0f: Verifying Checksum 00:36:34 170f70906a0f: Download complete 00:36:35 b538f80385f9: Verifying Checksum 00:36:35 b538f80385f9: Download complete 00:36:35 b538f80385f9: Pull complete 00:36:36 74f711af9a0d: Pull complete 00:36:36 99f96fe45779: Pull complete 00:36:37 ad7c5574e4b9: Verifying Checksum 00:36:37 ad7c5574e4b9: Download complete 00:36:37 c890913d741a: Verifying Checksum 00:36:37 c890913d741a: Download complete 00:36:39 2480fcc9aa5a: Verifying Checksum 00:36:39 2480fcc9aa5a: Download complete 00:36:39 09adf4765672: Verifying Checksum 00:36:39 09adf4765672: Download complete 00:36:41 e772456be8f7: Verifying Checksum 00:36:41 e772456be8f7: Download complete 00:36:41 fd7a069fd194: Download complete 00:36:53 fd7a069fd194: Pull complete 00:36:53 66aa3694b03b: Pull complete 00:36:53 170f70906a0f: Pull complete 00:36:56 ad7c5574e4b9: Pull complete 00:37:00 e772456be8f7: Pull complete 00:37:00 c890913d741a: Pull complete 00:37:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:03 2480fcc9aa5a: Pull complete 00:37:03 09adf4765672: Pull complete 00:37:03 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:37:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:37:03 ---> 2248a725d1cf 00:37:03 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:37:06 Removing intermediate container 1a9d89e5fd90 00:37:06 ---> 2db2f5da9d60 00:37:06 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:06 Removing intermediate container 800acc7d8a57 00:37:06 ---> 12155a7a55f5 00:37:06 00:37:06 Step 10/22 : FROM scratch 00:37:06 ---> 00:37:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:06 ---> Running in dd762e78e309 00:37:06 ---> Running in 89c54fd0756f 00:37:07 Removing intermediate container 89c54fd0756f 00:37:07 ---> 83335c54d748 00:37:07 Step 12/22 : ENV APP_PORT=48061 00:37:07 ---> Running in e4617361c1d0 00:37:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:07 Removing intermediate container e4617361c1d0 00:37:07 ---> 0ccb7056cb2f 00:37:07 Step 13/22 : EXPOSE $APP_PORT 00:37:07 ---> Running in 816673c682c1 00:37:10 ---> Running in 672a1bfa879a 00:37:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:12 Removing intermediate container 816673c682c1 00:37:12 ---> 00a89407ccca 00:37:12 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:37:12 Removing intermediate container 5f18f2159830 00:37:12 ---> 93d18e263998 00:37:12 00:37:12 Step 10/21 : FROM scratch 00:37:12 ---> 00:37:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:13 ---> 1cb64b0ef4b7 00:37:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:37:13 (1/12) Installing libmagic (5.38-r0) 00:37:13 ---> Running in b09e116a75fa 00:37:13 Removing intermediate container b09e116a75fa 00:37:13 ---> c18cbbf4cf8d 00:37:13 Step 12/21 : ENV APP_PORT=48085 00:37:13 ---> 8acb1534235f 00:37:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:37:13 (2/12) Installing file (5.38-r0) 00:37:13 (3/12) Installing libc-dev (0.7.2-r3) 00:37:13 (4/12) Installing g++ (9.3.0-r2) 00:37:13 ---> Running in 5dc49e456a04 00:37:14 Removing intermediate container dd762e78e309 00:37:14 ---> 828f7cdc6621 00:37:14 00:37:14 Step 11/27 : FROM docker:latest 00:37:14 ---> 81f5749c9058 00:37:14 Step 12/27 : RUN apk add --no-cache bash 00:37:14 Removing intermediate container 5dc49e456a04 00:37:14 ---> d5bf3af925cd 00:37:14 Step 13/21 : EXPOSE $APP_PORT 00:37:15 ---> Running in bb4bea68c7ae 00:37:15 ---> 45f4c1b0d0fa 00:37:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:37:15 ---> Running in 0cb877210bd1 00:37:15 Removing intermediate container 7d97e99fa528 00:37:15 ---> 157c937eab16 00:37:15 00:37:15 Step 10/26 : FROM alpine:3.10 00:37:15 Removing intermediate container 0cb877210bd1 00:37:15 ---> 6a2afbe0602f 00:37:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:15 ---> ac1a7ecf4418 00:37:15 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:37:16 3.10: Pulling from library/alpine 00:37:16 ---> Running in 582ef49caf2b 00:37:16 ---> 8db04bf74e49 00:37:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:16 Removing intermediate container 582ef49caf2b 00:37:16 ---> 7f1c54688365 00:37:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 (1/2) Installing readline (8.0.4-r0) 00:37:16 (2/2) Installing bash (5.0.17-r0) 00:37:16 Executing bash-5.0.17-r0.post-install 00:37:16 Executing busybox-1.31.1-r16.trigger 00:37:16 OK: 12 MiB in 22 packages 00:37:16 ---> Running in 3fc13060609c 00:37:17 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:18 Status: Downloaded newer image for alpine:3.10 00:37:18 ---> be4e4bea2c2e 00:37:18 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:19 ---> 8e9753df157c 00:37:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:19 ---> Running in 67726e5513ae 00:37:19 Removing intermediate container 3fc13060609c 00:37:19 ---> bd859fa9e784 00:37:19 Step 20/22 : LABEL arch=x86_64 00:37:20 Removing intermediate container 2531280738a3 00:37:20 ---> 25cbf160ab79 00:37:20 00:37:20 Step 10/23 : FROM alpine 00:37:20 ---> Running in 1e182d3d2679 00:37:20 ---> 136079316f30 00:37:20 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:20 Removing intermediate container bb4bea68c7ae 00:37:20 ---> df237a3f3e8f 00:37:20 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:37:20 ---> Running in f79f86cdf07a 00:37:20 latest: Pulling from library/alpine 00:37:20 ---> Running in bfa6020bd45d 00:37:20 Removing intermediate container 1e182d3d2679 00:37:20 ---> 90ddb897deed 00:37:20 Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:37:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:20 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:37:20 Status: Downloaded newer image for alpine:latest 00:37:20 ---> a24bb4013296 00:37:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:20 Removing intermediate container f79f86cdf07a 00:37:20 ---> e97aa0127b13 00:37:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:20 ---> Running in 0f70dbb9299a 00:37:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:20 ---> Running in 7ad18eb611be 00:37:20 ---> Running in 50cf68748996 00:37:21 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:21 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:21 OK: 10346 distinct packages available 00:37:21 Removing intermediate container 0f70dbb9299a 00:37:21 ---> 6acd18dddd4e 00:37:21 Step 22/22 : LABEL version=0.0.0 00:37:21 Removing intermediate container 7ad18eb611be 00:37:21 ---> 10298313e98a 00:37:21 Step 12/23 : ENV APP_PORT=48080 00:37:21 (1/5) Installing ca-certificates (20191127-r2) 00:37:21 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:21 (3/5) Installing libcurl (7.66.0-r0) 00:37:21 (4/5) Installing curl (7.66.0-r0) 00:37:21 (5/5) Installing dumb-init (1.2.2-r1) 00:37:21 Executing busybox-1.30.1-r3.trigger 00:37:21 Executing ca-certificates-20191127-r2.trigger 00:37:21 OK: 7 MiB in 19 packages 00:37:22 (5/12) Installing fortify-headers (1.1-r0) 00:37:22 (6/12) Installing patch (2.7.6-r6) 00:37:22 (7/12) Installing build-base (0.5-r2) 00:37:22 (8/12) Installing libsodium (1.0.18-r0) 00:37:22 (9/12) Installing pkgconf (1.7.2-r0) 00:37:22 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:22 (11/12) Installing libzmq (4.3.2-r0) 00:37:22 (12/12) Installing zeromq-dev (4.3.2-r0) 00:37:22 Executing busybox-1.31.1-r16.trigger 00:37:22 OK: 217 MiB in 51 packages 00:37:22 ---> Running in 8a36d889679e 00:37:22 ---> Running in 34891becd6cb 00:37:22 Removing intermediate container 50cf68748996 00:37:22 ---> 007c371d9bd2 00:37:22 Step 19/21 : LABEL arch=x86_64 00:37:22 ---> Running in 1582353d629e 00:37:22 Removing intermediate container 8a36d889679e 00:37:22 ---> 32a88889f5a1 00:37:22 00:37:22 Removing intermediate container 34891becd6cb 00:37:22 ---> 5d8d57bd93d0 00:37:22 Step 13/23 : EXPOSE $APP_PORT 00:37:22 Successfully built 32a88889f5a1 00:37:23 ---> Running in dff4bc4e0b03 00:37:23 Successfully tagged docker-support-logging-go:latest 00:37:23 Removing intermediate container bfa6020bd45d 00:37:23 ---> 17518c57926f 00:37:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:23  Building docker-support-logging-go ... done Building docker-support-notifications-go 00:37:23 Removing intermediate container 1582353d629e 00:37:23 ---> 73d206bb8ea9 00:37:23 Step 20/21 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:37:23 ---> Running in 9fd886baee6b 00:37:24 Removing intermediate container 67726e5513ae 00:37:24 ---> 2ea21a824c2f 00:37:24 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:24 ---> Running in 6a5004873a95 00:37:24 ---> Running in 068a6f3d68af 00:37:24 Removing intermediate container dff4bc4e0b03 00:37:24 ---> 2d5c676f01dc 00:37:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:24 Removing intermediate container 9fd886baee6b 00:37:24 ---> b6e7f958bc94 00:37:24 Step 15/27 : ENV APP_PORT=48090 00:37:25 ---> Running in 4348d81e5217 00:37:26 ---> Running in a364ee34f281 00:37:26 Removing intermediate container 672a1bfa879a 00:37:26 ---> 18d3603bc46d 00:37:26 Step 4/7 : WORKDIR /edgex-go 00:37:26 ---> Running in f29cd2714690 00:37:26 Removing intermediate container 6a5004873a95 00:37:26 ---> 32ac8fc1bfc0 00:37:26 Step 21/21 : LABEL version=0.0.0 00:37:26 Removing intermediate container f29cd2714690 00:37:26 ---> 6231e8a654f1 00:37:26 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:27 latest: Pulling from library/docker 00:37:27 b538f80385f9: Already exists 00:37:27 259a493cd78d: Pulling fs layer 00:37:27 b8e66b5100f5: Pulling fs layer 00:37:27 39dc9c94d07c: Pulling fs layer 00:37:27 551b823b3b82: Pulling fs layer 00:37:27 3c52a74df98c: Pulling fs layer 00:37:27 6c9b121b6998: Pulling fs layer 00:37:27 551b823b3b82: Waiting 00:37:27 3c52a74df98c: Waiting 00:37:27 6c9b121b6998: Waiting 00:37:27 b8e66b5100f5: Verifying Checksum 00:37:27 b8e66b5100f5: Download complete 00:37:27 Removing intermediate container 068a6f3d68af 00:37:27 ---> dd246539cab0 00:37:27 Step 13/26 : WORKDIR / 00:37:27 259a493cd78d: Verifying Checksum 00:37:27 259a493cd78d: Download complete 00:37:27 551b823b3b82: Download complete 00:37:27 6c9b121b6998: Verifying Checksum 00:37:27 6c9b121b6998: Download complete 00:37:27 ---> Running in de139a9e9ddd 00:37:28 Removing intermediate container a364ee34f281 00:37:28 ---> 4ce77d41b10b 00:37:28 Step 16/27 : EXPOSE $APP_PORT 00:37:28 ---> Running in 50960e647f8d 00:37:28 259a493cd78d: Pull complete 00:37:28 b8e66b5100f5: Pull complete 00:37:28 39dc9c94d07c: Download complete 00:37:29 Removing intermediate container de139a9e9ddd 00:37:29 ---> c629e259635f 00:37:29 00:37:29 ---> Running in bb26857f1537 00:37:29 Successfully built c629e259635f 00:37:30 Successfully tagged docker-support-scheduler-go:latest 00:37:30  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 00:37:30 Removing intermediate container 50960e647f8d 00:37:30 ---> 899e665a93a7 00:37:30 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:32 39dc9c94d07c: Pull complete 00:37:32 551b823b3b82: Pull complete 00:37:32 3c52a74df98c: Pull complete 00:37:33 Removing intermediate container bb26857f1537 00:37:33 ---> 656eab0f3424 00:37:33 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:33 6c9b121b6998: Pull complete 00:37:33 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:37:33 Status: Downloaded newer image for docker:latest 00:37:34 Removing intermediate container 4348d81e5217 00:37:34 ---> f6d91ed907d5 00:37:34 Step 15/23 : RUN apk --no-cache add zeromq 00:37:35 ---> 647843deb54a 00:37:35 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:36 ---> Running in 5b565adff7d5 00:37:36 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:36 ---> 78640ae204c2 00:37:36 Step 3/24 : WORKDIR /edgex-go 00:37:36 ---> Using cache 00:37:36 ---> 4d62462ff800 00:37:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:36 ---> Using cache 00:37:36 ---> 1243d79bbebf 00:37:36 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:37:37 ---> 460760c04481 00:37:37 Step 6/7 : COPY go.mod . 00:37:37 ---> e248e6c269b0 00:37:37 Step 7/7 : RUN go mod download 00:37:37 ---> 8d3880446d32 00:37:37 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:37 ---> Running in 107228ca49fc 00:37:37 ---> 98ff571b3099 00:37:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:37 ---> Running in f8086bf2910c 00:37:37 ---> 5254b346c851 00:37:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:38 ---> ef6d9736f25f 00:37:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:38 ---> 514ac1609eda 00:37:38 Step 20/27 : RUN apk --no-cache add py-pip 00:37:38 ---> 19a7eb1899a3 00:37:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:38 ---> Running in ebd3cc705d3a 00:37:39 (1/5) Installing libgcc (9.3.0-r2) 00:37:39 (2/5) Installing libsodium (1.0.18-r0) 00:37:39 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:39 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:39 OK: 12746 distinct packages available 00:37:39 (3/5) Installing libstdc++ (9.3.0-r2) 00:37:39 (4/5) Installing libzmq (4.3.2-r0) 00:37:39 OK: 233 MiB in 51 packages 00:37:39 (5/5) Installing zeromq (4.3.2-r0) 00:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:40 Executing busybox-1.31.1-r16.trigger 00:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:40 OK: 8 MiB in 19 packages 00:37:40 (1/33) Installing libbz2 (1.0.8-r1) 00:37:40 (2/33) Installing expat (2.2.9-r1) 00:37:40 (3/33) Installing libffi (3.3-r2) 00:37:40 (4/33) Installing gdbm (1.13-r1) 00:37:40 (5/33) Installing xz-libs (5.2.5-r0) 00:37:40 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:40 (7/33) Installing python3 (3.8.5-r0) 00:37:41 ---> 9cf082aa17d1 00:37:41 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:42 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:37:42 go: finding github.com/BurntSushi/toml v0.3.1 00:37:42 go: finding github.com/OneOfOne/xxhash v1.2.5 00:37:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:37:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:37:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:37:42 go: finding github.com/bgentry/speakeasy v0.1.0 00:37:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:37:42 go: finding github.com/davecgh/go-spew v1.1.1 00:37:42 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:37:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:37:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:37:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:37:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:37:42 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:37:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:37:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:37:42 go: finding github.com/fatih/color v1.7.0 00:37:42 go: finding github.com/fsnotify/fsnotify v1.4.7 00:37:42 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:37:42 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:37:42 go: finding github.com/go-kit/kit v0.8.0 00:37:42 go: finding github.com/go-logfmt/logfmt v0.4.0 00:37:42 go: finding github.com/go-playground/assert/v2 v2.0.1 00:37:42 go: finding github.com/go-playground/locales v0.13.0 00:37:42 go: finding github.com/go-playground/universal-translator v0.17.0 00:37:42 go: finding github.com/go-playground/validator/v10 v10.3.0 00:37:42 go: finding github.com/go-redis/redis/v7 v7.2.0 00:37:42 go: finding github.com/go-stack/stack v1.8.0 00:37:42 go: finding github.com/golang/protobuf v1.3.2 00:37:42 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:37:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:37:42 go: finding github.com/google/uuid v1.1.0 00:37:42 go: finding github.com/gorilla/mux v1.7.1 00:37:42 go: finding github.com/hashicorp/consul/api v1.1.0 00:37:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:37:42 go: finding github.com/hashicorp/errwrap v1.0.0 00:37:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:37:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:37:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:37:43 go: finding github.com/hashicorp/go-multierror v1.0.0 00:37:43 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:37:43 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:37:43 go: finding github.com/hashicorp/go-syslog v1.0.0 00:37:43 go: finding github.com/hashicorp/go-uuid v1.0.1 00:37:43 go: finding github.com/hashicorp/go.net v0.0.1 00:37:43 go: finding github.com/hashicorp/golang-lru v0.5.0 00:37:43 go: finding github.com/hashicorp/logutils v1.0.0 00:37:43 go: finding github.com/hashicorp/mdns v1.0.0 00:37:43 go: finding github.com/hashicorp/memberlist v0.1.3 00:37:43 go: finding github.com/hashicorp/serf v0.8.2 00:37:43 go: finding github.com/hpcloud/tail v1.0.0 00:37:43 go: finding github.com/imdario/mergo v0.3.6 00:37:43 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:37:43 go: finding github.com/kr/pretty v0.1.0 00:37:43 go: finding github.com/kr/pty v1.1.1 00:37:43 go: finding github.com/kr/text v0.1.0 00:37:43 go: finding github.com/leodido/go-urn v1.2.0 00:37:43 go: finding github.com/mattn/go-colorable v0.0.9 00:37:43 go: finding github.com/mattn/go-isatty v0.0.3 00:37:43 go: finding github.com/miekg/dns v1.0.14 00:37:43 go: finding github.com/mitchellh/cli v1.0.0 00:37:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:37:43 go: finding github.com/mitchellh/copystructure v1.0.0 00:37:43 go: finding github.com/mitchellh/go-homedir v1.0.0 00:37:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:37:43 go: finding github.com/mitchellh/gox v0.4.0 00:37:43 go: finding github.com/mitchellh/iochan v1.0.0 00:37:44 go: finding github.com/mitchellh/mapstructure v1.1.2 00:37:44 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:37:44 go: finding github.com/onsi/ginkgo v1.10.1 00:37:44 go: finding github.com/onsi/gomega v1.7.0 00:37:44 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:37:44 go: finding github.com/pebbe/zmq4 v1.0.0 00:37:44 go: finding github.com/pelletier/go-toml v1.2.0 00:37:44 go: finding github.com/pkg/errors v0.8.1 00:37:44 go: finding github.com/pmezard/go-difflib v1.0.0 00:37:44 go: finding github.com/posener/complete v1.1.1 00:37:44 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:37:44 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:37:44 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:37:44 go: finding github.com/stretchr/objx v0.1.0 00:37:44 go: finding github.com/stretchr/testify v1.5.1 00:37:44 go: finding github.com/ugorji/go v1.1.4 00:37:44 go: finding github.com/x448/float16 v0.8.4 00:37:44 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:37:44 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:37:44 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:37:45 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:37:45 go: finding golang.org/x/text v0.3.2 00:37:45 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:37:45 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:37:45 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:37:45 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:37:45 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:37:45 go: finding gopkg.in/yaml.v2 v2.2.8 00:37:46 ---> f1969140b47f 00:37:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:37:46 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:46 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:46 (11/33) Installing py3-six (1.15.0-r0) 00:37:46 (12/33) Installing py3-packaging (20.4-r0) 00:37:46 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:46 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:47 (15/33) Installing py3-idna (2.9-r0) 00:37:47 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:47 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:37:47 ---> 78640ae204c2 00:37:47 Step 3/29 : WORKDIR /edgex-go 00:37:47 ---> Using cache 00:37:47 ---> 4d62462ff800 00:37:47 Step 4/29 : RUN apk update && apk add make git 00:37:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:49 Removing intermediate container 5b565adff7d5 00:37:49 ---> 3fa1a9a7740f 00:37:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:37:49 (18/33) Installing py3-requests (2.23.0-r0) 00:37:49 Removing intermediate container 107228ca49fc 00:37:49 ---> a86b02cde491 00:37:49 Step 6/24 : COPY go.mod . 00:37:49 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:49 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:49 ---> Running in 3d45adcd9b4f 00:37:49 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:49 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:49 ---> ad1110f9cbab 00:37:49 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:49 (24/33) Installing py3-distro (1.5.0-r1) 00:37:49 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:49 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:50 ---> 27fd6d231616 00:37:50 Step 7/24 : RUN go mod download 00:37:50 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:50 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:50 ---> 8811a5c28d8a 00:37:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:50 (29/33) Installing py3-progress (1.5-r0) 00:37:50 (30/33) Installing py3-toml (0.10.1-r0) 00:37:50 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:50 (33/33) Installing py3-pip (20.1.1-r0) 00:37:51 ---> Running in 786212c3a451 00:37:51 Executing busybox-1.31.1-r16.trigger 00:37:51 OK: 71 MiB in 55 packages 00:37:51 ---> 0a1fb78c9a39 00:37:51 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:51 ---> Running in 71e9e9e4c347 00:37:51 ---> 810457352d10 00:37:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:52 ---> 397284cc203f 00:37:52 Step 19/23 : ENTRYPOINT ["/core-data"] 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:52 ---> Running in f5dea031b984 00:37:52 Removing intermediate container f5dea031b984 00:37:52 ---> de6b1d9d5079 00:37:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:52 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:52 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:52 OK: 12746 distinct packages available 00:37:52 ---> Running in 46bce21fe9b2 00:37:52 OK: 233 MiB in 51 packages 00:37:53 Removing intermediate container 46bce21fe9b2 00:37:53 ---> 73f1db2abcfe 00:37:53 Step 21/23 : LABEL arch=x86_64 00:37:54 ---> Running in 7f70b2817508 00:37:55 Removing intermediate container 71e9e9e4c347 00:37:55 ---> cc735edda725 00:37:55 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:37:56 Removing intermediate container 7f70b2817508 00:37:56 ---> 214fcaa00a0f 00:37:56 Step 22/23 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:37:57 ---> Running in 212f066caf9c 00:37:57 Removing intermediate container 3d45adcd9b4f 00:37:57 ---> 33f6a95491c0 00:37:57 Step 5/29 : COPY go.mod . 00:37:58 Removing intermediate container 786212c3a451 00:37:58 ---> a8b763ae2551 00:37:58 Step 8/24 : COPY . . 00:37:58 ---> Running in 2d36b2143840 00:37:58 Removing intermediate container ebd3cc705d3a 00:37:58 ---> ea4b9b0b83a5 00:37:58 Step 21/27 : RUN pip install docker-compose==1.23.2 00:37:58 Removing intermediate container 212f066caf9c 00:37:58 ---> 1c57f5958232 00:37:58 Step 24/26 : LABEL arch=x86_64 00:37:59 ---> Running in 49ec7ef295a8 00:37:59 ---> Running in b24e1be3e678 00:37:59 Removing intermediate container 2d36b2143840 00:37:59 ---> 13fcc850c059 00:37:59 Step 23/23 : LABEL version=0.0.0 00:38:00 ---> 7ac404796f38 00:38:00 Step 6/29 : RUN go mod download 00:38:03 ---> Running in e27e7675c93c 00:38:03 ---> Running in 10cd16b2a0d7 00:38:03 Removing intermediate container b24e1be3e678 00:38:03 ---> 6386a551f961 00:38:03 Step 25/26 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:38:03 ---> Running in 95844dc503d0 00:38:04 Removing intermediate container 10cd16b2a0d7 00:38:04 ---> ed433693920b 00:38:04 00:38:05 Successfully built ed433693920b 00:38:05 Successfully tagged docker-core-data-go:latest 00:38:05 Building docker-security-proxy-setup-go 00:38:05  Building docker-core-data-go ... done Removing intermediate container 95844dc503d0 00:38:05 ---> a2c27b52fab4 00:38:05 Step 26/26 : LABEL version=0.0.0 00:38:07 Removing intermediate container f8086bf2910c 00:38:07 ---> f6360cd7840d 00:38:07 Successfully built f6360cd7840d 00:38:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:08 + docker inspect -f . ci-base-image-arm64 00:38:08 . [Pipeline] withDockerContainer 00:38:08 prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container 00:38:08 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:09 ---> Running in 02bc358819e0 00:38:10 $ docker top d8ae95097d2b3a322466d32f5826a2def09e5f43b519e91c26b7e001eed3df06 -eo pid,comm 00:38:10 Removing intermediate container 02bc358819e0 00:38:10 ---> dabe123ded1f 00:38:10 [Pipeline] { [Pipeline] sh 00:38:10 Successfully built dabe123ded1f 00:38:11 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:11 Building docker-core-command-go 00:38:11  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 00:38:11 + go version 00:38:11 go version go1.13.13 linux/arm64 [Pipeline] echo 00:38:11 ========================================================= 00:38:11 [edgeXBuildGoParallel] Running Tests and Build... 00:38:11 ========================================================= [Pipeline] sh 00:38:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:12 + make test 00:38:12 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:38:12 Removing intermediate container e27e7675c93c 00:38:12 ---> 0a0e18f381e5 00:38:12 Step 7/29 : COPY . . 00:38:13 Collecting PyYAML<4,>=3.10 00:38:13 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:24 Collecting docopt<0.7,>=0.6.1 00:38:24 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:27 Collecting cached-property<2,>=1.2.0 00:38:27 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:38:27 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:38:27 Collecting texttable<0.10,>=0.9.0 00:38:27 ---> 78640ae204c2 00:38:27 Step 3/20 : WORKDIR /edgex-go 00:38:27 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:27 ---> Using cache 00:38:27 ---> 4d62462ff800 00:38:27 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:27 ---> Using cache 00:38:27 ---> 1243d79bbebf 00:38:27 Step 5/20 : RUN apk update && apk add make git 00:38:27 ---> Using cache 00:38:27 ---> 7f737f4c0a72 00:38:27 Step 6/20 : COPY go.mod . 00:38:27 ---> Using cache 00:38:27 ---> bde8105ee95d 00:38:27 Step 7/20 : RUN go mod download 00:38:27 ---> Using cache 00:38:27 ---> 950c63c65708 00:38:27 Step 8/20 : COPY . . 00:38:27 ---> Using cache 00:38:27 ---> fcfeaefd5b96 00:38:27 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:38:28 Collecting docker<4.0,>=3.6.0 00:38:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:28 ---> a89a9a9b0c96 00:38:28 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:29 ---> Running in 3f377857b388 00:38:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:29 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:29 ---> Running in 5ebb2ea16294 00:38:29 Collecting websocket-client<1.0,>=0.32.0 00:38:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:29 Collecting jsonschema<3,>=2.5.1 00:38:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:31 Collecting dockerpty<0.5,>=0.4.1 00:38:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:33 Collecting docker-pycreds>=0.4.0 00:38:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38:33 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:33 ---> 78640ae204c2 00:38:33 Step 3/22 : WORKDIR /edgex-go 00:38:33 ---> Using cache 00:38:33 ---> 4d62462ff800 00:38:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:33 ---> Using cache 00:38:33 ---> 1243d79bbebf 00:38:33 Step 5/22 : RUN apk update && apk add make git 00:38:33 ---> Using cache 00:38:33 ---> 7f737f4c0a72 00:38:33 Step 6/22 : COPY go.mod . 00:38:33 ---> Using cache 00:38:33 ---> bde8105ee95d 00:38:33 Step 7/22 : RUN go mod download 00:38:33 ---> Using cache 00:38:33 ---> 950c63c65708 00:38:33 Step 8/22 : COPY . . 00:38:33 Collecting urllib3<1.25,>=1.21.1 00:38:33 ---> Using cache 00:38:33 ---> fcfeaefd5b96 00:38:33 Step 9/22 : RUN make cmd/core-command/core-command 00:38:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:34 ---> Running in 5709dc44561d 00:38:34 Collecting idna<2.8,>=2.5 00:38:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:35 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:38:35 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:38:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:35 Installing collected packages: PyYAML, docopt, cached-property, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, docker-compose 00:38:35 Running setup.py install for PyYAML: started 00:38:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:37 Running setup.py install for PyYAML: finished with status 'done' 00:38:37 Running setup.py install for docopt: started 00:38:37 Running setup.py install for docopt: finished with status 'done' 00:38:37 Running setup.py install for texttable: started 00:38:38 Running setup.py install for texttable: finished with status 'done' 00:38:39 Attempting uninstall: urllib3 00:38:39 Found existing installation: urllib3 1.25.9 00:38:39 Uninstalling urllib3-1.25.9: 00:38:39 Successfully uninstalled urllib3-1.25.9 00:38:39 Attempting uninstall: idna 00:38:39 Found existing installation: idna 2.9 00:38:39 Uninstalling idna-2.9: 00:38:40 Successfully uninstalled idna-2.9 00:38:40 Attempting uninstall: requests 00:38:40 Found existing installation: requests 2.23.0 00:38:40 Uninstalling requests-2.23.0: 00:38:40 Successfully uninstalled requests-2.23.0 00:38:43 ---> a9b6765917f4 00:38:43 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:38:43 Running setup.py install for dockerpty: started 00:38:43 ---> Running in 3f65bcccdc0b 00:38:44 Running setup.py install for dockerpty: finished with status 'done' 00:38:44 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:38:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:48 Removing intermediate container 49ec7ef295a8 00:38:48 ---> 6a1a24813f12 00:38:48 Step 22/27 : RUN apk --no-cache add curl 00:38:48 ---> Running in 89f4df9d20d6 00:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:49 (2/3) Installing libcurl (7.69.1-r0) 00:38:49 (3/3) Installing curl (7.69.1-r0) 00:38:49 Executing busybox-1.31.1-r16.trigger 00:38:49 OK: 72 MiB in 58 packages 00:38:50 Removing intermediate container 89f4df9d20d6 00:38:50 ---> 49884e4cee2b 00:38:50 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:50 ---> Running in e0e56ebb81b0 00:38:50 Removing intermediate container e0e56ebb81b0 00:38:50 ---> db117f2668e0 00:38:50 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:51 ---> Running in 6afcad5d54c0 00:38:51 Removing intermediate container 6afcad5d54c0 00:38:51 ---> fd21df4c0295 00:38:51 Step 25/27 : LABEL arch=x86_64 00:38:52 ---> Running in d2e3ef9b08a6 00:38:52 Removing intermediate container d2e3ef9b08a6 00:38:52 ---> b7de2a2ef0bb 00:38:52 Step 26/27 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:38:52 ---> Running in 7c217d881f60 00:38:53 Removing intermediate container 7c217d881f60 00:38:53 ---> faadfb93a161 00:38:53 Step 27/27 : LABEL version=0.0.0 00:38:53 ---> Running in 94196b1236c9 00:38:53 Removing intermediate container 94196b1236c9 00:38:53 ---> 595ecdca9357 00:38:53 00:38:53 Successfully built 595ecdca9357 00:38:53 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:53 Building docker-core-metadata-go 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:06 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:12  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:39:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:12 ---> 78640ae204c2 00:39:12 Step 3/22 : WORKDIR /edgex-go 00:39:12 ---> Using cache 00:39:12 ---> 4d62462ff800 00:39:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:12 ---> Using cache 00:39:12 ---> 1243d79bbebf 00:39:12 Step 5/22 : RUN apk update && apk add make git 00:39:12 ---> Using cache 00:39:12 ---> 7f737f4c0a72 00:39:12 Step 6/22 : COPY go.mod . 00:39:12 ---> Using cache 00:39:12 ---> bde8105ee95d 00:39:12 Step 7/22 : RUN go mod download 00:39:12 ---> Using cache 00:39:12 ---> 950c63c65708 00:39:12 Step 8/22 : COPY . . 00:39:12 ---> Using cache 00:39:12 ---> fcfeaefd5b96 00:39:12 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:39:12 ---> Running in 08607e1de668 00:39:12 Removing intermediate container 3f377857b388 00:39:12 ---> 4cc7c79bafaa 00:39:12 00:39:12 Step 10/20 : FROM alpine 00:39:12 ---> a24bb4013296 00:39:12 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:39:12 ---> Running in 5f89ccba17d1 00:39:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:14 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:14 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:14 OK: 12746 distinct packages available 00:39:14 (1/4) Installing ca-certificates (20191127-r4) 00:39:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:14 (3/4) Installing libcurl (7.69.1-r0) 00:39:14 (4/4) Installing curl (7.69.1-r0) 00:39:14 Executing busybox-1.31.1-r16.trigger 00:39:14 Executing ca-certificates-20191127-r4.trigger 00:39:14 OK: 7 MiB in 18 packages 00:39:16 Removing intermediate container 5ebb2ea16294 00:39:16 ---> c327b52862c3 00:39:16 00:39:16 Step 10/24 : FROM scratch 00:39:16 ---> 00:39:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:18 ---> Using cache 00:39:18 ---> 83335c54d748 00:39:18 Step 12/24 : ENV APP_PORT=48060 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.164s coverage: 46.6% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:19 ---> Running in 0f4b1b8c49cc 00:39:20 Removing intermediate container 3f65bcccdc0b 00:39:20 ---> 12aa0b84241b 00:39:20 00:39:20 Step 9/29 : FROM alpine:latest 00:39:20 ---> a24bb4013296 00:39:20 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:39:20 Removing intermediate container 5f89ccba17d1 00:39:20 ---> 5580543ec088 00:39:20 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:21 ---> Running in b1c0351e9331 00:39:21 Removing intermediate container 5709dc44561d 00:39:21 ---> 6628610de0b9 00:39:21 00:39:21 Step 10/22 : FROM scratch 00:39:21 ---> 00:39:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:21 ---> Using cache 00:39:21 ---> c18cbbf4cf8d 00:39:21 Step 12/22 : ENV APP_PORT=48082 00:39:21 ---> Running in f2f0fbf44a80 00:39:21 Removing intermediate container 0f4b1b8c49cc 00:39:21 ---> 1fd891ea43ab 00:39:21 Step 13/24 : EXPOSE $APP_PORT 00:39:21 ---> Running in 27021d02334a 00:39:21 ---> Running in dd44db5d7cb5 00:39:21 Removing intermediate container b1c0351e9331 00:39:21 ---> 15f970b676bc 00:39:21 Step 11/29 : USER root 00:39:21 Removing intermediate container f2f0fbf44a80 00:39:21 ---> 9d13ef89f0b0 00:39:21 Step 13/20 : WORKDIR /edgex 00:39:22 Removing intermediate container 27021d02334a 00:39:22 ---> c40e5ae781f1 00:39:22 Step 13/22 : EXPOSE $APP_PORT 00:39:22 ---> Running in 0ba58efd7da8 00:39:22 Removing intermediate container dd44db5d7cb5 00:39:22 ---> 2c5613657fbe 00:39:22 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:22 ---> Running in 02d6371a52fc 00:39:22 ---> Running in 88e0984d9090 00:39:22 Removing intermediate container 02d6371a52fc 00:39:22 ---> 894716413505 00:39:22 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:39:24 ---> Running in 833314e9e996 00:39:24 ---> c408482811b7 00:39:24 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:24 Removing intermediate container 88e0984d9090 00:39:24 ---> 9dba1d6c65e6 00:39:24 Step 14/22 : WORKDIR / 00:39:24 Removing intermediate container 0ba58efd7da8 00:39:24 ---> f5dd1f060485 00:39:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:24 ---> Running in f65382c74f75 00:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:25 ---> cc36f13309a0 00:39:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:25 Removing intermediate container f65382c74f75 00:39:25 ---> 1bfdf67b0ec4 00:39:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:25 ---> d1c1794dd9af 00:39:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:25 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:25 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:25 OK: 12746 distinct packages available 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.207s coverage: 27.2% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:26 (1/2) Installing ca-certificates (20191127-r4) 00:39:26 (2/2) Installing dumb-init (1.2.2-r1) 00:39:26 Executing busybox-1.31.1-r16.trigger 00:39:26 Executing ca-certificates-20191127-r4.trigger 00:39:26 ---> 73db181347ef 00:39:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:26 OK: 6 MiB in 16 packages 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.368s coverage: 82.5% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:27 ---> 4d4e876ee363 00:39:27 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:27 ---> f18352f34d80 00:39:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:39:27 ---> 23c722dd3b99 00:39:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:27 ---> Running in f49e832f1306 00:39:28 Removing intermediate container 833314e9e996 00:39:28 ---> 2fffc320b246 00:39:28 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:39:28 ---> 3630731dbaa3 00:39:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:28 ---> Running in dc252e489a69 00:39:28 Removing intermediate container f49e832f1306 00:39:28 ---> d0315d560aa6 00:39:28 Step 17/20 : CMD ["--init=true"] 00:39:28 ---> df8d1fef65e9 00:39:28 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:28 ---> Running in 80af74e36282 00:39:28 ---> Running in d176e0171e59 00:39:28 Removing intermediate container dc252e489a69 00:39:28 ---> aaf0f569605a 00:39:28 Step 14/29 : WORKDIR $BASE_DIR 00:39:28 Removing intermediate container 80af74e36282 00:39:28 ---> 985b699fd825 00:39:28 Step 18/20 : LABEL arch=x86_64 00:39:28 ---> 7eeb31d2aa3d 00:39:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:28 ---> Running in 158c2696e2e5 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.377s coverage: 92.9% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:29 Removing intermediate container d176e0171e59 00:39:29 ---> 714cdac2c18e 00:39:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:29 ---> Running in 1581ed825384 00:39:29 ---> Running in 8e722e74a05e 00:39:29 Removing intermediate container 1581ed825384 00:39:29 ---> 5cebea744277 00:39:29 Step 19/20 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:39:29 Removing intermediate container 158c2696e2e5 00:39:29 ---> a9df09fd2645 00:39:29 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:39:29 ---> e8e51b401b3b 00:39:29 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:29 Removing intermediate container 8e722e74a05e 00:39:29 ---> 69c33fe1a46e 00:39:29 Step 20/22 : LABEL arch=x86_64 00:39:29 ---> Running in 6a0fc338282b 00:39:29 ---> Running in f9bfb45762bc 00:39:30 ---> Running in 0ea30003993d 00:39:30 ---> Running in 26559f27eb8d 00:39:30 Removing intermediate container f9bfb45762bc 00:39:30 ---> 6a78580b3052 00:39:30 Step 20/20 : LABEL version=0.0.0 00:39:30 Removing intermediate container 0ea30003993d 00:39:30 ---> c155b9bf6039 00:39:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:30 Removing intermediate container 26559f27eb8d 00:39:30 ---> a01b0bd51137 00:39:30 Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:39:30 ---> Running in 056a05f695e3 00:39:30 ---> Running in 4a6baa009a10 00:39:31 ---> Running in 672b43749e7b 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:32 Removing intermediate container 4a6baa009a10 00:39:32 ---> f292a96197df 00:39:32 00:39:32 Removing intermediate container 056a05f695e3 00:39:32 ---> d4e5d21b8fdf 00:39:32 Step 22/24 : LABEL arch=x86_64 00:39:32 Successfully built f292a96197df 00:39:33 Successfully tagged docker-security-proxy-setup-go:latest 00:39:33  Building docker-security-proxy-setup-go ... done Removing intermediate container 672b43749e7b 00:39:33 ---> b69d62346c31 00:39:33 Step 22/22 : LABEL version=0.0.0 00:39:33 ---> Running in 3ed953ef91bd 00:39:33 Removing intermediate container 08607e1de668 00:39:33 ---> fa7f00af4995 00:39:33 00:39:33 Step 10/22 : FROM scratch 00:39:33 ---> 00:39:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:33 ---> Running in 730c026318fd 00:39:33 ---> Using cache 00:39:33 ---> c18cbbf4cf8d 00:39:33 Step 12/22 : ENV APP_PORT=48081 00:39:33 Removing intermediate container 3ed953ef91bd 00:39:33 ---> 5e2f2788ce9e 00:39:33 Step 23/24 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:39:33 Removing intermediate container 6a0fc338282b 00:39:33 ---> cfc5beb4d20f 00:39:33 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:39:33 ---> Running in 383aeb876bf1 00:39:33 ---> Running in 298a6d9e5584 00:39:33 Removing intermediate container 730c026318fd 00:39:33 ---> 5883c1c164e7 00:39:33 00:39:33 Removing intermediate container 383aeb876bf1 00:39:33 ---> 9fb4613362cf 00:39:33 Step 13/22 : EXPOSE $APP_PORT 00:39:34 Successfully built 5883c1c164e7 00:39:34 Successfully tagged docker-core-command-go:latest 00:39:34  Building docker-core-command-go ... done  ---> Running in 9f544f713bfc 00:39:34 Removing intermediate container 298a6d9e5584 00:39:34 ---> 94acd820e8e6 00:39:34 Step 24/24 : LABEL version=0.0.0 00:39:34 ---> c1a1f0ae0263 00:39:34 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:39:34 ---> Running in 64a556411e27 00:39:34 Removing intermediate container 9f544f713bfc 00:39:34 ---> 4cfeab500aca 00:39:34 Step 14/22 : WORKDIR / 00:39:35 ---> Running in 8d81d47c5466 00:39:35 ---> 6900a21a5f66 00:39:35 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:39:35 Removing intermediate container 64a556411e27 00:39:35 ---> b8d8c4f7d0ff 00:39:35 00:39:35 Successfully built b8d8c4f7d0ff 00:39:35 Removing intermediate container 8d81d47c5466 00:39:35 ---> 854bc8d268c2 00:39:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:39:35 Successfully tagged docker-support-notifications-go:latest 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.076s coverage: 89.8% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:35  Building docker-support-notifications-go ... done  ---> 8f2efead78ab 00:39:35 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:39:35 ---> 372a03b7baa2 00:39:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:35 ---> 45ae6623a8f1 00:39:35 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:39:35 ---> 9ef07bf66a6f 00:39:35 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:39:35 ---> Running in f9c8bcc7010a 00:39:35 ---> 2bb696ce9e44 00:39:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:36 ---> 871bda9cd37b 00:39:36 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:39:36 ---> Running in 5205d0c358a4 00:39:36 Removing intermediate container 5205d0c358a4 00:39:36 ---> 32da569eb87f 00:39:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:36 ---> Running in 9e056ef72c98 00:39:37 Removing intermediate container 9e056ef72c98 00:39:37 ---> 11d8b52ed8d9 00:39:37 Step 20/22 : LABEL arch=x86_64 00:39:37 Removing intermediate container f9c8bcc7010a 00:39:37 ---> 1b468f49c0f2 00:39:37 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:39:37 ---> Running in e862aa61ecfc 00:39:37 ---> e7cddb889d99 00:39:37 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:39:37 Removing intermediate container e862aa61ecfc 00:39:37 ---> 49f176086c09 00:39:37 Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:39:37 ---> Running in 0c47b91cce40 00:39:37 ---> Running in f0dbf5c6160e 00:39:38 Removing intermediate container f0dbf5c6160e 00:39:38 ---> 530f315136b0 00:39:38 Step 22/22 : LABEL version=0.0.0 00:39:38 ---> Running in ca31c562248e 00:39:38 Removing intermediate container ca31c562248e 00:39:38 ---> 85c6c475ec10 00:39:38 00:39:38 Successfully built 85c6c475ec10 00:39:38 Successfully tagged docker-core-metadata-go:latest 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.040s coverage: 100.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:39:38  Building docker-core-metadata-go ... done Removing intermediate container 0c47b91cce40 00:39:38 ---> fff5bd7a7d3a 00:39:38 Step 24/29 : RUN chmod 755 security-secrets-setup 00:39:38 ---> Running in e7ff8b487320 00:39:39 Removing intermediate container e7ff8b487320 00:39:39 ---> 431f46ed7eaa 00:39:39 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:39:39 ---> Running in e6ad408fbe76 00:39:40 Removing intermediate container e6ad408fbe76 00:39:40 ---> 83e3ff96e52f 00:39:40 Step 26/29 : CMD [ "generate" ] 00:39:40 ---> Running in 747fe945658e 00:39:40 Removing intermediate container 747fe945658e 00:39:40 ---> aea4d59505db 00:39:40 Step 27/29 : LABEL arch=x86_64 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 63.5% of statements 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 00:39:41 ---> Running in 725f267c3608 00:39:41 Removing intermediate container 725f267c3608 00:39:41 ---> 14c87e86f01c 00:39:41 Step 28/29 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:39:41 ---> Running in 1ee16782fdb1 00:39:41 Removing intermediate container 1ee16782fdb1 00:39:41 ---> 1fe4fe194e96 00:39:41 Step 29/29 : LABEL version=0.0.0 00:39:41 ---> Running in a129d3ec5f8e 00:39:42 Removing intermediate container a129d3ec5f8e 00:39:42 ---> f673fc3892ae 00:39:42 00:39:42 Successfully built f673fc3892ae 00:39:42 Successfully tagged docker-security-secrets-setup-go:latest 00:39:42  Building docker-security-secrets-setup-go ... done  [Pipeline] } 00:39:42 $ docker stop --time=1 db50c601563b36f8d601a3805a8299596343795ef9046dc7c297e94134fc6774 00:39:43 $ docker rm -f db50c601563b36f8d601a3805a8299596343795ef9046dc7c297e94134fc6774 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.235s coverage: 55.9% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [Pipeline] // withDockerContainer [Pipeline] sh 00:39:44 + docker images 00:39:44 + grep docker 00:39:44 docker-security-secrets-setup-go latest f673fc3892ae 3 seconds ago 25.1MB 00:39:44 docker-core-metadata-go latest 85c6c475ec10 6 seconds ago 14.4MB 00:39:44 docker-support-notifications-go latest b8d8c4f7d0ff 10 seconds ago 14.5MB 00:39:44 docker-core-command-go latest 5883c1c164e7 11 seconds ago 13MB 00:39:44 docker-security-proxy-setup-go latest f292a96197df 13 seconds ago 16.4MB 00:39:44 docker-sys-mgmt-agent-go latest 595ecdca9357 51 seconds ago 284MB 00:39:44 docker-security-secretstore-setup-go latest dabe123ded1f About a minute ago 33.9MB 00:39:44 docker-core-data-go latest ed433693920b About a minute ago 24.5MB 00:39:44 docker-support-scheduler-go latest c629e259635f 2 minutes ago 13.1MB 00:39:44 docker-support-logging-go latest 32a88889f5a1 2 minutes ago 11.8MB 00:39:44 docker latest 81f5749c9058 8 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 26.151s coverage: 86.3% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.314s coverage: 72.2% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.591s coverage: 72.1% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.030s coverage: 48.4% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.022s coverage: 96.8% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 31.1% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.357s coverage: 84.1% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.028s coverage: 100.0% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.062s coverage: 83.8% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 46.1% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.042s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.038s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.283s coverage: 29.1% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 00:40:18 GO111MODULE=on go vet ./... 00:40:36 gofmt -l . 00:40:38 [ "`gofmt -l .`" = "" ] 00:40:41 ./bin/test-go-mod-tidy.sh 00:40:41 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:46 + ls -al . 00:40:46 total 588 00:40:46 drwxrwxr-x 10 1001 1001 4096 Aug 22 00:40 . 00:40:46 drwxr-xr-x 4 root root 4096 Aug 22 00:38 .. 00:40:46 -rw-rw-r-- 1 1001 1001 11 Aug 22 00:36 .dockerignore 00:40:46 drwxrwxr-x 8 1001 1001 4096 Aug 22 00:36 .git 00:40:46 drwxrwxr-x 3 1001 1001 4096 Aug 22 00:36 .github 00:40:46 -rw-rw-r-- 1 1001 1001 932 Aug 22 00:36 .gitignore 00:40:46 drwxrwxr-x 3 1001 1001 4096 Aug 22 00:36 .semver 00:40:46 -rw-rw-r-- 1 1001 1001 166 Aug 22 00:36 .sonarcloud.properties 00:40:46 -rw-rw-r-- 1 1001 1001 3804 Aug 22 00:36 CONTRIBUTING.md 00:40:46 -rw-rw-r-- 1 1001 1001 1035 Aug 22 00:36 Dockerfile.build 00:40:46 -rw-rw-r-- 1 1001 1001 865 Aug 22 00:36 Jenkinsfile 00:40:46 -rw-rw-r-- 1 1001 1001 10775 Aug 22 00:36 LICENSE 00:40:46 -rw-rw-r-- 1 1001 1001 6237 Aug 22 00:36 Makefile 00:40:46 -rw-rw-r-- 1 1001 1001 5652 Aug 22 00:36 README.md 00:40:46 -rw-rw-r-- 1 1001 1001 259 Aug 22 00:36 SECURITY.md 00:40:46 -rw-rw-r-- 1 1001 1001 5 Aug 22 00:32 VERSION 00:40:46 -rw-rw-r-- 1 1001 1001 4131 Aug 22 00:36 ZMQWindows.md 00:40:46 drwxrwxr-x 2 1001 1001 4096 Aug 22 00:36 bin 00:40:46 drwxrwxr-x 15 1001 1001 4096 Aug 22 00:36 cmd 00:40:46 -rw-r--r-- 1 root root 460866 Aug 22 00:40 coverage.out 00:40:46 -rw-r--r-- 1 root root 983 Aug 22 00:40 go.mod 00:40:46 -rw-r--r-- 1 root root 18581 Aug 22 00:40 go.sum 00:40:46 drwxrwxr-x 8 1001 1001 4096 Aug 22 00:36 internal 00:40:46 drwxrwxr-x 4 1001 1001 4096 Aug 22 00:36 openapi 00:40:46 drwxrwxr-x 4 1001 1001 4096 Aug 22 00:36 snap 00:40:46 -rw-rw-r-- 1 1001 1001 168 Aug 22 00:36 version.go [Pipeline] sh 00:40:46 + '[' -e coverage.out ] 00:40:46 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:46 Warning: overwriting stash ‘coverage-report’ 00:40:47 Stashed 1 file(s) [Pipeline] sh 00:40:48 + make build 00: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 00:41:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41: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 00:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:41:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42: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 00:42:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:42:16 $ docker stop --time=1 d8ae95097d2b3a322466d32f5826a2def09e5f43b519e91c26b7e001eed3df06 00:42:18 $ docker rm -f d8ae95097d2b3a322466d32f5826a2def09e5f43b519e91c26b7e001eed3df06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:20 00:42:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:21 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:21 29e5d40040c1: Pulling fs layer 00:42:21 1ce36da41761: Pulling fs layer 00:42:21 25b303627fd3: Pulling fs layer 00:42:21 29e5d40040c1: Verifying Checksum 00:42:21 29e5d40040c1: Download complete 00:42:22 1ce36da41761: Verifying Checksum 00:42:22 1ce36da41761: Download complete 00:42:22 29e5d40040c1: Pull complete 00:42:24 1ce36da41761: Pull complete 00:42:24 25b303627fd3: Verifying Checksum 00:42:24 25b303627fd3: Download complete 00:42:34 25b303627fd3: Pull complete 00:42:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:34 prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container 00:42:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:38 $ docker top 6adf8c0a5ddbabad77aa83413cb00297b5ef98195c26ed5eeedd1c1464b49cbe -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:40 + docker-compose build --help 00:42:40 + grep parallel 00:42:45 --parallel Build images in parallel. [Pipeline] } 00:42:45 $ docker stop --time=1 6adf8c0a5ddbabad77aa83413cb00297b5ef98195c26ed5eeedd1c1464b49cbe 00:42:47 $ docker rm -f 6adf8c0a5ddbabad77aa83413cb00297b5ef98195c26ed5eeedd1c1464b49cbe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:48 . [Pipeline] withDockerContainer 00:42:49 prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container 00:42:49 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:50 $ docker top d687e85cb2a2f91c9cae2ae38049bd07a0756508227be6ed7935abc1e919ad39 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:51 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:58 Building docker-core-command-go ... 00:42:58 Building docker-core-data-go ... 00:42:58 Building docker-core-metadata-go ... 00:42:58 Building docker-security-proxy-setup-go ... 00:42:58 Building docker-security-secrets-setup-go ... 00:42:58 Building docker-security-secretstore-setup-go ... 00:42:58 Building docker-support-logging-go ... 00:42:58 Building docker-support-notifications-go ... 00:42:58 Building docker-support-scheduler-go ... 00:42:58 Building docker-sys-mgmt-agent-go ... 00:42:58 Building docker-support-logging-go 00:42:58 Building docker-support-scheduler-go 00:42:58 Building docker-core-data-go 00:42:58 Building docker-sys-mgmt-agent-go 00:42:58 Building docker-support-notifications-go 00:44:50 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> f6360cd7840d 00:44:50 Step 3/24 : WORKDIR /edgex-go 00:44:50 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> f6360cd7840d 00:44:50 Step 3/23 : WORKDIR /edgex-go 00:44:50 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:50 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> f6360cd7840d 00:44:50 Step 3/27 : WORKDIR /edgex-go 00:44:50 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> f6360cd7840d 00:44:50 Step 3/22 : WORKDIR /edgex-go 00:44:50 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:44:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> f6360cd7840d 00:44:50 Step 3/21 : WORKDIR /edgex-go 00:44:50 ---> Running in 1e05a791efdb 00:44:50 ---> Running in a2f160e56fd7 00:44:50 ---> Running in 1a3e0713e7ee 00:44:50 ---> Running in 7dffa619771b 00:44:50 ---> Running in a2a608e90376 00:44:50 Removing intermediate container a2f160e56fd7 00:44:50 ---> ddbd40b06072 00:44:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 Removing intermediate container 7dffa619771b 00:44:50 ---> 2030ba264001 00:44:50 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 Removing intermediate container a2a608e90376 00:44:50 ---> 02fa03273ab5 00:44:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 Removing intermediate container 1e05a791efdb 00:44:50 ---> 482e6b45fbe4 00:44:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 Removing intermediate container 1a3e0713e7ee 00:44:50 ---> 3701c0c3de87 00:44:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 ---> Running in f9afa9352340 00:44:50 ---> Running in 6e52f2e466f9 00:44:50 ---> Running in 20da513ba85f 00:44:50 ---> Running in f04bade06efc 00:44:50 ---> Running in fca678d34084 00:44:50 Removing intermediate container f9afa9352340 00:44:50 ---> 13e2eacb43d9 00:44:50 Step 5/27 : RUN apk update && apk add make bash git 00:44:50 ---> Running in d98ed01dab02 00:44:50 Removing intermediate container 20da513ba85f 00:44:50 ---> 451b0219e7b7 00:44:50 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:44:51 ---> Running in 4543215a17cc 00:44:51 Removing intermediate container fca678d34084 00:44:51 ---> b21787bcd6d4 00:44:51 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:44:51 Removing intermediate container 6e52f2e466f9 00:44:51 ---> f26ea08379e6 00:44:51 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:44:51 Removing intermediate container f04bade06efc 00:44:51 ---> 07f629ef7d09 00:44:51 Step 5/21 : RUN apk update && apk add make git 00:44:51 ---> Running in a8ba02db5e8e 00:44:51 ---> Running in f09ba71a052d 00:44:51 ---> Running in 561b63f8cb97 00:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:54 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:54 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:54 OK: 12617 distinct packages available 00:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:54 OK: 217 MiB in 51 packages 00:44:54 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:54 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:54 OK: 12617 distinct packages available 00:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:55 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:55 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:55 OK: 12617 distinct packages available 00:44:55 OK: 217 MiB in 51 packages 00:44:55 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:55 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:55 OK: 12617 distinct packages available 00:44:55 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:55 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:55 OK: 12617 distinct packages available 00:44:56 Removing intermediate container d98ed01dab02 00:44:56 ---> 22b177dc8011 00:44:56 Step 6/27 : COPY go.mod . 00:44:56 OK: 217 MiB in 51 packages 00:44:56 OK: 217 MiB in 51 packages 00:44:57 OK: 217 MiB in 51 packages 00:44:57 OK: 217 MiB in 51 packages 00:44:57 ---> e8ebc5b8a79b 00:44:57 Step 7/27 : RUN go mod download 00:44:57 Removing intermediate container 4543215a17cc 00:44:57 ---> 11362cd5f0d6 00:44:57 Step 6/23 : COPY go.mod . 00:44:57 ---> Running in d2ea5320755c 00:44:58 ---> c93e0b67df34 00:44:58 Step 7/23 : RUN go mod download 00:44:58 Removing intermediate container f09ba71a052d 00:44:58 ---> 52097ea39c2f 00:44:58 Step 6/24 : COPY go.mod . 00:44:58 Removing intermediate container 561b63f8cb97 00:44:58 ---> 60d992e2c427 00:44:58 Step 6/21 : COPY go.mod . 00:44:59 ---> Running in 8afd7b152a7c 00:44:59 Removing intermediate container a8ba02db5e8e 00:44:59 ---> a4f8bc0b457f 00:44:59 Step 6/22 : COPY go.mod . 00:45:00 ---> 913c84ffaa18 00:45:00 Step 7/24 : RUN go mod download 00:45:00 ---> f52d0b04ec95 00:45:00 Step 7/21 : RUN go mod download 00:45:00 ---> Running in b72840b10337 00:45:00 ---> 5f375fb920f7 00:45:00 Step 7/22 : RUN go mod download 00:45:00 ---> Running in b803016d708a 00:45:00 ---> Running in 02f3ae518b05 00:45:02 Removing intermediate container d2ea5320755c 00:45:02 ---> f4736d66e4ae 00:45:02 Step 8/27 : COPY . . 00:45:03 Removing intermediate container 8afd7b152a7c 00:45:03 ---> c55874c2ef17 00:45:03 Step 8/23 : COPY . . 00:45:06 Removing intermediate container b72840b10337 00:45:06 ---> 10b2fe4d3190 00:45:06 Step 8/24 : COPY . . 00:45:07 Removing intermediate container 02f3ae518b05 00:45:07 ---> c2d46ecb76bb 00:45:07 Step 8/22 : COPY . . 00:45:07 Removing intermediate container b803016d708a 00:45:07 ---> 1cb2879ae4cc 00:45:07 Step 8/21 : COPY . . 00:45:39 ---> bb89f4db9281 00:45:39 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:39 ---> 4eca43b3b07e 00:45:39 Step 9/23 : RUN make cmd/core-data/core-data 00:45:39 ---> 3cbcd4bfca30 00:45:39 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:45:39 ---> d4ddbd6c318e 00:45:39 Step 9/22 : RUN make cmd/support-logging/support-logging 00:45:39 ---> 9e723b543dcc 00:45:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:45:39 ---> Running in 691a84aa649c 00:45:39 ---> Running in 22e28ddb51b5 00:45:39 ---> Running in 58fffec7c388 00:45:39 ---> Running in 2ae256abbe89 00:45:39 ---> Running in 0980c6cff2f1 00: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 00: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 00: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 00:45:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:45:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:31 Removing intermediate container 22e28ddb51b5 00:47:31 ---> 5650febb04fa 00:47:31 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:31 ---> Running in 01321a6bc180 00:47:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:31 Removing intermediate container 2ae256abbe89 00:47:31 ---> 8873e1e62e8e 00:47:31 00:47:31 Step 10/22 : FROM scratch 00:47:31 ---> 00:47:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:32 ---> Running in 0aa2ad7ead76 00:47:32 Removing intermediate container 0aa2ad7ead76 00:47:32 ---> 99dbc7f32cf3 00:47:32 Step 12/22 : ENV APP_PORT=48061 00:47:32 ---> Running in ea53d62c4dc4 00:47:33 Removing intermediate container ea53d62c4dc4 00:47:33 ---> d03879812deb 00:47:33 Step 13/22 : EXPOSE $APP_PORT 00:47:33 ---> Running in 4214552a30cf 00:47:34 Removing intermediate container 4214552a30cf 00:47:34 ---> 8e9c3de5bb48 00:47:34 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:47:35 ---> c694f8303339 00:47:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:47:36 ---> 7a9491436526 00:47:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:47:38 Removing intermediate container 01321a6bc180 00:47:38 ---> 8e792c83fbde 00:47:38 00:47:38 Step 11/27 : FROM docker:latest 00:47:38 ---> ce9d55ae87f1 00:47:38 Step 12/27 : RUN apk add --no-cache bash 00:47:38 ---> 882a02c5a7be 00:47:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:47:38 ---> Running in c1e1bfc73ea1 00:47:40 ---> 5ff4783d0401 00:47:40 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:47:41 ---> Running in c02d7c25b01b 00:47:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:42 Removing intermediate container c02d7c25b01b 00:47:42 ---> 11ced83b2321 00:47:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:42 (1/2) Installing readline (8.0.4-r0) 00:47:42 (2/2) Installing bash (5.0.17-r0) 00:47:42 ---> Running in f659667ce638 00:47:42 Executing bash-5.0.17-r0.post-install 00:47:42 Executing busybox-1.31.1-r16.trigger 00:47:42 OK: 12 MiB in 22 packages 00:47:44 Removing intermediate container f659667ce638 00:47:44 ---> a6d0400d2d16 00:47:44 Step 20/22 : LABEL arch=arm64 00:47:45 ---> Running in e86bed336448 00:47:46 Removing intermediate container 0980c6cff2f1 00:47:46 ---> e70a84defa43 00:47:46 00:47:46 Step 10/21 : FROM scratch 00:47:46 ---> 00:47:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:46 Removing intermediate container c1e1bfc73ea1 00:47:46 ---> ffbdcd0610df 00:47:46 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:47:46 ---> Running in 6078c9e9bfb8 00:47:46 Removing intermediate container e86bed336448 00:47:46 ---> 8ea8439af533 00:47:46 Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:47:46 ---> Running in a39162e4127d 00:47:47 Removing intermediate container 58fffec7c388 00:47:47 ---> 4049bb51c588 00:47:47 00:47:47 Step 10/24 : FROM scratch 00:47:47 ---> 00:47:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:47 ---> Using cache 00:47:47 ---> 99dbc7f32cf3 00:47:47 Step 12/24 : ENV APP_PORT=48060 00:47:47 ---> Running in e54fdefb7d5e 00:47:47 ---> Running in 686bbed65dc5 00:47:47 Removing intermediate container 6078c9e9bfb8 00:47:47 ---> eba3d04e69ce 00:47:47 Step 12/21 : ENV APP_PORT=48085 00:47:47 ---> Running in 8455ee5dcce7 00:47:48 Removing intermediate container e54fdefb7d5e 00:47:48 ---> 9c7f7c10fe5b 00:47:48 Step 22/22 : LABEL version=0.0.0 00:47:48 Removing intermediate container 686bbed65dc5 00:47:48 ---> 9301d3916d12 00:47:48 Step 13/24 : EXPOSE $APP_PORT 00:47:48 Removing intermediate container 8455ee5dcce7 00:47:48 ---> 85a7cbb973c5 00:47:48 Step 13/21 : EXPOSE $APP_PORT 00:47:48 ---> Running in 5b46333405d6 00:47:48 ---> Running in bc6140508374 00:47:48 ---> Running in 80e53d95f6ba 00:47:49 Removing intermediate container 5b46333405d6 00:47:49 ---> 4f9066997075 00:47:49 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:49 Removing intermediate container 80e53d95f6ba 00:47:49 ---> 62166bcb8fd0 00:47:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:47:49 Removing intermediate container bc6140508374 00:47:49 ---> 07d03ad25b4f 00:47:49 00:47:50 Successfully built 07d03ad25b4f 00:47:50 Successfully tagged docker-support-logging-go-arm64:latest 00:47:50  Building docker-support-logging-go ... done Building docker-core-metadata-go 00:47:50 ---> 4abffc0d1820 00:47:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:50 ---> 9db4abd19104 00:47:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:51 Removing intermediate container a39162e4127d 00:47:51 ---> 41e25dbfbb61 00:47:51 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:51 ---> Running in 2440d179d646 00:47:53 Removing intermediate container 2440d179d646 00:47:53 ---> 0970f00e19c9 00:47:53 Step 15/27 : ENV APP_PORT=48090 00:47:54 ---> 3c27ff082804 00:47:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:54 ---> 7aaba9fffdf5 00:47:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:54 ---> Running in c758c7eb755c 00:47:56 Removing intermediate container c758c7eb755c 00:47:56 ---> f0a0144f6656 00:47:56 Step 16/27 : EXPOSE $APP_PORT 00:47:56 ---> 5fc35c42ebe5 00:47:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:47:57 ---> 4c186bed3d57 00:47:57 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:47:57 ---> Running in 9d267218dd3c 00:47:58 ---> Running in 3e9cb2fe3031 00:47:58 ---> 61602d32bfd7 00:47:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:58 Removing intermediate container 9d267218dd3c 00:47:58 ---> 7843978eba5c 00:47:58 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:59 Removing intermediate container 3e9cb2fe3031 00:47:59 ---> 6862dfc07f87 00:47:59 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:00 ---> Running in a7de0c6665d0 00:48:00 ---> 1dddb11cf303 00:48:00 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:00 ---> dad2208de1ff 00:48:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:00 Removing intermediate container a7de0c6665d0 00:48:00 ---> ee1f5416f55b 00:48:00 Step 19/21 : LABEL arch=arm64 00:48:01 ---> Running in 3cf1df4844cc 00:48:02 ---> a151af0a6bc9 00:48:02 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:02 Removing intermediate container 3cf1df4844cc 00:48:02 ---> 06d88d8f3c3f 00:48:02 Step 20/21 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:48:02 ---> cd8e40c15cc0 00:48:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:48:03 ---> Running in 94dd0ab84284 00:48:03 ---> Running in 9d8518189c89 00:48:03 ---> 0963d198a9d3 00:48:03 Step 20/27 : RUN apk --no-cache add py-pip 00:48:04 ---> Running in 9a8769ee49d1 00:48:04 Removing intermediate container 94dd0ab84284 00:48:04 ---> cdb0adf420a4 00:48:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:04 Removing intermediate container 9d8518189c89 00:48:04 ---> f93f19639e10 00:48:04 Step 21/21 : LABEL version=0.0.0 00:48:06 ---> Running in febdfeeeb10b 00:48:06 ---> Running in 44bba7d4dd5d 00:48:08 Removing intermediate container 44bba7d4dd5d 00:48:08 ---> df7693d3a871 00:48:08 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:08 Successfully built df7693d3a871 00:48:08 (1/33) Installing libbz2 (1.0.8-r1) 00:48:08 (2/33) Installing expat (2.2.9-r1) 00:48:08 (3/33) Installing libffi (3.3-r2) 00:48:08 (4/33) Installing gdbm (1.13-r1) 00:48:08 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:08  Building docker-support-scheduler-go ... done (5/33) Installing xz-libs (5.2.5-r0) 00:48:08 Building docker-security-secretstore-setup-go 00:48:08 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:08 (7/33) Installing python3 (3.8.5-r0) 00:48:08 Removing intermediate container febdfeeeb10b 00:48:08 ---> b139056ec6cc 00:48:08 Step 22/24 : LABEL arch=arm64 00:48:09 Removing intermediate container 691a84aa649c 00:48:09 ---> 1737c72558d6 00:48:09 00:48:09 Step 10/23 : FROM alpine 00:48:09 latest: Pulling from library/alpine 00:48:10 ---> Running in 19c2009ef7c7 00:48:10 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:48:10 Status: Downloaded newer image for alpine:latest 00:48:10 ---> 62ee0e9f8440 00:48:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:11 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:11 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:11 (11/33) Installing py3-six (1.15.0-r0) 00:48:11 (12/33) Installing py3-packaging (20.4-r0) 00:48:11 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:11 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:11 (15/33) Installing py3-idna (2.9-r0) 00:48:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:11 (18/33) Installing py3-requests (2.23.0-r0) 00:48:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:11 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:11 ---> Running in 66df707ad157 00:48:11 (24/33) Installing py3-distro (1.5.0-r1) 00:48:11 Removing intermediate container 19c2009ef7c7 00:48:11 ---> 9286ebfe9177 00:48:11 Step 23/24 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:48:11 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:11 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:11 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:11 (29/33) Installing py3-progress (1.5-r0) 00:48:11 (30/33) Installing py3-toml (0.10.1-r0) 00:48:11 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:11 (33/33) Installing py3-pip (20.1.1-r0) 00:48:11 Executing busybox-1.31.1-r16.trigger 00:48:11 OK: 71 MiB in 55 packages 00:48:14 ---> Running in 6a917ae9c362 00:48:14 Removing intermediate container 66df707ad157 00:48:14 ---> b176d3b423ca 00:48:14 Step 12/23 : ENV APP_PORT=48080 00:48:14 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:14 ---> f6360cd7840d 00:48:14 Step 3/22 : WORKDIR /edgex-go 00:48:14 ---> Using cache 00:48:14 ---> 3701c0c3de87 00:48:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:14 ---> Using cache 00:48:14 ---> b21787bcd6d4 00:48:14 Step 5/22 : RUN apk update && apk add make git 00:48:15 ---> Running in aee730454918 00:48:15 ---> Running in 3aa28051647c 00:48:15 Removing intermediate container 6a917ae9c362 00:48:15 ---> 8de4aa63b2d7 00:48:15 Step 24/24 : LABEL version=0.0.0 00:48:16 ---> Running in 0f3ff0ef0ee4 00:48:16 Removing intermediate container 3aa28051647c 00:48:16 ---> 3f07ef43f22f 00:48:16 Step 13/23 : EXPOSE $APP_PORT 00:48:17 ---> Running in 402ec225c1f2 00:48:17 Removing intermediate container 0f3ff0ef0ee4 00:48:17 ---> feaa6cd39bfc 00:48:17 00:48:18 Removing intermediate container 402ec225c1f2 00:48:18 ---> bc6fa24a0c4e 00:48:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:18 Successfully built feaa6cd39bfc 00:48:18 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:18  Building docker-support-notifications-go ... done Building docker-core-command-go 00:48:18 ---> Running in 84aee7690600 00:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:20 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:20 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:20 OK: 12617 distinct packages available 00:48:21 OK: 217 MiB in 51 packages 00:48:23 Removing intermediate container 9a8769ee49d1 00:48:23 ---> edb6efddce40 00:48:23 Step 21/27 : RUN pip install docker-compose==1.23.2 00:48:24 ---> Running in 0941308c1ce4 00:48:24 Removing intermediate container 84aee7690600 00:48:24 ---> 14f679b14e52 00:48:24 Step 15/23 : RUN apk --no-cache add zeromq 00:48:24 Removing intermediate container aee730454918 00:48:24 ---> 9292244cd8b5 00:48:24 Step 6/22 : COPY go.mod . 00:48:25 ---> Running in d9cd06fa25e3 00:48:26 ---> 8042bb059af5 00:48:26 Step 7/22 : RUN go mod download 00:48:26 ---> Running in 424bb64102b1 00:48:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:30 (1/5) Installing libgcc (9.3.0-r2) 00:48:30 (2/5) Installing libsodium (1.0.18-r0) 00:48:30 (3/5) Installing libstdc++ (9.3.0-r2) 00:48:30 (4/5) Installing libzmq (4.3.2-r0) 00:48:30 (5/5) Installing zeromq (4.3.2-r0) 00:48:30 Executing busybox-1.31.1-r16.trigger 00:48:30 OK: 8 MiB in 19 packages 00:48:34 Collecting docker-compose==1.23.2 00:48:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:34 Removing intermediate container 424bb64102b1 00:48:34 ---> 7658526cb699 00:48:34 Step 8/22 : COPY . . 00:48:34 Removing intermediate container d9cd06fa25e3 00:48:34 ---> 9c9c9b941e22 00:48:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:48:34 Collecting texttable<0.10,>=0.9.0 00:48:35 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:37 ---> cf6e2e363855 00:48:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:38 Collecting dockerpty<0.5,>=0.4.1 00:48:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:41 ---> eb4088bc6af0 00:48:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:41 Collecting docopt<0.7,>=0.6.1 00:48:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:43 ---> a467286395c1 00:48:43 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:43 ---> Running in 5bef6350b6d8 00:48:44 Collecting jsonschema<3,>=2.5.1 00:48:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:45 Removing intermediate container 5bef6350b6d8 00:48:45 ---> 56f9b11b700d 00:48:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:45 ---> Running in 121df76e43ff 00:48:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:45 ---> f6360cd7840d 00:48:45 Step 3/26 : WORKDIR /edgex-go 00:48:45 ---> Using cache 00:48:45 ---> 3701c0c3de87 00:48:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Using cache 00:48:45 ---> b21787bcd6d4 00:48:45 Step 5/26 : RUN apk update && apk add make git 00:48:45 ---> Using cache 00:48:45 ---> 9292244cd8b5 00:48:45 Step 6/26 : COPY go.mod . 00:48:45 ---> Using cache 00:48:45 ---> 8042bb059af5 00:48:45 Step 7/26 : RUN go mod download 00:48:45 ---> Using cache 00:48:45 ---> 7658526cb699 00:48:45 Step 8/26 : COPY . . 00:48:46 Collecting docker<4.0,>=3.6.0 00:48:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:47 Removing intermediate container 121df76e43ff 00:48:47 ---> 5e8149b7f973 00:48:47 Step 21/23 : LABEL arch=arm64 00:48:47 Collecting websocket-client<1.0,>=0.32.0 00:48:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:47 ---> Running in fef6d437ca36 00:48:48 Collecting PyYAML<4,>=3.10 00:48:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:49 Removing intermediate container fef6d437ca36 00:48:49 ---> e27aa687257e 00:48:49 Step 22/23 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:48:50 ---> Running in 3637021d487c 00:48:51 Removing intermediate container 3637021d487c 00:48:51 ---> 81eb212fa39f 00:48:51 Step 23/23 : LABEL version=0.0.0 00:48:51 ---> Running in 2e6854d5a449 00:48:52 Removing intermediate container 2e6854d5a449 00:48:52 ---> f599bfdb95fa 00:48:52 00:48:53 Successfully built f599bfdb95fa 00:48:53 Successfully tagged docker-core-data-go-arm64:latest 00:48:53  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 00:48:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:55 Collecting cached-property<2,>=1.2.0 00:48:55 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:48:56 Collecting docker-pycreds>=0.4.0 00:48:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:56 Collecting idna<2.8,>=2.5 00:48:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:48:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:48:57 Collecting urllib3<1.25,>=1.21.1 00:48:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:59 Installing collected packages: texttable, dockerpty, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, docker-compose 00:48:59 Running setup.py install for texttable: started 00:48:59 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:59 ---> f6360cd7840d 00:48:59 Step 3/22 : WORKDIR /edgex-go 00:48:59 ---> Using cache 00:48:59 ---> 3701c0c3de87 00:48:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:59 ---> Using cache 00:48:59 ---> b21787bcd6d4 00:48:59 Step 5/22 : RUN apk update && apk add make git 00:48:59 ---> Using cache 00:48:59 ---> 9292244cd8b5 00:48:59 Step 6/22 : COPY go.mod . 00:48:59 ---> Using cache 00:48:59 ---> 8042bb059af5 00:48:59 Step 7/22 : RUN go mod download 00:48:59 ---> Using cache 00:48:59 ---> 7658526cb699 00:48:59 Step 8/22 : COPY . . 00:49:01 Running setup.py install for texttable: finished with status 'done' 00:49:01 Running setup.py install for dockerpty: started 00:49:04 Running setup.py install for dockerpty: finished with status 'done' 00:49:04 Running setup.py install for docopt: started 00:49:07 Running setup.py install for docopt: finished with status 'done' 00:49:08 Attempting uninstall: idna 00:49:08 Found existing installation: idna 2.9 00:49:08 Uninstalling idna-2.9: 00:49:08 Successfully uninstalled idna-2.9 00:49:09 Attempting uninstall: urllib3 00:49:09 Found existing installation: urllib3 1.25.9 00:49:09 Uninstalling urllib3-1.25.9: 00:49:09 Successfully uninstalled urllib3-1.25.9 00:49:11 Attempting uninstall: requests 00:49:11 Found existing installation: requests 2.23.0 00:49:11 Uninstalling requests-2.23.0: 00:49:11 Successfully uninstalled requests-2.23.0 00:49:11 ---> c52a056b328f 00:49:11 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:49:13 ---> Running in 33c5bc70c2e5 00:49:14 Running setup.py install for PyYAML: started 00:49:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:18 Running setup.py install for PyYAML: finished with status 'done' 00:49:19 ---> d9631c1f252f 00:49:19 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:49:19 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:49:19 ---> Running in 2b807f6e9786 00:49:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:49:26 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:49:26 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:49:26 ---> f6360cd7840d 00:49:26 Step 3/29 : WORKDIR /edgex-go 00:49:26 ---> Using cache 00:49:26 ---> 3701c0c3de87 00:49:26 Step 4/29 : RUN apk update && apk add make git 00:49:26 ---> Running in 1d69c1897b8a 00:49:27 Removing intermediate container 0941308c1ce4 00:49:27 ---> f733fe829f59 00:49:27 Step 22/27 : RUN apk --no-cache add curl 00:49:28 ---> Running in 7b128611438d 00:49:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:32 (2/3) Installing libcurl (7.69.1-r0) 00:49:32 (3/3) Installing curl (7.69.1-r0) 00:49:32 Executing busybox-1.31.1-r16.trigger 00:49:32 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:32 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:32 OK: 12617 distinct packages available 00:49:32 OK: 71 MiB in 58 packages 00:49:34 OK: 217 MiB in 51 packages 00:49:36 Removing intermediate container 7b128611438d 00:49:36 ---> 30c4087b351e 00:49:36 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:36 ---> Running in 6dff19167098 00:49:36 ---> 7fd15be00605 00:49:36 Step 9/22 : RUN make cmd/core-command/core-command 00:49:36 Removing intermediate container 1d69c1897b8a 00:49:36 ---> 745537326e03 00:49:36 Step 5/29 : COPY go.mod . 00:49:36 ---> Running in 377fb6abe6fe 00:49:37 Removing intermediate container 6dff19167098 00:49:37 ---> 7386f8836738 00:49:37 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:37 ---> Running in c93120fc90b8 00:49:38 Removing intermediate container c93120fc90b8 00:49:38 ---> 228e9d432b75 00:49:38 Step 25/27 : LABEL arch=arm64 00:49:38 ---> f9a2593725b7 00:49:38 Step 6/29 : RUN go mod download 00:49:38 ---> Running in d1ce2b78f317 00:49:39 ---> Running in 5041fc34fe06 00:49:40 Removing intermediate container d1ce2b78f317 00:49:40 ---> 7cdd56e61f57 00:49:40 Step 26/27 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:49:40 ---> Running in 7f039da4e689 00:49:41 Removing intermediate container 7f039da4e689 00:49:41 ---> 40aa4146afb6 00:49:41 Step 27/27 : LABEL version=0.0.0 00:49:41 ---> Running in 63b10cc759ad 00:49:41 Removing intermediate container 63b10cc759ad 00:49:41 ---> 1ee7000ed2dd 00:49:41 00:49:42 Successfully built 1ee7000ed2dd 00:49:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:42  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 00:49:45 Removing intermediate container 5041fc34fe06 00:49:45 ---> 641afe3970f5 00:49:45 Step 7/29 : COPY . . 00:50:24 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:50:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:50:24 ---> f6360cd7840d 00:50:24 Step 3/20 : WORKDIR /edgex-go 00:50:24 ---> Using cache 00:50:24 ---> 3701c0c3de87 00:50:24 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:24 ---> Using cache 00:50:24 ---> b21787bcd6d4 00:50:24 Step 5/20 : RUN apk update && apk add make git 00:50:24 ---> Using cache 00:50:24 ---> 9292244cd8b5 00:50:24 Step 6/20 : COPY go.mod . 00:50:24 ---> Using cache 00:50:24 ---> 8042bb059af5 00:50:24 Step 7/20 : RUN go mod download 00:50:24 ---> Using cache 00:50:24 ---> 7658526cb699 00:50:24 Step 8/20 : COPY . . 00:50:24 ---> Using cache 00:50:24 ---> 7fd15be00605 00:50:24 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:50:24 ---> Running in 80f27aada70d 00:50:24 ---> ff3aed53c099 00:50:24 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:50:24 ---> Running in 34f6a3683d13 00:50:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:50:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:50:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:51:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:51:19 Removing intermediate container 2b807f6e9786 00:51:19 ---> a276c9483020 00:51:19 00:51:19 Step 10/26 : FROM alpine:3.10 00:51:19 3.10: Pulling from library/alpine 00:51:21 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:51:21 Status: Downloaded newer image for alpine:3.10 00:51:21 ---> 536a684cf733 00:51:21 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:51:21 ---> Running in 6c499cb57bfc 00:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:51:25 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:51:25 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:51:25 OK: 10167 distinct packages available 00:51:26 (1/5) Installing ca-certificates (20191127-r2) 00:51:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:51:26 (3/5) Installing libcurl (7.66.0-r0) 00:51:26 (4/5) Installing curl (7.66.0-r0) 00:51:26 (5/5) Installing dumb-init (1.2.2-r1) 00:51:26 Executing busybox-1.30.1-r3.trigger 00:51:26 Executing ca-certificates-20191127-r2.trigger 00:51:27 OK: 7 MiB in 19 packages 00:51:29 Removing intermediate container 33c5bc70c2e5 00:51:29 ---> 45d31ca8bb80 00:51:29 00:51:29 Step 10/22 : FROM scratch 00:51:29 ---> 00:51:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:29 ---> Using cache 00:51:29 ---> eba3d04e69ce 00:51:29 Step 12/22 : ENV APP_PORT=48081 00:51:30 ---> Running in 8c3cbda1f05e 00:51:30 Removing intermediate container 6c499cb57bfc 00:51:30 ---> e91fa5d4aef6 00:51:30 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:30 ---> Running in b404201cc08c 00:51:30 Removing intermediate container 8c3cbda1f05e 00:51:30 ---> 6a6b545f929d 00:51:30 Step 13/22 : EXPOSE $APP_PORT 00:51:31 ---> Running in 49d76425cec5 00:51:31 Removing intermediate container b404201cc08c 00:51:31 ---> b2f31a6cf69a 00:51:31 Step 13/26 : WORKDIR / 00:51:31 ---> Running in f819af6a38d8 00:51:31 Removing intermediate container 49d76425cec5 00:51:31 ---> 5c8741212b30 00:51:31 Step 14/22 : WORKDIR / 00:51:32 ---> Running in 41417e641aec 00:51:32 Removing intermediate container f819af6a38d8 00:51:32 ---> 44ba47aa9e73 00:51:32 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:51:32 Removing intermediate container 41417e641aec 00:51:32 ---> f3dc4228beb4 00:51:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:51:33 ---> 7e173be69b7f 00:51:33 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:51:34 ---> 6d8c3344de9c 00:51:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:35 ---> ae157625034c 00:51:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:51:36 ---> 5a799c44a512 00:51:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:36 ---> 95a2eef1add0 00:51:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:51:37 ---> f0c08d184a6b 00:51:37 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:51:37 ---> 8660abce83de 00:51:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:37 ---> Running in c0a5a5746c48 00:51:38 Removing intermediate container c0a5a5746c48 00:51:38 ---> e0d6c0f3f7df 00:51:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:38 ---> Running in a70309a885dd 00:51:39 ---> d9aada5eb747 00:51:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:40 Removing intermediate container a70309a885dd 00:51:40 ---> 0dd41a89f95d 00:51:40 Step 20/22 : LABEL arch=arm64 00:51:40 ---> Running in c8fe84022e05 00:51:41 Removing intermediate container c8fe84022e05 00:51:41 ---> e3c7bd3e53da 00:51:41 Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:51:42 ---> 7d4ddeb2376a 00:51:42 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:51:42 ---> Running in 05b4a69ee064 00:51:43 Removing intermediate container 05b4a69ee064 00:51:43 ---> 17de52f16010 00:51:43 Step 22/22 : LABEL version=0.0.0 00:51:43 ---> Running in bd270c3f739a 00:51:44 ---> 18460e95e100 00:51:44 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:51:44 Removing intermediate container bd270c3f739a 00:51:44 ---> b3456573e145 00:51:44 00:51:45 Successfully built b3456573e145 00:51:45 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:45  Building docker-core-metadata-go ... done  ---> 2005d8cb3106 00:51:45 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:51:46 ---> Running in dbe6e1dd724f 00:51:46 Removing intermediate container 34f6a3683d13 00:51:46 ---> d9a594c0344e 00:51:46 00:51:46 Step 9/29 : FROM alpine:latest 00:51:46 ---> 62ee0e9f8440 00:51:46 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:51:46 ---> Running in 13aeb3228d9b 00:51:47 Removing intermediate container 377fb6abe6fe 00:51:47 ---> 954e6c102504 00:51:47 00:51:47 Step 10/22 : FROM scratch 00:51:47 ---> 00:51:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:47 Removing intermediate container 80f27aada70d 00:51:47 ---> 4b7b9de8cbc3 00:51:47 00:51:47 Step 10/20 : FROM alpine 00:51:47 ---> 62ee0e9f8440 00:51:47 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:51:47 ---> Using cache 00:51:47 ---> eba3d04e69ce 00:51:47 Step 12/22 : ENV APP_PORT=48082 00:51:47 ---> Running in e9485926e0c9 00:51:47 ---> Running in 3e46a35bee04 00:51:47 Removing intermediate container 13aeb3228d9b 00:51:47 ---> 1035965df0f1 00:51:47 Step 11/29 : USER root 00:51:47 ---> Running in 8f788ba49eaa 00:51:47 Removing intermediate container e9485926e0c9 00:51:47 ---> a432687b9916 00:51:47 Step 13/22 : EXPOSE $APP_PORT 00:51:48 ---> Running in cb618d8afc51 00:51:48 Removing intermediate container 8f788ba49eaa 00:51:48 ---> bfe3dcd16221 00:51:48 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:51:48 ---> Running in 1a69076df489 00:51:48 Removing intermediate container cb618d8afc51 00:51:48 ---> 3e39ddf75176 00:51:48 Step 14/22 : WORKDIR / 00:51:49 ---> Running in 197e38d7dd7e 00:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:49 Removing intermediate container dbe6e1dd724f 00:51:49 ---> 18eef18a9aed 00:51:49 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:51:49 Removing intermediate container 197e38d7dd7e 00:51:49 ---> b3406c616681 00:51:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:51:49 ---> Running in bbc16c986792 00:51:50 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:51:50 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:51:50 OK: 12617 distinct packages available 00:51:50 Removing intermediate container bbc16c986792 00:51:50 ---> e853c9ccc3b9 00:51:50 Step 24/26 : LABEL arch=arm64 00:51:50 ---> e1b5ea5c86b2 00:51:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:50 ---> Running in b33c3df496ab 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:51 (1/4) Installing ca-certificates (20191127-r4) 00:51:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:51 (3/4) Installing libcurl (7.69.1-r0) 00:51:51 (4/4) Installing curl (7.69.1-r0) 00:51:51 Executing busybox-1.31.1-r16.trigger 00:51:51 Executing ca-certificates-20191127-r4.trigger 00:51:51 Removing intermediate container b33c3df496ab 00:51:51 ---> 850755802b27 00:51:51 Step 25/26 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:51:51 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:51:51 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:51:51 OK: 12617 distinct packages available 00:51:51 OK: 7 MiB in 18 packages 00:51:51 ---> Running in ba1f1045e885 00:51:52 ---> f390b09f5762 00:51:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:52 (1/2) Installing ca-certificates (20191127-r4) 00:51:52 Removing intermediate container ba1f1045e885 00:51:52 ---> a29dcada0ef9 00:51:52 Step 26/26 : LABEL version=0.0.0 00:51:52 (2/2) Installing dumb-init (1.2.2-r1) 00:51:52 Executing busybox-1.31.1-r16.trigger 00:51:52 Executing ca-certificates-20191127-r4.trigger 00:51:52 ---> Running in 1d831fb128ba 00:51:52 OK: 6 MiB in 16 packages 00:51:53 Removing intermediate container 1d831fb128ba 00:51:53 ---> b26af916022f 00:51:53 00:51:53 ---> 95dd325b2978 00:51:53 Step 18/22 : ENTRYPOINT ["/core-command"] 00:51:53 Removing intermediate container 3e46a35bee04 00:51:53 ---> 0e7ed2484615 00:51:53 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:54 ---> Running in 6a040841e867 00:51:54 ---> Running in 027ab58b60f9 00:51:54 Successfully built b26af916022f 00:51:54 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:54  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6a040841e867 00:51:54 ---> bff385b97e5e 00:51:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:54 Removing intermediate container 027ab58b60f9 00:51:54 ---> aaa6343edb19 00:51:54 Step 13/20 : WORKDIR /edgex 00:51:54 ---> Running in c0276dbf3f96 00:51:54 Removing intermediate container 1a69076df489 00:51:54 ---> 5831d5bb607e 00:51:54 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:51:55 ---> Running in c732fc153a54 00:51:55 ---> Running in 6842e3988642 00:51:55 Removing intermediate container c0276dbf3f96 00:51:55 ---> 09eb62aef1b0 00:51:55 Step 20/22 : LABEL arch=arm64 00:51:55 ---> Running in b63ae1188ac7 00:51:55 Removing intermediate container c732fc153a54 00:51:55 ---> e22f2c6c57fe 00:51:55 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:55 Removing intermediate container 6842e3988642 00:51:55 ---> 9e2e78d8e30a 00:51:55 Step 14/29 : WORKDIR $BASE_DIR 00:51:55 ---> Running in 400d4aa24da7 00:51:56 Removing intermediate container b63ae1188ac7 00:51:56 ---> 81b38bd3f6b3 00:51:56 Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:51:56 ---> Running in e9f3e1684bd4 00:51:56 Removing intermediate container 400d4aa24da7 00:51:56 ---> b5985d8832eb 00:51:56 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:51:56 ---> a0ef2729547c 00:51:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:56 ---> Running in df859ebf11b7 00:51:57 Removing intermediate container e9f3e1684bd4 00:51:57 ---> 5b231329d02b 00:51:57 Step 22/22 : LABEL version=0.0.0 00:51:57 ---> Running in b33b00ae9009 00:51:57 Removing intermediate container b33b00ae9009 00:51:57 ---> 68ad148fa233 00:51:57 00:51:57 ---> edcb8c626a92 00:51:57 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:58 ---> Running in 3913a5bf9847 00:51:58 Successfully built 68ad148fa233 00:51:58 Successfully tagged docker-core-command-go-arm64:latest 00:51:59  Building docker-core-command-go ... done Removing intermediate container 3913a5bf9847 00:51:59 ---> 8f5a42cbcfc0 00:51:59 Step 17/20 : CMD ["--init=true"] 00:51:59 ---> Running in 4131cbf59f30 00:51:59 Removing intermediate container df859ebf11b7 00:51:59 ---> 8b690a9146b2 00:51:59 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:51:59 Removing intermediate container 4131cbf59f30 00:51:59 ---> c8152abdbd4d 00:51:59 Step 18/20 : LABEL arch=arm64 00:52:00 ---> Running in b71db8c6db72 00:52:00 Removing intermediate container b71db8c6db72 00:52:00 ---> e8f67240dbfc 00:52:00 Step 19/20 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:52:00 ---> Running in 3f7962382372 00:52:00 ---> ddd9fca9b54a 00:52:00 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:52:01 Removing intermediate container 3f7962382372 00:52:01 ---> 5c0d48dadbf4 00:52:01 Step 20/20 : LABEL version=0.0.0 00:52:01 ---> Running in 193bff7e933b 00:52:01 ---> 7b28ec173399 00:52:01 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:52:02 Removing intermediate container 193bff7e933b 00:52:02 ---> 8445cff7c71b 00:52:02 00:52:02 Successfully built 8445cff7c71b 00:52:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:02  Building docker-security-proxy-setup-go ... done  ---> fd5f9b886fcc 00:52:02 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:52:03 ---> a37a7b3f92e6 00:52:03 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:52:04 ---> c0ab20f0e045 00:52:04 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:52:04 ---> Running in 41894c7da1b8 00:52:07 Removing intermediate container 41894c7da1b8 00:52:07 ---> 68c2eea76952 00:52:07 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:52:07 ---> 8a88f5d419af 00:52:07 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:52:07 ---> Running in b76355b2d682 00:52:10 Removing intermediate container b76355b2d682 00:52:10 ---> a81750169b2d 00:52:10 Step 24/29 : RUN chmod 755 security-secrets-setup 00:52:10 ---> Running in 1e8c9d63b1be 00:52:12 Removing intermediate container 1e8c9d63b1be 00:52:12 ---> 59ba4eb3e0a4 00:52:12 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:52:12 ---> Running in f3d1715e9cbd 00:52:13 Removing intermediate container f3d1715e9cbd 00:52:13 ---> f22570be6cde 00:52:13 Step 26/29 : CMD [ "generate" ] 00:52:13 ---> Running in 05e4bba75487 00:52:14 Removing intermediate container 05e4bba75487 00:52:14 ---> e64cc76c4144 00:52:14 Step 27/29 : LABEL arch=arm64 00:52:14 ---> Running in 617e881c7945 00:52:14 Removing intermediate container 617e881c7945 00:52:14 ---> e75ad35bb307 00:52:14 Step 28/29 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 00:52:14 ---> Running in 41f7e6efe636 00:52:15 Removing intermediate container 41f7e6efe636 00:52:15 ---> 03bf814bde2b 00:52:15 Step 29/29 : LABEL version=0.0.0 00:52:15 ---> Running in 6693623d37f3 00:52:15 Removing intermediate container 6693623d37f3 00:52:15 ---> b4aad1f1d5e2 00:52:15 00:52:16 Successfully built b4aad1f1d5e2 00:52:16 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:52:16  Building docker-security-secrets-setup-go ... done  [Pipeline] } 00:52:16 $ docker stop --time=1 d687e85cb2a2f91c9cae2ae38049bd07a0756508227be6ed7935abc1e919ad39 00:52:18 $ docker rm -f d687e85cb2a2f91c9cae2ae38049bd07a0756508227be6ed7935abc1e919ad39 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:19 + grep docker 00:52:19 + docker images 00:52:19 docker-security-secrets-setup-go-arm64 latest b4aad1f1d5e2 4 seconds ago 24.2MB 00:52:19 docker-security-proxy-setup-go-arm64 latest 8445cff7c71b 18 seconds ago 15.8MB 00:52:19 docker-core-command-go-arm64 latest 68ad148fa233 22 seconds ago 12.4MB 00:52:19 docker-security-secretstore-setup-go-arm64 latest b26af916022f 26 seconds ago 32.5MB 00:52:19 docker-core-metadata-go-arm64 latest b3456573e145 35 seconds ago 13.8MB 00:52:19 docker-sys-mgmt-agent-go-arm64 latest 1ee7000ed2dd 2 minutes ago 266MB 00:52:19 docker-core-data-go-arm64 latest f599bfdb95fa 3 minutes ago 23.3MB 00:52:19 docker-support-notifications-go-arm64 latest feaa6cd39bfc 4 minutes ago 13.9MB 00:52:19 docker-support-scheduler-go-arm64 latest df7693d3a871 4 minutes ago 12.6MB 00:52:19 docker-support-logging-go-arm64 latest 07d03ad25b4f 4 minutes ago 11.4MB 00:52:19 docker latest ce9d55ae87f1 8 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:52:21 provisioning config files... 00:52:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config4402907444819032911tmp [Pipeline] { [Pipeline] sh 00:52:21 + curl -s https://codecov.io/bash 00:52:21 + bash -s - -t @/w/workspace/edgex-go/9@tmp/config4402907444819032911tmp [Pipeline] } 00:54:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:54:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:45 ---> package-listing.sh 00:54:45 ++ facter osfamily 00:54:45 ++ tr '[:upper:]' '[:lower:]' 00:54:45 + OS_FAMILY=redhat 00:54:45 + workspace=/w/workspace/edgex-go/9 00:54:45 + START_PACKAGES=/tmp/packages_start.txt 00:54:45 + END_PACKAGES=/tmp/packages_end.txt 00:54:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:45 + PACKAGES=/tmp/packages_start.txt 00:54:45 + '[' /w/workspace/edgex-go/9 ']' 00:54:45 + PACKAGES=/tmp/packages_end.txt 00:54:45 + case "${OS_FAMILY}" in 00:54:45 + rpm -qa 00:54:45 + sort 00:54:49 + '[' -f /tmp/packages_start.txt ']' 00:54:49 + '[' -f /tmp/packages_end.txt ']' 00:54:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:49 + '[' /w/workspace/edgex-go/9 ']' 00:54:49 + mkdir -p /w/workspace/edgex-go/9/archives/ 00:54:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] isUnix [Pipeline] sh 00:54:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:50 00:54:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:50 alpine: Pulling from edgex-lftools-log-publisher 00:54:50 c9b1b535fdd9: Pulling fs layer 00:54:50 2cc5ad85d9ab: Pulling fs layer 00:54:50 756a868c4378: Pulling fs layer 00:54:50 444b2fc9a129: Pulling fs layer 00:54:50 ea15f1150254: Pulling fs layer 00:54:50 41b27a9f41bf: Pulling fs layer 00:54:50 28c525ee5125: Pulling fs layer 00:54:50 094b1ea09ed8: Pulling fs layer 00:54:50 138eaada9080: Pulling fs layer 00:54:50 0622d0fa9048: Pulling fs layer 00:54:50 41b27a9f41bf: Waiting 00:54:50 28c525ee5125: Waiting 00:54:50 094b1ea09ed8: Waiting 00:54:50 138eaada9080: Waiting 00:54:50 0622d0fa9048: Waiting 00:54:50 444b2fc9a129: Waiting 00:54:50 ea15f1150254: Waiting 00:54:50 2cc5ad85d9ab: Verifying Checksum 00:54:50 2cc5ad85d9ab: Download complete 00:54:50 444b2fc9a129: Verifying Checksum 00:54:50 444b2fc9a129: Download complete 00:54:50 c9b1b535fdd9: Verifying Checksum 00:54:50 c9b1b535fdd9: Download complete 00:54:50 ea15f1150254: Verifying Checksum 00:54:50 ea15f1150254: Download complete 00:54:50 28c525ee5125: Verifying Checksum 00:54:50 28c525ee5125: Download complete 00:54:51 756a868c4378: Verifying Checksum 00:54:51 756a868c4378: Download complete 00:54:51 c9b1b535fdd9: Pull complete 00:54:51 138eaada9080: Verifying Checksum 00:54:51 138eaada9080: Download complete 00:54:51 094b1ea09ed8: Verifying Checksum 00:54:51 094b1ea09ed8: Download complete 00:54:51 0622d0fa9048: Verifying Checksum 00:54:51 0622d0fa9048: Download complete 00:54:51 2cc5ad85d9ab: Pull complete 00:54:51 41b27a9f41bf: Verifying Checksum 00:54:51 41b27a9f41bf: Download complete 00:54:52 756a868c4378: Pull complete 00:54:52 444b2fc9a129: Pull complete 00:54:53 ea15f1150254: Pull complete 00:54:58 41b27a9f41bf: Pull complete 00:54:58 28c525ee5125: Pull complete 00:55:03 094b1ea09ed8: Pull complete 00:55:03 138eaada9080: Pull complete 00:55:03 0622d0fa9048: Pull complete 00:55:03 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:55:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:03 prd-centos7-docker-4c-2g-708 does not seem to be running inside a container 00:55:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:08 $ docker top 2afb72aad9dca3007f8ff08db02da5d7d12c6cee37d1ea1c852deb74902a43b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:08 provisioning config files... 00:55:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config6652733229924175523tmp [Pipeline] { [Pipeline] echo 00:55:08 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:09 ---> create-netrc.sh [Pipeline] echo 00:55:09 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:09 ---> logs-deploy.sh 00:55:09 + ARCHIVE_ARTIFACTS= 00:55:09 + LOGS_SERVER=https://logs.edgexfoundry.org 00:55:09 + '[' https://logs.edgexfoundry.org == None ']' 00:55:09 + NEXUS_URL=https://nexus.edgexfoundry.org 00:55:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/9 00:55:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/9/ 00:55:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/9 /w/workspace/edgex-go/9 00:55:10 Archives upload complete. 00:55:10 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/9/