Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at ce12e3ca5eff886d773c4b0e75431aaee5057a0a rather than 2dd270bfd7e239cec127caf44aaabdcab0778688 Obtained Jenkinsfile from ce12e3ca5eff886d773c4b0e75431aaee5057a0a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3320 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-236 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 Merge succeeded, producing 544a3179ff3f63b8ad2e9bfb5227d663fbe7e53f Checking out Revision 544a3179ff3f63b8ad2e9bfb5227d663fbe7e53f (PR-236) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # 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 ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 544a3179ff3f63b8ad2e9bfb5227d663fbe7e53f # timeout=10 Commit message: "Merge commit 'ce12e3ca5eff886d773c4b0e75431aaee5057a0a' into HEAD" > git rev-list --no-walk 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:39:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:39:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:39:26 ========================================================= 08:39:26 EdgeX Global Pipelines Version Info 08:39:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:39:28 ------------------- 08:39:28 stable info: 08:39:28 ------------------- 08:39:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:39:28 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 08:39:28 Message: update stable to v1.0.89 08:39:28 ------------------- 08:39:28 experimental info: 08:39:28 ------------------- 08:39:28 Commited By: **** collab-it+edgex@linuxfoundation.org 08:39:28 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 08:39:28 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:39:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:30 08:39:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:39:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:30 latest: Pulling from edgex-devops/git-semver 08:39:30 9123ac7c32f7: Pulling fs layer 08:39:30 b8cc5d1170e3: Pulling fs layer 08:39:30 2924cbbf6a41: Pulling fs layer 08:39:30 93b08a4f1073: Pulling fs layer 08:39:30 93b08a4f1073: Waiting 08:39:30 b8cc5d1170e3: Verifying Checksum 08:39:30 b8cc5d1170e3: Download complete 08:39:30 9123ac7c32f7: Verifying Checksum 08:39:30 9123ac7c32f7: Download complete 08:39:31 93b08a4f1073: Verifying Checksum 08:39:31 93b08a4f1073: Download complete 08:39:31 2924cbbf6a41: Verifying Checksum 08:39:31 2924cbbf6a41: Download complete 08:39:31 9123ac7c32f7: Pull complete 08:39:31 b8cc5d1170e3: Pull complete 08:39:32 2924cbbf6a41: Pull complete 08:39:32 93b08a4f1073: Pull complete 08:39:32 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 08:39:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:39:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:39:32 prd-centos7-docker-4c-2g-3320 does not seem to be running inside a container 08:39:32 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:39:34 $ docker top a2ddf5122c598903e33737db9af1c2d11074aad2562c89c430b7500062681f2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:39:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:39:34 [ssh-agent] Looking for ssh-agent implementation... 08:39:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:39:34 $ docker exec a2ddf5122c598903e33737db9af1c2d11074aad2562c89c430b7500062681f2b ssh-agent 08:39:34 SSH_AUTH_SOCK=/tmp/ssh-WeJKh4auFdsv/agent.11 08:39:34 SSH_AGENT_PID=16 08:39:34 Running ssh-add (command line suppressed) 08:39:35 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_8741257101001722629.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_8741257101001722629.key) 08:39:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:39:35 + git describe --exact-match --tags HEAD 08:39:35 fatal: No names found, cannot describe anything. [Pipeline] } 08:39:35 $ docker exec --env ******** --env ******** a2ddf5122c598903e33737db9af1c2d11074aad2562c89c430b7500062681f2b ssh-agent -k 08:39:35 unset SSH_AUTH_SOCK; 08:39:35 unset SSH_AGENT_PID; 08:39:35 echo Agent pid 16 killed; 08:39:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:39:35 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:39:35 This usually means this commit has not been tagged. [Pipeline] sshagent 08:39:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:39:35 [ssh-agent] Looking for ssh-agent implementation... 08:39:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:39:35 $ docker exec a2ddf5122c598903e33737db9af1c2d11074aad2562c89c430b7500062681f2b ssh-agent 08:39:36 SSH_AUTH_SOCK=/tmp/ssh-s6iQhpquAwnu/agent.45 08:39:36 SSH_AGENT_PID=50 08:39:36 Running ssh-add (command line suppressed) 08:39:36 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_6939578552787066752.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_6939578552787066752.key) 08:39:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:39:36 + git semver init 08:39:36 # -> Open(): unable to determine branch for HEAD 08:39:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git 08:39:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 08:39:36 # $SEMVER_REMOTE_NAME = origin 08:39:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:39:36 # $SEMVER_USER_NAME = edgex-jenkins 08:39:36 # $SEMVER_BRANCH = PR-236 08:39:36 # $SEMVER_TEMP = /tmp/semver-282554765 08:39:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:39:37 # '/tmp/semver-282554765' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' 08:39:37 # -> Force: false 08:39:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } 08:39:37 $ docker exec --env ******** --env ******** a2ddf5122c598903e33737db9af1c2d11074aad2562c89c430b7500062681f2b ssh-agent -k 08:39:37 unset SSH_AUTH_SOCK; 08:39:37 unset SSH_AGENT_PID; 08:39:37 echo Agent pid 50 killed; 08:39:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:39:37 + git semver [Pipeline] } 08:39:37 $ docker stop --time=1 a2ddf5122c598903e33737db9af1c2d11074aad2562c89c430b7500062681f2b 08:39:39 $ docker rm -f a2ddf5122c598903e33737db9af1c2d11074aad2562c89c430b7500062681f2b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:39:39 Stashed 75 file(s) [Pipeline] echo 08:39:39 [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] node 08:39:54 Still waiting to schedule task 08:39:54 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3320’ 08:39:54 Still waiting to schedule task 08:39:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:41:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3321 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 08:41:33 Running in /w/workspace/go-mod-core-contracts/17 [Pipeline] { [Pipeline] checkout 08:41:38 using credential edgex-jenkins-ssh 08:41:38 Cloning the remote Git repository 08:41:38 Cloning with configured refspecs honoured and without tags 08:41:38 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:41:38 > git init /w/workspace/go-mod-core-contracts/17 # timeout=10 08:41:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:41:38 > git --version # timeout=10 08:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 08:41:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:41:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:41:39 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 08:41:39 Fetching without tags 08:41:39 Merging remotes/origin/master commit ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 08:41:40 Merge succeeded, producing c0c30628a433b424db84ffeb59722d1345ca378c 08:41:40 Checking out Revision c0c30628a433b424db84ffeb59722d1345ca378c (PR-236) 08:41:39 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:41:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:41:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:41:39 using GIT_SSH to set credentials SSH Credentials for GitHub 08:41:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:41:39 > git config core.sparsecheckout # timeout=10 08:41:39 > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 08:41:40 > git remote # timeout=10 08:41:40 > git config --get remote.origin.url # timeout=10 08:41:40 using GIT_SSH to set credentials SSH Credentials for GitHub 08:41:40 > git merge ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 08:41:40 > git rev-parse HEAD^{commit} # timeout=10 08:41:40 > git config core.sparsecheckout # timeout=10 08:41:40 > git checkout -f c0c30628a433b424db84ffeb59722d1345ca378c # timeout=10 08:41:44 Commit message: "Merge commit 'ce12e3ca5eff886d773c4b0e75431aaee5057a0a' into HEAD" 08:41:44 > git rev-list --no-walk 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:41:45 ========================================================= 08:41:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:41:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:41:47 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 08:41:48 Sending build context to Docker daemon 1.809MB 08:41:48 Step 1/7 : ARG BASE=golang:1.13-alpine 08:41:48 Step 2/7 : FROM ${BASE} 08:41:48 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:41:48 cde5963f3b93: Pulling fs layer 08:41:48 2a23fa8c16f7: Pulling fs layer 08:41:48 777b28850792: Pulling fs layer 08:41:48 8a11ddd9e578: Pulling fs layer 08:41:48 4cf88f913ddb: Pulling fs layer 08:41:48 1df406cf5192: Pulling fs layer 08:41:48 cd6300453558: Pulling fs layer 08:41:48 b9c365052c96: Pulling fs layer 08:41:48 a2d8cc88f415: Pulling fs layer 08:41:48 ea1d1ca13537: Pulling fs layer 08:41:48 3750a50a1c5e: Pulling fs layer 08:41:48 cd6300453558: Waiting 08:41:48 ea1d1ca13537: Waiting 08:41:48 b9c365052c96: Waiting 08:41:48 a2d8cc88f415: Waiting 08:41:48 3750a50a1c5e: Waiting 08:41:48 8a11ddd9e578: Waiting 08:41:48 4cf88f913ddb: Waiting 08:41:48 1df406cf5192: Waiting 08:41:48 777b28850792: Download complete 08:41:48 2a23fa8c16f7: Verifying Checksum 08:41:48 2a23fa8c16f7: Download complete 08:41:48 4cf88f913ddb: Verifying Checksum 08:41:48 4cf88f913ddb: Download complete 08:41:48 1df406cf5192: Verifying Checksum 08:41:48 1df406cf5192: Download complete 08:41:48 cde5963f3b93: Verifying Checksum 08:41:48 cde5963f3b93: Download complete 08:41:49 cde5963f3b93: Pull complete 08:41:49 2a23fa8c16f7: Pull complete 08:41:50 777b28850792: Pull complete 08:41:50 cd6300453558: Verifying Checksum 08:41:50 cd6300453558: Download complete 08:41:50 a2d8cc88f415: Verifying Checksum 08:41:50 a2d8cc88f415: Download complete 08:41:51 ea1d1ca13537: Verifying Checksum 08:41:51 ea1d1ca13537: Download complete 08:41:51 3750a50a1c5e: Verifying Checksum 08:41:51 3750a50a1c5e: Download complete 08:41:53 8a11ddd9e578: Verifying Checksum 08:41:53 8a11ddd9e578: Download complete 08:41:53 b9c365052c96: Verifying Checksum 08:41:53 b9c365052c96: Download complete 08:42:05 8a11ddd9e578: Pull complete 08:42:05 4cf88f913ddb: Pull complete 08:42:05 1df406cf5192: Pull complete 08:42:09 cd6300453558: Pull complete 08:42:14 b9c365052c96: Pull complete 08:42:14 a2d8cc88f415: Pull complete 08:42:15 ea1d1ca13537: Pull complete 08:42:16 3750a50a1c5e: Pull complete 08:42:16 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 08:42:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:42:16 ---> 78745c68409d 08:42:16 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:42:21 ---> Running in d8716e28362f 08:42:21 Removing intermediate container d8716e28362f 08:42:21 ---> 3bd44e0f4914 08:42:21 Step 4/7 : RUN apk add bash 08:42:21 ---> Running in ea5f402e1cc5 08:42:23 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 08:42:24 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 08:42:25 OK: 125 MiB in 39 packages 08:42:26 Removing intermediate container ea5f402e1cc5 08:42:26 ---> 622e256d5ad8 08:42:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:42:26 ---> Running in 15a3e657918f 08:42:26 Removing intermediate container 15a3e657918f 08:42:26 ---> e0bf7f69deb2 08:42:26 Step 6/7 : COPY go.mod . 08:42:27 ---> 50b9bbd070ef 08:42:27 Step 7/7 : RUN go mod download 08:42:27 Running on prd-centos7-docker-4c-2g-3322 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 08:42:27 Running in /w/workspace/go-mod-core-contracts/17 [Pipeline] { [Pipeline] checkout 08:42:27 ---> Running in 6d9d1eb8f73e 08:42:30 using credential edgex-jenkins-ssh 08:42:30 Cloning the remote Git repository 08:42:30 Cloning with configured refspecs honoured and without tags 08:42:31 Fetching without tags 08:42:30 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:42:30 > git init /w/workspace/go-mod-core-contracts/17 # timeout=10 08:42:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:42:30 > git --version # timeout=10 08:42:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:42:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:42:31 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 08:42:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:42:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:42:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:42:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:42:31 go: finding github.com/davecgh/go-spew v1.1.0 08:42:31 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:42:31 go: finding github.com/go-kit/kit v0.8.0 08:42:31 go: finding github.com/go-logfmt/logfmt v0.4.0 08:42:31 go: finding github.com/go-playground/assert/v2 v2.0.1 08:42:31 go: finding github.com/go-playground/locales v0.13.0 08:42:31 go: finding github.com/go-playground/universal-translator v0.17.0 08:42:31 go: finding github.com/go-playground/validator/v10 v10.3.0 08:42:31 go: finding github.com/go-stack/stack v1.8.0 08:42:31 go: finding github.com/google/uuid v1.1.0 08:42:31 Merging remotes/origin/master commit ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 08:42:31 Merge succeeded, producing 65fd14ea4705cb2d2a46d598c96d9165c3e77c9f 08:42:31 Checking out Revision 65fd14ea4705cb2d2a46d598c96d9165c3e77c9f (PR-236) 08:42:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:42:31 go: finding github.com/leodido/go-urn v1.2.0 08:42:31 go: finding github.com/pmezard/go-difflib v1.0.0 08:42:32 go: finding github.com/stretchr/objx v0.1.0 08:42:32 go: finding github.com/stretchr/testify v1.4.0 08:42:32 go: finding github.com/x448/float16 v0.8.4 08:42:32 go: finding golang.org/x/text v0.3.2 08:42:32 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:42:32 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:42:32 go: finding gopkg.in/yaml.v2 v2.2.2 08:42:31 > git config core.sparsecheckout # timeout=10 08:42:31 > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 08:42:31 > git remote # timeout=10 08:42:31 > git config --get remote.origin.url # timeout=10 08:42:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:31 > git merge ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 08:42:31 > git rev-parse HEAD^{commit} # timeout=10 08:42:31 > git config core.sparsecheckout # timeout=10 08:42:31 > git checkout -f 65fd14ea4705cb2d2a46d598c96d9165c3e77c9f # timeout=10 08:42:35 Commit message: "Merge commit 'ce12e3ca5eff886d773c4b0e75431aaee5057a0a' into HEAD" 08:42:35 > git rev-list --no-walk 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:42:36 ========================================================= 08:42:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:42:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:42:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 08:42:37 Sending build context to Docker daemon 1.809MB 08:42:37 Step 1/7 : ARG BASE=golang:1.13-alpine 08:42:37 Step 2/7 : FROM ${BASE} 08:42:37 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:42:37 e6b0cf9c0882: Pulling fs layer 08:42:37 2848faf0eed1: Pulling fs layer 08:42:37 0f37312ad70f: Pulling fs layer 08:42:37 5788d62ee057: Pulling fs layer 08:42:37 0e6b1d234666: Pulling fs layer 08:42:37 bf5d7aec512f: Pulling fs layer 08:42:37 34c802a77dc8: Pulling fs layer 08:42:37 9eb99e56ec68: Pulling fs layer 08:42:37 27c7a5d97fbd: Pulling fs layer 08:42:37 5c102a31e300: Pulling fs layer 08:42:37 dcfb455df0a1: Pulling fs layer 08:42:37 5788d62ee057: Waiting 08:42:37 34c802a77dc8: Waiting 08:42:37 0e6b1d234666: Waiting 08:42:37 bf5d7aec512f: Waiting 08:42:37 9eb99e56ec68: Waiting 08:42:37 27c7a5d97fbd: Waiting 08:42:37 5c102a31e300: Waiting 08:42:37 dcfb455df0a1: Waiting 08:42:37 0f37312ad70f: Verifying Checksum 08:42:37 0f37312ad70f: Download complete 08:42:37 2848faf0eed1: Verifying Checksum 08:42:37 2848faf0eed1: Download complete 08:42:37 0e6b1d234666: Verifying Checksum 08:42:37 0e6b1d234666: Download complete 08:42:37 bf5d7aec512f: Verifying Checksum 08:42:37 bf5d7aec512f: Download complete 08:42:37 e6b0cf9c0882: Verifying Checksum 08:42:37 e6b0cf9c0882: Download complete 08:42:38 e6b0cf9c0882: Pull complete 08:42:38 34c802a77dc8: Verifying Checksum 08:42:38 34c802a77dc8: Download complete 08:42:38 27c7a5d97fbd: Verifying Checksum 08:42:38 27c7a5d97fbd: Download complete 08:42:39 5c102a31e300: Verifying Checksum 08:42:39 5c102a31e300: Download complete 08:42:39 9eb99e56ec68: Verifying Checksum 08:42:39 9eb99e56ec68: Download complete 08:42:39 5788d62ee057: Verifying Checksum 08:42:39 5788d62ee057: Download complete 08:42:39 dcfb455df0a1: Verifying Checksum 08:42:39 dcfb455df0a1: Download complete 08:42:40 2848faf0eed1: Pull complete 08:42:40 0f37312ad70f: Pull complete 08:42:44 Removing intermediate container 6d9d1eb8f73e 08:42:44 ---> b3c8c49a4771 08:42:44 Successfully built b3c8c49a4771 08:42:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:42:45 + docker inspect -f . ci-base-image-arm64 08:42:45 . [Pipeline] withDockerContainer 08:42:45 prd-ubuntu18.04-docker-arm64-4c-16g-3321 does not seem to be running inside a container 08:42:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/17 -v /w/workspace/go-mod-core-contracts/17:/w/workspace/go-mod-core-contracts/17:rw,z -v /w/workspace/go-mod-core-contracts/17@tmp:/w/workspace/go-mod-core-contracts/17@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 ******** ci-base-image-arm64 cat 08:42:47 5788d62ee057: Pull complete 08:42:47 0e6b1d234666: Pull complete 08:42:47 $ docker top 0f4b0561a3b7afc908f7256c237126bb5b2753e0cf770147af1e917d2e14c712 -eo pid,comm 08:42:47 bf5d7aec512f: Pull complete [Pipeline] { [Pipeline] sh 08:42:48 + go version 08:42:48 go version go1.13.5 linux/arm64 [Pipeline] sh 08:42:49 + make test 08:42:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:42:51 34c802a77dc8: Pull complete 08:42:54 9eb99e56ec68: Pull complete 08:42:54 27c7a5d97fbd: Pull complete 08:42:55 5c102a31e300: Pull complete 08:42:55 dcfb455df0a1: Pull complete 08:42:55 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 08:42:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:42:55 ---> 7c70fe431013 08:42:55 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:42:57 ---> Running in 684c87a7d495 08:42:57 Removing intermediate container 684c87a7d495 08:42:57 ---> eab6943da1ba 08:42:57 Step 4/7 : RUN apk add bash 08:42:57 ---> Running in d686c790ada0 08:42:58 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 08:42:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 08:42:59 OK: 143 MiB in 39 packages 08:43:00 Removing intermediate container d686c790ada0 08:43:00 ---> 060f459b73b5 08:43:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:43:00 ---> Running in ba6395352e54 08:43:00 Removing intermediate container ba6395352e54 08:43:00 ---> af197de12506 08:43:00 Step 6/7 : COPY go.mod . 08:43:00 ---> 2269cb64c58c 08:43:00 Step 7/7 : RUN go mod download 08:43:00 ---> Running in f79007eee086 08:43:02 go: finding github.com/davecgh/go-spew v1.1.0 08:43:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:43:02 go: finding github.com/go-kit/kit v0.8.0 08:43:02 go: finding github.com/go-logfmt/logfmt v0.4.0 08:43:02 go: finding github.com/go-playground/assert/v2 v2.0.1 08:43:02 go: finding github.com/go-playground/locales v0.13.0 08:43:02 go: finding github.com/go-playground/universal-translator v0.17.0 08:43:02 go: finding github.com/go-playground/validator/v10 v10.3.0 08:43:02 go: finding github.com/go-stack/stack v1.8.0 08:43:02 go: finding github.com/google/uuid v1.1.0 08:43:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:43:02 go: finding github.com/leodido/go-urn v1.2.0 08:43:02 go: finding github.com/pmezard/go-difflib v1.0.0 08:43:02 go: finding github.com/stretchr/objx v0.1.0 08:43:02 go: finding github.com/stretchr/testify v1.4.0 08:43:02 go: finding github.com/x448/float16 v0.8.4 08:43:02 go: finding golang.org/x/text v0.3.2 08:43:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 08:43:02 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:43:02 go: finding gopkg.in/yaml.v2 v2.2.2 08:43:10 Removing intermediate container f79007eee086 08:43:10 ---> dbbf90e59723 08:43:10 Successfully built dbbf90e59723 08:43:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:11 + docker inspect -f . ci-base-image-x86_64 08:43:11 . [Pipeline] withDockerContainer 08:43:11 prd-centos7-docker-4c-2g-3322 does not seem to be running inside a container 08:43:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/17 -v /w/workspace/go-mod-core-contracts/17:/w/workspace/go-mod-core-contracts/17:rw,z -v /w/workspace/go-mod-core-contracts/17@tmp:/w/workspace/go-mod-core-contracts/17@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 ******** ci-base-image-x86_64 cat 08:43:12 $ docker top 74b6dc0586468c757d839ffd90df8fac33d91a7ed4c20cfe77e88f8237f9cc30 -eo pid,comm [Pipeline] { 08:43:12 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [Pipeline] sh 08:43:12 + go version 08:43:12 go version go1.13.5 linux/amd64 [Pipeline] sh 08:43:12 + make test 08:43:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:43:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.086s coverage: 85.7% of statements 08:43:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.037s coverage: 100.0% of statements 08:43:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.039s coverage: 45.4% of statements 08:43:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.063s coverage: 77.8% of statements 08:43:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:43:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.091s coverage: 6.4% of statements 08:43:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.059s coverage: 14.4% of statements 08:43:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements 08:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.121s coverage: 100.0% of statements 08:43:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:43:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements 08:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.519s coverage: 100.0% of statements 08:43:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:43:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.008s coverage: 85.7% of statements 08:43:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.024s coverage: 100.0% of statements 08:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.031s coverage: 45.4% of statements 08:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements 08:43:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements 08:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.023s coverage: 14.4% of statements 08:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.008s coverage: 100.0% of statements 08:43:23 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.134s coverage: 62.5% of statements 08:43:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements 08:43:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.043s coverage: 15.4% of statements 08:43:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.037s coverage: 15.4% of statements 08:43:23 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.035s coverage: 14.3% of statements 08:43:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:43:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.055s coverage: 100.0% of statements 08:43:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:43:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:43:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.004s coverage: 100.0% of statements 08:43:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.011s coverage: 100.0% of statements 08:43:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 83.3% of statements 08:43:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 08:43:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.029s coverage: 91.3% of statements 08:43:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:43:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.031s coverage: 62.5% of statements 08:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements 08:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements 08:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.006s coverage: 15.4% of statements 08:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.004s coverage: 14.3% of statements 08:43:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:43:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.005s coverage: 83.3% of statements 08:43:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 08:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.008s coverage: 91.3% of statements 08:43:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] 08:43:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:43:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:43:28 gofmt -l . 08:43:28 [ "`gofmt -l .`" = "" ] [Pipeline] stash 08:43:28 Stashed 1 file(s) [Pipeline] } 08:43:28 $ docker stop --time=1 74b6dc0586468c757d839ffd90df8fac33d91a7ed4c20cfe77e88f8237f9cc30 08:43:30 gofmt -l . 08:43:30 [ "`gofmt -l .`" = "" ] 08:43:30 $ docker rm -f 74b6dc0586468c757d839ffd90df8fac33d91a7ed4c20cfe77e88f8237f9cc30 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } 08:43:30 Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 08:43:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] } 08:43:31 $ docker stop --time=1 0f4b0561a3b7afc908f7256c237126bb5b2753e0cf770147af1e917d2e14c712 08:43:33 $ docker rm -f 0f4b0561a3b7afc908f7256c237126bb5b2753e0cf770147af1e917d2e14c712 [Pipeline] // node [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:43:35 provisioning config files... 08:43:35 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7271474387598640469tmp [Pipeline] { [Pipeline] sh 08:43:35 + curl -s https://codecov.io/bash 08:43:35 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7271474387598640469tmp 08:43:35 08:43:35 _____ _ 08:43:35 / ____| | | 08:43:35 | | ___ __| | ___ ___ _____ __ 08:43:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:43:35 | |___| (_) | (_| | __/ (_| (_) \ V / 08:43:35 \_____\___/ \__,_|\___|\___\___/ \_/ 08:43:35 Bash-20200602-f809a24 08:43:35 08:43:35 08:43:35 ==> Jenkins CI detected. 08:43:35 project root: . 08:43:35 Fixing merge commit SHA 08:43:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:43:35 ==> Running gcov in . (disable via -X gcov) 08:43:35 ==> Python coveragepy not found 08:43:35 ==> Searching for coverage reports in: 08:43:35 + . 08:43:35 -> Found 1 reports 08:43:35 ==> Detecting git/mercurial file structure 08:43:35 ==> Reading reports 08:43:35 + ./coverage.out bytes=83735 08:43:35 ==> Appending adjustments 08:43:35 https://docs.codecov.io/docs/fixing-reports 08:43:36 + Found adjustments 08:43:36 ==> Gzipping contents 08:43:36 ==> Uploading reports 08:43:36 url: https://codecov.io 08:43:36 query: branch=PR-236&commit=ce12e3ca5eff886d773c4b0e75431aaee5057a0a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F17%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= 08:43:36 -> Pinging Codecov 08:43:36 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-236&commit=ce12e3ca5eff886d773c4b0e75431aaee5057a0a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F17%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= 08:43:36 -> Uploading 08:43:37 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ce12e3ca5eff886d773c4b0e75431aaee5057a0a [Pipeline] } 08:43:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:43:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:43:38 ---> package-listing.sh 08:43:38 ++ facter osfamily 08:43:38 ++ tr '[:upper:]' '[:lower:]' 08:43:38 + OS_FAMILY=redhat 08:43:38 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 08:43:38 + START_PACKAGES=/tmp/packages_start.txt 08:43:38 + END_PACKAGES=/tmp/packages_end.txt 08:43:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:43:38 + PACKAGES=/tmp/packages_start.txt 08:43:38 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 08:43:38 + PACKAGES=/tmp/packages_end.txt 08:43:38 + case "${OS_FAMILY}" in 08:43:38 + rpm -qa 08:43:38 + sort 08:43:45 + '[' -f /tmp/packages_start.txt ']' 08:43:45 + '[' -f /tmp/packages_end.txt ']' 08:43:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:43:45 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 08:43:45 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ 08:43:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [Pipeline] isUnix [Pipeline] sh 08:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:43:46 08:43:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:43:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:43:46 alpine: Pulling from edgex-lftools-log-publisher 08:43:46 c9b1b535fdd9: Pulling fs layer 08:43:46 2cc5ad85d9ab: Pulling fs layer 08:43:46 756a868c4378: Pulling fs layer 08:43:46 444b2fc9a129: Pulling fs layer 08:43:46 ea15f1150254: Pulling fs layer 08:43:46 41b27a9f41bf: Pulling fs layer 08:43:46 28c525ee5125: Pulling fs layer 08:43:46 094b1ea09ed8: Pulling fs layer 08:43:46 138eaada9080: Pulling fs layer 08:43:46 0622d0fa9048: Pulling fs layer 08:43:46 ea15f1150254: Waiting 08:43:46 41b27a9f41bf: Waiting 08:43:46 28c525ee5125: Waiting 08:43:46 094b1ea09ed8: Waiting 08:43:46 138eaada9080: Waiting 08:43:46 444b2fc9a129: Waiting 08:43:46 0622d0fa9048: Waiting 08:43:46 2cc5ad85d9ab: Download complete 08:43:46 444b2fc9a129: Verifying Checksum 08:43:46 444b2fc9a129: Download complete 08:43:46 c9b1b535fdd9: Verifying Checksum 08:43:46 c9b1b535fdd9: Download complete 08:43:46 ea15f1150254: Verifying Checksum 08:43:46 ea15f1150254: Download complete 08:43:46 28c525ee5125: Download complete 08:43:46 756a868c4378: Verifying Checksum 08:43:46 756a868c4378: Download complete 08:43:47 c9b1b535fdd9: Pull complete 08:43:47 138eaada9080: Verifying Checksum 08:43:47 138eaada9080: Download complete 08:43:47 0622d0fa9048: Download complete 08:43:47 094b1ea09ed8: Verifying Checksum 08:43:47 094b1ea09ed8: Download complete 08:43:47 2cc5ad85d9ab: Pull complete 08:43:47 41b27a9f41bf: Verifying Checksum 08:43:47 41b27a9f41bf: Download complete 08:43:48 756a868c4378: Pull complete 08:43:48 444b2fc9a129: Pull complete 08:43:49 ea15f1150254: Pull complete 08:43:53 41b27a9f41bf: Pull complete 08:43:53 28c525ee5125: Pull complete 08:43:55 094b1ea09ed8: Pull complete 08:43:56 138eaada9080: Pull complete 08:43:56 0622d0fa9048: Pull complete 08:43:56 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:43:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:43:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:43:56 prd-centos7-docker-4c-2g-3320 does not seem to be running inside a container 08:43:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:44:00 $ docker top 72e5bbeeeb3131def85d3e4e9e6e8d9806f20d0a30af012e00be219a69be0a75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:44:00 provisioning config files... 08:44:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config3319340143937060860tmp [Pipeline] { [Pipeline] echo 08:44:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:44:00 ---> create-netrc.sh [Pipeline] echo 08:44:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:44:00 ---> logs-deploy.sh 08:44:00 + ARCHIVE_ARTIFACTS= 08:44:00 + LOGS_SERVER=https://logs.edgexfoundry.org 08:44:00 + '[' https://logs.edgexfoundry.org == None ']' 08:44:00 + NEXUS_URL=https://nexus.edgexfoundry.org 08:44:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/17 08:44:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/17/ 08:44:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/17 /w/workspace/dry_go-mod-core-contracts_PR-236 08:44:02 Archives upload complete. 08:44:02 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/17 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/17/ 08:44:02 ---> uname -a: 08:44:02 Linux 72e5bbeeeb31 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:44:02 08:44:02 08:44:02 ---> lscpu: 08:44:02 Architecture: x86_64 08:44:02 CPU op-mode(s): 32-bit, 64-bit 08:44:02 Byte Order: Little Endian 08:44:02 Address sizes: 40 bits physical, 48 bits virtual 08:44:02 CPU(s): 4 08:44:02 On-line CPU(s) list: 0-3 08:44:02 Thread(s) per core: 1 08:44:02 Core(s) per socket: 1 08:44:02 Socket(s): 4 08:44:02 NUMA node(s): 1 08:44:02 Vendor ID: GenuineIntel 08:44:02 CPU family: 6 08:44:02 Model: 44 08:44:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:44:02 Stepping: 1 08:44:02 CPU MHz: 2933.438 08:44:02 BogoMIPS: 5866.87 08:44:02 Virtualization: VT-x 08:44:02 Hypervisor vendor: KVM 08:44:02 Virtualization type: full 08:44:02 L1d cache: 128 KiB 08:44:02 L1i cache: 128 KiB 08:44:02 L2 cache: 16 MiB 08:44:02 L3 cache: 64 MiB 08:44:02 NUMA node0 CPU(s): 0-3 08:44:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:44:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:44:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:44:02 Vulnerability Meltdown: Mitigation; PTI 08:44:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:44:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:44:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:44:02 Vulnerability Tsx async abort: Not affected 08:44:02 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 08:44:02 08:44:02 08:44:02 ---> nproc: 08:44:02 4 08:44:02 08:44:02 08:44:02 ---> df -h: 08:44:02 Filesystem Size Used Available Use% Mounted on 08:44:02 overlay 50.0G 7.2G 42.8G 14% / 08:44:02 tmpfs 64.0M 0 64.0M 0% /dev 08:44:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:44:02 shm 64.0M 0 64.0M 0% /dev/shm 08:44:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 08:44:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 08:44:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 08:44:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-236 08:44:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-236@tmp 08:44:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 08:44:02 08:44:02 08:44:02 ---> free -m: 08:44:02 total used free shared buff/cache available 08:44:02 Mem: 1837 654 121 0 1061 1077 08:44:02 Swap: 1023 1 1022 08:44:02 08:44:02 08:44:02 ---> ip addr: 08:44:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:44:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:44:02 inet 127.0.0.1/8 scope host lo 08:44:02 valid_lft forever preferred_lft forever 08:44:02 6: eth0@if7: mtu 1458 qdisc noqueue state UP 08:44:02 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 08:44:02 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 08:44:02 valid_lft forever preferred_lft forever 08:44:02 08:44:02 08:44:02 ---> sar -b -r -n DEV: 08:44:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/17/20 _x86_64_ (4 CPU) 08:44:02 08:44:02 08:38:38 LINUX RESTART 08:44:02 08:44:02 08:39:02 tps rtps wtps bread/s bwrtn/s 08:44:02 08:40:01 117.24 44.90 72.33 7668.54 23591.28 08:44:02 08:41:01 1.90 0.00 1.90 0.00 41.87 08:44:02 08:42:01 0.40 0.00 0.40 0.00 5.73 08:44:02 08:43:01 0.30 0.00 0.30 0.00 3.65 08:44:02 08:44:01 166.13 109.27 56.86 8274.79 19931.09 08:44:02 Average: 57.01 30.80 26.21 3174.44 8667.04 08:44:02 08:44:02 08:39:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:44:02 08:40:01 163520 1718036 91.31 2620 1143764 1125940 38.43 439156 1117708 120 08:44:02 08:41:01 168532 1713024 91.04 2620 1143952 1089460 37.18 438176 1114864 20 08:44:02 08:42:01 167960 1713596 91.07 2620 1143960 1089588 37.19 438872 1114856 8 08:44:02 08:43:01 167864 1713692 91.08 2620 1143960 1089612 37.19 438932 1114852 8 08:44:02 08:44:01 133480 1748076 92.91 2620 1084080 1236216 42.19 499192 1043536 228 08:44:02 Average: 160271 1721285 91.48 2620 1131943 1126163 38.43 450866 1101163 77 08:44:02 08:44:02 08:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 08:44:02 08:40:01 eth0 475.86 312.51 1068.57 98.49 0.00 0.00 0.00 08:44:02 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:44:02 08:40:01 docker0 6.37 5.01 0.92 9.92 0.00 0.00 0.00 08:44:02 08:41:01 eth0 3.85 1.32 2.95 0.09 0.00 0.00 0.00 08:44:02 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:44:02 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:44:02 08:42:01 eth0 0.95 0.52 0.34 0.21 0.00 0.00 0.00 08:44:02 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:44:02 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:44:02 08:43:01 eth0 0.60 0.28 0.28 0.20 0.00 0.00 0.00 08:44:02 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:44:02 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:44:02 08:44:01 eth0 110.89 73.28 2341.42 14.71 0.00 0.00 0.00 08:44:02 08:44:01 veth3eaeb03 0.00 0.08 0.00 0.01 0.00 0.00 0.00 08:44:02 08:44:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 08:44:02 08:44:01 docker0 6.26 4.93 0.91 9.75 0.00 0.00 0.00 08:44:02 Average: eth0 117.26 76.81 681.58 22.49 0.00 0.00 0.00 08:44:02 Average: veth3eaeb03 0.00 0.02 0.00 0.00 0.00 0.00 0.00 08:44:02 Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 08:44:02 Average: docker0 1.26 0.99 0.18 1.96 0.00 0.00 0.00 08:44:02 08:44:02 08:44:02 ---> sar -P ALL: 08:44:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/17/20 _x86_64_ (4 CPU) 08:44:02 08:44:02 08:38:38 LINUX RESTART 08:44:02 08:44:02 08:39:02 CPU %user %nice %system %iowait %steal %idle 08:44:02 08:40:01 all 13.05 0.00 5.52 6.82 0.02 74.60 08:44:02 08:40:01 0 12.95 0.00 6.28 5.31 0.02 75.45 08:44:02 08:40:01 1 13.09 0.00 5.68 6.91 0.00 74.32 08:44:02 08:40:01 2 12.72 0.00 4.99 11.48 0.05 70.75 08:44:02 08:40:01 3 13.43 0.00 5.11 3.55 0.00 77.90 08:44:02 08:41:01 all 0.17 0.00 0.03 0.00 0.00 99.79 08:44:02 08:41:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:44:02 08:41:01 1 0.08 0.00 0.03 0.00 0.02 99.87 08:44:02 08:41:01 2 0.52 0.00 0.03 0.00 0.02 99.43 08:44:02 08:41:01 3 0.07 0.00 0.02 0.00 0.00 99.92 08:44:02 08:42:01 all 0.16 0.00 0.02 0.00 0.00 99.82 08:44:02 08:42:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:44:02 08:42:01 1 0.08 0.00 0.05 0.00 0.00 99.87 08:44:02 08:42:01 2 0.48 0.00 0.02 0.00 0.00 99.50 08:44:02 08:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:44:02 08:43:01 all 0.13 0.00 0.02 0.00 0.00 99.85 08:44:02 08:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:44:02 08:43:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:44:02 08:43:01 2 0.45 0.00 0.00 0.00 0.00 99.55 08:44:02 08:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:44:02 08:44:01 all 5.66 0.00 2.81 3.63 0.02 87.88 08:44:02 08:44:01 0 6.48 0.00 2.81 1.16 0.02 89.53 08:44:02 08:44:01 1 6.02 0.00 2.90 7.82 0.02 83.24 08:44:02 08:44:01 2 5.31 0.00 3.13 2.01 0.02 89.53 08:44:02 08:44:01 3 4.79 0.00 2.43 3.55 0.00 89.22 08:44:02 Average: all 3.79 0.00 1.66 2.07 0.01 92.47 08:44:02 Average: 0 3.87 0.00 1.81 1.27 0.01 93.04 08:44:02 Average: 1 3.82 0.00 1.72 2.92 0.01 91.53 08:44:02 Average: 2 3.86 0.00 1.62 2.66 0.02 91.85 08:44:02 Average: 3 3.61 0.00 1.50 1.41 0.00 93.48 08:44:02 08:44:02 08:44:02