Pull request #2850 updated 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 andresrinivasan for edgexfoundry/edgex-go Loading trusted files from base branch master at 30fe914c5ad8e4d98bae6ee0071c56635472cae5 rather than 1689726a066024037b752ff50bec3c296e6bf539 Obtained Jenkinsfile from 30fe914c5ad8e4d98bae6ee0071c56635472cae5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 f3f382fce060f16c10d6f597981912fab355381a 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 --version # 'git version 2.16.6' > 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 f3f382fce060f16c10d6f597981912fab355381a 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 > git --version # 'git version 2.16.6' 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9517 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 1689726a066024037b752ff50bec3c296e6bf539 Merge succeeded, producing 1689726a066024037b752ff50bec3c296e6bf539 Checking out Revision 1689726a066024037b752ff50bec3c296e6bf539 (PR-2850) > git config core.sparsecheckout # timeout=10 > git checkout -f 1689726a066024037b752ff50bec3c296e6bf539 # 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 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1689726a066024037b752ff50bec3c296e6bf539 # timeout=10 Commit message: "feat(security): Add security-redis-bootstrap service" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:40:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 08f1ccab20f4d354bf5f6520d9f6f9bf8b1718d2 # timeout=10 16:40:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:40:09 ========================================================= 16:40:09 EdgeX Global Pipelines Version Info 16:40:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:40:10 ------------------- 16:40:10 stable info: 16:40:10 ------------------- 16:40:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:40:10 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 16:40:10 Message: update stable to v1.0.148 16:40:11 ------------------- 16:40:11 experimental info: 16:40:11 ------------------- 16:40:11 Commited By: **** collab-it+edgex@linuxfoundation.org 16:40:11 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 16:40:11 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:40:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:40:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:40:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:40:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2850 [Pipeline] echo 16:40:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2850 [Pipeline] echo 16:40:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2850 [Pipeline] echo 16:40:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1689726a066024037b752ff50bec3c296e6bf539 [Pipeline] echo 16:40:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1689726 [Pipeline] echo 16:40:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 16:40:15 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/core-command/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo core-command,cmd/core-command/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/core-data/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo core-data,cmd/core-data/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/core-metadata/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo core-metadata,cmd/core-metadata/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/security-proxy-setup/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/security-secrets-setup/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/support-logging/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo support-logging,cmd/support-logging/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/support-notifications/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo support-notifications,cmd/support-notifications/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/support-scheduler/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:40:15 + for file in '`ls cmd/**/Dockerfile`' 16:40:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:40:15 ++ cut -d/ -f2 16:40:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:40:15 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 16:40:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:17 16:40:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:40:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:17 latest: Pulling from edgex-devops/git-semver 16:40:17 31603596830f: Pulling fs layer 16:40:17 2a8b12db71e7: Pulling fs layer 16:40:17 6ca5941a6612: Pulling fs layer 16:40:17 ecc8261a40a4: Pulling fs layer 16:40:17 ecc8261a40a4: Waiting 16:40:17 2a8b12db71e7: Verifying Checksum 16:40:17 2a8b12db71e7: Download complete 16:40:17 6ca5941a6612: Verifying Checksum 16:40:17 6ca5941a6612: Download complete 16:40:17 ecc8261a40a4: Verifying Checksum 16:40:17 ecc8261a40a4: Download complete 16:40:17 31603596830f: Verifying Checksum 16:40:17 31603596830f: Download complete 16:40:18 31603596830f: Pull complete 16:40:18 2a8b12db71e7: Pull complete 16:40:19 6ca5941a6612: Pull complete 16:40:19 ecc8261a40a4: Pull complete 16:40:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:40:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:40:19 prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container 16:40:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10004/edgex-devops/git-semver:latest cat 16:40:22 $ docker top 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:40:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:40:22 [ssh-agent] Looking for ssh-agent implementation... 16:40:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:40:22 $ docker exec 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb ssh-agent 16:40:22 SSH_AUTH_SOCK=/tmp/ssh-V1Vsa3EVipJZ/agent.11 16:40:22 SSH_AGENT_PID=16 16:40:22 Running ssh-add (command line suppressed) 16:40:22 Identity added: /w/workspace/edgex-go/7@tmp/private_key_5506704883473177125.key (/w/workspace/edgex-go/7@tmp/private_key_5506704883473177125.key) 16:40:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:40:23 + git tag --points-at HEAD [Pipeline] } 16:40:23 $ docker exec --env ******** --env ******** 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb ssh-agent -k 16:40:23 unset SSH_AUTH_SOCK; 16:40:23 unset SSH_AGENT_PID; 16:40:23 echo Agent pid 16 killed; 16:40:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:40:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:40:23 [ssh-agent] Looking for ssh-agent implementation... 16:40:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:40:23 $ docker exec 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb ssh-agent 16:40:23 SSH_AUTH_SOCK=/tmp/ssh-nOHyxRulk2Pj/agent.45 16:40:23 SSH_AGENT_PID=51 16:40:23 Running ssh-add (command line suppressed) 16:40:24 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7398587966152285864.key (/w/workspace/edgex-go/7@tmp/private_key_7398587966152285864.key) 16:40:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:40:24 + git semver init 16:40:24 # -> Open(): unable to determine branch for HEAD 16:40:24 # $GIT_DIR = /w/workspace/edgex-go/7/.git 16:40:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 16:40:24 # $SEMVER_REMOTE_NAME = origin 16:40:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:40:24 # $SEMVER_USER_NAME = edgex-jenkins 16:40:24 # $SEMVER_BRANCH = PR-2850 16:40:24 # $SEMVER_TEMP = /tmp/semver-144645469 16:40:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:40:46 # '/tmp/semver-144645469' -> '/w/workspace/edgex-go/7/.semver' 16:40:46 # -> Force: false 16:40:46 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 16:40:46 $ docker exec --env ******** --env ******** 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb ssh-agent -k 16:40:46 unset SSH_AUTH_SOCK; 16:40:46 unset SSH_AGENT_PID; 16:40:46 echo Agent pid 51 killed; 16:40:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:40:47 + git semver [Pipeline] } 16:40:47 $ docker stop --time=1 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb 16:40:49 $ docker rm -f 26aab9d2307b47ed2959d5cda4f87a9cd8ec59032b8c615356473caef50737fb [Pipeline] // withDockerContainer [Pipeline] sh 16:40:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:40:50 Stashed 1 file(s) [Pipeline] echo 16:40:50 [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 16:40:51 ========================================================= 16:40:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:40:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:40:51 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:40:54 Sending build context to Docker daemon 325.9MB 16:40:54 Step 1/7 : ARG BASE=golang:1.15-alpine 16:40:54 Step 2/7 : FROM ${BASE} 16:40:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:40:54 df20fa9351a1: Pulling fs layer 16:40:54 ed8968b2872e: Pulling fs layer 16:40:54 a92cc7c5fd73: Pulling fs layer 16:40:54 e871e8e8d7a9: Pulling fs layer 16:40:54 e73272ec9a57: Pulling fs layer 16:40:54 1e910a182e73: Pulling fs layer 16:40:54 4e634b169226: Pulling fs layer 16:40:54 e871e8e8d7a9: Waiting 16:40:54 e73272ec9a57: Waiting 16:40:54 1e910a182e73: Waiting 16:40:54 4e634b169226: Waiting 16:40:54 a92cc7c5fd73: Verifying Checksum 16:40:54 a92cc7c5fd73: Download complete 16:40:54 ed8968b2872e: Download complete 16:40:54 e73272ec9a57: Verifying Checksum 16:40:54 e73272ec9a57: Download complete 16:40:54 1e910a182e73: Verifying Checksum 16:40:54 1e910a182e73: Download complete 16:40:54 df20fa9351a1: Verifying Checksum 16:40:55 df20fa9351a1: Pull complete 16:40:55 ed8968b2872e: Pull complete 16:40:56 a92cc7c5fd73: Pull complete 16:40:56 4e634b169226: Verifying Checksum 16:40:56 4e634b169226: Download complete 16:40:57 e871e8e8d7a9: Verifying Checksum 16:40:57 e871e8e8d7a9: Download complete 16:41:02 e871e8e8d7a9: Pull complete 16:41:02 e73272ec9a57: Pull complete 16:41:02 1e910a182e73: Pull complete 16:41:05 Still waiting to schedule task 16:41:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:41:08 4e634b169226: Pull complete 16:41:08 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:41:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:41:08 ---> f7629b54cfaa 16:41:08 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 16:41:08 ---> Running in 3fb96393cdd0 16:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:09 (1/12) Installing libmagic (5.38-r0) 16:41:10 (2/12) Installing file (5.38-r0) 16:41:10 (3/12) Installing libc-dev (0.7.2-r3) 16:41:10 (4/12) Installing g++ (9.3.0-r2) 16:41:15 (5/12) Installing fortify-headers (1.1-r0) 16:41:15 (6/12) Installing patch (2.7.6-r6) 16:41:15 (7/12) Installing build-base (0.5-r2) 16:41:15 (8/12) Installing libsodium (1.0.18-r0) 16:41:15 (9/12) Installing pkgconf (1.7.2-r0) 16:41:15 (10/12) Installing libsodium-dev (1.0.18-r0) 16:41:15 (11/12) Installing libzmq (4.3.3-r0) 16:41:15 (12/12) Installing zeromq-dev (4.3.3-r0) 16:41:15 Executing busybox-1.31.1-r16.trigger 16:41:15 OK: 233 MiB in 51 packages 16:41:19 Removing intermediate container 3fb96393cdd0 16:41:19 ---> 323399fc6b87 16:41:19 Step 4/7 : WORKDIR /edgex-go 16:41:19 ---> Running in 25faea3f66a7 16:41:19 Removing intermediate container 25faea3f66a7 16:41:19 ---> c500202be032 16:41:19 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:41:19 latest: Pulling from library/docker 16:41:19 188c0c94c7c5: Pulling fs layer 16:41:19 0c7c675703d6: Pulling fs layer 16:41:19 cc8c12a437cb: Pulling fs layer 16:41:19 c5dafad2182a: Pulling fs layer 16:41:19 5aa711733414: Pulling fs layer 16:41:19 058f73b55e4b: Pulling fs layer 16:41:19 8c9c664faf12: Pulling fs layer 16:41:19 c5dafad2182a: Waiting 16:41:19 5aa711733414: Waiting 16:41:19 058f73b55e4b: Waiting 16:41:19 8c9c664faf12: Waiting 16:41:19 cc8c12a437cb: Verifying Checksum 16:41:19 cc8c12a437cb: Download complete 16:41:20 188c0c94c7c5: Verifying Checksum 16:41:20 188c0c94c7c5: Download complete 16:41:20 0c7c675703d6: Verifying Checksum 16:41:20 0c7c675703d6: Download complete 16:41:20 5aa711733414: Verifying Checksum 16:41:20 5aa711733414: Download complete 16:41:20 058f73b55e4b: Verifying Checksum 16:41:20 058f73b55e4b: Download complete 16:41:20 8c9c664faf12: Verifying Checksum 16:41:20 8c9c664faf12: Download complete 16:41:20 188c0c94c7c5: Pull complete 16:41:20 0c7c675703d6: Pull complete 16:41:20 cc8c12a437cb: Pull complete 16:41:20 c5dafad2182a: Download complete 16:41:23 c5dafad2182a: Pull complete 16:41:23 5aa711733414: Pull complete 16:41:23 058f73b55e4b: Pull complete 16:41:23 8c9c664faf12: Pull complete 16:41:23 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:41:23 Status: Downloaded newer image for docker:latest 16:41:25 ---> 02be90daf540 16:41:25 Step 6/7 : COPY go.mod . 16:41:25 ---> 63ae3c657313 16:41:25 Step 7/7 : RUN go mod download 16:41:25 ---> Running in ab0a41a93257 16:41:47 Removing intermediate container ab0a41a93257 16:41:47 ---> 1b2b5561b5a6 16:41:47 Successfully built 1b2b5561b5a6 16:41:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:41:47 + docker inspect -f . ci-base-image-x86_64 16:41:47 . [Pipeline] withDockerContainer 16:41:47 prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container 16:41:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:41:48 $ docker top 8d0dc7622e0e8d00abb7fcaadef0c18598585fa4ec3e48909de94d94a4dc03eb -eo pid,comm [Pipeline] { [Pipeline] sh 16:41:49 + go version 16:41:49 go version go1.15.2 linux/amd64 [Pipeline] } 16:41:49 $ docker stop --time=1 8d0dc7622e0e8d00abb7fcaadef0c18598585fa4ec3e48909de94d94a4dc03eb 16:41:50 $ docker rm -f 8d0dc7622e0e8d00abb7fcaadef0c18598585fa4ec3e48909de94d94a4dc03eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:51 + docker inspect -f . ci-base-image-x86_64 16:41:51 . [Pipeline] withDockerContainer 16:41:51 prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container 16:41:51 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:41:52 $ docker top efa1bed6629ea5c24ae2a5bdd9f0a5fc13a6e785e0ba724f118203f94bc013dc -eo pid,comm [Pipeline] { [Pipeline] echo 16:41:52 ========================================================= 16:41:52 [edgeXBuildGoParallel] Running Tests and Build... 16:41:52 ========================================================= [Pipeline] sh 16:41:52 + make test 16:41:52 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:41:55 ? github.com/edgexfoundry/edgex-go [no test files] 16:42:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:42:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:42:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:42:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:42:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:42:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:42:13 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 16:42:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:42:13 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:42:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:42:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:42:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:42:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:42:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:42:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.029s coverage: 46.6% of statements 16:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.049s coverage: 27.1% of statements 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.014s coverage: 100.0% of statements 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.035s coverage: 64.9% of statements 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.033s coverage: 84.5% of statements 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.116s coverage: 28.6% of statements 16:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements 16:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements 16:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:42:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.041s coverage: 86.7% of statements 16:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:42:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements 16:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:42:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.016s coverage: 100.0% of statements 16:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:42:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.043s coverage: 95.7% of statements 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:42:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:42:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.012s coverage: 0.0% of statements [no tests to run] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.069s coverage: 63.5% of statements 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements 16:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.012s coverage: 91.3% of statements 16:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 16:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.012s coverage: 73.7% of statements 16:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.013s coverage: 100.0% of statements 16:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.086s coverage: 55.9% of statements 16:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.701s coverage: 86.3% of statements 16:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.390s coverage: 72.2% of statements 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements 16:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 16:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.005s coverage: 96.8% of statements 16:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.031s coverage: 36.5% of statements 16:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.094s coverage: 84.1% of statements 16:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements 16:42:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 16:42:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:42:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:42:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements 16:42:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:42:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.008s coverage: 83.8% of statements 16:42:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.075s coverage: 47.1% of statements 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.005s coverage: 100.0% of statements 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.030s coverage: 100.0% of statements 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.049s coverage: 29.1% of statements 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:42:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements 16:42:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:42:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 16:42:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:42:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:42:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:42:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:42:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 16:42:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:42:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:42:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements 16:42:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements 16:42:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 16:42:33 GO111MODULE=on go vet ./... 16:42:39 gofmt -l . 16:42:40 [ "`gofmt -l .`" = "" ] 16:42:40 ./bin/test-go-mod-tidy.sh 16:42:41 ./bin/test-attribution-txt.sh [Pipeline] sh 16:42:43 + ls -al . 16:42:43 total 632 16:42:43 drwxrwxr-x 10 1001 1001 4096 Oct 28 16:42 . 16:42:43 drwxr-xr-x 4 root root 28 Oct 28 16:41 .. 16:42:43 -rw-rw-r-- 1 1001 1001 11 Oct 28 16:40 .dockerignore 16:42:43 drwxrwxr-x 8 1001 1001 179 Oct 28 16:40 .git 16:42:43 drwxrwxr-x 3 1001 1001 125 Oct 28 16:40 .github 16:42:43 -rw-rw-r-- 1 1001 1001 944 Oct 28 16:40 .gitignore 16:42:43 drwx------ 3 1001 1001 47 Oct 28 16:40 .semver 16:42:43 -rw-rw-r-- 1 1001 1001 166 Oct 28 16:40 .sonarcloud.properties 16:42:43 -rw-rw-r-- 1 1001 1001 3804 Oct 28 16:40 CONTRIBUTING.md 16:42:43 -rw-rw-r-- 1 1001 1001 1035 Oct 28 16:40 Dockerfile.build 16:42:43 -rw-rw-r-- 1 1001 1001 863 Oct 28 16:40 Jenkinsfile 16:42:43 -rw-rw-r-- 1 1001 1001 10775 Oct 28 16:40 LICENSE 16:42:43 -rw-rw-r-- 1 1001 1001 6611 Oct 28 16:40 Makefile 16:42:43 -rw-rw-r-- 1 1001 1001 6447 Oct 28 16:40 README.md 16:42:43 -rw-rw-r-- 1 1001 1001 259 Oct 28 16:40 SECURITY.md 16:42:43 -rw-rw-r-- 1 1001 1001 5 Oct 28 16:40 VERSION 16:42:43 -rw-rw-r-- 1 1001 1001 4131 Oct 28 16:40 ZMQWindows.md 16:42:43 drwxrwxr-x 2 1001 1001 117 Oct 28 16:40 bin 16:42:43 drwxrwxr-x 15 1001 1001 4096 Oct 28 16:40 cmd 16:42:43 -rw-r--r-- 1 root root 539324 Oct 28 16:42 coverage.out 16:42:43 -rw-r--r-- 1 root root 1041 Oct 28 16:42 go.mod 16:42:43 -rw-r--r-- 1 root root 19010 Oct 28 16:42 go.sum 16:42:43 drwxrwxr-x 8 1001 1001 127 Oct 28 16:40 internal 16:42:43 drwxrwxr-x 4 1001 1001 26 Oct 28 16:40 openapi 16:42:43 drwxrwxr-x 4 1001 1001 71 Oct 28 16:40 snap 16:42:43 -rw-rw-r-- 1 1001 1001 168 Oct 28 16:40 version.go [Pipeline] sh 16:42:44 + '[' -e coverage.out ] 16:42:44 + chown 1001:1001 coverage.out [Pipeline] stash 16:42:44 Stashed 1 file(s) [Pipeline] sh 16:42:45 + make build 16:42:45 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 16:42:53 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 16:42:57 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 16:42:58 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 16:42:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:43: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 16:43:01 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 16:43:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9518 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws 16:43:02 Running in /w/workspace/edgex-go/7 [Pipeline] { 16:43: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 [Pipeline] checkout 16:43: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 16:43: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 16:43:06 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 16:43:07 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 16:43:08 using credential edgex-jenkins-ssh 16:43:08 Cloning the remote Git repository 16:43:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:43:08 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:43:08 > git init /w/workspace/edgex-go/7 # timeout=10 16:43:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:43:08 > git --version # timeout=10 16:43:08 > git --version # 'git version 2.17.1' 16:43:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:43:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 16:43:09 $ docker stop --time=1 efa1bed6629ea5c24ae2a5bdd9f0a5fc13a6e785e0ba724f118203f94bc013dc 16:43:11 $ docker rm -f efa1bed6629ea5c24ae2a5bdd9f0a5fc13a6e785e0ba724f118203f94bc013dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:43:14 16:43:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:43:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:43:15 latest: Pulling from edgex-devops/edgex-compose 16:43:15 cbdbe7a5bc2a: Pulling fs layer 16:43:15 ca9280d653b3: Pulling fs layer 16:43:15 7e9c9ca2126c: Pulling fs layer 16:43:15 cbdbe7a5bc2a: Download complete 16:43:15 ca9280d653b3: Verifying Checksum 16:43:15 ca9280d653b3: Download complete 16:43:16 cbdbe7a5bc2a: Pull complete 16:43:17 ca9280d653b3: Pull complete 16:43:17 7e9c9ca2126c: Download complete 16:43:25 7e9c9ca2126c: Pull complete 16:43:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:43:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:43:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:43:25 prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container 16:43:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:43:26 $ docker top e6689b23f46b5e658375cdc3d26cd258d13831a9cd95d2edb518f9b4d1c9f122 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:27 + docker-compose build --help 16:43:27 + grep parallel 16:43:28 --parallel Build images in parallel. [Pipeline] } 16:43:28 $ docker stop --time=1 e6689b23f46b5e658375cdc3d26cd258d13831a9cd95d2edb518f9b4d1c9f122 16:43:28 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 1689726a066024037b752ff50bec3c296e6bf539 16:43:29 $ docker rm -f e6689b23f46b5e658375cdc3d26cd258d13831a9cd95d2edb518f9b4d1c9f122 16:43:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:43:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:43:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:43:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:43:27 using GIT_SSH to set credentials SSH Credentials for GitHub 16:43:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:43:28 > git config core.sparsecheckout # timeout=10 16:43:28 > git checkout -f 1689726a066024037b752ff50bec3c296e6bf539 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:43:29 Failed in branch arm64 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:43:30 . [Pipeline] withDockerContainer 16:43:30 prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container 16:43:30 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:43:31 $ docker top a5427a89dba68318d05c65f6963b6fedb2725425133157ed148193eb89b12c71 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:31 + docker-compose -f ./docker-compose-build.yml build --parallel 16:43:32 Building docker-core-command-go ... 16:43:32 Building docker-core-data-go ... 16:43:32 Building docker-core-metadata-go ... 16:43:32 Building docker-security-bootstrap-redis-go ... 16:43:32 Building docker-security-proxy-setup-go ... 16:43:32 Building docker-security-secrets-setup-go ... 16:43:32 Building docker-security-secretstore-setup-go ... 16:43:32 Building docker-support-logging-go ... 16:43:32 Building docker-support-notifications-go ... 16:43:32 Building docker-support-scheduler-go ... 16:43:32 Building docker-sys-mgmt-agent-go ... 16:43:32 Building docker-security-proxy-setup-go 16:43:32 Building docker-core-metadata-go 16:43:32 Building docker-core-command-go 16:43:32 Building docker-core-data-go 16:43:32 Building docker-security-secretstore-setup-go 16:44:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:44:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:44:04 ---> 1b2b5561b5a6 16:44:04 Step 3/24 : WORKDIR /edgex-go 16:44:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:44:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:44:04 ---> 1b2b5561b5a6 16:44:04 Step 3/23 : WORKDIR /edgex-go 16:44:04 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 16:44:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:44:04 ---> 1b2b5561b5a6 16:44:04 Step 3/20 : WORKDIR /edgex-go 16:44:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:44:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:44:04 ---> 1b2b5561b5a6 16:44:04 Step 3/22 : WORKDIR /edgex-go 16:44:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:44:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:44:05 ---> 1b2b5561b5a6 16:44:05 Step 3/22 : WORKDIR /edgex-go 16:44:06 ---> Running in e7f7e449f6a7 16:44:06 ---> Running in c7ea29ba7058 16:44:06 ---> Running in a90d56dc442c 16:44:06 ---> Running in 39da5cb047bd 16:44:06 ---> Running in 5b3937401e75 16:44:06 Removing intermediate container 5b3937401e75 16:44:06 ---> ae3863f143ac 16:44:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:06 Removing intermediate container e7f7e449f6a7 16:44:06 ---> a35bdce0482a 16:44:06 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:06 Removing intermediate container 39da5cb047bd 16:44:06 ---> 78e3bef65ba4 16:44:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:06 Removing intermediate container a90d56dc442c 16:44:06 ---> a9736c57e5e2 16:44:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:06 Removing intermediate container c7ea29ba7058 16:44:06 ---> 30dbe80b3bfb 16:44:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:06 ---> Running in 6321b265d87d 16:44:06 ---> Running in a23b29a27fc5 16:44:06 ---> Running in 690abec2b55f 16:44:06 ---> Running in 4ef46c327f04 16:44:06 ---> Running in 171a2e5e4814 16:44:08 Removing intermediate container 690abec2b55f 16:44:08 ---> 8f684dddd9cc 16:44:08 Step 5/22 : RUN apk update && apk add make git 16:44:08 Removing intermediate container a23b29a27fc5 16:44:08 ---> 3b3af0a37b36 16:44:08 Step 5/20 : RUN apk update && apk add make git 16:44:08 ---> Running in ae79327ccd34 16:44:09 ---> Running in 773d0c8a817b 16:44:09 Removing intermediate container 6321b265d87d 16:44:09 ---> 64ec48ff971b 16:44:09 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:44:09 Removing intermediate container 171a2e5e4814 16:44:09 ---> ae8e6bf1d5ed 16:44:09 Step 5/24 : RUN apk update && apk add make git 16:44:09 ---> Running in dca92bcda3fa 16:44:09 ---> Running in a0f2fdb2c5ce 16:44:09 Removing intermediate container 4ef46c327f04 16:44:09 ---> 7ff6910e4a6c 16:44:09 Step 5/22 : RUN apk update && apk add make git 16:44:09 ---> Running in 54bf9e5dfb16 16:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:11 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:44:11 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:44:11 OK: 12752 distinct packages available 16:44:11 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:44:11 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:44:11 OK: 12752 distinct packages available 16:44:11 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:44:11 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:44:11 OK: 12752 distinct packages available 16:44:11 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:44:11 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:44:11 OK: 12752 distinct packages available 16:44:11 OK: 233 MiB in 51 packages 16:44:11 OK: 233 MiB in 51 packages 16:44:11 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:44:11 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:44:11 OK: 12752 distinct packages available 16:44:11 OK: 233 MiB in 51 packages 16:44:11 OK: 233 MiB in 51 packages 16:44:12 OK: 233 MiB in 51 packages 16:44:12 Removing intermediate container 773d0c8a817b 16:44:12 ---> bb6b83bcdb5c 16:44:12 Step 6/20 : COPY go.mod . 16:44:13 Removing intermediate container dca92bcda3fa 16:44:13 ---> 72fcf9febe74 16:44:13 Step 6/23 : COPY go.mod . 16:44:13 Removing intermediate container ae79327ccd34 16:44:13 ---> 98019c3290a5 16:44:13 Step 6/22 : COPY go.mod . 16:44:13 ---> c7fad7439f28 16:44:13 Step 7/20 : RUN go mod download 16:44:13 Removing intermediate container a0f2fdb2c5ce 16:44:13 ---> c605b0fcd0a9 16:44:13 Step 6/24 : COPY go.mod . 16:44:13 ---> Running in c03716a9eec1 16:44:13 Removing intermediate container 54bf9e5dfb16 16:44:13 ---> b15b632e51fc 16:44:13 Step 6/22 : COPY go.mod . 16:44:13 ---> 9024ae1d4b94 16:44:13 Step 7/23 : RUN go mod download 16:44:13 ---> 5a2b25a34be5 16:44:13 Step 7/22 : RUN go mod download 16:44:13 ---> Running in ce051addfa9c 16:44:13 ---> Running in 7b6ea6bac3a6 16:44:13 ---> c0cd8799aa02 16:44:13 Step 7/24 : RUN go mod download 16:44:14 ---> 9c1f07c00689 16:44:14 Step 7/22 : RUN go mod download 16:44:14 ---> Running in ab0d5d292834 16:44:14 ---> Running in 0b8a59f1fd84 16:44:16 Removing intermediate container c03716a9eec1 16:44:16 ---> 1e54c38145e5 16:44:16 Step 8/20 : COPY . . 16:44:19 Removing intermediate container ce051addfa9c 16:44:19 ---> 7fd34fd272c9 16:44:19 Step 8/23 : COPY . . 16:44:19 Removing intermediate container 7b6ea6bac3a6 16:44:19 ---> 80c155b72814 16:44:19 Step 8/22 : COPY . . 16:44:25 Removing intermediate container ab0d5d292834 16:44:25 ---> f1ed432fcd30 16:44:25 Step 8/24 : COPY . . 16:44:25 Removing intermediate container 0b8a59f1fd84 16:44:25 ---> e768d5f3b08a 16:44:25 Step 8/22 : COPY . . 16:45:04 ---> 25eeb48baf9c 16:45:04 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 16:45:04 ---> Running in 964f2b03d75d 16:45:04 ---> 58bea882ff0d 16:45:04 Step 9/23 : RUN make cmd/core-data/core-data 16:45:04 ---> a0f9ab4a5a31 16:45:04 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:45:04 ---> 5c39e63ea7d0 16:45:04 Step 9/22 : RUN make cmd/core-command/core-command 16:45:04 ---> 7f2b81a75b9d 16:45:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:45:04 ---> Running in 0c952d679d7f 16:45:04 ---> Running in f1d8fa749528 16:45:04 ---> Running in 91e580989b5a 16:45:04 ---> Running in ce4a5b94fb19 16:45:04 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 16:45:04 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 16:45: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 16:45: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 16:45:04 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 16:45:31 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 16:45:34 Removing intermediate container 964f2b03d75d 16:45:34 ---> 37d432b6d0c6 16:45:34 16:45:34 Step 10/20 : FROM alpine 16:45:35 latest: Pulling from library/alpine 16:45:35 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:45:35 Status: Downloaded newer image for alpine:latest 16:45:35 ---> d6e46aa2470d 16:45:35 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:45:35 ---> Running in 3b9794f9eb4c 16:45:37 Removing intermediate container ce4a5b94fb19 16:45:37 ---> cd7f4b7d342a 16:45:37 16:45:37 Step 10/24 : FROM alpine:3.10 16:45:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:38 3.10: Pulling from library/alpine 16:45:38 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:45:38 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:45:38 OK: 12744 distinct packages available 16:45:38 (1/4) Installing ca-certificates (20191127-r4) 16:45:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:45:38 (3/4) Installing libcurl (7.69.1-r1) 16:45:38 (4/4) Installing curl (7.69.1-r1) 16:45:38 Executing busybox-1.31.1-r19.trigger 16:45:38 Executing ca-certificates-20191127-r4.trigger 16:45:38 OK: 7 MiB in 18 packages 16:45:40 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:45:40 Status: Downloaded newer image for alpine:3.10 16:45:40 ---> be4e4bea2c2e 16:45:40 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:45:42 ---> Running in e1a9f1a2526e 16:45:42 Removing intermediate container 3b9794f9eb4c 16:45:42 ---> 20a8f18a4525 16:45:42 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:45:42 Removing intermediate container 91e580989b5a 16:45:42 ---> 12d6071b98a8 16:45:42 16:45:42 Step 10/22 : FROM scratch 16:45:42 ---> 16:45:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:45:43 ---> Running in 06ddca265e71 16:45:43 ---> Running in 0ceeef7899e5 16:45:43 Removing intermediate container 06ddca265e71 16:45:43 ---> e23e98604527 16:45:43 Step 13/20 : WORKDIR /edgex 16:45:43 ---> Running in d07cbdd7606f 16:45:43 Removing intermediate container 0ceeef7899e5 16:45:43 ---> 800183ae971b 16:45:43 Step 12/22 : ENV APP_PORT=48082 16:45:43 ---> Running in 2d471ec46fc6 16:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 16:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 16:45:43 Removing intermediate container d07cbdd7606f 16:45:43 ---> 11d596fb306b 16:45:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:45:44 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:45:44 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:45:44 OK: 10346 distinct packages available 16:45:44 (1/5) Installing ca-certificates (20191127-r2) 16:45:45 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:45:45 (3/5) Installing libcurl (7.66.0-r1) 16:45:45 (4/5) Installing curl (7.66.0-r1) 16:45:45 (5/5) Installing dumb-init (1.2.2-r1) 16:45:45 Executing busybox-1.30.1-r3.trigger 16:45:45 Executing ca-certificates-20191127-r2.trigger 16:45:45 OK: 7 MiB in 19 packages 16:45:45 Removing intermediate container 2d471ec46fc6 16:45:45 ---> e55e2c10c9d8 16:45:45 Step 13/22 : EXPOSE $APP_PORT 16:45:47 ---> 1202ad33d1ce 16:45:47 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:45:47 ---> Running in aadf4033c76e 16:45:48 Removing intermediate container f1d8fa749528 16:45:48 ---> 7722e1c63126 16:45:48 16:45:48 Step 10/22 : FROM scratch 16:45:48 ---> 16:45:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:45:48 ---> Using cache 16:45:48 ---> 800183ae971b 16:45:48 Step 12/22 : ENV APP_PORT=48081 16:45:48 Removing intermediate container aadf4033c76e 16:45:48 ---> de5502848a40 16:45:48 Step 14/22 : WORKDIR / 16:45:48 ---> f0baea6b8eb1 16:45:48 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:45:49 Removing intermediate container e1a9f1a2526e 16:45:49 ---> 2c2f7bd18902 16:45:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:45:49 ---> Running in a3030ac988fe 16:45:49 ---> Running in 17c9eca804a3 16:45:49 ---> Running in 9c8eddcd904a 16:45:49 ---> Running in 91d96bf84ea9 16:45:51 Removing intermediate container a3030ac988fe 16:45:51 ---> d8606eb56b96 16:45:51 Step 13/22 : EXPOSE $APP_PORT 16:45:51 Removing intermediate container 17c9eca804a3 16:45:51 ---> ef6fb8b5d69b 16:45:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:45:51 Removing intermediate container 9c8eddcd904a 16:45:51 ---> 531e438758be 16:45:51 Step 17/20 : CMD ["--init=true"] 16:45:51 ---> Running in 347f39b1e89a 16:45:51 Removing intermediate container 91d96bf84ea9 16:45:51 ---> 3afdb3d537d6 16:45:51 Step 13/24 : WORKDIR / 16:45:51 Removing intermediate container 0c952d679d7f 16:45:51 ---> 3b647de03e97 16:45:51 16:45:51 Step 10/23 : FROM alpine 16:45:51 ---> d6e46aa2470d 16:45:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:45:51 ---> Running in a1e547bcadb3 16:45:51 ---> Running in 2fcdcb25cfcd 16:45:51 ---> Running in afa1865347a3 16:45:51 Removing intermediate container 347f39b1e89a 16:45:51 ---> 618a32d775ef 16:45:51 Step 14/22 : WORKDIR / 16:45:51 ---> 2fc95847dd32 16:45:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:45:51 ---> Running in 53ae2a1286c8 16:45:51 Removing intermediate container 2fcdcb25cfcd 16:45:51 ---> 6d42f2498003 16:45:51 Step 18/20 : LABEL arch=x86_64 16:45:51 Removing intermediate container a1e547bcadb3 16:45:51 ---> 90e6207cb565 16:45:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:45:52 ---> Running in af9d999af59a 16:45:52 Removing intermediate container afa1865347a3 16:45:52 ---> a8dcad658164 16:45:52 Step 12/23 : ENV APP_PORT=48080 16:45:52 Removing intermediate container 53ae2a1286c8 16:45:52 ---> 8f910be2eff6 16:45:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:45:52 ---> Running in b522463eec9f 16:45:52 ---> 4a44da3e726d 16:45:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:45:52 ---> eef07003b0ea 16:45:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:45:53 Removing intermediate container af9d999af59a 16:45:53 ---> 0784ea77b7ae 16:45:53 Step 19/20 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:45:53 ---> 17ece838188a 16:45:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:45:53 Removing intermediate container b522463eec9f 16:45:53 ---> 968c00c885fa 16:45:53 Step 13/23 : EXPOSE $APP_PORT 16:45:53 ---> 0efce245c387 16:45:53 Step 18/22 : ENTRYPOINT ["/core-command"] 16:45:53 ---> c2083851db0e 16:45:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:45:53 ---> Running in 5e967fdd6eec 16:45:53 ---> Running in 803304e26804 16:45:53 ---> Running in 62c2e080c4a9 16:45:54 Removing intermediate container 5e967fdd6eec 16:45:54 ---> e91eed3f7a1d 16:45:54 Step 20/20 : LABEL version=0.0.0 16:45:54 ---> cc72fde941dc 16:45:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:45:54 ---> Running in b21932d0e28d 16:45:54 Removing intermediate container 803304e26804 16:45:54 ---> cca4da2d8408 16:45:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:54 ---> a356ac13cc83 16:45:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:45:54 Removing intermediate container 62c2e080c4a9 16:45:54 ---> 3499b4f04eb4 16:45:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:45:54 ---> Running in 1d9cc6dac6b5 16:45:54 ---> Running in 7565849bd06c 16:45:54 Removing intermediate container b21932d0e28d 16:45:54 ---> 9b1ab8856360 16:45:54 16:45:55 Successfully built 9b1ab8856360 16:45:55 ---> 47917d53f080 16:45:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:45:55 ---> c0b6a85f400a 16:45:55 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:45:55 Successfully tagged docker-security-proxy-setup-go:latest 16:45:55 Building docker-security-bootstrap-redis-go 16:45:55  Building docker-security-proxy-setup-go ... done Removing intermediate container 7565849bd06c 16:45:55 ---> 320a8f98eba4 16:45:55 Step 20/22 : LABEL arch=x86_64 16:45:55 ---> Running in 64be9330a033 16:45:55 ---> Running in 75c026022107 16:45:55 Removing intermediate container 64be9330a033 16:45:55 ---> 5aec1aafac22 16:45:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:45:56 ---> fda437f98fdd 16:45:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:45:56 ---> Running in 0c6ef9df9d1d 16:45:56 Removing intermediate container 75c026022107 16:45:56 ---> 7e68b17e796c 16:45:56 Step 21/22 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:45:56 Removing intermediate container 1d9cc6dac6b5 16:45:56 ---> 21cb6d6cdcaa 16:45:56 Step 15/23 : RUN apk --no-cache add zeromq 16:45:56 ---> Running in 505f95667589 16:45:56 ---> Running in 9f25009f62f1 16:45:56 Removing intermediate container 0c6ef9df9d1d 16:45:56 ---> 7598bf8c3e25 16:45:56 Step 20/22 : LABEL arch=x86_64 16:45:56 ---> ddcc654fd7a7 16:45:56 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:45:57 ---> Running in 6d29a8613050 16:45:58 ---> Running in b544e3f68474 16:45:58 Removing intermediate container 505f95667589 16:45:58 ---> 5347fa73153b 16:45:58 Step 22/22 : LABEL version=0.0.0 16:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:46:00 Removing intermediate container 6d29a8613050 16:46:00 ---> d845d93abf57 16:46:00 Step 21/22 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:46:00 ---> Running in a35626c2f291 16:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:46:00 ---> Running in 6de44ac6a58a 16:46:00 (1/5) Installing libgcc (9.3.0-r2) 16:46:00 (2/5) Installing libsodium (1.0.18-r0) 16:46:01 Removing intermediate container a35626c2f291 16:46:01 ---> 8fb4d2ff131c 16:46:01 16:46:01 (3/5) Installing libstdc++ (9.3.0-r2) 16:46:01 Successfully built 8fb4d2ff131c 16:46:01 Successfully tagged docker-core-command-go:latest 16:46:01  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 16:46:01 Removing intermediate container 6de44ac6a58a 16:46:01 ---> 5db6320f8535 16:46:01 Step 22/22 : LABEL version=0.0.0 16:46:01 (4/5) Installing libzmq (4.3.3-r0) 16:46:01 (5/5) Installing zeromq (4.3.3-r0) 16:46:01 Executing busybox-1.31.1-r19.trigger 16:46:02 OK: 8 MiB in 19 packages 16:46:02 ---> Running in 94ea8e450aa1 16:46:06 Removing intermediate container 94ea8e450aa1 16:46:06 ---> 20f967ff01ad 16:46:06 16:46:09 Successfully built 20f967ff01ad 16:46:10 Successfully tagged docker-core-metadata-go:latest 16:46:10 Building docker-support-scheduler-go 16:46:11  Building docker-core-metadata-go ... done Removing intermediate container b544e3f68474 16:46:11 ---> a1480446aa86 16:46:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:46:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:46:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:46:11 ---> 1b2b5561b5a6 16:46:11 Step 3/22 : WORKDIR /edgex-go 16:46:11 ---> Using cache 16:46:11 ---> 30dbe80b3bfb 16:46:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:11 ---> Using cache 16:46:11 ---> ae8e6bf1d5ed 16:46:11 Step 5/22 : RUN apk update && apk add make git 16:46:11 ---> Using cache 16:46:11 ---> c605b0fcd0a9 16:46:11 Step 6/22 : COPY go.mod . 16:46:11 ---> Using cache 16:46:11 ---> c0cd8799aa02 16:46:11 Step 7/22 : RUN go mod download 16:46:11 ---> Using cache 16:46:11 ---> f1ed432fcd30 16:46:11 Step 8/22 : COPY . . 16:46:11 ---> Using cache 16:46:11 ---> 7f2b81a75b9d 16:46:11 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:46:12 Removing intermediate container 9f25009f62f1 16:46:12 ---> ec9f0df22895 16:46:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:46:15 ---> Running in e838983dc992 16:46:15 ---> Running in 86b5568c4429 16:46:16 ---> 21ff224188b1 16:46:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:46:17 Removing intermediate container e838983dc992 16:46:17 ---> 702451830699 16:46:17 Step 22/24 : LABEL arch=x86_64 16:46:19 ---> Running in 9570a57c0ab4 16:46:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:46:19 ---> 9cca1b6fdce3 16:46:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:46:20 Removing intermediate container 9570a57c0ab4 16:46:20 ---> b0b936feddc9 16:46:20 Step 23/24 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:46:20 ---> Running in 6aa19e3ea513 16:46:20 ---> e60d7e85c939 16:46:20 Step 19/23 : ENTRYPOINT ["/core-data"] 16:46:21 ---> Running in 461221e79d4e 16:46:22 Removing intermediate container 6aa19e3ea513 16:46:22 ---> 044a732288b1 16:46:22 Step 24/24 : LABEL version=0.0.0 16:46:22 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:46:22 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:46:22 ---> 1b2b5561b5a6 16:46:22 Step 3/27 : WORKDIR /edgex-go 16:46:22 ---> Using cache 16:46:22 ---> 30dbe80b3bfb 16:46:22 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:22 ---> Using cache 16:46:22 ---> ae8e6bf1d5ed 16:46:22 Step 5/27 : RUN apk update && apk add make bash git 16:46:23 ---> Running in 545c5079b755 16:46:23 Removing intermediate container 461221e79d4e 16:46:23 ---> 5f8e0f2bce6f 16:46:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:46:24 ---> Running in 119798198f30 16:46:24 ---> Running in 35a275e3615c 16:46:24 Removing intermediate container 545c5079b755 16:46:24 ---> 5f3ddd2926be 16:46:24 16:46:24 Successfully built 5f3ddd2926be 16:46:24 Removing intermediate container 35a275e3615c 16:46:24 ---> 909dc9e43a2f 16:46:24 Step 21/23 : LABEL arch=x86_64 16:46:24 Successfully tagged docker-security-secretstore-setup-go:latest 16:46:24  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 16:46:24 ---> Running in 060506f02443 16:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:46:27 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:46:27 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:46:27 OK: 12752 distinct packages available 16:46:28 OK: 233 MiB in 51 packages 16:46:28 Removing intermediate container 060506f02443 16:46:28 ---> c7688e4544b7 16:46:28 Step 22/23 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:46:33 ---> Running in fb50a46a8725 16:46:35 Removing intermediate container fb50a46a8725 16:46:35 ---> 2c6d1372ea96 16:46:35 Step 23/23 : LABEL version=0.0.0 16:46:36 ---> Running in efd87e3113ea 16:46:36 Removing intermediate container 119798198f30 16:46:36 ---> 56b8d2a0a379 16:46:36 Step 6/27 : COPY go.mod . 16:46:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:46:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:46:36 ---> 1b2b5561b5a6 16:46:36 Step 3/21 : WORKDIR /edgex-go 16:46:36 ---> Using cache 16:46:36 ---> 30dbe80b3bfb 16:46:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:36 ---> Using cache 16:46:36 ---> ae8e6bf1d5ed 16:46:36 Step 5/21 : RUN apk update && apk add make git 16:46:36 ---> Using cache 16:46:36 ---> c605b0fcd0a9 16:46:36 Step 6/21 : COPY go.mod . 16:46:36 ---> Using cache 16:46:36 ---> c0cd8799aa02 16:46:36 Step 7/21 : RUN go mod download 16:46:36 ---> Using cache 16:46:36 ---> f1ed432fcd30 16:46:36 Step 8/21 : COPY . . 16:46:36 ---> Using cache 16:46:36 ---> 7f2b81a75b9d 16:46:36 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:46:37 Removing intermediate container efd87e3113ea 16:46:37 ---> 572a18bb522e 16:46:37 16:46:37 ---> Running in 453c99422f74 16:46:37 ---> 79b3f72fccdb 16:46:37 Step 7/27 : RUN go mod download 16:46:37 Successfully built 572a18bb522e 16:46:37 Successfully tagged docker-core-data-go:latest 16:46:37  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 16:46:37 ---> Running in 7a63e5dae998 16:46:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:46:47 Removing intermediate container 7a63e5dae998 16:46:47 ---> 656db83366d7 16:46:47 Step 8/27 : COPY . . 16:46:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:46:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:46:47 ---> 1b2b5561b5a6 16:46:47 Step 3/22 : WORKDIR /edgex-go 16:46:47 ---> Using cache 16:46:47 ---> 30dbe80b3bfb 16:46:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:47 ---> Using cache 16:46:47 ---> ae8e6bf1d5ed 16:46:47 Step 5/22 : RUN apk update && apk add make && apk add bash git 16:46:49 Removing intermediate container 86b5568c4429 16:46:49 ---> 7ed27de04887 16:46:49 16:46:49 Step 10/22 : FROM alpine:3.10 16:46:49 ---> be4e4bea2c2e 16:46:49 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:46:49 ---> Using cache 16:46:49 ---> 2c2f7bd18902 16:46:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:46:50 ---> Running in 2b5f39e4fbab 16:46:53 ---> Running in 266e57470c08 16:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:46:57 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:46:57 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:46:57 OK: 12752 distinct packages available 16:46:57 OK: 233 MiB in 51 packages 16:46:57 OK: 233 MiB in 51 packages 16:46:57 Removing intermediate container 266e57470c08 16:46:57 ---> 17979cf3e844 16:46:57 Step 13/22 : WORKDIR / 16:46:59 ---> Running in 7b7a427ca91a 16:47:00 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 16:47:00 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 16:47:00 ---> 1b2b5561b5a6 16:47:00 Step 3/29 : WORKDIR /edgex-go 16:47:00 ---> Using cache 16:47:00 ---> 30dbe80b3bfb 16:47:00 Step 4/29 : RUN apk update && apk add make git 16:47:02 Removing intermediate container 7b7a427ca91a 16:47:02 ---> 682582709fdc 16:47:02 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:47:02 ---> Running in 19a60eb724f1 16:47:03 Removing intermediate container 2b5f39e4fbab 16:47:03 ---> 3018008e349f 16:47:03 Step 6/22 : COPY go.mod . 16:47:03 ---> ae83b62bf2ed 16:47:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:05 ---> db77d8d6cd4c 16:47:05 Step 7/22 : RUN go mod download 16:47:05 ---> 6ebc61377a64 16:47:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:47:05 ---> Running in 44acf079dc09 16:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:06 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:47:06 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:47:06 OK: 12752 distinct packages available 16:47:06 OK: 233 MiB in 51 packages 16:47:07 ---> 2da1375ff458 16:47:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:47:11 ---> 756861a79b24 16:47:11 Step 18/22 : RUN chmod +x entrypoint.sh 16:47:12 ---> Running in 74a00f189010 16:47:12 Removing intermediate container 19a60eb724f1 16:47:12 ---> bc1f4092b436 16:47:12 Step 5/29 : COPY go.mod . 16:47:12 Removing intermediate container 453c99422f74 16:47:12 ---> 91696079aaae 16:47:12 16:47:12 Step 10/21 : FROM scratch 16:47:12 ---> 16:47:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:47:12 ---> e63a89a675c5 16:47:12 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:47:12 ---> Running in 301bc3899479 16:47:12 ---> Using cache 16:47:12 ---> 800183ae971b 16:47:12 Step 12/21 : ENV APP_PORT=48085 16:47:12 ---> 6dc9799e468f 16:47:12 Step 6/29 : RUN go mod download 16:47:12 Removing intermediate container 44acf079dc09 16:47:12 ---> c5557370d0cf 16:47:12 Step 8/22 : COPY . . 16:47:12 ---> Running in 4e2ba8f93828 16:47:12 ---> Running in 760b45ddf7e0 16:47:12 Removing intermediate container 4e2ba8f93828 16:47:12 ---> 04e8c8a9b40e 16:47:12 Step 13/21 : EXPOSE $APP_PORT 16:47:12 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 16:47:13 ---> Running in d1b33472b78c 16:47:13 Removing intermediate container d1b33472b78c 16:47:13 ---> 96f8b576ab5d 16:47:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:47:14 Removing intermediate container 74a00f189010 16:47:14 ---> 9c8521d1d7a1 16:47:14 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:47:15 ---> Running in 22a11c507797 16:47:17 ---> 17d8c219ea7d 16:47:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:47:20 Removing intermediate container 22a11c507797 16:47:20 ---> 41711b425df3 16:47:20 Step 20/22 : LABEL arch=x86_64 16:47:20 Removing intermediate container 760b45ddf7e0 16:47:20 ---> 3880a8bb32b8 16:47:20 Step 7/29 : COPY . . 16:47:20 ---> Running in 62b8e49d98d8 16:47:22 ---> 24f0237fb007 16:47:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:47:23 Removing intermediate container 62b8e49d98d8 16:47:23 ---> 5bab0c290a56 16:47:23 Step 21/22 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:47:25 ---> Running in ecbc93e52f92 16:47:28 ---> 4d7ace0d1625 16:47:28 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:47:31 ---> Running in 705efc94762c 16:47:31 Removing intermediate container ecbc93e52f92 16:47:31 ---> c6277b46b893 16:47:31 Step 22/22 : LABEL version=0.0.0 16:47:33 ---> Running in af515c0db1dc 16:47:35 Removing intermediate container 705efc94762c 16:47:35 ---> 937dbd7cf748 16:47:35 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:39 Removing intermediate container af515c0db1dc 16:47:39 ---> 1774ce4a0120 16:47:39 16:47:39 ---> Running in 2c131dc11b75 16:47:40 Successfully built 1774ce4a0120 16:47:40 ---> 49870a7ec71e 16:47:40 Step 9/22 : RUN make cmd/support-logging/support-logging 16:47:40 Successfully tagged docker-security-bootstrap-redis-go:latest 16:47:40 Building docker-support-notifications-go 16:47:40  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 2c131dc11b75 16:47:40 ---> 7fa09c9e9632 16:47:40 Step 19/21 : LABEL arch=x86_64 16:47:40 ---> Running in 8ee4af3c431d 16:47:40 ---> Running in 08fb1eab92aa 16:47:43 Removing intermediate container 08fb1eab92aa 16:47:43 ---> ccab94ada4d7 16:47:43 Step 20/21 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:47:44 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 16:47:46 ---> Running in 9997a796ef24 16:47:48 Removing intermediate container 9997a796ef24 16:47:48 ---> 76407b16d7c1 16:47:48 Step 21/21 : LABEL version=0.0.0 16:47:50 ---> Running in 8f88c549e724 16:47:52 ---> eeeac08b17c8 16:47:52 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 16:47:52 Removing intermediate container 301bc3899479 16:47:52 ---> 8481cd381397 16:47:52 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:47:52 Removing intermediate container 8f88c549e724 16:47:52 ---> 02256d69c240 16:47:52 16:47:52 ---> Running in e33af789ec22 16:47:52 ---> Running in ee8228e651a5 16:47:52 Successfully built 02256d69c240 16:47:52 Successfully tagged docker-support-scheduler-go:latest 16:47:54  Building docker-support-scheduler-go ... done 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 16:47:54 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 16:47:59 Removing intermediate container e33af789ec22 16:47:59 ---> e83a6aa59574 16:47:59 16:47:59 Step 11/27 : FROM docker:latest 16:47:59 ---> 6972c414f322 16:47:59 Step 12/27 : RUN apk add --no-cache bash 16:47:59 ---> Running in bb681d3a7e0c 16:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:00 (1/2) Installing readline (8.0.4-r0) 16:48:00 (2/2) Installing bash (5.0.17-r0) 16:48:00 Executing bash-5.0.17-r0.post-install 16:48:00 Executing busybox-1.31.1-r19.trigger 16:48:00 OK: 12 MiB in 22 packages 16:48:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:48:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:48:01 ---> 1b2b5561b5a6 16:48:01 Step 3/24 : WORKDIR /edgex-go 16:48:01 ---> Using cache 16:48:01 ---> 30dbe80b3bfb 16:48:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:01 ---> Using cache 16:48:01 ---> ae8e6bf1d5ed 16:48:01 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:48:02 ---> Running in 0a09b13bc91e 16:48:03 Removing intermediate container bb681d3a7e0c 16:48:03 ---> 8405859c611b 16:48:03 Step 13/27 : RUN rm -rf /var/cache/apk/* 16:48:03 ---> Running in 844d6c2959c6 16:48:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:05 Removing intermediate container 844d6c2959c6 16:48:05 ---> ecf427d30ba5 16:48:05 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:48:05 ---> Running in f7823332e765 16:48:05 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:48:05 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:48:05 OK: 12752 distinct packages available 16:48:05 OK: 233 MiB in 51 packages 16:48:06 Removing intermediate container f7823332e765 16:48:06 ---> e8bb1b404035 16:48:06 Step 15/27 : ENV APP_PORT=48090 16:48:07 ---> Running in c804b0bbcee6 16:48:07 Removing intermediate container 8ee4af3c431d 16:48:07 ---> 14727a2ac832 16:48:07 16:48:07 Step 10/22 : FROM scratch 16:48:07 ---> 16:48:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:48:07 Removing intermediate container c804b0bbcee6 16:48:07 ---> cc4aedb31d4b 16:48:07 Step 16/27 : EXPOSE $APP_PORT 16:48:07 Removing intermediate container 0a09b13bc91e 16:48:07 ---> ea47c06a1961 16:48:07 Step 6/24 : COPY go.mod . 16:48:07 ---> Running in b781ae92beeb 16:48:07 ---> Running in 24b257386091 16:48:08 Removing intermediate container b781ae92beeb 16:48:08 ---> 293fa40016fe 16:48:08 Step 12/22 : ENV APP_PORT=48061 16:48:08 ---> Running in 11b1dfc7a50e 16:48:08 ---> f7d81de0504f 16:48:08 Step 7/24 : RUN go mod download 16:48:08 Removing intermediate container 24b257386091 16:48:08 ---> 45c06dfe34d0 16:48:08 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:48:08 ---> Running in c34ec19d250d 16:48:08 Removing intermediate container 11b1dfc7a50e 16:48:08 ---> d5d032958d1b 16:48:08 Step 13/22 : EXPOSE $APP_PORT 16:48:08 ---> Running in fcfa446f19cc 16:48:09 Removing intermediate container fcfa446f19cc 16:48:09 ---> 642a4a939e3a 16:48:09 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 16:48:09 ---> 584abb0f493c 16:48:09 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:48:10 ---> 5b05d2d3440a 16:48:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 16:48:10 ---> d0510128e5ab 16:48:10 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:48:10 Removing intermediate container ee8228e651a5 16:48:10 ---> 38ab81d7fa11 16:48:10 16:48:10 Step 9/29 : FROM alpine:latest 16:48:10 ---> d6e46aa2470d 16:48:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 16:48:11 ---> ae60ab54e791 16:48:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 16:48:11 ---> Running in 1e24290f5aec 16:48:11 ---> 3d1884f20441 16:48:11 Step 20/27 : RUN apk --no-cache add py3-pip 16:48:11 Removing intermediate container c34ec19d250d 16:48:11 ---> ea74a58ae89d 16:48:11 Step 8/24 : COPY . . 16:48:11 ---> 005fc573d7c3 16:48:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 16:48:11 ---> Running in f7555d585a94 16:48:11 Removing intermediate container 1e24290f5aec 16:48:11 ---> 7c02f6abd4bf 16:48:11 Step 11/29 : USER root 16:48:12 ---> Running in 1e364857f035 16:48:13 ---> 74daaa2034bb 16:48:13 Step 18/22 : ENTRYPOINT ["/support-logging"] 16:48:13 ---> Running in b883ed0a6bc7 16:48:13 Removing intermediate container 1e364857f035 16:48:13 ---> 7257d25ffd49 16:48:13 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 16:48:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:13 ---> Running in ec5f492f7267 16:48:13 (1/33) Installing libbz2 (1.0.8-r1) 16:48:14 (2/33) Installing expat (2.2.9-r1) 16:48:14 (3/33) Installing libffi (3.3-r2) 16:48:14 (4/33) Installing gdbm (1.13-r1) 16:48:14 (5/33) Installing xz-libs (5.2.5-r0) 16:48:14 (6/33) Installing sqlite-libs (3.32.1-r0) 16:48:14 (7/33) Installing python3 (3.8.5-r0) 16:48:14 Removing intermediate container b883ed0a6bc7 16:48:14 ---> ee9b34d6aad6 16:48:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:48:20 ---> Running in 036ea5a2d7ee 16:48:20 (8/33) Installing py3-appdirs (1.4.4-r1) 16:48:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:48:20 (10/33) Installing py3-parsing (2.4.7-r0) 16:48:20 (11/33) Installing py3-six (1.15.0-r0) 16:48:20 (12/33) Installing py3-packaging (20.4-r0) 16:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:20 (13/33) Installing py3-setuptools (47.0.0-r0) 16:48:20 (14/33) Installing py3-chardet (3.0.4-r4) 16:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:21 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:48:21 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:48:21 OK: 12744 distinct packages available 16:48:21 (1/2) Installing ca-certificates (20191127-r4) 16:48:21 (2/2) Installing dumb-init (1.2.2-r1) 16:48:21 Executing busybox-1.31.1-r19.trigger 16:48:21 Executing ca-certificates-20191127-r4.trigger 16:48:22 (15/33) Installing py3-idna (2.9-r0) 16:48:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:48:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:48:23 OK: 6 MiB in 16 packages 16:48:23 Removing intermediate container 036ea5a2d7ee 16:48:23 ---> 77b7a394dd49 16:48:23 Step 20/22 : LABEL arch=x86_64 16:48:25 (18/33) Installing py3-requests (2.23.0-r0) 16:48:25 (19/33) Installing py3-msgpack (1.0.0-r0) 16:48:25 (20/33) Installing py3-lockfile (0.12.2-r3) 16:48:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:48:26 (22/33) Installing py3-colorama (0.4.3-r0) 16:48:27 (23/33) Installing py3-distlib (0.3.0-r0) 16:48:28 (24/33) Installing py3-distro (1.5.0-r1) 16:48:28 (25/33) Installing py3-webencodings (0.5.1-r3) 16:48:28 (26/33) Installing py3-html5lib (1.0.1-r4) 16:48:28 ---> Running in d291ffa796aa 16:48:28 (27/33) Installing py3-pytoml (0.1.21-r0) 16:48:29 (28/33) Installing py3-pep517 (0.8.2-r0) 16:48:29 (29/33) Installing py3-progress (1.5-r0) 16:48:29 (30/33) Installing py3-toml (0.10.1-r0) 16:48:29 (31/33) Installing py3-retrying (1.3.3-r0) 16:48:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:48:29 (33/33) Installing py3-pip (20.1.1-r0) 16:48:30 Executing busybox-1.31.1-r19.trigger 16:48:31 OK: 71 MiB in 55 packages 16:48:31 Removing intermediate container d291ffa796aa 16:48:31 ---> 51197bbb89ac 16:48:31 Step 21/22 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:48:31 Removing intermediate container ec5f492f7267 16:48:31 ---> 86ea600b4036 16:48:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 16:48:32 ---> Running in 79b9898b0132 16:48:32 ---> Running in acf93c810f9b 16:48:32 ---> b1ca9fc72139 16:48:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:48:32 ---> Running in 2bca33271863 16:48:32 Removing intermediate container 79b9898b0132 16:48:32 ---> 70b7ed1ca0ad 16:48:32 Step 22/22 : LABEL version=0.0.0 16:48:32 Removing intermediate container acf93c810f9b 16:48:32 ---> 0b0fa92ed014 16:48:32 Step 14/29 : WORKDIR $BASE_DIR 16:48:33 ---> Running in b8af64a6b7f9 16:48:33 ---> Running in 9dee409a7f02 16:48: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 16:48:34 Removing intermediate container b8af64a6b7f9 16:48:34 ---> 970cfedf6efd 16:48:34 16:48:35 Successfully built 970cfedf6efd 16:48:35 Successfully tagged docker-support-logging-go:latest 16:48:35  Building docker-support-logging-go ... done Removing intermediate container 9dee409a7f02 16:48:35 ---> bf41c2584672 16:48:35 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 16:48:36 ---> Running in bdea00772f5a 16:48:42 Removing intermediate container bdea00772f5a 16:48:42 ---> acea9d536b91 16:48:42 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 16:48:42 Removing intermediate container f7555d585a94 16:48:42 ---> 70fd7908c807 16:48:42 Step 21/27 : RUN pip install docker-compose==1.23.2 16:48:42 ---> Running in 1c3c3d102ca7 16:48:42 ---> bfa913efd961 16:48:42 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 16:48:43 ---> f184621d66ea 16:48:43 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 16:48:43 ---> f8e96716010c 16:48:43 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 16:48:44 ---> d47cd5dd7f8e 16:48:44 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 16:48:44 Collecting docker-compose==1.23.2 16:48:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:48:44 ---> 1e9509454e85 16:48:44 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 16:48:44 Collecting websocket-client<1.0,>=0.32.0 16:48:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:48:44 ---> Running in 4b0fa0f3983c 16:48:44 Collecting texttable<0.10,>=0.9.0 16:48:44 Downloading texttable-0.9.1.tar.gz (11 kB) 16:48:45 Collecting cached-property<2,>=1.2.0 16:48:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:48:46 Collecting docopt<0.7,>=0.6.1 16:48:46 Downloading docopt-0.6.2.tar.gz (25 kB) 16:48:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:48:48 Collecting PyYAML<4,>=3.10 16:48:48 Downloading PyYAML-3.13.tar.gz (270 kB) 16:48:48 Removing intermediate container 4b0fa0f3983c 16:48:48 ---> bbe79c53955d 16:48:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 16:48:48 Collecting jsonschema<3,>=2.5.1 16:48:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:48:49 ---> 0b0a5e00493d 16:48:49 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:48:49 ---> Running in af68c94d1fd9 16:48:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:48:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:48:49 Collecting dockerpty<0.5,>=0.4.1 16:48:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:48:50 Collecting docker<4.0,>=3.6.0 16:48:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:48:50 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) 16:48:50 Collecting idna<2.8,>=2.5 16:48:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:48:50 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) 16:48:50 Collecting urllib3<1.25,>=1.21.1 16:48:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:48:50 Removing intermediate container af68c94d1fd9 16:48:50 ---> 894d75665eae 16:48:50 Step 24/29 : RUN chmod 755 security-secrets-setup 16:48:50 Collecting docker-pycreds>=0.4.0 16:48:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:48:50 ---> Running in 06c0981f3740 16:48:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:48:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:48:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:48:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:48:51 Installing collected packages: websocket-client, texttable, cached-property, docopt, PyYAML, jsonschema, idna, urllib3, requests, dockerpty, docker-pycreds, docker, docker-compose 16:48:51 Running setup.py install for texttable: started 16:48:52 Running setup.py install for texttable: finished with status 'done' 16:48:52 Running setup.py install for docopt: started 16:48:52 Running setup.py install for docopt: finished with status 'done' 16:48:52 Running setup.py install for PyYAML: started 16:48:53 Running setup.py install for PyYAML: finished with status 'done' 16:48:53 Removing intermediate container 2bca33271863 16:48:53 ---> f1cc90689a84 16:48:53 16:48:53 Step 10/24 : FROM scratch 16:48:53 ---> 16:48:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:48:53 Attempting uninstall: idna 16:48:53 Found existing installation: idna 2.9 16:48:53 Uninstalling idna-2.9: 16:48:53 Removing intermediate container 06c0981f3740 16:48:53 ---> d3e971efb863 16:48:53 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 16:48:53 Successfully uninstalled idna-2.9 16:48:54 ---> Running in 3578d19391c1 16:48:54 ---> Using cache 16:48:54 ---> 293fa40016fe 16:48:54 Step 12/24 : ENV APP_PORT=48060 16:48:54 Attempting uninstall: urllib3 16:48:54 Found existing installation: urllib3 1.25.9 16:48:54 Uninstalling urllib3-1.25.9: 16:48:54 ---> Running in db420c100971 16:48:54 Successfully uninstalled urllib3-1.25.9 16:48:54 Removing intermediate container 3578d19391c1 16:48:54 ---> 313a53d6012d 16:48:54 Step 26/29 : CMD [ "generate" ] 16:48:54 Attempting uninstall: requests 16:48:54 Found existing installation: requests 2.23.0 16:48:54 Uninstalling requests-2.23.0: 16:48:55 Successfully uninstalled requests-2.23.0 16:48:55 Removing intermediate container db420c100971 16:48:55 ---> ae23ade600dc 16:48:55 Step 13/24 : EXPOSE $APP_PORT 16:48:55 ---> Running in f6ce41a9c437 16:48:55 Running setup.py install for dockerpty: started 16:48:55 ---> Running in 38eeb8472bd2 16:48:55 Removing intermediate container f6ce41a9c437 16:48:55 ---> 228371d6d8b0 16:48:55 Step 27/29 : LABEL arch=x86_64 16:48:55 ---> Running in 583f6c1920b5 16:48:55 Removing intermediate container 38eeb8472bd2 16:48:55 ---> 86d8fad704c4 16:48:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:48:55 Running setup.py install for dockerpty: finished with status 'done' 16:48:55 Removing intermediate container 583f6c1920b5 16:48:55 ---> 5fae8a0d12f0 16:48:55 Step 28/29 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:48:57 ---> Running in a28ac238e61e 16:48:57 ---> 624673fba9fc 16:48:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:48:57 Removing intermediate container a28ac238e61e 16:48:57 ---> b6b35e6dcfd3 16:48:57 Step 29/29 : LABEL version=0.0.0 16:48:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 16:48:58 ---> Running in 63e3fcb23671 16:48:58 ---> 8b4db3c54684 16:48:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:48:58 Removing intermediate container 63e3fcb23671 16:48:58 ---> 5295f7b67714 16:48:58 16:48:58 Successfully built 5295f7b67714 16:48:59 Successfully tagged docker-security-secrets-setup-go:latest 16:48:59  Building docker-security-secrets-setup-go ... done  ---> 65e4aa6e13ac 16:48:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:49:00 ---> 8be3e7ba7fb7 16:49:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:49:00 Removing intermediate container 1c3c3d102ca7 16:49:00 ---> 14b7353c140f 16:49:00 Step 22/27 : RUN apk --no-cache add curl 16:49:00 ---> Running in dde796eb66a1 16:49:01 ---> f7861354d8e0 16:49:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:01 ---> e3debb72f954 16:49:01 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:49:01 ---> Running in 59d2d4845d4d 16:49:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:49:01 (2/3) Installing libcurl (7.69.1-r1) 16:49:01 (3/3) Installing curl (7.69.1-r1) 16:49:01 Executing busybox-1.31.1-r19.trigger 16:49:02 OK: 72 MiB in 58 packages 16:49:02 Removing intermediate container 59d2d4845d4d 16:49:02 ---> 5902d24d4a92 16:49:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:02 ---> Running in fc8a8f9dda1e 16:49:02 Removing intermediate container fc8a8f9dda1e 16:49:02 ---> 41f84808aa20 16:49:02 Step 22/24 : LABEL arch=x86_64 16:49:02 ---> Running in 96c55a3e9b29 16:49:02 Removing intermediate container dde796eb66a1 16:49:02 ---> ed60fb6ac5a5 16:49:02 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 16:49:02 ---> Running in 1dee2416d529 16:49:02 Removing intermediate container 96c55a3e9b29 16:49:02 ---> a63c2b51ba3b 16:49:02 Step 23/24 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:49:02 ---> Running in 6eb91a5f82cc 16:49:02 Removing intermediate container 1dee2416d529 16:49:02 ---> dc04295e1536 16:49:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:02 ---> Running in 79d38bde37b9 16:49:03 Removing intermediate container 6eb91a5f82cc 16:49:03 ---> d6ee9be596ee 16:49:03 Step 24/24 : LABEL version=0.0.0 16:49:03 ---> Running in 7c2fb6c2fa5b 16:49:03 Removing intermediate container 79d38bde37b9 16:49:03 ---> dda6693d287b 16:49:03 Step 25/27 : LABEL arch=x86_64 16:49:03 ---> Running in 67169a43ca28 16:49:03 Removing intermediate container 7c2fb6c2fa5b 16:49:03 ---> 0bfcec609b12 16:49:03 16:49:03 Successfully built 0bfcec609b12 16:49:03 Successfully tagged docker-support-notifications-go:latest 16:49:03  Building docker-support-notifications-go ... done Removing intermediate container 67169a43ca28 16:49:03 ---> dbbfab9ea4ac 16:49:03 Step 26/27 : LABEL git_sha=1689726a066024037b752ff50bec3c296e6bf539 16:49:03 ---> Running in 31cc91dc63a3 16:49:03 Removing intermediate container 31cc91dc63a3 16:49:03 ---> fd38bbc65f66 16:49:03 Step 27/27 : LABEL version=0.0.0 16:49:03 ---> Running in c0921f1c44b6 16:49:03 Removing intermediate container c0921f1c44b6 16:49:03 ---> be062fabbeb3 16:49:03 16:49:04 Successfully built be062fabbeb3 16:49:04 Successfully tagged docker-sys-mgmt-agent-go:latest 16:49:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:49:05 $ docker stop --time=1 a5427a89dba68318d05c65f6963b6fedb2725425133157ed148193eb89b12c71 16:49:06 $ docker rm -f a5427a89dba68318d05c65f6963b6fedb2725425133157ed148193eb89b12c71 [Pipeline] // withDockerContainer [Pipeline] sh 16:49:07 + docker images 16:49:07 + grep docker 16:49:07 docker-support-notifications-go latest 0bfcec609b12 4 seconds ago 13.6MB 16:49:07 docker-sys-mgmt-agent-go latest be062fabbeb3 4 seconds ago 290MB 16:49:07 docker-security-secrets-setup-go latest 5295f7b67714 9 seconds ago 24MB 16:49:07 docker-support-logging-go latest 970cfedf6efd 34 seconds ago 11.1MB 16:49:07 docker-support-scheduler-go latest 02256d69c240 About a minute ago 12.3MB 16:49:07 docker-security-bootstrap-redis-go latest 1774ce4a0120 About a minute ago 15.9MB 16:49:07 docker-core-data-go latest 572a18bb522e 2 minutes ago 23.7MB 16:49:07 docker-security-secretstore-setup-go latest 5f3ddd2926be 2 minutes ago 24.8MB 16:49:07 docker-core-metadata-go latest 20f967ff01ad 3 minutes ago 14.5MB 16:49:07 docker-core-command-go latest 8fb4d2ff131c 3 minutes ago 12.2MB 16:49:07 docker-security-proxy-setup-go latest 9b1ab8856360 3 minutes ago 15.8MB 16:49:07 docker latest 6972c414f322 6 days ago 217MB [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] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:49:23 Still waiting to schedule task 16:49:23 All nodes of label ‘centos7-docker-8c-8g’ are offline 16:50:22 Running on prd-centos7-docker-8c-8g-9522 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws 16:50:22 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 16:50:24 using credential edgex-jenkins-ssh 16:50:24 Cloning the remote Git repository 16:50:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:50:24 > git init /w/workspace/edgex-go/7 # timeout=10 16:50:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:50:24 > git --version # timeout=10 16:50:24 > git --version # 'git version 2.16.5' 16:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 16:50:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:50:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:50:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:50:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:50:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:50:33 using GIT_SSH to set credentials SSH Credentials for GitHub 16:50:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:50:33 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 1689726a066024037b752ff50bec3c296e6bf539 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:50:34 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } 16:50:33 > git config core.sparsecheckout # timeout=10 16:50:33 > git checkout -f 1689726a066024037b752ff50bec3c296e6bf539 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:50:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:50:37 ---> package-listing.sh 16:50:37 ++ facter osfamily 16:50:37 ++ tr '[:upper:]' '[:lower:]' 16:50:37 + OS_FAMILY=redhat 16:50:37 + workspace=/w/workspace/edgex-go/7 16:50:37 + START_PACKAGES=/tmp/packages_start.txt 16:50:37 + END_PACKAGES=/tmp/packages_end.txt 16:50:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:50:37 + PACKAGES=/tmp/packages_start.txt 16:50:37 + '[' /w/workspace/edgex-go/7 ']' 16:50:37 + PACKAGES=/tmp/packages_end.txt 16:50:37 + case "${OS_FAMILY}" in 16:50:37 + rpm -qa 16:50:37 + sort 16:50:42 + '[' -f /tmp/packages_start.txt ']' 16:50:42 + '[' -f /tmp/packages_end.txt ']' 16:50:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:50:42 + '[' /w/workspace/edgex-go/7 ']' 16:50:42 + mkdir -p /w/workspace/edgex-go/7/archives/ 16:50:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 16:50:42 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:50:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:50:42 16:50:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:50:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:50:43 alpine: Pulling from edgex-lftools-log-publisher 16:50:43 df20fa9351a1: Already exists 16:50:43 36b3adc4ff6f: Pulling fs layer 16:50:43 8ad3a11d3b57: Pulling fs layer 16:50:43 46f8f816bc3b: Pulling fs layer 16:50:43 93b61091891f: Pulling fs layer 16:50:43 93b9cdb0e59b: Pulling fs layer 16:50:43 5e14af77c1be: Pulling fs layer 16:50:43 01666e4c0597: Pulling fs layer 16:50:43 aa168da1d23b: Pulling fs layer 16:50:43 5e14af77c1be: Waiting 16:50:43 01666e4c0597: Waiting 16:50:43 aa168da1d23b: Waiting 16:50:43 93b61091891f: Waiting 16:50:43 93b9cdb0e59b: Waiting 16:50:43 46f8f816bc3b: Verifying Checksum 16:50:43 46f8f816bc3b: Download complete 16:50:43 36b3adc4ff6f: Verifying Checksum 16:50:43 93b9cdb0e59b: Verifying Checksum 16:50:43 93b9cdb0e59b: Download complete 16:50:43 5e14af77c1be: Verifying Checksum 16:50:43 5e14af77c1be: Download complete 16:50:43 01666e4c0597: Verifying Checksum 16:50:43 01666e4c0597: Download complete 16:50:43 93b61091891f: Verifying Checksum 16:50:43 93b61091891f: Download complete 16:50:43 36b3adc4ff6f: Pull complete 16:50:44 8ad3a11d3b57: Download complete 16:50:44 8ad3a11d3b57: Pull complete 16:50:45 46f8f816bc3b: Pull complete 16:50:45 aa168da1d23b: Verifying Checksum 16:50:45 aa168da1d23b: Download complete 16:50:47 93b61091891f: Pull complete 16:50:47 93b9cdb0e59b: Pull complete 16:50:47 5e14af77c1be: Pull complete 16:50:47 01666e4c0597: Pull complete 16:51:05 aa168da1d23b: Pull complete 16:51:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:51:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:51:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:51:06 prd-centos7-docker-4c-2g-9517 does not seem to be running inside a container 16:51:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:51:09 $ docker top a89849687b75e8ada8d30586d82b6a3caedb94c9250a88cefd0f25c2765c77de -eo pid,comm [Pipeline] { [Pipeline] sh 16:51:09 + touch /tmp/pre-build-complete [Pipeline] sh 16:51:10 + mkdir -p /var/log/sa [Pipeline] sh 16:51:10 + ls /var/log/sa-host 16:51:10 + sadf -c /var/log/sa-host/sa05 16:51:10 file_magic: OK 16:51:10 HZ: Using current value: 100 16:51:10 file_header: OK 16:51:10 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:51:10 Statistics: 16:51:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:51:10 File successfully converted to sysstat format version 12.2.1 16:51:10 + sadf -c /var/log/sa-host/sa28 16:51:10 file_magic: OK 16:51:10 HZ: Using current value: 100 16:51:10 file_header: OK 16:51:10 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:51:10 Statistics: 16:51:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:51:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:51:11 provisioning config files... 16:51:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config2575938390222497114tmp [Pipeline] { [Pipeline] echo 16:51:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:51:11 ---> create-netrc.sh [Pipeline] } 16:51:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:51:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:51:12 ---> python-tools-install.sh [Pipeline] echo 16:51:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:51:12 ---> sudo-logs.sh 16:51:12 Archiving 'sudo' log.. [Pipeline] echo 16:51:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:51:12 ---> job-cost.sh 16:51:12 lf-activate-venv: SKIPPING 16:51:12 INFO: No Stack... 16:51:14 INFO: Retrieving Pricing Info for: v1-standard-2 16:51:15 INFO: Archiving Costs [Pipeline] echo 16:51:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:51:15 ---> logs-deploy.sh 16:51:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2850/7 16:51:15 INFO: archiving workspace using pattern(s): 16:51:16 Archives upload complete. 16:51:16 INFO: archiving logs to Nexus 16:51:17 ---> uname -a: 16:51:17 Linux prd-centos7-docker-4c-2g-9517.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:51:17 16:51:17 16:51:17 ---> lscpu: 16:51:17 Architecture: x86_64 16:51:17 CPU op-mode(s): 32-bit, 64-bit 16:51:17 Byte Order: Little Endian 16:51:17 Address sizes: 40 bits physical, 48 bits virtual 16:51:17 CPU(s): 4 16:51:17 On-line CPU(s) list: 0-3 16:51:17 Thread(s) per core: 1 16:51:17 Core(s) per socket: 1 16:51:17 Socket(s): 4 16:51:17 NUMA node(s): 1 16:51:17 Vendor ID: GenuineIntel 16:51:17 CPU family: 6 16:51:17 Model: 44 16:51:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:51:17 Stepping: 1 16:51:17 CPU MHz: 2933.438 16:51:17 BogoMIPS: 5866.87 16:51:17 Virtualization: VT-x 16:51:17 Hypervisor vendor: KVM 16:51:17 Virtualization type: full 16:51:17 L1d cache: 128 KiB 16:51:17 L1i cache: 128 KiB 16:51:17 L2 cache: 16 MiB 16:51:17 L3 cache: 64 MiB 16:51:17 NUMA node0 CPU(s): 0-3 16:51:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:51:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:51:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:51:17 Vulnerability Meltdown: Mitigation; PTI 16:51:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:51:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:51:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:51:17 Vulnerability Tsx async abort: Not affected 16:51: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 16:51:17 16:51:17 16:51:17 ---> nproc: 16:51:17 4 16:51:17 16:51:17 16:51:17 ---> df -h: 16:51:17 Filesystem Size Used Available Use% Mounted on 16:51:17 overlay 50.0G 13.5G 36.5G 27% / 16:51:17 tmpfs 64.0M 0 64.0M 0% /dev 16:51:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:51:17 shm 64.0M 0 64.0M 0% /dev/shm 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/7 16:51:17 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/7@tmp 16:51:17 16:51:17 16:51:17 ---> free -m: 16:51:17 total used free shared buff/cache available 16:51:17 Mem: 1837 646 138 0 1052 1104 16:51:17 Swap: 1023 80 943 16:51:17 16:51:17 16:51:17 ---> ip addr: 16:51:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:51:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:51:17 inet 127.0.0.1/8 scope host lo 16:51:17 valid_lft forever preferred_lft forever 16:51:17 inet6 ::1/128 scope host 16:51:17 valid_lft forever preferred_lft forever 16:51:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:51:17 link/ether fa:16:3e:11:5c:24 brd ff:ff:ff:ff:ff:ff 16:51:17 inet 10.30.122.212/23 brd 10.30.123.255 scope global dynamic eth0 16:51:17 valid_lft 85692sec preferred_lft 85692sec 16:51:17 inet6 fe80::f816:3eff:fe11:5c24/64 scope link 16:51:17 valid_lft forever preferred_lft forever 16:51:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:51:17 link/ether 02:42:ad:e2:0d:bb brd ff:ff:ff:ff:ff:ff 16:51:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:51:17 valid_lft forever preferred_lft forever 16:51:17 inet6 fe80::42:adff:fee2:dbb/64 scope link 16:51:17 valid_lft forever preferred_lft forever 16:51:17 16:51:17 16:51:17 ---> sar -b -r -n DEV: 16:51:17 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 16:51:17 16:51:17 16:39:12 LINUX RESTART (4 CPU) 16:51:17 16:51:17 16:40:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:51:17 16:41:01 167.68 71.11 96.57 0.00 9462.52 38585.17 0.00 16:51:17 16:42:01 329.46 139.81 189.65 0.00 7588.97 39481.47 0.00 16:51:17 16:43:01 207.20 120.95 86.26 0.00 5110.68 8836.39 0.00 16:51:17 16:44:02 720.17 484.38 235.79 0.00 84657.04 158803.07 0.00 16:51:17 16:45:01 2606.44 2258.33 348.11 0.00 154587.25 167046.88 0.00 16:51:17 16:46:01 504.94 271.80 233.14 0.00 33762.41 45392.49 0.00 16:51:17 16:47:02 2889.49 2530.87 358.62 0.00 154972.53 162658.34 0.00 16:51:17 16:48:01 1937.37 1588.29 349.09 0.00 111694.18 118338.26 0.00 16:51:17 16:49:02 869.99 565.58 304.41 0.00 36575.72 51519.52 0.00 16:51:17 16:50:01 30.84 10.61 20.23 0.00 3135.80 601.44 0.00 16:51:17 16:51:01 132.16 47.46 84.70 0.00 4743.63 13555.84 0.00 16:51:17 Average: 944.84 734.91 209.93 0.00 55147.59 73290.99 0.00 16:51:17 16:51:17 16:40:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:51:17 16:41:01 76980 0 697724 37.08 2348 1104504 1544576 52.71 710572 902368 42092 16:51:17 16:42:01 196068 0 711356 37.81 1492 972640 1740304 59.39 660736 785180 52772 16:51:17 16:43:01 297256 0 690520 36.70 596 893184 1322868 45.15 660960 679848 68256 16:51:17 16:44:02 71724 0 792956 42.14 0 1016876 2261072 77.17 736644 913964 45484 16:51:17 16:45:01 216760 0 641020 34.07 0 1023776 1350996 46.11 576060 907196 0 16:51:17 16:46:01 81040 0 720368 38.29 0 1080148 1671868 57.06 596176 997624 22576 16:51:17 16:47:02 271292 0 701300 37.27 0 908964 1976012 67.44 505240 923168 568 16:51:17 16:48:01 537588 0 651548 34.63 0 692420 1772932 60.51 496868 657412 2400 16:51:17 16:49:02 320740 0 650632 34.58 0 910184 1551368 52.95 443888 918936 0 16:51:17 16:50:01 551932 0 563844 29.97 0 765780 1179388 40.25 397588 740032 8 16:51:17 16:51:01 99160 0 677016 35.98 0 1105380 1593196 54.37 587156 956688 113040 16:51:17 Average: 247322 0 681662 36.23 403 952169 1633144 55.74 579263 852947 31563 16:51:17 16:51:17 16:40:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:51:17 16:41:01 eth0 1223.78 1291.98 6056.36 165.53 0.00 0.00 0.00 0.00 16:51:17 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:41:01 docker0 879.11 733.25 70.80 2708.50 0.00 0.00 0.00 0.00 16:51:17 16:42:01 vetha6555ce 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:51:17 16:42:01 eth0 354.30 239.42 1978.99 32.40 0.00 0.00 0.00 0.00 16:51:17 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:42:01 docker0 126.35 175.34 8.81 828.76 0.00 0.00 0.00 0.00 16:51:17 16:43:01 vetha6555ce 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:43:01 eth0 64.89 45.62 35.89 89.70 0.00 0.00 0.00 0.00 16:51:17 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:44:02 eth0 182.06 151.66 1675.07 22.74 0.00 0.00 0.00 0.00 16:51:17 16:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:44:02 veth03d648a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:17 16:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:45:01 veth7d86c3c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:45:01 eth0 62.38 43.02 165.98 56.34 0.00 0.00 0.00 0.00 16:51:17 16:45:01 veth9759008 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:46:01 veth8cd59fc 7.60 11.41 0.57 44.52 0.00 0.00 0.00 0.00 16:51:17 16:46:01 veth5fafc1f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:46:01 eth0 69.60 48.05 209.06 15.70 0.00 0.00 0.00 0.00 16:51:17 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:47:02 veth22c1217 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 16:51:17 16:47:02 eth0 65.20 42.34 93.21 87.44 0.00 0.00 0.00 0.00 16:51:17 16:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:47:02 veth03d648a 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 16:51:17 16:48:01 vethc71507d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:51:17 16:48:01 eth0 72.04 47.74 103.40 74.70 0.00 0.00 0.00 0.00 16:51:17 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:48:01 vetha2e19cb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:17 16:49:02 veth7584600 5.12 2.84 35.72 0.19 0.00 0.00 0.00 0.00 16:51:17 16:49:02 eth0 146.44 90.11 467.25 84.12 0.00 0.00 0.00 0.00 16:51:17 16:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:49:02 veth5387fb6 2.84 5.12 0.19 35.72 0.00 0.00 0.00 0.00 16:51:17 16:50:01 eth0 7.26 4.38 6.51 2.83 0.00 0.00 0.00 0.00 16:51:17 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:50:01 docker0 1097.93 1060.42 85.04 4381.97 0.00 0.00 0.00 0.00 16:51:17 16:51:01 eth0 197.12 167.04 2113.71 17.36 0.00 0.00 0.00 0.00 16:51:17 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 Average: eth0 221.29 196.20 1170.16 58.84 0.00 0.00 0.00 0.00 16:51:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:17 Average: docker0 98.35 94.99 7.62 392.54 0.00 0.00 0.00 0.00 16:51:17 16:51:17 16:51:17 ---> sar -P ALL: 16:51:17 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 16:51:17 16:51:17 16:39:12 LINUX RESTART (4 CPU) 16:51:17 16:51:17 16:40:02 CPU %user %nice %system %iowait %steal %idle 16:51:17 16:41:01 all 15.64 0.00 8.20 2.18 0.11 73.87 16:51:17 16:41:01 0 22.15 0.00 10.30 3.43 0.09 64.04 16:51:17 16:41:01 1 11.98 0.00 7.02 1.30 0.09 79.61 16:51:17 16:41:01 2 11.25 0.00 6.88 0.33 0.12 81.42 16:51:17 16:41:01 3 17.24 0.00 8.61 3.69 0.14 70.31 16:51:17 16:42:01 all 16.56 0.00 9.53 5.39 0.04 68.48 16:51:17 16:42:01 0 16.77 0.00 9.83 5.78 0.05 67.57 16:51:17 16:42:01 1 16.25 0.00 9.48 3.99 0.07 70.21 16:51:17 16:42:01 2 16.40 0.00 10.07 5.20 0.02 68.31 16:51:17 16:42:01 3 16.83 0.00 8.73 6.58 0.03 67.82 16:51:17 16:43:01 all 51.41 0.00 15.88 4.56 0.03 28.11 16:51:17 16:43:01 0 50.48 0.00 15.52 3.06 0.03 30.91 16:51:17 16:43:01 1 51.00 0.00 15.92 4.83 0.02 28.23 16:51:17 16:43:01 2 51.54 0.00 17.12 5.82 0.03 25.49 16:51:17 16:43:01 3 52.62 0.00 14.99 4.55 0.03 27.81 16:51:17 16:44:02 all 21.77 0.00 19.61 9.26 0.02 49.34 16:51:17 16:44:02 0 20.63 0.00 18.72 8.54 0.03 52.08 16:51:17 16:44:02 1 20.89 0.00 19.06 8.88 0.02 51.15 16:51:17 16:44:02 2 22.62 0.00 19.83 9.53 0.02 48.01 16:51:17 16:44:02 3 22.94 0.00 20.84 10.10 0.02 46.11 16:51:17 16:45:01 all 17.25 0.00 24.45 32.05 0.06 26.20 16:51:17 16:45:01 0 16.76 0.00 24.10 30.25 0.09 28.80 16:51:17 16:45:01 1 16.49 0.00 24.32 34.37 0.05 24.78 16:51:17 16:45:01 2 16.76 0.00 24.40 32.74 0.04 26.07 16:51:17 16:45:01 3 19.01 0.00 24.99 30.82 0.05 25.13 16:51:17 16:46:01 all 55.00 0.00 17.48 13.14 0.02 14.36 16:51:17 16:46:01 0 55.43 0.00 16.86 13.75 0.02 13.94 16:51:17 16:46:01 1 53.92 0.00 17.94 16.19 0.02 11.94 16:51:17 16:46:01 2 54.86 0.00 18.65 13.48 0.02 12.99 16:51:17 16:46:01 3 55.82 0.00 16.45 9.10 0.03 18.60 16:51:17 16:47:02 all 34.81 0.00 29.55 23.07 0.04 12.53 16:51:17 16:47:02 0 35.63 0.00 29.06 21.66 0.03 13.61 16:51:17 16:47:02 1 34.89 0.00 29.38 23.70 0.03 11.99 16:51:17 16:47:02 2 33.11 0.00 29.91 24.50 0.07 12.41 16:51:17 16:47:02 3 35.59 0.00 29.82 22.42 0.03 12.12 16:51:17 16:48:01 all 34.99 0.00 24.76 25.49 0.05 14.71 16:51:17 16:48:01 0 35.18 0.00 24.44 26.18 0.05 14.15 16:51:17 16:48:01 1 33.74 0.00 25.58 25.72 0.07 14.89 16:51:17 16:48:01 2 35.77 0.00 23.68 25.54 0.05 14.96 16:51:17 16:48:01 3 35.27 0.00 25.35 24.51 0.04 14.84 16:51:17 16:49:02 all 26.08 0.00 16.54 24.42 0.04 32.92 16:51:17 16:49:02 0 27.87 0.00 16.35 23.65 0.07 32.06 16:51:17 16:49:02 1 25.74 0.00 16.50 23.79 0.03 33.94 16:51:17 16:49:02 2 25.43 0.00 16.71 24.97 0.03 32.86 16:51:17 16:49:02 3 25.28 0.00 16.60 25.28 0.03 32.82 16:51:17 16:50:01 all 0.65 0.00 0.74 0.37 0.01 98.23 16:51:17 16:50:01 0 0.47 0.00 0.92 0.37 0.02 98.22 16:51:17 16:50:01 1 0.46 0.00 0.61 0.31 0.02 98.61 16:51:17 16:50:01 2 1.05 0.00 0.81 0.42 0.00 97.71 16:51:17 16:50:01 3 0.63 0.00 0.61 0.37 0.00 98.39 16:51:17 16:51:01 all 5.06 0.00 3.64 2.69 0.01 88.60 16:51:17 16:51:01 0 4.56 0.00 4.05 1.14 0.00 90.25 16:51:17 16:51:01 1 4.80 0.00 3.73 3.61 0.00 87.86 16:51:17 16:51:01 2 6.79 0.00 4.25 3.61 0.02 85.33 16:51:17 16:51:01 3 4.09 0.00 2.55 2.40 0.02 90.95 16:51:17 16:51:17 Average: CPU %user %nice %system %iowait %steal %idle 16:51:17 Average: all 25.36 0.00 15.41 12.86 0.04 46.33 16:51:17 Average: 0 25.97 0.00 15.41 12.45 0.04 46.13 16:51:17 Average: 1 24.54 0.00 15.34 13.24 0.04 46.85 16:51:17 Average: 2 25.03 0.00 15.60 13.19 0.04 46.15 16:51:17 Average: 3 25.90 0.00 15.31 12.58 0.04 46.18 16:51:17 16:51:17 16:51:17