Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: go-mod-core-contracts 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-4904 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c # timeout=10 Commit message: "Merge pull request #611 from edgexfoundry/dependabot/go_modules/github.com/go-playground/validator/v10-10.6.1" > git rev-list --no-walk 638646cdd73924c2fdfaacecc18fd952324cff5a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:35:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:35:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:35:24 ========================================================= 21:35:24 EdgeX Global Pipelines Version Info 21:35:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:35:25 ------------------- 21:35:25 stable info: 21:35:25 ------------------- 21:35:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:35:25 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 21:35:25 Message: update stable to v1.0.192 21:35:26 ------------------- 21:35:26 experimental info: 21:35:26 ------------------- 21:35:26 Commited By: **** collab-it+edgex@linuxfoundation.org 21:35:26 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 21:35:26 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77e3b8e [Pipeline] echo 21:35:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:35:28 + git log --format=format:%s -1 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c [Pipeline] echo 21:35:28 GIT_COMMIT: 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c, Commit Message: Merge pull request #611 from edgexfoundry/dependabot/go_modules/github.com/go-playground/validator/v10-10.6.1 [Pipeline] echo 21:35:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:35:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:35:29 21:35:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:35:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:35:30 latest: Pulling from edgex-devops/git-semver 21:35:30 31603596830f: Pulling fs layer 21:35:30 54011a49482f: Pulling fs layer 21:35:30 a6820b24f6d8: Pulling fs layer 21:35:30 f581987b2513: Pulling fs layer 21:35:30 f581987b2513: Waiting 21:35:30 54011a49482f: Verifying Checksum 21:35:30 54011a49482f: Download complete 21:35:30 31603596830f: Verifying Checksum 21:35:30 31603596830f: Download complete 21:35:30 f581987b2513: Verifying Checksum 21:35:30 f581987b2513: Download complete 21:35:30 a6820b24f6d8: Verifying Checksum 21:35:30 a6820b24f6d8: Download complete 21:35:30 31603596830f: Pull complete 21:35:30 54011a49482f: Pull complete 21:35:31 a6820b24f6d8: Pull complete 21:35:31 f581987b2513: Pull complete 21:35:31 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 21:35:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:35:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:35:32 prd-centos7-docker-4c-2g-4904 does not seem to be running inside a container 21:35:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 21:35:34 $ docker top 266de02826a03f20b84a6b3f0eedbe43d2e73f3d6ecc7e3bbbc541948d20e740 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:35:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:35:34 [ssh-agent] Looking for ssh-agent implementation... 21:35:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:35:34 $ docker exec 266de02826a03f20b84a6b3f0eedbe43d2e73f3d6ecc7e3bbbc541948d20e740 ssh-agent 21:35:34 SSH_AUTH_SOCK=/tmp/ssh-h7vn9vTn0yam/agent.12 21:35:34 SSH_AGENT_PID=17 21:35:34 Running ssh-add (command line suppressed) 21:35:35 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2194864061711398014.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2194864061711398014.key) 21:35:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:35:35 + git tag --points-at HEAD [Pipeline] } 21:35:35 $ docker exec --env ******** --env ******** 266de02826a03f20b84a6b3f0eedbe43d2e73f3d6ecc7e3bbbc541948d20e740 ssh-agent -k 21:35:35 unset SSH_AUTH_SOCK; 21:35:35 unset SSH_AGENT_PID; 21:35:35 echo Agent pid 17 killed; 21:35:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:35:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:35:35 [ssh-agent] Looking for ssh-agent implementation... 21:35:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:35:35 $ docker exec 266de02826a03f20b84a6b3f0eedbe43d2e73f3d6ecc7e3bbbc541948d20e740 ssh-agent 21:35:35 SSH_AUTH_SOCK=/tmp/ssh-VJuqSWni86Qt/agent.46 21:35:35 SSH_AGENT_PID=51 21:35:35 Running ssh-add (command line suppressed) 21:35:36 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_304528771161420203.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_304528771161420203.key) 21:35:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:35:36 + git semver init 21:35:36 # -> Open(): unable to determine branch for HEAD 21:35:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 21:35:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 21:35:36 # $SEMVER_REMOTE_NAME = origin 21:35:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:35:36 # $SEMVER_USER_NAME = edgex-jenkins 21:35:36 # $SEMVER_BRANCH = master 21:35:36 # $SEMVER_TEMP = /tmp/semver-205371025 21:35:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 21:35:37 # '/tmp/semver-205371025' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 21:35:37 # -> Force: false 21:35:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 21:35:37 $ docker exec --env ******** --env ******** 266de02826a03f20b84a6b3f0eedbe43d2e73f3d6ecc7e3bbbc541948d20e740 ssh-agent -k 21:35:37 unset SSH_AUTH_SOCK; 21:35:37 unset SSH_AGENT_PID; 21:35:37 echo Agent pid 51 killed; 21:35:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:35:37 + git semver [Pipeline] } 21:35:37 $ docker stop --time=1 266de02826a03f20b84a6b3f0eedbe43d2e73f3d6ecc7e3bbbc541948d20e740 21:35:40 $ docker rm -f 266de02826a03f20b84a6b3f0eedbe43d2e73f3d6ecc7e3bbbc541948d20e740 [Pipeline] // withDockerContainer [Pipeline] sh 21:35:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:35:40 Stashed 1 file(s) [Pipeline] echo 21:35:40 [edgeXSemver]: initialized semver on version 2.0.0-dev.87 [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 21:35:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4907 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 21:35:41 Running in /w/workspace/go-mod-core-contracts/206 [Pipeline] { [Pipeline] checkout 21:35:46 using credential edgex-jenkins-ssh 21:35:46 Cloning the remote Git repository 21:35:46 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:35:46 > git init /w/workspace/go-mod-core-contracts/206 # timeout=10 21:35:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:35:46 > git --version # timeout=10 21:35:46 > git --version # 'git version 2.17.1' 21:35:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:35:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:35:48 Checking out Revision 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c (master) 21:35:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:35:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:35:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:35:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:35:47 using GIT_SSH to set credentials SSH Credentials for GitHub 21:35:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:35:48 > git config core.sparsecheckout # timeout=10 21:35:48 > git checkout -f 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c # timeout=10 21:35:52 Commit message: "Merge pull request #611 from edgexfoundry/dependabot/go_modules/github.com/go-playground/validator/v10-10.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:35:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:35:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:35:54 + true 21:35:54 + sudo service docker restart 21:35:56 Still waiting to schedule task 21:35:56 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4904’ [Pipeline] unstash [Pipeline] echo 21:35:56 ========================================================= 21:35:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:35:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:35:57 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 21:35:58 Sending build context to Docker daemon 3.132MB 21:35:58 Step 1/7 : ARG BASE=golang:1.16-alpine 21:35:58 Step 2/7 : FROM ${BASE} 21:35:58 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:35:58 595b0fe564bb: Pulling fs layer 21:35:58 7186ed65a4f7: Pulling fs layer 21:35:58 316046926c0a: Pulling fs layer 21:35:58 4ebd0625c992: Pulling fs layer 21:35:58 207e8628e3a3: Pulling fs layer 21:35:58 c791037a9be2: Pulling fs layer 21:35:58 ffd874e62e21: Pulling fs layer 21:35:58 4ebd0625c992: Waiting 21:35:58 207e8628e3a3: Waiting 21:35:58 c791037a9be2: Waiting 21:35:58 ffd874e62e21: Waiting 21:35:58 316046926c0a: Verifying Checksum 21:35:58 316046926c0a: Download complete 21:35:58 7186ed65a4f7: Verifying Checksum 21:35:58 7186ed65a4f7: Download complete 21:35:58 207e8628e3a3: Download complete 21:35:58 c791037a9be2: Download complete 21:35:58 595b0fe564bb: Verifying Checksum 21:35:58 595b0fe564bb: Download complete 21:35:59 595b0fe564bb: Pull complete 21:36:00 7186ed65a4f7: Pull complete 21:36:00 316046926c0a: Pull complete 21:36:01 ffd874e62e21: Verifying Checksum 21:36:01 ffd874e62e21: Download complete 21:36:02 4ebd0625c992: Verifying Checksum 21:36:02 4ebd0625c992: Download complete 21:36:14 4ebd0625c992: Pull complete 21:36:14 207e8628e3a3: Pull complete 21:36:14 c791037a9be2: Pull complete 21:36:17 ffd874e62e21: Pull complete 21:36:17 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 21:36:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:36:17 ---> cfc18b08335c 21:36:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:36:20 ---> Running in afb234fb60c1 21:36:20 Removing intermediate container afb234fb60c1 21:36:20 ---> a50db41f13e0 21:36:20 Step 4/7 : RUN apk add bash 21:36:21 ---> Running in ffb6071ee45f 21:36:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:36:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:36:23 OK: 138 MiB in 40 packages 21:36:24 Removing intermediate container ffb6071ee45f 21:36:24 ---> c35f425b63bf 21:36:24 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:36:24 ---> Running in 2922787c6e90 21:36:25 Removing intermediate container 2922787c6e90 21:36:25 ---> f36caa6dcdc2 21:36:25 Step 6/7 : COPY go.mod . 21:36:26 ---> 19d4763e9cfd 21:36:26 Step 7/7 : RUN go mod download 21:36:26 ---> Running in e273b84a444a 21:36:44 Removing intermediate container e273b84a444a 21:36:44 ---> e0f00c880aca 21:36:44 Successfully built e0f00c880aca 21:36:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:36:44 + docker inspect -f . ci-base-image-arm64 21:36:44 . [Pipeline] withDockerContainer 21:36:45 prd-ubuntu18.04-docker-arm64-4c-16g-4907 does not seem to be running inside a container 21:36:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/206 -v /w/workspace/go-mod-core-contracts/206:/w/workspace/go-mod-core-contracts/206:rw,z -v /w/workspace/go-mod-core-contracts/206@tmp:/w/workspace/go-mod-core-contracts/206@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 21:36:46 $ docker top 6fa410f5bfbccdf0ff3b58b4311465f3f357b57436c6232dc74d6cbe2d297bff -eo pid,comm [Pipeline] { [Pipeline] sh 21:36:47 + go version 21:36:47 go version go1.16.3 linux/arm64 [Pipeline] } 21:36:47 $ docker stop --time=1 6fa410f5bfbccdf0ff3b58b4311465f3f357b57436c6232dc74d6cbe2d297bff 21:36:49 $ docker rm -f 6fa410f5bfbccdf0ff3b58b4311465f3f357b57436c6232dc74d6cbe2d297bff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:36:50 + docker inspect -f . ci-base-image-arm64 21:36:50 . [Pipeline] withDockerContainer 21:36:50 prd-ubuntu18.04-docker-arm64-4c-16g-4907 does not seem to be running inside a container 21:36:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/206 -v /w/workspace/go-mod-core-contracts/206:/w/workspace/go-mod-core-contracts/206:rw,z -v /w/workspace/go-mod-core-contracts/206@tmp:/w/workspace/go-mod-core-contracts/206@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 21:36:52 $ docker top 1b8f6f5bf88e2bac9fbe2baeebb4a3793764972f0aac879389d8c1a55ccd6f02 -eo pid,comm [Pipeline] { [Pipeline] sh 21:36:53 + go mod tidy [Pipeline] sh 21:36:54 + make test 21:36:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:37:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 21:37:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.055s coverage: 85.7% of statements 21:37:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.031s coverage: 100.0% of statements 21:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.074s coverage: 45.4% of statements 21:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.028s coverage: 77.8% of statements 21:37:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:37:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements 21:37:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.083s coverage: 14.7% of statements 21:37:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements 21:37:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.090s coverage: 91.8% of statements 21:37:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 21:37:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 21:37:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.044s coverage: 100.0% of statements 21:37:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.023s coverage: 35.5% of statements 21:37:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.154s coverage: 63.0% of statements 21:37:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements 21:37:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.011s coverage: 15.4% of statements 21:37:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.047s coverage: 15.4% of statements 21:37:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.039s coverage: 14.3% of statements 21:37:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 21:37:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 21:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.312s coverage: 82.9% of statements 21:37:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 21:37:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 21:37:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 21:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.077s coverage: 45.4% of statements 21:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.040s coverage: 95.2% of statements 21:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.225s coverage: 86.3% of statements 21:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.037s coverage: 60.5% of statements 21:37:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.033s coverage: 58.2% of statements 21:37:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:38:01 gofmt -l . 21:38:01 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:38:01 $ docker stop --time=1 1b8f6f5bf88e2bac9fbe2baeebb4a3793764972f0aac879389d8c1a55ccd6f02 21:38:04 $ docker rm -f 1b8f6f5bf88e2bac9fbe2baeebb4a3793764972f0aac879389d8c1a55ccd6f02 [Pipeline] // withDockerContainer [Pipeline] sh 21:38:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:38:06 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 21:38:06 ---> job-cost.sh 21:38:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cK6J 21:38:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:40:07 lf-activate-venv(): INFO: Adding /tmp/venv-cK6J/bin to PATH 21:40:07 INFO: No Stack... 21:40:07 INFO: Retrieving Pricing Info for: lf-standard-4 21:40:07 INFO: Archiving Costs [Pipeline] sh 21:40:07 + cat /w/workspace/go-mod-core-contracts/206/archives/cost.csv 21:40:07 + cut -d, -f6 [Pipeline] lock 21:40:07 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-206-stack-cost] 21:40:07 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-206-stack-cost] did not exist. Created. 21:40:07 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-206-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:40:08 + echo total: 0.20999999344348907 [Pipeline] stash 21:40:08 Stashed 1 file(s) [Pipeline] } 21:40:08 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-206-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:40:39 Running on prd-centos7-docker-4c-2g-4911 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 21:40:39 Running in /w/workspace/go-mod-core-contracts/206 [Pipeline] { [Pipeline] checkout 21:40:46 using credential edgex-jenkins-ssh 21:40:46 Cloning the remote Git repository 21:40:46 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:40:46 > git init /w/workspace/go-mod-core-contracts/206 # timeout=10 21:40:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:40:46 > git --version # timeout=10 21:40:46 > git --version # 'git version 2.24.3' 21:40:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:40:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:40:48 Checking out Revision 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c (master) 21:40:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:40:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:40:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:40:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:40:48 using GIT_SSH to set credentials SSH Credentials for GitHub 21:40:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:40:48 > git config core.sparsecheckout # timeout=10 21:40:48 > git checkout -f 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c # timeout=10 21:40:53 Commit message: "Merge pull request #611 from edgexfoundry/dependabot/go_modules/github.com/go-playground/validator/v10-10.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:40:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:40:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:40:55 + sudo service docker restart 21:40:55 + true 21:40:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:40:57 ========================================================= 21:40:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:40:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:40:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 21:40:59 Sending build context to Docker daemon 3.134MB 21:40:59 Step 1/7 : ARG BASE=golang:1.16-alpine 21:40:59 Step 2/7 : FROM ${BASE} 21:40:59 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:40:59 540db60ca938: Pulling fs layer 21:40:59 adcc1eea9eea: Pulling fs layer 21:40:59 4c4ab2625f07: Pulling fs layer 21:40:59 0510c868ecb4: Pulling fs layer 21:40:59 afea3b2eda06: Pulling fs layer 21:40:59 7809a108b3ef: Pulling fs layer 21:40:59 f706445af74f: Pulling fs layer 21:40:59 afea3b2eda06: Waiting 21:40:59 7809a108b3ef: Waiting 21:40:59 0510c868ecb4: Waiting 21:40:59 f706445af74f: Waiting 21:40:59 4c4ab2625f07: Download complete 21:40:59 adcc1eea9eea: Verifying Checksum 21:40:59 adcc1eea9eea: Download complete 21:40:59 afea3b2eda06: Verifying Checksum 21:40:59 afea3b2eda06: Download complete 21:40:59 7809a108b3ef: Verifying Checksum 21:40:59 7809a108b3ef: Download complete 21:40:59 540db60ca938: Verifying Checksum 21:40:59 540db60ca938: Download complete 21:41:00 540db60ca938: Pull complete 21:41:00 adcc1eea9eea: Pull complete 21:41:00 4c4ab2625f07: Pull complete 21:41:02 f706445af74f: Verifying Checksum 21:41:02 f706445af74f: Download complete 21:41:05 0510c868ecb4: Download complete 21:41:15 0510c868ecb4: Pull complete 21:41:15 afea3b2eda06: Pull complete 21:41:16 7809a108b3ef: Pull complete 21:41:20 f706445af74f: Pull complete 21:41:20 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 21:41:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:41:20 ---> b068be0155e3 21:41:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:41:21 ---> Running in 9912fabddbad 21:41:21 Removing intermediate container 9912fabddbad 21:41:21 ---> 57beea01cb83 21:41:21 Step 4/7 : RUN apk add bash 21:41:21 ---> Running in 586fbd813968 21:41:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:41:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:41:25 OK: 149 MiB in 40 packages 21:41:25 Removing intermediate container 586fbd813968 21:41:25 ---> 7a9b877f7c72 21:41:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:41:25 ---> Running in 1d3cf0cd916b 21:41:26 Removing intermediate container 1d3cf0cd916b 21:41:26 ---> 97f8397232bf 21:41:26 Step 6/7 : COPY go.mod . 21:41:26 ---> bb3312e9ab7b 21:41:26 Step 7/7 : RUN go mod download 21:41:26 ---> Running in 319c70172ea3 21:41:44 Removing intermediate container 319c70172ea3 21:41:44 ---> 1ad9047739d4 21:41:44 Successfully built 1ad9047739d4 21:41:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:41:45 + docker inspect -f . ci-base-image-x86_64 21:41:45 . [Pipeline] withDockerContainer 21:41:45 prd-centos7-docker-4c-2g-4911 does not seem to be running inside a container 21:41:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/206 -v /w/workspace/go-mod-core-contracts/206:/w/workspace/go-mod-core-contracts/206:rw,z -v /w/workspace/go-mod-core-contracts/206@tmp:/w/workspace/go-mod-core-contracts/206@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-x86_64 cat 21:41:46 $ docker top ac1ab4566d8b2f73ab39fca7f12cc1c13fd3469156b5d8ac0e28d4429c83ba0a -eo pid,comm [Pipeline] { [Pipeline] sh 21:41:46 + go version 21:41:46 go version go1.16.3 linux/amd64 [Pipeline] } 21:41:47 $ docker stop --time=1 ac1ab4566d8b2f73ab39fca7f12cc1c13fd3469156b5d8ac0e28d4429c83ba0a 21:41:48 $ docker rm -f ac1ab4566d8b2f73ab39fca7f12cc1c13fd3469156b5d8ac0e28d4429c83ba0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:41:49 + docker inspect -f . ci-base-image-x86_64 21:41:49 . [Pipeline] withDockerContainer 21:41:49 prd-centos7-docker-4c-2g-4911 does not seem to be running inside a container 21:41:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/206 -v /w/workspace/go-mod-core-contracts/206:/w/workspace/go-mod-core-contracts/206:rw,z -v /w/workspace/go-mod-core-contracts/206@tmp:/w/workspace/go-mod-core-contracts/206@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-x86_64 cat 21:41:50 $ docker top 441a19d9b2901f86e0dd5d6581ee79e64d9525b7bee5a8ff8f10b8644722ae49 -eo pid,comm [Pipeline] { [Pipeline] sh 21:41:50 + go mod tidy [Pipeline] sh 21:41:51 + make test 21:41:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:42:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 21:42:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements 21:42:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.021s coverage: 100.0% of statements 21:42:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.018s coverage: 45.4% of statements 21:42:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.013s coverage: 77.8% of statements 21:42:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:42:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.007s coverage: 26.3% of statements 21:42:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.026s coverage: 14.7% of statements 21:42:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 21:42:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.044s coverage: 91.8% of statements 21:42:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 21:42:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 21:42:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.015s coverage: 100.0% of statements 21:42:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.010s coverage: 35.5% of statements 21:42:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.023s coverage: 63.0% of statements 21:42:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.016s coverage: 26.3% of statements 21:42:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.022s coverage: 15.4% of statements 21:42:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements 21:42:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.056s coverage: 14.3% of statements 21:42:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 21:42:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 21:42:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.193s coverage: 82.9% of statements 21:42:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 21:42:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 21:42:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 21:42:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.037s coverage: 45.4% of statements 21:42:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.019s coverage: 95.2% of statements 21:42:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.073s coverage: 86.3% of statements 21:42:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.020s coverage: 60.5% of statements 21:42:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.016s coverage: 58.2% of statements 21:42:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:42:22 gofmt -l . 21:42:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:42:22 $ docker stop --time=1 441a19d9b2901f86e0dd5d6581ee79e64d9525b7bee5a8ff8f10b8644722ae49 21:42:24 $ docker rm -f 441a19d9b2901f86e0dd5d6581ee79e64d9525b7bee5a8ff8f10b8644722ae49 [Pipeline] // withDockerContainer [Pipeline] sh 21:42:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:42:25 Warning: overwriting stash ‘coverage-report’ 21:42:26 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 21:42:26 ---> job-cost.sh 21:42:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SrCY 21:42:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:43:17 lf-activate-venv(): INFO: Adding /tmp/venv-SrCY/bin to PATH 21:43:17 INFO: No Stack... 21:43:17 INFO: Retrieving Pricing Info for: v1-standard-2 21:43:17 INFO: Archiving Costs [Pipeline] sh 21:43:17 + cat /w/workspace/go-mod-core-contracts/206/archives/cost.csv 21:43:17 + cut -d, -f6 [Pipeline] lock 21:43:17 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-206-stack-cost] 21:43:17 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-206-stack-cost] did not exist. Created. 21:43:17 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-206-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:43:17 /w/workspace/go-mod-core-contracts/206@tmp/durable-479c1e8b/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 21:43:18 + echo total: 0.029999999329447746 [Pipeline] stash 21:43:18 Warning: overwriting stash ‘stack-cost’ 21:43:18 Stashed 1 file(s) [Pipeline] } 21:43:18 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-206-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 21:43:18 provisioning config files... 21:43:18 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1749796490920217718tmp [Pipeline] { [Pipeline] sh 21:43:19 + set +x 21:43:19 + curl -s https://codecov.io/bash 21:43:19 + bash -s -- 21:43:19 21:43:19 _____ _ 21:43:19 / ____| | | 21:43:19 | | ___ __| | ___ ___ _____ __ 21:43:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:43:19 | |___| (_) | (_| | __/ (_| (_) \ V / 21:43:19 \_____\___/ \__,_|\___|\___\___/ \_/ 21:43:19 Bash-1.0.2 21:43:19 21:43:19 21:43:19 ==> git version 2.24.3 found 21:43:19 ==> 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 21:43:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:43:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:43:19 ==> Jenkins CI detected. 21:43:19 project root: . 21:43:19 --> token set from env 21:43:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:43:19 ==> Running gcov in . (disable via -X gcov) 21:43:19 ==> Python coveragepy not found 21:43:19 ==> Searching for coverage reports in: 21:43:19 + . 21:43:19 -> Found 1 reports 21:43:19 ==> Detecting git/mercurial file structure 21:43:19 ==> Reading reports 21:43:19 + ./coverage.out bytes=177064 21:43:19 ==> Appending adjustments 21:43:19 https://docs.codecov.io/docs/fixing-reports 21:43:20 + Found adjustments 21:43:20 ==> Gzipping contents 21:43:20 28K /tmp/codecov.PuCsKc.gz 21:43:20 ==> Uploading reports 21:43:20 url: https://codecov.io 21:43:20 query: branch=master&commit=77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c&build=206&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F206%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 21:43:20 -> Pinging Codecov 21:43:20 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c&build=206&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F206%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 21:43:21 -> Uploading to 21:43:21 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/71470A77251A30514AAF9C0BB2E5B6CE/77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c/f7fae3cf-602d-41b7-9020-e4575fe24f9a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T214321Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8b8e17826af2a124713f4c10e10fb005d7e419a490c9fcc6a2400618cbb433ac 21:43:21 % Total % Received % Xferd Average Speed Time Time Time Current 21:43:21 Dload Upload Total Spent Left Speed 21:43:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26027 0 0 100 26027 0 49312 --:--:-- --:--:-- --:--:-- 49293 100 26027 0 0 100 26027 0 49297 --:--:-- --:--:-- --:--:-- 49293 21:43:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c [Pipeline] } 21:43:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:43:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:43:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:43:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:43:22 21:43:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:43:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:43:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:43:23 188c0c94c7c5: Pulling fs layer 21:43:23 0ef7d3d256c8: Pulling fs layer 21:43:23 de9db76c5a1d: Pulling fs layer 21:43:23 0eba1c9be4d2: Pulling fs layer 21:43:23 0d57e429df01: Pulling fs layer 21:43:23 4e4be7b47b0d: Pulling fs layer 21:43:23 e1f770b5df2f: Pulling fs layer 21:43:23 85a0685a4137: Pulling fs layer 21:43:23 0d57e429df01: Waiting 21:43:23 4e4be7b47b0d: Waiting 21:43:23 e1f770b5df2f: Waiting 21:43:23 85a0685a4137: Waiting 21:43:23 0eba1c9be4d2: Waiting 21:43:23 de9db76c5a1d: Verifying Checksum 21:43:23 de9db76c5a1d: Download complete 21:43:23 0ef7d3d256c8: Verifying Checksum 21:43:23 0ef7d3d256c8: Download complete 21:43:23 0d57e429df01: Verifying Checksum 21:43:23 0d57e429df01: Download complete 21:43:23 4e4be7b47b0d: Verifying Checksum 21:43:23 4e4be7b47b0d: Download complete 21:43:23 188c0c94c7c5: Verifying Checksum 21:43:23 188c0c94c7c5: Download complete 21:43:23 188c0c94c7c5: Pull complete 21:43:23 0ef7d3d256c8: Pull complete 21:43:24 de9db76c5a1d: Pull complete 21:43:24 e1f770b5df2f: Verifying Checksum 21:43:24 e1f770b5df2f: Download complete 21:43:27 0eba1c9be4d2: Download complete 21:43:27 85a0685a4137: Verifying Checksum 21:43:27 85a0685a4137: Download complete 21:43:32 0eba1c9be4d2: Pull complete 21:43:32 0d57e429df01: Pull complete 21:43:32 4e4be7b47b0d: Pull complete 21:43:34 e1f770b5df2f: Pull complete 21:43:42 85a0685a4137: Pull complete 21:43:42 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:43:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:43:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:43:43 prd-centos7-docker-4c-2g-4904 does not seem to be running inside a container 21:43:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 21:43:44 $ docker top b22b202a926ba15460d655f1ec84ac76a3947d4a6d5497025075043117ee62b0 -eo pid,comm [Pipeline] { [Pipeline] echo 21:43:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:43:44 + set -o pipefail 21:43:44 + snyk monitor '--org=edgex-jenkins' 21:43:51 21:43:51 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 21:43:51 21:43:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/2c78b8d1-c235-4565-b3df-9053b7a233ea 21:43:51 21:43:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:43:51 21:43:51 [Pipeline] } 21:43:51 $ docker stop --time=1 b22b202a926ba15460d655f1ec84ac76a3947d4a6d5497025075043117ee62b0 21:43:53 $ docker rm -f b22b202a926ba15460d655f1ec84ac76a3947d4a6d5497025075043117ee62b0 [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 21:43:54 + git log --format=format:%s -1 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c [Pipeline] isUnix [Pipeline] sh 21:43:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:43:55 . [Pipeline] withDockerContainer 21:43:55 prd-centos7-docker-4c-2g-4904 does not seem to be running inside a container 21:43:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 21:43:56 $ docker top 5839364de51895b1bf71728b00fd2e0b6a33b986b7bce10ee056a8bd878b1ce7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:43:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:43:56 [ssh-agent] Looking for ssh-agent implementation... 21:43:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:43:56 $ docker exec 5839364de51895b1bf71728b00fd2e0b6a33b986b7bce10ee056a8bd878b1ce7 ssh-agent 21:43:56 SSH_AUTH_SOCK=/tmp/ssh-Bm1uiyf3QLSm/agent.12 21:43:56 SSH_AGENT_PID=18 21:43:56 Running ssh-add (command line suppressed) 21:43:56 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8674132634573958102.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8674132634573958102.key) 21:43:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:43:57 + git semver tag 21:43:57 # -> Open(): unable to determine branch for HEAD 21:43:57 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 21:43:57 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 21:43:57 # $SEMVER_REMOTE_NAME = origin 21:43:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:43:57 # $SEMVER_USER_NAME = edgex-jenkins 21:43:57 # $SEMVER_BRANCH = master 21:43:57 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 21:43:57 # 77e3b8ee2cc1e67c949fc93f24dd3e4ced4c6b3c HEAD 21:43:57 # -> Force: false 21:43:57 # 577002ed4b8783f29cb87167b7d09c1f71a202ff refs/tags/v2.0.0-dev.87 [Pipeline] } 21:43:57 $ docker exec --env ******** --env ******** 5839364de51895b1bf71728b00fd2e0b6a33b986b7bce10ee056a8bd878b1ce7 ssh-agent -k 21:43:57 unset SSH_AUTH_SOCK; 21:43:57 unset SSH_AGENT_PID; 21:43:57 echo Agent pid 18 killed; 21:43:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:43:58 + git semver [Pipeline] } 21:43:58 $ docker stop --time=1 5839364de51895b1bf71728b00fd2e0b6a33b986b7bce10ee056a8bd878b1ce7 21:43:59 $ docker rm -f 5839364de51895b1bf71728b00fd2e0b6a33b986b7bce10ee056a8bd878b1ce7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:43:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:43:59 21:43:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:44:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:44:00 0.23.1-centos7: Pulling from edgex-lftools 21:44:00 ab5ef0e58194: Pulling fs layer 21:44:00 9712f1f96733: Pulling fs layer 21:44:00 63f879dbbcfc: Pulling fs layer 21:44:00 0d9ebad4ef96: Pulling fs layer 21:44:00 e9a5061849ea: Pulling fs layer 21:44:00 d747dcd14b5f: Pulling fs layer 21:44:00 2de7ff778b66: Pulling fs layer 21:44:00 0d9ebad4ef96: Waiting 21:44:00 e9a5061849ea: Waiting 21:44:00 d747dcd14b5f: Waiting 21:44:00 2de7ff778b66: Waiting 21:44:00 9712f1f96733: Verifying Checksum 21:44:00 9712f1f96733: Download complete 21:44:02 63f879dbbcfc: Verifying Checksum 21:44:02 63f879dbbcfc: Download complete 21:44:02 e9a5061849ea: Verifying Checksum 21:44:02 e9a5061849ea: Download complete 21:44:02 d747dcd14b5f: Verifying Checksum 21:44:02 d747dcd14b5f: Download complete 21:44:02 2de7ff778b66: Verifying Checksum 21:44:02 2de7ff778b66: Download complete 21:44:02 0d9ebad4ef96: Verifying Checksum 21:44:02 0d9ebad4ef96: Download complete 21:44:02 ab5ef0e58194: Verifying Checksum 21:44:02 ab5ef0e58194: Download complete 21:44:08 ab5ef0e58194: Pull complete 21:44:08 9712f1f96733: Pull complete 21:44:10 63f879dbbcfc: Pull complete 21:44:17 0d9ebad4ef96: Pull complete 21:44:18 e9a5061849ea: Pull complete 21:44:18 d747dcd14b5f: Pull complete 21:44:22 2de7ff778b66: Pull complete 21:44:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:44:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:44:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:44:22 prd-centos7-docker-4c-2g-4904 does not seem to be running inside a container 21:44:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 21:44:26 $ docker top 7b8848313c17c616590889cfdafbfc2588d7090b01b82cbee01885307bcbade5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:44:26 provisioning config files... 21:44:26 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4508987949835144107tmp 21:44:26 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5378876319692666598tmp 21:44:26 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6383640166816510416tmp [Pipeline] { [Pipeline] echo 21:44:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:44:26 ---> sigul-configuration.sh 21:44:26 gpg: directory `/root/.gnupg' created 21:44:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:44:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:44:26 gpg: keyring `/root/.gnupg/secring.gpg' created 21:44:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:44:26 gpg: CAST5 encrypted data 21:44:27 gpg: encrypted with 1 passphrase 21:44:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:44:27 + mkdir /home/jenkins 21:44:27 + mkdir /home/jenkins/sigul [Pipeline] sh 21:44:27 + 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 21:44:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:44:28 ---> sigul-install.sh 21:44:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:44:34 + git tag --list 21:44:34 v0.0.0 21:44:34 v0.0.1 21:44:34 v0.1.0 21:44:34 v0.1.1 21:44:34 v0.1.10 21:44:34 v0.1.100 21:44:34 v0.1.101 21:44:34 v0.1.102 21:44:34 v0.1.103 21:44:34 v0.1.104 21:44:34 v0.1.105 21:44:34 v0.1.106 21:44:34 v0.1.107 21:44:34 v0.1.108 21:44:34 v0.1.109 21:44:34 v0.1.11 21:44:34 v0.1.110 21:44:34 v0.1.111 21:44:34 v0.1.112 21:44:34 v0.1.113 21:44:34 v0.1.114 21:44:34 v0.1.115 21:44:34 v0.1.116 21:44:34 v0.1.117 21:44:34 v0.1.118 21:44:34 v0.1.119 21:44:34 v0.1.12 21:44:34 v0.1.120 21:44:34 v0.1.121 21:44:34 v0.1.122 21:44:34 v0.1.123 21:44:34 v0.1.124 21:44:34 v0.1.125 21:44:34 v0.1.126 21:44:34 v0.1.127 21:44:34 v0.1.128 21:44:34 v0.1.129 21:44:34 v0.1.13 21:44:34 v0.1.130 21:44:34 v0.1.131 21:44:34 v0.1.132 21:44:34 v0.1.133 21:44:34 v0.1.134 21:44:34 v0.1.135 21:44:34 v0.1.136 21:44:34 v0.1.137 21:44:34 v0.1.138 21:44:34 v0.1.139 21:44:34 v0.1.14 21:44:34 v0.1.140 21:44:34 v0.1.141 21:44:34 v0.1.142 21:44:34 v0.1.143 21:44:34 v0.1.144 21:44:34 v0.1.145 21:44:34 v0.1.146 21:44:34 v0.1.147 21:44:34 v0.1.148 21:44:34 v0.1.149 21:44:34 v0.1.15 21:44:34 v0.1.16 21:44:34 v0.1.17 21:44:34 v0.1.18 21:44:34 v0.1.19 21:44:34 v0.1.2 21:44:34 v0.1.20 21:44:34 v0.1.21 21:44:34 v0.1.22 21:44:34 v0.1.23 21:44:34 v0.1.24 21:44:34 v0.1.25 21:44:34 v0.1.26 21:44:34 v0.1.27 21:44:34 v0.1.28 21:44:34 v0.1.29 21:44:34 v0.1.3 21:44:34 v0.1.30 21:44:34 v0.1.31 21:44:34 v0.1.32 21:44:34 v0.1.33 21:44:34 v0.1.34 21:44:34 v0.1.35 21:44:34 v0.1.36 21:44:34 v0.1.37 21:44:34 v0.1.38 21:44:34 v0.1.39 21:44:34 v0.1.4 21:44:34 v0.1.40 21:44:34 v0.1.41 21:44:34 v0.1.42 21:44:34 v0.1.43 21:44:34 v0.1.44 21:44:34 v0.1.45 21:44:34 v0.1.46 21:44:34 v0.1.47 21:44:34 v0.1.48 21:44:34 v0.1.49 21:44:34 v0.1.5 21:44:34 v0.1.50 21:44:34 v0.1.51 21:44:34 v0.1.52 21:44:34 v0.1.53 21:44:34 v0.1.54 21:44:34 v0.1.55 21:44:34 v0.1.56 21:44:34 v0.1.57 21:44:34 v0.1.58 21:44:34 v0.1.59 21:44:34 v0.1.6 21:44:34 v0.1.60 21:44:34 v0.1.61 21:44:34 v0.1.62 21:44:34 v0.1.63 21:44:34 v0.1.64 21:44:34 v0.1.65 21:44:34 v0.1.66 21:44:34 v0.1.67 21:44:34 v0.1.68 21:44:34 v0.1.69 21:44:34 v0.1.7 21:44:34 v0.1.70 21:44:34 v0.1.71 21:44:34 v0.1.72 21:44:34 v0.1.73 21:44:34 v0.1.74 21:44:34 v0.1.75 21:44:34 v0.1.76 21:44:34 v0.1.77 21:44:34 v0.1.78 21:44:34 v0.1.79 21:44:34 v0.1.8 21:44:34 v0.1.80 21:44:34 v0.1.81 21:44:34 v0.1.82 21:44:34 v0.1.83 21:44:34 v0.1.84 21:44:34 v0.1.85 21:44:34 v0.1.86 21:44:34 v0.1.87 21:44:34 v0.1.88 21:44:34 v0.1.89 21:44:34 v0.1.9 21:44:34 v0.1.90 21:44:34 v0.1.91 21:44:34 v0.1.92 21:44:34 v0.1.93 21:44:34 v0.1.94 21:44:34 v0.1.95 21:44:34 v0.1.96 21:44:34 v0.1.97 21:44:34 v0.1.98 21:44:34 v0.1.99 21:44:34 v2.0.0-dev.1 21:44:34 v2.0.0-dev.10 21:44:34 v2.0.0-dev.11 21:44:34 v2.0.0-dev.12 21:44:34 v2.0.0-dev.13 21:44:34 v2.0.0-dev.14 21:44:34 v2.0.0-dev.15 21:44:34 v2.0.0-dev.16 21:44:34 v2.0.0-dev.17 21:44:34 v2.0.0-dev.18 21:44:34 v2.0.0-dev.19 21:44:34 v2.0.0-dev.2 21:44:34 v2.0.0-dev.20 21:44:34 v2.0.0-dev.21 21:44:34 v2.0.0-dev.22 21:44:34 v2.0.0-dev.23 21:44:34 v2.0.0-dev.24 21:44:34 v2.0.0-dev.25 21:44:34 v2.0.0-dev.26 21:44:34 v2.0.0-dev.27 21:44:34 v2.0.0-dev.28 21:44:34 v2.0.0-dev.29 21:44:34 v2.0.0-dev.3 21:44:34 v2.0.0-dev.30 21:44:34 v2.0.0-dev.31 21:44:34 v2.0.0-dev.32 21:44:34 v2.0.0-dev.33 21:44:34 v2.0.0-dev.34 21:44:34 v2.0.0-dev.35 21:44:34 v2.0.0-dev.36 21:44:34 v2.0.0-dev.37 21:44:34 v2.0.0-dev.38 21:44:34 v2.0.0-dev.39 21:44:34 v2.0.0-dev.4 21:44:34 v2.0.0-dev.40 21:44:34 v2.0.0-dev.41 21:44:34 v2.0.0-dev.42 21:44:34 v2.0.0-dev.43 21:44:34 v2.0.0-dev.44 21:44:34 v2.0.0-dev.45 21:44:34 v2.0.0-dev.46 21:44:34 v2.0.0-dev.47 21:44:34 v2.0.0-dev.48 21:44:34 v2.0.0-dev.49 21:44:34 v2.0.0-dev.5 21:44:34 v2.0.0-dev.50 21:44:34 v2.0.0-dev.51 21:44:34 v2.0.0-dev.52 21:44:34 v2.0.0-dev.53 21:44:34 v2.0.0-dev.54 21:44:34 v2.0.0-dev.55 21:44:34 v2.0.0-dev.56 21:44:34 v2.0.0-dev.57 21:44:34 v2.0.0-dev.58 21:44:34 v2.0.0-dev.59 21:44:34 v2.0.0-dev.6 21:44:34 v2.0.0-dev.60 21:44:34 v2.0.0-dev.61 21:44:34 v2.0.0-dev.62 21:44:34 v2.0.0-dev.63 21:44:34 v2.0.0-dev.64 21:44:34 v2.0.0-dev.65 21:44:34 v2.0.0-dev.66 21:44:34 v2.0.0-dev.67 21:44:34 v2.0.0-dev.68 21:44:34 v2.0.0-dev.69 21:44:34 v2.0.0-dev.7 21:44:34 v2.0.0-dev.70 21:44:34 v2.0.0-dev.71 21:44:34 v2.0.0-dev.72 21:44:34 v2.0.0-dev.73 21:44:34 v2.0.0-dev.74 21:44:34 v2.0.0-dev.75 21:44:34 v2.0.0-dev.76 21:44:34 v2.0.0-dev.77 21:44:34 v2.0.0-dev.78 21:44:34 v2.0.0-dev.79 21:44:34 v2.0.0-dev.8 21:44:34 v2.0.0-dev.80 21:44:34 v2.0.0-dev.81 21:44:34 v2.0.0-dev.82 21:44:34 v2.0.0-dev.83 21:44:34 v2.0.0-dev.84 21:44:34 v2.0.0-dev.85 21:44:34 v2.0.0-dev.86 21:44:34 v2.0.0-dev.87 21:44:34 v2.0.0-dev.9 [Pipeline] sh 21:44:35 + lftools sign git-tag v2.0.0-dev.87 21:44:36 Signing Git tag with Sigul... 21:44:36 Signing v2.0.0-dev.87 [Pipeline] echo 21:44:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:44:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:44:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:44:37 $ docker stop --time=1 7b8848313c17c616590889cfdafbfc2588d7090b01b82cbee01885307bcbade5 21:44:39 $ docker rm -f 7b8848313c17c616590889cfdafbfc2588d7090b01b82cbee01885307bcbade5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:39 . [Pipeline] withDockerContainer 21:44:40 prd-centos7-docker-4c-2g-4904 does not seem to be running inside a container 21:44:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 21:44:41 $ docker top f259968ce2f96fe9fc41d1abc1d4d44c3b50365cbf8f93c08dcf652ed1017fab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:44:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:41 [ssh-agent] Looking for ssh-agent implementation... 21:44:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:41 $ docker exec f259968ce2f96fe9fc41d1abc1d4d44c3b50365cbf8f93c08dcf652ed1017fab ssh-agent 21:44:41 SSH_AUTH_SOCK=/tmp/ssh-msCKfoYz6Ij9/agent.11 21:44:41 SSH_AGENT_PID=17 21:44:41 Running ssh-add (command line suppressed) 21:44:41 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3791233268381368393.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3791233268381368393.key) 21:44:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:42 + git semver bump pre 21:44:42 # -> Open(): unable to determine branch for HEAD 21:44:42 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 21:44:42 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 21:44:42 # $SEMVER_REMOTE_NAME = origin 21:44:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:44:42 # $SEMVER_USER_NAME = edgex-jenkins 21:44:42 # $SEMVER_BRANCH = master 21:44:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 21:44:42 2.0.0-dev.88 [Pipeline] } 21:44:42 $ docker exec --env ******** --env ******** f259968ce2f96fe9fc41d1abc1d4d44c3b50365cbf8f93c08dcf652ed1017fab ssh-agent -k 21:44:42 unset SSH_AUTH_SOCK; 21:44:42 unset SSH_AGENT_PID; 21:44:42 echo Agent pid 17 killed; 21:44:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:42 + git semver [Pipeline] } 21:44:42 $ docker stop --time=1 f259968ce2f96fe9fc41d1abc1d4d44c3b50365cbf8f93c08dcf652ed1017fab 21:44:44 $ docker rm -f f259968ce2f96fe9fc41d1abc1d4d44c3b50365cbf8f93c08dcf652ed1017fab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:44:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:44 . [Pipeline] withDockerContainer 21:44:44 prd-centos7-docker-4c-2g-4904 does not seem to be running inside a container 21:44:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 21:44:45 $ docker top b6615c465a352bbb84ace500081382e12048c9345c03fbad32b6b694407c9c06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:44:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:45 [ssh-agent] Looking for ssh-agent implementation... 21:44:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:45 $ docker exec b6615c465a352bbb84ace500081382e12048c9345c03fbad32b6b694407c9c06 ssh-agent 21:44:46 SSH_AUTH_SOCK=/tmp/ssh-HfvtQx6Vb1qn/agent.11 21:44:46 SSH_AGENT_PID=16 21:44:46 Running ssh-add (command line suppressed) 21:44:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2990361333840046270.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2990361333840046270.key) 21:44:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:46 + git semver push 21:44:46 # -> Open(): unable to determine branch for HEAD 21:44:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 21:44:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 21:44:46 # $SEMVER_REMOTE_NAME = origin 21:44:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:44:46 # $SEMVER_USER_NAME = edgex-jenkins 21:44:46 # $SEMVER_BRANCH = master 21:44:46 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 21:44:51 $ docker exec --env ******** --env ******** b6615c465a352bbb84ace500081382e12048c9345c03fbad32b6b694407c9c06 ssh-agent -k 21:44:52 unset SSH_AUTH_SOCK; 21:44:52 unset SSH_AGENT_PID; 21:44:52 echo Agent pid 16 killed; 21:44:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:52 + git semver [Pipeline] } 21:44:52 $ docker stop --time=1 b6615c465a352bbb84ace500081382e12048c9345c03fbad32b6b694407c9c06 21:44:53 $ docker rm -f b6615c465a352bbb84ace500081382e12048c9345c03fbad32b6b694407c9c06 [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 21:44:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:44:55 ---> package-listing.sh 21:44:55 ++ facter osfamily 21:44:55 ++ tr '[:upper:]' '[:lower:]' 21:44:55 + OS_FAMILY=redhat 21:44:55 + workspace=/w/workspace/dry_go-mod-core-contracts_master 21:44:55 + START_PACKAGES=/tmp/packages_start.txt 21:44:55 + END_PACKAGES=/tmp/packages_end.txt 21:44:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:44:55 + PACKAGES=/tmp/packages_start.txt 21:44:55 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 21:44:55 + PACKAGES=/tmp/packages_end.txt 21:44:55 + case "${OS_FAMILY}" in 21:44:55 + rpm -qa 21:44:55 + sort 21:45:00 + '[' -f /tmp/packages_start.txt ']' 21:45:00 + '[' -f /tmp/packages_end.txt ']' 21:45:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:45:00 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 21:45:00 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 21:45:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 21:45:00 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:45:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:45:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:45:01 21:45:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:45:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:45:01 alpine: Pulling from edgex-lftools-log-publisher 21:45:01 df20fa9351a1: Pulling fs layer 21:45:01 36b3adc4ff6f: Pulling fs layer 21:45:01 8ad3a11d3b57: Pulling fs layer 21:45:01 46f8f816bc3b: Pulling fs layer 21:45:01 93b61091891f: Pulling fs layer 21:45:01 93b9cdb0e59b: Pulling fs layer 21:45:01 5e14af77c1be: Pulling fs layer 21:45:01 01666e4c0597: Pulling fs layer 21:45:01 aa168da1d23b: Pulling fs layer 21:45:01 93b9cdb0e59b: Waiting 21:45:01 5e14af77c1be: Waiting 21:45:01 01666e4c0597: Waiting 21:45:01 aa168da1d23b: Waiting 21:45:01 46f8f816bc3b: Waiting 21:45:01 93b61091891f: Waiting 21:45:01 36b3adc4ff6f: Download complete 21:45:01 46f8f816bc3b: Verifying Checksum 21:45:01 46f8f816bc3b: Download complete 21:45:02 df20fa9351a1: Verifying Checksum 21:45:02 df20fa9351a1: Download complete 21:45:02 93b9cdb0e59b: Download complete 21:45:02 5e14af77c1be: Verifying Checksum 21:45:02 5e14af77c1be: Download complete 21:45:02 93b61091891f: Verifying Checksum 21:45:02 93b61091891f: Download complete 21:45:02 01666e4c0597: Verifying Checksum 21:45:02 01666e4c0597: Download complete 21:45:02 8ad3a11d3b57: Verifying Checksum 21:45:02 8ad3a11d3b57: Download complete 21:45:02 df20fa9351a1: Pull complete 21:45:02 36b3adc4ff6f: Pull complete 21:45:04 aa168da1d23b: Verifying Checksum 21:45:04 aa168da1d23b: Download complete 21:45:04 8ad3a11d3b57: Pull complete 21:45:04 46f8f816bc3b: Pull complete 21:45:05 93b61091891f: Pull complete 21:45:05 93b9cdb0e59b: Pull complete 21:45:05 5e14af77c1be: Pull complete 21:45:05 01666e4c0597: Pull complete 21:45:13 aa168da1d23b: Pull complete 21:45:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:45:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:45:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:45:14 prd-centos7-docker-4c-2g-4904 does not seem to be running inside a container 21:45:14 $ 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 21:45:17 $ docker top 40a9ca101496bb9cdbb0b4ee6dc3046b68e41599e24b2d8656529253a122a361 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:17 + touch /tmp/pre-build-complete [Pipeline] sh 21:45:17 + mkdir -p /var/log/sa [Pipeline] sh 21:45:18 + ls /var/log/sa-host 21:45:18 + sadf -c /var/log/sa-host/sa12 21:45:18 file_magic: OK 21:45:18 HZ: Using current value: 100 21:45:18 file_header: OK 21:45:18 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 21:45:18 Statistics: 21:45:18 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... 21:45:18 File successfully converted to sysstat format version 12.2.1 21:45:18 + sadf -c /var/log/sa-host/sa23 21:45:18 file_magic: OK 21:45:18 HZ: Using current value: 100 21:45:18 file_header: OK 21:45:18 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 21:45:18 Statistics: 21:45:18 Hnuu...uuuununununu... 21:45:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:45:18 provisioning config files... 21:45:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config313643398516982322tmp [Pipeline] { [Pipeline] echo 21:45:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:45:19 ---> create-netrc.sh [Pipeline] } 21:45:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:45:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:45:19 ---> python-tools-install.sh [Pipeline] echo 21:45:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:45:19 ---> sudo-logs.sh 21:45:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:45:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:45:20 ---> job-cost.sh 21:45:20 lf-activate-venv: SKIPPING 21:45:20 DEBUG: total: 0.029999999329447746 21:45:20 INFO: Retrieving Stack Cost... 21:45:21 INFO: Retrieving Pricing Info for: v1-standard-2 21:45:21 INFO: Archiving Costs [Pipeline] echo 21:45:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:45:22 ---> logs-deploy.sh 21:45:22 lf-activate-venv: SKIPPING 21:45:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/206 21:45:22 INFO: archiving workspace using pattern(s): 21:45:24 Archives upload complete. 21:45:24 INFO: archiving logs to Nexus 21:45:25 ---> uname -a: 21:45:25 Linux prd-centos7-docker-4c-2g-4904.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:45:25 21:45:25 21:45:25 ---> lscpu: 21:45:25 Architecture: x86_64 21:45:25 CPU op-mode(s): 32-bit, 64-bit 21:45:25 Byte Order: Little Endian 21:45:25 Address sizes: 40 bits physical, 48 bits virtual 21:45:25 CPU(s): 4 21:45:25 On-line CPU(s) list: 0-3 21:45:25 Thread(s) per core: 1 21:45:25 Core(s) per socket: 1 21:45:25 Socket(s): 4 21:45:25 NUMA node(s): 1 21:45:25 Vendor ID: GenuineIntel 21:45:25 CPU family: 6 21:45:25 Model: 44 21:45:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:45:25 Stepping: 1 21:45:25 CPU MHz: 2933.438 21:45:25 BogoMIPS: 5866.87 21:45:25 Virtualization: VT-x 21:45:25 Hypervisor vendor: KVM 21:45:25 Virtualization type: full 21:45:25 L1d cache: 128 KiB 21:45:25 L1i cache: 128 KiB 21:45:25 L2 cache: 16 MiB 21:45:25 L3 cache: 64 MiB 21:45:25 NUMA node0 CPU(s): 0-3 21:45:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:45:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:45:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:45:25 Vulnerability Meltdown: Mitigation; PTI 21:45:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:45:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:45:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:45:25 Vulnerability Srbds: Not affected 21:45:25 Vulnerability Tsx async abort: Not affected 21:45:25 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 21:45:25 21:45:25 21:45:25 ---> nproc: 21:45:25 4 21:45:25 21:45:25 21:45:25 ---> df -h: 21:45:25 Filesystem Size Used Available Use% Mounted on 21:45:25 overlay 50.0G 8.2G 41.8G 16% / 21:45:25 tmpfs 64.0M 0 64.0M 0% /dev 21:45:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:45:25 shm 64.0M 0 64.0M 0% /dev/shm 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 21:45:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 21:45:25 21:45:25 21:45:25 ---> free -m: 21:45:25 total used free shared buff/cache available 21:45:25 Mem: 1837 843 152 0 841 934 21:45:25 Swap: 1023 3 1020 21:45:25 21:45:25 21:45:25 ---> ip addr: 21:45:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:45:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:45:25 inet 127.0.0.1/8 scope host lo 21:45:25 valid_lft forever preferred_lft forever 21:45:25 inet6 ::1/128 scope host 21:45:25 valid_lft forever preferred_lft forever 21:45:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:45:25 link/ether fa:16:3e:c6:07:16 brd ff:ff:ff:ff:ff:ff 21:45:25 inet 10.30.122.179/23 brd 10.30.123.255 scope global dynamic eth0 21:45:25 valid_lft 82999sec preferred_lft 82999sec 21:45:25 inet6 fe80::f816:3eff:fec6:716/64 scope link 21:45:25 valid_lft forever preferred_lft forever 21:45:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:45:25 link/ether 02:42:87:35:ad:d1 brd ff:ff:ff:ff:ff:ff 21:45:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:45:25 valid_lft forever preferred_lft forever 21:45:25 inet6 fe80::42:87ff:fe35:add1/64 scope link 21:45:25 valid_lft forever preferred_lft forever 21:45:25 21:45:25 21:45:25 ---> sar -b -r -n DEV: 21:45:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 21:45:25 21:45:25 20:48:32 LINUX RESTART (4 CPU) 21:45:25 21:45:25 20:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:45:25 20:50:01 26.22 15.93 10.29 0.00 2525.30 1255.44 0.00 21:45:25 20:51:01 1.75 0.45 1.30 0.00 16.25 22.11 0.00 21:45:25 20:52:01 0.23 0.00 0.23 0.00 0.00 3.61 0.00 21:45:25 20:53:01 0.37 0.00 0.37 0.00 0.00 4.88 0.00 21:45:25 20:54:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 21:45:25 20:55:01 0.33 0.00 0.33 0.00 0.00 5.06 0.00 21:45:25 20:56:01 0.28 0.00 0.28 0.00 0.00 2.85 0.00 21:45:25 20:57:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 21:45:25 20:58:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 21:45:25 20:59:01 0.22 0.00 0.22 0.00 0.00 1.82 0.00 21:45:25 21:00:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 21:45:25 21:01:01 0.32 0.02 0.30 0.00 0.13 4.38 0.00 21:45:25 21:02:01 0.74 0.08 0.66 0.00 1.63 9.01 0.00 21:45:25 21:03:01 0.55 0.00 0.55 0.00 0.00 5.05 0.00 21:45:25 21:04:01 0.92 0.23 0.68 0.00 7.33 7.10 0.00 21:45:25 21:05:01 1.07 0.00 1.07 0.00 0.00 18.21 0.00 21:45:25 21:06:01 0.43 0.00 0.43 0.00 0.00 4.73 0.00 21:45:25 21:07:01 0.25 0.00 0.25 0.00 0.00 3.58 0.00 21:45:25 21:08:01 0.35 0.00 0.35 0.00 0.00 5.10 0.00 21:45:25 21:09:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 21:45:25 21:10:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 21:45:25 21:11:01 0.18 0.00 0.18 0.00 0.00 2.32 0.00 21:45:25 21:12:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 21:45:25 21:13:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 21:45:25 21:14:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 21:45:25 21:15:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 21:45:25 21:16:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:45:25 21:17:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 21:45:25 21:18:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:45:25 21:19:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 21:45:25 21:20:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 21:45:25 21:21:01 0.28 0.00 0.28 0.00 0.00 4.10 0.00 21:45:25 21:22:01 0.28 0.00 0.28 0.00 0.00 2.95 0.00 21:45:25 21:23:01 288.13 266.78 21.35 0.00 3714.02 800.98 0.00 21:45:25 21:24:01 3.00 0.00 3.00 0.00 0.00 235.44 0.00 21:45:25 21:25:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 21:45:25 21:26:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 21:45:25 21:27:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:45:25 21:28:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 21:45:25 21:29:01 0.22 0.00 0.22 0.00 0.00 2.46 0.00 21:45:25 21:30:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 21:45:25 21:31:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 21:45:25 21:32:01 0.18 0.00 0.18 0.00 0.00 1.73 0.00 21:45:25 21:33:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 21:45:25 21:34:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:45:25 21:35:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 21:45:25 21:36:01 54.51 17.38 37.13 0.00 4955.98 2819.56 0.00 21:45:25 21:37:01 2.10 0.00 2.10 0.00 0.00 50.53 0.00 21:45:25 21:38:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 21:45:25 21:39:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:45:25 21:40:01 0.20 0.00 0.20 0.00 0.00 1.98 0.00 21:45:25 21:41:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 21:45:25 21:42:01 0.23 0.02 0.22 0.00 1.07 2.95 0.00 21:45:25 21:43:01 0.28 0.00 0.28 0.00 0.00 5.05 0.00 21:45:25 21:44:01 305.01 190.83 114.18 0.00 9129.56 37263.10 0.00 21:45:25 21:45:01 259.22 121.01 138.22 0.00 8505.86 33702.66 0.00 21:45:25 Average: 17.04 10.95 6.09 0.00 515.88 1364.28 0.00 21:45:25 21:45:25 20:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:45:25 20:50:01 83396 0 494812 26.30 2620 1300716 990892 33.82 310812 1290840 20 21:45:25 20:51:01 86192 0 491336 26.11 2620 1301396 978124 33.38 307092 1292816 20 21:45:25 20:52:01 87464 0 490060 26.05 2620 1301400 977956 33.38 306224 1292804 16 21:45:25 20:53:01 87948 0 489572 26.02 2620 1301404 977872 33.37 305652 1292804 16 21:45:25 20:54:01 88004 0 489512 26.02 2620 1301408 977872 33.37 305780 1292804 8 21:45:25 20:55:01 87336 0 490172 26.05 2620 1301416 977968 33.38 306176 1292808 8 21:45:25 20:56:01 87624 0 489884 26.04 2620 1301416 977872 33.37 305540 1292804 8 21:45:25 20:57:01 87920 0 489584 26.02 2620 1301420 977872 33.37 305684 1292804 16 21:45:25 20:58:01 88020 0 489476 26.01 2620 1301428 977872 33.37 305692 1292804 8 21:45:25 20:59:01 87928 0 489564 26.02 2620 1301432 977872 33.37 305820 1292804 8 21:45:25 21:00:01 87196 0 490292 26.06 2620 1301436 977932 33.38 306016 1292804 8 21:45:25 21:01:01 86700 0 490780 26.08 2620 1301444 980212 33.45 306464 1292804 16 21:45:25 21:02:01 87268 0 490084 26.05 2620 1301572 978380 33.39 306012 1292868 8 21:45:25 21:03:01 87236 0 490116 26.05 2620 1301572 978380 33.39 305996 1292868 8 21:45:25 21:04:01 87136 0 490180 26.05 2620 1301608 978380 33.39 306004 1292896 8 21:45:25 21:05:01 86432 0 490880 26.09 2620 1301612 986684 33.67 306608 1292896 8 21:45:25 21:06:01 87368 0 489940 26.04 2620 1301616 986572 33.67 305900 1292896 12 21:45:25 21:07:01 87088 0 490216 26.05 2620 1301620 986576 33.67 306028 1292896 16 21:45:25 21:08:01 87196 0 490100 26.05 2620 1301628 986576 33.67 306052 1292896 8 21:45:25 21:09:01 86940 0 490356 26.06 2620 1301628 986576 33.67 306040 1292896 8 21:45:25 21:10:01 86604 0 490684 26.08 2620 1301636 986648 33.67 306440 1292896 8 21:45:25 21:11:01 86644 0 490640 26.08 2620 1301640 986624 33.67 306308 1292896 8 21:45:25 21:12:01 86576 0 490708 26.08 2620 1301640 986576 33.67 306052 1292896 8 21:45:25 21:13:01 86940 0 490336 26.06 2620 1301648 986576 33.67 306076 1292896 8 21:45:25 21:14:01 86956 0 490316 26.06 2620 1301652 986576 33.67 306064 1292896 8 21:45:25 21:15:01 83776 0 493488 26.23 2620 1301660 986648 33.67 309388 1292896 8 21:45:25 21:16:01 84152 0 493112 26.21 2620 1301660 986576 33.67 308904 1292896 8 21:45:25 21:17:01 84096 0 493160 26.21 2620 1301668 986576 33.67 309020 1292896 8 21:45:25 21:18:01 82956 0 494296 26.27 2620 1301672 986768 33.68 309944 1292896 20 21:45:25 21:19:01 83584 0 493668 26.24 2620 1301672 986576 33.67 308924 1292896 20 21:45:25 21:20:01 83660 0 493584 26.23 2620 1301680 986648 33.67 309236 1292896 12 21:45:25 21:21:01 84244 0 492996 26.20 2620 1301684 986576 33.67 308936 1292896 8 21:45:25 21:22:01 84260 0 492972 26.20 2620 1301692 986576 33.67 308964 1292900 8 21:45:25 21:23:01 76116 0 596768 31.72 2620 1206040 986608 33.67 339340 1170336 4596 21:45:25 21:24:01 75200 0 597676 31.77 2620 1206048 986608 33.67 344036 1166556 8 21:45:25 21:25:01 74944 0 597932 31.78 2620 1206048 986668 33.67 344228 1166556 8 21:45:25 21:26:01 75380 0 597488 31.76 2620 1206056 986608 33.67 343916 1166560 8 21:45:25 21:27:01 75176 0 597688 31.77 2620 1206060 986656 33.67 344184 1166556 16 21:45:25 21:28:01 75332 0 597532 31.76 2620 1206060 986608 33.67 343908 1166556 16 21:45:25 21:29:01 75332 0 597524 31.76 2620 1206068 986608 33.67 343940 1166556 8 21:45:25 21:30:01 74996 0 597856 31.77 2620 1206072 986704 33.67 344436 1166556 8 21:45:25 21:31:01 75416 0 597428 31.75 2620 1206080 986608 33.67 343948 1166556 8 21:45:25 21:32:01 75504 0 597340 31.75 2620 1206080 986608 33.67 343936 1166556 8 21:45:25 21:33:01 75784 0 597052 31.73 2620 1206088 986608 33.67 343836 1166556 8 21:45:25 21:34:01 75636 0 597196 31.74 2620 1206092 986608 33.67 343948 1166556 8 21:45:25 21:35:01 75104 0 597728 31.77 2620 1206092 986680 33.67 344456 1166556 8 21:45:25 21:36:01 126756 0 713716 37.93 2620 1038452 1098852 37.50 436276 1015496 136 21:45:25 21:37:01 132452 0 707972 37.63 2620 1038500 1086072 37.07 438796 1008944 20 21:45:25 21:38:01 129544 0 710876 37.78 2620 1038504 1086072 37.07 442376 1008888 8 21:45:25 21:39:01 129612 0 710804 37.78 2620 1038508 1086072 37.07 446252 1004788 8 21:45:25 21:40:01 128848 0 711564 37.82 2620 1038512 1086144 37.07 440948 1010500 16 21:45:25 21:41:01 127720 0 712688 37.88 2620 1038516 1086288 37.07 442156 1010500 20 21:45:25 21:42:01 127404 0 712996 37.89 2620 1038524 1086328 37.07 442484 1010564 28 21:45:25 21:43:01 128320 0 712040 37.84 2620 1038564 1086136 37.07 441568 1010564 12 21:45:25 21:44:01 127428 0 808180 42.95 2572 943364 1295708 44.22 525204 894320 88384 21:45:25 21:45:01 96040 0 839524 44.62 1492 944488 1306116 44.58 587760 835124 5560 21:45:25 Average: 90730 0 559186 29.72 2599 1229028 1010256 34.48 343603 1207878 1772 21:45:25 21:45:25 20:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:45:25 20:50:01 eth0 143.08 81.99 371.33 21.78 0.00 0.00 0.00 0.00 21:45:25 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:51:01 eth0 1.60 0.97 0.84 0.57 0.00 0.00 0.00 0.00 21:45:25 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:52:01 eth0 0.57 0.27 0.27 0.23 0.00 0.00 0.00 0.00 21:45:25 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:53:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:54:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:55:01 eth0 0.38 0.22 0.15 0.07 0.00 0.00 0.00 0.00 21:45:25 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:56:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:57:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:58:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:59:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:00:01 eth0 0.35 0.30 0.15 0.08 0.00 0.00 0.00 0.00 21:45:25 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:02:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:04:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:45:25 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:05:01 eth0 0.72 0.47 0.41 0.24 0.00 0.00 0.00 0.00 21:45:25 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:06:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 21:45:25 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:07:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:08:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:10:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:45:25 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:11:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 21:45:25 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:12:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:13:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:15:01 eth0 0.13 0.13 0.08 0.04 0.00 0.00 0.00 0.00 21:45:25 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:16:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 21:45:25 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:17:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:18:01 eth0 0.50 0.32 0.32 0.20 0.00 0.00 0.00 0.00 21:45:25 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:19:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:20:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:45:25 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:21:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:22:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:23:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:25:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:45:25 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:26:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:27:01 eth0 0.30 0.15 0.13 0.01 0.00 0.00 0.00 0.00 21:45:25 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:29:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:30:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:45:25 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:45:25 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:35:01 eth0 0.25 0.25 0.14 0.08 0.00 0.00 0.00 0.00 21:45:25 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:36:01 eth0 345.74 250.35 747.84 62.28 0.00 0.00 0.00 0.00 21:45:25 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:36:01 docker0 11.14 7.86 2.25 24.02 0.00 0.00 0.00 0.00 21:45:25 21:37:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:38:01 eth0 0.03 0.08 0.00 0.03 0.00 0.00 0.00 0.00 21:45:25 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:40:01 eth0 1.22 0.25 0.22 0.07 0.00 0.00 0.00 0.00 21:45:25 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:41:01 eth0 1.33 0.43 0.35 0.21 0.00 0.00 0.00 0.00 21:45:25 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:42:01 eth0 1.28 0.65 0.61 0.40 0.00 0.00 0.00 0.00 21:45:25 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:43:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:44:01 eth0 639.25 565.08 5876.59 82.64 0.00 0.00 0.00 0.00 21:45:25 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:44:01 docker0 33.85 36.04 2.34 281.48 0.00 0.00 0.00 0.00 21:45:25 21:45:01 eth0 327.91 257.74 2111.80 96.62 0.00 0.00 0.00 0.00 21:45:25 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 21:45:01 docker0 32.59 50.73 2.39 260.49 0.00 0.00 0.00 0.00 21:45:25 Average: eth0 26.25 20.78 162.90 4.76 0.00 0.00 0.00 0.00 21:45:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:45:25 Average: docker0 1.39 1.69 0.12 10.12 0.00 0.00 0.00 0.00 21:45:25 21:45:25 21:45:25 ---> sar -P ALL: 21:45:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 21:45:25 21:45:25 20:48:32 LINUX RESTART (4 CPU) 21:45:25 21:45:25 20:49:01 CPU %user %nice %system %iowait %steal %idle 21:45:25 20:50:01 all 6.78 0.00 1.57 0.25 0.02 91.38 21:45:25 20:50:01 0 7.77 0.00 1.44 0.13 0.02 90.64 21:45:25 20:50:01 1 6.21 0.00 1.66 0.27 0.02 91.85 21:45:25 20:50:01 2 5.45 0.00 1.71 0.22 0.02 92.60 21:45:25 20:50:01 3 7.69 0.00 1.47 0.37 0.03 90.44 21:45:25 20:51:01 all 0.26 0.00 0.13 0.00 0.02 99.59 21:45:25 20:51:01 0 0.18 0.00 0.12 0.00 0.00 99.70 21:45:25 20:51:01 1 0.18 0.00 0.18 0.00 0.03 99.60 21:45:25 20:51:01 2 0.53 0.00 0.08 0.00 0.02 99.37 21:45:25 20:51:01 3 0.15 0.00 0.13 0.00 0.03 99.68 21:45:25 20:52:01 all 0.15 0.00 0.05 0.00 0.03 99.77 21:45:25 20:52:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:45:25 20:52:01 1 0.10 0.00 0.05 0.00 0.02 99.83 21:45:25 20:52:01 2 0.40 0.00 0.05 0.00 0.07 99.48 21:45:25 20:52:01 3 0.07 0.00 0.07 0.00 0.03 99.83 21:45:25 20:53:01 all 0.10 0.00 0.03 0.00 0.04 99.82 21:45:25 20:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:45:25 20:53:01 1 0.03 0.00 0.02 0.00 0.05 99.90 21:45:25 20:53:01 2 0.07 0.00 0.05 0.00 0.07 99.82 21:45:25 20:53:01 3 0.30 0.00 0.03 0.00 0.03 99.63 21:45:25 20:54:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:45:25 20:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 20:54:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 20:54:01 2 0.05 0.00 0.05 0.00 0.02 99.88 21:45:25 20:54:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:45:25 20:55:01 all 0.06 0.00 0.04 0.00 0.00 99.90 21:45:25 20:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 20:55:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:45:25 20:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 20:55:01 3 0.15 0.00 0.07 0.00 0.00 99.78 21:45:25 20:56:01 all 0.03 0.00 0.03 0.00 0.00 99.95 21:45:25 20:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 20:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 20:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 20:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 20:57:01 all 0.11 0.00 0.04 0.00 0.00 99.85 21:45:25 20:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 20:57:01 1 0.05 0.00 0.05 0.00 0.02 99.88 21:45:25 20:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 20:57:01 3 0.33 0.00 0.05 0.00 0.00 99.62 21:45:25 20:58:01 all 0.15 0.00 0.03 0.00 0.01 99.82 21:45:25 20:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:45:25 20:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 20:58:01 2 0.05 0.00 0.05 0.00 0.02 99.88 21:45:25 20:58:01 3 0.50 0.00 0.03 0.00 0.02 99.45 21:45:25 20:59:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:45:25 20:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 20:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 20:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 20:59:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:45:25 21:00:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:45:25 21:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:00:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:45:25 21:00:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:00:01 3 0.53 0.00 0.02 0.00 0.00 99.45 21:45:25 21:45:25 21:00:01 CPU %user %nice %system %iowait %steal %idle 21:45:25 21:01:01 all 0.16 0.00 0.03 0.01 0.00 99.80 21:45:25 21:01:01 0 0.02 0.00 0.02 0.02 0.00 99.95 21:45:25 21:01:01 1 0.07 0.00 0.05 0.02 0.00 99.87 21:45:25 21:01:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:01:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:45:25 21:02:01 all 0.16 0.00 0.05 0.00 0.00 99.79 21:45:25 21:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:02:01 1 0.07 0.00 0.10 0.00 0.00 99.83 21:45:25 21:02:01 2 0.03 0.00 0.03 0.02 0.00 99.92 21:45:25 21:02:01 3 0.51 0.00 0.03 0.00 0.00 99.46 21:45:25 21:03:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:45:25 21:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:45:25 21:03:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:45:25 21:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:03:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:45:25 21:04:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:45:25 21:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:04:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:45:25 21:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:04:01 3 0.52 0.00 0.07 0.02 0.00 99.40 21:45:25 21:05:01 all 0.14 0.00 0.04 0.00 0.00 99.82 21:45:25 21:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:05:01 1 0.07 0.00 0.05 0.00 0.02 99.87 21:45:25 21:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:05:01 3 0.43 0.00 0.07 0.00 0.00 99.50 21:45:25 21:06:01 all 0.16 0.00 0.03 0.00 0.01 99.80 21:45:25 21:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:45:25 21:06:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:45:25 21:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:06:01 3 0.52 0.00 0.02 0.00 0.02 99.45 21:45:25 21:07:01 all 0.15 0.00 0.02 0.00 0.00 99.84 21:45:25 21:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:45:25 21:07:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 21:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:45:25 21:07:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:45:25 21:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:45:25 21:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:08:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:45:25 21:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:08:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:45:25 21:09:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:45:25 21:09:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:45:25 21:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:09:01 3 0.50 0.00 0.00 0.00 0.00 99.50 21:45:25 21:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:45:25 21:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:10:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:10:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:45:25 21:11:01 all 0.17 0.00 0.04 0.00 0.00 99.80 21:45:25 21:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:11:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:45:25 21:11:01 3 0.53 0.00 0.03 0.00 0.00 99.43 21:45:25 21:45:25 21:11:01 CPU %user %nice %system %iowait %steal %idle 21:45:25 21:12:01 all 0.13 0.00 0.03 0.00 0.01 99.83 21:45:25 21:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:45:25 21:12:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:45:25 21:12:01 2 0.00 0.00 0.02 0.00 0.02 99.97 21:45:25 21:12:01 3 0.48 0.00 0.03 0.00 0.00 99.48 21:45:25 21:13:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:45:25 21:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:13:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:45:25 21:13:01 3 0.50 0.00 0.03 0.00 0.02 99.45 21:45:25 21:14:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:45:25 21:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 21:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:14:01 3 0.50 0.00 0.00 0.00 0.00 99.50 21:45:25 21:15:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:45:25 21:15:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:45:25 21:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:15:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:45:25 21:15:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:45:25 21:16:01 all 0.08 0.00 0.04 0.00 0.00 99.87 21:45:25 21:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:16:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:16:01 3 0.25 0.00 0.08 0.00 0.00 99.67 21:45:25 21:17:01 all 0.03 0.00 0.05 0.00 0.00 99.91 21:45:25 21:17:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:45:25 21:17:01 1 0.02 0.00 0.03 0.00 0.02 99.93 21:45:25 21:17:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:45:25 21:17:01 3 0.10 0.00 0.08 0.00 0.00 99.82 21:45:25 21:18:01 all 0.05 0.00 0.03 0.00 0.00 99.92 21:45:25 21:18:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:45:25 21:18:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:18:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:45:25 21:18:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:45:25 21:19:01 all 0.08 0.00 0.04 0.00 0.00 99.88 21:45:25 21:19:01 0 0.07 0.00 0.07 0.00 0.00 99.87 21:45:25 21:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:19:01 3 0.18 0.00 0.03 0.00 0.00 99.78 21:45:25 21:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:45:25 21:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:20:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 21:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:20:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:45:25 21:21:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:45:25 21:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:45:25 21:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:21:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:45:25 21:22:01 all 0.14 0.00 0.02 0.00 0.00 99.84 21:45:25 21:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:45:25 21:22:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:45:25 21:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:22:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:45:25 21:45:25 21:22:01 CPU %user %nice %system %iowait %steal %idle 21:45:25 21:23:01 all 0.19 2.62 11.06 6.08 0.09 79.96 21:45:25 21:23:01 0 0.17 2.52 10.84 4.12 0.08 82.27 21:45:25 21:23:01 1 0.15 2.41 10.34 4.98 0.10 82.02 21:45:25 21:23:01 2 0.30 2.81 11.61 7.46 0.08 77.73 21:45:25 21:23:01 3 0.12 2.74 11.45 7.78 0.10 77.82 21:45:25 21:24:01 all 0.14 0.00 0.04 0.00 0.00 99.82 21:45:25 21:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 21:24:01 1 0.48 0.00 0.02 0.00 0.00 99.50 21:45:25 21:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:24:01 3 0.02 0.00 0.07 0.00 0.00 99.92 21:45:25 21:25:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:45:25 21:25:01 0 0.05 0.00 0.05 0.00 0.02 99.88 21:45:25 21:25:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:45:25 21:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:26:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:45:25 21:26:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:26:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:45:25 21:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:27:01 all 0.13 0.00 0.02 0.00 0.00 99.85 21:45:25 21:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:45:25 21:27:01 1 0.48 0.00 0.00 0.00 0.00 99.52 21:45:25 21:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:45:25 21:27:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:28:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:45:25 21:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:28:01 1 0.52 0.00 0.05 0.00 0.00 99.43 21:45:25 21:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:29:01 all 0.07 0.00 0.04 0.00 0.01 99.88 21:45:25 21:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:29:01 1 0.24 0.00 0.10 0.00 0.02 99.64 21:45:25 21:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:29:01 3 0.02 0.00 0.03 0.00 0.02 99.93 21:45:25 21:30:01 all 0.11 0.00 0.03 0.00 0.00 99.86 21:45:25 21:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:30:01 1 0.38 0.00 0.03 0.00 0.00 99.58 21:45:25 21:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:31:01 all 0.14 0.00 0.03 0.00 0.00 99.84 21:45:25 21:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:31:01 1 0.48 0.00 0.02 0.00 0.00 99.50 21:45:25 21:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:31:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:45:25 21:32:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:45:25 21:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:32:01 1 0.50 0.00 0.02 0.00 0.00 99.48 21:45:25 21:32:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 21:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:33:01 all 0.14 0.00 0.02 0.00 0.00 99.84 21:45:25 21:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:45:25 21:33:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:45:25 21:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:45:25 21:45:25 21:33:01 CPU %user %nice %system %iowait %steal %idle 21:45:25 21:34:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:45:25 21:34:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:45:25 21:34:01 1 0.50 0.00 0.03 0.00 0.00 99.47 21:45:25 21:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:45:25 21:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:35:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:45:25 21:35:01 0 0.52 0.00 0.02 0.00 0.02 99.45 21:45:25 21:35:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:45:25 21:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:36:01 all 5.76 0.00 2.85 1.27 0.03 90.08 21:45:25 21:36:01 0 5.72 0.00 3.66 2.52 0.03 88.07 21:45:25 21:36:01 1 6.02 0.00 2.65 1.14 0.05 90.14 21:45:25 21:36:01 2 6.25 0.00 2.27 0.34 0.02 91.12 21:45:25 21:36:01 3 5.04 0.00 2.82 1.09 0.03 91.01 21:45:25 21:37:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:45:25 21:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:37:01 1 0.50 0.00 0.03 0.00 0.00 99.47 21:45:25 21:37:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:45:25 21:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:38:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:45:25 21:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:38:01 1 0.53 0.00 0.00 0.00 0.00 99.47 21:45:25 21:38:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:45:25 21:38:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 21:39:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:45:25 21:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:39:01 1 0.50 0.00 0.02 0.00 0.02 99.47 21:45:25 21:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:39:01 3 0.03 0.00 0.07 0.00 0.00 99.90 21:45:25 21:40:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:45:25 21:40:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 21:40:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:45:25 21:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:40:01 3 0.05 0.00 0.05 0.00 0.02 99.88 21:45:25 21:41:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:45:25 21:41:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:45:25 21:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:45:25 21:41:01 3 0.53 0.00 0.03 0.00 0.00 99.43 21:45:25 21:42:01 all 0.17 0.00 0.04 0.00 0.00 99.78 21:45:25 21:42:01 0 0.07 0.00 0.02 0.00 0.00 99.92 21:45:25 21:42:01 1 0.05 0.00 0.07 0.00 0.02 99.87 21:45:25 21:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:45:25 21:42:01 3 0.53 0.00 0.05 0.00 0.00 99.42 21:45:25 21:43:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:45:25 21:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:45:25 21:43:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:45:25 21:43:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:45:25 21:43:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:45:25 21:44:01 all 11.16 0.00 7.93 2.66 0.09 78.15 21:45:25 21:44:01 0 10.55 0.00 8.17 2.06 0.10 79.12 21:45:25 21:44:01 1 10.80 0.00 7.21 3.03 0.07 78.89 21:45:25 21:44:01 2 10.68 0.00 8.24 4.39 0.12 76.57 21:45:25 21:44:01 3 12.60 0.00 8.11 1.16 0.09 78.04 21:45:25 21:45:25 21:44:01 CPU %user %nice %system %iowait %steal %idle 21:45:25 21:45:01 all 12.14 0.00 8.82 4.15 0.10 74.80 21:45:25 21:45:01 0 15.90 0.00 8.78 5.40 0.09 69.84 21:45:25 21:45:01 1 10.45 0.00 9.33 4.44 0.09 75.70 21:45:25 21:45:01 2 10.76 0.00 8.75 3.90 0.09 76.51 21:45:25 21:45:01 3 11.48 0.00 8.41 2.87 0.14 77.11 21:45:25 Average: all 0.76 0.05 0.60 0.25 0.01 98.34 21:45:25 Average: 0 0.73 0.04 0.60 0.25 0.01 98.37 21:45:25 Average: 1 0.75 0.04 0.59 0.24 0.01 98.36 21:45:25 Average: 2 0.63 0.05 0.60 0.29 0.01 98.42 21:45:25 Average: 3 0.91 0.05 0.60 0.23 0.01 98.20 21:45:25 21:45:25 21:45:25