Pull request #236 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 lindseysimple for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 38d0cc147a837ce191fd6fcb9b0683ab407438b4 rather than 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 Obtained Jenkinsfile from 38d0cc147a837ce191fd6fcb9b0683ab407438b4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7349 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 38d0cc147a837ce191fd6fcb9b0683ab407438b4 into PR head commit 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 Merge succeeded, producing 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 Checking out Revision 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 (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 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # 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 38d0cc147a837ce191fd6fcb9b0683ab407438b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:21:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 30b9716047e4bfbc8c4d4c5584ee84da8109f070 # timeout=10 07:21:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:21:04 ========================================================= 07:21:04 EdgeX Global Pipelines Version Info 07:21:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:21:06 ------------------- 07:21:06 stable info: 07:21:06 ------------------- 07:21:06 Commited By: Emilio Reyes emilio.reyes@intel.com 07:21:06 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 07:21:06 Message: update stable to v1.0.87 07:21:07 ------------------- 07:21:07 experimental info: 07:21:07 ------------------- 07:21:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:21:07 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 07:21:07 Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:21:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:21:09 07:21:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:21:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:21:10 latest: Pulling from edgex-devops/git-semver 07:21:10 9123ac7c32f7: Pulling fs layer 07:21:10 b8cc5d1170e3: Pulling fs layer 07:21:10 2924cbbf6a41: Pulling fs layer 07:21:10 93b08a4f1073: Pulling fs layer 07:21:10 93b08a4f1073: Waiting 07:21:10 b8cc5d1170e3: Download complete 07:21:10 9123ac7c32f7: Verifying Checksum 07:21:10 9123ac7c32f7: Download complete 07:21:10 93b08a4f1073: Verifying Checksum 07:21:10 93b08a4f1073: Download complete 07:21:10 2924cbbf6a41: Verifying Checksum 07:21:10 2924cbbf6a41: Download complete 07:21:20 9123ac7c32f7: Pull complete 07:21:32 b8cc5d1170e3: Pull complete 07:21:32 2924cbbf6a41: Pull complete 07:21:32 93b08a4f1073: Pull complete 07:21:32 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 07:21:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:21:33 prd-centos7-docker-4c-2g-7349 does not seem to be running inside a container 07:21:33 $ 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 07:21:34 $ docker top 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:21:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:21:36 [ssh-agent] Looking for ssh-agent implementation... 07:21:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:21:36 $ docker exec 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 ssh-agent 07:21:37 SSH_AUTH_SOCK=/tmp/ssh-QP91v8RpWBbK/agent.15 07:21:37 SSH_AGENT_PID=22 07:21:37 Running ssh-add (command line suppressed) 07:21:37 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3608929745333397779.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3608929745333397779.key) 07:21:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:21:37 + git describe --exact-match --tags HEAD 07:21:37 fatal: No names found, cannot describe anything. [Pipeline] } 07:21:37 $ docker exec --env ******** --env ******** 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 ssh-agent -k 07:21:38 unset SSH_AUTH_SOCK; 07:21:38 unset SSH_AGENT_PID; 07:21:38 echo Agent pid 22 killed; 07:21:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:21:38 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:21:38 This usually means this commit has not been tagged. [Pipeline] sshagent 07:21:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:21:38 [ssh-agent] Looking for ssh-agent implementation... 07:21:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:21:38 $ docker exec 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 ssh-agent 07:21:39 SSH_AUTH_SOCK=/tmp/ssh-b4yR31UwVzba/agent.56 07:21:39 SSH_AGENT_PID=63 07:21:39 Running ssh-add (command line suppressed) 07:21:39 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3075605177185723943.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3075605177185723943.key) 07:21:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:21:40 + git semver init 07:21:40 # -> Open(): unable to determine branch for HEAD 07:21:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git 07:21:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 07:21:40 # $SEMVER_REMOTE_NAME = origin 07:21:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:21:40 # $SEMVER_USER_NAME = edgex-jenkins 07:21:40 # $SEMVER_BRANCH = PR-236 07:21:40 # $SEMVER_TEMP = /tmp/semver-406838957 07:21:40 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 07:21:40 # '/tmp/semver-406838957' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' 07:21:40 # -> Force: false 07:21:40 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } 07:21:40 $ docker exec --env ******** --env ******** 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 ssh-agent -k 07:21:41 unset SSH_AUTH_SOCK; 07:21:41 unset SSH_AGENT_PID; 07:21:41 echo Agent pid 63 killed; 07:21:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:21:41 + git semver [Pipeline] } 07:21:41 $ docker stop --time=1 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 07:21:43 $ docker rm -f 7ca20916a7b4846a2fdda4ff308b38162be35b715fa4a1439995557ce1831cc5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:21:44 Stashed 73 file(s) [Pipeline] echo 07:21:44 [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 07:21:59 Still waiting to schedule task 07:21:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:21:59 Still waiting to schedule task 07:21:59 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:24:55 Running on prd-centos7-docker-4c-2g-7351 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 07:24:55 Running in /w/workspace/go-mod-core-contracts/8 [Pipeline] { [Pipeline] checkout 07:24:57 using credential edgex-jenkins-ssh 07:25:03 Cloning the remote Git repository 07:25:03 Cloning with configured refspecs honoured and without tags 07:25:03 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:25:03 > git init /w/workspace/go-mod-core-contracts/8 # timeout=10 07:25:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:25:03 > git --version # timeout=10 07:25:03 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:03 > 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 07:25:05 Fetching without tags 07:25:05 Merging remotes/origin/master commit 38d0cc147a837ce191fd6fcb9b0683ab407438b4 into PR head commit 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 07:25:06 Merge succeeded, producing 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 07:25:06 Checking out Revision 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 (PR-236) 07:25:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:25:05 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 07:25:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:25:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:25:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:25:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:05 > 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 07:25:05 > git config core.sparsecheckout # timeout=10 07:25:05 > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 07:25:06 > git remote # timeout=10 07:25:06 > git config --get remote.origin.url # timeout=10 07:25:06 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:06 > git merge 38d0cc147a837ce191fd6fcb9b0683ab407438b4 # timeout=10 07:25:06 > git rev-parse HEAD^{commit} # timeout=10 07:25:06 > git config core.sparsecheckout # timeout=10 07:25:06 > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 07:25:30 Commit message: "Create core data DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:25:30 ========================================================= 07:25:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:25:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:25:31 + 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 . 07:25:38 Sending build context to Docker daemon 1.778MB 07:25:38 Step 1/7 : ARG BASE=golang:1.13-alpine 07:25:38 Step 2/7 : FROM ${BASE} 07:25:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:25:38 e6b0cf9c0882: Pulling fs layer 07:25:38 2848faf0eed1: Pulling fs layer 07:25:38 0f37312ad70f: Pulling fs layer 07:25:38 5788d62ee057: Pulling fs layer 07:25:38 0e6b1d234666: Pulling fs layer 07:25:38 bf5d7aec512f: Pulling fs layer 07:25:38 34c802a77dc8: Pulling fs layer 07:25:38 9eb99e56ec68: Pulling fs layer 07:25:38 27c7a5d97fbd: Pulling fs layer 07:25:38 5c102a31e300: Pulling fs layer 07:25:38 dcfb455df0a1: Pulling fs layer 07:25:38 5788d62ee057: Waiting 07:25:38 27c7a5d97fbd: Waiting 07:25:38 0e6b1d234666: Waiting 07:25:38 5c102a31e300: Waiting 07:25:38 9eb99e56ec68: Waiting 07:25:38 34c802a77dc8: Waiting 07:25:38 dcfb455df0a1: Waiting 07:25:38 bf5d7aec512f: Waiting 07:25:38 0f37312ad70f: Verifying Checksum 07:25:38 0f37312ad70f: Download complete 07:25:38 2848faf0eed1: Verifying Checksum 07:25:38 2848faf0eed1: Download complete 07:25:38 0e6b1d234666: Verifying Checksum 07:25:38 0e6b1d234666: Download complete 07:25:38 bf5d7aec512f: Verifying Checksum 07:25:38 bf5d7aec512f: Download complete 07:25:38 e6b0cf9c0882: Verifying Checksum 07:25:38 e6b0cf9c0882: Download complete 07:25:38 34c802a77dc8: Verifying Checksum 07:25:38 34c802a77dc8: Download complete 07:25:38 27c7a5d97fbd: Verifying Checksum 07:25:38 27c7a5d97fbd: Download complete 07:25:38 5c102a31e300: Verifying Checksum 07:25:38 5c102a31e300: Download complete 07:25:38 dcfb455df0a1: Verifying Checksum 07:25:38 dcfb455df0a1: Download complete 07:25:38 9eb99e56ec68: Download complete 07:25:38 5788d62ee057: Verifying Checksum 07:25:38 5788d62ee057: Download complete 07:25:46 e6b0cf9c0882: Pull complete 07:25:47 2848faf0eed1: Pull complete 07:25:47 0f37312ad70f: Pull complete 07:26:25 5788d62ee057: Pull complete 07:26:25 0e6b1d234666: Pull complete 07:26:25 bf5d7aec512f: Pull complete 07:26:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7352 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws 07:26:38 Running in /w/workspace/go-mod-core-contracts/8 [Pipeline] { [Pipeline] checkout 07:26:44 34c802a77dc8: Pull complete 07:26:44 using credential edgex-jenkins-ssh 07:26:44 Cloning the remote Git repository 07:26:44 Cloning with configured refspecs honoured and without tags 07:26:44 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:26:44 > git init /w/workspace/go-mod-core-contracts/8 # timeout=10 07:26:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:26:44 > git --version # timeout=10 07:26:44 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:44 > 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 07:26:46 Fetching without tags 07:26:46 Merging remotes/origin/master commit 38d0cc147a837ce191fd6fcb9b0683ab407438b4 into PR head commit 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 07:26:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:26:45 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 07:26:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:26:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:26:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:26:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:46 > 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 07:26:46 > git config core.sparsecheckout # timeout=10 07:26:46 > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 07:26:46 > git remote # timeout=10 07:26:46 > git config --get remote.origin.url # timeout=10 07:26:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:46 Merge succeeded, producing 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 07:26:46 Checking out Revision 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 (PR-236) 07:26:46 > git merge 38d0cc147a837ce191fd6fcb9b0683ab407438b4 # timeout=10 07:26:46 > git rev-parse HEAD^{commit} # timeout=10 07:26:46 > git config core.sparsecheckout # timeout=10 07:26:46 > git checkout -f 8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 # timeout=10 07:26:49 9eb99e56ec68: Pull complete 07:27:01 Commit message: "Create core data DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:27:02 ========================================================= 07:27:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:27:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:27:03 + 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 . 07:27:04 Sending build context to Docker daemon 1.778MB 07:27:04 Step 1/7 : ARG BASE=golang:1.13-alpine 07:27:04 Step 2/7 : FROM ${BASE} 07:27:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:27:05 cde5963f3b93: Pulling fs layer 07:27:05 2a23fa8c16f7: Pulling fs layer 07:27:05 777b28850792: Pulling fs layer 07:27:05 8a11ddd9e578: Pulling fs layer 07:27:05 4cf88f913ddb: Pulling fs layer 07:27:05 1df406cf5192: Pulling fs layer 07:27:05 cd6300453558: Pulling fs layer 07:27:05 b9c365052c96: Pulling fs layer 07:27:05 a2d8cc88f415: Pulling fs layer 07:27:05 ea1d1ca13537: Pulling fs layer 07:27:05 3750a50a1c5e: Pulling fs layer 07:27:05 8a11ddd9e578: Waiting 07:27:05 4cf88f913ddb: Waiting 07:27:05 1df406cf5192: Waiting 07:27:05 cd6300453558: Waiting 07:27:05 b9c365052c96: Waiting 07:27:05 ea1d1ca13537: Waiting 07:27:05 a2d8cc88f415: Waiting 07:27:05 3750a50a1c5e: Waiting 07:27:05 777b28850792: Verifying Checksum 07:27:05 777b28850792: Download complete 07:27:05 2a23fa8c16f7: Verifying Checksum 07:27:05 2a23fa8c16f7: Download complete 07:27:05 4cf88f913ddb: Verifying Checksum 07:27:05 4cf88f913ddb: Download complete 07:27:05 1df406cf5192: Verifying Checksum 07:27:05 1df406cf5192: Download complete 07:27:05 cde5963f3b93: Download complete 07:27:06 cde5963f3b93: Pull complete 07:27:06 2a23fa8c16f7: Pull complete 07:27:07 777b28850792: Pull complete 07:27:07 27c7a5d97fbd: Pull complete 07:27:09 cd6300453558: Verifying Checksum 07:27:09 cd6300453558: Download complete 07:27:09 a2d8cc88f415: Download complete 07:27:12 ea1d1ca13537: Verifying Checksum 07:27:12 ea1d1ca13537: Download complete 07:27:12 3750a50a1c5e: Verifying Checksum 07:27:12 3750a50a1c5e: Download complete 07:27:14 b9c365052c96: Verifying Checksum 07:27:14 b9c365052c96: Download complete 07:27:16 8a11ddd9e578: Verifying Checksum 07:27:16 8a11ddd9e578: Download complete 07:27:34 8a11ddd9e578: Pull complete 07:27:34 4cf88f913ddb: Pull complete 07:27:34 1df406cf5192: Pull complete 07:27:38 cd6300453558: Pull complete 07:27:44 b9c365052c96: Pull complete 07:27:46 a2d8cc88f415: Pull complete 07:27:46 5c102a31e300: Pull complete 07:27:46 dcfb455df0a1: Pull complete 07:27:46 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 07:27:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:27:46 ---> 7c70fe431013 07:27:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:27:46 ---> Running in 81bf5a82cffe 07:27:46 Removing intermediate container 81bf5a82cffe 07:27:46 ---> dd5a30bab9ce 07:27:46 Step 4/7 : RUN apk add bash 07:27:46 ---> Running in d683568caec0 07:27:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 07:27:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 07:27:46 OK: 143 MiB in 39 packages 07:27:46 Removing intermediate container d683568caec0 07:27:46 ---> 4fa4dd91de6e 07:27:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:27:46 ---> Running in abb5dcad5294 07:27:46 Removing intermediate container abb5dcad5294 07:27:46 ---> dca4c590b026 07:27:46 Step 6/7 : COPY go.mod . 07:27:46 ---> 836d475014c6 07:27:46 Step 7/7 : RUN go mod download 07:27:47 ---> Running in 2fd8bf83ee28 07:28:04 ea1d1ca13537: Pull complete 07:28:04 3750a50a1c5e: Pull complete 07:28:04 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 07:28:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:28:04 ---> 78745c68409d 07:28:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:28:12 ---> Running in 864c5d9dfbf1 07:28:12 Removing intermediate container 864c5d9dfbf1 07:28:12 ---> 432c71aecf59 07:28:12 Step 4/7 : RUN apk add bash 07:28:12 ---> Running in 35222dfbef25 07:28:14 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 07:28:15 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 07:28:16 OK: 125 MiB in 39 packages 07:28:37 Cannot contact prd-ubuntu18.04-docker-arm64-4c-16g-7352: java.lang.InterruptedException 07:28:37 Removing intermediate container 35222dfbef25 07:28:37 ---> bfcaa618a964 07:28:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:28:37 ---> Running in 00cc3700896a 07:28:37 Removing intermediate container 00cc3700896a 07:28:37 ---> d3e41093806c 07:28:37 Step 6/7 : COPY go.mod . 07:28:37 ---> 8a256a278d81 07:28:37 Step 7/7 : RUN go mod download 07:28:37 ---> Running in f6a36e81636d 07:28:37 go: finding github.com/davecgh/go-spew v1.1.0 07:28:37 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:28:37 go: finding github.com/go-kit/kit v0.8.0 07:28:37 go: finding github.com/go-logfmt/logfmt v0.4.0 07:28:37 go: finding github.com/go-playground/locales v0.13.0 07:28:37 go: finding github.com/go-playground/universal-translator v0.17.0 07:28:37 go: finding github.com/go-stack/stack v1.8.0 07:28:37 go: finding github.com/google/uuid v1.1.0 07:28:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:28:37 go: finding github.com/leodido/go-urn v1.1.0 07:28:37 go: finding github.com/pmezard/go-difflib v1.0.0 07:28:37 go: finding github.com/stretchr/objx v0.1.0 07:28:37 go: finding github.com/stretchr/testify v1.3.0 07:28:37 go: finding github.com/x448/float16 v0.8.4 07:28:37 go: finding golang.org/x/text v0.3.2 07:28:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:28:37 go: finding gopkg.in/go-playground/assert.v1 v1.2.1 07:28:37 go: finding gopkg.in/go-playground/validator.v9 v9.31.0 07:28:54 go: finding github.com/davecgh/go-spew v1.1.0 07:28:54 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:28:59 go: finding github.com/go-kit/kit v0.8.0 07:28:59 go: finding github.com/go-logfmt/logfmt v0.4.0 07:28:59 go: finding github.com/go-playground/locales v0.13.0 07:28:59 go: finding github.com/go-playground/universal-translator v0.17.0 07:28:59 go: finding github.com/go-stack/stack v1.8.0 07:28:59 go: finding github.com/google/uuid v1.1.0 07:28:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:28:59 go: finding github.com/leodido/go-urn v1.1.0 07:28:59 go: finding github.com/pmezard/go-difflib v1.0.0 07:28:59 go: finding github.com/stretchr/objx v0.1.0 07:29:00 Removing intermediate container f6a36e81636d 07:29:00 ---> af17998e08b2 07:29:00 Successfully built af17998e08b2 07:29:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 07:29:00 go: finding github.com/stretchr/testify v1.3.0 07:29:00 go: finding github.com/x448/float16 v0.8.4 07:29:00 go: finding golang.org/x/text v0.3.2 07:29:00 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:29:00 go: finding gopkg.in/go-playground/assert.v1 v1.2.1 07:29:00 go: finding gopkg.in/go-playground/validator.v9 v9.31.0 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:29:00 + docker inspect -f . ci-base-image-arm64 07:29:00 . [Pipeline] withDockerContainer 07:29:01 prd-ubuntu18.04-docker-arm64-4c-16g-7352 does not seem to be running inside a container 07:29:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@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 07:29:11 $ docker top db84f60c00245f82a6805f0efe4f484696a6dbcfcb5e6208af2e9a3ee4a8047e -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:12 + go version 07:29:12 go version go1.13.5 linux/arm64 [Pipeline] sh 07:29:12 + make test 07:29:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:29:34 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:29:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.053s coverage: 85.7% of statements 07:29:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.044s coverage: 100.0% of statements 07:29:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.035s coverage: 45.4% of statements 07:29:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.040s coverage: 77.8% of statements 07:29:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:29:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements 07:29:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.064s coverage: 14.4% of statements 07:29:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.022s coverage: 100.0% of statements 07:29:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.122s coverage: 100.0% of statements 07:29:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:29:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:29:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.029s coverage: 100.0% of statements 07:29:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.546s coverage: 100.0% of statements 07:29:49 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.082s coverage: 62.5% of statements 07:29:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.025s coverage: 26.3% of statements 07:29:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements 07:29:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements 07:29:50 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements 07:29:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:29:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 07:29:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/coredata 0.047s coverage: 87.1% of statements 07:29:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models/coredata [no test files] 07:29:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:29:54 gofmt -l . 07:29:54 [ "`gofmt -l .`" = "" ] [Pipeline] stash 07:29:55 Stashed 1 file(s) [Pipeline] } 07:29:55 $ docker stop --time=1 db84f60c00245f82a6805f0efe4f484696a6dbcfcb5e6208af2e9a3ee4a8047e 07:29:59 $ docker rm -f db84f60c00245f82a6805f0efe4f484696a6dbcfcb5e6208af2e9a3ee4a8047e [Pipeline] // withDockerContainer [Pipeline] } [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 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:30:07 Removing intermediate container 2fd8bf83ee28 07:30:07 ---> a36fa3932597 07:30:07 Successfully built a36fa3932597 07:30:07 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 07:30:08 + docker inspect -f . ci-base-image-x86_64 07:30:08 . [Pipeline] withDockerContainer 07:30:08 prd-centos7-docker-4c-2g-7351 does not seem to be running inside a container 07:30:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@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 07:30:09 $ docker top 5bf5e7fb1a8210585da4c3298becaf7061f9776674d2bfef164346b0e895d213 -eo pid,comm [Pipeline] { [Pipeline] sh 07:30:09 + go version 07:30:09 go version go1.13.5 linux/amd64 [Pipeline] sh 07:30:10 + make test 07:30:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:30:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 2.290s coverage: 85.7% of statements 07:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 2.255s coverage: 100.0% of statements 07:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.036s coverage: 45.4% of statements 07:30:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 2.219s coverage: 77.8% of statements 07:30:35 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.011s coverage: 6.4% of statements 07:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.015s coverage: 14.4% of statements 07:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.007s coverage: 100.0% of statements 07:30:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.029s coverage: 100.0% of statements 07:30:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:30:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.003s coverage: 100.0% of statements 07:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.504s coverage: 100.0% of statements 07:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 62.5% of statements 07:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements 07:30:45 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements 07:30:45 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.004s coverage: 15.4% of statements 07:30:45 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 07:30:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:30:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] 07:30:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/coredata 0.007s coverage: 87.1% of statements 07:30:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models/coredata [no test files] 07:31:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:31:01 gofmt -l . 07:31:01 [ "`gofmt -l .`" = "" ] [Pipeline] stash 07:31:01 Warning: overwriting stash ‘coverage-report’ 07:31:02 Stashed 1 file(s) [Pipeline] } 07:31:02 $ docker stop --time=1 5bf5e7fb1a8210585da4c3298becaf7061f9776674d2bfef164346b0e895d213 07:31:07 $ docker rm -f 5bf5e7fb1a8210585da4c3298becaf7061f9776674d2bfef164346b0e895d213 [Pipeline] // withDockerContainer [Pipeline] } [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 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:31:09 provisioning config files... 07:31:09 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7052376072254829207tmp [Pipeline] { [Pipeline] sh 07:31:10 + curl -s https://codecov.io/bash 07:31:10 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7052376072254829207tmp 07:31:11 07:31:11 _____ _ 07:31:11 / ____| | | 07:31:11 | | ___ __| | ___ ___ _____ __ 07:31:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:31:11 | |___| (_) | (_| | __/ (_| (_) \ V / 07:31:11 \_____\___/ \__,_|\___|\___\___/ \_/ 07:31:11 Bash-tbd 07:31:11 07:31:11 07:31:11 ==> Jenkins CI detected. 07:31:11 project root: . 07:31:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:31:11 ==> Running gcov in . (disable via -X gcov) 07:31:11 ==> Python coveragepy not found 07:31:11 ==> Searching for coverage reports in: 07:31:11 + . 07:31:11 -> Found 1 reports 07:31:11 ==> Detecting git/mercurial file structure 07:31:11 ==> Reading reports 07:31:11 + ./coverage.out bytes=83742 07:31:11 ==> Appending adjustments 07:31:11 http://docs.codecov.io/docs/fixing-reports 07:31:12 + Found adjustments 07:31:12 ==> Gzipping contents 07:31:12 ==> Uploading reports 07:31:12 url: https://codecov.io 07:31:12 query: branch=PR-236&commit=8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= 07:31:12 -> Pinging Codecov 07:31:12 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-236&commit=8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= 07:31:13 -> Uploading 07:31:13 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8b7763102c4e4ff37f44b079b9e5a0b18c9a9c57 [Pipeline] } 07:31:13 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 07:31:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:31:15 ---> package-listing.sh 07:31:15 ++ facter osfamily 07:31:15 ++ tr '[:upper:]' '[:lower:]' 07:31:15 + OS_FAMILY=redhat 07:31:15 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 07:31:15 + START_PACKAGES=/tmp/packages_start.txt 07:31:15 + END_PACKAGES=/tmp/packages_end.txt 07:31:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:31:15 + PACKAGES=/tmp/packages_start.txt 07:31:15 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 07:31:15 + PACKAGES=/tmp/packages_end.txt 07:31:15 + case "${OS_FAMILY}" in 07:31:15 + rpm -qa 07:31:15 + sort 07:31:22 + '[' -f /tmp/packages_start.txt ']' 07:31:22 + '[' -f /tmp/packages_end.txt ']' 07:31:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:31:22 + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' 07:31:22 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ 07:31:22 + 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 07:31:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:31:23 07:31:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:31:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:31:23 alpine: Pulling from edgex-lftools-log-publisher 07:31:23 c9b1b535fdd9: Pulling fs layer 07:31:23 2cc5ad85d9ab: Pulling fs layer 07:31:23 756a868c4378: Pulling fs layer 07:31:23 444b2fc9a129: Pulling fs layer 07:31:23 ea15f1150254: Pulling fs layer 07:31:23 41b27a9f41bf: Pulling fs layer 07:31:23 28c525ee5125: Pulling fs layer 07:31:23 094b1ea09ed8: Pulling fs layer 07:31:23 138eaada9080: Pulling fs layer 07:31:23 0622d0fa9048: Pulling fs layer 07:31:23 41b27a9f41bf: Waiting 07:31:23 28c525ee5125: Waiting 07:31:23 094b1ea09ed8: Waiting 07:31:23 138eaada9080: Waiting 07:31:23 0622d0fa9048: Waiting 07:31:23 444b2fc9a129: Waiting 07:31:23 ea15f1150254: Waiting 07:31:23 2cc5ad85d9ab: Verifying Checksum 07:31:23 2cc5ad85d9ab: Download complete 07:31:23 444b2fc9a129: Verifying Checksum 07:31:23 444b2fc9a129: Download complete 07:31:23 c9b1b535fdd9: Download complete 07:31:23 ea15f1150254: Verifying Checksum 07:31:23 ea15f1150254: Download complete 07:31:24 28c525ee5125: Verifying Checksum 07:31:24 28c525ee5125: Download complete 07:31:24 c9b1b535fdd9: Pull complete 07:31:24 756a868c4378: Verifying Checksum 07:31:24 756a868c4378: Download complete 07:31:25 138eaada9080: Verifying Checksum 07:31:25 138eaada9080: Download complete 07:31:25 0622d0fa9048: Verifying Checksum 07:31:25 0622d0fa9048: Download complete 07:31:25 094b1ea09ed8: Verifying Checksum 07:31:25 094b1ea09ed8: Download complete 07:31:25 41b27a9f41bf: Verifying Checksum 07:31:25 41b27a9f41bf: Download complete 07:31:38 2cc5ad85d9ab: Pull complete 07:31:46 756a868c4378: Pull complete 07:31:47 444b2fc9a129: Pull complete 07:31:48 ea15f1150254: Pull complete 07:32:10 41b27a9f41bf: Pull complete 07:32:10 28c525ee5125: Pull complete 07:32:20 094b1ea09ed8: Pull complete 07:32:20 138eaada9080: Pull complete 07:32:20 0622d0fa9048: Pull complete 07:32:20 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:32:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:32:21 prd-centos7-docker-4c-2g-7349 does not seem to be running inside a container 07:32:21 $ 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 07:32:22 $ docker top 32d4c87af610c629ce46affad940a826b1ed9453eb4ba2285a2db7acd2b11f19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:32:23 provisioning config files... 07:32:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config5574081182994399645tmp [Pipeline] { [Pipeline] echo 07:32:23 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:32:23 ---> create-netrc.sh [Pipeline] echo 07:32:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:32:24 ---> logs-deploy.sh 07:32:24 + ARCHIVE_ARTIFACTS= 07:32:24 + LOGS_SERVER=https://logs.edgexfoundry.org 07:32:24 + '[' https://logs.edgexfoundry.org == None ']' 07:32:24 + NEXUS_URL=https://nexus.edgexfoundry.org 07:32:24 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/8 07:32:24 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/8/ 07:32:24 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/8 /w/workspace/dry_go-mod-core-contracts_PR-236 07:32:31 Archives upload complete. 07:32:31 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/8/ 07:32:32 ---> uname -a: 07:32:32 Linux 32d4c87af610 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 07:32:32 07:32:32 07:32:32 ---> lscpu: 07:32:32 Architecture: x86_64 07:32:32 CPU op-mode(s): 32-bit, 64-bit 07:32:32 Byte Order: Little Endian 07:32:32 Address sizes: 40 bits physical, 48 bits virtual 07:32:32 CPU(s): 4 07:32:32 On-line CPU(s) list: 0-3 07:32:32 Thread(s) per core: 1 07:32:32 Core(s) per socket: 1 07:32:32 Socket(s): 4 07:32:32 NUMA node(s): 1 07:32:32 Vendor ID: GenuineIntel 07:32:32 CPU family: 6 07:32:32 Model: 44 07:32:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:32:32 Stepping: 1 07:32:32 CPU MHz: 2933.438 07:32:32 BogoMIPS: 5866.87 07:32:32 Virtualization: VT-x 07:32:32 Hypervisor vendor: KVM 07:32:32 Virtualization type: full 07:32:32 L1d cache: 128 KiB 07:32:32 L1i cache: 128 KiB 07:32:32 L2 cache: 16 MiB 07:32:32 L3 cache: 64 MiB 07:32:32 NUMA node0 CPU(s): 0-3 07:32:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 07:32:32 Vulnerability Meltdown: Mitigation; PTI 07:32:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:32:32 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 07:32:32 Vulnerability Spectre v2: Mitigation; Full retpoline 07:32:32 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 07:32:32 07:32:32 07:32:32 ---> nproc: 07:32:32 4 07:32:32 07:32:32 07:32:32 ---> df -h: 07:32:32 Filesystem Size Used Available Use% Mounted on 07:32:32 overlay 50.0G 6.3G 43.7G 13% / 07:32:32 tmpfs 64.0M 0 64.0M 0% /dev 07:32:32 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 07:32:32 shm 64.0M 0 64.0M 0% /dev/shm 07:32:32 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf 07:32:32 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname 07:32:32 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts 07:32:32 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dry_go-mod-core-contracts_PR-236 07:32:32 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dry_go-mod-core-contracts_PR-236@tmp 07:32:32 /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa 07:32:32 07:32:32 07:32:32 ---> free -m: 07:32:32 total used free shared buff/cache available 07:32:32 Mem: 1838 598 64 0 1175 1136 07:32:32 Swap: 1023 1 1022 07:32:32 07:32:32 07:32:32 ---> ip addr: 07:32:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:32:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:32:32 inet 127.0.0.1/8 scope host lo 07:32:32 valid_lft forever preferred_lft forever 07:32:32 6: eth0@if7: mtu 1458 qdisc noqueue state UP 07:32:32 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 07:32:32 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 07:32:32 valid_lft forever preferred_lft forever 07:32:32 07:32:32 07:32:32 ---> sar -b -r -n DEV: 07:32:32 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/06/20 _x86_64_ (4 CPU) 07:32:32 07:32:32 07:19:12 LINUX RESTART 07:32:32 07:32:32 07:20:01 tps rtps wtps bread/s bwrtn/s 07:32:32 07:21:01 141.64 87.38 54.26 6081.22 36131.52 07:32:32 07:22:01 20.63 6.97 13.66 1965.12 1944.89 07:32:32 07:23:01 8.34 0.00 8.34 0.00 1389.74 07:32:32 07:24:01 0.65 0.00 0.65 0.00 10.56 07:32:32 07:25:01 0.27 0.00 0.27 0.00 3.78 07:32:32 07:26:01 0.37 0.00 0.37 0.00 4.83 07:32:32 07:27:01 0.32 0.00 0.32 0.00 3.25 07:32:32 07:28:01 0.20 0.00 0.20 0.00 2.83 07:32:32 07:29:01 0.27 0.00 0.27 0.00 3.88 07:32:32 07:30:01 0.28 0.00 0.28 0.00 3.48 07:32:32 07:31:01 0.25 0.00 0.25 0.00 2.70 07:32:32 07:32:01 77.80 46.88 30.92 3450.89 13628.11 07:32:32 Average: 20.86 11.74 9.13 955.68 4419.92 07:32:32 07:32:32 07:20:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:32:32 07:21:01 78468 1803836 95.83 2620 1362320 858740 29.30 327436 1326276 22096 07:32:32 07:22:01 92148 1790156 95.10 2620 1266204 942532 32.16 424860 1201696 38424 07:32:32 07:23:01 101456 1780848 94.61 2620 1266208 875020 29.86 417520 1201004 20 07:32:32 07:24:01 101656 1780648 94.60 2620 1266212 867692 29.61 429044 1189380 16 07:32:32 07:25:01 100436 1781868 94.66 2620 1266216 867908 29.61 430108 1189380 8 07:32:32 07:26:01 100296 1782008 94.67 2620 1266224 867920 29.61 430224 1189380 8 07:32:32 07:27:01 100328 1781976 94.67 2620 1266224 867932 29.61 430308 1189380 16 07:32:32 07:28:01 101460 1780844 94.61 2620 1266228 867920 29.61 429808 1189232 20 07:32:32 07:29:01 101140 1781164 94.63 2620 1266236 867932 29.61 429792 1189232 8 07:32:32 07:30:01 121132 1761172 93.56 2620 1266244 867692 29.61 410088 1189196 8 07:32:32 07:31:01 120756 1761548 93.58 2620 1266248 867764 29.61 410416 1189196 8 07:32:32 07:32:01 169828 1712476 90.98 2620 1169240 968732 33.05 414056 1114460 62176 07:32:32 Average: 107425 1774879 94.29 2620 1266150 882315 30.10 415305 1196484 10234 07:32:32 07:32:32 07:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 07:32:32 07:21:01 eth0 155.12 113.61 561.46 48.25 0.00 0.00 0.00 07:32:32 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:22:01 eth0 65.07 55.32 446.34 47.73 0.00 0.00 0.00 07:32:32 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:22:01 docker0 3.31 2.40 0.72 8.42 0.00 0.00 0.00 07:32:32 07:23:01 eth0 1.95 1.13 2.61 0.08 0.00 0.00 0.00 07:32:32 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:24:01 eth0 0.92 0.03 0.04 0.00 0.00 0.00 0.00 07:32:32 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:25:01 eth0 1.32 0.45 0.33 0.18 0.00 0.00 0.00 07:32:32 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:26:01 eth0 1.27 0.15 0.14 0.07 0.00 0.00 0.00 07:32:32 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:27:01 eth0 1.88 0.67 0.66 0.40 0.00 0.00 0.00 07:32:32 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:28:01 eth0 0.82 0.40 0.30 0.20 0.00 0.00 0.00 07:32:32 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:29:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 07:32:32 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:30:01 eth0 0.20 0.10 0.01 0.04 0.00 0.00 0.00 07:32:32 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:31:01 eth0 1.08 0.15 0.12 0.04 0.00 0.00 0.00 07:32:32 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:32:01 eth0 116.60 85.14 2372.68 32.40 0.00 0.00 0.00 07:32:32 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 Average: eth0 28.80 21.39 279.47 10.78 0.00 0.00 0.00 07:32:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:32 Average: docker0 0.28 0.20 0.06 0.70 0.00 0.00 0.00 07:32:32 07:32:32 07:32:32 ---> sar -P ALL: 07:32:32 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/06/20 _x86_64_ (4 CPU) 07:32:32 07:32:32 07:19:12 LINUX RESTART 07:32:32 07:32:32 07:20:01 CPU %user %nice %system %iowait %steal %idle 07:32:32 07:21:01 all 10.41 0.00 6.61 19.38 11.32 52.28 07:32:32 07:21:01 0 10.85 0.00 5.61 18.84 11.63 53.06 07:32:32 07:21:01 1 9.87 0.00 5.30 17.84 11.75 55.24 07:32:32 07:21:01 2 10.18 0.00 7.52 19.98 10.74 51.58 07:32:32 07:21:01 3 10.75 0.00 8.01 20.93 11.15 49.16 07:32:32 07:22:01 all 3.30 0.00 1.84 2.39 3.56 88.91 07:32:32 07:22:01 0 2.93 0.00 1.87 0.37 3.42 91.40 07:32:32 07:22:01 1 2.04 0.00 1.66 0.05 3.76 92.50 07:32:32 07:22:01 2 4.45 0.00 1.95 0.30 3.92 89.38 07:32:32 07:22:01 3 3.80 0.00 1.92 8.81 3.14 82.32 07:32:32 07:23:01 all 0.12 0.00 0.11 0.00 0.24 99.53 07:32:32 07:23:01 0 0.17 0.00 0.10 0.00 0.18 99.55 07:32:32 07:23:01 1 0.08 0.00 0.08 0.00 0.28 99.55 07:32:32 07:23:01 2 0.15 0.00 0.13 0.00 0.30 99.42 07:32:32 07:23:01 3 0.08 0.00 0.10 0.00 0.20 99.62 07:32:32 07:24:01 all 0.10 0.00 0.06 0.00 0.25 99.59 07:32:32 07:24:01 0 0.28 0.00 0.12 0.00 0.22 99.38 07:32:32 07:24:01 1 0.05 0.00 0.05 0.00 0.40 99.50 07:32:32 07:24:01 2 0.05 0.00 0.03 0.00 0.15 99.77 07:32:32 07:24:01 3 0.03 0.00 0.05 0.00 0.23 99.68 07:32:32 07:25:01 all 0.12 0.00 0.04 0.00 0.17 99.66 07:32:32 07:25:01 0 0.27 0.00 0.02 0.00 0.13 99.58 07:32:32 07:25:01 1 0.07 0.00 0.03 0.00 0.10 99.80 07:32:32 07:25:01 2 0.07 0.00 0.05 0.00 0.17 99.72 07:32:32 07:25:01 3 0.10 0.00 0.07 0.00 0.28 99.55 07:32:32 07:26:01 all 0.09 0.00 0.03 0.00 0.27 99.61 07:32:32 07:26:01 0 0.22 0.00 0.03 0.00 0.25 99.50 07:32:32 07:26:01 1 0.05 0.00 0.05 0.00 0.18 99.72 07:32:32 07:26:01 2 0.03 0.00 0.03 0.00 0.17 99.77 07:32:32 07:26:01 3 0.03 0.00 0.03 0.00 0.45 99.48 07:32:32 07:27:01 all 0.13 0.00 0.05 0.00 0.28 99.54 07:32:32 07:27:01 0 0.32 0.00 0.08 0.00 0.47 99.14 07:32:32 07:27:01 1 0.03 0.00 0.05 0.00 0.20 99.72 07:32:32 07:27:01 2 0.13 0.00 0.03 0.00 0.30 99.53 07:32:32 07:27:01 3 0.05 0.00 0.03 0.00 0.17 99.75 07:32:32 07:28:01 all 0.14 0.00 0.05 0.00 0.18 99.63 07:32:32 07:28:01 0 0.05 0.00 0.03 0.00 0.12 99.80 07:32:32 07:28:01 1 0.10 0.00 0.05 0.00 0.27 99.58 07:32:32 07:28:01 2 0.35 0.00 0.07 0.00 0.25 99.33 07:32:32 07:28:01 3 0.05 0.00 0.07 0.00 0.10 99.78 07:32:32 07:29:01 all 0.15 0.00 0.05 0.00 0.14 99.66 07:32:32 07:29:01 0 0.07 0.00 0.02 0.00 0.08 99.83 07:32:32 07:29:01 1 0.37 0.00 0.03 0.00 0.18 99.42 07:32:32 07:29:01 2 0.07 0.00 0.05 0.00 0.13 99.75 07:32:32 07:29:01 3 0.13 0.00 0.07 0.00 0.15 99.65 07:32:32 07:30:01 all 0.13 0.00 0.05 0.00 0.25 99.56 07:32:32 07:30:01 0 0.02 0.00 0.03 0.00 0.15 99.80 07:32:32 07:30:01 1 0.20 0.00 0.08 0.00 0.32 99.40 07:32:32 07:30:01 2 0.27 0.00 0.05 0.00 0.37 99.32 07:32:32 07:30:01 3 0.02 0.00 0.03 0.00 0.20 99.75 07:32:32 07:31:01 all 0.11 0.00 0.03 0.00 0.39 99.48 07:32:32 07:31:01 0 0.07 0.00 0.05 0.00 0.68 99.20 07:32:32 07:31:01 1 0.25 0.00 0.03 0.00 0.28 99.43 07:32:32 07:31:01 2 0.07 0.00 0.03 0.00 0.30 99.60 07:32:32 07:31:01 3 0.05 0.00 0.02 0.00 0.28 99.65 07:32:32 07:32:01 all 3.30 0.00 2.08 2.94 3.98 87.69 07:32:32 07:32:01 0 3.16 0.00 2.03 3.26 4.18 87.37 07:32:32 07:32:01 1 3.07 0.00 2.20 0.48 3.59 90.66 07:32:32 07:32:01 2 2.69 0.00 1.90 0.33 3.87 91.21 07:32:32 07:32:01 3 4.29 0.00 2.21 7.70 4.26 81.54 07:32:32 Average: all 1.50 0.00 0.91 2.04 1.74 93.82 07:32:32 Average: 0 1.53 0.00 0.83 1.87 1.78 93.99 07:32:32 Average: 1 1.34 0.00 0.80 1.53 1.77 94.56 07:32:32 Average: 2 1.53 0.00 0.98 1.70 1.71 94.08 07:32:32 Average: 3 1.59 0.00 1.03 3.06 1.69 92.63 07:32:32 07:32:32 07:32:32