Pull request #460 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f55447927ac68c555e7aae83a6c4d08911dfdf39+738a6fab2d3187b2db1349542ea69c9902f5b687 (c21aa9664a3ef1263a05245198583b684e06c21b) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5234271584161508270.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1925854120346618494.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-460/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-460/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8570258492101560972.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-460/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7454034115887683821.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5238545510196001067.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-460/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-460/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13901921790799407929.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap 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 SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-8526 in /w/workspace/xfoundry_go-mod-bootstrap_PR-460 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-460 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 738a6fab2d3187b2db1349542ea69c9902f5b687 into PR head commit f55447927ac68c555e7aae83a6c4d08911dfdf39 Merge succeeded, producing f55447927ac68c555e7aae83a6c4d08911dfdf39 Checking out Revision f55447927ac68c555e7aae83a6c4d08911dfdf39 (PR-460) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/460/head:refs/remotes/origin/PR-460 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f55447927ac68c555e7aae83a6c4d08911dfdf39 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 738a6fab2d3187b2db1349542ea69c9902f5b687 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f55447927ac68c555e7aae83a6c4d08911dfdf39 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-configuration/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:57:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:57:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:57:29 ========================================================= 09:57:29 EdgeX Global Pipelines Version Info 09:57:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:57:30 ------------------- 09:57:30 stable info: 09:57:30 ------------------- 09:57:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:57:30 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 09:57:30 Message: update stable to v1.0.244 09:57:31 ------------------- 09:57:31 experimental info: 09:57:31 ------------------- 09:57:31 Commited By: **** collab-it+edgex@linuxfoundation.org 09:57:31 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 09:57:31 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:57:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-460 [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-460 [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-460 [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f554479 [Pipeline] echo 09:57:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:57:33 + git rev-list -1 --merges f55447927ac68c555e7aae83a6c4d08911dfdf39~1..f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] echo 09:57:33 -----------> git rev-list -1 --merges f55447927ac68c555e7aae83a6c4d08911dfdf39~1..f55447927ac68c555e7aae83a6c4d08911dfdf39 f55447927ac68c555e7aae83a6c4d08911dfdf39 [false] [Pipeline] sh 09:57:33 + git log --format=format:%s -1 f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] echo 09:57:33 ========================================================= 09:57:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:57:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:57:34 + git log --format=format:%s -1 f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] echo 09:57:34 [semverPrep] GIT_COMMIT: f55447927ac68c555e7aae83a6c4d08911dfdf39, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-configuration/v3 [Pipeline] echo 09:57:34 [semverPrep] This is not a build commit. [Pipeline] sh 09:57:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:57:34 + grep -v github /etc/ssh/ssh_known_hosts 09:57:34 + [ -e /tmp/ssh_known_hosts ] 09:57:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:57:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:57:34 + sudo tee -a /etc/ssh/ssh_known_hosts 09:57:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:35 09:57:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:35 0.1.4: Pulling from edgex-devops/py-git-semver 09:57:35 b85a868b505f: Pulling fs layer 09:57:35 e2be974225ed: Pulling fs layer 09:57:35 339a4e72a1f5: Pulling fs layer 09:57:35 988bab9f4d93: Pulling fs layer 09:57:35 1469e6f7b9e6: Pulling fs layer 09:57:35 eaf3925da568: Pulling fs layer 09:57:35 bab4dde63d76: Pulling fs layer 09:57:35 bde34c3a00c8: Pulling fs layer 09:57:35 b352a97aabf1: Pulling fs layer 09:57:35 4872d77fe225: Pulling fs layer 09:57:35 1469e6f7b9e6: Waiting 09:57:35 eaf3925da568: Waiting 09:57:35 bab4dde63d76: Waiting 09:57:35 bde34c3a00c8: Waiting 09:57:35 5851b861e8e6: Pulling fs layer 09:57:35 988bab9f4d93: Waiting 09:57:35 b352a97aabf1: Waiting 09:57:35 5851b861e8e6: Waiting 09:57:35 4872d77fe225: Waiting 09:57:35 e2be974225ed: Verifying Checksum 09:57:35 e2be974225ed: Download complete 09:57:35 988bab9f4d93: Verifying Checksum 09:57:35 988bab9f4d93: Download complete 09:57:35 1469e6f7b9e6: Verifying Checksum 09:57:35 1469e6f7b9e6: Download complete 09:57:35 eaf3925da568: Verifying Checksum 09:57:35 eaf3925da568: Download complete 09:57:35 339a4e72a1f5: Verifying Checksum 09:57:35 339a4e72a1f5: Download complete 09:57:35 bde34c3a00c8: Download complete 09:57:35 b352a97aabf1: Download complete 09:57:35 4872d77fe225: Verifying Checksum 09:57:35 4872d77fe225: Download complete 09:57:35 5851b861e8e6: Verifying Checksum 09:57:35 5851b861e8e6: Download complete 09:57:36 b85a868b505f: Verifying Checksum 09:57:36 b85a868b505f: Download complete 09:57:36 bab4dde63d76: Verifying Checksum 09:57:36 bab4dde63d76: Download complete 09:57:36 b85a868b505f: Pull complete 09:57:37 e2be974225ed: Pull complete 09:57:37 339a4e72a1f5: Pull complete 09:57:37 988bab9f4d93: Pull complete 09:57:37 1469e6f7b9e6: Pull complete 09:57:37 eaf3925da568: Pull complete 09:57:39 bab4dde63d76: Pull complete 09:57:39 bde34c3a00c8: Pull complete 09:57:39 b352a97aabf1: Pull complete 09:57:39 4872d77fe225: Pull complete 09:57:39 5851b861e8e6: Pull complete 09:57:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:57:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:57:39 prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container 09:57:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-460 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460:/w/workspace/xfoundry_go-mod-bootstrap_PR-460:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:57:42 $ docker top f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:57:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:57:42 [ssh-agent] Looking for ssh-agent implementation... 09:57:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:57:42 $ docker exec f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e ssh-agent 09:57:42 SSH_AUTH_SOCK=/tmp/ssh-JDj2toV1JGd7/agent.32 09:57:42 SSH_AGENT_PID=38 09:57:42 Running ssh-add (command line suppressed) 09:57:42 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp/private_key_3233944063882801942.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp/private_key_3233944063882801942.key) 09:57:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:57:43 + git tag --points-at HEAD [Pipeline] } 09:57:43 $ docker exec --env ******** --env ******** f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e ssh-agent -k 09:57:43 unset SSH_AUTH_SOCK; 09:57:43 unset SSH_AGENT_PID; 09:57:43 echo Agent pid 38 killed; 09:57:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:57:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:57:43 [ssh-agent] Looking for ssh-agent implementation... 09:57:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:57:43 $ docker exec f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e ssh-agent 09:57:43 SSH_AUTH_SOCK=/tmp/ssh-HH0clTQFPZq6/agent.71 09:57:43 SSH_AGENT_PID=77 09:57:43 Running ssh-add (command line suppressed) 09:57:43 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp/private_key_15910012503416795527.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp/private_key_15910012503416795527.key) 09:57:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:57:43 + git semver init 09:57:44 2023-03-07 09:57:44,120 [run_init] DEBUG init version:0.0.0 force:False 09:57:44 2023-03-07 09:57:44,121 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver 09:57:44 2023-03-07 09:57:44,121 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver 09:57:44 2023-03-07 09:57:44,121 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-460, universal_newlines=False, shell=None, istream=None) 09:57:45 2023-03-07 09:57:44,901 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.git/info/exclude 09:57:45 2023-03-07 09:57:44,902 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver/PR-460 with force:False 09:57:45 2023-03-07 09:57:44,902 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver/PR-460 09:57:45 2023-03-07 09:57:44,907 [execute] INFO git cat-file --batch-check 09:57:45 2023-03-07 09:57:44,907 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver, universal_newlines=False, shell=None, istream=) 09:57:45 2023-03-07 09:57:44,913 [execute] INFO git cat-file --batch 09:57:45 2023-03-07 09:57:44,914 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver, universal_newlines=False, shell=None, istream=) 09:57:45 2023-03-07 09:57:44,919 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver/PR-460 09:57:45 0.0.0 [Pipeline] } 09:57:45 $ docker exec --env ******** --env ******** f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e ssh-agent -k 09:57:45 unset SSH_AUTH_SOCK; 09:57:45 unset SSH_AGENT_PID; 09:57:45 echo Agent pid 77 killed; 09:57:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:57:45 + git semver [Pipeline] } 09:57:45 $ docker stop --time=1 f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e 09:57:47 $ docker rm -f --volumes f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e [Pipeline] // withDockerContainer [Pipeline] sh 09:57:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:57:47 Stashed 1 file(s) [Pipeline] echo 09:57:47 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:57:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:57:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:57:48 ========================================================= 09:57:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 09:57:48 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:57:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:57:49 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 09:57:49 213ec9aee27d: Pulling fs layer 09:57:49 4583459ba037: Pulling fs layer 09:57:49 93c1e223e6f2: Pulling fs layer 09:57:49 53926ce57604: Pulling fs layer 09:57:49 21b2b0c7a3f4: Pulling fs layer 09:57:49 22ff95d597cd: Pulling fs layer 09:57:49 12d6caf4c0d1: Pulling fs layer 09:57:49 96b7cbca73a9: Pulling fs layer 09:57:49 a7acece74701: Pulling fs layer 09:57:49 22ff95d597cd: Waiting 09:57:49 12d6caf4c0d1: Waiting 09:57:49 96b7cbca73a9: Waiting 09:57:49 a7acece74701: Waiting 09:57:49 53926ce57604: Waiting 09:57:49 21b2b0c7a3f4: Waiting 09:57:49 93c1e223e6f2: Verifying Checksum 09:57:49 93c1e223e6f2: Download complete 09:57:49 4583459ba037: Verifying Checksum 09:57:49 4583459ba037: Download complete 09:57:49 21b2b0c7a3f4: Verifying Checksum 09:57:49 21b2b0c7a3f4: Download complete 09:57:49 22ff95d597cd: Download complete 09:57:49 213ec9aee27d: Verifying Checksum 09:57:49 213ec9aee27d: Download complete 09:57:49 12d6caf4c0d1: Verifying Checksum 09:57:49 12d6caf4c0d1: Download complete 09:57:49 213ec9aee27d: Pull complete 09:57:49 4583459ba037: Pull complete 09:57:49 93c1e223e6f2: Pull complete 09:57:49 a7acece74701: Verifying Checksum 09:57:49 a7acece74701: Download complete 09:57:49 96b7cbca73a9: Verifying Checksum 09:57:49 96b7cbca73a9: Download complete 09:57:49 53926ce57604: Verifying Checksum 09:57:49 53926ce57604: Download complete 09:57:53 53926ce57604: Pull complete 09:57:53 21b2b0c7a3f4: Pull complete 09:57:53 22ff95d597cd: Pull complete 09:57:53 12d6caf4c0d1: Pull complete 09:57:55 96b7cbca73a9: Pull complete 09:57:55 a7acece74701: Pull complete 09:57:55 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 09:57:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:57:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 09:57:56 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:56 + docker inspect -f . ci-base-image-x86_64 09:57:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:57:56 prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container 09:57:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_PR-460 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460:/w/workspace/xfoundry_go-mod-bootstrap_PR-460:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:58:02 $ docker top c9758fd2d641b5dfa93ac88414462045dd5b3d3b1870bda76dd795864dcd85d4 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:03 + go version 09:58:03 go version go1.18.7 linux/amd64 [Pipeline] } 09:58:03 $ docker stop --time=1 c9758fd2d641b5dfa93ac88414462045dd5b3d3b1870bda76dd795864dcd85d4 09:58:03 Still waiting to schedule task 09:58:03 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:58:04 $ docker rm -f --volumes c9758fd2d641b5dfa93ac88414462045dd5b3d3b1870bda76dd795864dcd85d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:05 + docker inspect -f . ci-base-image-x86_64 09:58:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:05 prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container 09:58:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_go-mod-bootstrap_PR-460 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460:/w/workspace/xfoundry_go-mod-bootstrap_PR-460:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:58:05 $ docker top eb7efd5e255df33b04f03bba48d06ca11e1c9d1137b1d07f92e29f0b17bb2474 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:05 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-460 [Pipeline] fileExists [Pipeline] sh 09:58:06 + make test 09:58:06 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:58:06 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 09:58:06 go: downloading github.com/stretchr/testify v1.8.2 09:58:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.24 09:58:06 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 09:58:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.14 09:58:06 go: downloading github.com/google/uuid v1.3.0 09:58:06 go: downloading github.com/hashicorp/go-multierror v1.1.1 09:58:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.8 09:58:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 09:58:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 09:58:06 go: downloading github.com/mitchellh/copystructure v1.2.0 09:58:06 go: downloading github.com/pelletier/go-toml v1.9.5 09:58:06 go: downloading github.com/gorilla/mux v1.8.0 09:58:06 go: downloading github.com/davecgh/go-spew v1.1.1 09:58:06 go: downloading github.com/pmezard/go-difflib v1.0.0 09:58:06 go: downloading github.com/stretchr/objx v0.5.0 09:58:06 go: downloading gopkg.in/yaml.v3 v3.0.1 09:58:06 go: downloading github.com/hashicorp/errwrap v1.0.0 09:58:06 go: downloading github.com/go-kit/log v0.2.1 09:58:06 go: downloading github.com/go-playground/validator/v10 v10.11.2 09:58:06 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 09:58:06 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 09:58:06 go: downloading github.com/hashicorp/consul/api v1.19.1 09:58:06 go: downloading github.com/gorilla/websocket v1.4.2 09:58:06 go: downloading golang.org/x/net v0.7.0 09:58:06 go: downloading golang.org/x/sync v0.1.0 09:58:06 go: downloading github.com/go-redis/redis/v7 v7.3.0 09:58:06 go: downloading github.com/go-logfmt/logfmt v0.5.1 09:58:06 go: downloading github.com/go-playground/universal-translator v0.18.1 09:58:06 go: downloading github.com/leodido/go-urn v1.2.1 09:58:06 go: downloading golang.org/x/crypto v0.5.0 09:58:06 go: downloading golang.org/x/text v0.7.0 09:58:06 go: downloading github.com/zeebo/errs v1.3.0 09:58:06 go: downloading google.golang.org/grpc v1.51.0 09:58:06 go: downloading github.com/mitchellh/reflectwalk v1.0.2 09:58:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:58:06 go: downloading github.com/hashicorp/go-hclog v0.14.1 09:58:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:58:06 go: downloading github.com/hashicorp/serf v0.10.1 09:58:06 go: downloading github.com/mitchellh/mapstructure v1.5.0 09:58:06 go: downloading github.com/go-playground/locales v0.14.1 09:58:06 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 09:58:06 go: downloading google.golang.org/protobuf v1.28.1 09:58:07 go: downloading github.com/x448/float16 v0.8.4 09:58:07 go: downloading github.com/fatih/color v1.9.0 09:58:07 go: downloading github.com/mattn/go-isatty v0.0.14 09:58:07 go: downloading github.com/armon/go-metrics v0.3.10 09:58:07 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 09:58:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:58:07 go: downloading golang.org/x/sys v0.5.0 09:58:07 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 09:58:07 go: downloading github.com/golang/protobuf v1.5.2 09:58:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:58:07 go: downloading github.com/mattn/go-colorable v0.1.12 09:58:07 go: downloading github.com/hashicorp/golang-lru v0.5.4 09:58:17 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.024s coverage: 35.3% of statements 09:58:39 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.010s coverage: 92.5% of statements 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.025s coverage: 85.3% of statements 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.021s coverage: 42.3% of statements 09:58:39 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 09:58:39 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.012s coverage: 100.0% of statements 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.323s coverage: 87.7% of statements 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.020s coverage: 25.0% of statements 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.032s coverage: 79.2% of statements 09:58:39 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.029s coverage: 31.2% of statements 09:58:39 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.042s coverage: 91.3% of statements 09:58:44 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 09:58:44 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:58:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:58:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 09:58:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:58:46 $ docker stop --time=1 eb7efd5e255df33b04f03bba48d06ca11e1c9d1137b1d07f92e29f0b17bb2474 09:58:48 $ docker rm -f --volumes eb7efd5e255df33b04f03bba48d06ca11e1c9d1137b1d07f92e29f0b17bb2474 [Pipeline] // withDockerContainer [Pipeline] sh 09:58:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:58:49 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:58:50 09:58:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:58:51 latest: Pulling from edgex-lftools-log-publisher 09:58:51 5eb5b503b376: Pulling fs layer 09:58:51 5c69ac0246d0: Pulling fs layer 09:58:51 ec43610c2a17: Pulling fs layer 09:58:51 3a2ae6a8a46f: Pulling fs layer 09:58:51 33b1e0a273af: Pulling fs layer 09:58:51 5d3b04190fa2: Pulling fs layer 09:58:51 2f39f015ded8: Pulling fs layer 09:58:51 3a2ae6a8a46f: Waiting 09:58:51 33b1e0a273af: Waiting 09:58:51 5d3b04190fa2: Waiting 09:58:51 2f39f015ded8: Waiting 09:58:51 5c69ac0246d0: Verifying Checksum 09:58:51 5c69ac0246d0: Download complete 09:58:51 3a2ae6a8a46f: Verifying Checksum 09:58:51 3a2ae6a8a46f: Download complete 09:58:51 33b1e0a273af: Verifying Checksum 09:58:51 33b1e0a273af: Download complete 09:58:51 ec43610c2a17: Verifying Checksum 09:58:51 ec43610c2a17: Download complete 09:58:51 5d3b04190fa2: Download complete 09:58:51 5eb5b503b376: Verifying Checksum 09:58:51 5eb5b503b376: Download complete 09:58:51 2f39f015ded8: Verifying Checksum 09:58:51 2f39f015ded8: Download complete 09:58:52 5eb5b503b376: Pull complete 09:58:52 5c69ac0246d0: Pull complete 09:58:52 ec43610c2a17: Pull complete 09:58:53 3a2ae6a8a46f: Pull complete 09:58:53 33b1e0a273af: Pull complete 09:58:53 5d3b04190fa2: Pull complete 09:58:57 2f39f015ded8: Pull complete 09:58:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:58:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:58:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:57 prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container 09:58:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-460 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460:/w/workspace/xfoundry_go-mod-bootstrap_PR-460:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:59:01 $ docker top 84774d02d333de6174293798b1379a166b2b71b9811eb7c8ce76faf79891050e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:02 ---> job-cost.sh 09:59:02 lf-activate-venv: SKIPPING 09:59:02 INFO: No Stack... 09:59:02 INFO: Retrieving Pricing Info for: v3-standard-8 09:59:03 INFO: Archiving Costs [Pipeline] sh 09:59:03 + cat /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives/cost.csv 09:59:03 + cut -d, -f6 [Pipeline] lock 09:59:03 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] 09:59:03 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] did not exist. Created. 09:59:03 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:59:03 + echo total: 0.4399999976158142 [Pipeline] stash 09:59:03 Stashed 1 file(s) [Pipeline] } 09:59:03 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [Pipeline] // lock [Pipeline] } 09:59:03 $ docker stop --time=1 84774d02d333de6174293798b1379a166b2b71b9811eb7c8ce76faf79891050e 09:59:05 $ docker rm -f --volumes 84774d02d333de6174293798b1379a166b2b71b9811eb7c8ce76faf79891050e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:59:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8532 in /w/workspace/xfoundry_go-mod-bootstrap_PR-460 [Pipeline] { [Pipeline] ws 09:59:32 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 09:59:32 Selected Git installation does not exist. Using Default 09:59:32 The recommended git tool is: NONE 09:59:37 using credential edgex-jenkins-ssh 09:59:37 Cloning the remote Git repository 09:59:37 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 09:59:37 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 09:59:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:59:37 > git --version # timeout=10 09:59:37 > git --version # 'git version 2.25.1' 09:59:37 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:59:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:59:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:59:40 Merging remotes/origin/main commit 738a6fab2d3187b2db1349542ea69c9902f5b687 into PR head commit f55447927ac68c555e7aae83a6c4d08911dfdf39 09:59:40 Merge succeeded, producing f55447927ac68c555e7aae83a6c4d08911dfdf39 09:59:40 Checking out Revision f55447927ac68c555e7aae83a6c4d08911dfdf39 (PR-460) 09:59:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:59:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:59:39 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/460/head:refs/remotes/origin/PR-460 +refs/heads/main:refs/remotes/origin/main # timeout=10 09:59:40 > git config core.sparsecheckout # timeout=10 09:59:40 > git checkout -f f55447927ac68c555e7aae83a6c4d08911dfdf39 # timeout=10 09:59:40 > git remote # timeout=10 09:59:40 > git config --get remote.origin.url # timeout=10 09:59:40 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:40 > git merge 738a6fab2d3187b2db1349542ea69c9902f5b687 # timeout=10 09:59:40 > git rev-parse HEAD^{commit} # timeout=10 09:59:40 > git config core.sparsecheckout # timeout=10 09:59:40 > git checkout -f f55447927ac68c555e7aae83a6c4d08911dfdf39 # timeout=10 09:59:41 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-configuration/v3" 09:59:41 > git --version # timeout=10 09:59:41 > git --version # 'git version 2.25.1' 09:59:41 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:59:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:59:42 % Total % Received % Xferd Average Speed Time Time Time Current 09:59:42 Dload Upload Total Spent Left Speed 09:59:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89167 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh 09:59:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:59:43 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:59:43 + sudo tee /etc/docker/daemon.new 09:59:43 { 09:59:43 "registry-mirrors": [ 09:59:43 "https://nexus3.edgexfoundry.org:10001" 09:59:43 ], 09:59:43 "bip": "10.250.0.254/24", 09:59:43 "hosts": [ 09:59:43 "tcp://0.0.0.0:5555", 09:59:43 "unix:///var/run/docker.sock" 09:59:43 ], 09:59:43 "mtu": 1458, 09:59:43 "selinux-enabled": true, 09:59:43 "seccomp-profile": "/etc/docker/seccomp.json" 09:59:43 } [Pipeline] sh 09:59:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:59:43 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 10:00:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:00:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:00:02 ========================================================= 10:00:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 10:00:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 10:00:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:00:03 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:00:03 9b18e9b68314: Pulling fs layer 10:00:03 35d82f9e3411: Pulling fs layer 10:00:03 e16973657156: Pulling fs layer 10:00:03 fc693d55d65f: Pulling fs layer 10:00:03 7e9fc2657dce: Pulling fs layer 10:00:03 dda99020689f: Pulling fs layer 10:00:03 db1c61fa0a46: Pulling fs layer 10:00:03 891c053d2c06: Pulling fs layer 10:00:03 dda99020689f: Waiting 10:00:03 fc693d55d65f: Waiting 10:00:03 7e9fc2657dce: Waiting 10:00:03 891c053d2c06: Waiting 10:00:03 db1c61fa0a46: Waiting 10:00:03 e16973657156: Verifying Checksum 10:00:03 e16973657156: Download complete 10:00:03 35d82f9e3411: Verifying Checksum 10:00:03 35d82f9e3411: Download complete 10:00:03 7e9fc2657dce: Verifying Checksum 10:00:03 7e9fc2657dce: Download complete 10:00:03 dda99020689f: Verifying Checksum 10:00:03 dda99020689f: Download complete 10:00:03 9b18e9b68314: Download complete 10:00:04 9b18e9b68314: Pull complete 10:00:04 891c053d2c06: Verifying Checksum 10:00:04 891c053d2c06: Download complete 10:00:05 35d82f9e3411: Pull complete 10:00:05 e16973657156: Pull complete 10:00:06 db1c61fa0a46: Verifying Checksum 10:00:06 db1c61fa0a46: Download complete 10:00:06 fc693d55d65f: Verifying Checksum 10:00:06 fc693d55d65f: Download complete 10:00:18 fc693d55d65f: Pull complete 10:00:18 7e9fc2657dce: Pull complete 10:00:18 dda99020689f: Pull complete 10:00:24 db1c61fa0a46: Pull complete 10:00:26 891c053d2c06: Pull complete 10:00:26 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 10:00:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:00:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 10:00:26 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:26 + docker inspect -f . ci-base-image-arm64 10:00:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:00:27 prd-ubuntu20.04-docker-arm64-4c-16g-8532 does not seem to be running inside a container 10:00:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:00:30 $ docker top 76f6325dee8a16c8a8561b9eca403d1aefc8dda10c21c01e13ef51679d4e33c3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:00:31 + go version 10:00:31 go version go1.18.7 linux/arm64 [Pipeline] } 10:00:31 $ docker stop --time=1 76f6325dee8a16c8a8561b9eca403d1aefc8dda10c21c01e13ef51679d4e33c3 10:00:33 $ docker rm -f --volumes 76f6325dee8a16c8a8561b9eca403d1aefc8dda10c21c01e13ef51679d4e33c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:34 + docker inspect -f . ci-base-image-arm64 10:00:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:00:34 prd-ubuntu20.04-docker-arm64-4c-16g-8532 does not seem to be running inside a container 10:00:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:00:35 $ docker top fffc631b24d7b145e556229b03f1d2ba5be87aae9dfd43bfa328d611f18c2a3b -eo pid,comm [Pipeline] { [Pipeline] sh 10:00:36 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh 10:00:36 + make test 10:00:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:00:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 10:00:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.24 10:00:37 go: downloading github.com/pelletier/go-toml v1.9.5 10:00:37 go: downloading github.com/stretchr/testify v1.8.2 10:00:37 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 10:00:37 go: downloading github.com/mitchellh/copystructure v1.2.0 10:00:37 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 10:00:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 10:00:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.14 10:00:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.8 10:00:37 go: downloading github.com/gorilla/mux v1.8.0 10:00:37 go: downloading github.com/google/uuid v1.3.0 10:00:37 go: downloading github.com/hashicorp/go-multierror v1.1.1 10:00:37 go: downloading github.com/davecgh/go-spew v1.1.1 10:00:37 go: downloading github.com/pmezard/go-difflib v1.0.0 10:00:37 go: downloading gopkg.in/yaml.v3 v3.0.1 10:00:37 go: downloading github.com/stretchr/objx v0.5.0 10:00:37 go: downloading github.com/go-kit/log v0.2.1 10:00:37 go: downloading github.com/go-playground/validator/v10 v10.11.2 10:00:37 go: downloading github.com/mitchellh/reflectwalk v1.0.2 10:00:37 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 10:00:37 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 10:00:37 go: downloading github.com/gorilla/websocket v1.4.2 10:00:37 go: downloading golang.org/x/net v0.7.0 10:00:37 go: downloading golang.org/x/sync v0.1.0 10:00:37 go: downloading github.com/hashicorp/errwrap v1.0.0 10:00:38 go: downloading github.com/hashicorp/consul/api v1.19.1 10:00:38 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:00:38 go: downloading github.com/go-logfmt/logfmt v0.5.1 10:00:38 go: downloading github.com/go-playground/universal-translator v0.18.1 10:00:38 go: downloading github.com/leodido/go-urn v1.2.1 10:00:38 go: downloading golang.org/x/crypto v0.5.0 10:00:38 go: downloading golang.org/x/text v0.7.0 10:00:38 go: downloading github.com/go-redis/redis/v7 v7.3.0 10:00:38 go: downloading github.com/zeebo/errs v1.3.0 10:00:38 go: downloading google.golang.org/grpc v1.51.0 10:00:39 go: downloading github.com/x448/float16 v0.8.4 10:00:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:00:39 go: downloading github.com/mitchellh/mapstructure v1.5.0 10:00:39 go: downloading github.com/go-playground/locales v0.14.1 10:00:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:00:39 go: downloading github.com/hashicorp/go-hclog v0.14.1 10:00:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 10:00:39 go: downloading github.com/hashicorp/serf v0.10.1 10:00:39 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 10:00:40 go: downloading google.golang.org/protobuf v1.28.1 10:00:41 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 10:00:41 go: downloading github.com/fatih/color v1.9.0 10:00:41 go: downloading github.com/mattn/go-isatty v0.0.14 10:00:41 go: downloading github.com/armon/go-metrics v0.3.10 10:00:41 go: downloading github.com/golang/protobuf v1.5.2 10:00:41 go: downloading golang.org/x/sys v0.5.0 10:00:41 go: downloading github.com/mattn/go-colorable v0.1.12 10:00:41 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 10:00:41 go: downloading github.com/hashicorp/golang-lru v0.5.4 10:02:03 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.132s coverage: 35.3% of statements 10:02:25 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.078s coverage: 92.5% of statements 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.019s coverage: 85.3% of statements 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.109s coverage: 42.3% of statements 10:02:25 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 10:02:25 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.058s coverage: 100.0% of statements 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.370s coverage: 87.7% of statements 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.071s coverage: 25.0% of statements 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.127s coverage: 79.2% of statements 10:02:25 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.047s coverage: 31.2% of statements 10:02:25 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.015s coverage: 91.3% of statements 10:02:25 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:02:25 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:02:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:02:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 10:02:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:02:43 $ docker stop --time=1 fffc631b24d7b145e556229b03f1d2ba5be87aae9dfd43bfa328d611f18c2a3b 10:02:45 $ docker rm -f --volumes fffc631b24d7b145e556229b03f1d2ba5be87aae9dfd43bfa328d611f18c2a3b [Pipeline] // withDockerContainer [Pipeline] sh 10:02:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:02:48 Warning: overwriting stash ‘coverage-report’ 10:02:48 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:02:49 10:02:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:02:50 arm64: Pulling from edgex-lftools-log-publisher 10:02:50 8998bd30e6a1: Pulling fs layer 10:02:50 04944245beec: Pulling fs layer 10:02:50 699f458cf7ca: Pulling fs layer 10:02:50 765212b225bb: Pulling fs layer 10:02:50 f23df028b6ca: Pulling fs layer 10:02:50 d65c8cfc05b1: Pulling fs layer 10:02:50 2437ff75d9bd: Pulling fs layer 10:02:50 765212b225bb: Waiting 10:02:50 f23df028b6ca: Waiting 10:02:50 d65c8cfc05b1: Waiting 10:02:50 2437ff75d9bd: Waiting 10:02:50 04944245beec: Verifying Checksum 10:02:50 04944245beec: Download complete 10:02:50 765212b225bb: Verifying Checksum 10:02:50 765212b225bb: Download complete 10:02:50 f23df028b6ca: Verifying Checksum 10:02:50 f23df028b6ca: Download complete 10:02:50 d65c8cfc05b1: Verifying Checksum 10:02:50 d65c8cfc05b1: Download complete 10:02:50 699f458cf7ca: Verifying Checksum 10:02:50 699f458cf7ca: Download complete 10:02:51 8998bd30e6a1: Download complete 10:02:53 2437ff75d9bd: Verifying Checksum 10:02:53 2437ff75d9bd: Download complete 10:02:55 8998bd30e6a1: Pull complete 10:02:55 04944245beec: Pull complete 10:02:56 699f458cf7ca: Pull complete 10:02:57 765212b225bb: Pull complete 10:02:57 f23df028b6ca: Pull complete 10:02:57 d65c8cfc05b1: Pull complete 10:03:12 2437ff75d9bd: Pull complete 10:03:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:03:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:03:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:13 prd-ubuntu20.04-docker-arm64-4c-16g-8532 does not seem to be running inside a container 10:03:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:03:15 $ docker top 5e981a71c61256ce48ae1f6e2562719502a3cc7d53ed7cdcd800080c1b916ce2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:03:16 ---> job-cost.sh 10:03:16 lf-activate-venv: SKIPPING 10:03:16 INFO: No Stack... 10:03:16 INFO: Retrieving Pricing Info for: v3-standard-4 10:03:17 INFO: Archiving Costs [Pipeline] sh 10:03:18 + cut -d, -f6 10:03:18 + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [Pipeline] lock 10:03:18 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] 10:03:18 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] did not exist. Created. 10:03:18 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:03:19 /w/workspace/go-mod-bootstrap/1@tmp/durable-a0a341ee/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:03:19 + echo total: 0.10999999940395355 [Pipeline] stash 10:03:20 Warning: overwriting stash ‘stack-cost’ 10:03:20 Stashed 1 file(s) [Pipeline] } 10:03:20 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:03:20 $ docker stop --time=1 5e981a71c61256ce48ae1f6e2562719502a3cc7d53ed7cdcd800080c1b916ce2 10:03:21 $ docker rm -f --volumes 5e981a71c61256ce48ae1f6e2562719502a3cc7d53ed7cdcd800080c1b916ce2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 10:03:22 provisioning config files... 10:03:22 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp/config15853645823320137825tmp [Pipeline] { [Pipeline] sh 10:03:23 + set +x 10:03:23 + curl -s https://codecov.io/bash 10:03:23 + bash -s -- 10:03:23 10:03:23 _____ _ 10:03:23 / ____| | | 10:03:23 | | ___ __| | ___ ___ _____ __ 10:03:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:03:23 | |___| (_) | (_| | __/ (_| (_) \ V / 10:03:23 \_____\___/ \__,_|\___|\___\___/ \_/ 10:03:23 Bash-1.0.6 10:03:23 10:03:23 10:03:23 ==> git version 2.25.1 found 10:03:23 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 10:03:23 Release-Date: 2020-01-08 10:03:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:03:23 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:03:23 ==> Jenkins CI detected. 10:03:23 current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-460 10:03:23 project root: . 10:03:23 --> token set from env 10:03:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:03:23 ==> Running gcov in . (disable via -X gcov) 10:03:23 ==> Python coveragepy not found 10:03:23 ==> Searching for coverage reports in: 10:03:23 + . 10:03:23 -> Found 1 reports 10:03:23 ==> Detecting git/mercurial file structure 10:03:23 ==> Reading reports 10:03:23 + ./coverage.out bytes=79766 10:03:23 ==> Appending adjustments 10:03:23 https://docs.codecov.io/docs/fixing-reports 10:03:23 + Found adjustments 10:03:23 ==> Gzipping contents 10:03:23 16K /tmp/codecov.2WfiIa.gz 10:03:23 ==> Uploading reports 10:03:23 url: https://codecov.io 10:03:23 query: branch=PR-460&commit=f55447927ac68c555e7aae83a6c4d08911dfdf39&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-460%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=460&job=&cmd_args= 10:03:23 -> Pinging Codecov 10:03:23 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=PR-460&commit=f55447927ac68c555e7aae83a6c4d08911dfdf39&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-460%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=460&job=&cmd_args= 10:03:23 -> Uploading to 10:03:23 https://storage.googleapis.com/codecov/v4/raw/2023-03-07/833815588EE85121546D348822E98E2E/f55447927ac68c555e7aae83a6c4d08911dfdf39/93636e6a-6368-49f6-964e-eda932ac5516.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230307%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230307T100323Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45702e721ad5d73f970fb8d29ce8eb1b72f2a0e04eda4f3af2180c555f014291 10:03:23 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:23 Dload Upload Total Spent Left Speed 10:03:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12806 0 0 100 12806 0 48692 --:--:-- --:--:-- --:--:-- 48692 10:03:23 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] } 10:03:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:03:25 + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives ] 10:03:25 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives 10:03:25 total 16 10:03:25 drwxr-xr-x 3 root root 4096 Mar 7 09:59 . 10:03:25 drwxrwxr-x 9 jenkins jenkins 4096 Mar 7 09:59 .. 10:03:25 drwxr-xr-x 2 root root 4096 Mar 7 09:59 cost 10:03:25 -rw-r--r-- 1 root root 89 Mar 7 09:59 cost.csv 10:03:25 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives 10:03:25 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives 10:03:25 total 16 10:03:25 drwxr-xr-x 3 jenkins jenkins 4096 Mar 7 09:59 . 10:03:25 drwxrwxr-x 9 jenkins jenkins 4096 Mar 7 09:59 .. 10:03:25 drwxr-xr-x 2 jenkins jenkins 4096 Mar 7 09:59 cost 10:03:25 -rw-r--r-- 1 jenkins jenkins 89 Mar 7 09:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:03:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:03:26 ---> package-listing.sh 10:03:26 ++ facter osfamily 10:03:26 ++ tr '[:upper:]' '[:lower:]' 10:03:27 + OS_FAMILY=debian 10:03:27 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-460 10:03:27 + START_PACKAGES=/tmp/packages_start.txt 10:03:27 + END_PACKAGES=/tmp/packages_end.txt 10:03:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:03:27 + PACKAGES=/tmp/packages_start.txt 10:03:27 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-460 ']' 10:03:27 + PACKAGES=/tmp/packages_end.txt 10:03:27 + case "${OS_FAMILY}" in 10:03:27 + dpkg -l 10:03:27 + grep '^ii' 10:03:27 + '[' -f /tmp/packages_start.txt ']' 10:03:27 + '[' -f /tmp/packages_end.txt ']' 10:03:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:03:27 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-460 ']' 10:03:27 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives/ 10:03:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives/ [Pipeline] echo 10:03:27 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:03:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:03:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:28 prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container 10:03:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-460 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460:/w/workspace/xfoundry_go-mod-bootstrap_PR-460:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:03:28 $ docker top 3eab3199329f1e85a8630d57d39d99ba64c55857c693e62738440f8e3eabd618 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:28 + touch /tmp/pre-build-complete [Pipeline] sh 10:03:29 + mkdir -p /var/log/sysstat [Pipeline] sh 10:03:29 + ls /var/log/sa-host 10:03:29 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:03:29 provisioning config files... 10:03:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp/config18386625119953765801tmp [Pipeline] { [Pipeline] echo 10:03:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:03:30 ---> create-netrc.sh [Pipeline] } 10:03:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:03:30 ---> python-tools-install.sh [Pipeline] echo 10:03:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:03:30 ---> sudo-logs.sh 10:03:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:03:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:03:31 ---> job-cost.sh 10:03:31 lf-activate-venv: SKIPPING 10:03:31 DEBUG: total: 0.4399999976158142 10:03:31 INFO: Retrieving Stack Cost... 10:03:31 INFO: Retrieving Pricing Info for: v3-standard-8 10:03:31 INFO: Archiving Costs [Pipeline] echo 10:03:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:03:32 ---> logs-deploy.sh 10:03:32 lf-activate-venv: SKIPPING 10:03:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-460/1 10:03:32 INFO: archiving workspace using pattern(s): 10:03:33 Archives upload complete. 10:03:33 INFO: archiving logs to Nexus 10:03:33 ---> uname -a: 10:03:33 Linux prd-ubuntu20-04-docker-8c-8g-8526 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:03:33 10:03:33 10:03:33 ---> lscpu: 10:03:33 Architecture: x86_64 10:03:33 CPU op-mode(s): 32-bit, 64-bit 10:03:33 Byte Order: Little Endian 10:03:33 Address sizes: 40 bits physical, 48 bits virtual 10:03:33 CPU(s): 8 10:03:33 On-line CPU(s) list: 0-7 10:03:33 Thread(s) per core: 1 10:03:33 Core(s) per socket: 1 10:03:33 Socket(s): 8 10:03:33 NUMA node(s): 1 10:03:33 Vendor ID: AuthenticAMD 10:03:33 CPU family: 23 10:03:33 Model: 49 10:03:33 Model name: AMD EPYC-Rome Processor 10:03:33 Stepping: 0 10:03:33 CPU MHz: 2799.998 10:03:33 BogoMIPS: 5599.99 10:03:33 Virtualization: AMD-V 10:03:33 Hypervisor vendor: KVM 10:03:33 Virtualization type: full 10:03:33 L1d cache: 256 KiB 10:03:33 L1i cache: 256 KiB 10:03:33 L2 cache: 4 MiB 10:03:33 L3 cache: 128 MiB 10:03:33 NUMA node0 CPU(s): 0-7 10:03:33 Vulnerability Itlb multihit: Not affected 10:03:33 Vulnerability L1tf: Not affected 10:03:33 Vulnerability Mds: Not affected 10:03:33 Vulnerability Meltdown: Not affected 10:03:33 Vulnerability Mmio stale data: Not affected 10:03:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:03:33 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:03:33 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:03:33 Vulnerability Srbds: Not affected 10:03:33 Vulnerability Tsx async abort: Not affected 10:03:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:03:33 10:03:33 10:03:33 ---> nproc: 10:03:33 8 10:03:33 10:03:33 10:03:33 ---> df -h: 10:03:33 Filesystem Size Used Avail Use% Mounted on 10:03:33 overlay 155G 11G 145G 7% / 10:03:33 tmpfs 64M 0 64M 0% /dev 10:03:33 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:03:33 shm 64M 0 64M 0% /dev/shm 10:03:33 /dev/vda1 155G 11G 145G 7% /facter-os 10:03:33 10:03:33 10:03:33 ---> sar -b -r -n DEV: 10:03:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8526) 03/07/23 _x86_64_ (8 CPU) 10:03:33 10:03:33 08:32:43 LINUX RESTART (8 CPU) 10:03:33 10:03:33 08:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:03:33 08:34:01 57.30 31.01 26.29 0.00 3338.89 37126.82 0.00 10:03:33 08:35:01 3.15 0.00 3.15 0.00 0.00 44.81 0.00 10:03:33 08:36:01 0.70 0.00 0.70 0.00 0.00 9.60 0.00 10:03:33 08:37:01 0.60 0.00 0.60 0.00 0.00 9.73 0.00 10:03:33 08:38:01 40.64 10.55 30.09 0.00 5157.54 5140.34 0.00 10:03:33 08:39:01 14.60 1.25 13.35 0.00 41.19 3602.47 0.00 10:03:33 08:40:01 2.60 0.02 2.58 0.00 0.13 81.19 0.00 10:03:33 08:41:01 0.73 0.00 0.73 0.00 0.00 9.60 0.00 10:03:33 08:42:01 0.85 0.00 0.85 0.00 0.00 10.80 0.00 10:03:33 08:43:01 1.27 0.00 1.27 0.00 0.00 16.40 0.00 10:03:33 08:44:01 0.68 0.00 0.68 0.00 0.00 8.93 0.00 10:03:33 08:45:01 1.08 0.00 1.08 0.00 0.00 15.73 0.00 10:03:33 08:46:01 0.73 0.00 0.73 0.00 0.00 9.60 0.00 10:03:33 08:47:01 0.65 0.00 0.65 0.00 0.00 9.33 0.00 10:03:33 08:48:01 1.45 0.02 1.43 0.00 0.13 23.86 0.00 10:03:33 08:49:01 1.07 0.00 1.07 0.00 0.00 14.66 0.00 10:03:33 08:50:01 0.83 0.00 0.83 0.00 0.00 11.06 0.00 10:03:33 08:51:01 0.92 0.00 0.92 0.00 0.00 13.33 0.00 10:03:33 08:52:01 0.77 0.00 0.77 0.00 0.00 10.93 0.00 10:03:33 08:53:01 1.07 0.00 1.07 0.00 0.00 15.86 0.00 10:03:33 08:54:01 0.85 0.00 0.85 0.00 0.00 11.33 0.00 10:03:33 08:55:01 1.07 0.00 1.07 0.00 0.00 14.66 0.00 10:03:33 08:56:01 0.75 0.00 0.75 0.00 0.00 9.87 0.00 10:03:33 08:57:01 1.03 0.00 1.03 0.00 0.00 14.66 0.00 10:03:33 08:58:01 0.93 0.00 0.93 0.00 0.00 11.86 0.00 10:03:33 08:59:01 0.83 0.00 0.83 0.00 0.00 11.46 0.00 10:03:33 09:00:01 0.95 0.00 0.95 0.00 0.00 12.13 0.00 10:03:33 09:01:01 1.23 0.00 1.23 0.00 0.00 16.80 0.00 10:03:33 09:02:01 0.77 0.00 0.77 0.00 0.00 9.07 0.00 10:03:33 09:03:01 1.20 0.00 1.20 0.00 0.00 17.20 0.00 10:03:33 09:04:01 0.92 0.00 0.92 0.00 0.00 11.73 0.00 10:03:33 09:05:01 1.08 0.00 1.08 0.00 0.00 14.80 0.00 10:03:33 09:06:01 0.88 0.00 0.88 0.00 0.00 11.06 0.00 10:03:33 09:07:01 0.78 0.00 0.78 0.00 0.00 11.20 0.00 10:03:33 09:08:01 1.05 0.00 1.05 0.00 0.00 13.46 0.00 10:03:33 09:09:01 0.85 0.00 0.85 0.00 0.00 12.13 0.00 10:03:33 09:10:01 0.90 0.00 0.90 0.00 0.00 11.60 0.00 10:03:33 09:11:01 1.22 0.00 1.22 0.00 0.00 16.13 0.00 10:03:33 09:12:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 10:03:33 09:13:01 1.32 0.03 1.28 0.00 2.80 15.99 0.00 10:03:33 09:14:01 0.90 0.00 0.90 0.00 0.00 11.46 0.00 10:03:33 09:15:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 10:03:33 09:16:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 10:03:33 09:17:01 0.87 0.02 0.85 0.00 0.13 11.20 0.00 10:03:33 09:18:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 10:03:33 09:19:01 1.03 0.00 1.03 0.00 0.00 13.46 0.00 10:03:33 09:20:01 1.12 0.00 1.12 0.00 0.00 13.73 0.00 10:03:33 09:21:01 0.83 0.00 0.83 0.00 0.00 10.26 0.00 10:03:33 09:22:02 1.12 0.00 1.12 0.00 0.00 14.26 0.00 10:03:33 09:23:01 0.85 0.00 0.85 0.00 0.00 10.30 0.00 10:03:33 09:24:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 10:03:33 09:25:01 0.93 0.00 0.93 0.00 0.00 12.26 0.00 10:03:33 09:26:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 10:03:33 09:27:01 0.87 0.00 0.87 0.00 0.00 11.46 0.00 10:03:33 09:28:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 10:03:33 09:29:01 0.85 0.00 0.85 0.00 0.00 12.13 0.00 10:03:33 09:30:01 1.43 0.00 1.43 0.00 0.00 17.19 0.00 10:03:33 09:31:01 0.80 0.00 0.80 0.00 0.00 10.66 0.00 10:03:33 09:32:01 4.97 3.60 1.37 0.00 83.99 28.00 0.00 10:03:33 09:33:01 0.83 0.00 0.83 0.00 0.00 12.00 0.00 10:03:33 09:34:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 10:03:33 09:35:01 0.77 0.00 0.77 0.00 0.00 11.06 0.00 10:03:33 09:36:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 10:03:33 09:37:01 0.73 0.00 0.73 0.00 0.00 10.66 0.00 10:03:33 09:38:01 0.98 0.00 0.98 0.00 0.00 13.33 0.00 10:03:33 09:39:01 1.30 0.00 1.30 0.00 0.00 17.59 0.00 10:03:33 09:40:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 10:03:33 09:41:01 0.82 0.00 0.82 0.00 0.00 10.66 0.00 10:03:33 09:42:01 1.08 0.00 1.08 0.00 0.00 14.66 0.00 10:03:33 09:43:01 0.83 0.00 0.83 0.00 0.00 11.33 0.00 10:03:33 09:44:01 1.12 0.00 1.12 0.00 0.00 14.53 0.00 10:03:33 09:45:01 0.88 0.00 0.88 0.00 0.00 12.00 0.00 10:03:33 09:46:01 1.03 0.00 1.03 0.00 0.00 13.33 0.00 10:03:33 09:47:01 0.73 0.00 0.73 0.00 0.00 10.26 0.00 10:03:33 09:48:01 0.98 0.02 0.97 0.00 0.80 12.80 0.00 10:03:33 09:49:01 1.30 0.00 1.30 0.00 0.00 17.46 0.00 10:03:33 09:50:01 0.93 0.00 0.93 0.00 0.00 12.13 0.00 10:03:33 09:51:01 1.55 0.00 1.55 0.00 0.00 19.46 0.00 10:03:33 09:52:01 0.78 0.00 0.78 0.00 0.00 9.60 0.00 10:03:33 09:53:01 0.90 0.00 0.90 0.00 0.00 12.13 0.00 10:03:33 09:54:01 1.05 0.00 1.05 0.00 0.00 13.73 0.00 10:03:33 09:55:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 10:03:33 09:56:01 0.95 0.00 0.95 0.00 0.00 13.06 0.00 10:03:33 09:57:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 10:03:33 09:58:01 64.71 12.33 52.37 0.00 1795.83 28248.23 0.00 10:03:33 09:59:01 67.21 0.42 66.79 0.00 30.26 37274.19 0.00 10:03:33 10:00:01 9.42 0.02 9.40 0.00 2.93 1087.04 0.00 10:03:33 10:01:01 1.33 0.00 1.33 0.00 0.00 17.33 0.00 10:03:33 10:02:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 10:03:33 10:03:01 1.03 0.00 1.03 0.00 0.00 13.33 0.00 10:03:33 Average: 3.82 0.66 3.16 0.00 116.19 1263.39 0.00 10:03:33 10:03:33 08:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:03:33 08:34:01 30625672 31891548 475052 1.44 47240 1542520 1646500 4.85 589824 1408876 904 10:03:33 08:35:01 30625136 31891152 474664 1.44 47272 1542524 1646500 4.85 589120 1408860 40 10:03:33 08:36:01 30624748 31890864 474776 1.44 47312 1542524 1646500 4.85 590588 1408908 128 10:03:33 08:37:01 30624480 31890628 474948 1.44 47336 1542528 1646500 4.85 593568 1408908 200 10:03:33 08:38:01 30133780 31846548 501652 1.53 67928 1956020 1700744 5.01 871608 1585952 94344 10:03:33 08:39:01 30083700 31854536 490068 1.49 81392 1999008 1693240 4.99 918692 1582812 40 10:03:33 08:40:01 30086836 31853004 491256 1.49 79952 1995756 1685388 4.97 917276 1579628 8 10:03:33 08:41:01 30087032 31853252 490840 1.49 79984 1995756 1685388 4.97 917328 1579628 132 10:03:33 08:42:01 30087016 31853272 490768 1.49 80008 1995760 1685388 4.97 917520 1579640 8 10:03:33 08:43:01 30086468 31852788 491052 1.49 80048 1995768 1685388 4.97 917628 1579648 20 10:03:33 08:44:01 30086388 31852768 490948 1.49 80072 1995768 1685388 4.97 917584 1579648 8 10:03:33 08:45:01 30086632 31853200 490552 1.49 80116 1995776 1685388 4.97 917564 1579792 48 10:03:33 08:46:01 30086656 31853244 490656 1.49 80132 1995780 1685388 4.97 917624 1579796 8 10:03:33 08:47:01 30086672 31853404 490456 1.49 80156 1995908 1685388 4.97 917684 1579916 136 10:03:33 08:48:01 30085004 31851824 491628 1.50 80224 1995880 1700380 5.01 917888 1579896 52 10:03:33 08:49:01 30084980 31851840 491608 1.50 80256 1995888 1700380 5.01 918360 1579896 40 10:03:33 08:50:01 30084956 31851856 491520 1.49 80288 1995892 1700380 5.01 918480 1579900 16 10:03:33 08:51:01 30084940 31851884 491428 1.49 80328 1995896 1700380 5.01 918568 1579904 120 10:03:33 08:52:01 30084892 31851884 491392 1.49 80352 1995896 1700380 5.01 918236 1579928 8 10:03:33 08:53:01 30084876 31851916 491292 1.49 80400 1995896 1700380 5.01 918568 1579932 152 10:03:33 08:54:01 30084844 31851936 491204 1.49 80424 1995908 1683504 4.96 918672 1579940 8 10:03:33 08:55:01 30084840 31851972 491356 1.49 80456 1995908 1683504 4.96 918736 1579940 40 10:03:33 08:56:01 30084824 31851980 491320 1.49 80472 1995912 1683504 4.96 918804 1579944 8 10:03:33 08:57:01 30084776 31851956 491284 1.49 80496 1995912 1683504 4.96 918828 1579944 40 10:03:33 08:58:01 30084712 31851912 491252 1.49 80528 1995900 1683504 4.96 918908 1579948 8 10:03:33 08:59:01 30084476 31851732 491368 1.49 80560 1995920 1683504 4.96 919112 1579952 168 10:03:33 09:00:01 30084896 31852176 491072 1.49 80584 1995924 1683504 4.96 919076 1579952 8 10:03:33 09:01:01 30085076 31852428 490756 1.49 80624 1995928 1683504 4.96 919140 1579960 40 10:03:33 09:02:01 30085280 31852652 490468 1.49 80640 1995928 1683504 4.96 919196 1579960 148 10:03:33 09:03:01 30084704 31852104 490896 1.49 80688 1995912 1683504 4.96 919264 1579964 48 10:03:33 09:04:01 30084532 31851996 490932 1.49 80720 1995940 1683504 4.96 920328 1579968 28 10:03:33 09:05:01 30084572 31852060 490812 1.49 80744 1995940 1683504 4.96 920240 1579968 184 10:03:33 09:06:01 30084768 31852292 490516 1.49 80768 1995944 1683504 4.96 920308 1579976 144 10:03:33 09:07:01 30084468 31852028 490828 1.49 80800 1995948 1683504 4.96 920344 1579980 180 10:03:33 09:08:01 30084444 31852040 490796 1.49 80844 1995940 1683504 4.96 920412 1579980 8 10:03:33 09:09:01 30084468 31852120 490660 1.49 80884 1995952 1683504 4.96 920588 1579984 236 10:03:33 09:10:01 30084404 31852080 490644 1.49 80908 1995952 1683504 4.96 920680 1579984 128 10:03:33 09:11:01 30084000 31851732 490820 1.49 80940 1995956 1683504 4.96 920708 1579988 40 10:03:33 09:12:01 30083676 31851428 491052 1.49 80956 1995964 1683504 4.96 920740 1579992 8 10:03:33 09:13:01 30083852 31851720 490868 1.49 80992 1996044 1683504 4.96 920772 1580076 44 10:03:33 09:14:01 30083796 31851720 490832 1.49 81036 1996052 1683504 4.96 921036 1580084 24 10:03:33 09:15:01 30083528 31851504 490988 1.49 81084 1996052 1683504 4.96 921068 1580084 160 10:03:33 09:16:01 30082936 31850956 491472 1.49 81124 1996056 1683504 4.96 921540 1580088 144 10:03:33 09:17:01 30082880 31850952 491368 1.49 81168 1996060 1683504 4.96 921668 1580096 180 10:03:33 09:18:01 30083024 31851152 491320 1.49 81200 1996056 1683504 4.96 921412 1580096 8 10:03:33 09:19:01 30073116 31841316 501088 1.52 81256 1996068 1683504 4.96 931820 1580100 160 10:03:33 09:20:01 30073036 31841284 501016 1.52 81296 1996072 1683504 4.96 931792 1580104 4 10:03:33 09:21:01 30073208 31841496 500708 1.52 81332 1996076 1683504 4.96 931888 1580104 164 10:03:33 09:22:02 30072940 31841276 500872 1.52 81372 1996080 1683504 4.96 931952 1580112 8 10:03:33 09:23:01 30072884 31841248 500884 1.52 81400 1996080 1683504 4.96 932052 1580112 164 10:03:33 09:24:01 30072780 31841196 500836 1.52 81452 1996076 1683504 4.96 932216 1580116 24 10:03:33 09:25:01 30072980 31841436 500740 1.52 81484 1996088 1683504 4.96 932272 1580120 164 10:03:33 09:26:01 30072712 31841172 500944 1.52 81512 1996088 1683504 4.96 932344 1580120 8 10:03:33 09:27:01 30079996 31848528 493600 1.50 81552 1996084 1699596 5.01 924844 1580124 188 10:03:33 09:28:01 30079904 31848440 493808 1.50 81580 1996092 1699596 5.01 924772 1580124 16 10:03:33 09:29:01 30080144 31848880 493604 1.50 81620 1996224 1699596 5.01 925120 1580256 176 10:03:33 09:30:01 30079600 31848372 494084 1.50 81672 1996228 1699596 5.01 925100 1580260 8 10:03:33 09:31:01 30079308 31848136 494280 1.50 81704 1996232 1699596 5.01 925216 1580260 172 10:03:33 09:32:01 30036964 31809124 532504 1.62 81748 1999032 1698496 5.01 966416 1581768 8 10:03:33 09:33:01 30036980 31809316 532288 1.62 81780 1999168 1698496 5.01 966116 1581860 204 10:03:33 09:34:01 30036388 31808756 532828 1.62 81816 1999168 1698496 5.01 966212 1581864 12 10:03:33 09:35:01 30036380 31808792 532736 1.62 81848 1999172 1698496 5.01 966256 1581864 180 10:03:33 09:36:01 30036080 31808520 532952 1.62 81872 1999172 1698496 5.01 966332 1581868 4 10:03:33 09:37:01 30036020 31808484 533132 1.62 81896 1999176 1681640 4.96 966416 1581868 184 10:03:33 09:38:01 30035980 31808448 533104 1.62 81920 1999180 1681640 4.96 966428 1581872 28 10:03:33 09:39:01 30035712 31808252 533268 1.62 81976 1999176 1665468 4.91 966692 1581872 188 10:03:33 09:40:01 30035184 31807744 533720 1.62 82024 1999188 1665468 4.91 966692 1581876 156 10:03:33 09:41:01 30034828 31807472 533988 1.62 82060 1999188 1665468 4.91 966792 1581880 176 10:03:33 09:42:01 30034780 31807428 533932 1.62 82100 1999192 1665468 4.91 966812 1581884 4 10:03:33 09:43:01 30034956 31807688 533892 1.62 82140 1999196 1665468 4.91 967172 1581888 188 10:03:33 09:44:01 30034744 31807516 534060 1.62 82184 1999188 1665468 4.91 967192 1581892 8 10:03:33 09:45:01 30034600 31807424 533988 1.62 82224 1999200 1665468 4.91 967236 1581892 188 10:03:33 09:46:01 30034560 31807396 533968 1.62 82240 1999204 1665468 4.91 967276 1581896 4 10:03:33 09:47:01 30034228 31807104 534228 1.62 82264 1999204 1665468 4.91 967384 1581896 172 10:03:33 09:48:01 30033896 31806780 534472 1.63 82280 1999208 1665468 4.91 967384 1581900 8 10:03:33 09:49:01 30033644 31806580 534588 1.63 82328 1999220 1665468 4.91 967664 1581900 176 10:03:33 09:50:01 30033604 31806572 534524 1.63 82352 1999244 1665468 4.91 967676 1581932 8 10:03:33 09:51:01 30033804 31806892 534396 1.63 82424 1999248 1665468 4.91 967620 1581936 40 10:03:33 09:52:01 30033464 31806560 534740 1.63 82440 1999248 1665468 4.91 968008 1581940 172 10:03:33 09:53:01 30033108 31806256 535116 1.63 82472 1999252 1665468 4.91 968104 1581944 180 10:03:33 09:54:01 30033304 31806484 534832 1.63 82504 1999252 1665468 4.91 968592 1581948 12 10:03:33 09:55:01 30033288 31806512 534748 1.63 82544 1999256 1665468 4.91 968548 1581948 272 10:03:33 09:56:01 30032996 31806224 534960 1.63 82560 1999260 1665468 4.91 968436 1581952 16 10:03:33 09:57:01 30032436 31805720 535416 1.63 82596 1999264 1665468 4.91 968612 1581952 192 10:03:33 09:58:01 28684796 31580196 711116 2.16 106904 3056612 1858996 5.48 1294016 2512832 223532 10:03:33 09:59:01 28125820 31553660 731596 2.22 130688 3509528 1857740 5.47 1489884 2811696 22540 10:03:33 10:00:01 28135232 31563340 722528 2.20 130960 3509624 1754232 5.17 1491800 2798984 16 10:03:33 10:01:01 28134680 31562856 723040 2.20 130992 3509628 1754232 5.17 1491640 2798992 44 10:03:33 10:02:01 28142232 31570408 715408 2.18 131012 3509628 1754232 5.17 1484748 2798992 20 10:03:33 10:03:01 28142404 31570584 715140 2.17 131044 3509632 1754232 5.17 1484720 2798996 172 10:03:33 Average: 29969759 31820732 519101 1.58 82643 2072213 1688359 4.98 955239 1651256 3876 10:03:33 10:03:33 08:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:03:33 08:34:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 10:03:33 08:34:01 ens3 161.30 106.06 463.64 22.76 0.00 0.00 0.00 0.00 10:03:33 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:35:01 ens3 0.93 0.13 0.07 0.01 0.00 0.00 0.00 0.00 10:03:33 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:36:01 ens3 1.95 0.28 0.46 0.26 0.00 0.00 0.00 0.00 10:03:33 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:37:01 ens3 2.93 1.87 2.02 0.50 0.00 0.00 0.00 0.00 10:03:33 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:38:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 10:03:33 08:38:01 ens3 147.91 76.94 2801.13 5.66 0.00 0.00 0.00 0.00 10:03:33 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:39:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 10:03:33 08:39:01 ens3 1.00 0.83 0.49 0.17 0.00 0.00 0.00 0.00 10:03:33 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:40:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:03:33 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:41:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:42:01 ens3 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 10:03:33 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:43:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:44:01 ens3 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:45:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:47:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:48:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:49:01 ens3 0.33 0.28 0.09 0.08 0.00 0.00 0.00 0.00 10:03:33 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:50:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:51:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:53:01 ens3 0.37 0.23 0.13 0.02 0.00 0.00 0.00 0.00 10:03:33 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:54:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:55:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:57:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:58:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 08:59:01 ens3 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:01:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:03:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:04:01 ens3 1.20 0.50 0.55 0.28 0.00 0.00 0.00 0.00 10:03:33 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:05:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:06:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:07:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:08:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:09:01 ens3 0.37 0.20 0.09 0.07 0.00 0.00 0.00 0.00 10:03:33 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:11:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:13:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:14:01 ens3 0.23 0.10 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:15:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:16:01 ens3 0.33 0.03 0.13 0.00 0.00 0.00 0.00 0.00 10:03:33 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:17:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:18:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:19:01 ens3 0.30 0.22 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:21:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:22:02 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:24:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 10:03:33 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:27:01 ens3 0.52 0.43 0.26 0.22 0.00 0.00 0.00 0.00 10:03:33 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:29:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:32:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:32:01 ens3 14.43 9.73 12.08 6.63 0.00 0.00 0.00 0.00 10:03:33 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:34:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:39:01 ens3 0.28 0.22 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:41:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:44:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:49:01 ens3 0.28 0.23 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:54:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 10:03:33 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 09:58:01 lo 3.33 3.33 0.32 0.32 0.00 0.00 0.00 0.00 10:03:33 09:58:01 ens3 454.56 288.72 6018.19 66.38 0.00 0.00 0.00 0.00 10:03:33 09:58:01 docker0 6.03 4.90 0.63 46.63 0.00 0.00 0.00 0.00 10:03:33 09:59:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 10:03:33 09:59:01 ens3 197.45 132.93 3121.49 73.26 0.00 0.00 0.00 0.00 10:03:33 09:59:01 docker0 35.36 63.24 2.79 581.40 0.00 0.00 0.00 0.00 10:03:33 10:00:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 10:00:01 ens3 15.43 7.82 15.28 3.30 0.00 0.00 0.00 0.00 10:03:33 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 10:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 10:02:01 ens3 1.60 0.35 0.39 0.21 0.00 0.00 0.00 0.00 10:03:33 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 10:03:01 ens3 0.62 0.45 0.35 0.28 0.00 0.00 0.00 0.00 10:03:33 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:33 Average: lo 0.16 0.16 0.01 0.01 0.00 0.00 0.00 0.00 10:03:33 Average: ens3 11.24 7.03 138.22 2.01 0.00 0.00 0.00 0.00 10:03:33 Average: docker0 0.46 0.76 0.04 6.98 0.00 0.00 0.00 0.00 10:03:33 10:03:33 10:03:33 ---> sar -P ALL: 10:03:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8526) 03/07/23 _x86_64_ (8 CPU) 10:03:33 10:03:33 08:32:43 LINUX RESTART (8 CPU) 10:03:33 10:03:33 08:33:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 08:34:01 all 2.01 0.00 0.65 1.14 0.02 96.18 10:03:33 08:34:01 0 2.42 0.00 1.85 0.60 0.02 95.11 10:03:33 08:34:01 1 1.69 0.00 0.55 4.40 0.02 93.35 10:03:33 08:34:01 2 2.06 0.00 0.54 1.86 0.03 95.51 10:03:33 08:34:01 3 1.82 0.00 0.32 0.08 0.02 97.76 10:03:33 08:34:01 4 1.27 0.00 0.78 1.84 0.02 96.09 10:03:33 08:34:01 5 3.07 0.00 0.37 0.13 0.02 96.41 10:03:33 08:34:01 6 1.82 0.00 0.35 0.08 0.02 97.73 10:03:33 08:34:01 7 1.94 0.00 0.43 0.12 0.02 97.50 10:03:33 08:35:01 all 0.02 0.00 0.01 0.01 0.00 99.96 10:03:33 08:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 08:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:35:01 2 0.03 0.00 0.00 0.03 0.02 99.92 10:03:33 08:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:35:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 08:35:01 5 0.03 0.00 0.03 0.00 0.00 99.93 10:03:33 08:35:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 08:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:36:01 all 0.04 0.00 0.02 0.00 0.00 99.94 10:03:33 08:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 10:03:33 08:36:01 2 0.02 0.00 0.07 0.02 0.02 99.88 10:03:33 08:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:36:01 5 0.05 0.00 0.03 0.00 0.00 99.92 10:03:33 08:36:01 6 0.07 0.00 0.02 0.00 0.00 99.92 10:03:33 08:36:01 7 0.10 0.00 0.00 0.00 0.00 99.90 10:03:33 08:37:01 all 0.15 0.00 0.01 0.00 0.00 99.83 10:03:33 08:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:37:01 2 1.06 0.00 0.05 0.02 0.02 98.86 10:03:33 08:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:37:01 4 0.03 0.00 0.02 0.02 0.00 99.93 10:03:33 08:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 08:38:01 all 1.59 0.00 0.89 0.48 0.02 97.03 10:03:33 08:38:01 0 0.80 0.00 0.58 0.03 0.02 98.56 10:03:33 08:38:01 1 2.27 0.00 0.73 0.07 0.02 96.91 10:03:33 08:38:01 2 0.45 0.00 1.86 2.06 0.02 95.62 10:03:33 08:38:01 3 1.32 0.00 0.37 0.02 0.02 98.27 10:03:33 08:38:01 4 2.05 0.00 0.53 0.02 0.02 97.38 10:03:33 08:38:01 5 1.90 0.00 1.22 0.35 0.02 96.51 10:03:33 08:38:01 6 2.80 0.00 0.97 0.30 0.02 95.91 10:03:33 08:38:01 7 1.09 0.00 0.84 1.02 0.02 97.04 10:03:33 08:39:01 all 0.80 0.00 0.53 0.19 0.01 98.47 10:03:33 08:39:01 0 0.55 0.00 0.25 0.03 0.00 99.17 10:03:33 08:39:01 1 1.47 0.00 0.45 0.02 0.02 98.05 10:03:33 08:39:01 2 0.27 0.00 0.72 1.27 0.02 97.73 10:03:33 08:39:01 3 2.03 0.00 0.30 0.02 0.00 97.66 10:03:33 08:39:01 4 0.42 0.00 1.27 0.12 0.00 98.20 10:03:33 08:39:01 5 0.72 0.00 0.28 0.02 0.00 98.98 10:03:33 08:39:01 6 0.52 0.00 0.30 0.00 0.02 99.17 10:03:33 08:39:01 7 0.43 0.00 0.68 0.03 0.02 98.83 10:03:33 08:40:01 all 0.12 0.00 0.09 0.01 0.01 99.77 10:03:33 08:40:01 0 0.03 0.00 0.03 0.02 0.02 99.90 10:03:33 08:40:01 1 0.25 0.00 0.15 0.00 0.02 99.58 10:03:33 08:40:01 2 0.10 0.00 0.10 0.08 0.02 99.70 10:03:33 08:40:01 3 0.50 0.00 0.23 0.00 0.02 99.25 10:03:33 08:40:01 4 0.02 0.00 0.05 0.00 0.00 99.93 10:03:33 08:40:01 5 0.03 0.00 0.05 0.00 0.00 99.92 10:03:33 08:40:01 6 0.03 0.00 0.03 0.02 0.00 99.92 10:03:33 08:40:01 7 0.03 0.00 0.03 0.00 0.00 99.93 10:03:33 08:41:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 08:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 08:41:01 2 0.00 0.00 0.00 0.03 0.00 99.97 10:03:33 08:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:41:01 6 0.00 0.00 0.03 0.00 0.00 99.97 10:03:33 08:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:42:01 all 0.02 0.00 0.01 0.00 0.00 99.96 10:03:33 08:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:03:33 08:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 10:03:33 08:42:01 2 0.00 0.00 0.02 0.02 0.00 99.97 10:03:33 08:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 08:42:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:43:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:03:33 08:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:43:01 1 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 08:43:01 2 0.00 0.00 0.00 0.03 0.02 99.95 10:03:33 08:43:01 3 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 08:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 10:03:33 08:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 08:44:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 08:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 08:44:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 08:44:01 5 0.00 0.00 0.03 0.00 0.00 99.97 10:03:33 08:44:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 08:44:01 7 0.03 0.00 0.03 0.00 0.00 99.93 10:03:33 10:03:33 08:44:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 08:45:01 all 0.01 0.00 0.00 0.01 0.00 99.97 10:03:33 08:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:45:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 08:45:01 2 0.00 0.00 0.00 0.05 0.00 99.95 10:03:33 08:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:46:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 08:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 08:46:01 2 0.02 0.00 0.02 0.02 0.02 99.93 10:03:33 08:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:46:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:47:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 08:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:47:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 08:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:48:01 all 0.03 0.00 0.02 0.01 0.00 99.94 10:03:33 08:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:48:01 1 0.03 0.00 0.05 0.00 0.03 99.88 10:03:33 08:48:01 2 0.00 0.00 0.02 0.05 0.00 99.93 10:03:33 08:48:01 3 0.07 0.00 0.00 0.00 0.00 99.93 10:03:33 08:48:01 4 0.02 0.00 0.07 0.00 0.00 99.92 10:03:33 08:48:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:49:01 all 0.01 0.00 0.02 0.00 0.00 99.96 10:03:33 08:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:49:01 1 0.03 0.00 0.07 0.00 0.02 99.88 10:03:33 08:49:01 2 0.00 0.00 0.02 0.03 0.00 99.95 10:03:33 08:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 08:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:50:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 08:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:03:33 08:50:01 2 0.00 0.00 0.00 0.03 0.02 99.95 10:03:33 08:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 08:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:51:01 all 0.21 0.00 0.01 0.00 0.00 99.77 10:03:33 08:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:51:01 1 0.07 0.00 0.03 0.00 0.02 99.88 10:03:33 08:51:01 2 0.00 0.00 0.02 0.03 0.00 99.95 10:03:33 08:51:01 3 1.55 0.00 0.00 0.00 0.02 98.43 10:03:33 08:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:51:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:52:01 all 0.25 0.00 0.01 0.00 0.01 99.73 10:03:33 08:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:52:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:03:33 08:52:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 08:52:01 3 1.95 0.00 0.03 0.00 0.00 98.01 10:03:33 08:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:52:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 08:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:52:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 08:53:01 all 0.03 0.00 0.01 0.00 0.00 99.95 10:03:33 08:53:01 0 0.05 0.00 0.00 0.00 0.02 99.93 10:03:33 08:53:01 1 0.07 0.00 0.03 0.00 0.00 99.90 10:03:33 08:53:01 2 0.00 0.00 0.00 0.03 0.00 99.97 10:03:33 08:53:01 3 0.07 0.00 0.02 0.00 0.00 99.92 10:03:33 08:53:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 08:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:54:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 08:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 08:54:01 2 0.00 0.00 0.00 0.02 0.02 99.97 10:03:33 08:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:54:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:55:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 08:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:55:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:03:33 08:55:01 2 0.00 0.00 0.02 0.03 0.00 99.95 10:03:33 08:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 08:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 10:03:33 08:55:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 08:56:01 all 0.01 0.00 0.00 0.00 0.01 99.97 10:03:33 08:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:56:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 08:56:01 2 0.02 0.00 0.00 0.03 0.02 99.93 10:03:33 08:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:56:01 4 0.03 0.00 0.00 0.00 0.02 99.95 10:03:33 08:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:57:01 all 0.01 0.00 0.00 0.01 0.00 99.97 10:03:33 08:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:03:33 08:57:01 2 0.00 0.00 0.00 0.12 0.00 99.88 10:03:33 08:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 08:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 08:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:58:01 all 0.00 0.00 0.01 0.00 0.01 99.98 10:03:33 08:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 08:58:01 1 0.00 0.00 0.03 0.00 0.02 99.95 10:03:33 08:58:01 2 0.00 0.00 0.02 0.02 0.03 99.93 10:03:33 08:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:59:01 all 0.02 0.00 0.00 0.02 0.00 99.95 10:03:33 08:59:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 08:59:01 2 0.00 0.00 0.00 0.15 0.00 99.85 10:03:33 08:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 08:59:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 08:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 08:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 08:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:00:01 all 0.12 0.00 0.01 0.00 0.01 99.86 10:03:33 09:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:00:01 1 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:00:01 2 0.00 0.00 0.02 0.03 0.02 99.93 10:03:33 09:00:01 3 0.95 0.00 0.00 0.00 0.02 99.04 10:03:33 09:00:01 4 0.02 0.00 0.03 0.00 0.00 99.95 10:03:33 09:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:01:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 09:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:03:33 09:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:02:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 09:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:02:01 1 0.00 0.00 0.03 0.00 0.02 99.95 10:03:33 09:02:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:02:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 10:03:33 09:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:03:01 1 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:03:01 2 0.00 0.00 0.00 0.03 0.02 99.95 10:03:33 09:03:01 3 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:03:33 09:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:04:01 1 0.08 0.00 0.02 0.00 0.02 99.88 10:03:33 09:04:01 2 0.00 0.00 0.02 0.03 0.02 99.93 10:03:33 09:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:05:01 all 0.01 0.00 0.00 0.00 0.00 99.98 10:03:33 09:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 09:05:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:06:01 all 0.02 0.00 0.00 0.00 0.00 99.97 10:03:33 09:06:01 0 0.05 0.00 0.00 0.00 0.02 99.93 10:03:33 09:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:06:01 2 0.00 0.00 0.02 0.02 0.00 99.97 10:03:33 09:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 10:03:33 09:06:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 09:07:01 all 0.00 0.00 0.00 0.01 0.00 99.99 10:03:33 09:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:07:01 2 0.00 0.00 0.00 0.03 0.00 99.97 10:03:33 09:07:01 3 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:07:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:08:01 all 0.01 0.00 0.01 0.01 0.00 99.96 10:03:33 09:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:08:01 2 0.03 0.00 0.02 0.08 0.00 99.87 10:03:33 09:08:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 09:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:09:01 all 0.01 0.00 0.01 0.01 0.01 99.96 10:03:33 09:09:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:03:33 09:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:09:01 2 0.00 0.00 0.02 0.12 0.02 99.85 10:03:33 09:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:10:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 09:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:03:33 09:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:10:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 10:03:33 09:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:11:01 all 0.00 0.00 0.01 0.00 0.01 99.98 10:03:33 09:11:01 0 0.00 0.00 0.03 0.00 0.02 99.95 10:03:33 09:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:11:01 2 0.00 0.00 0.00 0.03 0.02 99.95 10:03:33 09:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:12:01 all 0.04 0.00 0.01 0.00 0.00 99.94 10:03:33 09:12:01 0 0.05 0.00 0.00 0.00 0.02 99.93 10:03:33 09:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:12:01 2 0.02 0.00 0.02 0.03 0.00 99.93 10:03:33 09:12:01 3 0.20 0.00 0.00 0.00 0.00 99.80 10:03:33 09:12:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 09:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 09:13:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:03:33 09:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:13:01 2 0.02 0.00 0.02 0.02 0.00 99.95 10:03:33 09:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:13:01 5 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:14:01 all 0.03 0.00 0.01 0.00 0.02 99.94 10:03:33 09:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 10:03:33 09:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:14:01 2 0.02 0.00 0.02 0.03 0.02 99.92 10:03:33 09:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:14:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:14:01 5 0.02 0.00 0.02 0.00 0.12 99.85 10:03:33 09:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 09:15:01 all 0.01 0.00 0.00 0.00 0.00 99.98 10:03:33 09:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:15:01 2 0.00 0.00 0.00 0.03 0.00 99.97 10:03:33 09:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:15:01 4 0.05 0.00 0.02 0.00 0.00 99.93 10:03:33 09:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 09:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:16:01 2 0.00 0.00 0.02 0.03 0.00 99.95 10:03:33 09:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:17:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 09:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:17:01 1 0.00 0.00 0.03 0.00 0.00 99.97 10:03:33 09:17:01 2 0.00 0.00 0.00 0.03 0.02 99.95 10:03:33 09:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:17:01 4 0.00 0.00 0.03 0.00 0.00 99.97 10:03:33 09:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 10:03:33 09:17:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 09:18:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 09:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:03:33 09:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:18:01 2 0.02 0.00 0.00 0.03 0.00 99.95 10:03:33 09:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:18:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:03:33 09:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:19:01 all 0.11 0.00 0.01 0.00 0.00 99.87 10:03:33 09:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:19:01 1 0.85 0.00 0.02 0.00 0.00 99.13 10:03:33 09:19:01 2 0.00 0.00 0.02 0.03 0.00 99.95 10:03:33 09:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:19:01 4 0.00 0.00 0.03 0.00 0.00 99.97 10:03:33 09:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:20:01 all 0.01 0.00 0.01 0.00 0.01 99.97 10:03:33 09:20:01 0 0.03 0.00 0.05 0.00 0.02 99.90 10:03:33 09:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:20:01 2 0.02 0.00 0.00 0.03 0.02 99.93 10:03:33 09:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:21:01 all 0.01 0.00 0.00 0.00 0.00 99.98 10:03:33 09:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 10:03:33 09:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:21:01 2 0.02 0.00 0.00 0.03 0.00 99.95 10:03:33 09:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:22:02 all 0.01 0.00 0.00 0.00 0.00 99.97 10:03:33 09:22:02 0 0.03 0.00 0.00 0.00 0.02 99.95 10:03:33 09:22:02 1 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:22:02 2 0.00 0.00 0.02 0.02 0.00 99.97 10:03:33 09:22:02 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:22:02 4 0.07 0.00 0.00 0.00 0.00 99.93 10:03:33 09:22:02 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:22:02 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:22:02 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:23:01 all 0.02 0.00 0.00 0.00 0.01 99.97 10:03:33 09:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:23:01 2 0.02 0.00 0.00 0.03 0.02 99.93 10:03:33 09:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:23:01 4 0.05 0.00 0.02 0.00 0.02 99.92 10:03:33 09:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:24:01 all 0.02 0.00 0.01 0.00 0.00 99.97 10:03:33 09:24:01 0 0.07 0.00 0.03 0.00 0.02 99.88 10:03:33 09:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:24:01 2 0.02 0.00 0.00 0.03 0.00 99.95 10:03:33 09:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:25:01 all 0.01 0.00 0.00 0.01 0.00 99.97 10:03:33 09:25:01 0 0.00 0.00 0.03 0.00 0.02 99.95 10:03:33 09:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:25:01 7 0.02 0.00 0.00 0.07 0.00 99.92 10:03:33 09:26:01 all 0.01 0.00 0.00 0.00 0.00 99.98 10:03:33 09:26:01 0 0.02 0.00 0.03 0.00 0.02 99.93 10:03:33 09:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:26:01 2 0.02 0.00 0.00 0.02 0.02 99.95 10:03:33 09:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:26:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:26:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:27:01 all 0.06 0.00 0.02 0.00 0.00 99.91 10:03:33 09:27:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:03:33 09:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:27:01 3 0.40 0.00 0.08 0.00 0.00 99.52 10:03:33 09:27:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:03:33 09:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:27:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:28:01 all 0.26 0.00 0.01 0.00 0.00 99.73 10:03:33 09:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:03:33 09:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:28:01 3 1.97 0.00 0.00 0.00 0.00 98.03 10:03:33 09:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:28:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 10:03:33 09:28:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 09:29:01 all 0.27 0.00 0.01 0.01 0.01 99.71 10:03:33 09:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:03:33 09:29:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:29:01 3 1.98 0.00 0.00 0.00 0.02 98.00 10:03:33 09:29:01 4 0.03 0.00 0.02 0.03 0.00 99.92 10:03:33 09:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:29:01 7 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 09:30:01 all 0.26 0.00 0.01 0.00 0.00 99.71 10:03:33 09:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 09:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:30:01 3 1.99 0.00 0.00 0.00 0.00 98.01 10:03:33 09:30:01 4 0.03 0.00 0.05 0.00 0.02 99.90 10:03:33 09:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:30:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:30:01 7 0.02 0.00 0.00 0.03 0.00 99.95 10:03:33 09:31:01 all 0.27 0.00 0.01 0.00 0.00 99.72 10:03:33 09:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:31:01 3 1.97 0.00 0.00 0.00 0.00 98.03 10:03:33 09:31:01 4 0.07 0.00 0.03 0.00 0.02 99.88 10:03:33 09:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:31:01 7 0.00 0.00 0.00 0.03 0.00 99.97 10:03:33 09:32:01 all 0.59 0.00 0.03 0.02 0.01 99.34 10:03:33 09:32:01 0 0.50 0.00 0.02 0.00 0.02 99.47 10:03:33 09:32:01 1 0.48 0.00 0.02 0.02 0.00 99.48 10:03:33 09:32:01 2 0.23 0.00 0.05 0.02 0.02 99.68 10:03:33 09:32:01 3 2.07 0.00 0.03 0.00 0.02 97.88 10:03:33 09:32:01 4 0.63 0.00 0.03 0.00 0.03 99.30 10:03:33 09:32:01 5 0.25 0.00 0.00 0.00 0.00 99.75 10:03:33 09:32:01 6 0.07 0.00 0.03 0.00 0.00 99.90 10:03:33 09:32:01 7 0.48 0.00 0.08 0.12 0.00 99.32 10:03:33 09:33:01 all 0.07 0.00 0.02 0.00 0.00 99.91 10:03:33 09:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:33:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:33:01 3 0.48 0.00 0.07 0.00 0.00 99.45 10:03:33 09:33:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:03:33 09:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:33:01 7 0.02 0.00 0.02 0.02 0.00 99.95 10:03:33 09:34:01 all 0.15 0.00 0.00 0.00 0.00 99.84 10:03:33 09:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:34:01 1 0.05 0.00 0.02 0.00 0.00 99.93 10:03:33 09:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:34:01 3 1.03 0.00 0.00 0.00 0.00 98.97 10:03:33 09:34:01 4 0.07 0.00 0.02 0.00 0.02 99.90 10:03:33 09:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:34:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:35:01 all 0.09 0.00 0.01 0.00 0.00 99.90 10:03:33 09:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:35:01 3 0.63 0.00 0.00 0.00 0.00 99.37 10:03:33 09:35:01 4 0.03 0.00 0.07 0.00 0.02 99.88 10:03:33 09:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:35:01 7 0.02 0.00 0.02 0.02 0.00 99.95 10:03:33 09:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:03:33 09:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 09:36:01 2 0.00 0.00 0.02 0.02 0.02 99.95 10:03:33 09:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:36:01 4 0.05 0.00 0.05 0.00 0.02 99.88 10:03:33 09:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:36:01 7 0.00 0.00 0.00 0.02 0.02 99.97 10:03:33 09:37:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 09:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:37:01 4 0.07 0.00 0.02 0.00 0.02 99.90 10:03:33 09:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:37:01 7 0.03 0.00 0.00 0.02 0.00 99.95 10:03:33 09:38:01 all 0.03 0.00 0.01 0.01 0.00 99.95 10:03:33 09:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:38:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:03:33 09:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:38:01 4 0.08 0.00 0.02 0.00 0.02 99.88 10:03:33 09:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:38:01 7 0.02 0.00 0.00 0.05 0.00 99.93 10:03:33 09:39:01 all 0.00 0.00 0.01 0.01 0.00 99.97 10:03:33 09:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:39:01 4 0.02 0.00 0.03 0.00 0.00 99.95 10:03:33 09:39:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:39:01 7 0.02 0.00 0.00 0.05 0.00 99.93 10:03:33 10:03:33 09:39:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 09:40:01 all 0.11 0.00 0.00 0.01 0.01 99.87 10:03:33 09:40:01 0 0.07 0.00 0.02 0.00 0.00 99.92 10:03:33 09:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:40:01 2 0.76 0.00 0.00 0.00 0.02 99.22 10:03:33 09:40:01 3 0.02 0.00 0.00 0.02 0.02 99.95 10:03:33 09:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:40:01 7 0.00 0.00 0.00 0.03 0.00 99.97 10:03:33 09:41:01 all 0.01 0.00 0.01 0.00 0.01 99.98 10:03:33 09:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:41:01 1 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:41:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:03:33 09:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:41:01 7 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 09:42:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 09:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:42:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 09:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:42:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:03:33 09:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:42:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:43:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 09:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:43:01 2 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:43:01 4 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:43:01 7 0.03 0.00 0.00 0.03 0.00 99.93 10:03:33 09:44:01 all 0.01 0.00 0.00 0.01 0.00 99.97 10:03:33 09:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:44:01 1 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 09:44:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 09:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 10:03:33 09:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:44:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:45:01 all 0.20 0.00 0.01 0.00 0.00 99.78 10:03:33 09:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:03:33 09:45:01 2 1.52 0.00 0.00 0.00 0.02 98.47 10:03:33 09:45:01 3 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:45:01 4 0.05 0.00 0.03 0.00 0.02 99.90 10:03:33 09:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:45:01 7 0.00 0.00 0.02 0.02 0.00 99.97 10:03:33 09:46:01 all 0.14 0.00 0.00 0.00 0.00 99.85 10:03:33 09:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:46:01 2 1.09 0.00 0.00 0.00 0.00 98.91 10:03:33 09:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:46:01 7 0.00 0.00 0.00 0.02 0.02 99.97 10:03:33 09:47:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 09:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 10:03:33 09:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:47:01 4 0.02 0.00 0.03 0.00 0.00 99.95 10:03:33 09:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:47:01 7 0.00 0.00 0.02 0.02 0.00 99.97 10:03:33 09:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 09:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:48:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:48:01 3 0.02 0.00 0.02 0.02 0.00 99.95 10:03:33 09:48:01 4 0.03 0.00 0.00 0.00 0.02 99.95 10:03:33 09:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:49:01 all 0.02 0.00 0.01 0.00 0.00 99.97 10:03:33 09:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:49:01 4 0.05 0.00 0.03 0.00 0.02 99.90 10:03:33 09:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:49:01 7 0.03 0.00 0.00 0.03 0.00 99.93 10:03:33 09:50:01 all 0.00 0.00 0.01 0.00 0.00 99.99 10:03:33 09:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 09:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:50:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 10:03:33 09:50:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 09:51:01 all 0.02 0.00 0.00 0.03 0.01 99.94 10:03:33 09:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:51:01 2 0.00 0.00 0.00 0.15 0.02 99.83 10:03:33 09:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:51:01 4 0.07 0.00 0.02 0.03 0.02 99.87 10:03:33 09:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 09:51:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:51:01 7 0.00 0.00 0.00 0.03 0.00 99.97 10:03:33 09:52:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 09:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:52:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:03:33 09:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:52:01 7 0.02 0.00 0.00 0.02 0.00 99.97 10:03:33 09:53:01 all 0.01 0.00 0.00 0.00 0.00 99.99 10:03:33 09:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 09:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:53:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:03:33 09:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:54:01 2 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:54:01 3 0.02 0.00 0.00 0.02 0.02 99.95 10:03:33 09:54:01 4 0.13 0.00 0.00 0.00 0.02 99.85 10:03:33 09:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:54:01 7 0.03 0.00 0.03 0.02 0.02 99.90 10:03:33 09:55:01 all 0.01 0.00 0.00 0.01 0.00 99.97 10:03:33 09:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:55:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 09:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:55:01 7 0.00 0.00 0.02 0.08 0.02 99.88 10:03:33 09:56:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:03:33 09:56:01 0 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 09:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:56:01 3 0.00 0.00 0.00 0.02 0.00 99.98 10:03:33 09:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 09:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 09:56:01 7 0.02 0.00 0.03 0.02 0.00 99.93 10:03:33 09:57:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:03:33 09:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 09:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:57:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:03:33 09:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 09:57:01 7 0.00 0.00 0.00 0.02 0.02 99.97 10:03:33 09:58:01 all 5.91 0.00 2.09 1.74 0.03 90.24 10:03:33 09:58:01 0 4.90 0.00 2.28 0.17 0.03 92.61 10:03:33 09:58:01 1 5.99 0.00 1.80 1.19 0.03 90.98 10:03:33 09:58:01 2 3.82 0.00 2.14 10.70 0.03 83.31 10:03:33 09:58:01 3 8.39 0.00 2.16 0.07 0.03 89.35 10:03:33 09:58:01 4 7.65 0.00 1.90 0.03 0.02 90.40 10:03:33 09:58:01 5 6.81 0.00 2.15 0.40 0.02 90.62 10:03:33 09:58:01 6 4.36 0.00 1.81 0.03 0.03 93.76 10:03:33 09:58:01 7 5.33 0.00 2.45 1.33 0.03 90.86 10:03:33 09:59:01 all 22.78 0.00 4.11 1.57 0.07 71.47 10:03:33 09:59:01 0 23.16 0.00 4.24 0.02 0.05 72.53 10:03:33 09:59:01 1 22.59 0.00 3.96 0.96 0.05 72.44 10:03:33 09:59:01 2 23.72 0.00 4.31 7.00 0.08 64.89 10:03:33 09:59:01 3 22.93 0.00 3.88 0.29 0.05 72.85 10:03:33 09:59:01 4 21.90 0.00 4.09 0.29 0.07 73.66 10:03:33 09:59:01 5 22.28 0.00 3.81 0.27 0.05 73.59 10:03:33 09:59:01 6 23.02 0.00 4.00 0.89 0.15 71.94 10:03:33 09:59:01 7 22.66 0.00 4.58 2.84 0.07 69.85 10:03:33 10:00:01 all 0.37 0.00 0.12 0.08 0.01 99.41 10:03:33 10:00:01 0 1.49 0.00 0.17 0.07 0.02 98.27 10:03:33 10:00:01 1 0.58 0.00 0.10 0.00 0.02 99.30 10:03:33 10:00:01 2 0.12 0.00 0.12 0.13 0.00 99.63 10:03:33 10:00:01 3 0.10 0.00 0.10 0.08 0.00 99.72 10:03:33 10:00:01 4 0.15 0.00 0.18 0.00 0.00 99.67 10:03:33 10:00:01 5 0.08 0.00 0.05 0.00 0.02 99.85 10:03:33 10:00:01 6 0.22 0.00 0.18 0.35 0.02 99.23 10:03:33 10:00:01 7 0.25 0.00 0.10 0.00 0.00 99.65 10:03:33 10:01:01 all 0.27 0.00 0.02 0.00 0.01 99.69 10:03:33 10:01:01 0 2.00 0.00 0.02 0.00 0.02 97.96 10:03:33 10:01:01 1 0.08 0.00 0.02 0.00 0.02 99.88 10:03:33 10:01:01 2 0.02 0.00 0.00 0.02 0.02 99.95 10:03:33 10:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:03:33 10:01:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:03:33 10:01:01 5 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 10:01:01 6 0.03 0.00 0.05 0.02 0.02 99.88 10:03:33 10:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:03:33 10:03:33 10:01:01 CPU %user %nice %system %iowait %steal %idle 10:03:33 10:02:01 all 0.28 0.00 0.01 0.00 0.00 99.71 10:03:33 10:02:01 0 1.97 0.00 0.02 0.00 0.02 98.00 10:03:33 10:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 10:03:33 10:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 10:02:01 3 0.02 0.00 0.00 0.00 0.02 99.97 10:03:33 10:02:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:03:33 10:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:03:33 10:02:01 6 0.02 0.00 0.02 0.02 0.00 99.95 10:03:33 10:02:01 7 0.05 0.00 0.00 0.00 0.00 99.95 10:03:33 10:03:01 all 0.07 0.00 0.02 0.00 0.01 99.90 10:03:33 10:03:01 0 0.47 0.00 0.08 0.00 0.00 99.45 10:03:33 10:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:03:33 10:03:01 2 0.00 0.00 0.03 0.00 0.02 99.95 10:03:33 10:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 10:03:01 4 0.00 0.00 0.02 0.00 0.02 99.97 10:03:33 10:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:03:33 10:03:01 6 0.05 0.00 0.02 0.02 0.03 99.88 10:03:33 10:03:01 7 0.03 0.00 0.00 0.02 0.00 99.95 10:03:33 Average: all 0.42 0.00 0.10 0.06 0.01 99.41 10:03:33 Average: 0 0.44 0.00 0.11 0.01 0.01 99.43 10:03:33 Average: 1 0.42 0.00 0.10 0.07 0.01 99.40 10:03:33 Average: 2 0.40 0.00 0.11 0.28 0.01 99.20 10:03:33 Average: 3 0.61 0.00 0.09 0.01 0.00 99.29 10:03:33 Average: 4 0.40 0.00 0.11 0.03 0.01 99.46 10:03:33 Average: 5 0.40 0.00 0.09 0.01 0.00 99.49 10:03:33 Average: 6 0.37 0.00 0.09 0.02 0.00 99.52 10:03:33 Average: 7 0.37 0.00 0.11 0.07 0.00 99.46 10:03:33 10:03:33 10:03:33