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 [2023-03-07T09:57:29.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-07T09:57:29.791Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-07T09:57:29.884Z] ========================================================= [2023-03-07T09:57:29.884Z] EdgeX Global Pipelines Version Info [2023-03-07T09:57:29.884Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-07T09:57:30.981Z] ------------------- [2023-03-07T09:57:30.981Z] stable info: [2023-03-07T09:57:30.981Z] ------------------- [2023-03-07T09:57:30.981Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-07T09:57:30.981Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-07T09:57:30.981Z] Message: update stable to v1.0.244 [2023-03-07T09:57:31.241Z] ------------------- [2023-03-07T09:57:31.241Z] experimental info: [2023-03-07T09:57:31.241Z] ------------------- [2023-03-07T09:57:31.242Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-07T09:57:31.242Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-07T09:57:31.242Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-07T09:57:31.513Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2023-03-07T09:57:31.551Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2023-03-07T09:57:31.586Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-07T09:57:31.620Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-07T09:57:31.656Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-07T09:57:31.693Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-07T09:57:31.726Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-07T09:57:31.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-07T09:57:31.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-07T09:57:31.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-07T09:57:31.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-07T09:57:31.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2023-03-07T09:57:31.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-07T09:57:31.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-07T09:57:32.002Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-03-07T09:57:32.046Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-07T09:57:32.084Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-07T09:57:32.122Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-07T09:57:32.158Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-07T09:57:32.197Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-07T09:57:32.240Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-07T09:57:32.281Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-07T09:57:32.319Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-07T09:57:32.358Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-07T09:57:32.401Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-03-07T09:57:32.436Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-07T09:57:32.479Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-07T09:57:32.523Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-460 [Pipeline] echo [2023-03-07T09:57:32.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-460 [Pipeline] echo [2023-03-07T09:57:32.611Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-460 [Pipeline] echo [2023-03-07T09:57:32.654Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] echo [2023-03-07T09:57:32.698Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f554479 [Pipeline] echo [2023-03-07T09:57:32.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-07T09:57:33.267Z] + git rev-list -1 --merges f55447927ac68c555e7aae83a6c4d08911dfdf39~1..f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] echo [2023-03-07T09:57:33.310Z] -----------> git rev-list -1 --merges f55447927ac68c555e7aae83a6c4d08911dfdf39~1..f55447927ac68c555e7aae83a6c4d08911dfdf39 f55447927ac68c555e7aae83a6c4d08911dfdf39 [false] [Pipeline] sh [2023-03-07T09:57:33.618Z] + git log --format=format:%s -1 f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] echo [2023-03-07T09:57:33.660Z] ========================================================= [2023-03-07T09:57:33.660Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-07T09:57:33.660Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-07T09:57:34.101Z] + git log --format=format:%s -1 f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] echo [2023-03-07T09:57:34.135Z] [semverPrep] GIT_COMMIT: f55447927ac68c555e7aae83a6c4d08911dfdf39, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-configuration/v3 [Pipeline] echo [2023-03-07T09:57:34.171Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-07T09:57:34.558Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T09:57:34.558Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-07T09:57:34.558Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-07T09:57:34.558Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-07T09:57:34.558Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-07T09:57:34.558Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-07T09:57:34.558Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T09:57:35.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T09:57:35.152Z] [2023-03-07T09:57:35.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T09:57:35.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T09:57:35.547Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-07T09:57:35.547Z] b85a868b505f: Pulling fs layer [2023-03-07T09:57:35.547Z] e2be974225ed: Pulling fs layer [2023-03-07T09:57:35.547Z] 339a4e72a1f5: Pulling fs layer [2023-03-07T09:57:35.547Z] 988bab9f4d93: Pulling fs layer [2023-03-07T09:57:35.547Z] 1469e6f7b9e6: Pulling fs layer [2023-03-07T09:57:35.547Z] eaf3925da568: Pulling fs layer [2023-03-07T09:57:35.547Z] bab4dde63d76: Pulling fs layer [2023-03-07T09:57:35.547Z] bde34c3a00c8: Pulling fs layer [2023-03-07T09:57:35.547Z] b352a97aabf1: Pulling fs layer [2023-03-07T09:57:35.547Z] 4872d77fe225: Pulling fs layer [2023-03-07T09:57:35.547Z] 1469e6f7b9e6: Waiting [2023-03-07T09:57:35.547Z] eaf3925da568: Waiting [2023-03-07T09:57:35.547Z] bab4dde63d76: Waiting [2023-03-07T09:57:35.547Z] bde34c3a00c8: Waiting [2023-03-07T09:57:35.547Z] 5851b861e8e6: Pulling fs layer [2023-03-07T09:57:35.547Z] 988bab9f4d93: Waiting [2023-03-07T09:57:35.547Z] b352a97aabf1: Waiting [2023-03-07T09:57:35.547Z] 5851b861e8e6: Waiting [2023-03-07T09:57:35.547Z] 4872d77fe225: Waiting [2023-03-07T09:57:35.808Z] e2be974225ed: Verifying Checksum [2023-03-07T09:57:35.808Z] e2be974225ed: Download complete [2023-03-07T09:57:35.808Z] 988bab9f4d93: Verifying Checksum [2023-03-07T09:57:35.808Z] 988bab9f4d93: Download complete [2023-03-07T09:57:35.808Z] 1469e6f7b9e6: Verifying Checksum [2023-03-07T09:57:35.808Z] 1469e6f7b9e6: Download complete [2023-03-07T09:57:35.808Z] eaf3925da568: Verifying Checksum [2023-03-07T09:57:35.808Z] eaf3925da568: Download complete [2023-03-07T09:57:35.808Z] 339a4e72a1f5: Verifying Checksum [2023-03-07T09:57:35.808Z] 339a4e72a1f5: Download complete [2023-03-07T09:57:35.808Z] bde34c3a00c8: Download complete [2023-03-07T09:57:35.808Z] b352a97aabf1: Download complete [2023-03-07T09:57:35.808Z] 4872d77fe225: Verifying Checksum [2023-03-07T09:57:35.808Z] 4872d77fe225: Download complete [2023-03-07T09:57:35.808Z] 5851b861e8e6: Verifying Checksum [2023-03-07T09:57:35.808Z] 5851b861e8e6: Download complete [2023-03-07T09:57:36.069Z] b85a868b505f: Verifying Checksum [2023-03-07T09:57:36.069Z] b85a868b505f: Download complete [2023-03-07T09:57:36.327Z] bab4dde63d76: Verifying Checksum [2023-03-07T09:57:36.327Z] bab4dde63d76: Download complete [2023-03-07T09:57:36.894Z] b85a868b505f: Pull complete [2023-03-07T09:57:37.153Z] e2be974225ed: Pull complete [2023-03-07T09:57:37.720Z] 339a4e72a1f5: Pull complete [2023-03-07T09:57:37.720Z] 988bab9f4d93: Pull complete [2023-03-07T09:57:37.720Z] 1469e6f7b9e6: Pull complete [2023-03-07T09:57:37.979Z] eaf3925da568: Pull complete [2023-03-07T09:57:39.354Z] bab4dde63d76: Pull complete [2023-03-07T09:57:39.354Z] bde34c3a00c8: Pull complete [2023-03-07T09:57:39.611Z] b352a97aabf1: Pull complete [2023-03-07T09:57:39.611Z] 4872d77fe225: Pull complete [2023-03-07T09:57:39.611Z] 5851b861e8e6: Pull complete [2023-03-07T09:57:39.611Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-07T09:57:39.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T09:57:39.611Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T09:57:39.812Z] prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container [2023-03-07T09:57:39.839Z] $ 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 [2023-03-07T09:57:42.274Z] $ docker top f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T09:57:42.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T09:57:42.447Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T09:57:42.545Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T09:57:42.547Z] $ docker exec f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e ssh-agent [2023-03-07T09:57:42.649Z] SSH_AUTH_SOCK=/tmp/ssh-JDj2toV1JGd7/agent.32 [2023-03-07T09:57:42.649Z] SSH_AGENT_PID=38 [2023-03-07T09:57:42.655Z] Running ssh-add (command line suppressed) [2023-03-07T09:57:42.747Z] 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) [2023-03-07T09:57:42.761Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T09:57:43.095Z] + git tag --points-at HEAD [Pipeline] } [2023-03-07T09:57:43.119Z] $ docker exec --env ******** --env ******** f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e ssh-agent -k [2023-03-07T09:57:43.216Z] unset SSH_AUTH_SOCK; [2023-03-07T09:57:43.216Z] unset SSH_AGENT_PID; [2023-03-07T09:57:43.216Z] echo Agent pid 38 killed; [2023-03-07T09:57:43.226Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-07T09:57:43.314Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T09:57:43.314Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T09:57:43.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T09:57:43.418Z] $ docker exec f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e ssh-agent [2023-03-07T09:57:43.520Z] SSH_AUTH_SOCK=/tmp/ssh-HH0clTQFPZq6/agent.71 [2023-03-07T09:57:43.520Z] SSH_AGENT_PID=77 [2023-03-07T09:57:43.524Z] Running ssh-add (command line suppressed) [2023-03-07T09:57:43.614Z] 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) [2023-03-07T09:57:43.626Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T09:57:43.956Z] + git semver init [2023-03-07T09:57:44.214Z] 2023-03-07 09:57:44,120 [run_init] DEBUG init version:0.0.0 force:False [2023-03-07T09:57:44.214Z] 2023-03-07 09:57:44,121 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver [2023-03-07T09:57:44.214Z] 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 [2023-03-07T09:57:44.214Z] 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) [2023-03-07T09:57:45.148Z] 2023-03-07 09:57:44,901 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.git/info/exclude [2023-03-07T09:57:45.148Z] 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 [2023-03-07T09:57:45.148Z] 2023-03-07 09:57:44,902 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver/PR-460 [2023-03-07T09:57:45.148Z] 2023-03-07 09:57:44,907 [execute] INFO git cat-file --batch-check [2023-03-07T09:57:45.148Z] 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=) [2023-03-07T09:57:45.148Z] 2023-03-07 09:57:44,913 [execute] INFO git cat-file --batch [2023-03-07T09:57:45.148Z] 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=) [2023-03-07T09:57:45.148Z] 2023-03-07 09:57:44,919 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-460/.semver/PR-460 [2023-03-07T09:57:45.148Z] 0.0.0 [Pipeline] } [2023-03-07T09:57:45.179Z] $ docker exec --env ******** --env ******** f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e ssh-agent -k [2023-03-07T09:57:45.270Z] unset SSH_AUTH_SOCK; [2023-03-07T09:57:45.271Z] unset SSH_AGENT_PID; [2023-03-07T09:57:45.271Z] echo Agent pid 77 killed; [2023-03-07T09:57:45.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T09:57:45.711Z] + git semver [Pipeline] } [2023-03-07T09:57:45.990Z] $ docker stop --time=1 f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e [2023-03-07T09:57:47.234Z] $ docker rm -f --volumes f5728345cd2dc1f632a1547b11f5429b8e51e94741719dc6dad42588a0b4c66e [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T09:57:47.621Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-07T09:57:47.864Z] Stashed 1 file(s) [Pipeline] echo [2023-03-07T09:57:47.883Z] [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 [2023-03-07T09:57:48.543Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T09:57:48.579Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T09:57:48.609Z] ========================================================= [2023-03-07T09:57:48.609Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-07T09:57:48.609Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-07T09:57:49.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T09:57:49.002Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-07T09:57:49.002Z] 213ec9aee27d: Pulling fs layer [2023-03-07T09:57:49.002Z] 4583459ba037: Pulling fs layer [2023-03-07T09:57:49.002Z] 93c1e223e6f2: Pulling fs layer [2023-03-07T09:57:49.003Z] 53926ce57604: Pulling fs layer [2023-03-07T09:57:49.003Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-07T09:57:49.003Z] 22ff95d597cd: Pulling fs layer [2023-03-07T09:57:49.003Z] 12d6caf4c0d1: Pulling fs layer [2023-03-07T09:57:49.003Z] 96b7cbca73a9: Pulling fs layer [2023-03-07T09:57:49.003Z] a7acece74701: Pulling fs layer [2023-03-07T09:57:49.003Z] 22ff95d597cd: Waiting [2023-03-07T09:57:49.003Z] 12d6caf4c0d1: Waiting [2023-03-07T09:57:49.003Z] 96b7cbca73a9: Waiting [2023-03-07T09:57:49.003Z] a7acece74701: Waiting [2023-03-07T09:57:49.003Z] 53926ce57604: Waiting [2023-03-07T09:57:49.003Z] 21b2b0c7a3f4: Waiting [2023-03-07T09:57:49.003Z] 93c1e223e6f2: Verifying Checksum [2023-03-07T09:57:49.003Z] 93c1e223e6f2: Download complete [2023-03-07T09:57:49.003Z] 4583459ba037: Verifying Checksum [2023-03-07T09:57:49.003Z] 4583459ba037: Download complete [2023-03-07T09:57:49.003Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-07T09:57:49.003Z] 21b2b0c7a3f4: Download complete [2023-03-07T09:57:49.003Z] 22ff95d597cd: Download complete [2023-03-07T09:57:49.003Z] 213ec9aee27d: Verifying Checksum [2023-03-07T09:57:49.003Z] 213ec9aee27d: Download complete [2023-03-07T09:57:49.003Z] 12d6caf4c0d1: Verifying Checksum [2023-03-07T09:57:49.003Z] 12d6caf4c0d1: Download complete [2023-03-07T09:57:49.269Z] 213ec9aee27d: Pull complete [2023-03-07T09:57:49.269Z] 4583459ba037: Pull complete [2023-03-07T09:57:49.269Z] 93c1e223e6f2: Pull complete [2023-03-07T09:57:49.532Z] a7acece74701: Verifying Checksum [2023-03-07T09:57:49.532Z] a7acece74701: Download complete [2023-03-07T09:57:49.791Z] 96b7cbca73a9: Verifying Checksum [2023-03-07T09:57:49.791Z] 96b7cbca73a9: Download complete [2023-03-07T09:57:49.791Z] 53926ce57604: Verifying Checksum [2023-03-07T09:57:49.791Z] 53926ce57604: Download complete [2023-03-07T09:57:53.073Z] 53926ce57604: Pull complete [2023-03-07T09:57:53.073Z] 21b2b0c7a3f4: Pull complete [2023-03-07T09:57:53.073Z] 22ff95d597cd: Pull complete [2023-03-07T09:57:53.331Z] 12d6caf4c0d1: Pull complete [2023-03-07T09:57:55.238Z] 96b7cbca73a9: Pull complete [2023-03-07T09:57:55.496Z] a7acece74701: Pull complete [2023-03-07T09:57:55.496Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-07T09:57:55.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T09:57:55.496Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-03-07T09:57:56.105Z] + 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 [2023-03-07T09:57:56.485Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-07T09:57:56.485Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T09:57:56.636Z] prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container [2023-03-07T09:57:56.663Z] $ 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 [2023-03-07T09:58:02.759Z] $ docker top c9758fd2d641b5dfa93ac88414462045dd5b3d3b1870bda76dd795864dcd85d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T09:58:03.145Z] + go version [2023-03-07T09:58:03.145Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-07T09:58:03.175Z] $ docker stop --time=1 c9758fd2d641b5dfa93ac88414462045dd5b3d3b1870bda76dd795864dcd85d4 [2023-03-07T09:58:03.344Z] Still waiting to schedule task [2023-03-07T09:58:03.345Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-07T09:58:04.428Z] $ 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 [2023-03-07T09:58:05.104Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-07T09:58:05.104Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T09:58:05.251Z] prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container [2023-03-07T09:58:05.279Z] $ 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 [2023-03-07T09:58:05.580Z] $ docker top eb7efd5e255df33b04f03bba48d06ca11e1c9d1137b1d07f92e29f0b17bb2474 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T09:58:05.966Z] + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-460 [Pipeline] fileExists [Pipeline] sh [2023-03-07T09:58:06.390Z] + make test [2023-03-07T09:58:06.390Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-03-07T09:58:06.390Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-03-07T09:58:06.390Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-03-07T09:58:06.390Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.24 [2023-03-07T09:58:06.390Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 [2023-03-07T09:58:06.390Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.14 [2023-03-07T09:58:06.390Z] go: downloading github.com/google/uuid v1.3.0 [2023-03-07T09:58:06.390Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-03-07T09:58:06.390Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.8 [2023-03-07T09:58:06.654Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-03-07T09:58:06.654Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 [2023-03-07T09:58:06.654Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-03-07T09:58:06.654Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-03-07T09:58:06.654Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-03-07T09:58:06.654Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-07T09:58:06.654Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-07T09:58:06.654Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-07T09:58:06.654Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-07T09:58:06.654Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-03-07T09:58:06.654Z] go: downloading github.com/go-kit/log v0.2.1 [2023-03-07T09:58:06.654Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-03-07T09:58:06.654Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-03-07T09:58:06.654Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-03-07T09:58:06.654Z] go: downloading github.com/hashicorp/consul/api v1.19.1 [2023-03-07T09:58:06.654Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-03-07T09:58:06.654Z] go: downloading golang.org/x/net v0.7.0 [2023-03-07T09:58:06.654Z] go: downloading golang.org/x/sync v0.1.0 [2023-03-07T09:58:06.654Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-03-07T09:58:06.654Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-03-07T09:58:06.654Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-03-07T09:58:06.654Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-03-07T09:58:06.654Z] go: downloading golang.org/x/crypto v0.5.0 [2023-03-07T09:58:06.654Z] go: downloading golang.org/x/text v0.7.0 [2023-03-07T09:58:06.654Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-03-07T09:58:06.654Z] go: downloading google.golang.org/grpc v1.51.0 [2023-03-07T09:58:06.941Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-03-07T09:58:06.941Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-03-07T09:58:06.941Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-03-07T09:58:06.941Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-03-07T09:58:06.941Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-03-07T09:58:06.941Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-03-07T09:58:06.941Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-03-07T09:58:06.941Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-03-07T09:58:06.941Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-03-07T09:58:07.200Z] go: downloading github.com/x448/float16 v0.8.4 [2023-03-07T09:58:07.200Z] go: downloading github.com/fatih/color v1.9.0 [2023-03-07T09:58:07.200Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-03-07T09:58:07.200Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-03-07T09:58:07.200Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-03-07T09:58:07.200Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-03-07T09:58:07.200Z] go: downloading golang.org/x/sys v0.5.0 [2023-03-07T09:58:07.200Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-03-07T09:58:07.200Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-03-07T09:58:07.200Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-03-07T09:58:07.200Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-03-07T09:58:07.200Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-03-07T09:58:17.164Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.024s coverage: 35.3% of statements [2023-03-07T09:58:39.103Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.010s coverage: 92.5% of statements [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.025s coverage: 85.3% of statements [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.021s coverage: 42.3% of statements [2023-03-07T09:58:39.103Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-03-07T09:58:39.103Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.012s coverage: 100.0% of statements [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.323s coverage: 87.7% of statements [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.020s coverage: 25.0% of statements [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.032s coverage: 79.2% of statements [2023-03-07T09:58:39.103Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.029s coverage: 31.2% of statements [2023-03-07T09:58:39.103Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.042s coverage: 91.3% of statements [2023-03-07T09:58:44.367Z] 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." [2023-03-07T09:58:44.367Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-03-07T09:58:46.895Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-07T09:58:46.895Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-07T09:58:46.933Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-07T09:58:46.960Z] $ docker stop --time=1 eb7efd5e255df33b04f03bba48d06ca11e1c9d1137b1d07f92e29f0b17bb2474 [2023-03-07T09:58:48.958Z] $ docker rm -f --volumes eb7efd5e255df33b04f03bba48d06ca11e1c9d1137b1d07f92e29f0b17bb2474 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T09:58:49.621Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-07T09:58:49.695Z] 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 [2023-03-07T09:58:50.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T09:58:50.708Z] [2023-03-07T09:58:50.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T09:58:51.086Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T09:58:51.087Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-07T09:58:51.087Z] 5eb5b503b376: Pulling fs layer [2023-03-07T09:58:51.087Z] 5c69ac0246d0: Pulling fs layer [2023-03-07T09:58:51.087Z] ec43610c2a17: Pulling fs layer [2023-03-07T09:58:51.087Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-07T09:58:51.087Z] 33b1e0a273af: Pulling fs layer [2023-03-07T09:58:51.087Z] 5d3b04190fa2: Pulling fs layer [2023-03-07T09:58:51.087Z] 2f39f015ded8: Pulling fs layer [2023-03-07T09:58:51.087Z] 3a2ae6a8a46f: Waiting [2023-03-07T09:58:51.087Z] 33b1e0a273af: Waiting [2023-03-07T09:58:51.087Z] 5d3b04190fa2: Waiting [2023-03-07T09:58:51.087Z] 2f39f015ded8: Waiting [2023-03-07T09:58:51.087Z] 5c69ac0246d0: Verifying Checksum [2023-03-07T09:58:51.087Z] 5c69ac0246d0: Download complete [2023-03-07T09:58:51.087Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-07T09:58:51.087Z] 3a2ae6a8a46f: Download complete [2023-03-07T09:58:51.347Z] 33b1e0a273af: Verifying Checksum [2023-03-07T09:58:51.347Z] 33b1e0a273af: Download complete [2023-03-07T09:58:51.347Z] ec43610c2a17: Verifying Checksum [2023-03-07T09:58:51.347Z] ec43610c2a17: Download complete [2023-03-07T09:58:51.347Z] 5d3b04190fa2: Download complete [2023-03-07T09:58:51.347Z] 5eb5b503b376: Verifying Checksum [2023-03-07T09:58:51.347Z] 5eb5b503b376: Download complete [2023-03-07T09:58:51.915Z] 2f39f015ded8: Verifying Checksum [2023-03-07T09:58:51.915Z] 2f39f015ded8: Download complete [2023-03-07T09:58:52.484Z] 5eb5b503b376: Pull complete [2023-03-07T09:58:52.484Z] 5c69ac0246d0: Pull complete [2023-03-07T09:58:52.742Z] ec43610c2a17: Pull complete [2023-03-07T09:58:53.002Z] 3a2ae6a8a46f: Pull complete [2023-03-07T09:58:53.002Z] 33b1e0a273af: Pull complete [2023-03-07T09:58:53.261Z] 5d3b04190fa2: Pull complete [2023-03-07T09:58:57.502Z] 2f39f015ded8: Pull complete [2023-03-07T09:58:57.502Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-07T09:58:57.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T09:58:57.502Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T09:58:57.738Z] prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container [2023-03-07T09:58:57.760Z] $ 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 [2023-03-07T09:59:01.778Z] $ docker top 84774d02d333de6174293798b1379a166b2b71b9811eb7c8ce76faf79891050e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T09:59:02.231Z] ---> job-cost.sh [2023-03-07T09:59:02.231Z] lf-activate-venv: SKIPPING [2023-03-07T09:59:02.231Z] INFO: No Stack... [2023-03-07T09:59:02.494Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-07T09:59:03.060Z] INFO: Archiving Costs [Pipeline] sh [2023-03-07T09:59:03.370Z] + cat /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives/cost.csv [2023-03-07T09:59:03.370Z] + cut -d, -f6 [Pipeline] lock [2023-03-07T09:59:03.411Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [2023-03-07T09:59:03.416Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] did not exist. Created. [2023-03-07T09:59:03.416Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-07T09:59:03.789Z] + echo total: 0.4399999976158142 [Pipeline] stash [2023-03-07T09:59:03.835Z] Stashed 1 file(s) [Pipeline] } [2023-03-07T09:59:03.860Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-07T09:59:03.934Z] $ docker stop --time=1 84774d02d333de6174293798b1379a166b2b71b9811eb7c8ce76faf79891050e [2023-03-07T09:59:05.070Z] $ docker rm -f --volumes 84774d02d333de6174293798b1379a166b2b71b9811eb7c8ce76faf79891050e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-07T09:59:32.092Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8532 in /w/workspace/xfoundry_go-mod-bootstrap_PR-460 [Pipeline] { [Pipeline] ws [2023-03-07T09:59:32.150Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2023-03-07T09:59:32.233Z] Selected Git installation does not exist. Using Default [2023-03-07T09:59:32.233Z] The recommended git tool is: NONE [2023-03-07T09:59:37.348Z] using credential edgex-jenkins-ssh [2023-03-07T09:59:37.365Z] Cloning the remote Git repository [2023-03-07T09:59:37.410Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-03-07T09:59:37.495Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2023-03-07T09:59:37.658Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-03-07T09:59:37.659Z] > git --version # timeout=10 [2023-03-07T09:59:37.681Z] > git --version # 'git version 2.25.1' [2023-03-07T09:59:37.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-07T09:59:37.743Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-07T09:59:38.945Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-03-07T09:59:38.975Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-07T09:59:40.326Z] Merging remotes/origin/main commit 738a6fab2d3187b2db1349542ea69c9902f5b687 into PR head commit f55447927ac68c555e7aae83a6c4d08911dfdf39 [2023-03-07T09:59:40.545Z] Merge succeeded, producing f55447927ac68c555e7aae83a6c4d08911dfdf39 [2023-03-07T09:59:40.545Z] Checking out Revision f55447927ac68c555e7aae83a6c4d08911dfdf39 (PR-460) [2023-03-07T09:59:39.728Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-03-07T09:59:39.766Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-03-07T09:59:39.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-07T09:59:39.781Z] > 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 [2023-03-07T09:59:40.344Z] > git config core.sparsecheckout # timeout=10 [2023-03-07T09:59:40.363Z] > git checkout -f f55447927ac68c555e7aae83a6c4d08911dfdf39 # timeout=10 [2023-03-07T09:59:40.452Z] > git remote # timeout=10 [2023-03-07T09:59:40.470Z] > git config --get remote.origin.url # timeout=10 [2023-03-07T09:59:40.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-07T09:59:40.499Z] > git merge 738a6fab2d3187b2db1349542ea69c9902f5b687 # timeout=10 [2023-03-07T09:59:40.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-07T09:59:40.552Z] > git config core.sparsecheckout # timeout=10 [2023-03-07T09:59:40.566Z] > git checkout -f f55447927ac68c555e7aae83a6c4d08911dfdf39 # timeout=10 [2023-03-07T09:59:41.039Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-configuration/v3" [2023-03-07T09:59:41.090Z] > git --version # timeout=10 [2023-03-07T09:59:41.100Z] > git --version # 'git version 2.25.1' [2023-03-07T09:59:41.116Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-07T09:59:42.216Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-07T09:59:42.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T09:59:42.216Z] Dload Upload Total Spent Left Speed [2023-03-07T09:59:42.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89167 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh [2023-03-07T09:59:42.845Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-07T09:59:43.185Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-07T09:59:43.185Z] + sudo tee /etc/docker/daemon.new [2023-03-07T09:59:43.185Z] { [2023-03-07T09:59:43.185Z] "registry-mirrors": [ [2023-03-07T09:59:43.185Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-07T09:59:43.185Z] ], [2023-03-07T09:59:43.185Z] "bip": "10.250.0.254/24", [2023-03-07T09:59:43.185Z] "hosts": [ [2023-03-07T09:59:43.185Z] "tcp://0.0.0.0:5555", [2023-03-07T09:59:43.185Z] "unix:///var/run/docker.sock" [2023-03-07T09:59:43.185Z] ], [2023-03-07T09:59:43.185Z] "mtu": 1458, [2023-03-07T09:59:43.185Z] "selinux-enabled": true, [2023-03-07T09:59:43.185Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-07T09:59:43.185Z] } [Pipeline] sh [2023-03-07T09:59:43.539Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-07T09:59:43.892Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-03-07T10:00:02.384Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T10:00:02.419Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T10:00:02.452Z] ========================================================= [2023-03-07T10:00:02.452Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-07T10:00:02.452Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-07T10:00:02.859Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T10:00:03.829Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-07T10:00:03.829Z] 9b18e9b68314: Pulling fs layer [2023-03-07T10:00:03.829Z] 35d82f9e3411: Pulling fs layer [2023-03-07T10:00:03.829Z] e16973657156: Pulling fs layer [2023-03-07T10:00:03.829Z] fc693d55d65f: Pulling fs layer [2023-03-07T10:00:03.829Z] 7e9fc2657dce: Pulling fs layer [2023-03-07T10:00:03.829Z] dda99020689f: Pulling fs layer [2023-03-07T10:00:03.829Z] db1c61fa0a46: Pulling fs layer [2023-03-07T10:00:03.829Z] 891c053d2c06: Pulling fs layer [2023-03-07T10:00:03.829Z] dda99020689f: Waiting [2023-03-07T10:00:03.829Z] fc693d55d65f: Waiting [2023-03-07T10:00:03.829Z] 7e9fc2657dce: Waiting [2023-03-07T10:00:03.829Z] 891c053d2c06: Waiting [2023-03-07T10:00:03.829Z] db1c61fa0a46: Waiting [2023-03-07T10:00:03.829Z] e16973657156: Verifying Checksum [2023-03-07T10:00:03.829Z] e16973657156: Download complete [2023-03-07T10:00:03.829Z] 35d82f9e3411: Verifying Checksum [2023-03-07T10:00:03.829Z] 35d82f9e3411: Download complete [2023-03-07T10:00:03.829Z] 7e9fc2657dce: Verifying Checksum [2023-03-07T10:00:03.829Z] 7e9fc2657dce: Download complete [2023-03-07T10:00:03.829Z] dda99020689f: Verifying Checksum [2023-03-07T10:00:03.829Z] dda99020689f: Download complete [2023-03-07T10:00:03.829Z] 9b18e9b68314: Download complete [2023-03-07T10:00:04.809Z] 9b18e9b68314: Pull complete [2023-03-07T10:00:04.809Z] 891c053d2c06: Verifying Checksum [2023-03-07T10:00:04.809Z] 891c053d2c06: Download complete [2023-03-07T10:00:05.398Z] 35d82f9e3411: Pull complete [2023-03-07T10:00:05.670Z] e16973657156: Pull complete [2023-03-07T10:00:06.255Z] db1c61fa0a46: Verifying Checksum [2023-03-07T10:00:06.255Z] db1c61fa0a46: Download complete [2023-03-07T10:00:06.523Z] fc693d55d65f: Verifying Checksum [2023-03-07T10:00:06.523Z] fc693d55d65f: Download complete [2023-03-07T10:00:18.867Z] fc693d55d65f: Pull complete [2023-03-07T10:00:18.867Z] 7e9fc2657dce: Pull complete [2023-03-07T10:00:18.867Z] dda99020689f: Pull complete [2023-03-07T10:00:24.229Z] db1c61fa0a46: Pull complete [2023-03-07T10:00:26.189Z] 891c053d2c06: Pull complete [2023-03-07T10:00:26.189Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-07T10:00:26.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T10:00:26.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-03-07T10:00:26.531Z] + 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 [2023-03-07T10:00:26.933Z] + docker inspect -f . ci-base-image-arm64 [2023-03-07T10:00:26.933Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T10:00:27.251Z] prd-ubuntu20.04-docker-arm64-4c-16g-8532 does not seem to be running inside a container [2023-03-07T10:00:27.376Z] $ 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 [2023-03-07T10:00:30.699Z] $ docker top 76f6325dee8a16c8a8561b9eca403d1aefc8dda10c21c01e13ef51679d4e33c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T10:00:31.582Z] + go version [2023-03-07T10:00:31.582Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-07T10:00:31.621Z] $ docker stop --time=1 76f6325dee8a16c8a8561b9eca403d1aefc8dda10c21c01e13ef51679d4e33c3 [2023-03-07T10:00:33.251Z] $ 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 [2023-03-07T10:00:34.102Z] + docker inspect -f . ci-base-image-arm64 [2023-03-07T10:00:34.102Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T10:00:34.349Z] prd-ubuntu20.04-docker-arm64-4c-16g-8532 does not seem to be running inside a container [2023-03-07T10:00:34.416Z] $ 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 [2023-03-07T10:00:35.557Z] $ docker top fffc631b24d7b145e556229b03f1d2ba5be87aae9dfd43bfa328d611f18c2a3b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T10:00:36.110Z] + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh [2023-03-07T10:00:36.758Z] + make test [2023-03-07T10:00:36.758Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-03-07T10:00:37.025Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 [2023-03-07T10:00:37.025Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.24 [2023-03-07T10:00:37.025Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-03-07T10:00:37.290Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-03-07T10:00:37.290Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 [2023-03-07T10:00:37.290Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-03-07T10:00:37.290Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-03-07T10:00:37.290Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-03-07T10:00:37.290Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.14 [2023-03-07T10:00:37.290Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.8 [2023-03-07T10:00:37.557Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-03-07T10:00:37.557Z] go: downloading github.com/google/uuid v1.3.0 [2023-03-07T10:00:37.557Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-03-07T10:00:37.557Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-07T10:00:37.557Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-07T10:00:37.557Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-07T10:00:37.557Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-07T10:00:37.557Z] go: downloading github.com/go-kit/log v0.2.1 [2023-03-07T10:00:37.557Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-03-07T10:00:37.557Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-03-07T10:00:37.826Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-03-07T10:00:37.826Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-03-07T10:00:37.826Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-03-07T10:00:37.826Z] go: downloading golang.org/x/net v0.7.0 [2023-03-07T10:00:37.826Z] go: downloading golang.org/x/sync v0.1.0 [2023-03-07T10:00:37.826Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-03-07T10:00:38.093Z] go: downloading github.com/hashicorp/consul/api v1.19.1 [2023-03-07T10:00:38.093Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-03-07T10:00:38.093Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-03-07T10:00:38.093Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-03-07T10:00:38.093Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-03-07T10:00:38.093Z] go: downloading golang.org/x/crypto v0.5.0 [2023-03-07T10:00:38.093Z] go: downloading golang.org/x/text v0.7.0 [2023-03-07T10:00:38.359Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-03-07T10:00:38.626Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-03-07T10:00:38.626Z] go: downloading google.golang.org/grpc v1.51.0 [2023-03-07T10:00:39.585Z] go: downloading github.com/x448/float16 v0.8.4 [2023-03-07T10:00:39.585Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-03-07T10:00:39.585Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-03-07T10:00:39.853Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-03-07T10:00:39.853Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-03-07T10:00:39.853Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-03-07T10:00:39.853Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-03-07T10:00:39.853Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-03-07T10:00:39.853Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-03-07T10:00:40.121Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-03-07T10:00:41.103Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-03-07T10:00:41.104Z] go: downloading github.com/fatih/color v1.9.0 [2023-03-07T10:00:41.104Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-03-07T10:00:41.374Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-03-07T10:00:41.374Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-03-07T10:00:41.374Z] go: downloading golang.org/x/sys v0.5.0 [2023-03-07T10:00:41.642Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-03-07T10:00:41.642Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-03-07T10:00:41.642Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-03-07T10:02:03.290Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.132s coverage: 35.3% of statements [2023-03-07T10:02:25.339Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.078s coverage: 92.5% of statements [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.019s coverage: 85.3% of statements [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.109s coverage: 42.3% of statements [2023-03-07T10:02:25.339Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-03-07T10:02:25.339Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.058s coverage: 100.0% of statements [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.370s coverage: 87.7% of statements [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.071s coverage: 25.0% of statements [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.127s coverage: 79.2% of statements [2023-03-07T10:02:25.339Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.047s coverage: 31.2% of statements [2023-03-07T10:02:25.339Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.015s coverage: 91.3% of statements [2023-03-07T10:02:25.339Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-07T10:02:25.339Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-03-07T10:02:43.536Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-07T10:02:43.803Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-07T10:02:43.851Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-07T10:02:43.884Z] $ docker stop --time=1 fffc631b24d7b145e556229b03f1d2ba5be87aae9dfd43bfa328d611f18c2a3b [2023-03-07T10:02:45.674Z] $ docker rm -f --volumes fffc631b24d7b145e556229b03f1d2ba5be87aae9dfd43bfa328d611f18c2a3b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T10:02:48.240Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-07T10:02:48.275Z] Warning: overwriting stash ‘coverage-report’ [2023-03-07T10:02:48.815Z] 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 [2023-03-07T10:02:49.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T10:02:49.704Z] [2023-03-07T10:02:49.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T10:02:50.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T10:02:50.378Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-07T10:02:50.378Z] 8998bd30e6a1: Pulling fs layer [2023-03-07T10:02:50.378Z] 04944245beec: Pulling fs layer [2023-03-07T10:02:50.378Z] 699f458cf7ca: Pulling fs layer [2023-03-07T10:02:50.378Z] 765212b225bb: Pulling fs layer [2023-03-07T10:02:50.378Z] f23df028b6ca: Pulling fs layer [2023-03-07T10:02:50.378Z] d65c8cfc05b1: Pulling fs layer [2023-03-07T10:02:50.378Z] 2437ff75d9bd: Pulling fs layer [2023-03-07T10:02:50.378Z] 765212b225bb: Waiting [2023-03-07T10:02:50.378Z] f23df028b6ca: Waiting [2023-03-07T10:02:50.378Z] d65c8cfc05b1: Waiting [2023-03-07T10:02:50.378Z] 2437ff75d9bd: Waiting [2023-03-07T10:02:50.378Z] 04944245beec: Verifying Checksum [2023-03-07T10:02:50.378Z] 04944245beec: Download complete [2023-03-07T10:02:50.378Z] 765212b225bb: Verifying Checksum [2023-03-07T10:02:50.378Z] 765212b225bb: Download complete [2023-03-07T10:02:50.378Z] f23df028b6ca: Verifying Checksum [2023-03-07T10:02:50.378Z] f23df028b6ca: Download complete [2023-03-07T10:02:50.646Z] d65c8cfc05b1: Verifying Checksum [2023-03-07T10:02:50.646Z] d65c8cfc05b1: Download complete [2023-03-07T10:02:50.646Z] 699f458cf7ca: Verifying Checksum [2023-03-07T10:02:50.646Z] 699f458cf7ca: Download complete [2023-03-07T10:02:51.231Z] 8998bd30e6a1: Download complete [2023-03-07T10:02:53.171Z] 2437ff75d9bd: Verifying Checksum [2023-03-07T10:02:53.171Z] 2437ff75d9bd: Download complete [2023-03-07T10:02:55.119Z] 8998bd30e6a1: Pull complete [2023-03-07T10:02:55.388Z] 04944245beec: Pull complete [2023-03-07T10:02:56.801Z] 699f458cf7ca: Pull complete [2023-03-07T10:02:57.068Z] 765212b225bb: Pull complete [2023-03-07T10:02:57.651Z] f23df028b6ca: Pull complete [2023-03-07T10:02:57.919Z] d65c8cfc05b1: Pull complete [2023-03-07T10:03:12.906Z] 2437ff75d9bd: Pull complete [2023-03-07T10:03:12.906Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-07T10:03:12.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T10:03:12.906Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T10:03:13.223Z] prd-ubuntu20.04-docker-arm64-4c-16g-8532 does not seem to be running inside a container [2023-03-07T10:03:13.289Z] $ 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 [2023-03-07T10:03:15.736Z] $ docker top 5e981a71c61256ce48ae1f6e2562719502a3cc7d53ed7cdcd800080c1b916ce2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T10:03:16.643Z] ---> job-cost.sh [2023-03-07T10:03:16.643Z] lf-activate-venv: SKIPPING [2023-03-07T10:03:16.643Z] INFO: No Stack... [2023-03-07T10:03:16.913Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-07T10:03:17.869Z] INFO: Archiving Costs [Pipeline] sh [2023-03-07T10:03:18.218Z] + cut -d, -f6 [2023-03-07T10:03:18.218Z] + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [Pipeline] lock [2023-03-07T10:03:18.570Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [2023-03-07T10:03:18.575Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] did not exist. Created. [2023-03-07T10:03:18.575Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-07T10:03:19.304Z] /w/workspace/go-mod-bootstrap/1@tmp/durable-a0a341ee/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-07T10:03:19.983Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-07T10:03:20.024Z] Warning: overwriting stash ‘stack-cost’ [2023-03-07T10:03:20.068Z] Stashed 1 file(s) [Pipeline] } [2023-03-07T10:03:20.084Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-460-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-07T10:03:20.160Z] $ docker stop --time=1 5e981a71c61256ce48ae1f6e2562719502a3cc7d53ed7cdcd800080c1b916ce2 [2023-03-07T10:03:21.702Z] $ 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 [2023-03-07T10:03:22.681Z] provisioning config files... [2023-03-07T10:03:22.692Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp/config15853645823320137825tmp [Pipeline] { [Pipeline] sh [2023-03-07T10:03:23.027Z] + set +x [2023-03-07T10:03:23.027Z] + curl -s https://codecov.io/bash [2023-03-07T10:03:23.027Z] + bash -s -- [2023-03-07T10:03:23.027Z] [2023-03-07T10:03:23.027Z] _____ _ [2023-03-07T10:03:23.027Z] / ____| | | [2023-03-07T10:03:23.027Z] | | ___ __| | ___ ___ _____ __ [2023-03-07T10:03:23.027Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-07T10:03:23.027Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-07T10:03:23.027Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-07T10:03:23.027Z] Bash-1.0.6 [2023-03-07T10:03:23.027Z] [2023-03-07T10:03:23.027Z] [2023-03-07T10:03:23.027Z] ==> git version 2.25.1 found [2023-03-07T10:03:23.027Z] ==> 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 [2023-03-07T10:03:23.027Z] Release-Date: 2020-01-08 [2023-03-07T10:03:23.027Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-07T10:03:23.027Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-07T10:03:23.027Z] ==> Jenkins CI detected. [2023-03-07T10:03:23.027Z] current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-460 [2023-03-07T10:03:23.027Z] project root: . [2023-03-07T10:03:23.027Z] --> token set from env [2023-03-07T10:03:23.027Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-07T10:03:23.027Z] ==> Running gcov in . (disable via -X gcov) [2023-03-07T10:03:23.027Z] ==> Python coveragepy not found [2023-03-07T10:03:23.027Z] ==> Searching for coverage reports in: [2023-03-07T10:03:23.027Z] + . [2023-03-07T10:03:23.027Z] -> Found 1 reports [2023-03-07T10:03:23.027Z] ==> Detecting git/mercurial file structure [2023-03-07T10:03:23.027Z] ==> Reading reports [2023-03-07T10:03:23.027Z] + ./coverage.out bytes=79766 [2023-03-07T10:03:23.027Z] ==> Appending adjustments [2023-03-07T10:03:23.027Z] https://docs.codecov.io/docs/fixing-reports [2023-03-07T10:03:23.286Z] + Found adjustments [2023-03-07T10:03:23.286Z] ==> Gzipping contents [2023-03-07T10:03:23.286Z] 16K /tmp/codecov.2WfiIa.gz [2023-03-07T10:03:23.286Z] ==> Uploading reports [2023-03-07T10:03:23.286Z] url: https://codecov.io [2023-03-07T10:03:23.286Z] 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= [2023-03-07T10:03:23.286Z] -> Pinging Codecov [2023-03-07T10:03:23.286Z] 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= [2023-03-07T10:03:23.544Z] -> Uploading to [2023-03-07T10:03:23.545Z] 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 [2023-03-07T10:03:23.545Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T10:03:23.545Z] Dload Upload Total Spent Left Speed [2023-03-07T10:03:23.803Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12806 0 0 100 12806 0 48692 --:--:-- --:--:-- --:--:-- 48692 [2023-03-07T10:03:23.803Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/f55447927ac68c555e7aae83a6c4d08911dfdf39 [Pipeline] } [2023-03-07T10:03:23.831Z] 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 [2023-03-07T10:03:25.574Z] + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives ] [2023-03-07T10:03:25.574Z] + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives [2023-03-07T10:03:25.574Z] total 16 [2023-03-07T10:03:25.574Z] drwxr-xr-x 3 root root 4096 Mar 7 09:59 . [2023-03-07T10:03:25.574Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 7 09:59 .. [2023-03-07T10:03:25.574Z] drwxr-xr-x 2 root root 4096 Mar 7 09:59 cost [2023-03-07T10:03:25.574Z] -rw-r--r-- 1 root root 89 Mar 7 09:59 cost.csv [2023-03-07T10:03:25.574Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives [2023-03-07T10:03:25.574Z] + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives [2023-03-07T10:03:25.574Z] total 16 [2023-03-07T10:03:25.574Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 7 09:59 . [2023-03-07T10:03:25.574Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 7 09:59 .. [2023-03-07T10:03:25.574Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 7 09:59 cost [2023-03-07T10:03:25.574Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 7 09:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-07T10:03:25.899Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T10:03:26.794Z] ---> package-listing.sh [2023-03-07T10:03:26.794Z] ++ facter osfamily [2023-03-07T10:03:26.794Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-07T10:03:27.052Z] + OS_FAMILY=debian [2023-03-07T10:03:27.052Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-460 [2023-03-07T10:03:27.052Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-07T10:03:27.052Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-07T10:03:27.052Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-07T10:03:27.052Z] + PACKAGES=/tmp/packages_start.txt [2023-03-07T10:03:27.052Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-460 ']' [2023-03-07T10:03:27.052Z] + PACKAGES=/tmp/packages_end.txt [2023-03-07T10:03:27.052Z] + case "${OS_FAMILY}" in [2023-03-07T10:03:27.052Z] + dpkg -l [2023-03-07T10:03:27.052Z] + grep '^ii' [2023-03-07T10:03:27.052Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-07T10:03:27.052Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-07T10:03:27.052Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-07T10:03:27.052Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-460 ']' [2023-03-07T10:03:27.052Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-460/archives/ [2023-03-07T10:03:27.052Z] + 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 [2023-03-07T10:03:27.093Z] 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 [2023-03-07T10:03:27.387Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T10:03:28.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T10:03:28.007Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T10:03:28.147Z] prd-ubuntu20.04-docker-8c-8g-8526 does not seem to be running inside a container [2023-03-07T10:03:28.172Z] $ 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 [2023-03-07T10:03:28.402Z] $ docker top 3eab3199329f1e85a8630d57d39d99ba64c55857c693e62738440f8e3eabd618 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T10:03:28.781Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-07T10:03:29.086Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-07T10:03:29.391Z] + ls /var/log/sa-host [2023-03-07T10:03:29.391Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-07T10:03:29.606Z] provisioning config files... [2023-03-07T10:03:29.614Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-460@tmp/config18386625119953765801tmp [Pipeline] { [Pipeline] echo [2023-03-07T10:03:29.719Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T10:03:30.035Z] ---> create-netrc.sh [Pipeline] } [2023-03-07T10:03:30.064Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-07T10:03:30.473Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-07T10:03:30.507Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T10:03:30.822Z] ---> sudo-logs.sh [2023-03-07T10:03:30.822Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-07T10:03:30.914Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T10:03:31.223Z] ---> job-cost.sh [2023-03-07T10:03:31.223Z] lf-activate-venv: SKIPPING [2023-03-07T10:03:31.223Z] DEBUG: total: 0.4399999976158142 [2023-03-07T10:03:31.223Z] INFO: Retrieving Stack Cost... [2023-03-07T10:03:31.481Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-07T10:03:31.740Z] INFO: Archiving Costs [Pipeline] echo [2023-03-07T10:03:31.777Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T10:03:32.085Z] ---> logs-deploy.sh [2023-03-07T10:03:32.085Z] lf-activate-venv: SKIPPING [2023-03-07T10:03:32.085Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-460/1 [2023-03-07T10:03:32.085Z] INFO: archiving workspace using pattern(s): [2023-03-07T10:03:33.016Z] Archives upload complete. [2023-03-07T10:03:33.276Z] INFO: archiving logs to Nexus [2023-03-07T10:03:33.847Z] ---> uname -a: [2023-03-07T10:03:33.847Z] 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 [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] ---> lscpu: [2023-03-07T10:03:33.847Z] Architecture: x86_64 [2023-03-07T10:03:33.847Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-07T10:03:33.847Z] Byte Order: Little Endian [2023-03-07T10:03:33.847Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-07T10:03:33.847Z] CPU(s): 8 [2023-03-07T10:03:33.847Z] On-line CPU(s) list: 0-7 [2023-03-07T10:03:33.847Z] Thread(s) per core: 1 [2023-03-07T10:03:33.847Z] Core(s) per socket: 1 [2023-03-07T10:03:33.847Z] Socket(s): 8 [2023-03-07T10:03:33.847Z] NUMA node(s): 1 [2023-03-07T10:03:33.847Z] Vendor ID: AuthenticAMD [2023-03-07T10:03:33.847Z] CPU family: 23 [2023-03-07T10:03:33.847Z] Model: 49 [2023-03-07T10:03:33.847Z] Model name: AMD EPYC-Rome Processor [2023-03-07T10:03:33.847Z] Stepping: 0 [2023-03-07T10:03:33.847Z] CPU MHz: 2799.998 [2023-03-07T10:03:33.847Z] BogoMIPS: 5599.99 [2023-03-07T10:03:33.847Z] Virtualization: AMD-V [2023-03-07T10:03:33.847Z] Hypervisor vendor: KVM [2023-03-07T10:03:33.847Z] Virtualization type: full [2023-03-07T10:03:33.847Z] L1d cache: 256 KiB [2023-03-07T10:03:33.847Z] L1i cache: 256 KiB [2023-03-07T10:03:33.847Z] L2 cache: 4 MiB [2023-03-07T10:03:33.847Z] L3 cache: 128 MiB [2023-03-07T10:03:33.847Z] NUMA node0 CPU(s): 0-7 [2023-03-07T10:03:33.847Z] Vulnerability Itlb multihit: Not affected [2023-03-07T10:03:33.847Z] Vulnerability L1tf: Not affected [2023-03-07T10:03:33.847Z] Vulnerability Mds: Not affected [2023-03-07T10:03:33.847Z] Vulnerability Meltdown: Not affected [2023-03-07T10:03:33.847Z] Vulnerability Mmio stale data: Not affected [2023-03-07T10:03:33.847Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-07T10:03:33.847Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-07T10:03:33.847Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-07T10:03:33.847Z] Vulnerability Srbds: Not affected [2023-03-07T10:03:33.847Z] Vulnerability Tsx async abort: Not affected [2023-03-07T10:03:33.847Z] 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 [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] ---> nproc: [2023-03-07T10:03:33.847Z] 8 [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] ---> df -h: [2023-03-07T10:03:33.847Z] Filesystem Size Used Avail Use% Mounted on [2023-03-07T10:03:33.847Z] overlay 155G 11G 145G 7% / [2023-03-07T10:03:33.847Z] tmpfs 64M 0 64M 0% /dev [2023-03-07T10:03:33.847Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-07T10:03:33.847Z] shm 64M 0 64M 0% /dev/shm [2023-03-07T10:03:33.847Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] ---> sar -b -r -n DEV: [2023-03-07T10:03:33.847Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8526) 03/07/23 _x86_64_ (8 CPU) [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] 08:32:43 LINUX RESTART (8 CPU) [2023-03-07T10:03:33.847Z] [2023-03-07T10:03:33.847Z] 08:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-07T10:03:33.847Z] 08:34:01 57.30 31.01 26.29 0.00 3338.89 37126.82 0.00 [2023-03-07T10:03:33.847Z] 08:35:01 3.15 0.00 3.15 0.00 0.00 44.81 0.00 [2023-03-07T10:03:33.847Z] 08:36:01 0.70 0.00 0.70 0.00 0.00 9.60 0.00 [2023-03-07T10:03:33.847Z] 08:37:01 0.60 0.00 0.60 0.00 0.00 9.73 0.00 [2023-03-07T10:03:33.847Z] 08:38:01 40.64 10.55 30.09 0.00 5157.54 5140.34 0.00 [2023-03-07T10:03:33.847Z] 08:39:01 14.60 1.25 13.35 0.00 41.19 3602.47 0.00 [2023-03-07T10:03:33.847Z] 08:40:01 2.60 0.02 2.58 0.00 0.13 81.19 0.00 [2023-03-07T10:03:33.847Z] 08:41:01 0.73 0.00 0.73 0.00 0.00 9.60 0.00 [2023-03-07T10:03:33.847Z] 08:42:01 0.85 0.00 0.85 0.00 0.00 10.80 0.00 [2023-03-07T10:03:33.847Z] 08:43:01 1.27 0.00 1.27 0.00 0.00 16.40 0.00 [2023-03-07T10:03:33.847Z] 08:44:01 0.68 0.00 0.68 0.00 0.00 8.93 0.00 [2023-03-07T10:03:33.847Z] 08:45:01 1.08 0.00 1.08 0.00 0.00 15.73 0.00 [2023-03-07T10:03:33.847Z] 08:46:01 0.73 0.00 0.73 0.00 0.00 9.60 0.00 [2023-03-07T10:03:33.847Z] 08:47:01 0.65 0.00 0.65 0.00 0.00 9.33 0.00 [2023-03-07T10:03:33.847Z] 08:48:01 1.45 0.02 1.43 0.00 0.13 23.86 0.00 [2023-03-07T10:03:33.847Z] 08:49:01 1.07 0.00 1.07 0.00 0.00 14.66 0.00 [2023-03-07T10:03:33.847Z] 08:50:01 0.83 0.00 0.83 0.00 0.00 11.06 0.00 [2023-03-07T10:03:33.847Z] 08:51:01 0.92 0.00 0.92 0.00 0.00 13.33 0.00 [2023-03-07T10:03:33.847Z] 08:52:01 0.77 0.00 0.77 0.00 0.00 10.93 0.00 [2023-03-07T10:03:33.847Z] 08:53:01 1.07 0.00 1.07 0.00 0.00 15.86 0.00 [2023-03-07T10:03:33.847Z] 08:54:01 0.85 0.00 0.85 0.00 0.00 11.33 0.00 [2023-03-07T10:03:33.847Z] 08:55:01 1.07 0.00 1.07 0.00 0.00 14.66 0.00 [2023-03-07T10:03:33.847Z] 08:56:01 0.75 0.00 0.75 0.00 0.00 9.87 0.00 [2023-03-07T10:03:33.847Z] 08:57:01 1.03 0.00 1.03 0.00 0.00 14.66 0.00 [2023-03-07T10:03:33.847Z] 08:58:01 0.93 0.00 0.93 0.00 0.00 11.86 0.00 [2023-03-07T10:03:33.847Z] 08:59:01 0.83 0.00 0.83 0.00 0.00 11.46 0.00 [2023-03-07T10:03:33.847Z] 09:00:01 0.95 0.00 0.95 0.00 0.00 12.13 0.00 [2023-03-07T10:03:33.847Z] 09:01:01 1.23 0.00 1.23 0.00 0.00 16.80 0.00 [2023-03-07T10:03:33.847Z] 09:02:01 0.77 0.00 0.77 0.00 0.00 9.07 0.00 [2023-03-07T10:03:33.847Z] 09:03:01 1.20 0.00 1.20 0.00 0.00 17.20 0.00 [2023-03-07T10:03:33.847Z] 09:04:01 0.92 0.00 0.92 0.00 0.00 11.73 0.00 [2023-03-07T10:03:33.847Z] 09:05:01 1.08 0.00 1.08 0.00 0.00 14.80 0.00 [2023-03-07T10:03:33.847Z] 09:06:01 0.88 0.00 0.88 0.00 0.00 11.06 0.00 [2023-03-07T10:03:33.847Z] 09:07:01 0.78 0.00 0.78 0.00 0.00 11.20 0.00 [2023-03-07T10:03:33.847Z] 09:08:01 1.05 0.00 1.05 0.00 0.00 13.46 0.00 [2023-03-07T10:03:33.847Z] 09:09:01 0.85 0.00 0.85 0.00 0.00 12.13 0.00 [2023-03-07T10:03:33.847Z] 09:10:01 0.90 0.00 0.90 0.00 0.00 11.60 0.00 [2023-03-07T10:03:33.847Z] 09:11:01 1.22 0.00 1.22 0.00 0.00 16.13 0.00 [2023-03-07T10:03:33.847Z] 09:12:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 [2023-03-07T10:03:33.847Z] 09:13:01 1.32 0.03 1.28 0.00 2.80 15.99 0.00 [2023-03-07T10:03:33.847Z] 09:14:01 0.90 0.00 0.90 0.00 0.00 11.46 0.00 [2023-03-07T10:03:33.848Z] 09:15:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 [2023-03-07T10:03:33.848Z] 09:16:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 [2023-03-07T10:03:33.848Z] 09:17:01 0.87 0.02 0.85 0.00 0.13 11.20 0.00 [2023-03-07T10:03:33.848Z] 09:18:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 [2023-03-07T10:03:33.848Z] 09:19:01 1.03 0.00 1.03 0.00 0.00 13.46 0.00 [2023-03-07T10:03:33.848Z] 09:20:01 1.12 0.00 1.12 0.00 0.00 13.73 0.00 [2023-03-07T10:03:33.848Z] 09:21:01 0.83 0.00 0.83 0.00 0.00 10.26 0.00 [2023-03-07T10:03:33.848Z] 09:22:02 1.12 0.00 1.12 0.00 0.00 14.26 0.00 [2023-03-07T10:03:33.848Z] 09:23:01 0.85 0.00 0.85 0.00 0.00 10.30 0.00 [2023-03-07T10:03:33.848Z] 09:24:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 [2023-03-07T10:03:33.848Z] 09:25:01 0.93 0.00 0.93 0.00 0.00 12.26 0.00 [2023-03-07T10:03:33.848Z] 09:26:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 [2023-03-07T10:03:33.848Z] 09:27:01 0.87 0.00 0.87 0.00 0.00 11.46 0.00 [2023-03-07T10:03:33.848Z] 09:28:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 [2023-03-07T10:03:33.848Z] 09:29:01 0.85 0.00 0.85 0.00 0.00 12.13 0.00 [2023-03-07T10:03:33.848Z] 09:30:01 1.43 0.00 1.43 0.00 0.00 17.19 0.00 [2023-03-07T10:03:33.848Z] 09:31:01 0.80 0.00 0.80 0.00 0.00 10.66 0.00 [2023-03-07T10:03:33.848Z] 09:32:01 4.97 3.60 1.37 0.00 83.99 28.00 0.00 [2023-03-07T10:03:33.848Z] 09:33:01 0.83 0.00 0.83 0.00 0.00 12.00 0.00 [2023-03-07T10:03:33.848Z] 09:34:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 [2023-03-07T10:03:33.848Z] 09:35:01 0.77 0.00 0.77 0.00 0.00 11.06 0.00 [2023-03-07T10:03:33.848Z] 09:36:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 [2023-03-07T10:03:33.848Z] 09:37:01 0.73 0.00 0.73 0.00 0.00 10.66 0.00 [2023-03-07T10:03:33.848Z] 09:38:01 0.98 0.00 0.98 0.00 0.00 13.33 0.00 [2023-03-07T10:03:33.848Z] 09:39:01 1.30 0.00 1.30 0.00 0.00 17.59 0.00 [2023-03-07T10:03:33.848Z] 09:40:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 [2023-03-07T10:03:33.848Z] 09:41:01 0.82 0.00 0.82 0.00 0.00 10.66 0.00 [2023-03-07T10:03:33.848Z] 09:42:01 1.08 0.00 1.08 0.00 0.00 14.66 0.00 [2023-03-07T10:03:33.848Z] 09:43:01 0.83 0.00 0.83 0.00 0.00 11.33 0.00 [2023-03-07T10:03:33.848Z] 09:44:01 1.12 0.00 1.12 0.00 0.00 14.53 0.00 [2023-03-07T10:03:33.848Z] 09:45:01 0.88 0.00 0.88 0.00 0.00 12.00 0.00 [2023-03-07T10:03:33.848Z] 09:46:01 1.03 0.00 1.03 0.00 0.00 13.33 0.00 [2023-03-07T10:03:33.848Z] 09:47:01 0.73 0.00 0.73 0.00 0.00 10.26 0.00 [2023-03-07T10:03:33.848Z] 09:48:01 0.98 0.02 0.97 0.00 0.80 12.80 0.00 [2023-03-07T10:03:33.848Z] 09:49:01 1.30 0.00 1.30 0.00 0.00 17.46 0.00 [2023-03-07T10:03:33.848Z] 09:50:01 0.93 0.00 0.93 0.00 0.00 12.13 0.00 [2023-03-07T10:03:33.848Z] 09:51:01 1.55 0.00 1.55 0.00 0.00 19.46 0.00 [2023-03-07T10:03:33.848Z] 09:52:01 0.78 0.00 0.78 0.00 0.00 9.60 0.00 [2023-03-07T10:03:33.848Z] 09:53:01 0.90 0.00 0.90 0.00 0.00 12.13 0.00 [2023-03-07T10:03:33.848Z] 09:54:01 1.05 0.00 1.05 0.00 0.00 13.73 0.00 [2023-03-07T10:03:33.848Z] 09:55:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 [2023-03-07T10:03:33.848Z] 09:56:01 0.95 0.00 0.95 0.00 0.00 13.06 0.00 [2023-03-07T10:03:33.848Z] 09:57:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 [2023-03-07T10:03:33.848Z] 09:58:01 64.71 12.33 52.37 0.00 1795.83 28248.23 0.00 [2023-03-07T10:03:33.848Z] 09:59:01 67.21 0.42 66.79 0.00 30.26 37274.19 0.00 [2023-03-07T10:03:33.848Z] 10:00:01 9.42 0.02 9.40 0.00 2.93 1087.04 0.00 [2023-03-07T10:03:33.848Z] 10:01:01 1.33 0.00 1.33 0.00 0.00 17.33 0.00 [2023-03-07T10:03:33.848Z] 10:02:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 [2023-03-07T10:03:33.848Z] 10:03:01 1.03 0.00 1.03 0.00 0.00 13.33 0.00 [2023-03-07T10:03:33.848Z] Average: 3.82 0.66 3.16 0.00 116.19 1263.39 0.00 [2023-03-07T10:03:33.848Z] [2023-03-07T10:03:33.848Z] 08:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-07T10:03:33.848Z] 08:34:01 30625672 31891548 475052 1.44 47240 1542520 1646500 4.85 589824 1408876 904 [2023-03-07T10:03:33.848Z] 08:35:01 30625136 31891152 474664 1.44 47272 1542524 1646500 4.85 589120 1408860 40 [2023-03-07T10:03:33.848Z] 08:36:01 30624748 31890864 474776 1.44 47312 1542524 1646500 4.85 590588 1408908 128 [2023-03-07T10:03:33.848Z] 08:37:01 30624480 31890628 474948 1.44 47336 1542528 1646500 4.85 593568 1408908 200 [2023-03-07T10:03:33.848Z] 08:38:01 30133780 31846548 501652 1.53 67928 1956020 1700744 5.01 871608 1585952 94344 [2023-03-07T10:03:33.848Z] 08:39:01 30083700 31854536 490068 1.49 81392 1999008 1693240 4.99 918692 1582812 40 [2023-03-07T10:03:33.848Z] 08:40:01 30086836 31853004 491256 1.49 79952 1995756 1685388 4.97 917276 1579628 8 [2023-03-07T10:03:33.848Z] 08:41:01 30087032 31853252 490840 1.49 79984 1995756 1685388 4.97 917328 1579628 132 [2023-03-07T10:03:33.848Z] 08:42:01 30087016 31853272 490768 1.49 80008 1995760 1685388 4.97 917520 1579640 8 [2023-03-07T10:03:33.848Z] 08:43:01 30086468 31852788 491052 1.49 80048 1995768 1685388 4.97 917628 1579648 20 [2023-03-07T10:03:33.848Z] 08:44:01 30086388 31852768 490948 1.49 80072 1995768 1685388 4.97 917584 1579648 8 [2023-03-07T10:03:33.848Z] 08:45:01 30086632 31853200 490552 1.49 80116 1995776 1685388 4.97 917564 1579792 48 [2023-03-07T10:03:33.848Z] 08:46:01 30086656 31853244 490656 1.49 80132 1995780 1685388 4.97 917624 1579796 8 [2023-03-07T10:03:33.848Z] 08:47:01 30086672 31853404 490456 1.49 80156 1995908 1685388 4.97 917684 1579916 136 [2023-03-07T10:03:33.848Z] 08:48:01 30085004 31851824 491628 1.50 80224 1995880 1700380 5.01 917888 1579896 52 [2023-03-07T10:03:33.848Z] 08:49:01 30084980 31851840 491608 1.50 80256 1995888 1700380 5.01 918360 1579896 40 [2023-03-07T10:03:33.848Z] 08:50:01 30084956 31851856 491520 1.49 80288 1995892 1700380 5.01 918480 1579900 16 [2023-03-07T10:03:33.848Z] 08:51:01 30084940 31851884 491428 1.49 80328 1995896 1700380 5.01 918568 1579904 120 [2023-03-07T10:03:33.848Z] 08:52:01 30084892 31851884 491392 1.49 80352 1995896 1700380 5.01 918236 1579928 8 [2023-03-07T10:03:33.848Z] 08:53:01 30084876 31851916 491292 1.49 80400 1995896 1700380 5.01 918568 1579932 152 [2023-03-07T10:03:33.848Z] 08:54:01 30084844 31851936 491204 1.49 80424 1995908 1683504 4.96 918672 1579940 8 [2023-03-07T10:03:33.848Z] 08:55:01 30084840 31851972 491356 1.49 80456 1995908 1683504 4.96 918736 1579940 40 [2023-03-07T10:03:33.848Z] 08:56:01 30084824 31851980 491320 1.49 80472 1995912 1683504 4.96 918804 1579944 8 [2023-03-07T10:03:33.848Z] 08:57:01 30084776 31851956 491284 1.49 80496 1995912 1683504 4.96 918828 1579944 40 [2023-03-07T10:03:33.848Z] 08:58:01 30084712 31851912 491252 1.49 80528 1995900 1683504 4.96 918908 1579948 8 [2023-03-07T10:03:33.848Z] 08:59:01 30084476 31851732 491368 1.49 80560 1995920 1683504 4.96 919112 1579952 168 [2023-03-07T10:03:33.848Z] 09:00:01 30084896 31852176 491072 1.49 80584 1995924 1683504 4.96 919076 1579952 8 [2023-03-07T10:03:33.848Z] 09:01:01 30085076 31852428 490756 1.49 80624 1995928 1683504 4.96 919140 1579960 40 [2023-03-07T10:03:33.848Z] 09:02:01 30085280 31852652 490468 1.49 80640 1995928 1683504 4.96 919196 1579960 148 [2023-03-07T10:03:33.848Z] 09:03:01 30084704 31852104 490896 1.49 80688 1995912 1683504 4.96 919264 1579964 48 [2023-03-07T10:03:33.848Z] 09:04:01 30084532 31851996 490932 1.49 80720 1995940 1683504 4.96 920328 1579968 28 [2023-03-07T10:03:33.848Z] 09:05:01 30084572 31852060 490812 1.49 80744 1995940 1683504 4.96 920240 1579968 184 [2023-03-07T10:03:33.848Z] 09:06:01 30084768 31852292 490516 1.49 80768 1995944 1683504 4.96 920308 1579976 144 [2023-03-07T10:03:33.848Z] 09:07:01 30084468 31852028 490828 1.49 80800 1995948 1683504 4.96 920344 1579980 180 [2023-03-07T10:03:33.848Z] 09:08:01 30084444 31852040 490796 1.49 80844 1995940 1683504 4.96 920412 1579980 8 [2023-03-07T10:03:33.848Z] 09:09:01 30084468 31852120 490660 1.49 80884 1995952 1683504 4.96 920588 1579984 236 [2023-03-07T10:03:33.848Z] 09:10:01 30084404 31852080 490644 1.49 80908 1995952 1683504 4.96 920680 1579984 128 [2023-03-07T10:03:33.848Z] 09:11:01 30084000 31851732 490820 1.49 80940 1995956 1683504 4.96 920708 1579988 40 [2023-03-07T10:03:33.848Z] 09:12:01 30083676 31851428 491052 1.49 80956 1995964 1683504 4.96 920740 1579992 8 [2023-03-07T10:03:33.848Z] 09:13:01 30083852 31851720 490868 1.49 80992 1996044 1683504 4.96 920772 1580076 44 [2023-03-07T10:03:33.848Z] 09:14:01 30083796 31851720 490832 1.49 81036 1996052 1683504 4.96 921036 1580084 24 [2023-03-07T10:03:33.848Z] 09:15:01 30083528 31851504 490988 1.49 81084 1996052 1683504 4.96 921068 1580084 160 [2023-03-07T10:03:33.848Z] 09:16:01 30082936 31850956 491472 1.49 81124 1996056 1683504 4.96 921540 1580088 144 [2023-03-07T10:03:33.848Z] 09:17:01 30082880 31850952 491368 1.49 81168 1996060 1683504 4.96 921668 1580096 180 [2023-03-07T10:03:33.848Z] 09:18:01 30083024 31851152 491320 1.49 81200 1996056 1683504 4.96 921412 1580096 8 [2023-03-07T10:03:33.848Z] 09:19:01 30073116 31841316 501088 1.52 81256 1996068 1683504 4.96 931820 1580100 160 [2023-03-07T10:03:33.848Z] 09:20:01 30073036 31841284 501016 1.52 81296 1996072 1683504 4.96 931792 1580104 4 [2023-03-07T10:03:33.848Z] 09:21:01 30073208 31841496 500708 1.52 81332 1996076 1683504 4.96 931888 1580104 164 [2023-03-07T10:03:33.848Z] 09:22:02 30072940 31841276 500872 1.52 81372 1996080 1683504 4.96 931952 1580112 8 [2023-03-07T10:03:33.848Z] 09:23:01 30072884 31841248 500884 1.52 81400 1996080 1683504 4.96 932052 1580112 164 [2023-03-07T10:03:33.848Z] 09:24:01 30072780 31841196 500836 1.52 81452 1996076 1683504 4.96 932216 1580116 24 [2023-03-07T10:03:33.848Z] 09:25:01 30072980 31841436 500740 1.52 81484 1996088 1683504 4.96 932272 1580120 164 [2023-03-07T10:03:33.848Z] 09:26:01 30072712 31841172 500944 1.52 81512 1996088 1683504 4.96 932344 1580120 8 [2023-03-07T10:03:33.848Z] 09:27:01 30079996 31848528 493600 1.50 81552 1996084 1699596 5.01 924844 1580124 188 [2023-03-07T10:03:33.848Z] 09:28:01 30079904 31848440 493808 1.50 81580 1996092 1699596 5.01 924772 1580124 16 [2023-03-07T10:03:33.848Z] 09:29:01 30080144 31848880 493604 1.50 81620 1996224 1699596 5.01 925120 1580256 176 [2023-03-07T10:03:33.848Z] 09:30:01 30079600 31848372 494084 1.50 81672 1996228 1699596 5.01 925100 1580260 8 [2023-03-07T10:03:33.848Z] 09:31:01 30079308 31848136 494280 1.50 81704 1996232 1699596 5.01 925216 1580260 172 [2023-03-07T10:03:33.848Z] 09:32:01 30036964 31809124 532504 1.62 81748 1999032 1698496 5.01 966416 1581768 8 [2023-03-07T10:03:33.848Z] 09:33:01 30036980 31809316 532288 1.62 81780 1999168 1698496 5.01 966116 1581860 204 [2023-03-07T10:03:33.848Z] 09:34:01 30036388 31808756 532828 1.62 81816 1999168 1698496 5.01 966212 1581864 12 [2023-03-07T10:03:33.848Z] 09:35:01 30036380 31808792 532736 1.62 81848 1999172 1698496 5.01 966256 1581864 180 [2023-03-07T10:03:33.848Z] 09:36:01 30036080 31808520 532952 1.62 81872 1999172 1698496 5.01 966332 1581868 4 [2023-03-07T10:03:33.848Z] 09:37:01 30036020 31808484 533132 1.62 81896 1999176 1681640 4.96 966416 1581868 184 [2023-03-07T10:03:33.848Z] 09:38:01 30035980 31808448 533104 1.62 81920 1999180 1681640 4.96 966428 1581872 28 [2023-03-07T10:03:33.848Z] 09:39:01 30035712 31808252 533268 1.62 81976 1999176 1665468 4.91 966692 1581872 188 [2023-03-07T10:03:33.848Z] 09:40:01 30035184 31807744 533720 1.62 82024 1999188 1665468 4.91 966692 1581876 156 [2023-03-07T10:03:33.848Z] 09:41:01 30034828 31807472 533988 1.62 82060 1999188 1665468 4.91 966792 1581880 176 [2023-03-07T10:03:33.848Z] 09:42:01 30034780 31807428 533932 1.62 82100 1999192 1665468 4.91 966812 1581884 4 [2023-03-07T10:03:33.848Z] 09:43:01 30034956 31807688 533892 1.62 82140 1999196 1665468 4.91 967172 1581888 188 [2023-03-07T10:03:33.849Z] 09:44:01 30034744 31807516 534060 1.62 82184 1999188 1665468 4.91 967192 1581892 8 [2023-03-07T10:03:33.849Z] 09:45:01 30034600 31807424 533988 1.62 82224 1999200 1665468 4.91 967236 1581892 188 [2023-03-07T10:03:33.849Z] 09:46:01 30034560 31807396 533968 1.62 82240 1999204 1665468 4.91 967276 1581896 4 [2023-03-07T10:03:33.849Z] 09:47:01 30034228 31807104 534228 1.62 82264 1999204 1665468 4.91 967384 1581896 172 [2023-03-07T10:03:33.849Z] 09:48:01 30033896 31806780 534472 1.63 82280 1999208 1665468 4.91 967384 1581900 8 [2023-03-07T10:03:33.849Z] 09:49:01 30033644 31806580 534588 1.63 82328 1999220 1665468 4.91 967664 1581900 176 [2023-03-07T10:03:33.849Z] 09:50:01 30033604 31806572 534524 1.63 82352 1999244 1665468 4.91 967676 1581932 8 [2023-03-07T10:03:33.849Z] 09:51:01 30033804 31806892 534396 1.63 82424 1999248 1665468 4.91 967620 1581936 40 [2023-03-07T10:03:33.849Z] 09:52:01 30033464 31806560 534740 1.63 82440 1999248 1665468 4.91 968008 1581940 172 [2023-03-07T10:03:33.849Z] 09:53:01 30033108 31806256 535116 1.63 82472 1999252 1665468 4.91 968104 1581944 180 [2023-03-07T10:03:33.849Z] 09:54:01 30033304 31806484 534832 1.63 82504 1999252 1665468 4.91 968592 1581948 12 [2023-03-07T10:03:33.849Z] 09:55:01 30033288 31806512 534748 1.63 82544 1999256 1665468 4.91 968548 1581948 272 [2023-03-07T10:03:33.849Z] 09:56:01 30032996 31806224 534960 1.63 82560 1999260 1665468 4.91 968436 1581952 16 [2023-03-07T10:03:33.849Z] 09:57:01 30032436 31805720 535416 1.63 82596 1999264 1665468 4.91 968612 1581952 192 [2023-03-07T10:03:33.849Z] 09:58:01 28684796 31580196 711116 2.16 106904 3056612 1858996 5.48 1294016 2512832 223532 [2023-03-07T10:03:33.849Z] 09:59:01 28125820 31553660 731596 2.22 130688 3509528 1857740 5.47 1489884 2811696 22540 [2023-03-07T10:03:33.849Z] 10:00:01 28135232 31563340 722528 2.20 130960 3509624 1754232 5.17 1491800 2798984 16 [2023-03-07T10:03:33.849Z] 10:01:01 28134680 31562856 723040 2.20 130992 3509628 1754232 5.17 1491640 2798992 44 [2023-03-07T10:03:33.849Z] 10:02:01 28142232 31570408 715408 2.18 131012 3509628 1754232 5.17 1484748 2798992 20 [2023-03-07T10:03:33.849Z] 10:03:01 28142404 31570584 715140 2.17 131044 3509632 1754232 5.17 1484720 2798996 172 [2023-03-07T10:03:33.849Z] Average: 29969759 31820732 519101 1.58 82643 2072213 1688359 4.98 955239 1651256 3876 [2023-03-07T10:03:33.849Z] [2023-03-07T10:03:33.849Z] 08:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-07T10:03:33.849Z] 08:34:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:34:01 ens3 161.30 106.06 463.64 22.76 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:35:01 ens3 0.93 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:36:01 ens3 1.95 0.28 0.46 0.26 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:37:01 ens3 2.93 1.87 2.02 0.50 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:38:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:38:01 ens3 147.91 76.94 2801.13 5.66 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:39:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:39:01 ens3 1.00 0.83 0.49 0.17 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:40:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:41:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:42:01 ens3 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:43:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:44:01 ens3 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:45:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:47:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:48:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:49:01 ens3 0.33 0.28 0.09 0.08 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:50:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:51:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:53:01 ens3 0.37 0.23 0.13 0.02 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:54:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:55:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:57:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:58:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:59:01 ens3 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:01:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:03:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:04:01 ens3 1.20 0.50 0.55 0.28 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.849Z] 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:05:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:06:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:07:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:08:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:09:01 ens3 0.37 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:11:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:13:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:14:01 ens3 0.23 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:15:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:16:01 ens3 0.33 0.03 0.13 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:17:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:18:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:19:01 ens3 0.30 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:21:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:22:02 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:24:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:27:01 ens3 0.52 0.43 0.26 0.22 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:29:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:32:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:32:01 ens3 14.43 9.73 12.08 6.63 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:34:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:39:01 ens3 0.28 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:41:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:44:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.850Z] 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:49:01 ens3 0.28 0.23 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:54:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:58:01 lo 3.33 3.33 0.32 0.32 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:58:01 ens3 454.56 288.72 6018.19 66.38 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:58:01 docker0 6.03 4.90 0.63 46.63 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:59:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:59:01 ens3 197.45 132.93 3121.49 73.26 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 09:59:01 docker0 35.36 63.24 2.79 581.40 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:00:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:00:01 ens3 15.43 7.82 15.28 3.30 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:02:01 ens3 1.60 0.35 0.39 0.21 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:03:01 ens3 0.62 0.45 0.35 0.28 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] Average: lo 0.16 0.16 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] Average: ens3 11.24 7.03 138.22 2.01 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] Average: docker0 0.46 0.76 0.04 6.98 0.00 0.00 0.00 0.00 [2023-03-07T10:03:33.851Z] [2023-03-07T10:03:33.851Z] [2023-03-07T10:03:33.851Z] ---> sar -P ALL: [2023-03-07T10:03:33.851Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8526) 03/07/23 _x86_64_ (8 CPU) [2023-03-07T10:03:33.851Z] [2023-03-07T10:03:33.851Z] 08:32:43 LINUX RESTART (8 CPU) [2023-03-07T10:03:33.851Z] [2023-03-07T10:03:33.851Z] 08:33:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.851Z] 08:34:01 all 2.01 0.00 0.65 1.14 0.02 96.18 [2023-03-07T10:03:33.851Z] 08:34:01 0 2.42 0.00 1.85 0.60 0.02 95.11 [2023-03-07T10:03:33.851Z] 08:34:01 1 1.69 0.00 0.55 4.40 0.02 93.35 [2023-03-07T10:03:33.851Z] 08:34:01 2 2.06 0.00 0.54 1.86 0.03 95.51 [2023-03-07T10:03:33.851Z] 08:34:01 3 1.82 0.00 0.32 0.08 0.02 97.76 [2023-03-07T10:03:33.851Z] 08:34:01 4 1.27 0.00 0.78 1.84 0.02 96.09 [2023-03-07T10:03:33.851Z] 08:34:01 5 3.07 0.00 0.37 0.13 0.02 96.41 [2023-03-07T10:03:33.851Z] 08:34:01 6 1.82 0.00 0.35 0.08 0.02 97.73 [2023-03-07T10:03:33.851Z] 08:34:01 7 1.94 0.00 0.43 0.12 0.02 97.50 [2023-03-07T10:03:33.851Z] 08:35:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-03-07T10:03:33.851Z] 08:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.851Z] 08:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.851Z] 08:35:01 2 0.03 0.00 0.00 0.03 0.02 99.92 [2023-03-07T10:03:33.851Z] 08:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.851Z] 08:35:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.851Z] 08:35:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-07T10:03:33.851Z] 08:35:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.851Z] 08:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.851Z] 08:36:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2023-03-07T10:03:33.851Z] 08:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.851Z] 08:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-07T10:03:33.851Z] 08:36:01 2 0.02 0.00 0.07 0.02 0.02 99.88 [2023-03-07T10:03:33.851Z] 08:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.851Z] 08:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.851Z] 08:36:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-07T10:03:33.851Z] 08:36:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-07T10:03:33.851Z] 08:36:01 7 0.10 0.00 0.00 0.00 0.00 99.90 [2023-03-07T10:03:33.851Z] 08:37:01 all 0.15 0.00 0.01 0.00 0.00 99.83 [2023-03-07T10:03:33.851Z] 08:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.851Z] 08:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.851Z] 08:37:01 2 1.06 0.00 0.05 0.02 0.02 98.86 [2023-03-07T10:03:33.851Z] 08:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.851Z] 08:37:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2023-03-07T10:03:33.851Z] 08:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.851Z] 08:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.851Z] 08:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.851Z] 08:38:01 all 1.59 0.00 0.89 0.48 0.02 97.03 [2023-03-07T10:03:33.851Z] 08:38:01 0 0.80 0.00 0.58 0.03 0.02 98.56 [2023-03-07T10:03:33.851Z] 08:38:01 1 2.27 0.00 0.73 0.07 0.02 96.91 [2023-03-07T10:03:33.851Z] 08:38:01 2 0.45 0.00 1.86 2.06 0.02 95.62 [2023-03-07T10:03:33.851Z] 08:38:01 3 1.32 0.00 0.37 0.02 0.02 98.27 [2023-03-07T10:03:33.851Z] 08:38:01 4 2.05 0.00 0.53 0.02 0.02 97.38 [2023-03-07T10:03:33.851Z] 08:38:01 5 1.90 0.00 1.22 0.35 0.02 96.51 [2023-03-07T10:03:33.851Z] 08:38:01 6 2.80 0.00 0.97 0.30 0.02 95.91 [2023-03-07T10:03:33.851Z] 08:38:01 7 1.09 0.00 0.84 1.02 0.02 97.04 [2023-03-07T10:03:33.851Z] 08:39:01 all 0.80 0.00 0.53 0.19 0.01 98.47 [2023-03-07T10:03:33.851Z] 08:39:01 0 0.55 0.00 0.25 0.03 0.00 99.17 [2023-03-07T10:03:33.851Z] 08:39:01 1 1.47 0.00 0.45 0.02 0.02 98.05 [2023-03-07T10:03:33.851Z] 08:39:01 2 0.27 0.00 0.72 1.27 0.02 97.73 [2023-03-07T10:03:33.851Z] 08:39:01 3 2.03 0.00 0.30 0.02 0.00 97.66 [2023-03-07T10:03:33.851Z] 08:39:01 4 0.42 0.00 1.27 0.12 0.00 98.20 [2023-03-07T10:03:33.851Z] 08:39:01 5 0.72 0.00 0.28 0.02 0.00 98.98 [2023-03-07T10:03:33.851Z] 08:39:01 6 0.52 0.00 0.30 0.00 0.02 99.17 [2023-03-07T10:03:33.851Z] 08:39:01 7 0.43 0.00 0.68 0.03 0.02 98.83 [2023-03-07T10:03:33.851Z] 08:40:01 all 0.12 0.00 0.09 0.01 0.01 99.77 [2023-03-07T10:03:33.851Z] 08:40:01 0 0.03 0.00 0.03 0.02 0.02 99.90 [2023-03-07T10:03:33.851Z] 08:40:01 1 0.25 0.00 0.15 0.00 0.02 99.58 [2023-03-07T10:03:33.851Z] 08:40:01 2 0.10 0.00 0.10 0.08 0.02 99.70 [2023-03-07T10:03:33.852Z] 08:40:01 3 0.50 0.00 0.23 0.00 0.02 99.25 [2023-03-07T10:03:33.852Z] 08:40:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2023-03-07T10:03:33.852Z] 08:40:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-03-07T10:03:33.852Z] 08:40:01 6 0.03 0.00 0.03 0.02 0.00 99.92 [2023-03-07T10:03:33.852Z] 08:40:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-07T10:03:33.852Z] 08:41:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.852Z] 08:41:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:41:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:42:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-03-07T10:03:33.852Z] 08:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-07T10:03:33.852Z] 08:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-07T10:03:33.852Z] 08:42:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.852Z] 08:42:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:43:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:43:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.852Z] 08:43:01 2 0.00 0.00 0.00 0.03 0.02 99.95 [2023-03-07T10:03:33.852Z] 08:43:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-03-07T10:03:33.852Z] 08:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:44:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.852Z] 08:44:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.852Z] 08:44:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:44:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:44:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-07T10:03:33.852Z] [2023-03-07T10:03:33.852Z] 08:44:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.852Z] 08:45:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:45:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.852Z] 08:45:01 2 0.00 0.00 0.00 0.05 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:46:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.852Z] 08:46:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2023-03-07T10:03:33.852Z] 08:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:46:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:47:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:47:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:48:01 all 0.03 0.00 0.02 0.01 0.00 99.94 [2023-03-07T10:03:33.852Z] 08:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:48:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2023-03-07T10:03:33.852Z] 08:48:01 2 0.00 0.00 0.02 0.05 0.00 99.93 [2023-03-07T10:03:33.852Z] 08:48:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2023-03-07T10:03:33.852Z] 08:48:01 4 0.02 0.00 0.07 0.00 0.00 99.92 [2023-03-07T10:03:33.852Z] 08:48:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:49:01 all 0.01 0.00 0.02 0.00 0.00 99.96 [2023-03-07T10:03:33.852Z] 08:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:49:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2023-03-07T10:03:33.852Z] 08:49:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:50:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:50:01 2 0.00 0.00 0.00 0.03 0.02 99.95 [2023-03-07T10:03:33.852Z] 08:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.852Z] 08:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:51:01 all 0.21 0.00 0.01 0.00 0.00 99.77 [2023-03-07T10:03:33.852Z] 08:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:51:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2023-03-07T10:03:33.852Z] 08:51:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:51:01 3 1.55 0.00 0.00 0.00 0.02 98.43 [2023-03-07T10:03:33.852Z] 08:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:51:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:52:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2023-03-07T10:03:33.852Z] 08:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:52:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-07T10:03:33.852Z] 08:52:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:52:01 3 1.95 0.00 0.03 0.00 0.00 98.01 [2023-03-07T10:03:33.852Z] 08:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:52:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.852Z] 08:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:52:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.852Z] 08:53:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:53:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-07T10:03:33.852Z] 08:53:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2023-03-07T10:03:33.852Z] 08:53:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:53:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-07T10:03:33.852Z] 08:53:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:54:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.852Z] 08:54:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-07T10:03:33.852Z] 08:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:54:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:55:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:55:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-07T10:03:33.852Z] 08:55:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.852Z] 08:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] [2023-03-07T10:03:33.852Z] 08:55:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.852Z] 08:56:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2023-03-07T10:03:33.852Z] 08:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:56:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.852Z] 08:56:01 2 0.02 0.00 0.00 0.03 0.02 99.93 [2023-03-07T10:03:33.852Z] 08:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:56:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-07T10:03:33.852Z] 08:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.852Z] 08:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:57:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-03-07T10:03:33.852Z] 08:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-07T10:03:33.852Z] 08:57:01 2 0.00 0.00 0.00 0.12 0.00 99.88 [2023-03-07T10:03:33.852Z] 08:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.852Z] 08:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.852Z] 08:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 08:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 08:58:01 all 0.00 0.00 0.01 0.00 0.01 99.98 [2023-03-07T10:03:33.853Z] 08:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 08:58:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2023-03-07T10:03:33.853Z] 08:58:01 2 0.00 0.00 0.02 0.02 0.03 99.93 [2023-03-07T10:03:33.853Z] 08:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 08:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 08:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 08:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 08:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 08:59:01 all 0.02 0.00 0.00 0.02 0.00 99.95 [2023-03-07T10:03:33.853Z] 08:59:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 08:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.853Z] 08:59:01 2 0.00 0.00 0.00 0.15 0.00 99.85 [2023-03-07T10:03:33.853Z] 08:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 08:59:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 08:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.853Z] 08:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 08:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:00:01 all 0.12 0.00 0.01 0.00 0.01 99.86 [2023-03-07T10:03:33.853Z] 09:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:00:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.853Z] 09:00:01 2 0.00 0.00 0.02 0.03 0.02 99.93 [2023-03-07T10:03:33.853Z] 09:00:01 3 0.95 0.00 0.00 0.00 0.02 99.04 [2023-03-07T10:03:33.853Z] 09:00:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-07T10:03:33.853Z] 09:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:01:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-07T10:03:33.853Z] 09:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:02:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:02:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2023-03-07T10:03:33.853Z] 09:02:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:02:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-03-07T10:03:33.853Z] 09:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:03:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.853Z] 09:03:01 2 0.00 0.00 0.00 0.03 0.02 99.95 [2023-03-07T10:03:33.853Z] 09:03:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.853Z] 09:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-03-07T10:03:33.853Z] 09:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:04:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2023-03-07T10:03:33.853Z] 09:04:01 2 0.00 0.00 0.02 0.03 0.02 99.93 [2023-03-07T10:03:33.853Z] 09:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.853Z] 09:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:05:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.853Z] 09:05:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.853Z] 09:06:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:06:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-07T10:03:33.853Z] 09:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:06:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.853Z] 09:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] [2023-03-07T10:03:33.853Z] 09:06:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.853Z] 09:07:01 all 0.00 0.00 0.00 0.01 0.00 99.99 [2023-03-07T10:03:33.853Z] 09:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:07:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:07:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:07:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:08:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2023-03-07T10:03:33.853Z] 09:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.853Z] 09:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:08:01 2 0.03 0.00 0.02 0.08 0.00 99.87 [2023-03-07T10:03:33.853Z] 09:08:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.853Z] 09:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:09:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-03-07T10:03:33.853Z] 09:09:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-07T10:03:33.853Z] 09:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.853Z] 09:09:01 2 0.00 0.00 0.02 0.12 0.02 99.85 [2023-03-07T10:03:33.853Z] 09:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:10:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-07T10:03:33.853Z] 09:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:10:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-07T10:03:33.853Z] 09:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:11:01 all 0.00 0.00 0.01 0.00 0.01 99.98 [2023-03-07T10:03:33.853Z] 09:11:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2023-03-07T10:03:33.853Z] 09:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:11:01 2 0.00 0.00 0.00 0.03 0.02 99.95 [2023-03-07T10:03:33.853Z] 09:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.853Z] 09:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:12:01 all 0.04 0.00 0.01 0.00 0.00 99.94 [2023-03-07T10:03:33.853Z] 09:12:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-07T10:03:33.853Z] 09:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:12:01 2 0.02 0.00 0.02 0.03 0.00 99.93 [2023-03-07T10:03:33.853Z] 09:12:01 3 0.20 0.00 0.00 0.00 0.00 99.80 [2023-03-07T10:03:33.853Z] 09:12:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.853Z] 09:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:13:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-07T10:03:33.853Z] 09:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:13:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-07T10:03:33.853Z] 09:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:13:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.853Z] 09:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.853Z] 09:14:01 all 0.03 0.00 0.01 0.00 0.02 99.94 [2023-03-07T10:03:33.853Z] 09:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-07T10:03:33.853Z] 09:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.853Z] 09:14:01 2 0.02 0.00 0.02 0.03 0.02 99.92 [2023-03-07T10:03:33.853Z] 09:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.853Z] 09:14:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:14:01 5 0.02 0.00 0.02 0.00 0.12 99.85 [2023-03-07T10:03:33.853Z] 09:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.853Z] 09:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.853Z] 09:15:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:15:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:15:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-07T10:03:33.854Z] 09:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.854Z] 09:16:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2023-03-07T10:03:33.854Z] 09:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:17:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.854Z] 09:17:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:17:01 2 0.00 0.00 0.00 0.03 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:17:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] [2023-03-07T10:03:33.854Z] 09:17:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.854Z] 09:18:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-07T10:03:33.854Z] 09:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:18:01 2 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-07T10:03:33.854Z] 09:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:18:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-07T10:03:33.854Z] 09:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:19:01 all 0.11 0.00 0.01 0.00 0.00 99.87 [2023-03-07T10:03:33.854Z] 09:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:19:01 1 0.85 0.00 0.02 0.00 0.00 99.13 [2023-03-07T10:03:33.854Z] 09:19:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2023-03-07T10:03:33.854Z] 09:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:19:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:20:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-03-07T10:03:33.854Z] 09:20:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2023-03-07T10:03:33.854Z] 09:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:20:01 2 0.02 0.00 0.00 0.03 0.02 99.93 [2023-03-07T10:03:33.854Z] 09:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.854Z] 09:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:21:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-07T10:03:33.854Z] 09:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:21:01 2 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-07T10:03:33.854Z] 09:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:22:02 all 0.01 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:22:02 0 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:22:02 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.854Z] 09:22:02 2 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:22:02 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:22:02 4 0.07 0.00 0.00 0.00 0.00 99.93 [2023-03-07T10:03:33.854Z] 09:22:02 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:22:02 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:22:02 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:23:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2023-03-07T10:03:33.854Z] 09:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:23:01 2 0.02 0.00 0.00 0.03 0.02 99.93 [2023-03-07T10:03:33.854Z] 09:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:23:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-07T10:03:33.854Z] 09:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.854Z] 09:24:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:24:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2023-03-07T10:03:33.854Z] 09:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:24:01 2 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-07T10:03:33.854Z] 09:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.854Z] 09:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:25:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:25:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:25:01 7 0.02 0.00 0.00 0.07 0.00 99.92 [2023-03-07T10:03:33.854Z] 09:26:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:26:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-07T10:03:33.854Z] 09:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:26:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:26:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:26:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:27:01 all 0.06 0.00 0.02 0.00 0.00 99.91 [2023-03-07T10:03:33.854Z] 09:27:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-07T10:03:33.854Z] 09:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:27:01 3 0.40 0.00 0.08 0.00 0.00 99.52 [2023-03-07T10:03:33.854Z] 09:27:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-07T10:03:33.854Z] 09:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:27:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:28:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2023-03-07T10:03:33.854Z] 09:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-07T10:03:33.854Z] 09:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.854Z] 09:28:01 3 1.97 0.00 0.00 0.00 0.00 98.03 [2023-03-07T10:03:33.854Z] 09:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:28:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.854Z] 09:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.854Z] [2023-03-07T10:03:33.854Z] 09:28:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.854Z] 09:29:01 all 0.27 0.00 0.01 0.01 0.01 99.71 [2023-03-07T10:03:33.854Z] 09:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-07T10:03:33.854Z] 09:29:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:29:01 3 1.98 0.00 0.00 0.00 0.02 98.00 [2023-03-07T10:03:33.854Z] 09:29:01 4 0.03 0.00 0.02 0.03 0.00 99.92 [2023-03-07T10:03:33.854Z] 09:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:29:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:30:01 all 0.26 0.00 0.01 0.00 0.00 99.71 [2023-03-07T10:03:33.854Z] 09:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.854Z] 09:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.854Z] 09:30:01 3 1.99 0.00 0.00 0.00 0.00 98.01 [2023-03-07T10:03:33.854Z] 09:30:01 4 0.03 0.00 0.05 0.00 0.02 99.90 [2023-03-07T10:03:33.854Z] 09:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:30:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:30:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-07T10:03:33.854Z] 09:31:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2023-03-07T10:03:33.854Z] 09:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.854Z] 09:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:31:01 3 1.97 0.00 0.00 0.00 0.00 98.03 [2023-03-07T10:03:33.854Z] 09:31:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2023-03-07T10:03:33.854Z] 09:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.854Z] 09:31:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-07T10:03:33.854Z] 09:32:01 all 0.59 0.00 0.03 0.02 0.01 99.34 [2023-03-07T10:03:33.854Z] 09:32:01 0 0.50 0.00 0.02 0.00 0.02 99.47 [2023-03-07T10:03:33.854Z] 09:32:01 1 0.48 0.00 0.02 0.02 0.00 99.48 [2023-03-07T10:03:33.854Z] 09:32:01 2 0.23 0.00 0.05 0.02 0.02 99.68 [2023-03-07T10:03:33.854Z] 09:32:01 3 2.07 0.00 0.03 0.00 0.02 97.88 [2023-03-07T10:03:33.854Z] 09:32:01 4 0.63 0.00 0.03 0.00 0.03 99.30 [2023-03-07T10:03:33.855Z] 09:32:01 5 0.25 0.00 0.00 0.00 0.00 99.75 [2023-03-07T10:03:33.855Z] 09:32:01 6 0.07 0.00 0.03 0.00 0.00 99.90 [2023-03-07T10:03:33.855Z] 09:32:01 7 0.48 0.00 0.08 0.12 0.00 99.32 [2023-03-07T10:03:33.855Z] 09:33:01 all 0.07 0.00 0.02 0.00 0.00 99.91 [2023-03-07T10:03:33.855Z] 09:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:33:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:33:01 3 0.48 0.00 0.07 0.00 0.00 99.45 [2023-03-07T10:03:33.855Z] 09:33:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-07T10:03:33.855Z] 09:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:33:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:34:01 all 0.15 0.00 0.00 0.00 0.00 99.84 [2023-03-07T10:03:33.855Z] 09:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:34:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-07T10:03:33.855Z] 09:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:34:01 3 1.03 0.00 0.00 0.00 0.00 98.97 [2023-03-07T10:03:33.855Z] 09:34:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2023-03-07T10:03:33.855Z] 09:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.855Z] 09:34:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:35:01 all 0.09 0.00 0.01 0.00 0.00 99.90 [2023-03-07T10:03:33.855Z] 09:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.855Z] 09:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:35:01 3 0.63 0.00 0.00 0.00 0.00 99.37 [2023-03-07T10:03:33.855Z] 09:35:01 4 0.03 0.00 0.07 0.00 0.02 99.88 [2023-03-07T10:03:33.855Z] 09:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:35:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-03-07T10:03:33.855Z] 09:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:36:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2023-03-07T10:03:33.855Z] 09:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:36:01 4 0.05 0.00 0.05 0.00 0.02 99.88 [2023-03-07T10:03:33.855Z] 09:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:36:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-07T10:03:33.855Z] 09:37:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:37:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2023-03-07T10:03:33.855Z] 09:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:37:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:38:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:38:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-07T10:03:33.855Z] 09:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.855Z] 09:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:38:01 4 0.08 0.00 0.02 0.00 0.02 99.88 [2023-03-07T10:03:33.855Z] 09:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:38:01 7 0.02 0.00 0.00 0.05 0.00 99.93 [2023-03-07T10:03:33.855Z] 09:39:01 all 0.00 0.00 0.01 0.01 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:39:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:39:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:39:01 7 0.02 0.00 0.00 0.05 0.00 99.93 [2023-03-07T10:03:33.855Z] [2023-03-07T10:03:33.855Z] 09:39:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.855Z] 09:40:01 all 0.11 0.00 0.00 0.01 0.01 99.87 [2023-03-07T10:03:33.855Z] 09:40:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-07T10:03:33.855Z] 09:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:40:01 2 0.76 0.00 0.00 0.00 0.02 99.22 [2023-03-07T10:03:33.855Z] 09:40:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-07T10:03:33.855Z] 09:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.855Z] 09:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:40:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:41:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2023-03-07T10:03:33.855Z] 09:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:41:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.855Z] 09:41:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.855Z] 09:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-07T10:03:33.855Z] 09:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:41:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:42:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.855Z] 09:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:42:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:42:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-07T10:03:33.855Z] 09:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:42:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:43:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:43:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.855Z] 09:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:43:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.855Z] 09:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:43:01 7 0.03 0.00 0.00 0.03 0.00 99.93 [2023-03-07T10:03:33.855Z] 09:44:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:44:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:44:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-07T10:03:33.855Z] 09:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:44:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:45:01 all 0.20 0.00 0.01 0.00 0.00 99.78 [2023-03-07T10:03:33.855Z] 09:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:45:01 2 1.52 0.00 0.00 0.00 0.02 98.47 [2023-03-07T10:03:33.855Z] 09:45:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:45:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-07T10:03:33.855Z] 09:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:45:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:46:01 all 0.14 0.00 0.00 0.00 0.00 99.85 [2023-03-07T10:03:33.855Z] 09:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:46:01 2 1.09 0.00 0.00 0.00 0.00 98.91 [2023-03-07T10:03:33.855Z] 09:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.855Z] 09:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:46:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-07T10:03:33.855Z] 09:47:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-07T10:03:33.855Z] 09:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.855Z] 09:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:47:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:47:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.855Z] 09:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:48:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.855Z] 09:48:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-07T10:03:33.855Z] 09:48:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-07T10:03:33.855Z] 09:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.855Z] 09:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.855Z] 09:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:49:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:49:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-07T10:03:33.856Z] 09:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:49:01 7 0.03 0.00 0.00 0.03 0.00 99.93 [2023-03-07T10:03:33.856Z] 09:50:01 all 0.00 0.00 0.01 0.00 0.00 99.99 [2023-03-07T10:03:33.856Z] 09:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.856Z] 09:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:50:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.856Z] [2023-03-07T10:03:33.856Z] 09:50:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.856Z] 09:51:01 all 0.02 0.00 0.00 0.03 0.01 99.94 [2023-03-07T10:03:33.856Z] 09:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:51:01 2 0.00 0.00 0.00 0.15 0.02 99.83 [2023-03-07T10:03:33.856Z] 09:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:51:01 4 0.07 0.00 0.02 0.03 0.02 99.87 [2023-03-07T10:03:33.856Z] 09:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.856Z] 09:51:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.856Z] 09:51:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:52:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:52:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-07T10:03:33.856Z] 09:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:52:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:53:01 all 0.01 0.00 0.00 0.00 0.00 99.99 [2023-03-07T10:03:33.856Z] 09:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:53:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-03-07T10:03:33.856Z] 09:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:54:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.856Z] 09:54:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-07T10:03:33.856Z] 09:54:01 4 0.13 0.00 0.00 0.00 0.02 99.85 [2023-03-07T10:03:33.856Z] 09:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:54:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2023-03-07T10:03:33.856Z] 09:55:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.856Z] 09:55:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.856Z] 09:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:55:01 7 0.00 0.00 0.02 0.08 0.02 99.88 [2023-03-07T10:03:33.856Z] 09:56:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:56:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.856Z] 09:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.856Z] 09:56:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:56:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2023-03-07T10:03:33.856Z] 09:57:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 09:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 09:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:57:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-07T10:03:33.856Z] 09:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 09:57:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-07T10:03:33.856Z] 09:58:01 all 5.91 0.00 2.09 1.74 0.03 90.24 [2023-03-07T10:03:33.856Z] 09:58:01 0 4.90 0.00 2.28 0.17 0.03 92.61 [2023-03-07T10:03:33.856Z] 09:58:01 1 5.99 0.00 1.80 1.19 0.03 90.98 [2023-03-07T10:03:33.856Z] 09:58:01 2 3.82 0.00 2.14 10.70 0.03 83.31 [2023-03-07T10:03:33.856Z] 09:58:01 3 8.39 0.00 2.16 0.07 0.03 89.35 [2023-03-07T10:03:33.856Z] 09:58:01 4 7.65 0.00 1.90 0.03 0.02 90.40 [2023-03-07T10:03:33.856Z] 09:58:01 5 6.81 0.00 2.15 0.40 0.02 90.62 [2023-03-07T10:03:33.856Z] 09:58:01 6 4.36 0.00 1.81 0.03 0.03 93.76 [2023-03-07T10:03:33.856Z] 09:58:01 7 5.33 0.00 2.45 1.33 0.03 90.86 [2023-03-07T10:03:33.856Z] 09:59:01 all 22.78 0.00 4.11 1.57 0.07 71.47 [2023-03-07T10:03:33.856Z] 09:59:01 0 23.16 0.00 4.24 0.02 0.05 72.53 [2023-03-07T10:03:33.856Z] 09:59:01 1 22.59 0.00 3.96 0.96 0.05 72.44 [2023-03-07T10:03:33.856Z] 09:59:01 2 23.72 0.00 4.31 7.00 0.08 64.89 [2023-03-07T10:03:33.856Z] 09:59:01 3 22.93 0.00 3.88 0.29 0.05 72.85 [2023-03-07T10:03:33.856Z] 09:59:01 4 21.90 0.00 4.09 0.29 0.07 73.66 [2023-03-07T10:03:33.856Z] 09:59:01 5 22.28 0.00 3.81 0.27 0.05 73.59 [2023-03-07T10:03:33.856Z] 09:59:01 6 23.02 0.00 4.00 0.89 0.15 71.94 [2023-03-07T10:03:33.856Z] 09:59:01 7 22.66 0.00 4.58 2.84 0.07 69.85 [2023-03-07T10:03:33.856Z] 10:00:01 all 0.37 0.00 0.12 0.08 0.01 99.41 [2023-03-07T10:03:33.856Z] 10:00:01 0 1.49 0.00 0.17 0.07 0.02 98.27 [2023-03-07T10:03:33.856Z] 10:00:01 1 0.58 0.00 0.10 0.00 0.02 99.30 [2023-03-07T10:03:33.856Z] 10:00:01 2 0.12 0.00 0.12 0.13 0.00 99.63 [2023-03-07T10:03:33.856Z] 10:00:01 3 0.10 0.00 0.10 0.08 0.00 99.72 [2023-03-07T10:03:33.856Z] 10:00:01 4 0.15 0.00 0.18 0.00 0.00 99.67 [2023-03-07T10:03:33.856Z] 10:00:01 5 0.08 0.00 0.05 0.00 0.02 99.85 [2023-03-07T10:03:33.856Z] 10:00:01 6 0.22 0.00 0.18 0.35 0.02 99.23 [2023-03-07T10:03:33.856Z] 10:00:01 7 0.25 0.00 0.10 0.00 0.00 99.65 [2023-03-07T10:03:33.856Z] 10:01:01 all 0.27 0.00 0.02 0.00 0.01 99.69 [2023-03-07T10:03:33.856Z] 10:01:01 0 2.00 0.00 0.02 0.00 0.02 97.96 [2023-03-07T10:03:33.856Z] 10:01:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2023-03-07T10:03:33.856Z] 10:01:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-07T10:03:33.856Z] 10:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 10:01:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-07T10:03:33.856Z] 10:01:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.856Z] 10:01:01 6 0.03 0.00 0.05 0.02 0.02 99.88 [2023-03-07T10:03:33.856Z] 10:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] [2023-03-07T10:03:33.856Z] 10:01:01 CPU %user %nice %system %iowait %steal %idle [2023-03-07T10:03:33.856Z] 10:02:01 all 0.28 0.00 0.01 0.00 0.00 99.71 [2023-03-07T10:03:33.856Z] 10:02:01 0 1.97 0.00 0.02 0.00 0.02 98.00 [2023-03-07T10:03:33.856Z] 10:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-07T10:03:33.856Z] 10:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 10:02:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-07T10:03:33.856Z] 10:02:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-07T10:03:33.856Z] 10:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-07T10:03:33.856Z] 10:02:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-07T10:03:33.856Z] 10:02:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-07T10:03:33.856Z] 10:03:01 all 0.07 0.00 0.02 0.00 0.01 99.90 [2023-03-07T10:03:33.856Z] 10:03:01 0 0.47 0.00 0.08 0.00 0.00 99.45 [2023-03-07T10:03:33.856Z] 10:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-07T10:03:33.856Z] 10:03:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2023-03-07T10:03:33.856Z] 10:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 10:03:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-07T10:03:33.856Z] 10:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-07T10:03:33.856Z] 10:03:01 6 0.05 0.00 0.02 0.02 0.03 99.88 [2023-03-07T10:03:33.856Z] 10:03:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-07T10:03:33.856Z] Average: all 0.42 0.00 0.10 0.06 0.01 99.41 [2023-03-07T10:03:33.856Z] Average: 0 0.44 0.00 0.11 0.01 0.01 99.43 [2023-03-07T10:03:33.856Z] Average: 1 0.42 0.00 0.10 0.07 0.01 99.40 [2023-03-07T10:03:33.856Z] Average: 2 0.40 0.00 0.11 0.28 0.01 99.20 [2023-03-07T10:03:33.856Z] Average: 3 0.61 0.00 0.09 0.01 0.00 99.29 [2023-03-07T10:03:33.856Z] Average: 4 0.40 0.00 0.11 0.03 0.01 99.46 [2023-03-07T10:03:33.856Z] Average: 5 0.40 0.00 0.09 0.01 0.00 99.49 [2023-03-07T10:03:33.856Z] Average: 6 0.37 0.00 0.09 0.02 0.00 99.52 [2023-03-07T10:03:33.856Z] Average: 7 0.37 0.00 0.11 0.07 0.00 99.46 [2023-03-07T10:03:33.856Z] [2023-03-07T10:03:33.856Z] [2023-03-07T10:03:33.856Z]