Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e570c501750980d8f4eb4f52e7db8bad5a682703 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-28738 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision e570c501750980d8f4eb4f52e7db8bad5a682703 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e570c501750980d8f4eb4f52e7db8bad5a682703 # timeout=10 Commit message: "Merge pull request #94 from lenny-intel/unittest-panic" > git rev-list --no-walk 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:27:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:27:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:27:52 ========================================================= 19:27:52 EdgeX Global Pipelines Version Info 19:27:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:27:53 ------------------- 19:27:53 stable info: 19:27:53 ------------------- 19:27:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:27:53 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 19:27:53 Message: update stable to v1.0.184 19:27:54 ------------------- 19:27:54 experimental info: 19:27:54 ------------------- 19:27:54 Commited By: **** collab-it+edgex@linuxfoundation.org 19:27:54 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 19:27:54 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:27:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:27:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:27:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:27:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e570c501750980d8f4eb4f52e7db8bad5a682703 [Pipeline] echo 19:27:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e570c50 [Pipeline] echo 19:27:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:27:58 + git log --format=format:%s -1 e570c501750980d8f4eb4f52e7db8bad5a682703 [Pipeline] echo 19:27:58 GIT_COMMIT: e570c501750980d8f4eb4f52e7db8bad5a682703, Commit Message: Merge pull request #94 from lenny-intel/unittest-panic [Pipeline] echo 19:27:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:28:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:28:00 19:28:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:28:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:28:00 latest: Pulling from edgex-devops/git-semver 19:28:00 31603596830f: Pulling fs layer 19:28:00 2a8b12db71e7: Pulling fs layer 19:28:00 6ca5941a6612: Pulling fs layer 19:28:00 ecc8261a40a4: Pulling fs layer 19:28:00 ecc8261a40a4: Waiting 19:28:00 2a8b12db71e7: Verifying Checksum 19:28:00 2a8b12db71e7: Download complete 19:28:01 31603596830f: Verifying Checksum 19:28:01 31603596830f: Download complete 19:28:01 6ca5941a6612: Verifying Checksum 19:28:01 6ca5941a6612: Download complete 19:28:01 ecc8261a40a4: Verifying Checksum 19:28:01 ecc8261a40a4: Download complete 19:28:01 31603596830f: Pull complete 19:28:01 2a8b12db71e7: Pull complete 19:28:02 6ca5941a6612: Pull complete 19:28:02 ecc8261a40a4: Pull complete 19:28:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:28:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:28:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:28:02 prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container 19:28:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:28:05 $ docker top 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:28:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:06 [ssh-agent] Looking for ssh-agent implementation... 19:28:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:06 $ docker exec 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 ssh-agent 19:28:06 SSH_AUTH_SOCK=/tmp/ssh-vTubXYBc2t6q/agent.13 19:28:06 SSH_AGENT_PID=19 19:28:06 Running ssh-add (command line suppressed) 19:28:06 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8586499378997807703.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8586499378997807703.key) 19:28:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:06 + git tag --points-at HEAD [Pipeline] } 19:28:07 $ docker exec --env ******** --env ******** 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 ssh-agent -k 19:28:07 unset SSH_AUTH_SOCK; 19:28:07 unset SSH_AGENT_PID; 19:28:07 echo Agent pid 19 killed; 19:28:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:28:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:07 [ssh-agent] Looking for ssh-agent implementation... 19:28:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:07 $ docker exec 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 ssh-agent 19:28:07 SSH_AUTH_SOCK=/tmp/ssh-pBRfD0JbR0bF/agent.48 19:28:07 SSH_AGENT_PID=54 19:28:07 Running ssh-add (command line suppressed) 19:28:07 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1767720916884092279.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1767720916884092279.key) 19:28:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:08 + git semver init 19:28:08 # -> Open(): unable to determine branch for HEAD 19:28:08 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 19:28:08 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 19:28:08 # $SEMVER_REMOTE_NAME = origin 19:28:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:28:08 # $SEMVER_USER_NAME = edgex-jenkins 19:28:08 # $SEMVER_BRANCH = master 19:28:08 # $SEMVER_TEMP = /tmp/semver-722026273 19:28:08 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 19:28:08 # '/tmp/semver-722026273' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 19:28:08 # -> Force: false 19:28:08 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 19:28:08 $ docker exec --env ******** --env ******** 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 ssh-agent -k 19:28:08 unset SSH_AUTH_SOCK; 19:28:08 unset SSH_AGENT_PID; 19:28:08 echo Agent pid 54 killed; 19:28:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:28:09 + git semver [Pipeline] } 19:28:09 $ docker stop --time=1 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 19:28:11 $ docker rm -f 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 [Pipeline] // withDockerContainer [Pipeline] sh 19:28:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:28:12 Stashed 1 file(s) [Pipeline] echo 19:28:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [Pipeline] } [Pipeline] // script [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 19:28:27 Still waiting to schedule task 19:28:27 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28738’ 19:28:27 Still waiting to schedule task 19:28:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:30:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28750 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 19:30:11 Running in /w/workspace/go-mod-messaging/27 [Pipeline] { [Pipeline] checkout 19:30:17 using credential edgex-jenkins-ssh 19:30:17 Cloning the remote Git repository 19:30:17 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 19:30:17 > git init /w/workspace/go-mod-messaging/27 # timeout=10 19:30:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 19:30:17 > git --version # timeout=10 19:30:17 > git --version # 'git version 2.17.1' 19:30:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:30:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:30:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 19:30:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:30:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 19:30:18 Checking out Revision e570c501750980d8f4eb4f52e7db8bad5a682703 (master) 19:30:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 19:30:18 using GIT_SSH to set credentials SSH Credentials for GitHub 19:30:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:30:18 > git config core.sparsecheckout # timeout=10 19:30:18 > git checkout -f e570c501750980d8f4eb4f52e7db8bad5a682703 # timeout=10 19:30:23 Commit message: "Merge pull request #94 from lenny-intel/unittest-panic" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:30:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:30:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:30:25 + sudo service docker restart 19:30:25 + true [Pipeline] unstash [Pipeline] echo 19:30:28 ========================================================= 19:30:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:30:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:30:28 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:30:29 Sending build context to Docker daemon 504.3kB 19:30:29 Step 1/7 : ARG BASE=golang:1.15-alpine 19:30:29 Step 2/7 : FROM ${BASE} 19:30:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:30:29 5f621e34cdf4: Pulling fs layer 19:30:29 a4357932f1b6: Pulling fs layer 19:30:29 18c013af1878: Pulling fs layer 19:30:29 00ac8860ef70: Pulling fs layer 19:30:29 63d7cb157983: Pulling fs layer 19:30:29 b116817d02f9: Pulling fs layer 19:30:29 745a02a5169b: Pulling fs layer 19:30:29 00ac8860ef70: Waiting 19:30:29 63d7cb157983: Waiting 19:30:29 b116817d02f9: Waiting 19:30:29 745a02a5169b: Waiting 19:30:29 18c013af1878: Verifying Checksum 19:30:29 18c013af1878: Download complete 19:30:29 a4357932f1b6: Download complete 19:30:29 63d7cb157983: Download complete 19:30:29 b116817d02f9: Verifying Checksum 19:30:29 b116817d02f9: Download complete 19:30:29 5f621e34cdf4: Verifying Checksum 19:30:29 5f621e34cdf4: Download complete 19:30:30 5f621e34cdf4: Pull complete 19:30:30 a4357932f1b6: Pull complete 19:30:31 18c013af1878: Pull complete 19:30:31 745a02a5169b: Verifying Checksum 19:30:31 745a02a5169b: Download complete 19:30:33 00ac8860ef70: Verifying Checksum 19:30:33 00ac8860ef70: Download complete 19:30:43 00ac8860ef70: Pull complete 19:30:43 63d7cb157983: Pull complete 19:30:44 b116817d02f9: Pull complete 19:30:48 745a02a5169b: Pull complete 19:30:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:30:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:30:48 ---> b7e6874047d6 19:30:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:30:51 ---> Running in eacd2ef59a61 19:30:51 Removing intermediate container eacd2ef59a61 19:30:51 ---> 95b46527b69b 19:30:51 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 19:30:51 ---> Running in 4b2841892202 19:30:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:30:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:30:53 (1/5) Installing libsodium (1.0.18-r0) 19:30:53 (2/5) Installing libzmq (4.3.3-r0) 19:30:53 (3/5) Installing pkgconf (1.7.2-r0) 19:30:54 (4/5) Installing libsodium-dev (1.0.18-r0) 19:30:54 (5/5) Installing zeromq-dev (4.3.3-r0) 19:30:54 Executing busybox-1.31.1-r19.trigger 19:30:54 OK: 144 MiB in 44 packages 19:30:55 Removing intermediate container 4b2841892202 19:30:55 ---> aa2ad937a2ab 19:30:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:30:55 ---> Running in cf434d586f76 19:30:56 Removing intermediate container cf434d586f76 19:30:56 ---> b532e37867de 19:30:56 Step 6/7 : COPY go.mod . 19:30:56 ---> 1e5ab675b376 19:30:56 Step 7/7 : RUN go mod download 19:30:57 ---> Running in fe31cebdca9e 19:31:12 Removing intermediate container fe31cebdca9e 19:31:12 ---> 5f6d44af9209 19:31:12 Successfully built 5f6d44af9209 19:31:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:31:12 + docker inspect -f . ci-base-image-arm64 19:31:12 . [Pipeline] withDockerContainer 19:31:12 prd-ubuntu18.04-docker-arm64-4c-16g-28750 does not seem to be running inside a container 19:31:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/27 -v /w/workspace/go-mod-messaging/27:/w/workspace/go-mod-messaging/27:rw,z -v /w/workspace/go-mod-messaging/27@tmp:/w/workspace/go-mod-messaging/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:31:14 $ docker top 7492ec7b40e39f3d6fc3d6800ebaaef2227f9f6176e5b266fd4c0801c7b7bd27 -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:15 + go version 19:31:15 go version go1.15.5 linux/arm64 [Pipeline] } 19:31:15 $ docker stop --time=1 7492ec7b40e39f3d6fc3d6800ebaaef2227f9f6176e5b266fd4c0801c7b7bd27 19:31:17 $ docker rm -f 7492ec7b40e39f3d6fc3d6800ebaaef2227f9f6176e5b266fd4c0801c7b7bd27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:31:18 + docker inspect -f . ci-base-image-arm64 19:31:18 . [Pipeline] withDockerContainer 19:31:19 prd-ubuntu18.04-docker-arm64-4c-16g-28750 does not seem to be running inside a container 19:31:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/27 -v /w/workspace/go-mod-messaging/27:/w/workspace/go-mod-messaging/27:rw,z -v /w/workspace/go-mod-messaging/27@tmp:/w/workspace/go-mod-messaging/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:31:20 $ docker top e72f54a2bacba9c4c3786529264d8fe82a2fa384ee436dd12c3ce3375680add7 -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:21 + make test 19:31:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:31:36 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 19:31:40 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.049s coverage: 89.9% of statements 19:31:50 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.047s coverage: 77.1% of statements 19:31:50 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 19:32:17 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.378s coverage: 84.1% of statements 19:32:17 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.020s coverage: 85.7% of statements 19:32:17 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.017s coverage: 100.0% of statements 19:32:17 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.030s coverage: 100.0% of statements 19:32:17 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.025s coverage: 90.9% of statements 19:32:17 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:32:17 gofmt -l . 19:32:17 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:32:17 $ docker stop --time=1 e72f54a2bacba9c4c3786529264d8fe82a2fa384ee436dd12c3ce3375680add7 19:32:19 $ docker rm -f e72f54a2bacba9c4c3786529264d8fe82a2fa384ee436dd12c3ce3375680add7 [Pipeline] // withDockerContainer [Pipeline] sh 19:32:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:32:20 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 19:32:22 ---> job-cost.sh 19:32:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-auOL 19:33:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:33:55 Running on prd-centos7-docker-4c-2g-28751 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 19:33:55 Running in /w/workspace/go-mod-messaging/27 [Pipeline] { [Pipeline] checkout 19:34:03 using credential edgex-jenkins-ssh 19:34:03 Cloning the remote Git repository 19:34:03 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 19:34:03 > git init /w/workspace/go-mod-messaging/27 # timeout=10 19:34:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 19:34:04 > git --version # timeout=10 19:34:04 > git --version # 'git version 2.24.3' 19:34:04 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:05 Checking out Revision e570c501750980d8f4eb4f52e7db8bad5a682703 (master) 19:34:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 19:34:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 19:34:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 19:34:05 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:34:05 > git config core.sparsecheckout # timeout=10 19:34:05 > git checkout -f e570c501750980d8f4eb4f52e7db8bad5a682703 # timeout=10 19:34:10 Commit message: "Merge pull request #94 from lenny-intel/unittest-panic" 19:34:11 19:34:11 GitHub has been notified of this commit’s build result 19:34:11 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:34:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:34:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:34:13 + sudo service docker restart 19:34:13 + true 19:34:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 19:34:17 ========================================================= 19:34:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:34:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:34:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:34:21 Sending build context to Docker daemon 505.3kB 19:34:21 Step 1/7 : ARG BASE=golang:1.15-alpine 19:34:21 Step 2/7 : FROM ${BASE} 19:34:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:34:21 188c0c94c7c5: Pulling fs layer 19:34:21 0ef7d3d256c8: Pulling fs layer 19:34:21 de9db76c5a1d: Pulling fs layer 19:34:21 bca2f99d35d6: Pulling fs layer 19:34:21 93359f2a8cfa: Pulling fs layer 19:34:21 7c6f9722023f: Pulling fs layer 19:34:21 a35cf1a2eb13: Pulling fs layer 19:34:21 93359f2a8cfa: Waiting 19:34:21 7c6f9722023f: Waiting 19:34:21 a35cf1a2eb13: Waiting 19:34:21 bca2f99d35d6: Waiting 19:34:21 de9db76c5a1d: Verifying Checksum 19:34:21 de9db76c5a1d: Download complete 19:34:21 0ef7d3d256c8: Verifying Checksum 19:34:21 0ef7d3d256c8: Download complete 19:34:21 93359f2a8cfa: Verifying Checksum 19:34:21 93359f2a8cfa: Download complete 19:34:21 7c6f9722023f: Verifying Checksum 19:34:21 7c6f9722023f: Download complete 19:34:22 188c0c94c7c5: Verifying Checksum 19:34:22 188c0c94c7c5: Download complete 19:34:22 188c0c94c7c5: Pull complete 19:34:23 0ef7d3d256c8: Pull complete 19:34:23 de9db76c5a1d: Pull complete 19:34:25 a35cf1a2eb13: Verifying Checksum 19:34:25 a35cf1a2eb13: Download complete 19:34:27 bca2f99d35d6: Verifying Checksum 19:34:27 bca2f99d35d6: Download complete 19:34:42 bca2f99d35d6: Pull complete 19:34:42 93359f2a8cfa: Pull complete 19:34:43 7c6f9722023f: Pull complete 19:34:56 a35cf1a2eb13: Pull complete 19:34:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:34:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:34:56 ---> a62c8e92a672 19:34:56 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:34:56 ---> Running in 8c6138e897e3 19:34:56 Removing intermediate container 8c6138e897e3 19:34:56 ---> 1ca00dad3f15 19:34:56 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 19:34:56 ---> Running in 60ff6f2f2bdf 19:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:34:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:34:58 (1/5) Installing libsodium (1.0.18-r0) 19:34:59 (2/5) Installing libzmq (4.3.3-r0) 19:34:59 (3/5) Installing pkgconf (1.7.2-r0) 19:34:59 (4/5) Installing libsodium-dev (1.0.18-r0) 19:34:59 (5/5) Installing zeromq-dev (4.3.3-r0) 19:34:59 Executing busybox-1.31.1-r19.trigger 19:34:59 OK: 167 MiB in 44 packages 19:35:01 Removing intermediate container 60ff6f2f2bdf 19:35:01 ---> 28e58f4c9822 19:35:01 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:35:01 ---> Running in f8b627ea2ba7 19:35:01 Removing intermediate container f8b627ea2ba7 19:35:01 ---> 895d6e4e0c37 19:35:01 Step 6/7 : COPY go.mod . 19:35:02 ---> 4f606324c89c 19:35:02 Step 7/7 : RUN go mod download 19:35:02 ---> Running in 3fe15bcad693 19:35:07 lf-activate-venv(): INFO: Adding /tmp/venv-auOL/bin to PATH 19:35:07 INFO: No Stack... 19:35:07 INFO: Retrieving Pricing Info for: lf-standard-4 19:35:07 INFO: Archiving Costs [Pipeline] sh 19:35:08 + cut -d,+ -f6 19:35:08 cat /w/workspace/go-mod-messaging/27/archives/cost.csv [Pipeline] lock 19:35:08 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] 19:35:08 Resource [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] did not exist. Created. 19:35:08 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:35:08 + echo total: 0.20999999344348907 [Pipeline] stash 19:35:09 Stashed 1 file(s) [Pipeline] } 19:35:09 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:35:24 Removing intermediate container 3fe15bcad693 19:35:24 ---> 1c2d13cf36f8 19:35:24 Successfully built 1c2d13cf36f8 19:35:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:35:25 + docker inspect -f . ci-base-image-x86_64 19:35:25 . [Pipeline] withDockerContainer 19:35:28 prd-centos7-docker-4c-2g-28751 does not seem to be running inside a container 19:35:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/27 -v /w/workspace/go-mod-messaging/27:/w/workspace/go-mod-messaging/27:rw,z -v /w/workspace/go-mod-messaging/27@tmp:/w/workspace/go-mod-messaging/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:35:29 $ docker top 93acd60d172b9c06e465685b1b07767577b60af99ae0005ba21f2831aa9c56ec -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:30 + go version 19:35:30 go version go1.15.5 linux/amd64 [Pipeline] } 19:35:31 $ docker stop --time=1 93acd60d172b9c06e465685b1b07767577b60af99ae0005ba21f2831aa9c56ec 19:35:32 $ docker rm -f 93acd60d172b9c06e465685b1b07767577b60af99ae0005ba21f2831aa9c56ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:35:34 + docker inspect -f . ci-base-image-x86_64 19:35:34 . [Pipeline] withDockerContainer 19:35:34 prd-centos7-docker-4c-2g-28751 does not seem to be running inside a container 19:35:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/27 -v /w/workspace/go-mod-messaging/27:/w/workspace/go-mod-messaging/27:rw,z -v /w/workspace/go-mod-messaging/27@tmp:/w/workspace/go-mod-messaging/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:35:35 $ docker top dcc36dedcb01c69f1b2f6e0a00313a08d4da7ed1f891f14cf6d7b5750e54e556 -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:36 + make test 19:35:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:35:47 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 19:35:51 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.072s coverage: 89.9% of statements 19:35:56 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.033s coverage: 77.1% of statements 19:35:56 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 19:36:19 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.700s coverage: 84.1% of statements 19:36:19 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.157s coverage: 85.7% of statements 19:36:19 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.025s coverage: 100.0% of statements 19:36:19 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.037s coverage: 100.0% of statements 19:36:19 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.010s coverage: 90.9% of statements 19:36:19 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:36:22 gofmt -l . 19:36:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:36:22 $ docker stop --time=1 dcc36dedcb01c69f1b2f6e0a00313a08d4da7ed1f891f14cf6d7b5750e54e556 19:36:25 $ docker rm -f dcc36dedcb01c69f1b2f6e0a00313a08d4da7ed1f891f14cf6d7b5750e54e556 [Pipeline] // withDockerContainer [Pipeline] sh 19:36:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:36:27 Warning: overwriting stash ‘coverage-report’ 19:36:28 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 19:36:29 ---> job-cost.sh 19:36:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1u6D 19:37:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:37:50 lf-activate-venv(): INFO: Adding /tmp/venv-1u6D/bin to PATH 19:37:50 INFO: No Stack... 19:37:50 INFO: Retrieving Pricing Info for: v1-standard-2 19:37:50 INFO: Archiving Costs [Pipeline] sh 19:37:50 + cat /w/workspace/go-mod-messaging/27/archives/cost.csv 19:37:50 + cut -d, -f6 [Pipeline] lock 19:37:50 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] 19:37:50 Resource [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] did not exist. Created. 19:37:50 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:37:51 /w/workspace/go-mod-messaging/27@tmp/durable-6d64ddec/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 19:37:51 + echo total: 0.029999999329447746 [Pipeline] stash 19:37:51 Warning: overwriting stash ‘stack-cost’ 19:37:52 Stashed 1 file(s) [Pipeline] } 19:37:52 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [Pipeline] // lock [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 19:37:53 provisioning config files... 19:37:53 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1914540625028187597tmp [Pipeline] { [Pipeline] sh 19:37:54 + set +x 19:37:54 + curl -s https://codecov.io/bash 19:37:54 + bash -s -- 19:37:54 19:37:54 _____ _ 19:37:54 / ____| | | 19:37:54 | | ___ __| | ___ ___ _____ __ 19:37:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:37:54 | |___| (_) | (_| | __/ (_| (_) \ V / 19:37:54 \_____\___/ \__,_|\___|\___\___/ \_/ 19:37:54 Bash-20210226-7100762 19:37:54 19:37:54 19:37:54 ==> git version 2.24.3 found 19:37:54 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:37:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:37:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:37:54 ==> Jenkins CI detected. 19:37:54 project root: . 19:37:54 --> token set from env 19:37:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:37:54 ==> Running gcov in . (disable via -X gcov) 19:37:54 ==> Python coveragepy not found 19:37:54 ==> Searching for coverage reports in: 19:37:54 + . 19:37:54 -> Found 1 reports 19:37:54 ==> Detecting git/mercurial file structure 19:37:54 ==> Reading reports 19:37:54 + ./coverage.out bytes=21680 19:37:54 ==> Appending adjustments 19:37:54 https://docs.codecov.io/docs/fixing-reports 19:37:54 + Found adjustments 19:37:54 ==> Gzipping contents 19:37:54 8.0K /tmp/codecov.R3IvpY.gz 19:37:54 ==> Uploading reports 19:37:54 url: https://codecov.io 19:37:54 query: branch=master&commit=e570c501750980d8f4eb4f52e7db8bad5a682703&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 19:37:54 -> Pinging Codecov 19:37:54 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=e570c501750980d8f4eb4f52e7db8bad5a682703&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 19:37:55 -> Uploading to 19:37:55 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/F6E385568367DD0E4001BA4F8F1CB792/e570c501750980d8f4eb4f52e7db8bad5a682703/954bcfed-2e4f-4dda-83c3-ddf95499a13b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T193755Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f066b667ab5a8b35991b33ec759a3ba95d0498285bdedd85b972c9fa9e7fa38 19:37:55 % Total % Received % Xferd Average Speed Time Time Time Current 19:37:55 Dload Upload Total Spent Left Speed 19:37:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5255 0 0 100 5255 0 12332 --:--:-- --:--:-- --:--:-- 12335 100 5255 0 0 100 5255 0 12327 --:--:-- --:--:-- --:--:-- 12306 19:37:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/e570c501750980d8f4eb4f52e7db8bad5a682703 [Pipeline] } 19:37:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:37:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:37:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:37:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:37:56 19:37:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 19:37:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:37:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:37:57 188c0c94c7c5: Pulling fs layer 19:37:57 0ef7d3d256c8: Pulling fs layer 19:37:57 de9db76c5a1d: Pulling fs layer 19:37:57 0eba1c9be4d2: Pulling fs layer 19:37:57 0d57e429df01: Pulling fs layer 19:37:57 4e4be7b47b0d: Pulling fs layer 19:37:57 e1f770b5df2f: Pulling fs layer 19:37:57 85a0685a4137: Pulling fs layer 19:37:57 0eba1c9be4d2: Waiting 19:37:57 0d57e429df01: Waiting 19:37:57 4e4be7b47b0d: Waiting 19:37:57 e1f770b5df2f: Waiting 19:37:57 85a0685a4137: Waiting 19:37:57 de9db76c5a1d: Verifying Checksum 19:37:57 de9db76c5a1d: Download complete 19:37:57 0ef7d3d256c8: Verifying Checksum 19:37:57 0ef7d3d256c8: Download complete 19:37:57 0d57e429df01: Verifying Checksum 19:37:57 0d57e429df01: Download complete 19:37:57 4e4be7b47b0d: Download complete 19:37:57 188c0c94c7c5: Verifying Checksum 19:37:57 188c0c94c7c5: Download complete 19:37:57 188c0c94c7c5: Pull complete 19:37:57 0ef7d3d256c8: Pull complete 19:37:58 de9db76c5a1d: Pull complete 19:37:59 e1f770b5df2f: Verifying Checksum 19:37:59 e1f770b5df2f: Download complete 19:38:03 0eba1c9be4d2: Verifying Checksum 19:38:03 0eba1c9be4d2: Download complete 19:38:03 85a0685a4137: Verifying Checksum 19:38:03 85a0685a4137: Download complete 19:38:10 0eba1c9be4d2: Pull complete 19:38:10 0d57e429df01: Pull complete 19:38:10 4e4be7b47b0d: Pull complete 19:38:11 e1f770b5df2f: Pull complete 19:38:20 85a0685a4137: Pull complete 19:38:20 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 19:38:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:38:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 19:38:20 prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container 19:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:38:21 $ docker top 3ce59e594e19608b58631171d05437f7f50f6436b84b127f63c9b7eeace59926 -eo pid,comm [Pipeline] { [Pipeline] echo 19:38:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 19:38:21 + set -o pipefail 19:38:21 + snyk monitor '--org=edgex-jenkins' 19:38:27 19:38:27 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... 19:38:27 19:38:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/a18d9224-327d-4222-9e06-e283dbbd8c4b 19:38:27 19:38:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:38:27 19:38:27 [Pipeline] } 19:38:27 $ docker stop --time=1 3ce59e594e19608b58631171d05437f7f50f6436b84b127f63c9b7eeace59926 19:38:29 $ docker rm -f 3ce59e594e19608b58631171d05437f7f50f6436b84b127f63c9b7eeace59926 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:38:31 + git log --format=format:%s -1 e570c501750980d8f4eb4f52e7db8bad5a682703 [Pipeline] isUnix [Pipeline] sh 19:38:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:38:31 . [Pipeline] withDockerContainer 19:38:31 prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container 19:38:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:38:33 $ docker top 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:38:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:38:33 [ssh-agent] Looking for ssh-agent implementation... 19:38:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:38:33 $ docker exec 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c ssh-agent 19:38:33 SSH_AUTH_SOCK=/tmp/ssh-RZDh2dNST8mw/agent.12 19:38:33 SSH_AGENT_PID=17 19:38:33 Running ssh-add (command line suppressed) 19:38:33 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4542437970383724054.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4542437970383724054.key) 19:38:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:38:34 + git semver tag 19:38:34 # -> Open(): unable to determine branch for HEAD 19:38:34 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 19:38:34 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 19:38:34 # $SEMVER_REMOTE_NAME = origin 19:38:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:38:34 # $SEMVER_USER_NAME = edgex-jenkins 19:38:34 # $SEMVER_BRANCH = master 19:38:34 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 19:38:34 # e570c501750980d8f4eb4f52e7db8bad5a682703 HEAD 19:38:34 # -> Force: false 19:38:34 # 5132be6c846837399b2d603ec182010873494617 refs/tags/v2.0.0-dev.5 [Pipeline] } 19:38:34 $ docker exec --env ******** --env ******** 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c ssh-agent -k 19:38:34 unset SSH_AUTH_SOCK; 19:38:34 unset SSH_AGENT_PID; 19:38:34 echo Agent pid 17 killed; 19:38:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:38:35 + git semver [Pipeline] } 19:38:35 $ docker stop --time=1 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c 19:38:36 $ docker rm -f 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:38:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:38:37 19:38:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:38:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:38:37 0.23.1-centos7: Pulling from edgex-lftools 19:38:37 ab5ef0e58194: Pulling fs layer 19:38:37 9712f1f96733: Pulling fs layer 19:38:37 63f879dbbcfc: Pulling fs layer 19:38:37 0d9ebad4ef96: Pulling fs layer 19:38:37 e9a5061849ea: Pulling fs layer 19:38:37 d747dcd14b5f: Pulling fs layer 19:38:37 2de7ff778b66: Pulling fs layer 19:38:37 e9a5061849ea: Waiting 19:38:37 d747dcd14b5f: Waiting 19:38:37 2de7ff778b66: Waiting 19:38:37 0d9ebad4ef96: Waiting 19:38:37 9712f1f96733: Verifying Checksum 19:38:37 9712f1f96733: Download complete 19:38:39 63f879dbbcfc: Verifying Checksum 19:38:39 63f879dbbcfc: Download complete 19:38:39 e9a5061849ea: Verifying Checksum 19:38:39 e9a5061849ea: Download complete 19:38:39 d747dcd14b5f: Verifying Checksum 19:38:39 d747dcd14b5f: Download complete 19:38:39 ab5ef0e58194: Verifying Checksum 19:38:39 ab5ef0e58194: Download complete 19:38:39 2de7ff778b66: Verifying Checksum 19:38:39 2de7ff778b66: Download complete 19:38:39 0d9ebad4ef96: Verifying Checksum 19:38:39 0d9ebad4ef96: Download complete 19:38:45 ab5ef0e58194: Pull complete 19:38:45 9712f1f96733: Pull complete 19:38:47 63f879dbbcfc: Pull complete 19:38:54 0d9ebad4ef96: Pull complete 19:38:56 e9a5061849ea: Pull complete 19:38:56 d747dcd14b5f: Pull complete 19:38:58 2de7ff778b66: Pull complete 19:38:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:38:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:38:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:38:58 prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container 19:38:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:39:02 $ docker top eea495598723238cd452e5aac04d6a5041d503b4ed7e1f52c9071f76d59c02f8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:39:02 provisioning config files... 19:39:02 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6493306028998957400tmp 19:39:02 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config893059770770022836tmp 19:39:02 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1211868777921657323tmp [Pipeline] { [Pipeline] echo 19:39:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:39:03 ---> sigul-configuration.sh 19:39:03 gpg: directory `/root/.gnupg' created 19:39:03 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:39:03 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:39:03 gpg: keyring `/root/.gnupg/secring.gpg' created 19:39:03 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:39:03 gpg: CAST5 encrypted data 19:39:03 gpg: encrypted with 1 passphrase 19:39:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:39:03 + mkdir /home/jenkins 19:39:03 + mkdir /home/jenkins/sigul [Pipeline] sh 19:39:04 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 19:39:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:39:04 ---> sigul-install.sh 19:39:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:39:11 + git tag --list 19:39:11 v0.0.0 19:39:11 v0.1.0 19:39:11 v0.1.1 19:39:11 v0.1.10 19:39:11 v0.1.11 19:39:11 v0.1.12 19:39:11 v0.1.13 19:39:11 v0.1.14 19:39:11 v0.1.15 19:39:11 v0.1.16 19:39:11 v0.1.17 19:39:11 v0.1.18 19:39:11 v0.1.19 19:39:11 v0.1.2 19:39:11 v0.1.20 19:39:11 v0.1.21 19:39:11 v0.1.22 19:39:11 v0.1.23 19:39:11 v0.1.24 19:39:11 v0.1.25 19:39:11 v0.1.26 19:39:11 v0.1.27 19:39:11 v0.1.28 19:39:11 v0.1.29 19:39:11 v0.1.3 19:39:11 v0.1.30 19:39:11 v0.1.31 19:39:11 v0.1.4 19:39:11 v0.1.5 19:39:11 v0.1.6 19:39:11 v0.1.7 19:39:11 v0.1.8 19:39:11 v0.1.9 19:39:11 v2.0.0-dev.1 19:39:11 v2.0.0-dev.2 19:39:11 v2.0.0-dev.3 19:39:11 v2.0.0-dev.4 19:39:11 v2.0.0-dev.5 [Pipeline] sh 19:39:11 + lftools sign git-tag v2.0.0-dev.5 19:39:13 Signing Git tag with Sigul... 19:39:13 Signing v2.0.0-dev.5 [Pipeline] echo 19:39:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:39:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:39:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:39:14 $ docker stop --time=1 eea495598723238cd452e5aac04d6a5041d503b4ed7e1f52c9071f76d59c02f8 19:39:16 $ docker rm -f eea495598723238cd452e5aac04d6a5041d503b4ed7e1f52c9071f76d59c02f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:39:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:39:17 . [Pipeline] withDockerContainer 19:39:17 prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container 19:39:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:39:18 $ docker top 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:39:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:39:18 [ssh-agent] Looking for ssh-agent implementation... 19:39:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:39:19 $ docker exec 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff ssh-agent 19:39:19 SSH_AUTH_SOCK=/tmp/ssh-C2Hl0z1hZ1v9/agent.12 19:39:19 SSH_AGENT_PID=17 19:39:19 Running ssh-add (command line suppressed) 19:39:19 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1478329700597777020.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1478329700597777020.key) 19:39:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:39:19 + git semver bump pre 19:39:19 # -> Open(): unable to determine branch for HEAD 19:39:19 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 19:39:19 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 19:39:19 # $SEMVER_REMOTE_NAME = origin 19:39:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:39:19 # $SEMVER_USER_NAME = edgex-jenkins 19:39:19 # $SEMVER_BRANCH = master 19:39:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 19:39:19 2.0.0-dev.6 [Pipeline] } 19:39:19 $ docker exec --env ******** --env ******** 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff ssh-agent -k 19:39:19 unset SSH_AUTH_SOCK; 19:39:19 unset SSH_AGENT_PID; 19:39:19 echo Agent pid 17 killed; 19:39:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:39:20 + git semver [Pipeline] } 19:39:20 $ docker stop --time=1 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff 19:39:21 $ docker rm -f 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:39:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:39:22 . [Pipeline] withDockerContainer 19:39:22 prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container 19:39:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:39:23 $ docker top 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:39:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:39:23 [ssh-agent] Looking for ssh-agent implementation... 19:39:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:39:23 $ docker exec 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 ssh-agent 19:39:24 SSH_AUTH_SOCK=/tmp/ssh-3sgIQFm0khWe/agent.11 19:39:24 SSH_AGENT_PID=17 19:39:24 Running ssh-add (command line suppressed) 19:39:24 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2896077461240516092.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2896077461240516092.key) 19:39:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:39:24 + git semver push 19:39:24 # -> Open(): unable to determine branch for HEAD 19:39:24 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 19:39:24 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 19:39:24 # $SEMVER_REMOTE_NAME = origin 19:39:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:39:24 # $SEMVER_USER_NAME = edgex-jenkins 19:39:24 # $SEMVER_BRANCH = master 19:39:24 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 19:39:27 $ docker exec --env ******** --env ******** 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 ssh-agent -k 19:39:28 unset SSH_AUTH_SOCK; 19:39:28 unset SSH_AGENT_PID; 19:39:28 echo Agent pid 17 killed; 19:39:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:39:28 + git semver [Pipeline] } 19:39:28 $ docker stop --time=1 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 19:39:30 $ docker rm -f 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 19:39:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:39:34 ---> package-listing.sh 19:39:34 ++ facter osfamily 19:39:34 ++ tr '[:upper:]' '[:lower:]' 19:39:34 + OS_FAMILY=redhat 19:39:34 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 19:39:34 + START_PACKAGES=/tmp/packages_start.txt 19:39:34 + END_PACKAGES=/tmp/packages_end.txt 19:39:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:39:34 + PACKAGES=/tmp/packages_start.txt 19:39:34 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 19:39:34 + PACKAGES=/tmp/packages_end.txt 19:39:34 + case "${OS_FAMILY}" in 19:39:34 + rpm -qa 19:39:34 + sort 19:39:39 + '[' -f /tmp/packages_start.txt ']' 19:39:39 + '[' -f /tmp/packages_end.txt ']' 19:39:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:39:39 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 19:39:39 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 19:39:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 19:39:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:39:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:39:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:39:40 19:39:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:39:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:39:40 alpine: Pulling from edgex-lftools-log-publisher 19:39:40 df20fa9351a1: Pulling fs layer 19:39:40 36b3adc4ff6f: Pulling fs layer 19:39:40 8ad3a11d3b57: Pulling fs layer 19:39:40 46f8f816bc3b: Pulling fs layer 19:39:40 93b61091891f: Pulling fs layer 19:39:40 93b9cdb0e59b: Pulling fs layer 19:39:40 5e14af77c1be: Pulling fs layer 19:39:40 01666e4c0597: Pulling fs layer 19:39:40 aa168da1d23b: Pulling fs layer 19:39:40 46f8f816bc3b: Waiting 19:39:40 93b61091891f: Waiting 19:39:40 5e14af77c1be: Waiting 19:39:40 93b9cdb0e59b: Waiting 19:39:40 01666e4c0597: Waiting 19:39:40 aa168da1d23b: Waiting 19:39:40 36b3adc4ff6f: Verifying Checksum 19:39:40 36b3adc4ff6f: Download complete 19:39:40 46f8f816bc3b: Verifying Checksum 19:39:40 46f8f816bc3b: Download complete 19:39:40 df20fa9351a1: Verifying Checksum 19:39:40 df20fa9351a1: Download complete 19:39:40 93b9cdb0e59b: Download complete 19:39:40 93b61091891f: Verifying Checksum 19:39:40 93b61091891f: Download complete 19:39:40 5e14af77c1be: Verifying Checksum 19:39:40 01666e4c0597: Verifying Checksum 19:39:40 01666e4c0597: Download complete 19:39:40 5e14af77c1be: Download complete 19:39:40 8ad3a11d3b57: Verifying Checksum 19:39:40 8ad3a11d3b57: Download complete 19:39:41 df20fa9351a1: Pull complete 19:39:41 36b3adc4ff6f: Pull complete 19:39:42 8ad3a11d3b57: Pull complete 19:39:42 aa168da1d23b: Verifying Checksum 19:39:42 aa168da1d23b: Download complete 19:39:42 46f8f816bc3b: Pull complete 19:39:43 93b61091891f: Pull complete 19:39:43 93b9cdb0e59b: Pull complete 19:39:43 5e14af77c1be: Pull complete 19:39:43 01666e4c0597: Pull complete 19:39:51 aa168da1d23b: Pull complete 19:39:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:39:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:39:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:39:52 prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container 19:39:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:39:55 $ docker top c4d390bbd1fc7ed3f82df438dfce1d62eaa563ef9fcb72a606543e9d5cb65839 -eo pid,comm [Pipeline] { [Pipeline] sh 19:39:55 + touch /tmp/pre-build-complete [Pipeline] sh 19:39:55 + mkdir -p /var/log/sa [Pipeline] sh 19:39:56 + ls /var/log/sa-host 19:39:56 + sadf -c /var/log/sa-host/sa05 19:39:56 file_magic: OK 19:39:56 HZ: Using current value: 100 19:39:56 file_header: OK 19:39:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:39:56 Statistics: 19:39:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:39:56 File successfully converted to sysstat format version 12.2.1 19:39:56 + sadf -c /var/log/sa-host/sa23 19:39:56 file_magic: OK 19:39:56 HZ: Using current value: 100 19:39:56 file_header: OK 19:39:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:39:56 Statistics: 19:39:56 Hnuu...uuuununununu... 19:39:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:39:56 provisioning config files... 19:39:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4947650637671744216tmp [Pipeline] { [Pipeline] echo 19:39:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:39:57 ---> create-netrc.sh [Pipeline] } 19:39:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:39:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:39:57 ---> python-tools-install.sh [Pipeline] echo 19:39:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:39:58 ---> sudo-logs.sh 19:39:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:39:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:39:58 ---> job-cost.sh 19:39:58 lf-activate-venv: SKIPPING 19:39:58 DEBUG: total: 0.029999999329447746 19:39:58 INFO: Retrieving Stack Cost... 19:39:59 INFO: Retrieving Pricing Info for: v1-standard-2 19:39:59 INFO: Archiving Costs [Pipeline] echo 19:39:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:40:00 ---> logs-deploy.sh 19:40:00 lf-activate-venv: SKIPPING 19:40:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/27 19:40:00 INFO: archiving workspace using pattern(s): 19:40:02 Archives upload complete. 19:40:02 INFO: archiving logs to Nexus 19:40:03 ---> uname -a: 19:40:03 Linux prd-centos7-docker-4c-2g-28738.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:40:03 19:40:03 19:40:03 ---> lscpu: 19:40:03 Architecture: x86_64 19:40:03 CPU op-mode(s): 32-bit, 64-bit 19:40:03 Byte Order: Little Endian 19:40:03 Address sizes: 40 bits physical, 48 bits virtual 19:40:03 CPU(s): 4 19:40:03 On-line CPU(s) list: 0-3 19:40:03 Thread(s) per core: 1 19:40:03 Core(s) per socket: 1 19:40:03 Socket(s): 4 19:40:03 NUMA node(s): 1 19:40:03 Vendor ID: GenuineIntel 19:40:03 CPU family: 6 19:40:03 Model: 44 19:40:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:40:03 Stepping: 1 19:40:03 CPU MHz: 2933.436 19:40:03 BogoMIPS: 5866.87 19:40:03 Virtualization: VT-x 19:40:03 Hypervisor vendor: KVM 19:40:03 Virtualization type: full 19:40:03 L1d cache: 128 KiB 19:40:03 L1i cache: 128 KiB 19:40:03 L2 cache: 16 MiB 19:40:03 L3 cache: 64 MiB 19:40:03 NUMA node0 CPU(s): 0-3 19:40:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:40:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:40:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:40:03 Vulnerability Meltdown: Mitigation; PTI 19:40:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:40:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:40:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:40:03 Vulnerability Srbds: Not affected 19:40:03 Vulnerability Tsx async abort: Not affected 19:40:03 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 19:40:03 19:40:03 19:40:03 ---> nproc: 19:40:03 4 19:40:03 19:40:03 19:40:03 ---> df -h: 19:40:03 Filesystem Size Used Available Use% Mounted on 19:40:03 overlay 50.0G 8.2G 41.8G 16% / 19:40:03 tmpfs 64.0M 0 64.0M 0% /dev 19:40:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:40:03 shm 64.0M 0 64.0M 0% /dev/shm 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-messaging_master@tmp 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 19:40:03 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-messaging_master 19:40:03 19:40:03 19:40:03 ---> free -m: 19:40:03 total used free shared buff/cache available 19:40:03 Mem: 1837 842 144 0 850 933 19:40:03 Swap: 1023 3 1020 19:40:03 19:40:03 19:40:03 ---> ip addr: 19:40:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:40:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:40:03 inet 127.0.0.1/8 scope host lo 19:40:03 valid_lft forever preferred_lft forever 19:40:03 inet6 ::1/128 scope host 19:40:03 valid_lft forever preferred_lft forever 19:40:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:40:03 link/ether fa:16:3e:46:64:3c brd ff:ff:ff:ff:ff:ff 19:40:03 inet 10.30.123.154/23 brd 10.30.123.255 scope global dynamic eth0 19:40:03 valid_lft 82276sec preferred_lft 82276sec 19:40:03 inet6 fe80::f816:3eff:fe46:643c/64 scope link 19:40:03 valid_lft forever preferred_lft forever 19:40:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:40:03 link/ether 02:42:ea:55:f7:cb brd ff:ff:ff:ff:ff:ff 19:40:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:40:03 valid_lft forever preferred_lft forever 19:40:03 inet6 fe80::42:eaff:fe55:f7cb/64 scope link 19:40:03 valid_lft forever preferred_lft forever 19:40:03 19:40:03 19:40:03 ---> sar -b -r -n DEV: 19:40:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 19:40:03 19:40:03 18:31:08 LINUX RESTART (4 CPU) 19:40:03 19:40:03 18:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:40:03 18:33:01 2.30 0.00 2.30 0.00 0.00 483.46 0.00 19:40:03 18:34:01 1.18 0.00 1.18 0.00 0.00 18.75 0.00 19:40:03 18:35:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 19:40:03 18:36:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 19:40:03 18:37:01 0.32 0.00 0.32 0.00 0.00 4.26 0.00 19:40:03 18:38:01 0.22 0.00 0.22 0.00 0.00 3.11 0.00 19:40:03 18:39:01 0.30 0.00 0.30 0.00 0.00 3.23 0.00 19:40:03 18:40:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 19:40:03 18:41:01 0.28 0.00 0.28 0.00 0.00 3.38 0.00 19:40:03 18:42:02 0.33 0.00 0.33 0.00 0.00 4.53 0.00 19:40:03 18:43:01 0.20 0.00 0.20 0.00 0.00 2.05 0.00 19:40:03 18:44:01 0.22 0.00 0.22 0.00 0.00 3.61 0.00 19:40:03 18:45:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 19:40:03 18:46:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 19:40:03 18:47:01 0.43 0.20 0.23 0.00 6.39 2.45 0.00 19:40:03 18:48:01 0.82 0.00 0.82 0.00 0.00 15.42 0.00 19:40:03 18:49:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 19:40:03 18:50:01 0.15 0.00 0.15 0.00 0.00 1.77 0.00 19:40:03 18:51:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 19:40:03 18:52:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 19:40:03 18:53:01 0.35 0.00 0.35 0.00 0.00 5.43 0.00 19:40:03 18:54:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 19:40:03 18:55:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 19:40:03 18:56:01 0.35 0.00 0.35 0.00 0.00 5.40 0.00 19:40:03 18:57:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 19:40:03 18:58:01 0.25 0.00 0.25 0.00 0.00 3.31 0.00 19:40:03 18:59:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 19:40:03 19:00:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 19:40:03 19:01:01 0.28 0.02 0.27 0.00 0.13 3.05 0.00 19:40:03 19:02:02 0.45 0.08 0.37 0.00 1.60 6.51 0.00 19:40:03 19:03:01 0.22 0.00 0.22 0.00 0.00 2.59 0.00 19:40:03 19:04:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 19:40:03 19:05:01 0.25 0.00 0.25 0.00 0.00 3.48 0.00 19:40:03 19:06:01 0.25 0.00 0.25 0.00 0.00 2.57 0.00 19:40:03 19:07:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 19:40:03 19:08:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 19:40:03 19:09:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 19:40:03 19:10:01 0.27 0.00 0.27 0.00 0.00 3.45 0.00 19:40:03 19:11:01 0.22 0.00 0.22 0.00 0.00 2.02 0.00 19:40:03 19:12:01 0.18 0.00 0.18 0.00 0.00 1.77 0.00 19:40:03 19:13:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 19:40:03 19:14:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 19:40:03 19:15:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 19:40:03 19:16:01 291.18 266.72 24.45 0.00 3712.87 1067.75 0.00 19:40:03 19:17:01 0.42 0.00 0.42 0.00 0.00 6.89 0.00 19:40:03 19:18:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 19:40:03 19:19:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 19:40:03 19:20:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 19:40:03 19:21:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 19:40:03 19:22:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 19:40:03 19:23:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 19:40:03 19:24:01 0.17 0.00 0.17 0.00 0.00 2.13 0.00 19:40:03 19:25:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 19:40:03 19:26:02 0.25 0.00 0.25 0.00 0.00 2.91 0.00 19:40:03 19:27:01 0.22 0.00 0.22 0.00 0.00 2.46 0.00 19:40:03 19:28:01 26.40 10.07 16.33 0.00 3626.70 345.60 0.00 19:40:03 19:29:01 25.70 7.76 17.95 0.00 1324.32 2158.93 0.00 19:40:03 19:30:01 0.67 0.00 0.67 0.00 0.00 9.23 0.00 19:40:03 19:31:01 0.35 0.00 0.35 0.00 0.00 4.50 0.00 19:40:03 19:32:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 19:40:03 19:33:01 0.23 0.00 0.23 0.00 0.00 3.45 0.00 19:40:03 19:34:01 0.65 0.00 0.65 0.00 0.00 7.56 0.00 19:40:03 19:35:01 0.58 0.00 0.58 0.00 0.00 7.01 0.00 19:40:03 19:36:01 0.33 0.02 0.32 0.00 1.07 4.65 0.00 19:40:03 19:37:01 0.27 0.00 0.27 0.00 0.00 3.58 0.00 19:40:03 19:38:01 5.53 0.43 5.10 0.00 127.09 3458.32 0.00 19:40:03 19:39:01 411.20 190.28 220.93 0.00 10089.74 59948.06 0.00 19:40:03 Average: 11.67 7.11 4.56 0.00 282.72 1014.06 0.00 19:40:03 19:40:03 18:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:40:03 18:33:01 101248 0 477276 25.37 2620 1300400 978076 33.38 291392 1293396 16 19:40:03 18:34:01 98516 0 480000 25.51 2620 1300408 978208 33.38 291820 1295588 8 19:40:03 18:35:01 98768 0 479744 25.50 2620 1300412 976128 33.31 292328 1294772 8 19:40:03 18:36:01 98852 0 479656 25.49 2620 1300416 976164 33.31 292600 1294776 8 19:40:03 18:37:01 98504 0 480000 25.51 2620 1300420 976268 33.32 292864 1294772 20 19:40:03 18:38:01 99620 0 478880 25.45 2620 1300424 976088 33.31 291888 1294772 12 19:40:03 18:39:01 99496 0 479000 25.46 2620 1300428 976088 33.31 292016 1294772 8 19:40:03 18:40:01 99784 0 478708 25.44 2620 1300432 976088 33.31 291912 1294772 8 19:40:03 18:41:01 99628 0 478852 25.45 2620 1300444 976088 33.31 291924 1294772 12 19:40:03 18:42:02 98552 0 479924 25.51 2620 1300448 976260 33.32 292700 1294772 12 19:40:03 18:43:01 98272 0 480200 25.52 2620 1300452 976320 33.32 292948 1294772 8 19:40:03 18:44:01 97952 0 480516 25.54 2620 1300456 976396 33.32 293064 1294772 8 19:40:03 18:45:01 99372 0 479092 25.46 2620 1300460 976216 33.32 292092 1294772 8 19:40:03 18:46:01 99256 0 479204 25.47 2620 1300464 976216 33.32 292220 1294772 8 19:40:03 18:47:01 98408 0 480048 25.51 2620 1300468 976340 33.32 292604 1294772 16 19:40:03 18:48:01 99188 0 479260 25.47 2620 1300476 976280 33.32 292288 1294772 12 19:40:03 18:49:01 99180 0 479268 25.47 2620 1300476 976280 33.32 292164 1294772 8 19:40:03 18:50:01 99132 0 479308 25.47 2620 1300484 976280 33.32 292276 1294772 8 19:40:03 18:51:01 98312 0 480124 25.52 2620 1300488 976460 33.32 293020 1294772 8 19:40:03 18:52:01 98912 0 479520 25.49 2620 1300492 976408 33.32 292568 1294772 8 19:40:03 18:53:01 98860 0 479568 25.49 2620 1300496 976348 33.32 292248 1294772 16 19:40:03 18:54:01 99016 0 479408 25.48 2620 1300500 976348 33.32 292240 1294772 8 19:40:03 18:55:01 98932 0 479484 25.48 2620 1300508 976348 33.32 292264 1294776 8 19:40:03 18:56:01 99032 0 479380 25.48 2620 1300512 976348 33.32 292288 1294772 8 19:40:03 18:57:01 98556 0 479848 25.50 2620 1300520 976360 33.32 292724 1294772 16 19:40:03 18:58:01 98672 0 479728 25.50 2620 1300524 976420 33.32 292684 1294772 8 19:40:03 18:59:01 98704 0 479692 25.49 2620 1300528 976348 33.32 292292 1294772 8 19:40:03 19:00:01 99124 0 479268 25.47 2620 1300532 976348 33.32 292212 1294772 8 19:40:03 19:01:01 97896 0 480488 25.54 2620 1300540 978692 33.40 293068 1294776 8 19:40:03 19:02:02 98272 0 479992 25.51 2620 1300660 976928 33.34 292872 1294836 8 19:40:03 19:03:01 98280 0 479976 25.51 2620 1300668 976904 33.34 292876 1294836 12 19:40:03 19:04:01 98268 0 479984 25.51 2620 1300672 976856 33.34 292732 1294836 12 19:40:03 19:05:01 97404 0 480840 25.56 2620 1300680 977112 33.35 293728 1294840 8 19:40:03 19:06:01 98164 0 480076 25.52 2620 1300684 976920 33.34 292680 1294836 8 19:40:03 19:07:01 98052 0 480180 25.52 2620 1300692 976980 33.34 293000 1294840 8 19:40:03 19:08:01 98076 0 480156 25.52 2620 1300692 976944 33.34 292820 1294836 8 19:40:03 19:09:01 98520 0 479708 25.50 2620 1300696 976920 33.34 292568 1294836 8 19:40:03 19:10:01 98488 0 479732 25.50 2620 1300704 976920 33.34 292716 1294836 8 19:40:03 19:11:01 98636 0 479584 25.49 2620 1300704 976920 33.34 292824 1294836 8 19:40:03 19:12:01 97820 0 480392 25.53 2620 1300712 977004 33.34 293288 1294836 8 19:40:03 19:13:01 97528 0 480680 25.55 2620 1300716 977088 33.35 293792 1294836 8 19:40:03 19:14:01 98156 0 480044 25.51 2620 1300724 976920 33.34 292760 1294836 8 19:40:03 19:15:01 98536 0 479664 25.49 2620 1300724 976920 33.34 292760 1294836 8 19:40:03 19:16:01 64388 0 580428 30.85 2620 1234108 976952 33.34 322020 1198880 8 19:40:03 19:17:01 76428 0 583400 31.01 2620 1219096 977012 33.34 326180 1182840 8 19:40:03 19:18:01 76548 0 583280 31.00 2620 1219096 976952 33.34 326356 1182340 8 19:40:03 19:19:01 74696 0 585124 31.10 2620 1219104 977000 33.34 328288 1182340 8 19:40:03 19:20:01 73780 0 586036 31.15 2620 1219108 976952 33.34 329104 1182340 8 19:40:03 19:21:01 73548 0 586264 31.16 2620 1219112 976952 33.34 329248 1182340 8 19:40:03 19:22:01 73360 0 586448 31.17 2620 1219116 977100 33.35 329568 1182340 8 19:40:03 19:23:01 73584 0 586220 31.16 2620 1219120 977016 33.34 329140 1182340 8 19:40:03 19:24:01 73440 0 586360 31.16 2620 1219124 977076 33.35 329332 1182340 8 19:40:03 19:25:01 73620 0 586176 31.15 2620 1219128 977016 33.34 329148 1182340 8 19:40:03 19:26:02 73916 0 585872 31.14 2620 1219136 977016 33.34 329156 1182340 8 19:40:03 19:27:01 73688 0 586096 31.15 2620 1219140 977100 33.35 329488 1182340 8 19:40:03 19:28:01 81676 0 729332 38.76 2620 1067916 1503048 51.30 457556 1046116 28500 19:40:03 19:29:01 158340 0 702976 37.36 2620 1017608 1118336 38.17 422696 999724 20 19:40:03 19:30:01 163600 0 697612 37.08 2620 1017712 1075756 36.71 419804 998196 8 19:40:03 19:31:01 163528 0 697680 37.08 2620 1017716 1076008 36.72 419844 998836 8 19:40:03 19:32:01 163892 0 697312 37.06 2620 1017720 1075888 36.72 419540 998836 8 19:40:03 19:33:01 163680 0 697516 37.07 2620 1017728 1075888 36.72 418760 999916 8 19:40:03 19:34:01 163932 0 697264 37.06 2620 1017728 1075888 36.72 418628 999912 8 19:40:03 19:35:01 164248 0 696940 37.04 2620 1017736 1075756 36.71 418312 999916 12 19:40:03 19:36:01 163528 0 697620 37.08 2620 1017776 1076068 36.72 418840 999912 8 19:40:03 19:37:01 164020 0 697128 37.05 2620 1017776 1075960 36.72 418544 999912 8 19:40:03 19:38:01 72604 0 730344 38.82 2620 1075976 1271028 43.38 445268 1058668 58496 19:40:03 19:39:01 108556 0 880260 46.78 1564 891164 1891904 64.57 554180 847348 8 19:40:03 Average: 102336 0 541345 28.77 2604 1235258 1016585 34.69 324614 1221313 1307 19:40:03 19:40:03 18:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:40:03 18:33:01 eth0 0.17 0.15 0.06 0.01 0.00 0.00 0.00 0.00 19:40:03 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:34:01 eth0 1.23 0.33 0.33 0.20 0.00 0.00 0.00 0.00 19:40:03 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:35:01 eth0 1.72 0.40 0.39 0.21 0.00 0.00 0.00 0.00 19:40:03 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:36:01 eth0 1.25 0.35 0.33 0.20 0.00 0.00 0.00 0.00 19:40:03 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:37:01 eth0 1.35 0.68 0.69 0.44 0.00 0.00 0.00 0.00 19:40:03 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:38:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 19:40:03 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:40:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:41:01 eth0 0.43 0.08 0.05 0.01 0.00 0.00 0.00 0.00 19:40:03 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:42:02 eth0 1.32 0.48 0.49 0.27 0.00 0.00 0.00 0.00 19:40:03 18:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:43:01 eth0 1.25 0.47 0.43 0.25 0.00 0.00 0.00 0.00 19:40:03 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:44:01 eth0 0.93 0.43 0.45 0.35 0.00 0.00 0.00 0.00 19:40:03 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:46:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:47:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 19:40:03 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:48:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:49:01 eth0 0.55 0.05 0.04 0.00 0.00 0.00 0.00 0.00 19:40:03 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:50:01 eth0 0.23 0.02 0.03 0.00 0.00 0.00 0.00 0.00 19:40:03 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:51:01 eth0 0.58 0.32 0.27 0.21 0.00 0.00 0.00 0.00 19:40:03 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:52:01 eth0 0.37 0.18 0.15 0.07 0.00 0.00 0.00 0.00 19:40:03 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:53:01 eth0 0.10 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:54:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:55:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 19:40:03 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:56:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:57:01 eth0 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:40:03 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:58:01 eth0 0.27 0.15 0.07 0.01 0.00 0.00 0.00 0.00 19:40:03 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:59:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:00:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:02:02 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:40:03 19:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:03:01 eth0 0.14 0.10 0.07 0.01 0.00 0.00 0.00 0.00 19:40:03 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:04:01 eth0 0.52 0.02 0.05 0.00 0.00 0.00 0.00 0.00 19:40:03 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:05:01 eth0 0.52 0.38 0.27 0.20 0.00 0.00 0.00 0.00 19:40:03 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:06:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:07:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 19:40:03 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:08:01 eth0 0.17 0.17 0.09 0.01 0.00 0.00 0.00 0.00 19:40:03 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:09:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:11:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:12:01 eth0 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 19:40:03 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:13:01 eth0 1.05 0.40 0.38 0.21 0.00 0.00 0.00 0.00 19:40:03 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:14:01 eth0 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 19:40:03 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:15:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:16:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:17:01 eth0 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 19:40:03 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:18:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:19:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 19:40:03 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:20:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:40:03 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:21:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:22:01 eth0 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:40:03 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:24:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 19:40:03 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:26:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:27:01 eth0 0.14 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:40:03 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:28:01 eth0 293.44 173.88 652.57 52.05 0.00 0.00 0.00 0.00 19:40:03 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:29:01 eth0 30.03 21.62 30.32 16.47 0.00 0.00 0.00 0.00 19:40:03 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:29:01 docker0 1.46 1.20 0.37 2.95 0.00 0.00 0.00 0.00 19:40:03 19:30:01 eth0 0.58 0.05 0.06 0.00 0.00 0.00 0.00 0.00 19:40:03 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:31:01 eth0 0.98 0.48 0.77 0.18 0.00 0.00 0.00 0.00 19:40:03 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:32:01 eth0 0.68 0.08 0.11 0.10 0.00 0.00 0.00 0.00 19:40:03 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:33:01 eth0 1.83 0.45 0.45 0.21 0.00 0.00 0.00 0.00 19:40:03 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:34:01 eth0 1.17 0.37 0.32 0.20 0.00 0.00 0.00 0.00 19:40:03 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:35:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 19:40:03 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:36:01 eth0 0.50 0.38 0.27 0.20 0.00 0.00 0.00 0.00 19:40:03 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:37:01 eth0 0.82 0.13 0.13 0.07 0.00 0.00 0.00 0.00 19:40:03 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:38:01 eth0 314.47 283.96 2671.40 22.19 0.00 0.00 0.00 0.00 19:40:03 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:39:01 eth0 606.90 524.79 4667.20 101.34 0.00 0.00 0.00 0.00 19:40:03 19:39:01 veth93f9fe2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 19:39:01 docker0 12.88 12.05 1.18 47.27 0.00 0.00 0.00 0.00 19:40:03 Average: eth0 18.99 15.18 120.17 2.94 0.00 0.00 0.00 0.00 19:40:03 Average: veth93f9fe2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:40:03 Average: docker0 0.21 0.20 0.02 0.75 0.00 0.00 0.00 0.00 19:40:03 19:40:03 19:40:03 ---> sar -P ALL: 19:40:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 19:40:03 19:40:03 18:31:08 LINUX RESTART (4 CPU) 19:40:03 19:40:03 18:32:01 CPU %user %nice %system %iowait %steal %idle 19:40:03 18:33:01 all 0.14 0.00 0.06 0.00 0.02 99.79 19:40:03 18:33:01 0 0.05 0.00 0.05 0.00 0.02 99.88 19:40:03 18:33:01 1 0.05 0.00 0.07 0.00 0.03 99.85 19:40:03 18:33:01 2 0.42 0.00 0.05 0.00 0.00 99.53 19:40:03 18:33:01 3 0.03 0.00 0.07 0.00 0.02 99.88 19:40:03 18:34:01 all 0.17 0.00 0.05 0.00 0.03 99.76 19:40:03 18:34:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:40:03 18:34:01 1 0.05 0.00 0.05 0.00 0.03 99.87 19:40:03 18:34:01 2 0.22 0.00 0.08 0.00 0.03 99.67 19:40:03 18:34:01 3 0.37 0.00 0.03 0.00 0.02 99.58 19:40:03 18:35:01 all 0.15 0.00 0.03 0.00 0.01 99.80 19:40:03 18:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:35:01 1 0.45 0.00 0.03 0.00 0.02 99.50 19:40:03 18:35:01 2 0.10 0.00 0.05 0.00 0.02 99.83 19:40:03 18:35:01 3 0.05 0.00 0.03 0.00 0.00 99.92 19:40:03 18:36:01 all 0.16 0.00 0.04 0.00 0.01 99.80 19:40:03 18:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 18:36:01 1 0.52 0.00 0.03 0.00 0.02 99.43 19:40:03 18:36:01 2 0.07 0.00 0.07 0.00 0.02 99.85 19:40:03 18:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:37:01 all 0.21 0.00 0.03 0.00 0.01 99.75 19:40:03 18:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:40:03 18:37:01 1 0.53 0.00 0.03 0.00 0.00 99.43 19:40:03 18:37:01 2 0.22 0.00 0.03 0.00 0.00 99.75 19:40:03 18:37:01 3 0.05 0.00 0.05 0.00 0.03 99.87 19:40:03 18:38:01 all 0.16 0.00 0.03 0.00 0.01 99.80 19:40:03 18:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:40:03 18:38:01 1 0.48 0.00 0.03 0.00 0.02 99.47 19:40:03 18:38:01 2 0.03 0.00 0.03 0.00 0.02 99.92 19:40:03 18:38:01 3 0.12 0.00 0.05 0.00 0.02 99.82 19:40:03 18:39:01 all 0.14 0.00 0.04 0.00 0.01 99.81 19:40:03 18:39:01 0 0.00 0.00 0.02 0.00 0.02 99.97 19:40:03 18:39:01 1 0.50 0.00 0.03 0.00 0.02 99.45 19:40:03 18:39:01 2 0.05 0.00 0.05 0.00 0.02 99.88 19:40:03 18:39:01 3 0.02 0.00 0.05 0.00 0.00 99.93 19:40:03 18:40:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:40:03 18:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:40:01 1 0.52 0.00 0.03 0.00 0.00 99.45 19:40:03 18:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 18:40:01 3 0.03 0.00 0.05 0.00 0.02 99.90 19:40:03 18:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:40:03 18:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:41:01 1 0.42 0.00 0.03 0.00 0.00 99.55 19:40:03 18:41:01 2 0.12 0.00 0.02 0.00 0.00 99.87 19:40:03 18:41:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 18:42:02 all 0.20 0.00 0.02 0.00 0.00 99.78 19:40:03 18:42:02 0 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 18:42:02 1 0.03 0.00 0.00 0.00 0.00 99.97 19:40:03 18:42:02 2 0.70 0.00 0.02 0.00 0.00 99.28 19:40:03 18:42:02 3 0.05 0.00 0.03 0.00 0.02 99.90 19:40:03 18:43:01 all 0.16 0.00 0.04 0.00 0.00 99.80 19:40:03 18:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 18:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 18:43:01 2 0.52 0.00 0.03 0.00 0.00 99.44 19:40:03 18:43:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 19:40:03 18:43:01 CPU %user %nice %system %iowait %steal %idle 19:40:03 18:44:01 all 0.15 0.00 0.03 0.00 0.01 99.82 19:40:03 18:44:01 0 0.05 0.00 0.02 0.00 0.00 99.93 19:40:03 18:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:44:01 2 0.47 0.00 0.03 0.00 0.02 99.48 19:40:03 18:44:01 3 0.05 0.00 0.03 0.00 0.02 99.90 19:40:03 18:45:01 all 0.04 0.00 0.03 0.00 0.00 99.93 19:40:03 18:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 18:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 18:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 18:45:01 3 0.05 0.00 0.03 0.00 0.00 99.92 19:40:03 18:46:01 all 0.06 0.00 0.03 0.00 0.00 99.91 19:40:03 18:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:40:03 18:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:46:01 2 0.17 0.00 0.07 0.00 0.00 99.77 19:40:03 18:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 19:40:03 18:47:01 all 0.18 0.00 0.06 0.00 0.00 99.75 19:40:03 18:47:01 0 0.05 0.00 0.07 0.00 0.00 99.88 19:40:03 18:47:01 1 0.15 0.00 0.05 0.00 0.02 99.78 19:40:03 18:47:01 2 0.50 0.00 0.05 0.00 0.00 99.45 19:40:03 18:47:01 3 0.03 0.00 0.07 0.00 0.00 99.90 19:40:03 18:48:01 all 0.14 0.00 0.04 0.00 0.00 99.81 19:40:03 18:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 18:48:01 1 0.00 0.00 0.03 0.00 0.00 99.97 19:40:03 18:48:01 2 0.50 0.00 0.03 0.00 0.00 99.47 19:40:03 18:48:01 3 0.05 0.00 0.07 0.00 0.02 99.87 19:40:03 18:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:40:03 18:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:40:03 18:49:01 2 0.47 0.00 0.02 0.00 0.00 99.52 19:40:03 18:49:01 3 0.07 0.00 0.02 0.00 0.02 99.90 19:40:03 18:50:01 all 0.13 0.00 0.03 0.00 0.00 99.83 19:40:03 18:50:01 0 0.00 0.00 0.03 0.00 0.00 99.97 19:40:03 18:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 18:50:01 2 0.48 0.00 0.03 0.00 0.02 99.47 19:40:03 18:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 18:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 19:40:03 18:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:51:01 1 0.07 0.00 0.03 0.00 0.00 99.90 19:40:03 18:51:01 2 0.52 0.00 0.05 0.00 0.00 99.43 19:40:03 18:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 18:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:40:03 18:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:52:01 1 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 18:52:01 2 0.52 0.00 0.03 0.00 0.00 99.45 19:40:03 18:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:53:01 all 0.12 0.00 0.04 0.00 0.00 99.84 19:40:03 18:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:53:01 1 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 18:53:01 2 0.40 0.00 0.10 0.00 0.00 99.50 19:40:03 18:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:40:03 18:54:01 all 0.03 0.00 0.04 0.00 0.00 99.93 19:40:03 18:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:40:03 18:54:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:40:03 18:54:01 2 0.03 0.00 0.07 0.00 0.02 99.88 19:40:03 18:54:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:40:03 18:54:01 CPU %user %nice %system %iowait %steal %idle 19:40:03 18:55:01 all 0.06 0.00 0.04 0.00 0.00 99.90 19:40:03 18:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 18:55:01 1 0.17 0.00 0.03 0.00 0.00 99.80 19:40:03 18:55:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 18:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 18:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:40:03 18:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:40:03 18:56:01 1 0.52 0.00 0.02 0.00 0.02 99.45 19:40:03 18:56:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 18:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 19:40:03 18:57:01 all 0.15 0.00 0.02 0.00 0.00 99.82 19:40:03 18:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 18:57:01 1 0.52 0.00 0.02 0.00 0.02 99.45 19:40:03 18:57:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:40:03 18:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 18:58:01 all 0.15 0.00 0.03 0.00 0.00 99.83 19:40:03 18:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 18:58:01 1 0.50 0.00 0.02 0.00 0.00 99.48 19:40:03 18:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 18:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 18:59:01 all 0.15 0.00 0.02 0.00 0.00 99.82 19:40:03 18:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 18:59:01 1 0.50 0.00 0.02 0.00 0.00 99.48 19:40:03 18:59:01 2 0.07 0.00 0.05 0.00 0.00 99.88 19:40:03 18:59:01 3 0.02 0.00 0.02 0.00 0.02 99.95 19:40:03 19:00:01 all 0.16 0.00 0.02 0.00 0.00 99.81 19:40:03 19:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:40:03 19:00:01 1 0.53 0.00 0.02 0.00 0.00 99.45 19:40:03 19:00:01 2 0.08 0.00 0.05 0.00 0.02 99.85 19:40:03 19:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:01:01 all 0.15 0.00 0.04 0.00 0.00 99.80 19:40:03 19:01:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:40:03 19:01:01 1 0.52 0.00 0.03 0.00 0.00 99.45 19:40:03 19:01:01 2 0.07 0.00 0.05 0.00 0.00 99.88 19:40:03 19:01:01 3 0.02 0.00 0.05 0.00 0.00 99.93 19:40:03 19:02:02 all 0.14 0.00 0.05 0.00 0.00 99.80 19:40:03 19:02:02 0 0.38 0.00 0.08 0.00 0.02 99.52 19:40:03 19:02:02 1 0.03 0.00 0.07 0.00 0.00 99.90 19:40:03 19:02:02 2 0.10 0.00 0.05 0.00 0.00 99.85 19:40:03 19:02:02 3 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:03:01 all 0.05 0.00 0.03 0.00 0.01 99.91 19:40:03 19:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:03:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:40:03 19:03:01 2 0.12 0.00 0.07 0.00 0.02 99.80 19:40:03 19:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:04:01 all 0.06 0.00 0.03 0.00 0.00 99.91 19:40:03 19:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:04:01 3 0.15 0.00 0.05 0.00 0.00 99.80 19:40:03 19:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:40:03 19:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:05:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:05:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 19:05:01 3 0.50 0.00 0.02 0.00 0.00 99.48 19:40:03 19:40:03 19:05:01 CPU %user %nice %system %iowait %steal %idle 19:40:03 19:06:01 all 0.16 0.00 0.03 0.00 0.00 99.80 19:40:03 19:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:40:03 19:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:06:01 2 0.08 0.00 0.05 0.00 0.00 99.87 19:40:03 19:06:01 3 0.52 0.00 0.03 0.00 0.00 99.45 19:40:03 19:07:01 all 0.14 0.00 0.02 0.00 0.00 99.85 19:40:03 19:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:40:03 19:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:40:03 19:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:07:01 3 0.50 0.00 0.02 0.00 0.00 99.48 19:40:03 19:08:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:40:03 19:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:08:01 2 0.05 0.00 0.05 0.00 0.02 99.88 19:40:03 19:08:01 3 0.52 0.00 0.02 0.00 0.00 99.47 19:40:03 19:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:40:03 19:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:40:03 19:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:09:01 2 0.07 0.00 0.05 0.00 0.00 99.88 19:40:03 19:09:01 3 0.50 0.00 0.02 0.00 0.00 99.48 19:40:03 19:10:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:40:03 19:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 19:10:01 3 0.52 0.00 0.03 0.00 0.02 99.43 19:40:03 19:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 19:40:03 19:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:40:03 19:11:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:11:01 3 0.50 0.00 0.02 0.00 0.00 99.48 19:40:03 19:12:01 all 0.14 0.00 0.03 0.00 0.01 99.83 19:40:03 19:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:40:03 19:12:01 1 0.32 0.00 0.03 0.00 0.02 99.63 19:40:03 19:12:01 2 0.07 0.00 0.05 0.00 0.02 99.87 19:40:03 19:12:01 3 0.17 0.00 0.02 0.00 0.00 99.82 19:40:03 19:13:01 all 0.07 0.00 0.04 0.00 0.00 99.89 19:40:03 19:13:01 0 0.07 0.00 0.02 0.00 0.00 99.92 19:40:03 19:13:01 1 0.10 0.00 0.08 0.00 0.00 99.82 19:40:03 19:13:01 2 0.08 0.00 0.05 0.00 0.00 99.87 19:40:03 19:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:14:01 all 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:14:01 2 0.03 0.00 0.07 0.00 0.00 99.90 19:40:03 19:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:15:01 all 0.13 0.00 0.03 0.00 0.00 99.84 19:40:03 19:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:15:01 1 0.47 0.00 0.03 0.00 0.00 99.50 19:40:03 19:15:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 19:40:03 19:16:01 all 0.16 2.65 11.35 5.32 0.22 80.31 19:40:03 19:16:01 0 0.13 2.76 11.91 6.30 0.25 78.65 19:40:03 19:16:01 1 0.22 2.34 10.24 3.95 0.19 83.06 19:40:03 19:16:01 2 0.13 2.47 10.40 4.88 0.20 81.90 19:40:03 19:16:01 3 0.14 3.02 12.86 6.16 0.22 77.61 19:40:03 19:40:03 19:16:01 CPU %user %nice %system %iowait %steal %idle 19:40:03 19:17:01 all 0.17 0.00 0.05 0.00 0.00 99.78 19:40:03 19:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:40:03 19:17:01 1 0.05 0.00 0.07 0.00 0.00 99.88 19:40:03 19:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 19:17:01 3 0.53 0.00 0.05 0.00 0.00 99.42 19:40:03 19:18:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:40:03 19:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:40:03 19:18:01 1 0.22 0.00 0.02 0.00 0.00 99.77 19:40:03 19:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 19:18:01 3 0.28 0.00 0.03 0.00 0.00 99.68 19:40:03 19:19:01 all 0.08 0.00 0.05 0.00 0.00 99.87 19:40:03 19:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:19:01 1 0.22 0.00 0.07 0.00 0.00 99.72 19:40:03 19:19:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:19:01 3 0.03 0.00 0.05 0.00 0.02 99.90 19:40:03 19:20:01 all 0.01 0.00 0.04 0.00 0.00 99.95 19:40:03 19:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:40:03 19:20:01 1 0.00 0.00 0.03 0.00 0.00 99.97 19:40:03 19:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:20:01 3 0.02 0.00 0.07 0.00 0.00 99.92 19:40:03 19:21:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:40:03 19:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:21:01 1 0.42 0.00 0.02 0.00 0.00 99.57 19:40:03 19:21:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:40:03 19:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 19:22:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:40:03 19:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:22:01 1 0.50 0.00 0.03 0.00 0.00 99.47 19:40:03 19:22:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:22:01 3 0.03 0.00 0.03 0.00 0.02 99.92 19:40:03 19:23:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:40:03 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:23:01 1 0.50 0.00 0.03 0.00 0.02 99.45 19:40:03 19:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:23:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:24:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:40:03 19:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:24:01 1 0.48 0.00 0.03 0.00 0.00 99.48 19:40:03 19:24:01 2 0.02 0.00 0.05 0.00 0.02 99.92 19:40:03 19:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:25:01 all 0.15 0.00 0.03 0.00 0.00 99.83 19:40:03 19:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:25:01 1 0.50 0.00 0.02 0.00 0.00 99.48 19:40:03 19:25:01 2 0.05 0.00 0.07 0.00 0.00 99.88 19:40:03 19:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:40:03 19:26:02 all 0.14 0.00 0.03 0.00 0.00 99.83 19:40:03 19:26:02 0 0.50 0.00 0.02 0.00 0.00 99.48 19:40:03 19:26:02 1 0.02 0.00 0.00 0.00 0.00 99.98 19:40:03 19:26:02 2 0.05 0.00 0.08 0.00 0.02 99.85 19:40:03 19:26:02 3 0.00 0.00 0.02 0.00 0.00 99.98 19:40:03 19:27:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:40:03 19:27:01 0 0.49 0.00 0.02 0.00 0.00 99.49 19:40:03 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:27:01 2 0.05 0.00 0.07 0.00 0.00 99.88 19:40:03 19:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:40:03 19:40:03 19:27:01 CPU %user %nice %system %iowait %steal %idle 19:40:03 19:28:01 all 3.99 0.00 1.29 0.87 0.08 93.77 19:40:03 19:28:01 0 3.69 0.00 2.21 3.30 0.10 90.70 19:40:03 19:28:01 1 4.21 0.00 0.95 0.08 0.08 94.67 19:40:03 19:28:01 2 3.20 0.00 1.09 0.07 0.08 95.57 19:40:03 19:28:01 3 4.85 0.00 0.90 0.03 0.05 94.16 19:40:03 19:29:01 all 2.09 0.00 1.51 0.64 0.04 95.72 19:40:03 19:29:01 0 2.03 0.00 1.57 1.82 0.05 94.53 19:40:03 19:29:01 1 2.24 0.00 1.21 0.13 0.02 96.40 19:40:03 19:29:01 2 2.06 0.00 1.62 0.35 0.05 95.92 19:40:03 19:29:01 3 2.04 0.00 1.66 0.25 0.03 96.02 19:40:03 19:30:01 all 0.17 0.00 0.06 0.00 0.00 99.77 19:40:03 19:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:30:01 1 0.37 0.00 0.03 0.00 0.00 99.60 19:40:03 19:30:01 2 0.07 0.00 0.07 0.00 0.00 99.87 19:40:03 19:30:01 3 0.20 0.00 0.10 0.00 0.00 99.70 19:40:03 19:31:01 all 0.19 0.00 0.05 0.00 0.02 99.74 19:40:03 19:31:01 0 0.05 0.00 0.05 0.00 0.00 99.90 19:40:03 19:31:01 1 0.55 0.00 0.07 0.00 0.03 99.35 19:40:03 19:31:01 2 0.10 0.00 0.05 0.00 0.00 99.85 19:40:03 19:31:01 3 0.05 0.00 0.05 0.00 0.03 99.87 19:40:03 19:32:01 all 0.15 0.00 0.04 0.00 0.00 99.81 19:40:03 19:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:40:03 19:32:01 1 0.50 0.00 0.05 0.00 0.00 99.45 19:40:03 19:32:01 2 0.05 0.00 0.05 0.00 0.02 99.88 19:40:03 19:32:01 3 0.02 0.00 0.05 0.00 0.00 99.93 19:40:03 19:33:01 all 0.23 0.00 0.24 0.00 0.03 99.49 19:40:03 19:33:01 0 0.07 0.00 0.22 0.00 0.02 99.70 19:40:03 19:33:01 1 0.62 0.00 0.22 0.00 0.03 99.13 19:40:03 19:33:01 2 0.10 0.00 0.17 0.00 0.05 99.68 19:40:03 19:33:01 3 0.15 0.00 0.37 0.00 0.03 99.45 19:40:03 19:34:01 all 0.17 0.00 0.02 0.00 0.00 99.81 19:40:03 19:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:34:01 1 0.52 0.00 0.02 0.00 0.00 99.47 19:40:03 19:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:34:01 3 0.08 0.00 0.03 0.00 0.00 99.88 19:40:03 19:35:01 all 0.17 0.00 0.04 0.00 0.00 99.79 19:40:03 19:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:35:01 1 0.55 0.00 0.05 0.00 0.00 99.40 19:40:03 19:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:40:03 19:35:01 3 0.05 0.00 0.07 0.00 0.02 99.87 19:40:03 19:36:01 all 0.13 0.00 0.05 0.00 0.01 99.81 19:40:03 19:36:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:40:03 19:36:01 1 0.40 0.00 0.08 0.00 0.00 99.52 19:40:03 19:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:40:03 19:36:01 3 0.08 0.00 0.03 0.00 0.02 99.87 19:40:03 19:37:01 all 0.14 0.00 0.03 0.00 0.01 99.82 19:40:03 19:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:40:03 19:37:01 1 0.45 0.00 0.02 0.00 0.00 99.53 19:40:03 19:37:01 2 0.03 0.00 0.03 0.00 0.02 99.92 19:40:03 19:37:01 3 0.05 0.00 0.05 0.00 0.02 99.88 19:40:03 19:38:01 all 1.26 0.00 1.06 0.01 0.02 97.65 19:40:03 19:38:01 0 1.26 0.00 1.19 0.02 0.00 97.53 19:40:03 19:38:01 1 1.52 0.00 1.11 0.00 0.05 97.32 19:40:03 19:38:01 2 1.19 0.00 0.85 0.02 0.02 97.93 19:40:03 19:38:01 3 1.07 0.00 1.07 0.00 0.02 97.84 19:40:03 19:40:03 19:38:01 CPU %user %nice %system %iowait %steal %idle 19:40:03 19:39:01 all 16.79 0.00 13.00 3.84 0.40 65.96 19:40:03 19:39:01 0 14.08 0.00 12.42 2.79 0.47 70.24 19:40:03 19:39:01 1 17.09 0.00 13.43 4.46 0.45 64.56 19:40:03 19:39:01 2 18.11 0.00 12.92 5.21 0.36 63.39 19:40:03 19:39:01 3 17.87 0.00 13.23 2.91 0.31 65.67 19:40:03 Average: all 0.48 0.04 0.45 0.16 0.02 98.86 19:40:03 Average: 0 0.35 0.04 0.45 0.21 0.01 98.94 19:40:03 Average: 1 0.60 0.03 0.43 0.13 0.02 98.80 19:40:03 Average: 2 0.49 0.04 0.44 0.15 0.02 98.87 19:40:03 Average: 3 0.48 0.04 0.47 0.14 0.01 98.85 19:40:03 19:40:03 19:40:03