Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 (58cc30674329d49ab83eec7872d734c113e8a38b) 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 Running on prd-centos7-docker-4c-2g-1660 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b Merge succeeded, producing bb5f58aa036a796c64be670106db28671d795b04 Checking out Revision bb5f58aa036a796c64be670106db28671d795b04 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb5f58aa036a796c64be670106db28671d795b04 # timeout=10 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:18 ========================================================= 04:31:18 EdgeX Global Pipelines Version Info 04:31:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4605f6cf6e929e1ee115c81c735f5b828accc975 # timeout=10 04:31:20 ------------------- 04:31:20 stable info: 04:31:20 ------------------- 04:31:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:20 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:20 Message: update stable to v1.0.106 04:31:21 ------------------- 04:31:21 experimental info: 04:31:21 ------------------- 04:31:21 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:21 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:31:21 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:23 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/core-command/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo core-command,cmd/core-command/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/core-data/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo core-data,cmd/core-data/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/core-metadata/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/support-logging/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo support-logging,cmd/support-logging/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/support-notifications/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/support-scheduler/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:23 + for file in '`ls cmd/**/Dockerfile`' 04:31:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:23 ++ cut -d/ -f2 04:31:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:23 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:31:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:23 04:31:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:24 latest: Pulling from edgex-devops/git-semver 04:31:24 31603596830f: Pulling fs layer 04:31:24 2a8b12db71e7: Pulling fs layer 04:31:24 6ca5941a6612: Pulling fs layer 04:31:24 ecc8261a40a4: Pulling fs layer 04:31:24 ecc8261a40a4: Waiting 04:31:24 2a8b12db71e7: Verifying Checksum 04:31:24 2a8b12db71e7: Download complete 04:31:24 31603596830f: Verifying Checksum 04:31:24 31603596830f: Download complete 04:31:24 ecc8261a40a4: Verifying Checksum 04:31:24 ecc8261a40a4: Download complete 04:31:24 6ca5941a6612: Verifying Checksum 04:31:24 6ca5941a6612: Download complete 04:31:24 31603596830f: Pull complete 04:31:24 2a8b12db71e7: Pull complete 04:31:25 6ca5941a6612: Pull complete 04:31:26 ecc8261a40a4: Pull complete 04:31:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:26 prd-centos7-docker-4c-2g-1660 does not seem to be running inside a container 04:31:26 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:28 $ docker top a3d7fc0177601883a5133811a81013d49c3cb4e91e4b244437918167d597879f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:29 [ssh-agent] Looking for ssh-agent implementation... 04:31:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:29 $ docker exec a3d7fc0177601883a5133811a81013d49c3cb4e91e4b244437918167d597879f ssh-agent 04:31:29 SSH_AUTH_SOCK=/tmp/ssh-lYa8sogGfK8L/agent.12 04:31:29 SSH_AGENT_PID=17 04:31:29 Running ssh-add (command line suppressed) 04:31:29 Identity added: /w/workspace/edgex-go/23@tmp/private_key_2757098904718850578.key (/w/workspace/edgex-go/23@tmp/private_key_2757098904718850578.key) 04:31:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:30 + git describe --exact-match --tags HEAD 04:31:30 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:30 $ docker exec --env ******** --env ******** a3d7fc0177601883a5133811a81013d49c3cb4e91e4b244437918167d597879f ssh-agent -k 04:31:30 unset SSH_AUTH_SOCK; 04:31:30 unset SSH_AGENT_PID; 04:31:30 echo Agent pid 17 killed; 04:31:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:30 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:30 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:30 [ssh-agent] Looking for ssh-agent implementation... 04:31:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:30 $ docker exec a3d7fc0177601883a5133811a81013d49c3cb4e91e4b244437918167d597879f ssh-agent 04:31:30 SSH_AUTH_SOCK=/tmp/ssh-AaOaTqjs9TwS/agent.45 04:31:30 SSH_AGENT_PID=50 04:31:30 Running ssh-add (command line suppressed) 04:31:30 Identity added: /w/workspace/edgex-go/23@tmp/private_key_1869063451167065611.key (/w/workspace/edgex-go/23@tmp/private_key_1869063451167065611.key) 04:31:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:31 + git semver init 04:31:31 # -> Open(): unable to determine branch for HEAD 04:31:31 # $GIT_DIR = /w/workspace/edgex-go/23/.git 04:31:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/23 04:31:31 # $SEMVER_REMOTE_NAME = origin 04:31:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:31 # $SEMVER_USER_NAME = edgex-jenkins 04:31:31 # $SEMVER_BRANCH = PR-2610 04:31:31 # $SEMVER_TEMP = /tmp/semver-868811156 04:31:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:03 # '/tmp/semver-868811156' -> '/w/workspace/edgex-go/23/.semver' 04:32:03 # -> Force: false 04:32:03 # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } 04:32:03 $ docker exec --env ******** --env ******** a3d7fc0177601883a5133811a81013d49c3cb4e91e4b244437918167d597879f ssh-agent -k 04:32:03 unset SSH_AUTH_SOCK; 04:32:03 unset SSH_AGENT_PID; 04:32:03 echo Agent pid 50 killed; 04:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:04 + git semver [Pipeline] } 04:32:04 $ docker stop --time=1 a3d7fc0177601883a5133811a81013d49c3cb4e91e4b244437918167d597879f 04:32:05 $ docker rm -f a3d7fc0177601883a5133811a81013d49c3cb4e91e4b244437918167d597879f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:19 Stashed 28 file(s) [Pipeline] echo 04:32:19 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:32:19 ========================================================= 04:32:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 04: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 . 04:32:23 Sending build context to Docker daemon 323.1MB 04:32:23 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:23 Step 2/7 : FROM ${BASE} 04:32:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:23 df20fa9351a1: Pulling fs layer 04:32:23 ed8968b2872e: Pulling fs layer 04:32:23 a92cc7c5fd73: Pulling fs layer 04:32:23 2dd03ba5bac4: Pulling fs layer 04:32:23 1e091d79d1de: Pulling fs layer 04:32:23 481702a1767f: Pulling fs layer 04:32:23 f64a6f60c768: Pulling fs layer 04:32:23 e78d2573fc39: Pulling fs layer 04:32:23 e876d2f968b6: Pulling fs layer 04:32:23 ce8a83651883: Pulling fs layer 04:32:23 07967f4d0e4b: Pulling fs layer 04:32:23 f64a6f60c768: Waiting 04:32:23 e78d2573fc39: Waiting 04:32:23 2dd03ba5bac4: Waiting 04:32:23 e876d2f968b6: Waiting 04:32:23 ce8a83651883: Waiting 04:32:23 07967f4d0e4b: Waiting 04:32:23 1e091d79d1de: Waiting 04:32:23 481702a1767f: Waiting 04:32:23 a92cc7c5fd73: Verifying Checksum 04:32:23 a92cc7c5fd73: Download complete 04:32:23 ed8968b2872e: Verifying Checksum 04:32:23 ed8968b2872e: Download complete 04:32:23 1e091d79d1de: Verifying Checksum 04:32:23 481702a1767f: Verifying Checksum 04:32:23 481702a1767f: Download complete 04:32:23 df20fa9351a1: Verifying Checksum 04:32:24 f64a6f60c768: Verifying Checksum 04:32:24 f64a6f60c768: Download complete 04:32:24 e876d2f968b6: Verifying Checksum 04:32:24 e876d2f968b6: Download complete 04:32:24 e78d2573fc39: Verifying Checksum 04:32:24 e78d2573fc39: Download complete 04:32:24 07967f4d0e4b: Verifying Checksum 04:32:24 07967f4d0e4b: Download complete 04:32:24 2dd03ba5bac4: Verifying Checksum 04:32:24 2dd03ba5bac4: Download complete 04:32:25 ce8a83651883: Verifying Checksum 04:32:25 ce8a83651883: Download complete 04:32:25 df20fa9351a1: Pull complete 04:32:25 ed8968b2872e: Pull complete 04:32:25 a92cc7c5fd73: Pull complete 04:32:30 2dd03ba5bac4: Pull complete 04:32:30 1e091d79d1de: Pull complete 04:32:30 481702a1767f: Pull complete 04:32:34 Still waiting to schedule task 04:32:34 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1662’ 04:32:37 f64a6f60c768: Pull complete 04:32:40 e78d2573fc39: Pull complete 04:32:40 e876d2f968b6: Pull complete 04:32:41 ce8a83651883: Pull complete 04:32:41 07967f4d0e4b: Pull complete 04:32:41 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:41 ---> 5d7c900382c6 04:32:41 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:32:42 ---> Running in 3437efb07785 04:32:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:15 (1/12) Installing libmagic (5.38-r0) 04:33:19 (2/12) Installing file (5.38-r0) 04:33:19 (3/12) Installing libc-dev (0.7.2-r3) 04:33:19 (4/12) Installing g++ (9.3.0-r2) 04:34:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1665 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:34:56 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 04:35:02 using credential edgex-jenkins-ssh 04:35:02 Cloning the remote Git repository 04:35:02 Cloning with configured refspecs honoured and without tags 04:35:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:02 > git init /w/workspace/edgex-go/23 # timeout=10 04:35:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:02 > git --version # timeout=10 04:35:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:27 Fetching without tags 04:35:28 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b 04:35:29 Merge succeeded, producing 2ec0284c3b4f22d1cf3452e39deb7d606fd57695 04:35:29 Checking out Revision 2ec0284c3b4f22d1cf3452e39deb7d606fd57695 (PR-2610) 04:35:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:27 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:35:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:28 > git config core.sparsecheckout # timeout=10 04:35:28 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 04:35:28 > git remote # timeout=10 04:35:28 > git config --get remote.origin.url # timeout=10 04:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:28 > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 04:35:29 > git rev-parse HEAD^{commit} # timeout=10 04:35:29 > git config core.sparsecheckout # timeout=10 04:35:29 > git checkout -f 2ec0284c3b4f22d1cf3452e39deb7d606fd57695 # timeout=10 04:35:33 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" 04:35:33 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:33 > git rev-list --no-walk 4605f6cf6e929e1ee115c81c735f5b828accc975 # timeout=10 [Pipeline] echo 04:35:45 ========================================================= 04:35:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:46 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:35:50 Sending build context to Docker daemon 323.1MB 04:35:50 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:50 Step 2/7 : FROM ${BASE} 04:35:50 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:50 b538f80385f9: Pulling fs layer 04:35:50 74f711af9a0d: Pulling fs layer 04:35:50 99f96fe45779: Pulling fs layer 04:35:50 fd7a069fd194: Pulling fs layer 04:35:50 66aa3694b03b: Pulling fs layer 04:35:50 170f70906a0f: Pulling fs layer 04:35:50 ad7c5574e4b9: Pulling fs layer 04:35:50 e772456be8f7: Pulling fs layer 04:35:50 c890913d741a: Pulling fs layer 04:35:50 2480fcc9aa5a: Pulling fs layer 04:35:50 09adf4765672: Pulling fs layer 04:35:50 fd7a069fd194: Waiting 04:35:50 66aa3694b03b: Waiting 04:35:50 170f70906a0f: Waiting 04:35:50 ad7c5574e4b9: Waiting 04:35:50 e772456be8f7: Waiting 04:35:50 c890913d741a: Waiting 04:35:50 2480fcc9aa5a: Waiting 04:35:50 09adf4765672: Waiting 04:35:50 99f96fe45779: Verifying Checksum 04:35:50 99f96fe45779: Download complete 04:35:50 74f711af9a0d: Download complete 04:35:50 66aa3694b03b: Download complete 04:35:50 170f70906a0f: Verifying Checksum 04:35:50 170f70906a0f: Download complete 04:35:50 b538f80385f9: Verifying Checksum 04:35:50 b538f80385f9: Download complete 04:35:51 b538f80385f9: Pull complete 04:35:51 74f711af9a0d: Pull complete 04:35:52 99f96fe45779: Pull complete 04:35:54 ad7c5574e4b9: Verifying Checksum 04:35:54 ad7c5574e4b9: Download complete 04:35:54 c890913d741a: Verifying Checksum 04:35:54 c890913d741a: Download complete 04:35:56 2480fcc9aa5a: Verifying Checksum 04:35:56 2480fcc9aa5a: Download complete 04:35:56 09adf4765672: Download complete 04:35:56 e772456be8f7: Verifying Checksum 04:35:56 e772456be8f7: Download complete 04:35:56 fd7a069fd194: Verifying Checksum 04:35:56 fd7a069fd194: Download complete 04:36:08 fd7a069fd194: Pull complete 04:36:08 66aa3694b03b: Pull complete 04:36:08 170f70906a0f: Pull complete 04:36:12 ad7c5574e4b9: Pull complete 04:36:16 e772456be8f7: Pull complete 04:36:17 c890913d741a: Pull complete 04:36:19 2480fcc9aa5a: Pull complete 04:36:19 09adf4765672: Pull complete 04:36:19 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:19 ---> 2248a725d1cf 04:36:19 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:36:26 ---> Running in 5576e534e4fe 04:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:02 (1/12) Installing libmagic (5.38-r0) 04:37:10 (2/12) Installing file (5.38-r0) 04:37:10 (3/12) Installing libc-dev (0.7.2-r3) 04:37:10 (4/12) Installing g++ (9.3.0-r2) 04:40:11 (5/12) Installing fortify-headers (1.1-r0) 04:40:11 (6/12) Installing patch (2.7.6-r6) 04:40:11 (7/12) Installing build-base (0.5-r2) 04:40:11 (8/12) Installing libsodium (1.0.18-r0) 04:40:11 (9/12) Installing pkgconf (1.7.2-r0) 04:40:11 (10/12) Installing libsodium-dev (1.0.18-r0) 04:40:11 (11/12) Installing libzmq (4.3.2-r0) 04:40:11 (12/12) Installing zeromq-dev (4.3.2-r0) 04:40:11 Executing busybox-1.31.1-r16.trigger 04:40:11 OK: 233 MiB in 51 packages 04:40:11 Removing intermediate container 3437efb07785 04:40:11 ---> 9836d4de62b1 04:40:11 Step 4/7 : WORKDIR /edgex-go 04:40:11 ---> Running in 4984dfd8ee9a 04:40:12 Removing intermediate container 4984dfd8ee9a 04:40:12 ---> eef248949036 04:40:12 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:40:12 latest: Pulling from library/docker 04:40:12 df20fa9351a1: Already exists 04:40:12 25ad7478873d: Pulling fs layer 04:40:12 4684f6177b5d: Pulling fs layer 04:40:12 46e300cec669: Pulling fs layer 04:40:12 63038576ad94: Pulling fs layer 04:40:12 0fdb76c4706c: Pulling fs layer 04:40:12 cb7edeffdfd5: Pulling fs layer 04:40:12 63038576ad94: Waiting 04:40:12 0fdb76c4706c: Waiting 04:40:12 cb7edeffdfd5: Waiting 04:40:12 4684f6177b5d: Download complete 04:40:12 25ad7478873d: Verifying Checksum 04:40:12 25ad7478873d: Download complete 04:40:12 63038576ad94: Verifying Checksum 04:40:12 63038576ad94: Download complete 04:40:12 0fdb76c4706c: Verifying Checksum 04:40:12 0fdb76c4706c: Download complete 04:40:12 cb7edeffdfd5: Verifying Checksum 04:40:12 cb7edeffdfd5: Download complete 04:40:12 25ad7478873d: Pull complete 04:40:12 4684f6177b5d: Pull complete 04:40:13 46e300cec669: Verifying Checksum 04:40:13 46e300cec669: Download complete 04:40:16 46e300cec669: Pull complete 04:40:16 63038576ad94: Pull complete 04:40:16 0fdb76c4706c: Pull complete 04:40:16 cb7edeffdfd5: Pull complete 04:40:16 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:40:16 Status: Downloaded newer image for docker:latest 04:40:19 ---> e97757b6b555 04:40:19 Step 6/7 : COPY go.mod . 04:40:19 ---> 379143ac4a5a 04:40:19 Step 7/7 : RUN go mod download 04:40:19 ---> Running in 21f819d0effe 04:40:21 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:40:21 go: finding github.com/BurntSushi/toml v0.3.1 04:40:21 go: finding github.com/OneOfOne/xxhash v1.2.5 04:40:21 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:40:21 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:40:21 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:40:21 go: finding github.com/bgentry/speakeasy v0.1.0 04:40:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:40:21 go: finding github.com/cloudflare/gokey v0.1.0 04:40:21 go: finding github.com/davecgh/go-spew v1.1.1 04:40:21 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:40:21 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:40:21 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:40:21 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:40:21 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:40:21 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:40:21 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:40:21 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:40:21 go: finding github.com/fatih/color v1.7.0 04:40:21 go: finding github.com/fsnotify/fsnotify v1.4.7 04:40:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:40:21 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:40:21 go: finding github.com/go-kit/kit v0.8.0 04:40:22 go: finding github.com/go-logfmt/logfmt v0.4.0 04:40:22 go: finding github.com/go-playground/assert/v2 v2.0.1 04:40:22 go: finding github.com/go-playground/locales v0.13.0 04:40:22 go: finding github.com/go-playground/universal-translator v0.17.0 04:40:22 go: finding github.com/go-playground/validator/v10 v10.3.0 04:40:22 go: finding github.com/go-redis/redis/v7 v7.2.0 04:40:22 go: finding github.com/go-stack/stack v1.8.0 04:40:22 go: finding github.com/golang/protobuf v1.3.2 04:40:22 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:40:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:40:22 go: finding github.com/google/uuid v1.1.0 04:40:22 go: finding github.com/gorilla/mux v1.7.1 04:40:22 go: finding github.com/hashicorp/consul/api v1.1.0 04:40:22 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:40:22 go: finding github.com/hashicorp/errwrap v1.0.0 04:40:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:40:22 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:40:22 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:40:22 go: finding github.com/hashicorp/go-multierror v1.0.0 04:40:22 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:40:22 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:40:22 go: finding github.com/hashicorp/go-syslog v1.0.0 04:40:22 go: finding github.com/hashicorp/go-uuid v1.0.1 04:40:22 go: finding github.com/hashicorp/go.net v0.0.1 04:40:22 go: finding github.com/hashicorp/golang-lru v0.5.0 04:40:22 go: finding github.com/hashicorp/logutils v1.0.0 04:40:22 go: finding github.com/hashicorp/mdns v1.0.0 04:40:22 go: finding github.com/hashicorp/memberlist v0.1.3 04:40:22 go: finding github.com/hashicorp/serf v0.8.2 04:40:22 go: finding github.com/hpcloud/tail v1.0.0 04:40:22 go: finding github.com/imdario/mergo v0.3.6 04:40:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:40:22 go: finding github.com/kr/pretty v0.1.0 04:40:22 go: finding github.com/kr/pty v1.1.1 04:40:22 go: finding github.com/kr/text v0.1.0 04:40:22 go: finding github.com/leodido/go-urn v1.2.0 04:40:22 go: finding github.com/mattn/go-colorable v0.0.9 04:40:22 go: finding github.com/mattn/go-isatty v0.0.3 04:40:22 go: finding github.com/miekg/dns v1.0.14 04:40:22 go: finding github.com/mitchellh/cli v1.0.0 04:40:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:40:22 go: finding github.com/mitchellh/copystructure v1.0.0 04:40:22 go: finding github.com/mitchellh/go-homedir v1.0.0 04:40:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:40:23 go: finding github.com/mitchellh/gox v0.4.0 04:40:23 go: finding github.com/mitchellh/iochan v1.0.0 04:40:23 go: finding github.com/mitchellh/mapstructure v1.1.2 04:40:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:40:23 go: finding github.com/onsi/ginkgo v1.10.1 04:40:23 go: finding github.com/onsi/gomega v1.7.0 04:40:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:40:23 go: finding github.com/pebbe/zmq4 v1.0.0 04:40:23 go: finding github.com/pelletier/go-toml v1.2.0 04:40:23 go: finding github.com/pkg/errors v0.8.1 04:40:23 go: finding github.com/pmezard/go-difflib v1.0.0 04:40:23 go: finding github.com/posener/complete v1.1.1 04:40:23 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:40:23 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:40:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:40:23 go: finding github.com/stretchr/objx v0.1.0 04:40:23 go: finding github.com/stretchr/testify v1.5.1 04:40:23 go: finding github.com/ugorji/go v1.1.4 04:40:23 go: finding github.com/x448/float16 v0.8.4 04:40:23 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:40:23 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:40:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:40:23 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:40:23 go: finding golang.org/x/text v0.3.2 04:40:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:40:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:40:23 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:40:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:40:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:40:23 go: finding gopkg.in/yaml.v2 v2.2.8 04:40:41 Removing intermediate container 21f819d0effe 04:40:41 ---> 8e9d9392fb10 04:40:41 Successfully built 8e9d9392fb10 04:40:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:42 + docker inspect -f . ci-base-image-x86_64 04:40:42 . [Pipeline] withDockerContainer 04:40:42 prd-centos7-docker-4c-2g-1660 does not seem to be running inside a container 04:40:42 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:40:43 $ docker top da8891527e9928de35ee5b80da6e40d0cf985f4c41c9600a9c63b4273e6228ad -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:44 + go version 04:40:44 go version go1.13.13 linux/amd64 [Pipeline] echo 04:40:44 ========================================================= 04:40:44 [edgeXBuildGoParallel] Running Tests and Build... 04:40:44 ========================================================= [Pipeline] sh 04:40:44 + make test 04:40:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:40:46 ? github.com/edgexfoundry/edgex-go [no test files] 04:40:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:41:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:41:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:41:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:41:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:41:05 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:41:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:41:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:41:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:41:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:41:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.050s coverage: 46.6% of statements 04:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.069s coverage: 27.3% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.328s coverage: 77.5% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.085s coverage: 28.6% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.047s coverage: 100.0% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 04:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:41:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.023s coverage: 89.8% of statements 04:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:41:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.037s coverage: 97.5% of statements 04:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.018s coverage: 100.0% of statements 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:41:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.061s coverage: 63.5% of statements 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 04:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.150s coverage: 55.9% of statements 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.907s coverage: 86.3% of statements 04:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.414s coverage: 72.2% of statements 04:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.141s coverage: 72.1% of statements 04:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.024s coverage: 82.4% of statements 04:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 04:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements 04:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.022s coverage: 96.8% of statements 04:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.063s coverage: 26.9% of statements 04:41:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:41:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.139s coverage: 84.1% of statements 04:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements 04:41:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 43.1% of statements 04:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:41:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.007s coverage: 100.0% of statements 04:41:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:41:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.023s coverage: 83.8% of statements 04:41:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.034s coverage: 46.1% of statements 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.005s coverage: 100.0% of statements 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 04:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:41:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.097s coverage: 29.1% of statements 04:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:41:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.034s coverage: 99.0% of statements 04:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:41:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements 04:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:41:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements 04:41:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:41:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 04:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:41:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements 04:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:41:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 04:41:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:41:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:41:32 GO111MODULE=on go vet ./... 04:41:39 gofmt -l . 04:41:39 [ "`gofmt -l .`" = "" ] 04:41:40 ./bin/test-go-mod-tidy.sh 04:41:41 ./bin/test-attribution-txt.sh [Pipeline] sh 04:41:43 + ls -al . 04:41:43 total 556 04:41:43 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:41 . 04:41:43 drwxr-xr-x 4 root root 30 Jul 31 04:40 .. 04:41:43 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:31 .dockerignore 04:41:43 drwxrwxr-x 8 1001 1001 179 Jul 31 04:31 .git 04:41:43 drwxrwxr-x 3 1001 1001 60 Jul 31 04:31 .github 04:41:43 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:31 .gitignore 04:41:43 drwx------ 3 1001 1001 47 Jul 31 04:32 .semver 04:41:43 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:31 .sonarcloud.properties 04:41:43 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:31 CONTRIBUTING.md 04:41:43 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:31 Dockerfile.build 04:41:43 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:31 Jenkinsfile 04:41:43 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:31 LICENSE 04:41:43 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:31 Makefile 04:41:43 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:31 README.md 04:41:43 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:31 SECURITY.md 04:41:43 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:32 VERSION 04:41:43 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:31 ZMQWindows.md 04:41:43 drwxrwxr-x 2 1001 1001 117 Jul 31 04:31 bin 04:41:43 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:31 cmd 04:41:43 -rw-r--r-- 1 root root 457205 Jul 31 04:41 coverage.out 04:41:43 -rw-r--r-- 1 root root 1019 Jul 31 04:41 go.mod 04:41:43 -rw-r--r-- 1 root root 19185 Jul 31 04:41 go.sum 04:41:43 drwxrwxr-x 8 1001 1001 127 Jul 31 04:31 internal 04:41:43 drwxrwxr-x 4 1001 1001 26 Jul 31 04:31 openapi 04:41:43 drwxrwxr-x 4 1001 1001 71 Jul 31 04:31 snap 04:41:43 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:31 version.go [Pipeline] sh 04:41:43 + '[' -e coverage.out ] 04:41:43 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:43 Stashed 1 file(s) [Pipeline] sh 04:41:44 + make build 04:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:41:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:41:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:41:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:41:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:42:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:42:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:42:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:42:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:42:11 $ docker stop --time=1 da8891527e9928de35ee5b80da6e40d0cf985f4c41c9600a9c63b4273e6228ad 04:42:13 $ docker rm -f da8891527e9928de35ee5b80da6e40d0cf985f4c41c9600a9c63b4273e6228ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:14 04:42:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:42:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:14 latest: Pulling from edgex-devops/edgex-compose 04:42:14 cbdbe7a5bc2a: Pulling fs layer 04:42:14 ca9280d653b3: Pulling fs layer 04:42:14 7e9c9ca2126c: Pulling fs layer 04:42:14 cbdbe7a5bc2a: Verifying Checksum 04:42:14 cbdbe7a5bc2a: Download complete 04:42:15 ca9280d653b3: Verifying Checksum 04:42:15 ca9280d653b3: Download complete 04:42:15 cbdbe7a5bc2a: Pull complete 04:42:16 7e9c9ca2126c: Verifying Checksum 04:42:16 7e9c9ca2126c: Download complete 04:42:16 ca9280d653b3: Pull complete 04:42:24 7e9c9ca2126c: Pull complete 04:42:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:42:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:42:25 prd-centos7-docker-4c-2g-1660 does not seem to be running inside a container 04:42:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:42:28 $ docker top d3b52223dcf407a907c247ca74fa66fafb74f52ba4ba29edd8c329c7ae2e5612 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:29 + docker-compose build --help 04:42:29 + grep parallel 04:42:30 --parallel Build images in parallel. [Pipeline] } 04:42:30 $ docker stop --time=1 d3b52223dcf407a907c247ca74fa66fafb74f52ba4ba29edd8c329c7ae2e5612 04:42:31 $ docker rm -f d3b52223dcf407a907c247ca74fa66fafb74f52ba4ba29edd8c329c7ae2e5612 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:32 . [Pipeline] withDockerContainer 04:42:32 (5/12) Installing fortify-headers (1.1-r0) 04:42:32 (6/12) Installing patch (2.7.6-r6) 04:42:32 prd-centos7-docker-4c-2g-1660 does not seem to be running inside a container 04:42:32 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:42:33 $ docker top 7e7d920256091a9afbe2443ee798ee1ecfd2f46fa40087a594c94160209ff95c -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:33 + docker-compose -f ./docker-compose-build.yml build --parallel 04:42:33 (7/12) Installing build-base (0.5-r2) 04:42:34 (8/12) Installing libsodium (1.0.18-r0) 04:42:34 Building docker-core-command-go ... 04:42:34 Building docker-core-data-go ... 04:42:34 Building docker-core-metadata-go ... 04:42:34 Building docker-security-proxy-setup-go ... 04:42:34 Building docker-security-secrets-setup-go ... 04:42:34 Building docker-security-secretstore-setup-go ... 04:42:34 Building docker-support-logging-go ... 04:42:34 Building docker-support-notifications-go ... 04:42:34 Building docker-support-scheduler-go ... 04:42:34 Building docker-sys-mgmt-agent-go ... 04:42:34 Building docker-core-data-go 04:42:34 Building docker-security-secretstore-setup-go 04:42:34 Building docker-security-proxy-setup-go 04:42:34 Building docker-sys-mgmt-agent-go 04:42:34 Building docker-support-logging-go 04:42:36 (9/12) Installing pkgconf (1.7.2-r0) 04:42:36 (10/12) Installing libsodium-dev (1.0.18-r0) 04:42:36 (11/12) Installing libzmq (4.3.2-r0) 04:42:39 (12/12) Installing zeromq-dev (4.3.2-r0) 04:42:39 Executing busybox-1.31.1-r16.trigger 04:42:39 OK: 217 MiB in 51 packages 04:42:43 Removing intermediate container 5576e534e4fe 04:42:43 ---> 37a35db9998c 04:42:43 Step 4/7 : WORKDIR /edgex-go 04:42:43 ---> Running in ccdae60c753b 04:42:44 Removing intermediate container ccdae60c753b 04:42:44 ---> 951a4b934814 04:42:44 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:42:44 latest: Pulling from library/docker 04:42:44 b538f80385f9: Already exists 04:42:44 259a493cd78d: Pulling fs layer 04:42:44 b8e66b5100f5: Pulling fs layer 04:42:44 39dc9c94d07c: Pulling fs layer 04:42:44 551b823b3b82: Pulling fs layer 04:42:44 3c52a74df98c: Pulling fs layer 04:42:44 6c9b121b6998: Pulling fs layer 04:42:44 551b823b3b82: Waiting 04:42:44 3c52a74df98c: Waiting 04:42:44 6c9b121b6998: Waiting 04:42:44 b8e66b5100f5: Download complete 04:42:44 259a493cd78d: Verifying Checksum 04:42:44 259a493cd78d: Download complete 04:42:44 551b823b3b82: Verifying Checksum 04:42:44 551b823b3b82: Download complete 04:42:44 3c52a74df98c: Verifying Checksum 04:42:44 3c52a74df98c: Download complete 04:42:44 6c9b121b6998: Verifying Checksum 04:42:44 6c9b121b6998: Download complete 04:42:45 259a493cd78d: Pull complete 04:42:46 b8e66b5100f5: Pull complete 04:42:46 39dc9c94d07c: Verifying Checksum 04:42:46 39dc9c94d07c: Download complete 04:42:49 39dc9c94d07c: Pull complete 04:42:49 551b823b3b82: Pull complete 04:42:49 3c52a74df98c: Pull complete 04:42:50 6c9b121b6998: Pull complete 04:42:50 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:42:50 Status: Downloaded newer image for docker:latest 04:42:54 ---> 7af77591885e 04:42:54 Step 6/7 : COPY go.mod . 04:42:54 ---> d42dde988934 04:42:54 Step 7/7 : RUN go mod download 04:42:54 ---> Running in 30fc77af8302 04:42:58 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:42:58 go: finding github.com/BurntSushi/toml v0.3.1 04:42:58 go: finding github.com/OneOfOne/xxhash v1.2.5 04:42:58 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:42:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:42:58 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:42:58 go: finding github.com/bgentry/speakeasy v0.1.0 04:42:58 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:42:58 go: finding github.com/cloudflare/gokey v0.1.0 04:42:58 go: finding github.com/davecgh/go-spew v1.1.1 04:42:58 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:42:58 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:42:58 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:42:58 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:42:58 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:42:58 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:42:58 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:42:58 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:42:58 go: finding github.com/fatih/color v1.7.0 04:42:58 go: finding github.com/fsnotify/fsnotify v1.4.7 04:42:58 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:42:58 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:42:58 go: finding github.com/go-kit/kit v0.8.0 04:42:58 go: finding github.com/go-logfmt/logfmt v0.4.0 04:42:58 go: finding github.com/go-playground/assert/v2 v2.0.1 04:42:58 go: finding github.com/go-playground/locales v0.13.0 04:42:59 go: finding github.com/go-playground/universal-translator v0.17.0 04:42:59 go: finding github.com/go-playground/validator/v10 v10.3.0 04:42:59 go: finding github.com/go-redis/redis/v7 v7.2.0 04:42:59 go: finding github.com/go-stack/stack v1.8.0 04:42:59 go: finding github.com/golang/protobuf v1.3.2 04:42:59 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:42:59 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:42:59 go: finding github.com/google/uuid v1.1.0 04:42:59 go: finding github.com/gorilla/mux v1.7.1 04:42:59 go: finding github.com/hashicorp/consul/api v1.1.0 04:42:59 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:42:59 go: finding github.com/hashicorp/errwrap v1.0.0 04:42:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:42:59 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:42:59 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:42:59 go: finding github.com/hashicorp/go-multierror v1.0.0 04:42:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:42:59 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:42:59 go: finding github.com/hashicorp/go-syslog v1.0.0 04:42:59 go: finding github.com/hashicorp/go-uuid v1.0.1 04:42:59 go: finding github.com/hashicorp/go.net v0.0.1 04:42:59 go: finding github.com/hashicorp/golang-lru v0.5.0 04:42:59 go: finding github.com/hashicorp/logutils v1.0.0 04:42:59 go: finding github.com/hashicorp/mdns v1.0.0 04:42:59 go: finding github.com/hashicorp/memberlist v0.1.3 04:42:59 go: finding github.com/hashicorp/serf v0.8.2 04:42:59 go: finding github.com/hpcloud/tail v1.0.0 04:42:59 go: finding github.com/imdario/mergo v0.3.6 04:42:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:42:59 go: finding github.com/kr/pretty v0.1.0 04:42:59 go: finding github.com/kr/pty v1.1.1 04:42:59 go: finding github.com/kr/text v0.1.0 04:42:59 go: finding github.com/leodido/go-urn v1.2.0 04:42:59 go: finding github.com/mattn/go-colorable v0.0.9 04:42:59 go: finding github.com/mattn/go-isatty v0.0.3 04:42:59 go: finding github.com/miekg/dns v1.0.14 04:43:00 go: finding github.com/mitchellh/cli v1.0.0 04:43:00 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:43:00 go: finding github.com/mitchellh/copystructure v1.0.0 04:43:00 go: finding github.com/mitchellh/go-homedir v1.0.0 04:43:00 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:43:00 go: finding github.com/mitchellh/gox v0.4.0 04:43:00 go: finding github.com/mitchellh/iochan v1.0.0 04:43:00 go: finding github.com/mitchellh/mapstructure v1.1.2 04:43:00 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:43:00 go: finding github.com/onsi/ginkgo v1.10.1 04:43:00 go: finding github.com/onsi/gomega v1.7.0 04:43:00 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:43:00 go: finding github.com/pebbe/zmq4 v1.0.0 04:43:00 go: finding github.com/pelletier/go-toml v1.2.0 04:43:00 go: finding github.com/pkg/errors v0.8.1 04:43:00 go: finding github.com/pmezard/go-difflib v1.0.0 04:43:00 go: finding github.com/posener/complete v1.1.1 04:43:00 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:43:00 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:43:00 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:43:00 go: finding github.com/stretchr/objx v0.1.0 04:43:00 go: finding github.com/stretchr/testify v1.5.1 04:43:00 go: finding github.com/ugorji/go v1.1.4 04:43:00 go: finding github.com/x448/float16 v0.8.4 04:43:00 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:43:00 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:43:00 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:43:00 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:43:00 go: finding golang.org/x/text v0.3.2 04:43:00 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:43:00 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:43:00 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:43:00 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:43:00 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:43:00 go: finding gopkg.in/yaml.v2 v2.2.8 04:43:13 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:43:13 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:13 ---> 8e9d9392fb10 04:43:13 Step 3/21 : WORKDIR /edgex-go 04:43:13 ---> 8e9d9392fb10 04:43:13 Step 3/22 : WORKDIR /edgex-go 04:43:13 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:13 ---> 8e9d9392fb10 04:43:13 Step 3/26 : WORKDIR /edgex-go 04:43:13 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:13 ---> 8e9d9392fb10 04:43:13 Step 3/26 : WORKDIR /edgex-go 04:43:13 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:43:13 ---> 8e9d9392fb10 04:43:13 Step 3/20 : WORKDIR /edgex-go 04:43:13 ---> Running in 3af0d6a4dd05 04:43:13 ---> Running in ccad57ba5096 04:43:13 ---> Running in 8624b800ae70 04:43:13 ---> Running in 1e8893cc096f 04:43:13 ---> Running in 580152013a55 04:43:13 Removing intermediate container 580152013a55 04:43:13 ---> 2555db40a9da 04:43:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:13 Removing intermediate container ccad57ba5096 04:43:13 ---> 241dd26dc572 04:43:13 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:13 Removing intermediate container 8624b800ae70 04:43:13 ---> 1e57c06bdd9c 04:43:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:13 ---> Running in 9ebd73c6b9c6 04:43:13 Removing intermediate container 1e8893cc096f 04:43:13 ---> 66e414cb4cc1 04:43:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:13 Removing intermediate container 3af0d6a4dd05 04:43:13 ---> 6e816fe885dc 04:43:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:13 ---> Running in ea6029d8839b 04:43:13 ---> Running in 6954acae63ed 04:43:13 ---> Running in 3dadcb8228a6 04:43:13 ---> Running in d699ab40cad4 04:43:13 Removing intermediate container 6954acae63ed 04:43:13 ---> 5906672d721d 04:43:13 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:43:13 ---> Running in 669d2e6a601e 04:43:13 Removing intermediate container 9ebd73c6b9c6 04:43:13 ---> 0d7a44bd6846 04:43:13 Step 5/26 : RUN apk update && apk add make bash git 04:43:13 Removing intermediate container ea6029d8839b 04:43:13 ---> f6a534f07f45 04:43:13 Step 5/20 : RUN apk update && apk add make git 04:43:13 Removing intermediate container d699ab40cad4 04:43:13 ---> 5e56ae2b34c0 04:43:13 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:43:13 ---> Running in b6993961026f 04:43:13 Removing intermediate container 3dadcb8228a6 04:43:13 ---> 6c7051a8705f 04:43:13 Step 5/26 : RUN apk update && apk add make git 04:43:13 ---> Running in b4149c6f0c41 04:43:13 ---> Running in baeabfb507e6 04:43:13 ---> Running in 00503345f53b 04:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:23 Removing intermediate container 30fc77af8302 04:43:23 ---> 466f26234e8b 04:43:23 Successfully built 466f26234e8b 04:43:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:43:23 + docker inspect -f . ci-base-image-arm64 04:43:23 . [Pipeline] withDockerContainer 04:43:24 prd-ubuntu18.04-docker-arm64-4c-16g-1665 does not seem to be running inside a container 04:43:24 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:26 $ docker top 74aefca52937f15a83587bb2c0c3b859bca4822e06f51a7d78414b13dc2eeb52 -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:27 + go version 04:43:27 go version go1.13.13 linux/arm64 [Pipeline] echo 04:43:27 ========================================================= 04:43:27 [edgeXBuildGoParallel] Running Tests and Build... 04:43:27 ========================================================= [Pipeline] sh 04:43:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:27 + make test 04:43:27 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:30 ? github.com/edgexfoundry/edgex-go [no test files] 04:43:42 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:42 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:42 OK: 12749 distinct packages available 04:43:42 OK: 233 MiB in 51 packages 04:43:42 Removing intermediate container b6993961026f 04:43:42 ---> 6ae8406f9582 04:43:42 Step 6/26 : COPY go.mod . 04:43:42 ---> 24db9b3fbf53 04:43:42 Step 7/26 : RUN go mod download 04:43:43 ---> Running in d7ebaf86fd5a 04:43:43 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:43 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:43 OK: 12749 distinct packages available 04:43:43 OK: 233 MiB in 51 packages 04:43:44 Removing intermediate container 669d2e6a601e 04:43:44 ---> 91bc18054021 04:43:44 Step 6/22 : COPY go.mod . 04:43:44 ---> 3e512f71635e 04:43:44 Step 7/22 : RUN go mod download 04:43:44 ---> Running in b89b9bc18467 04:43:44 Removing intermediate container d7ebaf86fd5a 04:43:44 ---> 54e4bcaba6d2 04:43:44 Step 8/26 : COPY . . 04:43:45 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:45 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:45 OK: 12749 distinct packages available 04:43:45 OK: 233 MiB in 51 packages 04:43:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:46 OK: 12749 distinct packages available 04:43:46 OK: 233 MiB in 51 packages 04:43:49 Removing intermediate container b89b9bc18467 04:43:49 ---> 0fbfa1f641fa 04:43:49 Step 8/22 : COPY . . 04:43:51 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:51 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:51 OK: 12749 distinct packages available 04:43:52 OK: 233 MiB in 51 packages 04:43:52 Removing intermediate container b4149c6f0c41 04:43:52 ---> e34da590ec32 04:43:52 Step 6/20 : COPY go.mod . 04:43:52 Removing intermediate container 00503345f53b 04:43:52 ---> 0440d06c9baa 04:43:52 Step 6/26 : COPY go.mod . 04:43:52 OK: 233 MiB in 51 packages 04:43:54 ---> 6e5cd71cf4ac 04:43:54 Step 7/20 : RUN go mod download 04:43:54 ---> 37283519ca67 04:43:54 Step 7/26 : RUN go mod download 04:43:55 ---> Running in 274274707d2d 04:43:55 ---> Running in e4d3d7feceba 04:43:56 Removing intermediate container baeabfb507e6 04:43:56 ---> 8246b891c556 04:43:56 Step 6/21 : COPY go.mod . 04:43:58 ---> bcfebaf56bfc 04:43:58 Step 7/21 : RUN go mod download 04:43:59 ---> Running in ab4c9afcea96 04:44:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:44:03 Removing intermediate container e4d3d7feceba 04:44:03 ---> a4eab3e05d5e 04:44:03 Step 8/20 : COPY . . 04:44:03 Removing intermediate container 274274707d2d 04:44:03 ---> 47e5376377f3 04:44:03 Step 8/26 : COPY . . 04:44:13 ---> 03d3e708c05c 04:44:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:44:13 Removing intermediate container ab4c9afcea96 04:44:13 ---> 609a341a2e84 04:44:13 Step 8/21 : COPY . . 04:44:15 ---> Running in 88eda977f74e 04:44:15 ---> 0dc4b46f161e 04:44:15 Step 9/22 : RUN make cmd/core-data/core-data 04:44:18 ---> Running in 999e0982686b 04:44:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:44:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:44:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:44:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:44:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:44:21 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s 04:44:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:44:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:44:21 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:44:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:44:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:44:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:44:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:44:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:44:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:44:32 ---> ba34d9585a61 04:44:32 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:44:32 ---> cb62d8ca5ce2 04:44:32 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:44:32 ---> Running in b848d41bccf4 04:44:32 ---> Running in eb544cf5782e 04:44:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.068s coverage: 46.6% of statements 04:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:44:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:44: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 04:44:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.3% of statements 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:44:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:44:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:44:41 ---> ca1780030ac6 04:44:41 Step 9/21 : RUN make cmd/support-logging/support-logging 04:44:41 ---> Running in 7ab303b7d301 04:44:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.364s coverage: 77.5% of statements 04:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:44:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:44:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.291s coverage: 28.6% of statements 04:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:44:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.047s coverage: 100.0% of statements 04:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:44:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements 04:44:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:44:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.075s coverage: 89.8% of statements 04:44:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:44:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements 04:44:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:44:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 100.0% of statements 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:44:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:44:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:44:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 63.5% of statements 04:44:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:44:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements 04:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 55.9% of statements 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:44:52 Removing intermediate container 88eda977f74e 04:44:52 ---> 044dc9c78046 04:44:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:44:52 ---> Running in 2a704fbc6e0f 04:44:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:44:57 Removing intermediate container 2a704fbc6e0f 04:44:57 ---> 6066c715b99d 04:44:57 04:44:57 Step 11/26 : FROM docker:latest 04:44:57 ---> 81f5749c9058 04:44:57 Step 12/26 : RUN apk add --no-cache bash 04:44:57 ---> Running in 2827ad3c51f7 04:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:59 (1/2) Installing readline (8.0.4-r0) 04:44:59 (2/2) Installing bash (5.0.17-r0) 04:45:00 Executing bash-5.0.17-r0.post-install 04:45:00 Executing busybox-1.31.1-r16.trigger 04:45:00 OK: 12 MiB in 22 packages 04:45:04 Removing intermediate container 2827ad3c51f7 04:45:04 ---> fc0c6d611250 04:45:04 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:45:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:45:04 ---> Running in 7df83afab2b5 04:45:07 Removing intermediate container 7df83afab2b5 04:45:07 ---> 09748f4f2242 04:45:07 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:45:07 Removing intermediate container b848d41bccf4 04:45:07 ---> deeeeda2aca6 04:45:07 04:45:07 Step 10/20 : FROM alpine 04:45:07 ---> Running in c2a5644bc805 04:45:07 latest: Pulling from library/alpine 04:45:07 Removing intermediate container c2a5644bc805 04:45:07 ---> e9bde6c68c5a 04:45:07 Step 15/26 : ENV APP_PORT=48090 04:45:08 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:45:08 Status: Downloaded newer image for alpine:latest 04:45:08 ---> a24bb4013296 04:45:08 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:45:08 ---> Running in 4242bb0d89d7 04:45:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:45:09 ---> Running in 23ca521dde36 04:45:10 Removing intermediate container 4242bb0d89d7 04:45:10 ---> 69648b556b22 04:45:10 Step 16/26 : EXPOSE $APP_PORT 04:45:12 ---> Running in 838ee7c814dd 04:45:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:12 Removing intermediate container 7ab303b7d301 04:45:12 ---> a31c9f574fad 04:45:12 04:45:12 Step 10/21 : FROM scratch 04:45:12 ---> 04:45:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:45:12 Removing intermediate container 999e0982686b 04:45:12 ---> 168ae256c419 04:45:12 04:45:12 Step 10/22 : FROM alpine 04:45:12 ---> a24bb4013296 04:45:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:12 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:12 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:12 OK: 12749 distinct packages available 04:45:13 ---> Running in b56cf3bdd5bb 04:45:13 ---> Running in e0a442b94e3f 04:45:13 (1/4) Installing ca-certificates (20191127-r4) 04:45:13 Removing intermediate container 838ee7c814dd 04:45:13 ---> f3dc8fde031b 04:45:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:45:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:45:13 (3/4) Installing libcurl (7.69.1-r0) 04:45:13 (4/4) Installing curl (7.69.1-r0) 04:45:13 Executing busybox-1.31.1-r16.trigger 04:45:13 Executing ca-certificates-20191127-r4.trigger 04:45:13 OK: 7 MiB in 18 packages 04:45:13 Removing intermediate container e0a442b94e3f 04:45:13 ---> 94aee737d9a8 04:45:13 Step 12/21 : ENV APP_PORT=48061 04:45:13 Removing intermediate container b56cf3bdd5bb 04:45:13 ---> 5fd89039ca22 04:45:13 Step 12/22 : ENV APP_PORT=48080 04:45:14 ---> Running in b7f183a10d60 04:45:15 ---> Running in b6561606b938 04:45:16 ---> b061c3432dcc 04:45:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:45:16 Removing intermediate container b7f183a10d60 04:45:16 ---> c75fa89d0d2d 04:45:16 Step 13/21 : EXPOSE $APP_PORT 04:45:16 Removing intermediate container eb544cf5782e 04:45:16 ---> 1498392d37ea 04:45:16 04:45:16 Step 10/26 : FROM alpine:3.10 04:45:16 ---> Running in 89a7eccf82d7 04:45:16 Removing intermediate container b6561606b938 04:45:16 ---> 2d0a8a81ffe2 04:45:16 Step 13/22 : EXPOSE $APP_PORT 04:45:17 Removing intermediate container 23ca521dde36 04:45:17 ---> 1f68a50a401f 04:45:17 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:17 ---> Running in a544eeeb4430 04:45:17 3.10: Pulling from library/alpine 04:45:17 ---> Running in ab43cba4d5d1 04:45:17 ---> 44f2087b973f 04:45:17 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:45:17 Removing intermediate container 89a7eccf82d7 04:45:17 ---> ccc5be78f85b 04:45:17 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:45:17 Removing intermediate container ab43cba4d5d1 04:45:17 ---> ba26a34abbc7 04:45:17 Step 13/20 : WORKDIR /edgex 04:45:17 Removing intermediate container a544eeeb4430 04:45:17 ---> 286ff694f757 04:45:17 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:17 ---> Running in a7be6519f0dc 04:45:17 ---> Running in b6b440384f54 04:45:18 ---> f3fa1dfd37e2 04:45:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:45:18 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:45:18 Status: Downloaded newer image for alpine:3.10 04:45:18 ---> e807a3a8b91c 04:45:18 Step 20/26 : RUN apk --no-cache add py-pip 04:45:18 ---> be4e4bea2c2e 04:45:18 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:45:18 Removing intermediate container b6b440384f54 04:45:18 ---> 44bbae21f4d5 04:45:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:45:18 ---> 975383349e5c 04:45:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:45:18 ---> Running in d66a6927ee5c 04:45:18 ---> Running in 9746d219bbea 04:45:19 ---> 300a80c90482 04:45:19 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:45:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:45:19 ---> 7b985dcbf839 04:45:19 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:45:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:45:19 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:45:19 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:45:19 OK: 10346 distinct packages available 04:45:19 Removing intermediate container a7be6519f0dc 04:45:19 ---> 94b5be98c184 04:45:19 Step 15/22 : RUN apk --no-cache add zeromq 04:45:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:20 ---> Running in dc963630dee1 04:45:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:20 ---> 9f1bd826e2f8 04:45:20 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:45:20 (1/5) Installing ca-certificates (20191127-r2) 04:45:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:45:20 (3/5) Installing libcurl (7.66.0-r0) 04:45:20 (4/5) Installing curl (7.66.0-r0) 04:45:20 ---> 2e635eb0b423 04:45:20 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:20 (5/5) Installing dumb-init (1.2.2-r1) 04:45:20 Executing busybox-1.30.1-r3.trigger 04:45:20 (1/33) Installing libbz2 (1.0.8-r1) 04:45:20 (2/33) Installing expat (2.2.9-r1) 04:45:20 (3/33) Installing libffi (3.3-r2) 04:45:20 (4/33) Installing gdbm (1.13-r1) 04:45:20 Executing ca-certificates-20191127-r2.trigger 04:45:20 (5/33) Installing xz-libs (5.2.5-r0) 04:45:20 (6/33) Installing sqlite-libs (3.32.1-r0) 04:45:20 (7/33) Installing python3 (3.8.5-r0) 04:45:20 OK: 7 MiB in 19 packages 04:45:21 ---> Running in ab86cb1a065d 04:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:24 ---> Running in 277affb8e2c8 04:45:24 Removing intermediate container ab86cb1a065d 04:45:24 ---> 3bf43897c8dc 04:45:24 Step 17/20 : CMD ["--init=true"] 04:45:24 (8/33) Installing py3-appdirs (1.4.4-r1) 04:45:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:45:24 (10/33) Installing py3-parsing (2.4.7-r0) 04:45:24 (11/33) Installing py3-six (1.15.0-r0) 04:45:24 (12/33) Installing py3-packaging (20.4-r0) 04:45:24 (13/33) Installing py3-setuptools (47.0.0-r0) 04:45:24 (14/33) Installing py3-chardet (3.0.4-r4) 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 26.113s coverage: 86.3% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.123s coverage: 72.2% of statements 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.429s coverage: 72.1% of statements 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.049s coverage: 96.8% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 26.9% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.340s coverage: 84.1% of statements 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 43.1% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.069s coverage: 83.8% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 46.1% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.242s coverage: 29.1% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:45:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:45:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:45:25 (15/33) Installing py3-idna (2.9-r0) 04:45:25 ---> Running in 03779a8688fc 04:45:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:45:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:45:25 (18/33) Installing py3-requests (2.23.0-r0) 04:45:25 (19/33) Installing py3-msgpack (1.0.0-r0) 04:45:25 (20/33) Installing py3-lockfile (0.12.2-r3) 04:45:25 Removing intermediate container 277affb8e2c8 04:45:25 ---> 7526e7195b5c 04:45:25 Step 19/21 : LABEL arch=x86_64 04:45:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:45:26 (22/33) Installing py3-colorama (0.4.3-r0) 04:45:26 Removing intermediate container d66a6927ee5c 04:45:26 ---> 6aacf5bcb7fc 04:45:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:26 (23/33) Installing py3-distlib (0.3.0-r0) 04:45:26 (24/33) Installing py3-distro (1.5.0-r1) 04:45:26 (25/33) Installing py3-webencodings (0.5.1-r3) 04:45:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.025s coverage: 87.9% of statements 04:45:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:45:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:45:26 (26/33) Installing py3-html5lib (1.0.1-r4) 04:45:26 Removing intermediate container 03779a8688fc 04:45:26 ---> 8033049f2445 04:45:26 Step 18/20 : LABEL arch=x86_64 04:45:26 ---> Running in d11912d74ae3 04:45:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements 04:45:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 04:45:27 (27/33) Installing py3-pytoml (0.1.21-r0) 04:45:27 ---> Running in a516fd8666a0 04:45:27 (28/33) Installing py3-pep517 (0.8.2-r0) 04:45:27 (29/33) Installing py3-progress (1.5-r0) 04:45:27 (30/33) Installing py3-toml (0.10.1-r0) 04:45:27 (31/33) Installing py3-retrying (1.3.3-r0) 04:45:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:45:27 (33/33) Installing py3-pip (20.1.1-r0) 04:45:27 ---> Running in 7003b6bd97fc 04:45:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 04:45:29 GO111MODULE=on go vet ./... 04:45:29 Executing busybox-1.31.1-r16.trigger 04:45:29 Removing intermediate container a516fd8666a0 04:45:29 ---> 3d84e6715669 04:45:29 Step 13/26 : WORKDIR / 04:45:29 Removing intermediate container d11912d74ae3 04:45:29 ---> e5f98d38ddc9 04:45:29 Step 20/21 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:45:29 OK: 71 MiB in 55 packages 04:45:29 Removing intermediate container 7003b6bd97fc 04:45:29 ---> 603906af49d6 04:45:29 Step 19/20 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:45:29 ---> Running in cb1735c8eaad 04:45:29 ---> Running in eda00bd28768 04:45:29 ---> Running in cc08ccd57253 04:45:29 Removing intermediate container eda00bd28768 04:45:29 ---> dec8c074c73f 04:45:29 Step 21/21 : LABEL version=0.0.0 04:45:29 Removing intermediate container cb1735c8eaad 04:45:29 ---> dcbb49219f35 04:45:29 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:45:29 ---> Running in 906a56248522 04:45:30 Removing intermediate container cc08ccd57253 04:45:30 ---> 4f64038777dd 04:45:30 Step 20/20 : LABEL version=0.0.0 04:45:30 ---> Running in b596d1653a5a 04:45:30 Removing intermediate container 906a56248522 04:45:30 ---> 45e3f883f600 04:45:30 04:45:30 Successfully built 45e3f883f600 04:45:33 ---> 8b25ed5a2713 04:45: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 04:45:33 Successfully tagged docker-support-logging-go:latest 04:45:33 Building docker-support-scheduler-go 04:45:33  Building docker-support-logging-go ... done Removing intermediate container b596d1653a5a 04:45:33 ---> eda9e0f017b7 04:45:33 04:45:34 Successfully built eda9e0f017b7 04:45:34 ---> c3428e816025 04:45:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:45:34 Successfully tagged docker-security-proxy-setup-go:latest 04:45:34 Building docker-core-command-go 04:45:34  Building docker-security-proxy-setup-go ... done Removing intermediate container 9746d219bbea 04:45:34 ---> 26045673cfca 04:45:34 Step 21/26 : RUN pip install docker-compose==1.23.2 04:45:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:34 ---> Running in c78228413694 04:45:34 ---> 923deb4f740a 04:45:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:45:41 Collecting docker-compose==1.23.2 04:45:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:45:41 ---> 66292a103e82 04:45:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:45:41 Collecting cached-property<2,>=1.2.0 04:45:41 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:45:41 Collecting docopt<0.7,>=0.6.1 04:45:41 Downloading docopt-0.6.2.tar.gz (25 kB) 04:45:42 ---> b0f2bcc8c48c 04:45:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:45:43 Collecting dockerpty<0.5,>=0.4.1 04:45:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:45:43 Collecting texttable<0.10,>=0.9.0 04:45:43 Downloading texttable-0.9.1.tar.gz (11 kB) 04:45:44 ---> 458cc52d3c2b 04:45:44 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:45:45 Collecting websocket-client<1.0,>=0.32.0 04:45:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:45:45 Collecting PyYAML<4,>=3.10 04:45:45 Downloading PyYAML-3.13.tar.gz (270 kB) 04:45:47 gofmt -l . 04:45:49 (1/5) Installing libgcc (9.3.0-r2) 04:45:49 [ "`gofmt -l .`" = "" ] 04:45:49 ---> 6febe480fd00 04:45:49 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:45:49 Collecting jsonschema<3,>=2.5.1 04:45:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:45:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:45:49 (2/5) Installing libsodium (1.0.18-r0) 04:45:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:45:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:45:50 Collecting docker<4.0,>=3.6.0 04:45:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:45:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:45:51 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:45:51 Collecting idna<2.8,>=2.5 04:45:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:45:51 ./bin/test-go-mod-tidy.sh 04:45:52 ---> 83818e8cb8e2 04:45:52 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:45:52 Collecting urllib3<1.25,>=1.21.1 04:45:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:45:52 ./bin/test-attribution-txt.sh 04:45:52 Collecting docker-pycreds>=0.4.0 04:45:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:45:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:45:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:45:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:45:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:45:53 ---> Running in 720c9539b2fa 04:45:53 (3/5) Installing libstdc++ (9.3.0-r2) 04:45:54 Installing collected packages: cached-property, docopt, dockerpty, texttable, websocket-client, PyYAML, jsonschema, idna, urllib3, requests, docker-pycreds, docker, docker-compose 04:45:54 Running setup.py install for docopt: started 04:45:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:45:54 ---> 8e9d9392fb10 04:45:54 Step 3/20 : WORKDIR /edgex-go 04:45:54 ---> Using cache 04:45:54 ---> 6e816fe885dc 04:45:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:54 ---> Using cache 04:45:54 ---> 5e56ae2b34c0 04:45:54 Step 5/20 : RUN apk update && apk add make git 04:45:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:55 ---> 8e9d9392fb10 04:45:55 Step 3/21 : WORKDIR /edgex-go 04:45:55 ---> Using cache 04:45:55 ---> 6e816fe885dc 04:45:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:55 ---> Using cache 04:45:55 ---> 5e56ae2b34c0 04:45:55 Step 5/21 : RUN apk update && apk add make git 04:45:55 Running setup.py install for docopt: finished with status 'done' 04:45:55 Running setup.py install for dockerpty: started [Pipeline] sh 04:45:56 ---> Running in d19e289d63db 04:45:56 ---> Running in a85c6c800dbf 04:45:56 Running setup.py install for dockerpty: finished with status 'done' 04:45:56 Running setup.py install for texttable: started 04:45:56 + ls -al . 04:45:56 total 588 04:45:56 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:45 . 04:45:56 drwxr-xr-x 4 root root 4096 Jul 31 04:43 .. 04:45:56 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:35 .dockerignore 04:45:56 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:35 .git 04:45:56 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:35 .github 04:45:56 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:35 .gitignore 04:45:56 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:35 .semver 04:45:56 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:35 .sonarcloud.properties 04:45:56 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:35 CONTRIBUTING.md 04:45:56 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:35 Dockerfile.build 04:45:56 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:35 Jenkinsfile 04:45:56 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:35 LICENSE 04:45:56 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:35 Makefile 04:45:56 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:35 README.md 04:45:56 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:35 SECURITY.md 04:45:56 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:32 VERSION 04:45:56 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:35 ZMQWindows.md 04:45:56 drwxrwxr-x 2 1001 1001 4096 Jul 31 04:35 bin 04:45:56 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:35 cmd 04:45:56 -rw-r--r-- 1 root root 457205 Jul 31 04:45 coverage.out 04:45:56 -rw-r--r-- 1 root root 1019 Jul 31 04:45 go.mod 04:45:56 -rw-r--r-- 1 root root 19185 Jul 31 04:45 go.sum 04:45:56 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:35 internal 04:45:56 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:35 openapi 04:45:56 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:35 snap 04:45:56 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:35 version.go [Pipeline] sh 04:45:56 Running setup.py install for texttable: finished with status 'done' 04:45:56 Running setup.py install for PyYAML: started 04:45:57 + '[' -e coverage.out ] 04:45:57 + chown 1001:1001 coverage.out [Pipeline] stash 04:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:57 Warning: overwriting stash ‘coverage-report’ 04:45:57 Removing intermediate container 720c9539b2fa 04:45:57 ---> 4e377485384f 04:45:57 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:45:57 ---> Running in 973ee87da422 04:45:57 Running setup.py install for PyYAML: finished with status 'done' 04:45:57 Removing intermediate container 973ee87da422 04:45:57 ---> 3e27ac7536f7 04:45:57 Step 24/26 : LABEL arch=x86_64 04:45:58 ---> Running in 8da42fd8d8c1 04:45:58 Attempting uninstall: idna 04:45:58 Found existing installation: idna 2.9 04:45:58 Uninstalling idna-2.9: 04:45:58 Successfully uninstalled idna-2.9 04:45:58 Stashed 1 file(s) [Pipeline] sh 04:45:58 Removing intermediate container 8da42fd8d8c1 04:45:58 ---> 88f2903fece0 04:45:58 Step 25/26 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:45:58 Attempting uninstall: urllib3 04:45:58 Found existing installation: urllib3 1.25.9 04:45:58 Uninstalling urllib3-1.25.9: 04:45:59 + make build 04:45:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:45:59 Successfully uninstalled urllib3-1.25.9 04:45:59 ---> Running in 7a943b9309de 04:45:59 Removing intermediate container 7a943b9309de 04:45:59 ---> 1e79b3435119 04:45:59 Step 26/26 : LABEL version=0.0.0 04:46:00 Attempting uninstall: requests 04:46:00 Found existing installation: requests 2.23.0 04:46:00 Uninstalling requests-2.23.0: 04:46:00 Successfully uninstalled requests-2.23.0 04:46:00 ---> Running in 8a1cacbfee43 04:46:00 Removing intermediate container 8a1cacbfee43 04:46:00 ---> d034181bfd79 04:46:00 04:46:00 Successfully built d034181bfd79 04:46:00 Successfully tagged docker-security-secretstore-setup-go:latest 04:46:00  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 04:46:00 (4/5) Installing libzmq (4.3.2-r0) 04:46:00 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:46:04 (5/5) Installing zeromq (4.3.2-r0) 04:46:04 Executing busybox-1.31.1-r16.trigger 04:46:04 OK: 8 MiB in 19 packages 04:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:07 Removing intermediate container dc963630dee1 04:46:07 ---> b68a748bfe8b 04:46:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:46:07 Removing intermediate container c78228413694 04:46:07 ---> 278e4eaa9c8b 04:46:07 Step 22/26 : RUN apk --no-cache add curl 04:46:09 ---> Running in 0f598691c2b6 04:46:09 ---> 119bf967bd93 04:46:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:46:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:46:11 (2/3) Installing libcurl (7.69.1-r0) 04:46:11 (3/3) Installing curl (7.69.1-r0) 04:46:11 Executing busybox-1.31.1-r16.trigger 04:46:11 OK: 72 MiB in 58 packages 04:46:11 ---> 7eeffa6f6920 04:46:11 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:46:13 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:46:13 ---> 8e9d9392fb10 04:46:13 Step 3/23 : WORKDIR /edgex-go 04:46:13 ---> Using cache 04:46:13 ---> 6e816fe885dc 04:46:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:13 ---> Using cache 04:46:13 ---> 5e56ae2b34c0 04:46:13 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:46:14 ---> 676cb13e868f 04:46:14 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:14 ---> Running in 19cf7c661e6e 04:46:14 ---> Running in 535deb7c8a69 04:46:14 Removing intermediate container 0f598691c2b6 04:46:14 ---> b9d68cbdf491 04:46:14 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:14 ---> Running in 30da1ac2bad4 04:46:14 Removing intermediate container 535deb7c8a69 04:46:14 ---> cc979e5829a2 04:46:14 Step 20/22 : LABEL arch=x86_64 04:46:15 ---> Running in ed9692bf85d8 04:46:15 Removing intermediate container 30da1ac2bad4 04:46:15 ---> 19bbbef66524 04:46:15 Step 24/26 : LABEL arch=x86_64 04:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:15 ---> Running in 915854253dee 04:46:15 Removing intermediate container ed9692bf85d8 04:46:15 ---> 6e5f57336dfe 04:46:15 Step 21/22 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:46:15 ---> Running in eb93d28236dc 04:46:15 Removing intermediate container 915854253dee 04:46:15 ---> cfd1eeb680b8 04:46:15 Step 25/26 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:46:15 Removing intermediate container eb93d28236dc 04:46:15 ---> 1c01f7bd12cf 04:46:15 Step 22/22 : LABEL version=0.0.0 04:46:15 ---> Running in d84b1e166985 04:46:15 ---> Running in 92004bfa961a 04:46:15 Removing intermediate container d84b1e166985 04:46:15 ---> 163d915fde65 04:46:15 Step 26/26 : LABEL version=0.0.0 04:46:15 ---> Running in 13c920f97b3c 04:46:15 Removing intermediate container 92004bfa961a 04:46:15 ---> ddbfbb72ac77 04:46:15 04:46:15 Successfully built ddbfbb72ac77 04:46:15 Successfully tagged docker-core-data-go:latest 04:46:15  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 04:46:16 Removing intermediate container 13c920f97b3c 04:46:16 ---> 8de645f0bcd4 04:46:16 04:46:16 Successfully built 8de645f0bcd4 04:46:16 Successfully tagged docker-sys-mgmt-agent-go:latest 04:46:16 Building docker-core-metadata-go 04:46:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:46:26  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:26 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:26 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:26 OK: 12749 distinct packages available 04:46:26 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:26 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:26 OK: 12749 distinct packages available 04:46:26 OK: 233 MiB in 51 packages 04:46:26 OK: 233 MiB in 51 packages 04:46:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:46:32 Removing intermediate container d19e289d63db 04:46:32 ---> d40c8959bde6 04:46:32 Step 6/21 : COPY go.mod . 04:46:32 Removing intermediate container a85c6c800dbf 04:46:32 ---> 8c5e8f6fa178 04:46:32 Step 6/20 : COPY go.mod . 04:46:33 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:33 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:46:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:34 ---> 8e9d9392fb10 04:46:34 Step 3/29 : WORKDIR /edgex-go 04:46:34 ---> 8e9d9392fb10 04:46:34 Step 3/21 : WORKDIR /edgex-go 04:46:34 ---> Using cache 04:46:34 ---> 6e816fe885dc 04:46:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:34 ---> Using cache 04:46:34 ---> 5e56ae2b34c0 04:46:34 Step 5/21 : RUN apk update && apk add make git 04:46:34 ---> Using cache 04:46:34 ---> 6e816fe885dc 04:46:34 Step 4/29 : RUN apk update && apk add make git 04:46:34 ---> Using cache 04:46:34 ---> 8c5e8f6fa178 04:46:34 Step 6/21 : COPY go.mod . 04:46:34 ---> Using cache 04:46:34 ---> de2b6491575e 04:46:34 Step 7/21 : RUN go mod download 04:46:35 ---> 3566065a5047 04:46:35 Step 7/21 : RUN go mod download 04:46:35 ---> de2b6491575e 04:46:35 Step 7/20 : RUN go mod download 04:46:35 ---> Running in 59e04d4aa88f 04:46:35 ---> Running in a11a206427fd 04:46:35 ---> Running in b0c7aa432fe8 04:46:35 ---> Running in 519815f150e6 04:46:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:37 Removing intermediate container 59e04d4aa88f 04:46:37 ---> d13b33cf9fe5 04:46:37 Step 8/21 : COPY . . 04:46:37 Removing intermediate container b0c7aa432fe8 04:46:37 ---> 69a6ff4c746e 04:46:37 Step 8/20 : COPY . . 04:46:37 Removing intermediate container 519815f150e6 04:46:37 ---> 82fdb90a8546 04:46:37 Step 8/21 : COPY . . 04:46: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 04:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:46:49 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:49 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:49 OK: 12749 distinct packages available 04:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:49 OK: 233 MiB in 51 packages 04:46:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:46:56 Removing intermediate container 19cf7c661e6e 04:46:56 ---> f6d75747852f 04:46:56 Step 6/23 : COPY go.mod . 04:46:58 ---> 243abf3a6412 04:46:58 Step 7/23 : RUN go mod download 04:47:00 ---> Running in 4b0088961a5c 04:47:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:47:03 ---> a3320a65ab05 04:47:03 Step 9/21 : RUN make cmd/core-command/core-command 04:47:03 ---> Running in de62a490d6ed 04:47:03 ---> d363713c1d71 04:47:03 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:47:03 ---> 531249040ff3 04:47:03 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:47:03 ---> Running in 8278e9e6d00b 04:47:03 ---> Running in 57ab525464ed 04:47:03 Removing intermediate container 4b0088961a5c 04:47:03 ---> 231d9b7dff1d 04:47:03 Step 8/23 : COPY . . 04:47:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:47:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:47:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:47:07 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:07 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:07 OK: 12749 distinct packages available 04:47:07 OK: 233 MiB in 51 packages 04:47:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:47:12 Removing intermediate container a11a206427fd 04:47:12 ---> 4bbff068a36c 04:47:12 Step 5/29 : COPY go.mod . 04:47:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:47:15 ---> bdd029c3e995 04:47:15 Step 6/29 : RUN go mod download 04:47:16 ---> Running in 8a1bd254db12 04:47:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:47:22 $ docker stop --time=1 74aefca52937f15a83587bb2c0c3b859bca4822e06f51a7d78414b13dc2eeb52 04:47:22 Removing intermediate container 8a1bd254db12 04:47:22 ---> 3e2dab2edcfe 04:47:22 Step 7/29 : COPY . . 04:47:24 $ docker rm -f 74aefca52937f15a83587bb2c0c3b859bca4822e06f51a7d78414b13dc2eeb52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:47:26 04:47:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:47:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:47:26 latest: Pulling from edgex-devops/edgex-compose-arm64 04:47:26 29e5d40040c1: Pulling fs layer 04:47:26 1ce36da41761: Pulling fs layer 04:47:26 25b303627fd3: Pulling fs layer 04:47:26 29e5d40040c1: Download complete 04:47:27 1ce36da41761: Verifying Checksum 04:47:27 1ce36da41761: Download complete 04:47:27 29e5d40040c1: Pull complete 04:47:28 ---> cf42f69d7149 04:47:28 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:47:28 1ce36da41761: Pull complete 04:47:28 25b303627fd3: Verifying Checksum 04:47:28 25b303627fd3: Download complete 04:47:32 ---> Running in 1394e65308a3 04:47:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:47:38 25b303627fd3: Pull complete 04:47:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:47:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:47:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:47:39 prd-ubuntu18.04-docker-arm64-4c-16g-1665 does not seem to be running inside a container 04:47:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:47:43 $ docker top 5590b2a29ed52f8721518259576d19ba5ce372e5a0f1e95cb82dd05c29a34c2c -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:44 + docker-compose build --help 04:47:44 + grep parallel 04:47:44 ---> a962f14ecb2c 04:47:44 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:47:44 ---> Running in 62b3e464cc72 04:47: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 04:47:50 --parallel Build images in parallel. [Pipeline] } 04:47:50 $ docker stop --time=1 5590b2a29ed52f8721518259576d19ba5ce372e5a0f1e95cb82dd05c29a34c2c 04:47:52 $ docker rm -f 5590b2a29ed52f8721518259576d19ba5ce372e5a0f1e95cb82dd05c29a34c2c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:53 Removing intermediate container 57ab525464ed 04:47:53 ---> e0fb0c0464ea 04:47:53 04:47:53 Step 10/20 : FROM scratch 04:47:53 ---> 04:47:53 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:53 Removing intermediate container de62a490d6ed 04:47:53 ---> 810967df2a04 04:47:53 04:47:53 Step 10/21 : FROM scratch 04:47:53 ---> 04:47:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:53 Removing intermediate container 8278e9e6d00b 04:47:53 ---> e01ef57c1f9b 04:47:53 04:47:53 Step 10/21 : FROM scratch 04:47:53 ---> 04:47:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:47:53 . [Pipeline] withDockerContainer 04:47:53 prd-ubuntu18.04-docker-arm64-4c-16g-1665 does not seem to be running inside a container 04:47:53 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:47:53 ---> Running in b85de8663cbf 04:47:53 ---> Running in 79f121833bbe 04:47:53 ---> Running in 774d93cbbc77 04:47:54 Removing intermediate container b85de8663cbf 04:47:54 ---> 664c3e64ce72 04:47:54 Step 12/21 : ENV APP_PORT=48081 04:47:54 Removing intermediate container 774d93cbbc77 04:47:54 ---> 66d5355051e6 04:47:54 Step 12/20 : ENV APP_PORT=48085 04:47:54 Removing intermediate container 79f121833bbe 04:47:54 ---> 2307cfcb213f 04:47:54 Step 12/21 : ENV APP_PORT=48082 04:47:54 ---> Running in d4e67258d242 04:47:54 ---> Running in a04ead142b09 04:47:54 ---> Running in c8bd8aedf464 04:47:54 Removing intermediate container a04ead142b09 04:47:54 ---> d4782fd58a45 04:47:54 Step 13/21 : EXPOSE $APP_PORT 04:47:54 Removing intermediate container c8bd8aedf464 04:47:54 ---> cfed695e2715 04:47:54 Step 13/20 : EXPOSE $APP_PORT 04:47:55 Removing intermediate container d4e67258d242 04:47:55 ---> dc279d1f30cd 04:47:55 Step 13/21 : EXPOSE $APP_PORT 04:47:55 ---> Running in 0a4c81001674 04:47:55 ---> Running in 5308249dce01 04:47:55 ---> Running in a7b747bdb782 04:47:55 $ docker top 620e5e08f42119a2241d60ec1e8a0162411fc9b41f1ffbf5ab1d8f07891ab3da -eo pid,comm 04:47:55 Removing intermediate container 0a4c81001674 04:47:55 ---> 482f2ceab507 04:47:55 Step 14/21 : WORKDIR / [Pipeline] { [Pipeline] sh 04:47:55 Removing intermediate container a7b747bdb782 04:47:55 ---> 364369a0a0e0 04:47:55 Step 14/21 : WORKDIR / 04:47:56 ---> Running in 95601224227c 04:47:56 Removing intermediate container 5308249dce01 04:47:56 ---> d4d74e673169 04:47:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:47:56 ---> Running in be73c59b0273 04:47:56 + docker-compose -f ./docker-compose-build.yml build --parallel 04:47:56 Removing intermediate container 95601224227c 04:47:56 ---> a6a8d6402353 04:47:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:47:56 Removing intermediate container be73c59b0273 04:47:56 ---> d5a42b995b25 04:47:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:47:56 ---> d691bc63ec92 04:47:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:47:56 ---> 6f35901577ce 04:47:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:47:56 ---> e45160e2e57e 04:47:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:57 ---> 8d0fefed31f3 04:47:57 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:48:00 ---> ac9f76f143f3 04:48:00 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:48:00 ---> 82e218db31b2 04:48:00 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:00 ---> 5cb2c7092e53 04:48:00 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:48:01 Removing intermediate container 1394e65308a3 04:48:01 ---> ffc0ef1d86d5 04:48:01 04:48:01 Step 10/23 : FROM scratch 04:48:01 ---> 04:48:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:48:01 ---> Running in 63648abf44f7 04:48:01 ---> Using cache 04:48:01 ---> 94aee737d9a8 04:48:01 Step 12/23 : ENV APP_PORT=48060 04:48:01 ---> Running in 3172f72e1918 04:48:01 Building docker-core-command-go ... 04:48:01 Building docker-core-data-go ... 04:48:01 Building docker-core-metadata-go ... 04:48:01 Building docker-security-proxy-setup-go ... 04:48:01 Building docker-security-secrets-setup-go ... 04:48:01 Building docker-security-secretstore-setup-go ... 04:48:01 Building docker-support-logging-go ... 04:48:01 Building docker-support-notifications-go ... 04:48:01 Building docker-support-scheduler-go ... 04:48:01 Building docker-sys-mgmt-agent-go ... 04:48:01 Building docker-security-proxy-setup-go 04:48:01 Building docker-core-metadata-go 04:48:01 Building docker-security-secrets-setup-go 04:48:01 Building docker-support-notifications-go 04:48:01 Building docker-core-data-go 04:48:02 ---> 0dfbd99a3c8a 04:48:02 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:02 ---> 715a14d8f426 04:48:02 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:02 Removing intermediate container 63648abf44f7 04:48:02 ---> c768b7c8f2c4 04:48:02 Step 18/20 : LABEL arch=x86_64 04:48:02 Removing intermediate container 3172f72e1918 04:48:02 ---> 1c8e43d19966 04:48:02 Step 13/23 : EXPOSE $APP_PORT 04:48:02 ---> Running in 43945e97c8bc 04:48:02 ---> Running in a29ae441543b 04:48:02 ---> Running in deb47bad7882 04:48:02 ---> Running in 4f56b168d9cc 04:48:02 Removing intermediate container 62b3e464cc72 04:48:02 ---> a8af3464fc5f 04:48:02 04:48:02 Step 9/29 : FROM alpine:latest 04:48:02 ---> a24bb4013296 04:48:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:48:02 ---> Running in 1d47ee438a06 04:48:02 Removing intermediate container deb47bad7882 04:48:02 ---> 801d483b1446 04:48:02 Step 19/21 : LABEL arch=x86_64 04:48:03 Removing intermediate container 43945e97c8bc 04:48:03 ---> 5fa375597111 04:48:03 Step 19/21 : LABEL arch=x86_64 04:48:03 Removing intermediate container 4f56b168d9cc 04:48:03 ---> 8ec216a4552a 04:48:03 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:48:03 Removing intermediate container a29ae441543b 04:48:03 ---> 44e85bb9b0d2 04:48:03 Step 19/20 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:48:03 ---> Running in 7c203d8b4253 04:48:03 Removing intermediate container 1d47ee438a06 04:48:03 ---> 11345c254e73 04:48:03 Step 11/29 : USER root 04:48:03 ---> Running in 7b8c82af8fcd 04:48:03 ---> Running in 0f0880bae89d 04:48:03 ---> Running in f2d659c6509f 04:48:03 Removing intermediate container 7c203d8b4253 04:48:03 ---> 9d1da4d695da 04:48:03 Step 20/21 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:48:03 ---> 0c50c5e561f0 04:48:03 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:48:03 Removing intermediate container 7b8c82af8fcd 04:48:03 ---> cca2b84ed6b1 04:48:03 Step 20/21 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:48:05 Removing intermediate container 0f0880bae89d 04:48:05 ---> 7635af418f1c 04:48:05 Step 20/20 : LABEL version=0.0.0 04:48:05 Removing intermediate container f2d659c6509f 04:48:05 ---> 9a0538c63bd6 04:48:05 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:48:05 ---> Running in 5500092283cc 04:48:05 ---> Running in 0beb08eabb77 04:48:05 ---> Running in 82f2d3e547e9 04:48:05 ---> fdde1164a7c4 04:48:05 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:48:05 ---> Running in 2c2785e3d125 04:48:05 Removing intermediate container 0beb08eabb77 04:48:05 ---> e6517dc9cc87 04:48:05 Step 21/21 : LABEL version=0.0.0 04:48:05 Removing intermediate container 82f2d3e547e9 04:48:05 ---> d8cabf6aa94d 04:48:05 04:48:05 Removing intermediate container 5500092283cc 04:48:05 ---> 8f8882e807d8 04:48:05 Step 21/21 : LABEL version=0.0.0 04:48:06 ---> Running in b73396d955ab 04:48:06 Successfully built d8cabf6aa94d 04:48:06 ---> Running in 18668a827f8c 04:48:06 Successfully tagged docker-support-scheduler-go:latest 04:48:06  Building docker-support-scheduler-go ... done  ---> 43d0b00f4644 04:48:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:48:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:48:06 Removing intermediate container b73396d955ab 04:48:06 ---> 883febb26a59 04:48:06 04:48:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:48:06 Successfully built 883febb26a59 04:48:06 Successfully tagged docker-core-metadata-go:latest 04:48:06  Building docker-core-metadata-go ... done Removing intermediate container 18668a827f8c 04:48:06 ---> 2cda4487e26a 04:48:06 04:48:06 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:06 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:06 OK: 12749 distinct packages available 04:48:06 ---> 7a8431d95e51 04:48:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:48:06 Successfully built 2cda4487e26a 04:48:07 Successfully tagged docker-core-command-go:latest 04:48:07  Building docker-core-command-go ... done (1/2) Installing ca-certificates (20191127-r4) 04:48:07 (2/2) Installing dumb-init (1.2.2-r1) 04:48:07 Executing busybox-1.31.1-r16.trigger 04:48:07 Executing ca-certificates-20191127-r4.trigger 04:48:07 OK: 6 MiB in 16 packages 04:48:07 ---> c4193efb2a33 04:48:07 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:48:08 ---> b8f324a11c9a 04:48:08 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:08 Removing intermediate container 2c2785e3d125 04:48:08 ---> bb5484324849 04:48:08 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:48:08 ---> Running in 78ccabc7bf54 04:48:08 ---> Running in 95fd1803bb82 04:48:09 Removing intermediate container 78ccabc7bf54 04:48:09 ---> dba5661cab2e 04:48:09 Step 21/23 : LABEL arch=x86_64 04:48:09 Removing intermediate container 95fd1803bb82 04:48:09 ---> ef77ef700693 04:48:09 Step 14/29 : WORKDIR $BASE_DIR 04:48:09 ---> Running in 2504e3fae744 04:48:09 ---> Running in bc2cd0023ed0 04:48:09 Removing intermediate container 2504e3fae744 04:48:09 ---> 5368fa2c0d9b 04:48:09 Step 22/23 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:48:09 Removing intermediate container bc2cd0023ed0 04:48:09 ---> 50e2e5a778c1 04:48:09 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:48:09 ---> Running in 98f3fe70032c 04:48:09 ---> Running in 0fda3dbaa7c2 04:48:09 Removing intermediate container 98f3fe70032c 04:48:09 ---> 12215e488c29 04:48:09 Step 23/23 : LABEL version=0.0.0 04:48:09 ---> Running in 989be21e4ba1 04:48:10 Removing intermediate container 989be21e4ba1 04:48:10 ---> e3e31bff6d80 04:48:10 04:48:10 Successfully built e3e31bff6d80 04:48:10 Successfully tagged docker-support-notifications-go:latest 04:48:10  Building docker-support-notifications-go ... done Removing intermediate container 0fda3dbaa7c2 04:48:10 ---> 762b84f6d764 04:48:10 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:48:11 ---> de2489eaa516 04:48:11 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:48:11 ---> 7b2e97f6fb3b 04:48:11 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:48:11 ---> 730cdcf1dfe8 04:48:11 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:48:11 ---> 6d00067b0d9c 04:48:11 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:48:12 ---> 70df834477e4 04:48:12 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:48:12 ---> Running in 953631bd8007 04:48:13 Removing intermediate container 953631bd8007 04:48:13 ---> 9fbac14be201 04:48:13 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:48:13 ---> f8e2adf78c0a 04:48:13 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:13 ---> Running in 95ef257e1643 04:48:14 Removing intermediate container 95ef257e1643 04:48:14 ---> b8f82c674c1f 04:48:14 Step 24/29 : RUN chmod 755 security-secrets-setup 04:48:14 ---> Running in df4127caf0e4 04:48:15 Removing intermediate container df4127caf0e4 04:48:15 ---> 4e3f2bfdd853 04:48:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:48:15 ---> Running in f0a3efc1fc5a 04:48:15 Removing intermediate container f0a3efc1fc5a 04:48:15 ---> ff717227101e 04:48:15 Step 26/29 : CMD [ "generate" ] 04:48:15 ---> Running in f6d3c6f1e920 04:48:15 Removing intermediate container f6d3c6f1e920 04:48:15 ---> fcff096c07e9 04:48:15 Step 27/29 : LABEL arch=x86_64 04:48:16 ---> Running in 299702d765b3 04:48:16 Removing intermediate container 299702d765b3 04:48:16 ---> a4b4a7c1c100 04:48:16 Step 28/29 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:48:16 ---> Running in 5960c207007a 04:48:16 Removing intermediate container 5960c207007a 04:48:16 ---> 8f72b186264e 04:48:16 Step 29/29 : LABEL version=0.0.0 04:48:17 ---> Running in 98c8ca4a4eaf 04:48:17 Removing intermediate container 98c8ca4a4eaf 04:48:17 ---> 6480960753ce 04:48:17 04:48:17 Successfully built 6480960753ce 04:48:17 Successfully tagged docker-security-secrets-setup-go:latest 04:48:17  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:48:17 $ docker stop --time=1 7e7d920256091a9afbe2443ee798ee1ecfd2f46fa40087a594c94160209ff95c 04:48:19 $ docker rm -f 7e7d920256091a9afbe2443ee798ee1ecfd2f46fa40087a594c94160209ff95c [Pipeline] // withDockerContainer [Pipeline] sh 04:48:20 + docker images 04:48:20 + grep docker 04:48:20 docker-security-secrets-setup-go latest 6480960753ce 2 seconds ago 25.1MB 04:48:20 docker-support-notifications-go latest e3e31bff6d80 10 seconds ago 14.5MB 04:48:20 docker-core-command-go latest 2cda4487e26a 13 seconds ago 13MB 04:48:20 docker-core-metadata-go latest 883febb26a59 13 seconds ago 14.4MB 04:48:20 docker-support-scheduler-go latest d8cabf6aa94d 14 seconds ago 13.1MB 04:48:20 docker-core-data-go latest ddbfbb72ac77 2 minutes ago 24.4MB 04:48:20 docker-sys-mgmt-agent-go latest 8de645f0bcd4 2 minutes ago 284MB 04:48:20 docker-security-secretstore-setup-go latest d034181bfd79 2 minutes ago 33.9MB 04:48:20 docker-security-proxy-setup-go latest eda9e0f017b7 2 minutes ago 16.4MB 04:48:20 docker-support-logging-go latest 45e3f883f600 2 minutes ago 11.8MB 04:48:20 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:50:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:08 ---> 466f26234e8b 04:50:08 Step 3/21 : WORKDIR /edgex-go 04:50:08 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:08 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:50:08 ---> 466f26234e8b 04:50:08 Step 3/20 : WORKDIR /edgex-go 04:50:08 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:50:08 ---> 466f26234e8b 04:50:08 Step 3/22 : WORKDIR /edgex-go 04:50:08 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:50:08 ---> 466f26234e8b 04:50:08 Step 3/23 : WORKDIR /edgex-go 04:50:08 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:08 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:50:08 ---> 466f26234e8b 04:50:08 Step 3/29 : WORKDIR /edgex-go 04:50:08 ---> Running in 09c371341e33 04:50:08 ---> Running in b5a6e5b5125d 04:50:08 ---> Running in 2657887faec8 04:50:08 ---> Running in 3855bb7d51bd 04:50:08 ---> Running in 30eb0e3ee5e0 04:50:08 Removing intermediate container 30eb0e3ee5e0 04:50:08 ---> 1d22d55ed5a8 04:50:08 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 2657887faec8 04:50:08 04:50:08 ---> bbd0af0fdd5e 04:50:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:08 Removing intermediate container 3855bb7d51bd 04:50:08 ---> e3c1bcd38cc2 04:50:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:08 Removing intermediate container 09c371341e33 04:50:08 ---> 6999b945ddfd 04:50:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:08 Removing intermediate container b5a6e5b5125d 04:50:08 ---> e67bf178ed01 04:50:08 Step 4/29 : RUN apk update && apk add make git 04:50:08 ---> Running in 46ee07ba6c2e 04:50:08 ---> Running in d11efa4a96d0 04:50:08 ---> Running in 6a602f06c820 04:50:08 ---> Running in 281c3644cb7b 04:50:08 ---> Running in 1578e12e0d35 04:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:08 Removing intermediate container 46ee07ba6c2e 04:50:08 ---> 062be6373183 04:50:08 Step 5/20 : RUN apk update && apk add make git 04:50:08 ---> Running in 68c683643f21 04:50:08 Removing intermediate container 6a602f06c820 04:50:08 ---> f39e9d47b3fe 04:50:08 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:50:08 Removing intermediate container d11efa4a96d0 04:50:08 ---> d4630ec94577 04:50:08 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:50:08 ---> Running in 6e89f66d8240 04:50:08 ---> Running in 9d5d662162ce 04:50:08 Removing intermediate container 281c3644cb7b 04:50:08 ---> f268191f0134 04:50:08 Step 5/21 : RUN apk update && apk add make git 04:50:08 ---> Running in 8e19bea91c97 04:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:39 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:39 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:39 OK: 12620 distinct packages available 04:50:39 OK: 217 MiB in 51 packages 04:50:39 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:39 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:39 OK: 12620 distinct packages available 04:50:40 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:40 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:40 OK: 12620 distinct packages available 04:50:40 Removing intermediate container 1578e12e0d35 04:50:40 ---> b17832ea789b 04:50:40 Step 5/29 : COPY go.mod . 04:50:40 OK: 217 MiB in 51 packages 04:50:41 OK: 217 MiB in 51 packages 04:50:41 ---> 5d9f9a0f91e4 04:50:41 Step 6/29 : RUN go mod download 04:50:41 ---> Running in deaf128a4b48 04:50:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:41 OK: 12620 distinct packages available 04:50:42 Removing intermediate container 6e89f66d8240 04:50:42 ---> ec8711b7cad2 04:50:42 Step 6/23 : COPY go.mod . 04:50:43 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:43 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:43 OK: 12620 distinct packages available 04:50:43 OK: 217 MiB in 51 packages 04:50:43 Removing intermediate container 68c683643f21 04:50:43 ---> 156798ad5097 04:50:43 Step 6/20 : COPY go.mod . 04:50:43 ---> ff065e6fa83e 04:50:43 Step 7/23 : RUN go mod download 04:50:43 ---> Running in 8359d94b2156 04:50:43 OK: 217 MiB in 51 packages 04:50:44 ---> 936df02a0781 04:50:44 Step 7/20 : RUN go mod download 04:50:44 ---> Running in 845d2a1b90f1 04:50:45 Removing intermediate container 9d5d662162ce 04:50:45 ---> c304e39ecfae 04:50:45 Step 6/22 : COPY go.mod . 04:50:45 Removing intermediate container 8e19bea91c97 04:50:45 ---> 7721c4a6bb0e 04:50:45 Step 6/21 : COPY go.mod . 04:50:46 Removing intermediate container deaf128a4b48 04:50:46 ---> 785c520c8f25 04:50:46 Step 7/29 : COPY . . 04:50:46 ---> 72b1e4084c2d 04:50:46 Step 7/22 : RUN go mod download 04:50:46 ---> Running in 35b0bddd36ea 04:50:46 ---> bd2cf3398cec 04:50:46 Step 7/21 : RUN go mod download 04:50:47 ---> Running in ce8722c5ef39 04:50:50 Removing intermediate container 8359d94b2156 04:50:50 ---> 359f39e42772 04:50:50 Step 8/23 : COPY . . 04:50:50 Removing intermediate container 845d2a1b90f1 04:50:50 ---> b405cced70f8 04:50:50 Step 8/20 : COPY . . 04:50:58 Removing intermediate container 35b0bddd36ea 04:50:58 Removing intermediate container ce8722c5ef39 04:50:58 ---> 25cfb8dea150 04:50:58 ---> 0b9dd920f21b 04:50:58 Step 8/21 : COPY . . 04:50:58 Step 8/22 : COPY . . 04:51:25 ---> 4287f69694d6 04:51:25 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:51:25 ---> fc7f6e72225f 04:51:25 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:51:25 ---> 3b1d6a2ae473 04:51:25 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:51:25 ---> 6897b6e305e6 04:51:25 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:51:25 ---> 7779eb7aac4a 04:51:25 Step 9/22 : RUN make cmd/core-data/core-data 04:51:25 ---> Running in 500b0e206dfc 04:51:25 ---> Running in 4847020bcd6f 04:51:25 ---> Running in 0b85787ab44a 04:51:25 ---> Running in b64cd63d4004 04:51:25 ---> Running in f103ebfcec75 04:51:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:51:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:51:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:53:04 Removing intermediate container 4847020bcd6f 04:53:04 ---> 6dfd377043a9 04:53:04 04:53:04 Step 9/29 : FROM alpine:latest 04:53:04 latest: Pulling from library/alpine 04:53:04 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:53:04 Status: Downloaded newer image for alpine:latest 04:53:04 ---> 62ee0e9f8440 04:53:04 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:53:04 ---> Running in 14cf20d128cf 04:53:04 Removing intermediate container 0b85787ab44a 04:53:04 ---> 710f698176c3 04:53:04 04:53:04 Step 10/20 : FROM alpine 04:53:04 ---> 62ee0e9f8440 04:53:04 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:53:04 Removing intermediate container 14cf20d128cf 04:53:04 ---> 1c2c47bce498 04:53:04 Step 11/29 : USER root 04:53:04 ---> Running in 3422d94fc9fd 04:53:04 ---> Running in 662fd1d758bd 04:53:04 Removing intermediate container 662fd1d758bd 04:53:04 ---> 92c37761a3fb 04:53:04 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:53:04 ---> Running in 85c942cc30a0 04:53:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:05 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:53:05 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:53:05 OK: 12620 distinct packages available 04:53:05 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:53:05 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:53:05 OK: 12620 distinct packages available 04:53:06 (1/4) Installing ca-certificates (20191127-r4) 04:53:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:53:06 (3/4) Installing libcurl (7.69.1-r0) 04:53:06 (4/4) Installing curl (7.69.1-r0) 04:53:06 Executing busybox-1.31.1-r16.trigger 04:53:06 Executing ca-certificates-20191127-r4.trigger 04:53:06 OK: 7 MiB in 18 packages 04:53:06 (1/2) Installing ca-certificates (20191127-r4) 04:53:06 (2/2) Installing dumb-init (1.2.2-r1) 04:53:06 Executing busybox-1.31.1-r16.trigger 04:53:06 Executing ca-certificates-20191127-r4.trigger 04:53:07 OK: 6 MiB in 16 packages 04:53:09 Removing intermediate container 3422d94fc9fd 04:53:09 ---> b5691f551bd8 04:53:09 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:53:09 ---> Running in 914f141e3eeb 04:53:10 Removing intermediate container 85c942cc30a0 04:53:10 ---> 5b5faf2f1d1d 04:53:10 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:53:10 ---> Running in 6c67f6a01a1b 04:53:10 Removing intermediate container 914f141e3eeb 04:53:10 ---> 3a510857fd86 04:53:10 Step 13/20 : WORKDIR /edgex 04:53:11 ---> Running in 6ea36650f7ac 04:53:11 Removing intermediate container 6c67f6a01a1b 04:53:11 ---> a1074f98e3f6 04:53:11 Step 14/29 : WORKDIR $BASE_DIR 04:53:11 ---> Running in 05a1a931bb97 04:53:11 Removing intermediate container 6ea36650f7ac 04:53:11 ---> f1fcfe2f76ed 04:53:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:53:12 Removing intermediate container 05a1a931bb97 04:53:12 ---> 280c2cf3f354 04:53:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:53:12 ---> Running in 8f52533a82df 04:53:13 ---> 6960a3f06d95 04:53:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:53:16 ---> 9722396f87b9 04:53:16 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:53:16 ---> Running in b1bbedff7101 04:53:16 Removing intermediate container b1bbedff7101 04:53:16 ---> 8077f7888706 04:53:16 Step 17/20 : CMD ["--init=true"] 04:53:17 ---> Running in 111a9872236d 04:53:17 Removing intermediate container 8f52533a82df 04:53:17 ---> e96a46ac076b 04:53:17 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:53:17 Removing intermediate container 111a9872236d 04:53:17 ---> 274d94cd0b81 04:53:17 Step 18/20 : LABEL arch=arm64 04:53:18 ---> Running in 7c069237b459 04:53:19 Removing intermediate container 7c069237b459 04:53:19 ---> 8fcd690a6c01 04:53:19 Step 19/20 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:53:19 ---> c59a92728cb9 04:53:19 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:53:19 ---> Running in f780a495a4df 04:53:20 Removing intermediate container f780a495a4df 04:53:20 ---> 94f14a7c7f89 04:53:20 Step 20/20 : LABEL version=0.0.0 04:53:20 ---> Running in fe4e14e14a57 04:53:20 ---> 3afa538c6403 04:53:20 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:53:21 Removing intermediate container fe4e14e14a57 04:53:21 ---> 91c5829ee438 04:53:21 04:53:22 ---> 72de5924af53 04:53:22 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:53:22 Successfully built 91c5829ee438 04:53:22 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:53:22 Building docker-security-secretstore-setup-go 04:53:23  Building docker-security-proxy-setup-go ... done  ---> 394be65bc1f2 04:53:23 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:53:25 ---> 61aaef4a15b3 04:53:25 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:53:25 ---> Running in dcb87220c434 04:53:32 Removing intermediate container dcb87220c434 04:53:32 ---> d1ea67e05531 04:53:32 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:53:34 ---> d34e15b06240 04:53:34 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:53:35 ---> Running in f8f6b7f98670 04:53:37 Removing intermediate container 500b0e206dfc 04:53:37 ---> 0e6aaf86270e 04:53:37 04:53:37 Step 10/23 : FROM scratch 04:53:37 ---> 04:53:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:53:37 ---> Running in ef50b81143fc 04:53:39 Removing intermediate container ef50b81143fc 04:53:39 ---> 4a0caa589ae3 04:53:39 Step 12/23 : ENV APP_PORT=48060 04:53:39 ---> Running in 36d3e06277ae 04:53:41 Removing intermediate container 36d3e06277ae 04:53:41 ---> b0f52e42d5df 04:53:41 Step 13/23 : EXPOSE $APP_PORT 04:53:41 Removing intermediate container f8f6b7f98670 04:53:41 ---> 9fbdb8f63e54 04:53:41 Step 24/29 : RUN chmod 755 security-secrets-setup 04:53:41 ---> Running in 1cebaf7619c0 04:53:42 ---> Running in 11ffdfb8a7b1 04:53:43 Removing intermediate container 1cebaf7619c0 04:53:43 ---> 8c0401ab8a4d 04:53:43 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:53:43 Removing intermediate container f103ebfcec75 04:53:43 ---> dea22fb5413a 04:53:43 04:53:43 Step 10/21 : FROM scratch 04:53:43 ---> 04:53:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:53:44 ---> Running in 09284d49734c 04:53:44 ---> ab46ca52ea1f 04:53:44 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:53:45 Removing intermediate container 09284d49734c 04:53:45 ---> 7cf2f88cc6b6 04:53:45 Step 12/21 : ENV APP_PORT=48081 04:53:46 ---> Running in 5d245f1f7008 04:53:47 Removing intermediate container 5d245f1f7008 04:53:47 ---> 4191beaf82cf 04:53:47 Step 13/21 : EXPOSE $APP_PORT 04:53:47 ---> 60f429a327b8 04:53:47 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:53:48 ---> Running in 891b4223e987 04:53:48 Removing intermediate container 11ffdfb8a7b1 04:53:48 ---> a378b6932271 04:53:48 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:53:49 ---> Running in 681363dd03a5 04:53:49 Removing intermediate container 891b4223e987 04:53:49 ---> ad475dd7238b 04:53:49 Step 14/21 : WORKDIR / 04:53:49 ---> Running in c244c041bb8c 04:53:49 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:53:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:53:49 ---> 466f26234e8b 04:53:49 Step 3/26 : WORKDIR /edgex-go 04:53:49 ---> Using cache 04:53:49 ---> e67bf178ed01 04:53:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:50 ---> 83016ce5b92e 04:53:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:53:50 ---> Running in 689d08b1b5e1 04:53:50 Removing intermediate container 681363dd03a5 04:53:50 ---> c83434d6efcd 04:53:50 Step 26/29 : CMD [ "generate" ] 04:53:50 ---> Running in 25ec1baf8349 04:53:50 Removing intermediate container c244c041bb8c 04:53:50 ---> e2268c9a7114 04:53:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:53:50 ---> 9906c3c57335 04:53:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:53:51 Removing intermediate container 25ec1baf8349 04:53:51 ---> 0a79bc4decf8 04:53:51 Step 27/29 : LABEL arch=arm64 04:53:51 ---> Running in 9b0e22305fb7 04:53:52 ---> d3fb4ee59233 04:53:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:53:52 Removing intermediate container 9b0e22305fb7 04:53:52 ---> 67d4a02d79cd 04:53:52 Step 28/29 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:53:53 ---> f0d9187948fe 04:53:53 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:53:53 ---> Running in 1c36a6768bfa 04:53:54 ---> 2f075695bb47 04:53:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:53:54 Removing intermediate container 1c36a6768bfa 04:53:54 ---> 1b1aeaf345c5 04:53:54 Step 29/29 : LABEL version=0.0.0 04:53:54 ---> Running in d11f69a85724 04:53:54 ---> a2c551c80a31 04:53:54 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:54 Removing intermediate container 689d08b1b5e1 04:53:54 ---> 8d5fcad9740e 04:53:54 Step 5/26 : RUN apk update && apk add make git 04:53:55 Removing intermediate container b64cd63d4004 04:53:55 ---> 4a0c4a2d29b5 04:53:55 04:53:55 Step 10/22 : FROM alpine 04:53:55 ---> 62ee0e9f8440 04:53:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:53:55 ---> Running in 18327162a401 04:53:55 ---> Running in bf768cedaaa2 04:53:55 ---> 1b80cfbee1b2 04:53:55 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:55 ---> Running in 11f2b6e63d19 04:53:55 Removing intermediate container d11f69a85724 04:53:55 ---> 781a465b22aa 04:53:55 04:53:56 ---> Running in a6556f39572a 04:53:56 Removing intermediate container 18327162a401 04:53:56 ---> ada2070dd595 04:53:56 Step 21/23 : LABEL arch=arm64 04:53:56 ---> Running in bccc1e36dbc7 04:53:56 Removing intermediate container 11f2b6e63d19 04:53:56 ---> 0e8e4f4901e8 04:53:56 Step 12/22 : ENV APP_PORT=48080 04:53:56 Successfully built 781a465b22aa 04:53:56 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:53:56 Building docker-sys-mgmt-agent-go 04:53:56  Building docker-security-secrets-setup-go ... done Removing intermediate container a6556f39572a 04:53:56 ---> 657f1313bf91 04:53:56 Step 19/21 : LABEL arch=arm64 04:53:56 ---> Running in 5ef1aab90c13 04:53:56 ---> Running in f61b779d6372 04:53:56 Removing intermediate container bccc1e36dbc7 04:53:56 ---> 1dd0b2b9b79a 04:53:57 Step 22/23 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:53:57 ---> Running in f5771bb87fc3 04:53:57 Removing intermediate container 5ef1aab90c13 04:53:57 ---> fed868f92b3f 04:53:57 Step 13/22 : EXPOSE $APP_PORT 04:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:57 Removing intermediate container f61b779d6372 04:53:57 ---> 9e1fb48b15f9 04:53:57 Step 20/21 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:53:57 ---> Running in 1bfc3477243a 04:53:57 ---> Running in 8b602378926d 04:53:57 Removing intermediate container f5771bb87fc3 04:53:57 ---> 98c4354b31e8 04:53:57 Step 23/23 : LABEL version=0.0.0 04:53:59 ---> Running in 5f2f941e1714 04:53:59 Removing intermediate container 1bfc3477243a 04:53:59 ---> 1af97ee4df4e 04:53:59 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:59 Removing intermediate container 8b602378926d 04:53:59 ---> b33c98a62491 04:53:59 Step 21/21 : LABEL version=0.0.0 04:53:59 ---> Running in 79421e74538e 04:53:59 ---> Running in e3c5120bcff4 04:53:59 Removing intermediate container 5f2f941e1714 04:53:59 ---> aeaeddcaa00d 04:53:59 04:54:00 Successfully built aeaeddcaa00d 04:54:01 Successfully tagged docker-support-notifications-go-arm64:latest 04:54:01  Building docker-support-notifications-go ... done Building docker-core-command-go 04:54:01 Removing intermediate container e3c5120bcff4 04:54:01 ---> f7f4d3bfc771 04:54:01 04:54:02 Successfully built f7f4d3bfc771 04:54:02 Successfully tagged docker-core-metadata-go-arm64:latest 04:54:02  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 04:54:03 Removing intermediate container 79421e74538e 04:54:03 ---> 502159393946 04:54:03 Step 15/22 : RUN apk --no-cache add zeromq 04:54:04 ---> Running in 006c0a25dc57 04:54:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:31 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:54:31 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:54:31 OK: 12620 distinct packages available 04:54:32 OK: 217 MiB in 51 packages 04:54:39 (1/5) Installing libgcc (9.3.0-r2) 04:54:39 (2/5) Installing libsodium (1.0.18-r0) 04:54:42 (3/5) Installing libstdc++ (9.3.0-r2) 04:54:45 Removing intermediate container bf768cedaaa2 04:54:45 ---> fc70a3a0b614 04:54:45 Step 6/26 : COPY go.mod . 04:54:46 ---> 8284d98ce4cf 04:54:46 Step 7/26 : RUN go mod download 04:54:46 ---> Running in f82047e9052e 04:54:49 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:54:49 ---> 466f26234e8b 04:54:49 Step 3/26 : WORKDIR /edgex-go 04:54:49 ---> Using cache 04:54:49 ---> e67bf178ed01 04:54:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:49 ---> Using cache 04:54:49 ---> 8d5fcad9740e 04:54:49 Step 5/26 : RUN apk update && apk add make bash git 04:54:49 ---> Running in d6cb0391456a 04:54:50 Removing intermediate container f82047e9052e 04:54:50 ---> 6b8bb3c4eda9 04:54:50 Step 8/26 : COPY . . 04:54:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:52 (4/5) Installing libzmq (4.3.2-r0) 04:54:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:54:54 ---> 466f26234e8b 04:54:54 Step 3/21 : WORKDIR /edgex-go 04:54:54 ---> Using cache 04:54:54 ---> e67bf178ed01 04:54:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:54 ---> Using cache 04:54:54 ---> 8d5fcad9740e 04:54:54 Step 5/21 : RUN apk update && apk add make git 04:54:54 ---> Using cache 04:54:54 ---> fc70a3a0b614 04:54:54 Step 6/21 : COPY go.mod . 04:54:54 ---> Using cache 04:54:54 ---> 8284d98ce4cf 04:54:54 Step 7/21 : RUN go mod download 04:54:54 ---> Using cache 04:54:54 ---> 6b8bb3c4eda9 04:54:54 Step 8/21 : COPY . . 04:54:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:54:54 ---> 466f26234e8b 04:54:54 Step 3/20 : WORKDIR /edgex-go 04:54:54 ---> Using cache 04:54:54 ---> e67bf178ed01 04:54:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:54 ---> Using cache 04:54:54 ---> 8d5fcad9740e 04:54:54 Step 5/20 : RUN apk update && apk add make git 04:54:54 ---> Using cache 04:54:54 ---> fc70a3a0b614 04:54:54 Step 6/20 : COPY go.mod . 04:54:54 ---> Using cache 04:54:54 ---> 8284d98ce4cf 04:54:54 Step 7/20 : RUN go mod download 04:54:54 ---> Using cache 04:54:54 ---> 6b8bb3c4eda9 04:54:54 Step 8/20 : COPY . . 04:54:55 (5/5) Installing zeromq (4.3.2-r0) 04:54:55 Executing busybox-1.31.1-r16.trigger 04:54:55 OK: 8 MiB in 19 packages 04:55:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:10 Removing intermediate container 006c0a25dc57 04:55:10 ---> bf5ad42e11b4 04:55:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:55:12 ---> e9830ea7646d 04:55:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:55:12 ---> 5eab388a63fa 04:55:12 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:55:12 ---> Running in 56bfc8865647 04:55:13 ---> 293e783aaf27 04:55:13 Step 9/21 : RUN make cmd/core-command/core-command 04:55:13 ---> Running in e0b62bd16e35 04:55:13 ---> ce83eec57c4d 04:55:13 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:55:14 ---> 87e7e775d70d 04:55:14 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:55:14 ---> Running in e1ee9edd2037 04:55:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:55:15 ---> 25dfb222ee66 04:55:15 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:55:15 ---> Running in 0fcd5fb04c24 04:55:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:55:16 Removing intermediate container 0fcd5fb04c24 04:55:16 ---> e5eb3c33c28e 04:55:16 Step 20/22 : LABEL arch=arm64 04:55:16 ---> Running in 45f11906ec99 04:55:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:55:16 Removing intermediate container 45f11906ec99 04:55:16 ---> 7b7086fb06bc 04:55:16 Step 21/22 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:55:16 ---> Running in 7b8ec4794e63 04:55:17 Removing intermediate container 7b8ec4794e63 04:55:17 ---> c3d5e2b35b10 04:55:17 Step 22/22 : LABEL version=0.0.0 04:55:17 ---> Running in 469659a83129 04:55:18 Removing intermediate container 469659a83129 04:55:18 ---> a1348caa09c0 04:55:18 04:55:19 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:55:19 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:55:19 OK: 12620 distinct packages available 04:55:19 Successfully built a1348caa09c0 04:55:19 Successfully tagged docker-core-data-go-arm64:latest 04:55:19  Building docker-core-data-go ... done Building docker-support-logging-go 04:55:20 OK: 217 MiB in 51 packages 04:55:23 Removing intermediate container d6cb0391456a 04:55:23 ---> 1814f342800f 04:55:23 Step 6/26 : COPY go.mod . 04:55:25 ---> 345531e20cfc 04:55:25 Step 7/26 : RUN go mod download 04:55:25 ---> Running in efc8310a1486 04:55:32 Removing intermediate container efc8310a1486 04:55:32 ---> c55d3bf16139 04:55:32 Step 8/26 : COPY . . 04:55:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:55:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:55:54 ---> 466f26234e8b 04:55:54 Step 3/21 : WORKDIR /edgex-go 04:55:54 ---> Using cache 04:55:54 ---> e67bf178ed01 04:55:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:54 ---> Using cache 04:55:54 ---> 8d5fcad9740e 04:55:54 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:55:58 ---> Running in 55d861b13a29 04:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:56:02 ---> 2b78bff0fb3e 04:56:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:56:02 ---> Running in ffeab9f268dc 04:56:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:56:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:56:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:56:38 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:56:38 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:56:38 OK: 12620 distinct packages available 04:56:39 OK: 217 MiB in 51 packages 04:56:40 OK: 217 MiB in 51 packages 04:56:42 Removing intermediate container 55d861b13a29 04:56:42 ---> b312be584109 04:56:42 Step 6/21 : COPY go.mod . 04:56:43 ---> d10cf1176987 04:56:43 Step 7/21 : RUN go mod download 04:56:43 ---> Running in 3cbf748de07b 04:56:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:56:48 Removing intermediate container 3cbf748de07b 04:56:48 ---> 6c329827d164 04:56:48 Step 8/21 : COPY . . 04:57:10 Removing intermediate container 56bfc8865647 04:57:10 ---> ed101f41dcb1 04:57:10 04:57:10 Step 10/26 : FROM alpine:3.10 04:57:10 3.10: Pulling from library/alpine 04:57:10 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:57:10 Status: Downloaded newer image for alpine:3.10 04:57:10 ---> 536a684cf733 04:57:10 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:57:12 ---> Running in 4fc98a52a328 04:57:12 Removing intermediate container e1ee9edd2037 04:57:12 ---> fd879345cbec 04:57:12 04:57:12 Step 10/20 : FROM scratch 04:57:12 ---> 04:57:12 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:57:13 ---> Using cache 04:57:13 ---> 7cf2f88cc6b6 04:57:13 Step 12/20 : ENV APP_PORT=48085 04:57:13 ---> fcfb40f3dd47 04:57:13 Step 9/21 : RUN make cmd/support-logging/support-logging 04:57:13 Removing intermediate container e0b62bd16e35 04:57:13 ---> 0a1ed27b783f 04:57:13 04:57:13 Step 10/21 : FROM scratch 04:57:13 ---> 04:57:13 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:57:13 ---> Running in 2924cabdcff1 04:57:13 ---> Running in 70c0472eb699 04:57:13 ---> Using cache 04:57:13 ---> 7cf2f88cc6b6 04:57:13 Step 12/21 : ENV APP_PORT=48082 04:57:13 ---> Running in ceb7a46f2014 04:57:13 Removing intermediate container 2924cabdcff1 04:57:13 ---> 2d9187745adf 04:57:13 Step 13/20 : EXPOSE $APP_PORT 04:57:14 ---> Running in f7c60d08c6ff 04:57:14 Removing intermediate container ceb7a46f2014 04:57:14 ---> 768dcd932256 04:57:14 Step 13/21 : EXPOSE $APP_PORT 04:57:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:57:14 ---> Running in c7ce9c932804 04:57:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:57:14 Removing intermediate container f7c60d08c6ff 04:57:14 ---> 3efa90bd0e34 04:57:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:57:15 Removing intermediate container c7ce9c932804 04:57:15 ---> db693911320e 04:57:15 Step 14/21 : WORKDIR / 04:57:15 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:57:15 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:57:15 OK: 10167 distinct packages available 04:57:15 ---> Running in 3b941cd3cacd 04:57:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:57:15 ---> e68ce1e5a8f8 04:57:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:57:15 (1/5) Installing ca-certificates (20191127-r2) 04:57:16 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:57:16 (3/5) Installing libcurl (7.66.0-r0) 04:57:16 Removing intermediate container 3b941cd3cacd 04:57:16 ---> 19dfd167e83d 04:57:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:57:16 (4/5) Installing curl (7.66.0-r0) 04:57:16 (5/5) Installing dumb-init (1.2.2-r1) 04:57:16 Executing busybox-1.30.1-r3.trigger 04:57:16 Executing ca-certificates-20191127-r2.trigger 04:57:16 OK: 7 MiB in 19 packages 04:57:17 ---> 7075ff3cc379 04:57:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:57:17 ---> 4b18184d4f1d 04:57:17 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:57:19 ---> c6f2c760bd8c 04:57:19 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:57:20 Removing intermediate container 4fc98a52a328 04:57:20 ---> 08cc8f226eef 04:57:20 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:57:20 ---> Running in f6620042a149 04:57:20 ---> Running in 3dc84012b541 04:57:20 ---> 9de7ea0128e1 04:57:20 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:57:21 Removing intermediate container 3dc84012b541 04:57:21 ---> f57034417ec7 04:57:21 Step 13/26 : WORKDIR / 04:57:21 Removing intermediate container f6620042a149 04:57:21 ---> ca779ae85dd9 04:57:21 Step 18/20 : LABEL arch=arm64 04:57:22 ---> Running in 20b5d3630ea0 04:57:22 ---> Running in 0d074c48e9dd 04:57:22 ---> 3e400d0cc578 04:57:22 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:57:22 ---> Running in 144b6067c2a1 04:57:23 Removing intermediate container 20b5d3630ea0 04:57:23 ---> a952e85cf896 04:57:23 Step 19/20 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:57:23 Removing intermediate container 0d074c48e9dd 04:57:23 ---> 472766b6157d 04:57:23 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:57:23 ---> Running in a1f9b3624756 04:57:23 Removing intermediate container 144b6067c2a1 04:57:23 ---> 290fc6149682 04:57:23 Step 19/21 : LABEL arch=arm64 04:57:24 ---> Running in e084f76ce3a7 04:57:24 Removing intermediate container ffeab9f268dc 04:57:24 ---> c0688f2aea74 04:57:24 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:57:24 Removing intermediate container a1f9b3624756 04:57:24 ---> 28d84ed2a3ab 04:57:24 Step 20/20 : LABEL version=0.0.0 04:57:24 ---> Running in b03db1b09298 04:57:24 ---> Running in 20efe0737338 04:57:25 ---> 98a7b13d7434 04:57:25 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:57:25 Removing intermediate container e084f76ce3a7 04:57:25 ---> ad20a9d9306c 04:57:25 Step 20/21 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:57:25 ---> Running in bab46a337dc1 04:57:25 Removing intermediate container 20efe0737338 04:57:25 ---> b3e4a3b71105 04:57:25 04:57:27 Removing intermediate container bab46a337dc1 04:57:27 ---> dc3619575814 04:57:27 Step 21/21 : LABEL version=0.0.0 04:57:27 Successfully built b3e4a3b71105 04:57:27 ---> 705146b6addb 04:57:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:57:27 Successfully tagged docker-support-scheduler-go-arm64:latest 04:57:27  Building docker-support-scheduler-go ... done  ---> Running in c097e8112d4a 04:57:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:57:28 Removing intermediate container c097e8112d4a 04:57:28 ---> dbdefd0ea60f 04:57:28 04:57:29 ---> 206b435729ee 04:57:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:57:29 Successfully built dbdefd0ea60f 04:57:29 Successfully tagged docker-core-command-go-arm64:latest 04:57:30  Building docker-core-command-go ... done  ---> 71033a9d2ab5 04:57:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:57:31 ---> a5bad19a588f 04:57:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:57:32 Removing intermediate container b03db1b09298 04:57:32 ---> 724835cf68d5 04:57:32 04:57:32 Step 11/26 : FROM docker:latest 04:57:32 ---> ce9d55ae87f1 04:57:32 Step 12/26 : RUN apk add --no-cache bash 04:57:32 ---> Running in 258a85e45748 04:57:33 ---> c3d67e3758df 04:57:33 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:57:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:35 ---> f1882b968cae 04:57:35 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:57:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:35 (1/2) Installing readline (8.0.4-r0) 04:57:35 (2/2) Installing bash (5.0.17-r0) 04:57:35 Executing bash-5.0.17-r0.post-install 04:57:35 Executing busybox-1.31.1-r16.trigger 04:57:35 OK: 12 MiB in 22 packages 04:57:36 ---> 40488fc5a65f 04:57:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:57:36 ---> Running in a1cee6c53d4b 04:57:37 Removing intermediate container 258a85e45748 04:57:37 ---> feb501054ede 04:57:37 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:57:38 ---> Running in a47a14cf2410 04:57:40 Removing intermediate container a1cee6c53d4b 04:57:40 ---> 0f00b42dd745 04:57:40 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:57:40 ---> Running in 1476af4f2ad1 04:57:41 Removing intermediate container 1476af4f2ad1 04:57:41 ---> 6618199256c8 04:57:41 Step 24/26 : LABEL arch=arm64 04:57:41 ---> Running in d8427d8fd113 04:57:41 Removing intermediate container a47a14cf2410 04:57:41 ---> 631a787e8b46 04:57:41 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:57:42 ---> Running in 32b11aef0d52 04:57:42 Removing intermediate container d8427d8fd113 04:57:42 ---> a26b6ef5e548 04:57:42 Step 25/26 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:57:42 ---> Running in 96326664342e 04:57:42 Removing intermediate container 32b11aef0d52 04:57:42 ---> df6fb0fa5402 04:57:42 Step 15/26 : ENV APP_PORT=48090 04:57:43 ---> Running in 8e09de658ef7 04:57:43 Removing intermediate container 96326664342e 04:57:43 ---> 50d93299bbcb 04:57:43 Step 26/26 : LABEL version=0.0.0 04:57:43 ---> Running in 86d7242c0c72 04:57:43 Removing intermediate container 8e09de658ef7 04:57:43 ---> f9a98f460471 04:57:43 Step 16/26 : EXPOSE $APP_PORT 04:57:43 ---> Running in 5f3113c00336 04:57:44 Removing intermediate container 86d7242c0c72 04:57:44 ---> dde22802ef99 04:57:44 04:57:44 Successfully built dde22802ef99 04:57:44 Removing intermediate container 5f3113c00336 04:57:44 ---> 7fb999e5bd91 04:57:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:57:44 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:57:46  Building docker-security-secretstore-setup-go ... done  ---> 262ccbbe8149 04:57:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:57:47 ---> 3744a335934b 04:57:47 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:57:48 ---> 5fa214f83b19 04:57:48 Step 20/26 : RUN apk --no-cache add py-pip 04:57:48 ---> Running in a8bc5c35700c 04:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:50 (1/33) Installing libbz2 (1.0.8-r1) 04:57:50 (2/33) Installing expat (2.2.9-r1) 04:57:50 (3/33) Installing libffi (3.3-r2) 04:57:50 (4/33) Installing gdbm (1.13-r1) 04:57:50 (5/33) Installing xz-libs (5.2.5-r0) 04:57:50 (6/33) Installing sqlite-libs (3.32.1-r0) 04:57:50 (7/33) Installing python3 (3.8.5-r0) 04:57:52 (8/33) Installing py3-appdirs (1.4.4-r1) 04:57:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:57:52 (10/33) Installing py3-parsing (2.4.7-r0) 04:57:52 (11/33) Installing py3-six (1.15.0-r0) 04:57:52 (12/33) Installing py3-packaging (20.4-r0) 04:57:52 (13/33) Installing py3-setuptools (47.0.0-r0) 04:57:52 (14/33) Installing py3-chardet (3.0.4-r4) 04:57:53 (15/33) Installing py3-idna (2.9-r0) 04:57:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:57:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:57:53 (18/33) Installing py3-requests (2.23.0-r0) 04:57:53 (19/33) Installing py3-msgpack (1.0.0-r0) 04:57:53 (20/33) Installing py3-lockfile (0.12.2-r3) 04:57:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:57:53 (22/33) Installing py3-colorama (0.4.3-r0) 04:57:53 (23/33) Installing py3-distlib (0.3.0-r0) 04:57:53 (24/33) Installing py3-distro (1.5.0-r1) 04:57:53 (25/33) Installing py3-webencodings (0.5.1-r3) 04:57:53 (26/33) Installing py3-html5lib (1.0.1-r4) 04:57:53 (27/33) Installing py3-pytoml (0.1.21-r0) 04:57:53 (28/33) Installing py3-pep517 (0.8.2-r0) 04:57:53 (29/33) Installing py3-progress (1.5-r0) 04:57:53 (30/33) Installing py3-toml (0.10.1-r0) 04:57:53 (31/33) Installing py3-retrying (1.3.3-r0) 04:57:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:57:53 (33/33) Installing py3-pip (20.1.1-r0) 04:57:54 Executing busybox-1.31.1-r16.trigger 04:57:54 OK: 71 MiB in 55 packages 04:57:56 Removing intermediate container 70c0472eb699 04:57:56 ---> 0f61bc6e3b76 04:57:56 04:57:56 Step 10/21 : FROM scratch 04:57:56 ---> 04:57:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:57:56 ---> Using cache 04:57:56 ---> 4a0caa589ae3 04:57:56 Step 12/21 : ENV APP_PORT=48061 04:57:56 ---> Running in 55d740829aff 04:57:57 Removing intermediate container 55d740829aff 04:57:57 ---> 569e165f80e0 04:57:57 Step 13/21 : EXPOSE $APP_PORT 04:57:57 ---> Running in 3b11e3675ec7 04:57:57 Removing intermediate container 3b11e3675ec7 04:57:57 ---> 3f2ce0cff34c 04:57:57 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:57:58 ---> a8067898cd2a 04:57:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:57:59 ---> 8c93dad290d8 04:57:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:58:00 Removing intermediate container a8bc5c35700c 04:58:00 ---> 7fe93e980950 04:58:00 Step 21/26 : RUN pip install docker-compose==1.23.2 04:58:00 ---> Running in 25ea4137c2a2 04:58:00 ---> a92202a66372 04:58:00 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:58:01 ---> 461f6f347472 04:58:01 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:58:02 ---> Running in 6048358f9a01 04:58:02 Removing intermediate container 6048358f9a01 04:58:02 ---> d32ec9a8eadb 04:58:02 Step 19/21 : LABEL arch=arm64 04:58:02 ---> Running in d17d6c0f4877 04:58:02 Removing intermediate container d17d6c0f4877 04:58:02 ---> f9f9de7aac83 04:58:02 Step 20/21 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:58:03 ---> Running in 80fc18342c1a 04:58:03 Removing intermediate container 80fc18342c1a 04:58:03 ---> 0d57bed1baa4 04:58:03 Step 21/21 : LABEL version=0.0.0 04:58:03 ---> Running in b4312817cb1c 04:58:04 Removing intermediate container b4312817cb1c 04:58:04 ---> bc21802c65c1 04:58:04 04:58:04 Successfully built bc21802c65c1 04:58:04 Successfully tagged docker-support-logging-go-arm64:latest 04:58:06  Building docker-support-logging-go ... done Collecting docker-compose==1.23.2 04:58:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:58:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:58:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:58:08 Collecting jsonschema<3,>=2.5.1 04:58:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:58:08 Collecting texttable<0.10,>=0.9.0 04:58:08 Downloading texttable-0.9.1.tar.gz (11 kB) 04:58:10 Collecting cached-property<2,>=1.2.0 04:58:10 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:58:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:58:11 Collecting PyYAML<4,>=3.10 04:58:11 Downloading PyYAML-3.13.tar.gz (270 kB) 04:58:14 Collecting docker<4.0,>=3.6.0 04:58:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:58:15 Collecting dockerpty<0.5,>=0.4.1 04:58:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:58:17 Collecting docopt<0.7,>=0.6.1 04:58:17 Downloading docopt-0.6.2.tar.gz (25 kB) 04:58:19 Collecting websocket-client<1.0,>=0.32.0 04:58:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:58:19 Collecting urllib3<1.25,>=1.21.1 04:58:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:58:20 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:58:20 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:58:20 Collecting idna<2.8,>=2.5 04:58:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:58:20 Collecting docker-pycreds>=0.4.0 04:58:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:58:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:58:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:58:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:58:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:58:21 Installing collected packages: urllib3, idna, requests, jsonschema, texttable, cached-property, PyYAML, websocket-client, docker-pycreds, docker, dockerpty, docopt, docker-compose 04:58:21 Attempting uninstall: urllib3 04:58:21 Found existing installation: urllib3 1.25.9 04:58:21 Uninstalling urllib3-1.25.9: 04:58:21 Successfully uninstalled urllib3-1.25.9 04:58:22 Attempting uninstall: idna 04:58:22 Found existing installation: idna 2.9 04:58:22 Uninstalling idna-2.9: 04:58:22 Successfully uninstalled idna-2.9 04:58:23 Attempting uninstall: requests 04:58:23 Found existing installation: requests 2.23.0 04:58:23 Uninstalling requests-2.23.0: 04:58:23 Successfully uninstalled requests-2.23.0 04:58:23 Running setup.py install for texttable: started 04:58:25 Running setup.py install for texttable: finished with status 'done' 04:58:25 Running setup.py install for PyYAML: started 04:58:27 Running setup.py install for PyYAML: finished with status 'done' 04:58:28 Running setup.py install for dockerpty: started 04:58:30 Running setup.py install for dockerpty: finished with status 'done' 04:58:30 Running setup.py install for docopt: started 04:58:32 Running setup.py install for docopt: finished with status 'done' 04:58:32 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:58:37 Removing intermediate container 25ea4137c2a2 04:58:37 ---> 6fb2867c6cf1 04:58:37 Step 22/26 : RUN apk --no-cache add curl 04:58:37 ---> Running in 2b5c0140fa12 04:58:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:58:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:58:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:58:39 (2/3) Installing libcurl (7.69.1-r0) 04:58:39 (3/3) Installing curl (7.69.1-r0) 04:58:39 Executing busybox-1.31.1-r16.trigger 04:58:39 OK: 71 MiB in 58 packages 04:58:40 Removing intermediate container 2b5c0140fa12 04:58:40 ---> c3ce796385a0 04:58:40 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:58:40 ---> Running in 24b5af31eff6 04:58:40 Removing intermediate container 24b5af31eff6 04:58:40 ---> 46f25e42fc0e 04:58:40 Step 24/26 : LABEL arch=arm64 04:58:41 ---> Running in e3f8c99f937a 04:58:41 Removing intermediate container e3f8c99f937a 04:58:41 ---> 9a85167b2f1d 04:58:41 Step 25/26 : LABEL git_sha=bb5f58aa036a796c64be670106db28671d795b04 04:58:41 ---> Running in 4606dc0e8919 04:58:42 Removing intermediate container 4606dc0e8919 04:58:42 ---> 8c98d9503d0b 04:58:42 Step 26/26 : LABEL version=0.0.0 04:58:42 ---> Running in 64aabb701f32 04:58:42 Removing intermediate container 64aabb701f32 04:58:42 ---> 2e5a70897f45 04:58:42 04:58:43 Successfully built 2e5a70897f45 04:58:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:58:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:58:43 $ docker stop --time=1 620e5e08f42119a2241d60ec1e8a0162411fc9b41f1ffbf5ab1d8f07891ab3da 04:58:45 $ docker rm -f 620e5e08f42119a2241d60ec1e8a0162411fc9b41f1ffbf5ab1d8f07891ab3da [Pipeline] // withDockerContainer [Pipeline] sh 04:58:46 + + grep docker 04:58:46 docker images 04:58:46 docker-sys-mgmt-agent-go-arm64 latest 2e5a70897f45 4 seconds ago 266MB 04:58:46 docker-support-logging-go-arm64 latest bc21802c65c1 42 seconds ago 11.4MB 04:58:46 docker-security-secretstore-setup-go-arm64 latest dde22802ef99 About a minute ago 32.6MB 04:58:46 docker-core-command-go-arm64 latest dbdefd0ea60f About a minute ago 12.4MB 04:58:46 docker-support-scheduler-go-arm64 latest b3e4a3b71105 About a minute ago 12.6MB 04:58:46 docker-core-data-go-arm64 latest a1348caa09c0 3 minutes ago 23.3MB 04:58:46 docker-core-metadata-go-arm64 latest f7f4d3bfc771 4 minutes ago 13.8MB 04:58:46 docker-support-notifications-go-arm64 latest aeaeddcaa00d 4 minutes ago 13.9MB 04:58:46 docker-security-secrets-setup-go-arm64 latest 781a465b22aa 4 minutes ago 24.2MB 04:58:46 docker-security-proxy-setup-go-arm64 latest 91c5829ee438 5 minutes ago 15.8MB 04:58:46 docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:58:48 provisioning config files... 04:58:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config252797060851879457tmp [Pipeline] { [Pipeline] sh 04:58:48 + curl -s https://codecov.io/bash 04:58:48 + bash -s - -t @/w/workspace/edgex-go/23@tmp/config252797060851879457tmp [Pipeline] } 04:58:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:58:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:58:51 ---> package-listing.sh 04:58:51 ++ facter osfamily 04:58:51 ++ tr '[:upper:]' '[:lower:]' 04:58:51 + OS_FAMILY=redhat 04:58:51 + workspace=/w/workspace/edgex-go/23 04:58:51 + START_PACKAGES=/tmp/packages_start.txt 04:58:51 + END_PACKAGES=/tmp/packages_end.txt 04:58:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:58:51 + PACKAGES=/tmp/packages_start.txt 04:58:51 + '[' /w/workspace/edgex-go/23 ']' 04:58:51 + PACKAGES=/tmp/packages_end.txt 04:58:51 + case "${OS_FAMILY}" in 04:58:51 + rpm -qa 04:58:51 + sort 04:58:55 + '[' -f /tmp/packages_start.txt ']' 04:58:55 + '[' -f /tmp/packages_end.txt ']' 04:58:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:58:55 + '[' /w/workspace/edgex-go/23 ']' 04:58:55 + mkdir -p /w/workspace/edgex-go/23/archives/ 04:58:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] isUnix [Pipeline] sh 04:58:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:55 04:58:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:58:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:56 alpine: Pulling from edgex-lftools-log-publisher 04:58:56 c9b1b535fdd9: Pulling fs layer 04:58:56 2cc5ad85d9ab: Pulling fs layer 04:58:56 756a868c4378: Pulling fs layer 04:58:56 444b2fc9a129: Pulling fs layer 04:58:56 ea15f1150254: Pulling fs layer 04:58:56 41b27a9f41bf: Pulling fs layer 04:58:56 28c525ee5125: Pulling fs layer 04:58:56 094b1ea09ed8: Pulling fs layer 04:58:56 138eaada9080: Pulling fs layer 04:58:56 0622d0fa9048: Pulling fs layer 04:58:56 28c525ee5125: Waiting 04:58:56 094b1ea09ed8: Waiting 04:58:56 138eaada9080: Waiting 04:58:56 0622d0fa9048: Waiting 04:58:56 444b2fc9a129: Waiting 04:58:56 41b27a9f41bf: Waiting 04:58:56 ea15f1150254: Waiting 04:58:56 2cc5ad85d9ab: Verifying Checksum 04:58:56 2cc5ad85d9ab: Download complete 04:58:56 444b2fc9a129: Verifying Checksum 04:58:56 444b2fc9a129: Download complete 04:58:56 c9b1b535fdd9: Download complete 04:58:56 ea15f1150254: Verifying Checksum 04:58:56 ea15f1150254: Download complete 04:58:56 28c525ee5125: Download complete 04:58:56 756a868c4378: Verifying Checksum 04:58:56 756a868c4378: Download complete 04:58:56 c9b1b535fdd9: Pull complete 04:58:56 138eaada9080: Verifying Checksum 04:58:56 138eaada9080: Download complete 04:58:56 0622d0fa9048: Verifying Checksum 04:58:56 0622d0fa9048: Download complete 04:58:56 094b1ea09ed8: Verifying Checksum 04:58:56 094b1ea09ed8: Download complete 04:58:56 2cc5ad85d9ab: Pull complete 04:58:57 41b27a9f41bf: Verifying Checksum 04:58:57 41b27a9f41bf: Download complete 04:58:59 756a868c4378: Pull complete 04:58:59 444b2fc9a129: Pull complete 04:58:59 ea15f1150254: Pull complete 04:59:04 41b27a9f41bf: Pull complete 04:59:04 28c525ee5125: Pull complete 04:59:06 094b1ea09ed8: Pull complete 04:59:07 138eaada9080: Pull complete 04:59:07 0622d0fa9048: Pull complete 04:59:07 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:59:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:59:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:59:07 prd-centos7-docker-4c-2g-1660 does not seem to be running inside a container 04:59:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:59:14 $ docker top 0b0e8dbab69bdd8f1c98c542c1847414836a40bb70f483a2229feb74384bb9a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:59:14 provisioning config files... 04:59:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config7057872791432343414tmp [Pipeline] { [Pipeline] echo 04:59:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:59:14 ---> create-netrc.sh [Pipeline] echo 04:59:14 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:59:15 ---> logs-deploy.sh 04:59:15 + ARCHIVE_ARTIFACTS= 04:59:15 + LOGS_SERVER=https://logs.edgexfoundry.org 04:59:15 + '[' https://logs.edgexfoundry.org == None ']' 04:59:15 + NEXUS_URL=https://nexus.edgexfoundry.org 04:59:15 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/23 04:59:15 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/23/ 04:59:15 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/23 /w/workspace/edgex-go/23 04:59:16 Archives upload complete. 04:59:16 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/23 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/23/ 04:59:17 ---> uname -a: 04:59:17 Linux 0b0e8dbab69b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:59:17 04:59:17 04:59:17 ---> lscpu: 04:59:17 Architecture: x86_64 04:59:17 CPU op-mode(s): 32-bit, 64-bit 04:59:17 Byte Order: Little Endian 04:59:17 Address sizes: 40 bits physical, 48 bits virtual 04:59:17 CPU(s): 4 04:59:17 On-line CPU(s) list: 0-3 04:59:17 Thread(s) per core: 1 04:59:17 Core(s) per socket: 1 04:59:17 Socket(s): 4 04:59:17 NUMA node(s): 1 04:59:17 Vendor ID: GenuineIntel 04:59:17 CPU family: 6 04:59:17 Model: 44 04:59:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:59:17 Stepping: 1 04:59:17 CPU MHz: 2933.438 04:59:17 BogoMIPS: 5866.87 04:59:17 Virtualization: VT-x 04:59:17 Hypervisor vendor: KVM 04:59:17 Virtualization type: full 04:59:17 L1d cache: 128 KiB 04:59:17 L1i cache: 128 KiB 04:59:17 L2 cache: 16 MiB 04:59:17 L3 cache: 64 MiB 04:59:17 NUMA node0 CPU(s): 0-3 04:59:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:59:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:59:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:59:17 Vulnerability Meltdown: Mitigation; PTI 04:59:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:59:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:59:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:59:17 Vulnerability Tsx async abort: Not affected 04:59:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 04:59:17 04:59:17 04:59:17 ---> nproc: 04:59:17 4 04:59:17 04:59:17 04:59:17 ---> df -h: 04:59:17 Filesystem Size Used Available Use% Mounted on 04:59:17 overlay 50.0G 13.4G 36.6G 27% / 04:59:17 tmpfs 64.0M 0 64.0M 0% /dev 04:59:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:59:17 shm 64.0M 0 64.0M 0% /dev/shm 04:59:17 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 04:59:17 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 04:59:17 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 04:59:17 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa 04:59:17 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/23 04:59:17 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/23@tmp 04:59:17 04:59:17 04:59:17 ---> free -m: 04:59:17 total used free shared buff/cache available 04:59:17 Mem: 1837 602 100 0 1134 1151 04:59:17 Swap: 1023 120 903 04:59:17 04:59:17 04:59:17 ---> ip addr: 04:59:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:59:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:59:17 inet 127.0.0.1/8 scope host lo 04:59:17 valid_lft forever preferred_lft forever 04:59:17 116: eth0@if117: mtu 1458 qdisc noqueue state UP 04:59:17 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:59:17 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:59:17 valid_lft forever preferred_lft forever 04:59:17 04:59:17 04:59:17 ---> sar -b -r -n DEV: 04:59:17 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/31/20 _x86_64_ (4 CPU) 04:59:17 04:59:17 04:29:55 LINUX RESTART 04:59:17 04:59:17 04:31:01 tps rtps wtps bread/s bwrtn/s 04:59:17 04:32:01 69.07 24.21 44.87 5461.32 12669.22 04:59:17 04:33:01 365.87 241.86 124.01 9452.25 54849.97 04:59:17 04:34:01 6.25 0.05 6.20 0.93 614.76 04:59:17 04:35:01 5.81 0.02 5.80 0.53 357.02 04:59:17 04:36:02 1.08 0.25 0.83 90.59 317.62 04:59:17 04:37:01 0.90 0.00 0.90 0.00 324.95 04:59:17 04:38:01 1.08 0.12 0.97 74.75 239.59 04:59:17 04:39:01 0.25 0.00 0.25 0.00 82.80 04:59:17 04:40:01 1.20 0.00 1.20 0.00 486.00 04:59:17 04:41:01 330.54 170.89 159.65 7983.37 29122.96 04:59:17 04:42:01 287.61 172.90 114.71 7603.53 29874.20 04:59:17 04:43:06 879.47 654.22 225.25 84733.52 157468.23 04:59:17 04:44:02 1245.56 1072.08 173.48 61609.47 63664.26 04:59:17 04:45:02 1449.08 1163.31 285.77 106619.54 112966.28 04:59:17 04:46:01 976.12 635.94 340.19 60699.60 87032.08 04:59:17 04:47:01 2492.33 2163.73 328.60 155797.91 184793.06 04:59:17 04:48:01 1137.10 828.13 308.96 78020.38 86675.20 04:59:17 04:49:01 94.67 22.56 72.11 3379.55 3977.22 04:59:17 04:50:02 0.87 0.63 0.23 10.12 3.45 04:59:17 04:51:01 1.46 1.20 0.25 23.84 2.74 04:59:17 04:52:01 0.25 0.00 0.25 0.00 3.08 04:59:17 04:53:01 0.75 0.47 0.28 5.60 2.93 04:59:17 04:54:01 0.22 0.02 0.20 0.13 1.48 04:59:17 04:55:01 0.28 0.02 0.27 0.13 2.95 04:59:17 04:56:01 2.55 2.28 0.27 30.51 3.00 04:59:17 04:57:01 0.50 0.23 0.27 2.80 3.75 04:59:17 04:58:01 0.23 0.02 0.22 0.13 2.32 04:59:17 04:59:01 84.63 56.81 27.82 5175.22 7612.92 04:59:17 Average: 336.47 256.86 79.61 21051.87 30072.45 04:59:17 04:59:17 04:31:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:59:17 04:32:01 78048 1803508 95.85 2620 1063516 1454908 49.65 621524 1019960 72072 04:59:17 04:33:01 157308 1724248 91.64 1492 1043772 1417964 48.39 561628 961784 1196 04:59:17 04:34:01 128512 1753044 93.17 1492 1062356 1407936 48.05 574080 976016 1952 04:59:17 04:35:01 115164 1766392 93.88 1492 1074920 1405984 47.98 574464 988328 1060 04:59:17 04:36:02 99656 1781900 94.70 1492 1086268 1406020 47.98 586004 992012 1400 04:59:17 04:37:01 95448 1786108 94.93 1492 1091396 1399780 47.77 587772 994480 272 04:59:17 04:38:01 80512 1801044 95.72 1492 1105932 1399804 47.77 588264 1008660 196 04:59:17 04:39:01 72344 1809212 96.16 1492 1114128 1399856 47.77 588192 1016780 4372 04:59:17 04:40:01 69628 1811928 96.30 1492 1116560 1399868 47.77 586612 1020864 220 04:59:17 04:41:01 217716 1663840 88.43 1208 923932 1596500 54.49 663304 759296 80252 04:59:17 04:42:01 326088 1555468 82.67 204 718468 1559292 53.22 660552 655988 37436 04:59:17 04:43:06 70888 1810668 96.23 4 1017928 2262092 77.20 768404 881608 69368 04:59:17 04:44:02 69208 1812348 96.32 4 1110300 2184592 74.56 699384 944720 57776 04:59:17 04:45:02 66752 1814804 96.45 4 556264 3409136 116.35 778540 821664 1540 04:59:17 04:46:01 124676 1756880 93.37 4 1090820 1840628 62.82 624528 928724 90092 04:59:17 04:47:01 120496 1761060 93.60 4 1099516 2260548 77.15 685044 902628 24616 04:59:17 04:48:01 688368 1193188 63.41 4 635940 1345268 45.91 390552 608616 1132 04:59:17 04:49:01 624456 1257100 66.81 4 737812 1193364 40.73 389552 673312 8 04:59:17 04:50:02 627828 1253728 66.63 4 737808 1158400 39.53 387320 672620 12 04:59:17 04:51:01 626992 1254564 66.68 4 738316 1158472 39.54 387860 673324 8 04:59:17 04:52:01 627824 1253732 66.63 4 738324 1158340 39.53 387036 673320 8 04:59:17 04:53:01 627576 1253980 66.65 4 738328 1158340 39.53 387024 673488 8 04:59:17 04:54:01 628060 1253496 66.62 4 738336 1158340 39.53 386904 673492 8 04:59:17 04:55:01 627524 1254032 66.65 4 738340 1158340 39.53 387048 673492 8 04:59:17 04:56:01 626420 1255136 66.71 4 738348 1158448 39.54 386036 676076 8 04:59:17 04:57:01 626280 1255276 66.71 4 738360 1158436 39.54 385984 676144 8 04:59:17 04:58:01 626532 1255024 66.70 4 738364 1158340 39.53 385376 676188 8 04:59:17 04:59:01 74076 1807480 96.06 4 1191888 1599804 54.60 569148 1018968 213636 04:59:17 Average: 318728 1562828 83.06 573 910223 1513171 51.64 534933 830091 23524 04:59:17 04:59:17 04:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:59:17 04:32:01 veth9474f1b 908.73 804.86 84.65 2656.16 0.00 0.00 0.00 04:59:17 04:32:01 eth0 1790.57 1624.84 6348.78 192.58 0.00 0.00 0.00 04:59:17 04:32:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:59:17 04:32:01 docker0 908.73 804.72 72.23 2656.15 0.00 0.00 0.00 04:59:17 04:33:01 eth0 1171.70 658.05 5639.98 2777.08 0.00 0.00 0.00 04:59:17 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:33:01 veth7aa17d7 8.04 8.47 0.55 20.39 0.00 0.00 0.00 04:59:17 04:33:01 docker0 8.04 8.34 0.44 20.38 0.00 0.00 0.00 04:59:17 04:34:01 eth0 33.13 25.97 55.68 6.78 0.00 0.00 0.00 04:59:17 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:34:01 veth7aa17d7 20.52 20.97 1.39 47.92 0.00 0.00 0.00 04:59:17 04:34:01 docker0 20.52 20.97 1.11 47.92 0.00 0.00 0.00 04:59:17 04:35:01 eth0 23.85 20.45 44.49 2.29 0.00 0.00 0.00 04:59:17 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:35:01 veth7aa17d7 19.30 19.45 1.31 42.66 0.00 0.00 0.00 04:59:17 04:35:01 docker0 19.30 19.45 1.04 42.66 0.00 0.00 0.00 04:59:17 04:36:02 eth0 24.70 21.90 48.93 2.16 0.00 0.00 0.00 04:59:17 04:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:36:02 veth7aa17d7 21.00 21.33 1.42 47.52 0.00 0.00 0.00 04:59:17 04:36:02 docker0 21.00 21.33 1.14 47.52 0.00 0.00 0.00 04:59:17 04:37:01 eth0 24.61 21.88 48.23 1.93 0.00 0.00 0.00 04:59:17 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:37:01 veth7aa17d7 21.29 21.70 1.44 47.19 0.00 0.00 0.00 04:59:17 04:37:01 docker0 21.29 21.70 1.15 47.19 0.00 0.00 0.00 04:59:17 04:38:01 eth0 24.72 21.87 51.65 1.94 0.00 0.00 0.00 04:59:17 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:38:01 veth7aa17d7 21.29 21.92 1.44 50.58 0.00 0.00 0.00 04:59:17 04:38:01 docker0 21.29 21.92 1.15 50.58 0.00 0.00 0.00 04:59:17 04:39:01 eth0 24.86 22.06 53.27 1.93 0.00 0.00 0.00 04:59:17 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:39:01 veth7aa17d7 21.53 22.20 1.46 52.26 0.00 0.00 0.00 04:59:17 04:39:01 docker0 21.53 22.20 1.16 52.26 0.00 0.00 0.00 04:59:17 04:40:01 eth0 26.24 23.08 53.23 2.00 0.00 0.00 0.00 04:59:17 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:40:01 veth7aa17d7 22.46 22.81 1.52 52.17 0.00 0.00 0.00 04:59:17 04:40:01 docker0 22.46 22.81 1.21 52.17 0.00 0.00 0.00 04:59:17 04:41:01 eth0 258.59 186.43 1574.58 26.36 0.00 0.00 0.00 04:59:17 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:41:01 veth752cb0e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:59:17 04:41:01 docker0 97.77 108.38 7.73 481.17 0.00 0.00 0.00 04:59:17 04:42:01 eth0 61.97 44.50 35.50 86.66 0.00 0.00 0.00 04:59:17 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:42:01 veth752cb0e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:43:06 eth0 104.89 71.10 1560.72 51.19 0.00 0.00 0.00 04:59:17 04:43:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:43:06 veth639477b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 04:59:17 04:43:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:44:02 veth73b689f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:44:02 eth0 3961.36 3042.60 17049.17 3419.61 0.00 0.00 0.00 04:59:17 04:44:02 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 04:59:17 04:44:02 veth639477b 0.00 0.23 0.00 0.02 0.00 0.00 0.00 04:59:17 04:45:02 vethc8ea450 0.00 0.15 0.00 0.01 0.00 0.00 0.00 04:59:17 04:45:02 vetha6af4c2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 04:59:17 04:45:02 vethefed271 0.00 0.15 0.00 0.01 0.00 0.00 0.00 04:59:17 04:45:02 veth7285ce7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 04:59:17 04:46:01 veth9801bd6 3.32 4.33 0.50 20.62 0.00 0.00 0.00 04:59:17 04:46:01 vethce62dea 2.09 2.27 0.14 6.09 0.00 0.00 0.00 04:59:17 04:46:01 veth606929c 2.02 2.14 0.14 4.49 0.00 0.00 0.00 04:59:17 04:46:01 eth0 3908.04 2974.17 16626.39 3353.29 0.00 0.00 0.00 04:59:17 04:47:01 eth0 98.24 75.98 168.71 65.47 0.00 0.00 0.00 04:59:17 04:47:01 vethc357b60 0.00 0.05 0.00 0.00 0.00 0.00 0.00 04:59:17 04:47:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:59:17 04:47:01 veth639477b 0.00 0.48 0.00 0.02 0.00 0.00 0.00 04:59:17 04:48:01 eth0 33.98 18.29 31.07 13.80 0.00 0.00 0.00 04:59:17 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:48:01 veth639477b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:48:01 docker0 1319.44 1263.19 97.14 4270.24 0.00 0.00 0.00 04:59:17 04:49:01 eth0 47.20 37.26 49.49 57.67 0.00 0.00 0.00 04:59:17 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:49:01 docker0 2.80 4.06 0.15 32.18 0.00 0.00 0.00 04:59:17 04:50:02 eth0 0.27 0.20 0.36 0.01 0.00 0.00 0.00 04:59:17 04:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:51:01 eth0 1.13 0.47 0.46 0.27 0.00 0.00 0.00 04:59:17 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:52:01 eth0 1.13 0.02 0.11 0.00 0.00 0.00 0.00 04:59:17 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:53:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 04:59:17 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:54:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 04:59:17 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:55:01 eth0 0.68 0.05 0.06 0.00 0.00 0.00 0.00 04:59:17 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:56:01 eth0 1.17 0.37 0.45 0.26 0.00 0.00 0.00 04:59:17 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:57:01 eth0 0.47 0.42 0.27 0.21 0.00 0.00 0.00 04:59:17 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 04:59:17 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:59:01 eth0 78.07 58.46 2315.79 9.11 0.00 0.00 0.00 04:59:17 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 Average: eth0 123.88 95.08 593.92 121.47 0.00 0.00 0.00 04:59:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:59:17 Average: docker0 47.42 45.45 3.49 154.29 0.00 0.00 0.00 04:59:17 04:59:17 04:59:17 ---> sar -P ALL: 04:59:17 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/31/20 _x86_64_ (4 CPU) 04:59:17 04:59:17 04:29:55 LINUX RESTART 04:59:17 04:59:17 04:31:01 CPU %user %nice %system %iowait %steal %idle 04:59:17 04:32:01 all 11.05 0.00 4.34 1.68 0.11 82.82 04:59:17 04:32:01 0 13.53 0.00 5.80 0.15 0.12 80.39 04:59:17 04:32:01 1 8.61 0.00 3.96 0.08 0.12 87.23 04:59:17 04:32:01 2 10.16 0.00 3.80 2.70 0.10 83.23 04:59:17 04:32:01 3 11.95 0.00 3.82 3.75 0.10 80.38 04:59:17 04:33:01 all 15.80 0.00 6.94 1.75 0.05 75.46 04:59:17 04:33:01 0 10.52 0.00 7.72 1.74 0.07 79.95 04:59:17 04:33:01 1 18.44 0.00 6.68 1.69 0.05 73.13 04:59:17 04:33:01 2 14.72 0.00 6.49 2.85 0.05 75.89 04:59:17 04:33:01 3 19.42 0.00 6.89 0.71 0.05 72.93 04:59:17 04:34:01 all 0.30 0.00 0.19 0.00 0.00 99.50 04:59:17 04:34:01 0 0.72 0.00 0.43 0.00 0.02 98.83 04:59:17 04:34:01 1 0.07 0.00 0.08 0.00 0.00 99.85 04:59:17 04:34:01 2 0.28 0.00 0.10 0.00 0.00 99.62 04:59:17 04:34:01 3 0.13 0.00 0.12 0.00 0.00 99.75 04:59:17 04:35:01 all 0.22 0.00 0.09 0.00 0.00 99.69 04:59:17 04:35:01 0 0.12 0.00 0.18 0.00 0.00 99.70 04:59:17 04:35:01 1 0.07 0.00 0.03 0.00 0.00 99.90 04:59:17 04:35:01 2 0.55 0.00 0.05 0.00 0.00 99.40 04:59:17 04:35:01 3 0.15 0.00 0.08 0.00 0.00 99.77 04:59:17 04:36:02 all 0.22 0.00 0.11 0.00 0.00 99.67 04:59:17 04:36:02 0 0.15 0.00 0.23 0.02 0.00 99.60 04:59:17 04:36:02 1 0.07 0.00 0.10 0.00 0.00 99.83 04:59:17 04:36:02 2 0.57 0.00 0.08 0.00 0.00 99.35 04:59:17 04:36:02 3 0.10 0.00 0.03 0.00 0.00 99.87 04:59:17 04:37:01 all 0.19 0.00 0.10 0.00 0.00 99.71 04:59:17 04:37:01 0 0.14 0.00 0.22 0.00 0.00 99.64 04:59:17 04:37:01 1 0.02 0.00 0.07 0.00 0.00 99.92 04:59:17 04:37:01 2 0.56 0.00 0.05 0.00 0.00 99.39 04:59:17 04:37:01 3 0.07 0.00 0.05 0.00 0.00 99.88 04:59:17 04:38:01 all 0.18 0.00 0.08 0.00 0.00 99.74 04:59:17 04:38:01 0 0.12 0.00 0.18 0.00 0.00 99.70 04:59:17 04:38:01 1 0.05 0.00 0.02 0.00 0.00 99.93 04:59:17 04:38:01 2 0.52 0.00 0.05 0.00 0.00 99.43 04:59:17 04:38:01 3 0.07 0.00 0.05 0.02 0.00 99.87 04:59:17 04:39:01 all 0.22 0.00 0.10 0.00 0.00 99.68 04:59:17 04:39:01 0 0.13 0.00 0.22 0.00 0.00 99.65 04:59:17 04:39:01 1 0.03 0.00 0.07 0.00 0.00 99.90 04:59:17 04:39:01 2 0.67 0.00 0.05 0.00 0.00 99.28 04:59:17 04:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:59:17 04:40:01 all 0.18 0.00 0.10 0.00 0.01 99.72 04:59:17 04:40:01 0 0.20 0.00 0.22 0.00 0.02 99.57 04:59:17 04:40:01 1 0.07 0.00 0.10 0.00 0.02 99.82 04:59:17 04:40:01 2 0.40 0.00 0.05 0.00 0.00 99.55 04:59:17 04:40:01 3 0.03 0.00 0.07 0.00 0.02 99.88 04:59:17 04:41:01 all 24.86 0.00 10.51 6.53 1.13 56.96 04:59:17 04:41:01 0 24.21 0.00 10.57 8.05 1.14 56.03 04:59:17 04:41:01 1 24.95 0.00 10.24 6.13 1.12 57.55 04:59:17 04:41:01 2 24.57 0.00 10.69 7.07 1.20 56.46 04:59:17 04:41:01 3 25.72 0.00 10.52 4.89 1.06 57.82 04:59:17 04:42:01 all 47.52 0.00 14.07 6.83 0.65 30.94 04:59:17 04:42:01 0 49.52 0.00 15.38 10.56 0.53 24.01 04:59:17 04:42:01 1 47.19 0.00 13.34 6.94 0.67 31.87 04:59:17 04:42:01 2 46.68 0.00 14.02 4.98 0.75 33.57 04:59:17 04:42:01 3 46.66 0.00 13.56 4.86 0.65 34.27 04:59:17 04:43:06 all 20.40 0.00 16.10 14.54 2.29 46.67 04:59:17 04:43:06 0 19.32 0.00 16.38 15.94 2.32 46.04 04:59:17 04:43:06 1 23.06 0.00 17.08 14.12 2.00 43.73 04:59:17 04:43:06 2 19.03 0.00 14.77 13.09 2.57 50.54 04:59:17 04:43:06 3 20.20 0.00 16.14 15.00 2.31 46.35 04:59:17 04:44:02 all 9.13 0.00 10.73 9.58 2.67 67.89 04:59:17 04:44:02 0 9.17 0.00 9.61 7.56 3.01 70.64 04:59:17 04:44:02 1 10.11 0.00 12.63 9.65 2.28 65.32 04:59:17 04:44:02 2 9.50 0.00 10.37 10.99 2.70 66.44 04:59:17 04:44:02 3 7.73 0.00 10.30 10.15 2.66 69.16 04:59:17 04:45:02 all 57.71 0.00 21.20 11.24 2.13 7.72 04:59:17 04:45:02 0 56.27 0.00 19.89 11.75 2.71 9.39 04:59:17 04:45:02 1 60.31 0.00 21.69 9.95 1.72 6.33 04:59:17 04:45:02 2 57.40 0.00 21.32 9.99 2.13 9.15 04:59:17 04:45:02 3 56.86 0.00 21.94 13.26 1.97 5.98 04:59:17 04:46:01 all 21.31 0.00 16.35 24.58 3.08 34.68 04:59:17 04:46:01 0 20.99 0.00 14.77 26.15 3.01 35.07 04:59:17 04:46:01 1 24.00 0.00 16.96 23.88 2.86 32.30 04:59:17 04:46:01 2 19.75 0.00 16.31 24.21 3.30 36.43 04:59:17 04:46:01 3 20.49 0.00 17.32 24.11 3.17 34.91 04:59:17 04:47:01 all 17.17 0.00 18.83 26.38 0.68 36.94 04:59:17 04:47:01 0 15.96 0.00 16.17 20.84 0.78 46.26 04:59:17 04:47:01 1 17.55 0.00 21.38 32.20 0.67 28.19 04:59:17 04:47:01 2 17.82 0.00 18.11 25.39 0.71 37.98 04:59:17 04:47:01 3 17.34 0.00 19.69 27.08 0.56 35.32 04:59:17 04:48:01 all 52.97 0.00 17.72 22.25 0.06 7.00 04:59:17 04:48:01 0 51.95 0.00 18.29 21.07 0.07 8.62 04:59:17 04:48:01 1 52.69 0.00 17.39 24.52 0.03 5.36 04:59:17 04:48:01 2 52.99 0.00 17.87 21.47 0.07 7.60 04:59:17 04:48:01 3 54.29 0.00 17.30 21.94 0.03 6.43 04:59:17 04:49:01 all 2.56 0.00 2.92 3.77 0.01 90.74 04:59:17 04:49:01 0 2.59 0.00 3.48 1.51 0.02 92.41 04:59:17 04:49:01 1 2.33 0.00 2.76 5.64 0.00 89.26 04:59:17 04:49:01 2 2.35 0.00 2.52 4.46 0.00 90.67 04:59:17 04:49:01 3 2.95 0.00 2.92 3.49 0.02 90.62 04:59:17 04:50:02 all 0.15 0.00 0.03 0.03 0.00 99.78 04:59:17 04:50:02 0 0.02 0.00 0.02 0.02 0.00 99.95 04:59:17 04:50:02 1 0.53 0.00 0.03 0.03 0.02 99.38 04:59:17 04:50:02 2 0.05 0.00 0.05 0.05 0.02 99.83 04:59:17 04:50:02 3 0.02 0.00 0.03 0.05 0.00 99.90 04:59:17 04:51:01 all 0.17 0.00 0.03 0.03 0.00 99.78 04:59:17 04:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:59:17 04:51:01 1 0.58 0.00 0.03 0.02 0.00 99.37 04:59:17 04:51:01 2 0.05 0.00 0.02 0.02 0.00 99.92 04:59:17 04:51:01 3 0.03 0.00 0.02 0.05 0.00 99.90 04:59:17 04:52:01 all 0.14 0.00 0.02 0.00 0.00 99.83 04:59:17 04:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:59:17 04:52:01 1 0.53 0.00 0.03 0.00 0.00 99.43 04:59:17 04:52:01 2 0.00 0.00 0.03 0.00 0.00 99.97 04:59:17 04:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:59:17 04:53:01 all 0.16 0.00 0.03 0.02 0.00 99.79 04:59:17 04:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:59:17 04:53:01 1 0.53 0.00 0.02 0.00 0.00 99.45 04:59:17 04:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:59:17 04:53:01 3 0.05 0.00 0.07 0.08 0.00 99.80 04:59:17 04:54:01 all 0.14 0.00 0.02 0.00 0.00 99.83 04:59:17 04:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:59:17 04:54:01 1 0.48 0.00 0.00 0.00 0.00 99.52 04:59:17 04:54:01 2 0.05 0.00 0.00 0.00 0.00 99.95 04:59:17 04:54:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:59:17 04:55:01 all 0.08 0.00 0.03 0.00 0.00 99.89 04:59:17 04:55:01 0 0.02 0.00 0.02 0.02 0.00 99.95 04:59:17 04:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:59:17 04:55:01 2 0.25 0.00 0.05 0.00 0.00 99.70 04:59:17 04:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:59:17 04:56:01 all 0.03 0.00 0.04 0.09 0.00 99.84 04:59:17 04:56:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:59:17 04:56:01 1 0.03 0.00 0.07 0.35 0.00 99.55 04:59:17 04:56:01 2 0.05 0.00 0.07 0.00 0.00 99.88 04:59:17 04:56:01 3 0.02 0.00 0.03 0.02 0.00 99.93 04:59:17 04:57:01 all 0.15 0.00 0.03 0.01 0.00 99.81 04:59:17 04:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:59:17 04:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:59:17 04:57:01 2 0.53 0.00 0.02 0.03 0.00 99.42 04:59:17 04:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:59:17 04:58:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:59:17 04:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:59:17 04:58:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:59:17 04:58:01 2 0.52 0.00 0.02 0.00 0.00 99.47 04:59:17 04:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:59:17 04:59:01 all 3.89 0.00 2.07 2.08 0.01 91.95 04:59:17 04:59:01 0 3.19 0.00 2.13 1.81 0.00 92.86 04:59:17 04:59:01 1 4.43 0.00 2.13 2.08 0.03 91.33 04:59:17 04:59:01 2 4.24 0.00 2.00 3.74 0.02 90.00 04:59:17 04:59:01 3 3.70 0.00 2.01 0.67 0.02 93.61 04:59:17 Average: all 10.12 0.00 5.03 4.62 0.45 79.78 04:59:17 Average: 0 9.83 0.00 5.01 4.49 0.48 80.18 04:59:17 Average: 1 10.47 0.00 5.17 4.83 0.41 79.13 04:59:17 Average: 2 10.04 0.00 4.90 4.62 0.48 79.97 04:59:17 Average: 3 10.13 0.00 5.02 4.55 0.44 79.85 04:59:17 04:59:17 04:59:17