Pull request #106 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c4bbce33bb66da3e537be385573c1eb77100b1d8+695cbf35e7563b7af803532131954c37e2b367cb (40636f312655fb8826079e0c24e2241d671df11a) 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-ssh7914279410430742729.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh9465438053767077789.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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/device-usb-camera/branches/PR-106/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/device-usb-camera/branches/PR-106/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17143212674021701276.key Verifying host key using known hosts file > 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/device-usb-camera/branches/PR-106/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7769281294551437405.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh13504462758867107405.key Verifying host key using known hosts file > 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/device-usb-camera/branches/PR-106/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/device-usb-camera/branches/PR-106/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1514326179389243235.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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:device-usb-camera] ========================================================= [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: device-usb-camera-settings PROJECT: device-usb-camera 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: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-35955 in /w/workspace/foundry_device-usb-camera_PR-106 [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/device-usb-camera.git > git init /w/workspace/foundry_device-usb-camera_PR-106 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 695cbf35e7563b7af803532131954c37e2b367cb into PR head commit c4bbce33bb66da3e537be385573c1eb77100b1d8 Merge succeeded, producing c4bbce33bb66da3e537be385573c1eb77100b1d8 Checking out Revision c4bbce33bb66da3e537be385573c1eb77100b1d8 (PR-106) > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.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/device-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/106/head:refs/remotes/origin/PR-106 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c4bbce33bb66da3e537be385573c1eb77100b1d8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 695cbf35e7563b7af803532131954c37e2b367cb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-24T20:59:57.394Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-24T20:59:57.566Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f c4bbce33bb66da3e537be385573c1eb77100b1d8 # timeout=10 [Pipeline] echo [2022-10-24T20:59:57.658Z] ========================================================= [2022-10-24T20:59:57.658Z] EdgeX Global Pipelines Version Info [2022-10-24T20:59:57.658Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-24T20:59:58.402Z] ------------------- [2022-10-24T20:59:58.402Z] stable info: [2022-10-24T20:59:58.402Z] ------------------- [2022-10-24T20:59:58.402Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-24T20:59:58.402Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T20:59:58.402Z] Message: update stable to v1.0.243 [2022-10-24T20:59:58.971Z] ------------------- [2022-10-24T20:59:58.971Z] experimental info: [2022-10-24T20:59:58.971Z] ------------------- [2022-10-24T20:59:58.971Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-24T20:59:58.971Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T20:59:58.971Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-24T20:59:59.324Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-10-24T20:59:59.367Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-10-24T20:59:59.408Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-24T20:59:59.450Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-24T20:59:59.504Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-24T20:59:59.568Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-24T20:59:59.604Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-24T20:59:59.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-24T20:59:59.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-24T20:59:59.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-24T20:59:59.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-24T20:59:59.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-10-24T20:59:59.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-24T20:59:59.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-24T20:59:59.947Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T20:59:59.983Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T21:00:00.022Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T21:00:00.061Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T21:00:00.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-24T21:00:00.137Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-24T21:00:00.181Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-24T21:00:00.223Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-24T21:00:00.262Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-24T21:00:00.298Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-24T21:00:00.345Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-24T21:00:00.389Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-24T21:00:00.430Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-24T21:00:00.473Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-106 [Pipeline] echo [2022-10-24T21:00:00.516Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-106 [Pipeline] echo [2022-10-24T21:00:00.556Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-106 [Pipeline] echo [2022-10-24T21:00:00.596Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] echo [2022-10-24T21:00:00.633Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4bbce3 [Pipeline] echo [2022-10-24T21:00:00.672Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T21:00:00.774Z] provisioning config files... [2022-10-24T21:00:00.789Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-106@tmp/config1272922240401287114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T21:00:01.135Z] ---> docker-login.sh [2022-10-24T21:00:01.135Z] nexus3.edgexfoundry.org:10001 [2022-10-24T21:00:01.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:01.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:01.655Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:01.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:01.655Z] [2022-10-24T21:00:01.655Z] Login Succeeded [2022-10-24T21:00:01.655Z] nexus3.edgexfoundry.org:10002 [2022-10-24T21:00:01.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:01.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:01.915Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:01.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:01.915Z] [2022-10-24T21:00:01.915Z] Login Succeeded [2022-10-24T21:00:01.915Z] nexus3.edgexfoundry.org:10003 [2022-10-24T21:00:01.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:01.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:01.915Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:01.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:01.915Z] [2022-10-24T21:00:01.915Z] Login Succeeded [2022-10-24T21:00:01.915Z] nexus3.edgexfoundry.org:10004 [2022-10-24T21:00:01.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:01.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:01.915Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:01.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:01.915Z] [2022-10-24T21:00:01.915Z] Login Succeeded [2022-10-24T21:00:02.185Z] docker.io [2022-10-24T21:00:02.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:08.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:08.764Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:08.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:08.764Z] [2022-10-24T21:00:08.764Z] Login Succeeded [2022-10-24T21:00:08.764Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T21:00:08.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-24T21:00:09.424Z] + git rev-list -1 --merges c4bbce33bb66da3e537be385573c1eb77100b1d8~1..c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] echo [2022-10-24T21:00:09.469Z] -----------> git rev-list -1 --merges c4bbce33bb66da3e537be385573c1eb77100b1d8~1..c4bbce33bb66da3e537be385573c1eb77100b1d8 c4bbce33bb66da3e537be385573c1eb77100b1d8 [false] [Pipeline] sh [2022-10-24T21:00:09.776Z] + git log --format=format:%s -1 c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] echo [2022-10-24T21:00:09.810Z] ========================================================= [2022-10-24T21:00:09.810Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-24T21:00:09.810Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T21:00:10.227Z] + git log --format=format:%s -1 c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] echo [2022-10-24T21:00:10.258Z] [semverPrep] GIT_COMMIT: c4bbce33bb66da3e537be385573c1eb77100b1d8, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-10-24T21:00:10.285Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-24T21:00:10.651Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-24T21:00:10.651Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-24T21:00:10.651Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-24T21:00:10.651Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-24T21:00:10.651Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-24T21:00:10.651Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-24T21:00:10.651Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T21:00:11.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T21:00:11.058Z] [2022-10-24T21:00:11.058Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T21:00:11.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T21:00:11.424Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-24T21:00:11.424Z] b85a868b505f: Pulling fs layer [2022-10-24T21:00:11.424Z] e2be974225ed: Pulling fs layer [2022-10-24T21:00:11.424Z] 339a4e72a1f5: Pulling fs layer [2022-10-24T21:00:11.424Z] 988bab9f4d93: Pulling fs layer [2022-10-24T21:00:11.424Z] 1469e6f7b9e6: Pulling fs layer [2022-10-24T21:00:11.424Z] eaf3925da568: Pulling fs layer [2022-10-24T21:00:11.424Z] bab4dde63d76: Pulling fs layer [2022-10-24T21:00:11.424Z] 988bab9f4d93: Waiting [2022-10-24T21:00:11.425Z] 1469e6f7b9e6: Waiting [2022-10-24T21:00:11.425Z] eaf3925da568: Waiting [2022-10-24T21:00:11.425Z] bde34c3a00c8: Pulling fs layer [2022-10-24T21:00:11.425Z] bab4dde63d76: Waiting [2022-10-24T21:00:11.425Z] b352a97aabf1: Pulling fs layer [2022-10-24T21:00:11.425Z] bde34c3a00c8: Waiting [2022-10-24T21:00:11.425Z] 4872d77fe225: Pulling fs layer [2022-10-24T21:00:11.425Z] 5851b861e8e6: Pulling fs layer [2022-10-24T21:00:11.425Z] 4872d77fe225: Waiting [2022-10-24T21:00:11.425Z] b352a97aabf1: Waiting [2022-10-24T21:00:11.425Z] 5851b861e8e6: Waiting [2022-10-24T21:00:11.425Z] e2be974225ed: Verifying Checksum [2022-10-24T21:00:11.425Z] e2be974225ed: Download complete [2022-10-24T21:00:11.425Z] 988bab9f4d93: Verifying Checksum [2022-10-24T21:00:11.425Z] 988bab9f4d93: Download complete [2022-10-24T21:00:11.685Z] 1469e6f7b9e6: Verifying Checksum [2022-10-24T21:00:11.685Z] 1469e6f7b9e6: Download complete [2022-10-24T21:00:11.685Z] 339a4e72a1f5: Verifying Checksum [2022-10-24T21:00:11.685Z] 339a4e72a1f5: Download complete [2022-10-24T21:00:11.685Z] eaf3925da568: Verifying Checksum [2022-10-24T21:00:11.685Z] eaf3925da568: Download complete [2022-10-24T21:00:11.685Z] bde34c3a00c8: Download complete [2022-10-24T21:00:11.685Z] b352a97aabf1: Verifying Checksum [2022-10-24T21:00:11.685Z] b352a97aabf1: Download complete [2022-10-24T21:00:11.685Z] 4872d77fe225: Download complete [2022-10-24T21:00:11.685Z] 5851b861e8e6: Verifying Checksum [2022-10-24T21:00:11.685Z] b85a868b505f: Download complete [2022-10-24T21:00:11.945Z] bab4dde63d76: Verifying Checksum [2022-10-24T21:00:11.945Z] bab4dde63d76: Download complete [2022-10-24T21:00:12.881Z] b85a868b505f: Pull complete [2022-10-24T21:00:13.141Z] e2be974225ed: Pull complete [2022-10-24T21:00:13.710Z] 339a4e72a1f5: Pull complete [2022-10-24T21:00:13.710Z] 988bab9f4d93: Pull complete [2022-10-24T21:00:13.969Z] 1469e6f7b9e6: Pull complete [2022-10-24T21:00:13.969Z] eaf3925da568: Pull complete [2022-10-24T21:00:15.876Z] bab4dde63d76: Pull complete [2022-10-24T21:00:15.876Z] bde34c3a00c8: Pull complete [2022-10-24T21:00:15.876Z] b352a97aabf1: Pull complete [2022-10-24T21:00:15.876Z] 4872d77fe225: Pull complete [2022-10-24T21:00:16.135Z] 5851b861e8e6: Pull complete [2022-10-24T21:00:16.135Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-24T21:00:16.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T21:00:16.135Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T21:00:16.343Z] prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container [2022-10-24T21:00:16.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@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 [2022-10-24T21:00:17.611Z] $ docker top 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc -eo pid,comm [2022-10-24T21:00:17.665Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-10-24T21:00:17.665Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-24T21:00:17.817Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T21:00:17.817Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T21:00:17.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T21:00:17.934Z] $ docker exec 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc ssh-agent [2022-10-24T21:00:18.052Z] SSH_AUTH_SOCK=/tmp/ssh-ykvBA7FIfvfW/agent.32 [2022-10-24T21:00:18.052Z] SSH_AGENT_PID=38 [2022-10-24T21:00:18.058Z] Running ssh-add (command line suppressed) [2022-10-24T21:00:18.162Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-106@tmp/private_key_14173292810726367129.key (/w/workspace/foundry_device-usb-camera_PR-106@tmp/private_key_14173292810726367129.key) [2022-10-24T21:00:18.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T21:00:18.504Z] + git tag --points-at HEAD [Pipeline] } [2022-10-24T21:00:18.529Z] $ docker exec --env ******** --env ******** 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc ssh-agent -k [2022-10-24T21:00:18.631Z] unset SSH_AUTH_SOCK; [2022-10-24T21:00:18.631Z] unset SSH_AGENT_PID; [2022-10-24T21:00:18.631Z] echo Agent pid 38 killed; [2022-10-24T21:00:18.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-24T21:00:18.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T21:00:18.726Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T21:00:18.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T21:00:18.841Z] $ docker exec 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc ssh-agent [2022-10-24T21:00:18.942Z] SSH_AUTH_SOCK=/tmp/ssh-1IvKoXZf6jlU/agent.71 [2022-10-24T21:00:18.942Z] SSH_AGENT_PID=77 [2022-10-24T21:00:18.947Z] Running ssh-add (command line suppressed) [2022-10-24T21:00:19.067Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-106@tmp/private_key_7904313706116328016.key (/w/workspace/foundry_device-usb-camera_PR-106@tmp/private_key_7904313706116328016.key) [2022-10-24T21:00:19.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T21:00:19.410Z] + git semver init [2022-10-24T21:00:19.676Z] 2022-10-24 21:00:19,621 [run_init] DEBUG init version:0.0.0 force:False [2022-10-24T21:00:19.676Z] 2022-10-24 21:00:19,622 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-106/.semver [2022-10-24T21:00:19.676Z] 2022-10-24 21:00:19,622 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-106/.semver [2022-10-24T21:00:19.676Z] 2022-10-24 21:00:19,622 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-106/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-106, universal_newlines=False, shell=None, istream=None) [2022-10-24T21:00:20.619Z] 2022-10-24 21:00:20,393 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-106/.git/info/exclude [2022-10-24T21:00:20.619Z] 2022-10-24 21:00:20,393 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-106/.semver/PR-106 with force:False [2022-10-24T21:00:20.619Z] 2022-10-24 21:00:20,394 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-106/.semver/PR-106 [2022-10-24T21:00:20.619Z] 2022-10-24 21:00:20,398 [execute] INFO git cat-file --batch-check [2022-10-24T21:00:20.619Z] 2022-10-24 21:00:20,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-106/.semver, universal_newlines=False, shell=None, istream=) [2022-10-24T21:00:20.619Z] 2022-10-24 21:00:20,405 [execute] INFO git cat-file --batch [2022-10-24T21:00:20.619Z] 2022-10-24 21:00:20,406 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-106/.semver, universal_newlines=False, shell=None, istream=) [2022-10-24T21:00:20.619Z] 2022-10-24 21:00:20,411 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-106/.semver/PR-106 [2022-10-24T21:00:20.619Z] 0.0.0 [Pipeline] } [2022-10-24T21:00:20.649Z] $ docker exec --env ******** --env ******** 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc ssh-agent -k [2022-10-24T21:00:20.778Z] unset SSH_AUTH_SOCK; [2022-10-24T21:00:20.778Z] unset SSH_AGENT_PID; [2022-10-24T21:00:20.778Z] echo Agent pid 77 killed; [2022-10-24T21:00:20.788Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-24T21:00:21.215Z] + git semver [Pipeline] } [2022-10-24T21:00:21.502Z] $ docker stop --time=1 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc [2022-10-24T21:00:22.794Z] $ docker rm -f 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T21:00:23.223Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-24T21:00:23.474Z] Stashed 1 file(s) [Pipeline] echo [2022-10-24T21:00:23.492Z] [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] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T21:00:24.188Z] provisioning config files... [2022-10-24T21:00:24.199Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-106@tmp/config17375503070793340211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T21:00:24.550Z] ---> docker-login.sh [2022-10-24T21:00:24.550Z] nexus3.edgexfoundry.org:10001 [2022-10-24T21:00:24.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:24.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:24.550Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:24.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:24.550Z] [2022-10-24T21:00:24.550Z] Login Succeeded [2022-10-24T21:00:24.550Z] nexus3.edgexfoundry.org:10002 [2022-10-24T21:00:24.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:24.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:24.550Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:24.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:24.550Z] [2022-10-24T21:00:24.550Z] Login Succeeded [2022-10-24T21:00:24.550Z] nexus3.edgexfoundry.org:10003 [2022-10-24T21:00:24.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:24.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:24.809Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:24.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:24.809Z] [2022-10-24T21:00:24.809Z] Login Succeeded [2022-10-24T21:00:24.809Z] nexus3.edgexfoundry.org:10004 [2022-10-24T21:00:24.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:24.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:24.809Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:24.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:24.809Z] [2022-10-24T21:00:24.809Z] Login Succeeded [2022-10-24T21:00:24.809Z] docker.io [2022-10-24T21:00:25.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T21:00:25.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T21:00:25.341Z] Configure a credential helper to remove this warning. See [2022-10-24T21:00:25.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T21:00:25.341Z] [2022-10-24T21:00:25.341Z] Login Succeeded [2022-10-24T21:00:25.341Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T21:00:25.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T21:00:25.559Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T21:00:25.597Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T21:00:25.635Z] ========================================================= [2022-10-24T21:00:25.635Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-24T21:00:25.635Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T21:00:26.147Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-24T21:00:26.147Z] Sending build context to Docker daemon 1.548MB [2022-10-24T21:00:26.147Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T21:00:26.147Z] Step 2/14 : FROM ${BASE} AS builder [2022-10-24T21:00:26.147Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-24T21:00:26.147Z] 213ec9aee27d: Pulling fs layer [2022-10-24T21:00:26.147Z] 4583459ba037: Pulling fs layer [2022-10-24T21:00:26.147Z] 93c1e223e6f2: Pulling fs layer [2022-10-24T21:00:26.147Z] 53926ce57604: Pulling fs layer [2022-10-24T21:00:26.147Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-24T21:00:26.147Z] 30f14e443154: Pulling fs layer [2022-10-24T21:00:26.147Z] 801331c1e519: Pulling fs layer [2022-10-24T21:00:26.147Z] 99cc6dd402b0: Pulling fs layer [2022-10-24T21:00:26.147Z] 7d9ed39f4882: Pulling fs layer [2022-10-24T21:00:26.147Z] 30f14e443154: Waiting [2022-10-24T21:00:26.147Z] 801331c1e519: Waiting [2022-10-24T21:00:26.147Z] 99cc6dd402b0: Waiting [2022-10-24T21:00:26.147Z] 53926ce57604: Waiting [2022-10-24T21:00:26.147Z] 21b2b0c7a3f4: Waiting [2022-10-24T21:00:26.147Z] 7d9ed39f4882: Waiting [2022-10-24T21:00:26.147Z] 93c1e223e6f2: Verifying Checksum [2022-10-24T21:00:26.147Z] 93c1e223e6f2: Download complete [2022-10-24T21:00:26.147Z] 4583459ba037: Verifying Checksum [2022-10-24T21:00:26.147Z] 4583459ba037: Download complete [2022-10-24T21:00:26.147Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-24T21:00:26.147Z] 21b2b0c7a3f4: Download complete [2022-10-24T21:00:26.147Z] 30f14e443154: Download complete [2022-10-24T21:00:26.413Z] 213ec9aee27d: Verifying Checksum [2022-10-24T21:00:26.413Z] 213ec9aee27d: Download complete [2022-10-24T21:00:26.413Z] 801331c1e519: Verifying Checksum [2022-10-24T21:00:26.413Z] 801331c1e519: Download complete [2022-10-24T21:00:26.413Z] 213ec9aee27d: Pull complete [2022-10-24T21:00:26.686Z] 4583459ba037: Pull complete [2022-10-24T21:00:26.686Z] 93c1e223e6f2: Pull complete [2022-10-24T21:00:26.958Z] 7d9ed39f4882: Verifying Checksum [2022-10-24T21:00:26.958Z] 7d9ed39f4882: Download complete [2022-10-24T21:00:27.222Z] 53926ce57604: Verifying Checksum [2022-10-24T21:00:27.222Z] 53926ce57604: Download complete [2022-10-24T21:00:27.481Z] 99cc6dd402b0: Verifying Checksum [2022-10-24T21:00:27.481Z] 99cc6dd402b0: Download complete [2022-10-24T21:00:31.668Z] 53926ce57604: Pull complete [2022-10-24T21:00:31.668Z] 21b2b0c7a3f4: Pull complete [2022-10-24T21:00:31.668Z] 30f14e443154: Pull complete [2022-10-24T21:00:31.668Z] 801331c1e519: Pull complete [2022-10-24T21:00:33.569Z] 99cc6dd402b0: Pull complete [2022-10-24T21:00:34.134Z] 7d9ed39f4882: Pull complete [2022-10-24T21:00:34.134Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-24T21:00:34.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-24T21:00:34.134Z] ---> 1dedd983c030 [2022-10-24T21:00:34.134Z] Step 3/14 : ARG ADD_BUILD_TAGS="" [2022-10-24T21:00:36.037Z] ---> Running in eb13e3e53585 [2022-10-24T21:00:36.037Z] Removing intermediate container eb13e3e53585 [2022-10-24T21:00:36.037Z] ---> 873f5f897007 [2022-10-24T21:00:36.037Z] Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T21:00:36.296Z] ---> Running in 2b2984998a3c [2022-10-24T21:00:36.296Z] Removing intermediate container 2b2984998a3c [2022-10-24T21:00:36.296Z] ---> 89ff024ce06d [2022-10-24T21:00:36.296Z] Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-10-24T21:00:36.296Z] ---> Running in b9f80bb614a6 [2022-10-24T21:00:36.554Z] Removing intermediate container b9f80bb614a6 [2022-10-24T21:00:36.554Z] ---> 072ab9eed91e [2022-10-24T21:00:36.554Z] Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-10-24T21:00:36.554Z] ---> Running in 2e9f47843f7a [2022-10-24T21:00:36.554Z] Removing intermediate container 2e9f47843f7a [2022-10-24T21:00:36.554Z] ---> 76ab5d0e04e4 [2022-10-24T21:00:36.554Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T21:00:36.554Z] ---> Running in c022297d8f7c [2022-10-24T21:00:37.122Z] Removing intermediate container c022297d8f7c [2022-10-24T21:00:37.122Z] ---> 87297b87c359 [2022-10-24T21:00:37.122Z] Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T21:00:37.122Z] ---> Running in 02cbfe63196f [2022-10-24T21:00:37.381Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T21:00:38.317Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T21:00:38.577Z] (1/80) Installing mesa (21.3.8-r2) [2022-10-24T21:00:38.837Z] (2/80) Installing libxau (1.0.9-r0) [2022-10-24T21:00:38.837Z] (3/80) Installing libxdmcp (1.1.3-r0) [2022-10-24T21:00:38.837Z] (4/80) Installing libxcb (1.15-r0) [2022-10-24T21:00:38.998Z] Still waiting to schedule task [2022-10-24T21:00:38.998Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-24T21:00:39.096Z] (5/80) Installing libx11 (1.8-r0) [2022-10-24T21:00:39.097Z] (6/80) Installing libxext (1.3.4-r0) [2022-10-24T21:00:39.097Z] (7/80) Installing libxfixes (6.0.0-r0) [2022-10-24T21:00:39.357Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2022-10-24T21:00:39.357Z] (9/80) Installing libpciaccess (0.16-r0) [2022-10-24T21:00:39.357Z] (10/80) Installing libdrm (2.4.110-r0) [2022-10-24T21:00:39.617Z] (11/80) Installing mesa-glapi (21.3.8-r2) [2022-10-24T21:00:39.617Z] (12/80) Installing libxshmfence (1.3-r1) [2022-10-24T21:00:39.617Z] (13/80) Installing mesa-gl (21.3.8-r2) [2022-10-24T21:00:39.877Z] (14/80) Installing icu-data-full (71.1-r2) [2022-10-24T21:00:40.451Z] (15/80) Installing libice (1.0.10-r0) [2022-10-24T21:00:40.712Z] (16/80) Installing libuuid (2.38-r1) [2022-10-24T21:00:40.712Z] (17/80) Installing libsm (1.2.3-r0) [2022-10-24T21:00:40.972Z] (18/80) Installing libxt (1.2.1-r0) [2022-10-24T21:00:40.972Z] (19/80) Installing libxmu (1.1.3-r0) [2022-10-24T21:00:40.972Z] (20/80) Installing xset (1.2.4-r0) [2022-10-24T21:00:41.232Z] (21/80) Installing xprop (1.2.5-r0) [2022-10-24T21:00:41.232Z] (22/80) Installing xdg-utils (1.1.3-r3) [2022-10-24T21:00:41.232Z] (23/80) Installing dbus-libs (1.14.4-r0) [2022-10-24T21:00:41.491Z] (24/80) Installing libffi (3.4.2-r1) [2022-10-24T21:00:41.491Z] (25/80) Installing libintl (0.21-r2) [2022-10-24T21:00:41.491Z] (26/80) Installing libblkid (2.38-r1) [2022-10-24T21:00:41.750Z] (27/80) Installing libmount (2.38-r1) [2022-10-24T21:00:41.750Z] (28/80) Installing pcre (8.45-r2) [2022-10-24T21:00:41.750Z] (29/80) Installing glib (2.72.1-r0) [2022-10-24T21:00:42.010Z] (30/80) Installing icu-libs (71.1-r2) [2022-10-24T21:00:42.581Z] (31/80) Installing libpcre2-16 (10.40-r0) [2022-10-24T21:00:42.581Z] (32/80) Installing zstd-libs (1.5.2-r1) [2022-10-24T21:00:42.844Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2022-10-24T21:00:43.103Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2022-10-24T21:00:43.103Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2022-10-24T21:00:43.363Z] (36/80) Installing mesa-gbm (21.3.8-r2) [2022-10-24T21:00:43.363Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2022-10-24T21:00:43.363Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2022-10-24T21:00:44.746Z] (39/80) Installing libxcomposite (0.4.5-r0) [2022-10-24T21:00:44.746Z] (40/80) Installing libbz2 (1.0.8-r1) [2022-10-24T21:00:44.746Z] (41/80) Installing libpng (1.6.37-r1) [2022-10-24T21:00:44.746Z] (42/80) Installing freetype (2.12.1-r0) [2022-10-24T21:00:45.005Z] (43/80) Installing fontconfig (2.14.0-r0) [2022-10-24T21:00:45.005Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2022-10-24T21:00:45.005Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2022-10-24T21:00:45.263Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2022-10-24T21:00:45.263Z] (47/80) Installing xz-libs (5.2.5-r1) [2022-10-24T21:00:45.522Z] (48/80) Installing libxml2 (2.9.14-r2) [2022-10-24T21:00:45.522Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2022-10-24T21:00:45.781Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2022-10-24T21:00:46.042Z] (51/80) Installing mesa-egl (21.3.8-r2) [2022-10-24T21:00:46.042Z] (52/80) Installing avahi-libs (0.8-r6) [2022-10-24T21:00:46.301Z] (53/80) Installing nettle (3.7.3-r0) [2022-10-24T21:00:46.301Z] (54/80) Installing p11-kit (0.24.1-r0) [2022-10-24T21:00:46.301Z] (55/80) Installing libtasn1 (4.18.0-r0) [2022-10-24T21:00:46.560Z] (56/80) Installing libunistring (1.0-r0) [2022-10-24T21:00:46.560Z] (57/80) Installing gnutls (3.7.7-r0) [2022-10-24T21:00:46.817Z] (58/80) Installing cups-libs (2.4.2-r0) [2022-10-24T21:00:46.817Z] (59/80) Installing graphite2 (1.3.14-r1) [2022-10-24T21:00:47.075Z] (60/80) Installing harfbuzz (4.3.0-r0) [2022-10-24T21:00:47.333Z] (61/80) Installing libevdev (1.12.1-r0) [2022-10-24T21:00:47.333Z] (62/80) Installing mtdev (1.1.6-r0) [2022-10-24T21:00:47.333Z] (63/80) Installing eudev-libs (3.2.11-r0) [2022-10-24T21:00:47.593Z] (64/80) Installing libinput-libs (1.20.1-r0) [2022-10-24T21:00:47.593Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2022-10-24T21:00:47.593Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2022-10-24T21:00:47.852Z] (67/80) Installing xcb-util (0.4.0-r3) [2022-10-24T21:00:47.852Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2022-10-24T21:00:47.852Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2022-10-24T21:00:48.111Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2022-10-24T21:00:48.111Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2022-10-24T21:00:48.111Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2022-10-24T21:00:49.489Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2022-10-24T21:00:49.489Z] (74/80) Installing v4l-utils (1.22.1-r1) [2022-10-24T21:00:49.489Z] (75/80) Installing udev-init-scripts (35-r0) [2022-10-24T21:00:49.749Z] Executing udev-init-scripts-35-r0.post-install [2022-10-24T21:00:49.749Z] (76/80) Installing kmod-libs (29-r2) [2022-10-24T21:00:49.749Z] (77/80) Installing eudev (3.2.11-r0) [2022-10-24T21:00:50.009Z] (78/80) Installing eudev-dev (3.2.11-r0) [2022-10-24T21:00:50.009Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-10-24T21:00:50.009Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2022-10-24T21:00:50.268Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T21:00:50.268Z] Executing eudev-3.2.11-r0.trigger [2022-10-24T21:00:50.268Z] OK: 330 MiB in 131 packages [2022-10-24T21:00:52.171Z] Removing intermediate container 02cbfe63196f [2022-10-24T21:00:52.171Z] ---> 8d8164fd2aa5 [2022-10-24T21:00:52.171Z] Step 9/14 : WORKDIR /device-usb-camera [2022-10-24T21:00:52.171Z] ---> Running in 1c2f3001131e [2022-10-24T21:00:52.171Z] Removing intermediate container 1c2f3001131e [2022-10-24T21:00:52.171Z] ---> bf66a113a50f [2022-10-24T21:00:52.171Z] Step 10/14 : COPY go.mod vendor* ./ [2022-10-24T21:00:52.171Z] ---> e0a8cd2277ea [2022-10-24T21:00:52.171Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T21:00:52.171Z] ---> Running in f12b89b5d8f9 [2022-10-24T21:01:10.360Z] Removing intermediate container f12b89b5d8f9 [2022-10-24T21:01:10.360Z] ---> 55359645cde9 [2022-10-24T21:01:10.360Z] Step 12/14 : COPY . . [2022-10-24T21:01:10.360Z] ---> d0f8a7760858 [2022-10-24T21:01:10.360Z] Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-10-24T21:01:10.360Z] ---> Running in 95e8619c4560 [2022-10-24T21:01:10.360Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T21:01:10.360Z] Dload Upload Total Spent Left Speed [2022-10-24T21:01:10.360Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 9332 0 --:--:-- --:--:-- --:--:-- 9315 100 1062 100 1062 0 0 9324  0 --:--:-- --:--:-- --:--:-- 9315 [2022-10-24T21:01:10.360Z] Removing intermediate container 95e8619c4560 [2022-10-24T21:01:10.360Z] ---> da1aa5eba34b [2022-10-24T21:01:10.360Z] Step 14/14 : RUN ${MAKE} [2022-10-24T21:01:10.360Z] ---> Running in 385fb4b11272 [2022-10-24T21:01:10.360Z] noop [2022-10-24T21:01:10.360Z] Removing intermediate container 385fb4b11272 [2022-10-24T21:01:10.360Z] ---> 95961aac32dd [2022-10-24T21:01:10.360Z] Successfully built 95961aac32dd [2022-10-24T21:01:10.360Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T21:01:10.806Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T21:01:10.806Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T21:01:10.950Z] prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container [2022-10-24T21:01:10.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@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 [2022-10-24T21:01:11.330Z] $ docker top 8b35b2b6feaaa902134430066ca6f8684b69748805d04fc8efe9bc2d2f1a9694 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T21:01:11.737Z] + go version [2022-10-24T21:01:11.737Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-24T21:01:11.767Z] $ docker stop --time=1 8b35b2b6feaaa902134430066ca6f8684b69748805d04fc8efe9bc2d2f1a9694 [2022-10-24T21:01:13.031Z] $ docker rm -f 8b35b2b6feaaa902134430066ca6f8684b69748805d04fc8efe9bc2d2f1a9694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T21:01:13.730Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T21:01:13.731Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T21:01:13.873Z] prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container [2022-10-24T21:01:13.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@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 [2022-10-24T21:01:14.197Z] $ docker top 545fec15c2ae881961ba799932d573691e78939057e1c7f701a01d494f2fba61 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T21:01:14.596Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-106 [Pipeline] fileExists [Pipeline] sh [2022-10-24T21:01:14.949Z] + make test [2022-10-24T21:01:14.949Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-10-24T21:01:15.208Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-10-24T21:01:25.385Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-10-24T21:01:25.646Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.017s coverage: 1.9% of statements [2022-10-24T21:01:32.203Z] 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." [2022-10-24T21:01:32.203Z] CGO_ENABLED=1 go vet ./... [2022-10-24T21:01:35.483Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T21:01:35.483Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T21:01:35.483Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-24T21:01:35.511Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T21:01:35.532Z] $ docker stop --time=1 545fec15c2ae881961ba799932d573691e78939057e1c7f701a01d494f2fba61 [2022-10-24T21:01:37.476Z] $ docker rm -f 545fec15c2ae881961ba799932d573691e78939057e1c7f701a01d494f2fba61 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T21:01:37.980Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T21:01:38.045Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-24T21:01:38.882Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T21:01:39.188Z] + ls -al . [2022-10-24T21:01:39.188Z] total 204 [2022-10-24T21:01:39.188Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 21:01 . [2022-10-24T21:01:39.188Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:59 .. [2022-10-24T21:01:39.188Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 21:01 .git [2022-10-24T21:01:39.188Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 .github [2022-10-24T21:01:39.188Z] -rw-rw-r-- 1 jenkins jenkins 414 Oct 24 20:59 .gitignore [2022-10-24T21:01:39.188Z] -rw-rw-r-- 1 jenkins jenkins 42 Oct 24 20:59 .golangci.yml [2022-10-24T21:01:39.188Z] -rw-rw-r-- 1 jenkins jenkins 77 Oct 24 20:59 .hadolint.yml [2022-10-24T21:01:39.188Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 21:00 .semver [2022-10-24T21:01:39.188Z] -rw-rw-r-- 1 jenkins jenkins 9702 Oct 24 20:59 Attribution.txt [2022-10-24T21:01:39.188Z] -rw-rw-r-- 1 jenkins jenkins 1206 Oct 24 20:59 CHANGELOG.md [2022-10-24T21:01:39.188Z] -rw-rw-r-- 1 jenkins jenkins 2467 Oct 24 20:59 Dockerfile [2022-10-24T21:01:39.188Z] -rw-rw-r-- 1 jenkins jenkins 678 Oct 24 20:59 GOVERNANCE.md [2022-10-24T21:01:39.188Z] -rw-rw-r-- 1 jenkins jenkins 659 Oct 24 20:59 Jenkinsfile [2022-10-24T21:01:39.189Z] -rw-rw-r-- 1 jenkins jenkins 11348 Oct 24 20:59 LICENSE [2022-10-24T21:01:39.189Z] -rw-rw-r-- 1 jenkins jenkins 2554 Oct 24 20:59 Makefile [2022-10-24T21:01:39.189Z] -rw-rw-r-- 1 jenkins jenkins 622 Oct 24 20:59 OWNERS.md [2022-10-24T21:01:39.189Z] -rw-rw-r-- 1 jenkins jenkins 5773 Oct 24 20:59 README.md [2022-10-24T21:01:39.189Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 21:00 VERSION [2022-10-24T21:01:39.189Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:59 bin [2022-10-24T21:01:39.189Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 cmd [2022-10-24T21:01:39.189Z] -rw-r--r-- 1 jenkins jenkins 29387 Oct 24 21:01 coverage.out [2022-10-24T21:01:39.189Z] -rwxrwxr-x 1 jenkins jenkins 140 Oct 24 20:59 docker-entrypoint.sh [2022-10-24T21:01:39.189Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 docs [2022-10-24T21:01:39.189Z] -rw-rw-r-- 1 jenkins jenkins 3621 Oct 24 20:59 go.mod [2022-10-24T21:01:39.189Z] -rw-rw-r-- 1 jenkins jenkins 45122 Oct 24 20:59 go.sum [2022-10-24T21:01:39.189Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 internal [2022-10-24T21:01:39.189Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:59 snap [2022-10-24T21:01:39.189Z] -rw-rw-r-- 1 jenkins jenkins 231 Oct 24 20:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T21:01:39.575Z] + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=c4bbce33bb66da3e537be385573c1eb77100b1d8 --label arch=amd64 --label version=0.0.0 . [2022-10-24T21:01:39.576Z] Sending build context to Docker daemon 1.578MB [2022-10-24T21:01:39.576Z] Step 1/36 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T21:01:39.576Z] Step 2/36 : FROM ${BASE} AS builder [2022-10-24T21:01:39.576Z] ---> 95961aac32dd [2022-10-24T21:01:39.576Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2022-10-24T21:01:39.576Z] ---> Running in a504e55350e7 [2022-10-24T21:01:39.834Z] Removing intermediate container a504e55350e7 [2022-10-24T21:01:39.834Z] ---> 42986797a61c [2022-10-24T21:01:39.834Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T21:01:39.834Z] ---> Running in 5221c627dbe2 [2022-10-24T21:01:39.834Z] Removing intermediate container 5221c627dbe2 [2022-10-24T21:01:39.834Z] ---> c57e874cf620 [2022-10-24T21:01:39.834Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-10-24T21:01:39.834Z] ---> Running in c490d83554bb [2022-10-24T21:01:39.834Z] Removing intermediate container c490d83554bb [2022-10-24T21:01:39.834Z] ---> 88832f5a1473 [2022-10-24T21:01:39.834Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-10-24T21:01:40.093Z] ---> Running in e83055028b0b [2022-10-24T21:01:40.093Z] Removing intermediate container e83055028b0b [2022-10-24T21:01:40.093Z] ---> 8cd32102829f [2022-10-24T21:01:40.093Z] Step 7/36 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T21:01:40.093Z] ---> Running in fef7942d6073 [2022-10-24T21:01:40.659Z] Removing intermediate container fef7942d6073 [2022-10-24T21:01:40.659Z] ---> c3b165b4e23b [2022-10-24T21:01:40.659Z] Step 8/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T21:01:40.659Z] ---> Running in 03996368f78d [2022-10-24T21:01:40.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T21:01:41.855Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T21:01:42.114Z] OK: 330 MiB in 131 packages [2022-10-24T21:01:42.373Z] Removing intermediate container 03996368f78d [2022-10-24T21:01:42.373Z] ---> 553f1f2e81ca [2022-10-24T21:01:42.373Z] Step 9/36 : WORKDIR /device-usb-camera [2022-10-24T21:01:42.373Z] ---> Running in e8e4549da235 [2022-10-24T21:01:42.373Z] Removing intermediate container e8e4549da235 [2022-10-24T21:01:42.373Z] ---> 210f6d0cb412 [2022-10-24T21:01:42.373Z] Step 10/36 : COPY go.mod vendor* ./ [2022-10-24T21:01:42.635Z] ---> 5b7e94358a4a [2022-10-24T21:01:42.635Z] Step 11/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T21:01:42.635Z] ---> Running in 6ffafb468ced [2022-10-24T21:01:43.202Z] Removing intermediate container 6ffafb468ced [2022-10-24T21:01:43.202Z] ---> bee2a6d9d1f8 [2022-10-24T21:01:43.202Z] Step 12/36 : COPY . . [2022-10-24T21:01:43.462Z] ---> c842b5a38c02 [2022-10-24T21:01:43.462Z] Step 13/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-10-24T21:01:43.462Z] ---> Running in 5e3b83f3996d [2022-10-24T21:01:43.721Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T21:01:43.721Z]  Dload Upload Total Spent  Left Speed [2022-10-24T21:01:43.721Z]  0 0 0 0 0  0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 41956 0 --:--:-- --:--:-- --:--:-- 42480 [2022-10-24T21:01:43.982Z] Removing intermediate container 5e3b83f3996d [2022-10-24T21:01:43.982Z] ---> 1f5146457c6f [2022-10-24T21:01:43.982Z] Step 14/36 : RUN ${MAKE} [2022-10-24T21:01:44.242Z] ---> Running in 3afa90529a9f [2022-10-24T21:01:44.501Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.46" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-10-24T21:02:06.431Z] Removing intermediate container 3afa90529a9f [2022-10-24T21:02:06.431Z] ---> 042342cd4dcb [2022-10-24T21:02:06.431Z] Step 15/36 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-10-24T21:02:06.431Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-10-24T21:02:06.431Z] af6660deedbd: Pulling fs layer [2022-10-24T21:02:06.431Z] 97cd0a44c592: Pulling fs layer [2022-10-24T21:02:06.431Z] 97cd0a44c592: Verifying Checksum [2022-10-24T21:02:06.431Z] 97cd0a44c592: Download complete [2022-10-24T21:02:06.431Z] af6660deedbd: Verifying Checksum [2022-10-24T21:02:06.431Z] af6660deedbd: Download complete [2022-10-24T21:02:06.431Z] af6660deedbd: Pull complete [2022-10-24T21:02:06.431Z] 97cd0a44c592: Pull complete [2022-10-24T21:02:06.431Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-10-24T21:02:06.431Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-10-24T21:02:06.431Z] ---> fea57e182299 [2022-10-24T21:02:06.431Z] Step 16/36 : FROM alpine:3.16 [2022-10-24T21:02:06.997Z] 3.16: Pulling from library/alpine [2022-10-24T21:02:07.292Z] 213ec9aee27d: Already exists [2022-10-24T21:02:07.292Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-24T21:02:07.292Z] Status: Downloaded newer image for alpine:3.16 [2022-10-24T21:02:07.292Z] ---> 9c6f07244728 [2022-10-24T21:02:07.292Z] Step 17/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-10-24T21:02:07.552Z] ---> Running in cd0461fce079 [2022-10-24T21:02:07.552Z] Removing intermediate container cd0461fce079 [2022-10-24T21:02:07.552Z] ---> ee7f4f545816 [2022-10-24T21:02:07.552Z] Step 18/36 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-10-24T21:02:07.552Z] ---> Running in facc9b08e2a4 [2022-10-24T21:02:07.811Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T21:02:07.811Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T21:02:08.069Z] (1/83) Installing dumb-init (1.2.5-r1) [2022-10-24T21:02:08.069Z] (2/83) Installing sdl2 (2.0.22-r0) [2022-10-24T21:02:08.069Z] (3/83) Installing libxau (1.0.9-r0) [2022-10-24T21:02:08.069Z] (4/83) Installing libxdmcp (1.1.3-r0) [2022-10-24T21:02:08.069Z] (5/83) Installing libxcb (1.15-r0) [2022-10-24T21:02:08.069Z] (6/83) Installing libx11 (1.8-r0) [2022-10-24T21:02:08.069Z] (7/83) Installing aom-libs (3.3.0-r0) [2022-10-24T21:02:08.327Z] (8/83) Installing alsa-lib (1.2.7.2-r0) [2022-10-24T21:02:08.327Z] (9/83) Installing expat (2.4.9-r0) [2022-10-24T21:02:08.327Z] (10/83) Installing brotli-libs (1.0.9-r6) [2022-10-24T21:02:08.327Z] (11/83) Installing libbz2 (1.0.8-r1) [2022-10-24T21:02:08.327Z] (12/83) Installing libpng (1.6.37-r1) [2022-10-24T21:02:08.327Z] (13/83) Installing freetype (2.12.1-r0) [2022-10-24T21:02:08.327Z] (14/83) Installing fontconfig (2.14.0-r0) [2022-10-24T21:02:08.327Z] (15/83) Installing fribidi (1.0.12-r0) [2022-10-24T21:02:08.327Z] (16/83) Installing libffi (3.4.2-r1) [2022-10-24T21:02:08.327Z] (17/83) Installing libintl (0.21-r2) [2022-10-24T21:02:08.327Z] (18/83) Installing libblkid (2.38-r1) [2022-10-24T21:02:08.327Z] (19/83) Installing libmount (2.38-r1) [2022-10-24T21:02:08.327Z] (20/83) Installing pcre (8.45-r2) [2022-10-24T21:02:08.327Z] (21/83) Installing glib (2.72.1-r0) [2022-10-24T21:02:08.327Z] (22/83) Installing graphite2 (1.3.14-r1) [2022-10-24T21:02:08.327Z] (23/83) Installing harfbuzz (4.3.0-r0) [2022-10-24T21:02:08.327Z] (24/83) Installing libass (0.16.0-r0) [2022-10-24T21:02:08.327Z] (25/83) Installing libdav1d (1.0.0-r0) [2022-10-24T21:02:08.327Z] (26/83) Installing libpciaccess (0.16-r0) [2022-10-24T21:02:08.327Z] (27/83) Installing libdrm (2.4.110-r0) [2022-10-24T21:02:08.327Z] (28/83) Installing gmp (6.2.1-r2) [2022-10-24T21:02:08.327Z] (29/83) Installing nettle (3.7.3-r0) [2022-10-24T21:02:08.327Z] (30/83) Installing p11-kit (0.24.1-r0) [2022-10-24T21:02:08.327Z] (31/83) Installing libtasn1 (4.18.0-r0) [2022-10-24T21:02:08.327Z] (32/83) Installing libunistring (1.0-r0) [2022-10-24T21:02:08.584Z] (33/83) Installing gnutls (3.7.7-r0) [2022-10-24T21:02:08.584Z] (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-24T21:02:08.584Z] (35/83) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-24T21:02:08.584Z] (36/83) Installing lame (3.100-r0) [2022-10-24T21:02:08.584Z] (37/83) Installing opus (1.3.1-r1) [2022-10-24T21:02:08.584Z] (38/83) Installing libasyncns (0.8-r1) [2022-10-24T21:02:08.584Z] (39/83) Installing dbus-libs (1.14.4-r0) [2022-10-24T21:02:08.585Z] (40/83) Installing libltdl (2.4.7-r0) [2022-10-24T21:02:08.585Z] (41/83) Installing orc (0.4.32-r0) [2022-10-24T21:02:08.585Z] (42/83) Installing libgcc (11.2.1_git20220219-r2) [2022-10-24T21:02:08.585Z] (43/83) Installing libogg (1.3.5-r1) [2022-10-24T21:02:08.585Z] (44/83) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-24T21:02:08.585Z] (45/83) Installing flac (1.3.4-r0) [2022-10-24T21:02:08.585Z] (46/83) Installing libvorbis (1.3.7-r0) [2022-10-24T21:02:08.585Z] (47/83) Installing libsndfile (1.1.0-r0) [2022-10-24T21:02:08.585Z] (48/83) Installing libgomp (11.2.1_git20220219-r2) [2022-10-24T21:02:08.585Z] (49/83) Installing soxr (0.1.3-r2) [2022-10-24T21:02:08.585Z] (50/83) Installing speexdsp (1.2.0-r0) [2022-10-24T21:02:08.585Z] (51/83) Installing tdb-libs (1.4.6-r0) [2022-10-24T21:02:08.585Z] (52/83) Installing libpulse (15.0-r2) [2022-10-24T21:02:08.585Z] (53/83) Installing cjson (1.7.15-r3) [2022-10-24T21:02:08.585Z] (54/83) Installing mbedtls (2.28.1-r0) [2022-10-24T21:02:08.585Z] (55/83) Installing librist (0.2.6-r1) [2022-10-24T21:02:08.585Z] (56/83) Installing libsrt (1.4.4-r0) [2022-10-24T21:02:08.585Z] (57/83) Installing libssh (0.9.6-r1) [2022-10-24T21:02:08.843Z] (58/83) Installing libtheora (1.1.1-r16) [2022-10-24T21:02:08.843Z] (59/83) Installing libjpeg-turbo (2.1.3-r1) [2022-10-24T21:02:08.843Z] (60/83) Installing v4l-utils-libs (1.22.1-r1) [2022-10-24T21:02:08.843Z] (61/83) Installing libxext (1.3.4-r0) [2022-10-24T21:02:08.843Z] (62/83) Installing libxfixes (6.0.0-r0) [2022-10-24T21:02:08.843Z] (63/83) Installing wayland-libs-client (1.20.0-r0) [2022-10-24T21:02:08.843Z] (64/83) Installing libva (2.14.0-r0) [2022-10-24T21:02:08.843Z] (65/83) Installing libvdpau (1.5-r0) [2022-10-24T21:02:08.843Z] (66/83) Installing vidstab (1.1.0-r1) [2022-10-24T21:02:08.843Z] (67/83) Installing libvpx (1.11.0-r1) [2022-10-24T21:02:08.843Z] (68/83) Installing libwebp (1.2.3-r0) [2022-10-24T21:02:08.843Z] (69/83) Installing x264-libs (0.163_git20210613-r0) [2022-10-24T21:02:08.843Z] (70/83) Installing numactl (2.0.14-r0) [2022-10-24T21:02:08.843Z] (71/83) Installing x265-libs (3.5-r3) [2022-10-24T21:02:08.843Z] (72/83) Installing xvidcore (1.3.7-r1) [2022-10-24T21:02:08.843Z] (73/83) Installing ffmpeg-libs (5.0.1-r1) [2022-10-24T21:02:09.103Z] (74/83) Installing ffmpeg (5.0.1-r1) [2022-10-24T21:02:09.103Z] (75/83) Installing udev-init-scripts (35-r0) [2022-10-24T21:02:09.103Z] Executing udev-init-scripts-35-r0.post-install [2022-10-24T21:02:09.103Z] (76/83) Installing eudev-libs (3.2.11-r0) [2022-10-24T21:02:09.103Z] (77/83) Installing xz-libs (5.2.5-r1) [2022-10-24T21:02:09.103Z] (78/83) Installing zstd-libs (1.5.2-r1) [2022-10-24T21:02:09.103Z] (79/83) Installing kmod-libs (29-r2) [2022-10-24T21:02:09.103Z] (80/83) Installing eudev (3.2.11-r0) [2022-10-24T21:02:09.103Z] (81/83) Installing libsodium (1.0.18-r0) [2022-10-24T21:02:09.103Z] (82/83) Installing libzmq (4.3.4-r0) [2022-10-24T21:02:09.103Z] (83/83) Installing zeromq (4.3.4-r0) [2022-10-24T21:02:09.103Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T21:02:09.103Z] Executing eudev-3.2.11-r0.trigger [2022-10-24T21:02:09.103Z] OK: 101 MiB in 97 packages [2022-10-24T21:02:11.003Z] Removing intermediate container facc9b08e2a4 [2022-10-24T21:02:11.003Z] ---> c9b30b473ac7 [2022-10-24T21:02:11.003Z] Step 19/36 : WORKDIR / [2022-10-24T21:02:11.003Z] ---> Running in aefeca15213a [2022-10-24T21:02:11.003Z] Removing intermediate container aefeca15213a [2022-10-24T21:02:11.003Z] ---> 376314bd4538 [2022-10-24T21:02:11.003Z] Step 20/36 : COPY --from=builder /device-usb-camera/cmd / [2022-10-24T21:02:11.572Z] ---> 49aebaec05fb [2022-10-24T21:02:11.572Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE / [2022-10-24T21:02:11.829Z] ---> aeca099121fa [2022-10-24T21:02:11.829Z] Step 22/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-10-24T21:02:11.829Z] ---> 46e4335468d7 [2022-10-24T21:02:11.830Z] Step 23/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-10-24T21:02:11.830Z] ---> f27836e86fb8 [2022-10-24T21:02:11.830Z] Step 24/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-10-24T21:02:12.088Z] ---> 5771158000cd [2022-10-24T21:02:12.088Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-10-24T21:02:12.088Z] ---> a171b089219d [2022-10-24T21:02:12.088Z] Step 26/36 : COPY --from=rtsp /rtsp-simple-server / [2022-10-24T21:02:12.654Z] ---> e6b56f9d8772 [2022-10-24T21:02:12.654Z] Step 27/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2022-10-24T21:02:12.654Z] ---> Running in bc042e094769 [2022-10-24T21:02:13.222Z] Removing intermediate container bc042e094769 [2022-10-24T21:02:13.222Z] ---> 6cb32eb4e220 [2022-10-24T21:02:13.222Z] Step 28/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2022-10-24T21:02:13.222Z] ---> Running in 6c1807794021 [2022-10-24T21:02:13.789Z] Removing intermediate container 6c1807794021 [2022-10-24T21:02:13.789Z] ---> c78fb10adc8e [2022-10-24T21:02:13.789Z] Step 29/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2022-10-24T21:02:13.789Z] ---> Running in 8f3a76f823c1 [2022-10-24T21:02:14.354Z] Removing intermediate container 8f3a76f823c1 [2022-10-24T21:02:14.354Z] ---> c72f1249f52a [2022-10-24T21:02:14.354Z] Step 30/36 : EXPOSE 59983 [2022-10-24T21:02:14.354Z] ---> Running in 91631c0f70b6 [2022-10-24T21:02:14.354Z] Removing intermediate container 91631c0f70b6 [2022-10-24T21:02:14.354Z] ---> f6a02deba2c0 [2022-10-24T21:02:14.354Z] Step 31/36 : EXPOSE 8554 [2022-10-24T21:02:14.354Z] ---> Running in cb9b5a8869bc [2022-10-24T21:02:14.616Z] Removing intermediate container cb9b5a8869bc [2022-10-24T21:02:14.616Z] ---> 726a85999ed6 [2022-10-24T21:02:14.616Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-10-24T21:02:14.616Z] ---> Running in c3de8d993625 [2022-10-24T21:02:14.616Z] Removing intermediate container c3de8d993625 [2022-10-24T21:02:14.616Z] ---> 3bfa73db6600 [2022-10-24T21:02:14.616Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-10-24T21:02:14.616Z] ---> Running in f2c18b0fee7b [2022-10-24T21:02:14.616Z] Removing intermediate container f2c18b0fee7b [2022-10-24T21:02:14.616Z] ---> 70363593c0ca [2022-10-24T21:02:14.616Z] Step 34/36 : LABEL arch=amd64 [2022-10-24T21:02:14.616Z] ---> Running in 101b7e7bb9cf [2022-10-24T21:02:14.876Z] Removing intermediate container 101b7e7bb9cf [2022-10-24T21:02:14.876Z] ---> 5486a97feffe [2022-10-24T21:02:14.876Z] Step 35/36 : LABEL git_sha=c4bbce33bb66da3e537be385573c1eb77100b1d8 [2022-10-24T21:02:14.876Z] ---> Running in 08c15a244f77 [2022-10-24T21:02:14.876Z] Removing intermediate container 08c15a244f77 [2022-10-24T21:02:14.876Z] ---> 3d409900aeb9 [2022-10-24T21:02:14.876Z] Step 36/36 : LABEL version=0.0.0 [2022-10-24T21:02:14.876Z] ---> Running in b380f6f75342 [2022-10-24T21:02:15.135Z] Removing intermediate container b380f6f75342 [2022-10-24T21:02:15.135Z] ---> e476b3b3d930 [2022-10-24T21:02:15.135Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T21:02:15.135Z] Successfully built e476b3b3d930 [2022-10-24T21:02:15.135Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [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 [2022-10-24T21:02:16.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T21:02:16.154Z] [2022-10-24T21:02:16.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T21:02:16.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T21:02:16.525Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-24T21:02:16.525Z] 5eb5b503b376: Pulling fs layer [2022-10-24T21:02:16.525Z] 5c69ac0246d0: Pulling fs layer [2022-10-24T21:02:16.525Z] ec43610c2a17: Pulling fs layer [2022-10-24T21:02:16.525Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-24T21:02:16.525Z] 33b1e0a273af: Pulling fs layer [2022-10-24T21:02:16.525Z] 5d3b04190fa2: Pulling fs layer [2022-10-24T21:02:16.525Z] 2f39f015ded8: Pulling fs layer [2022-10-24T21:02:16.525Z] 5d3b04190fa2: Waiting [2022-10-24T21:02:16.525Z] 33b1e0a273af: Waiting [2022-10-24T21:02:16.525Z] 2f39f015ded8: Waiting [2022-10-24T21:02:16.525Z] 5c69ac0246d0: Download complete [2022-10-24T21:02:16.525Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-24T21:02:16.525Z] 3a2ae6a8a46f: Download complete [2022-10-24T21:02:16.525Z] 33b1e0a273af: Verifying Checksum [2022-10-24T21:02:16.525Z] 33b1e0a273af: Download complete [2022-10-24T21:02:16.785Z] 5d3b04190fa2: Download complete [2022-10-24T21:02:16.786Z] ec43610c2a17: Verifying Checksum [2022-10-24T21:02:16.786Z] ec43610c2a17: Download complete [2022-10-24T21:02:16.786Z] 5eb5b503b376: Verifying Checksum [2022-10-24T21:02:16.786Z] 5eb5b503b376: Download complete [2022-10-24T21:02:17.361Z] 2f39f015ded8: Download complete [2022-10-24T21:02:17.928Z] 5eb5b503b376: Pull complete [2022-10-24T21:02:17.928Z] 5c69ac0246d0: Pull complete [2022-10-24T21:02:18.495Z] ec43610c2a17: Pull complete [2022-10-24T21:02:18.495Z] 3a2ae6a8a46f: Pull complete [2022-10-24T21:02:18.754Z] 33b1e0a273af: Pull complete [2022-10-24T21:02:18.754Z] 5d3b04190fa2: Pull complete [2022-10-24T21:02:22.943Z] 2f39f015ded8: Pull complete [2022-10-24T21:02:22.943Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-24T21:02:22.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T21:02:22.943Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T21:02:23.137Z] prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container [2022-10-24T21:02:23.164Z] $ 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/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@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 [2022-10-24T21:02:24.848Z] $ docker top 17ca8646ee0fbf11ed663985572fe3e32c98ff29ba9965621e3ce5f7756aa580 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T21:02:25.273Z] ---> job-cost.sh [2022-10-24T21:02:25.273Z] lf-activate-venv: SKIPPING [2022-10-24T21:02:25.273Z] INFO: No Stack... [2022-10-24T21:02:25.549Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T21:02:26.115Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T21:02:26.427Z] + cat /w/workspace/foundry_device-usb-camera_PR-106/archives/cost.csv [2022-10-24T21:02:26.427Z] + cut -d, -f6 [Pipeline] lock [2022-10-24T21:02:26.469Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [2022-10-24T21:02:26.473Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] did not exist. Created. [2022-10-24T21:02:26.473Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T21:02:26.852Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-24T21:02:26.900Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T21:02:26.924Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T21:02:27.000Z] $ docker stop --time=1 17ca8646ee0fbf11ed663985572fe3e32c98ff29ba9965621e3ce5f7756aa580 [2022-10-24T21:02:28.150Z] $ docker rm -f 17ca8646ee0fbf11ed663985572fe3e32c98ff29ba9965621e3ce5f7756aa580 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-25T01:51:01.006Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-66367 in /w/workspace/foundry_device-usb-camera_PR-106 [Pipeline] { [Pipeline] ws [2022-10-25T01:51:01.048Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout [2022-10-25T01:51:01.123Z] Selected Git installation does not exist. Using Default [2022-10-25T01:51:01.123Z] The recommended git tool is: NONE [2022-10-25T01:51:06.236Z] using credential edgex-jenkins-ssh [2022-10-25T01:51:06.259Z] Cloning the remote Git repository [2022-10-25T01:51:06.304Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-10-25T01:51:06.381Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2022-10-25T01:51:06.507Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-10-25T01:51:06.508Z] > git --version # timeout=10 [2022-10-25T01:51:06.528Z] > git --version # 'git version 2.25.1' [2022-10-25T01:51:06.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T01:51:06.577Z] Verifying host key using known hosts file [2022-10-25T01:51:06.768Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T01:51:06.783Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T01:51:07.521Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-10-25T01:51:07.549Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T01:51:08.338Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-10-25T01:51:08.377Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-10-25T01:51:08.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T01:51:08.383Z] Verifying host key using known hosts file [2022-10-25T01:51:08.390Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T01:51:08.400Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/106/head:refs/remotes/origin/PR-106 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-25T01:51:08.920Z] Merging remotes/origin/main commit 695cbf35e7563b7af803532131954c37e2b367cb into PR head commit c4bbce33bb66da3e537be385573c1eb77100b1d8 [2022-10-25T01:51:09.131Z] Merge succeeded, producing c4bbce33bb66da3e537be385573c1eb77100b1d8 [2022-10-25T01:51:09.131Z] Checking out Revision c4bbce33bb66da3e537be385573c1eb77100b1d8 (PR-106) [2022-10-25T01:51:09.626Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2022-10-25T01:51:09.679Z] > git --version # timeout=10 [2022-10-25T01:51:09.691Z] > git --version # 'git version 2.25.1' [2022-10-25T01:51:09.712Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T01:51:08.939Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T01:51:08.958Z] > git checkout -f c4bbce33bb66da3e537be385573c1eb77100b1d8 # timeout=10 [2022-10-25T01:51:09.045Z] > git remote # timeout=10 [2022-10-25T01:51:09.061Z] > git config --get remote.origin.url # timeout=10 [2022-10-25T01:51:09.074Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T01:51:09.079Z] Verifying host key using known hosts file [2022-10-25T01:51:09.085Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T01:51:09.093Z] > git merge 695cbf35e7563b7af803532131954c37e2b367cb # timeout=10 [2022-10-25T01:51:09.115Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-25T01:51:09.139Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T01:51:09.154Z] > git checkout -f c4bbce33bb66da3e537be385573c1eb77100b1d8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-25T01:51:10.850Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-25T01:51:10.851Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T01:51:10.851Z] Dload Upload Total Spent Left Speed [2022-10-25T01:51:10.851Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 101k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh [2022-10-25T01:51:11.411Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-25T01:51:11.776Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-25T01:51:11.776Z] + sudo tee /etc/docker/daemon.new [2022-10-25T01:51:11.776Z] { [2022-10-25T01:51:11.776Z] "registry-mirrors": [ [2022-10-25T01:51:11.776Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-25T01:51:11.776Z] ], [2022-10-25T01:51:11.776Z] "bip": "10.250.0.254/24", [2022-10-25T01:51:11.776Z] "hosts": [ [2022-10-25T01:51:11.776Z] "tcp://0.0.0.0:5555", [2022-10-25T01:51:11.776Z] "unix:///var/run/docker.sock" [2022-10-25T01:51:11.776Z] ], [2022-10-25T01:51:11.776Z] "mtu": 1458, [2022-10-25T01:51:11.776Z] "selinux-enabled": true, [2022-10-25T01:51:11.776Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-25T01:51:11.776Z] } [Pipeline] sh [2022-10-25T01:51:12.129Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-25T01:51:12.481Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T01:51:30.815Z] provisioning config files... [2022-10-25T01:51:30.844Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config2984101549586852950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:51:31.242Z] ---> docker-login.sh [2022-10-25T01:51:31.242Z] nexus3.edgexfoundry.org:10001 [2022-10-25T01:51:31.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:51:32.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:51:32.101Z] Configure a credential helper to remove this warning. See [2022-10-25T01:51:32.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:51:32.101Z] [2022-10-25T01:51:32.101Z] Login Succeeded [2022-10-25T01:51:32.101Z] nexus3.edgexfoundry.org:10002 [2022-10-25T01:51:32.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:51:32.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:51:32.368Z] Configure a credential helper to remove this warning. See [2022-10-25T01:51:32.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:51:32.368Z] [2022-10-25T01:51:32.368Z] Login Succeeded [2022-10-25T01:51:32.368Z] nexus3.edgexfoundry.org:10003 [2022-10-25T01:51:32.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:51:32.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:51:32.637Z] Configure a credential helper to remove this warning. See [2022-10-25T01:51:32.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:51:32.637Z] [2022-10-25T01:51:32.637Z] Login Succeeded [2022-10-25T01:51:32.637Z] nexus3.edgexfoundry.org:10004 [2022-10-25T01:51:32.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:51:33.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:51:33.179Z] Configure a credential helper to remove this warning. See [2022-10-25T01:51:33.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:51:33.179Z] [2022-10-25T01:51:33.179Z] Login Succeeded [2022-10-25T01:51:33.179Z] docker.io [2022-10-25T01:51:33.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:51:33.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:51:33.718Z] Configure a credential helper to remove this warning. See [2022-10-25T01:51:33.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:51:33.718Z] [2022-10-25T01:51:33.718Z] Login Succeeded [2022-10-25T01:51:33.718Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T01:51:33.744Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-25T01:51:34.032Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T01:51:34.068Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T01:51:34.102Z] ========================================================= [2022-10-25T01:51:34.102Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-25T01:51:34.102Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:51:34.596Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-25T01:51:34.865Z] Sending build context to Docker daemon 1.019MB [2022-10-25T01:51:34.865Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-10-25T01:51:34.865Z] Step 2/14 : FROM ${BASE} AS builder [2022-10-25T01:51:35.135Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-25T01:51:35.135Z] 9b18e9b68314: Pulling fs layer [2022-10-25T01:51:35.135Z] d32db5db7311: Pulling fs layer [2022-10-25T01:51:35.135Z] d0c4b47475fc: Pulling fs layer [2022-10-25T01:51:35.135Z] 5831b945b038: Pulling fs layer [2022-10-25T01:51:35.135Z] 86bbec2aaacd: Pulling fs layer [2022-10-25T01:51:35.135Z] 5831b945b038: Waiting [2022-10-25T01:51:35.135Z] e10730c5d714: Pulling fs layer [2022-10-25T01:51:35.135Z] 86bbec2aaacd: Waiting [2022-10-25T01:51:35.135Z] 5dd5c2283517: Pulling fs layer [2022-10-25T01:51:35.135Z] e10730c5d714: Waiting [2022-10-25T01:51:35.135Z] d5ac0230b979: Pulling fs layer [2022-10-25T01:51:35.135Z] 5dd5c2283517: Waiting [2022-10-25T01:51:35.135Z] d5ac0230b979: Waiting [2022-10-25T01:51:35.135Z] d0c4b47475fc: Download complete [2022-10-25T01:51:35.135Z] d32db5db7311: Verifying Checksum [2022-10-25T01:51:35.135Z] d32db5db7311: Download complete [2022-10-25T01:51:35.135Z] 86bbec2aaacd: Download complete [2022-10-25T01:51:35.135Z] e10730c5d714: Verifying Checksum [2022-10-25T01:51:35.135Z] e10730c5d714: Download complete [2022-10-25T01:51:35.135Z] 9b18e9b68314: Verifying Checksum [2022-10-25T01:51:35.135Z] 9b18e9b68314: Download complete [2022-10-25T01:51:36.108Z] 9b18e9b68314: Pull complete [2022-10-25T01:51:36.379Z] d5ac0230b979: Verifying Checksum [2022-10-25T01:51:36.379Z] d5ac0230b979: Download complete [2022-10-25T01:51:36.969Z] d32db5db7311: Pull complete [2022-10-25T01:51:36.969Z] d0c4b47475fc: Pull complete [2022-10-25T01:51:37.552Z] 5dd5c2283517: Verifying Checksum [2022-10-25T01:51:37.552Z] 5dd5c2283517: Download complete [2022-10-25T01:51:38.512Z] 5831b945b038: Verifying Checksum [2022-10-25T01:51:38.512Z] 5831b945b038: Download complete [2022-10-25T01:51:50.835Z] 5831b945b038: Pull complete [2022-10-25T01:51:50.835Z] 86bbec2aaacd: Pull complete [2022-10-25T01:51:50.835Z] e10730c5d714: Pull complete [2022-10-25T01:51:57.584Z] 5dd5c2283517: Pull complete [2022-10-25T01:51:59.530Z] d5ac0230b979: Pull complete [2022-10-25T01:51:59.530Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-25T01:51:59.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T01:51:59.797Z] ---> 59b3b1a385d4 [2022-10-25T01:51:59.797Z] Step 3/14 : ARG ADD_BUILD_TAGS="" [2022-10-25T01:52:01.738Z] ---> Running in 2eae30fb4fc1 [2022-10-25T01:52:01.738Z] Removing intermediate container 2eae30fb4fc1 [2022-10-25T01:52:01.738Z] ---> 12c59265c168 [2022-10-25T01:52:01.738Z] Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-25T01:52:01.738Z] ---> Running in 8c9522159928 [2022-10-25T01:52:02.009Z] Removing intermediate container 8c9522159928 [2022-10-25T01:52:02.009Z] ---> b764cfac52b4 [2022-10-25T01:52:02.009Z] Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-10-25T01:52:02.009Z] ---> Running in df4154cd6100 [2022-10-25T01:52:02.278Z] Removing intermediate container df4154cd6100 [2022-10-25T01:52:02.278Z] ---> da3d72dd8d0c [2022-10-25T01:52:02.278Z] Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-10-25T01:52:02.546Z] ---> Running in 70763af5154d [2022-10-25T01:52:02.813Z] Removing intermediate container 70763af5154d [2022-10-25T01:52:02.813Z] ---> e07cc941b942 [2022-10-25T01:52:02.813Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:52:02.813Z] ---> Running in 43f93b84b640 [2022-10-25T01:52:04.774Z] Removing intermediate container 43f93b84b640 [2022-10-25T01:52:04.774Z] ---> 8fef28f04fad [2022-10-25T01:52:04.774Z] Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-25T01:52:04.774Z] ---> Running in 5a0fe2a625a8 [2022-10-25T01:52:05.363Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T01:52:06.321Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T01:52:07.279Z] (1/14) Installing libintl (0.21-r2) [2022-10-25T01:52:07.279Z] (2/14) Installing eudev-libs (3.2.11-r0) [2022-10-25T01:52:07.279Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2022-10-25T01:52:07.279Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-10-25T01:52:07.544Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-10-25T01:52:07.544Z] (6/14) Installing udev-init-scripts (35-r0) [2022-10-25T01:52:07.810Z] Executing udev-init-scripts-35-r0.post-install [2022-10-25T01:52:07.810Z] (7/14) Installing libblkid (2.38-r1) [2022-10-25T01:52:07.810Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-10-25T01:52:08.076Z] (9/14) Installing zstd-libs (1.5.2-r1) [2022-10-25T01:52:08.076Z] (10/14) Installing kmod-libs (29-r2) [2022-10-25T01:52:08.076Z] (11/14) Installing eudev (3.2.11-r0) [2022-10-25T01:52:08.341Z] (12/14) Installing eudev-dev (3.2.11-r0) [2022-10-25T01:52:08.341Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-10-25T01:52:08.341Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-10-25T01:52:08.610Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:52:08.610Z] Executing eudev-3.2.11-r0.trigger [2022-10-25T01:52:08.610Z] OK: 228 MiB in 65 packages [2022-10-25T01:52:10.016Z] Removing intermediate container 5a0fe2a625a8 [2022-10-25T01:52:10.016Z] ---> 4747644c4d3d [2022-10-25T01:52:10.016Z] Step 9/14 : WORKDIR /device-usb-camera [2022-10-25T01:52:10.016Z] ---> Running in 6746a8470668 [2022-10-25T01:52:10.282Z] Removing intermediate container 6746a8470668 [2022-10-25T01:52:10.282Z] ---> 5ec9b8498117 [2022-10-25T01:52:10.282Z] Step 10/14 : COPY go.mod vendor* ./ [2022-10-25T01:52:10.866Z] ---> a051c84c1e9f [2022-10-25T01:52:10.867Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:52:10.867Z] ---> Running in b7ee650f91ec [2022-10-25T01:53:07.275Z] Removing intermediate container b7ee650f91ec [2022-10-25T01:53:07.276Z] ---> d87ec2ff2db7 [2022-10-25T01:53:07.276Z] Step 12/14 : COPY . . [2022-10-25T01:53:07.276Z] ---> f50cfb436796 [2022-10-25T01:53:07.276Z] Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-10-25T01:53:07.276Z] ---> Running in 2f3f60676552 [2022-10-25T01:53:07.276Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T01:53:07.276Z] Dload Upload Total Spent Left Speed [2022-10-25T01:53:07.276Z]  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7334 0 --:--:-- --:--:-- --:--:-- 7375 [2022-10-25T01:53:07.276Z] Removing intermediate container 2f3f60676552 [2022-10-25T01:53:07.276Z] ---> ad5c2aa16e3c [2022-10-25T01:53:07.276Z] Step 14/14 : RUN ${MAKE} [2022-10-25T01:53:07.276Z] ---> Running in 9538e82e1193 [2022-10-25T01:53:07.276Z] noop [2022-10-25T01:53:07.276Z] Removing intermediate container 9538e82e1193 [2022-10-25T01:53:07.276Z] ---> 96d7deb69fc7 [2022-10-25T01:53:07.276Z] Successfully built 96d7deb69fc7 [2022-10-25T01:53:07.276Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:53:07.776Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T01:53:07.776Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:53:08.029Z] prd-ubuntu20.04-docker-arm64-4c-16g-66367 does not seem to be running inside a container [2022-10-25T01:53:08.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/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 [2022-10-25T01:53:09.870Z] $ docker top 84f21ff8853b11d22b653c2fa5d017e18a3fb902a2bb3e14c221b4eba6d0f539 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T01:53:10.732Z] + go version [2022-10-25T01:53:10.732Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-25T01:53:10.767Z] $ docker stop --time=1 84f21ff8853b11d22b653c2fa5d017e18a3fb902a2bb3e14c221b4eba6d0f539 [2022-10-25T01:53:12.367Z] $ docker rm -f 84f21ff8853b11d22b653c2fa5d017e18a3fb902a2bb3e14c221b4eba6d0f539 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:53:13.300Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T01:53:13.300Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:53:13.551Z] prd-ubuntu20.04-docker-arm64-4c-16g-66367 does not seem to be running inside a container [2022-10-25T01:53:13.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/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 [2022-10-25T01:53:14.740Z] $ docker top 87e13e87b7266b877c8fa27f5690456a56790ad2be5b3cc59c39935caad5acb7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T01:53:15.289Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T01:53:15.690Z] + make test [2022-10-25T01:53:15.690Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-10-25T01:53:17.635Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-10-25T01:54:54.282Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-10-25T01:54:54.282Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.069s coverage: 1.9% of statements [2022-10-25T01:54:54.282Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-25T01:54:54.282Z] CGO_ENABLED=1 go vet ./... [2022-10-25T01:55:09.285Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T01:55:09.285Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T01:55:09.285Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T01:55:09.327Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-25T01:55:09.366Z] $ docker stop --time=1 87e13e87b7266b877c8fa27f5690456a56790ad2be5b3cc59c39935caad5acb7 [2022-10-25T01:55:11.120Z] $ docker rm -f 87e13e87b7266b877c8fa27f5690456a56790ad2be5b3cc59c39935caad5acb7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T01:55:12.114Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-25T01:55:12.153Z] Warning: overwriting stash ‘coverage-report’ [2022-10-25T01:55:12.576Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-25T01:55:13.140Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-25T01:55:13.482Z] + ls -al . [2022-10-25T01:55:13.483Z] total 200 [2022-10-25T01:55:13.483Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 25 01:53 . [2022-10-25T01:55:13.483Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 25 01:51 .. [2022-10-25T01:55:13.483Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 25 01:51 .git [2022-10-25T01:55:13.483Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:51 .github [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 414 Oct 25 01:51 .gitignore [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 42 Oct 25 01:51 .golangci.yml [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 77 Oct 25 01:51 .hadolint.yml [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 9702 Oct 25 01:51 Attribution.txt [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 1206 Oct 25 01:51 CHANGELOG.md [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 2467 Oct 25 01:51 Dockerfile [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 678 Oct 25 01:51 GOVERNANCE.md [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 659 Oct 25 01:51 Jenkinsfile [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 11348 Oct 25 01:51 LICENSE [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 2554 Oct 25 01:51 Makefile [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 622 Oct 25 01:51 OWNERS.md [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 5773 Oct 25 01:51 README.md [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 21:00 VERSION [2022-10-25T01:55:13.483Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 25 01:51 bin [2022-10-25T01:55:13.483Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:51 cmd [2022-10-25T01:55:13.483Z] -rw-r--r-- 1 jenkins jenkins 29387 Oct 25 01:54 coverage.out [2022-10-25T01:55:13.483Z] -rwxrwxr-x 1 jenkins jenkins 140 Oct 25 01:51 docker-entrypoint.sh [2022-10-25T01:55:13.483Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:51 docs [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 3621 Oct 25 01:51 go.mod [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 45122 Oct 25 01:51 go.sum [2022-10-25T01:55:13.483Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:51 internal [2022-10-25T01:55:13.483Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 25 01:51 snap [2022-10-25T01:55:13.483Z] -rw-rw-r-- 1 jenkins jenkins 231 Oct 25 01:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:55:13.893Z] + docker build -t device-usb-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c4bbce33bb66da3e537be385573c1eb77100b1d8 --label arch=arm64 --label version=0.0.0 . [2022-10-25T01:55:14.162Z] Sending build context to Docker daemon 1.049MB [2022-10-25T01:55:14.162Z] Step 1/36 : ARG BASE=golang:1.18-alpine3.16 [2022-10-25T01:55:14.162Z] Step 2/36 : FROM ${BASE} AS builder [2022-10-25T01:55:14.162Z] ---> 96d7deb69fc7 [2022-10-25T01:55:14.162Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2022-10-25T01:55:14.430Z] ---> Running in 7a0f536d0221 [2022-10-25T01:55:14.699Z] Removing intermediate container 7a0f536d0221 [2022-10-25T01:55:14.699Z] ---> 3cba86b54793 [2022-10-25T01:55:14.699Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-25T01:55:14.699Z] ---> Running in 76e05d8c7798 [2022-10-25T01:55:14.969Z] Removing intermediate container 76e05d8c7798 [2022-10-25T01:55:14.969Z] ---> 3e912f969042 [2022-10-25T01:55:14.969Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-10-25T01:55:14.969Z] ---> Running in 8a09477b0e20 [2022-10-25T01:55:15.236Z] Removing intermediate container 8a09477b0e20 [2022-10-25T01:55:15.236Z] ---> a4da10f2c426 [2022-10-25T01:55:15.236Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-10-25T01:55:15.236Z] ---> Running in 4b59c04bd969 [2022-10-25T01:55:15.824Z] Removing intermediate container 4b59c04bd969 [2022-10-25T01:55:15.824Z] ---> cfd88d123ff4 [2022-10-25T01:55:15.824Z] Step 7/36 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:55:15.824Z] ---> Running in 640b7068b91f [2022-10-25T01:55:17.773Z] Removing intermediate container 640b7068b91f [2022-10-25T01:55:17.773Z] ---> 35af1fb94030 [2022-10-25T01:55:17.773Z] Step 8/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-25T01:55:17.773Z] ---> Running in 2da04ed1b51a [2022-10-25T01:55:18.735Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T01:55:19.700Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T01:55:20.671Z] OK: 228 MiB in 65 packages [2022-10-25T01:55:21.632Z] Removing intermediate container 2da04ed1b51a [2022-10-25T01:55:21.632Z] ---> 7f3506184edc [2022-10-25T01:55:21.632Z] Step 9/36 : WORKDIR /device-usb-camera [2022-10-25T01:55:21.632Z] ---> Running in c0b04c20bf92 [2022-10-25T01:55:22.215Z] Removing intermediate container c0b04c20bf92 [2022-10-25T01:55:22.215Z] ---> 1646bbc29b10 [2022-10-25T01:55:22.215Z] Step 10/36 : COPY go.mod vendor* ./ [2022-10-25T01:55:22.482Z] ---> 80e35781a683 [2022-10-25T01:55:22.482Z] Step 11/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:55:22.749Z] ---> Running in 7965255d5bfe [2022-10-25T01:55:24.692Z] Removing intermediate container 7965255d5bfe [2022-10-25T01:55:24.692Z] ---> afaf7d1cfdcf [2022-10-25T01:55:24.692Z] Step 12/36 : COPY . . [2022-10-25T01:55:25.652Z] ---> 50bc4d561884 [2022-10-25T01:55:25.652Z] Step 13/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-10-25T01:55:25.924Z] ---> Running in 67e5896f4c05 [2022-10-25T01:55:26.884Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T01:55:26.885Z] Dload Upload Total Spent Left Speed [2022-10-25T01:55:26.885Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14137 0 --:--:-- --:--:-- --:--:-- 14351 [2022-10-25T01:55:27.471Z] Removing intermediate container 67e5896f4c05 [2022-10-25T01:55:27.471Z] ---> 1332e8b3e978 [2022-10-25T01:55:27.471Z] Step 14/36 : RUN ${MAKE} [2022-10-25T01:55:27.741Z] ---> Running in 783c2b7f32bb [2022-10-25T01:55:28.708Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.46" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-10-25T01:58:05.443Z] Removing intermediate container 783c2b7f32bb [2022-10-25T01:58:05.443Z] ---> ce9b958359db [2022-10-25T01:58:05.443Z] Step 15/36 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-10-25T01:58:05.443Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-10-25T01:58:05.443Z] eab2503cf8f4: Pulling fs layer [2022-10-25T01:58:05.443Z] 97cd0a44c592: Pulling fs layer [2022-10-25T01:58:05.443Z] 97cd0a44c592: Download complete [2022-10-25T01:58:05.443Z] eab2503cf8f4: Verifying Checksum [2022-10-25T01:58:05.443Z] eab2503cf8f4: Download complete [2022-10-25T01:58:05.443Z] eab2503cf8f4: Pull complete [2022-10-25T01:58:05.443Z] 97cd0a44c592: Pull complete [2022-10-25T01:58:05.443Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-10-25T01:58:05.443Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-10-25T01:58:05.443Z] ---> 7f763cca56b3 [2022-10-25T01:58:05.443Z] Step 16/36 : FROM alpine:3.16 [2022-10-25T01:58:05.443Z] 3.16: Pulling from library/alpine [2022-10-25T01:58:05.443Z] 9b18e9b68314: Already exists [2022-10-25T01:58:05.443Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T01:58:05.443Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T01:58:05.443Z] ---> a6215f271958 [2022-10-25T01:58:05.443Z] Step 17/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-10-25T01:58:05.443Z] ---> Running in ef72ac2bef52 [2022-10-25T01:58:05.443Z] Removing intermediate container ef72ac2bef52 [2022-10-25T01:58:05.443Z] ---> 3163d5647901 [2022-10-25T01:58:05.443Z] Step 18/36 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-10-25T01:58:05.443Z] ---> Running in f47dc783d370 [2022-10-25T01:58:05.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T01:58:05.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T01:58:05.443Z] (1/82) Installing dumb-init (1.2.5-r1) [2022-10-25T01:58:05.443Z] (2/82) Installing sdl2 (2.0.22-r0) [2022-10-25T01:58:05.443Z] (3/82) Installing libxau (1.0.9-r0) [2022-10-25T01:58:05.443Z] (4/82) Installing libxdmcp (1.1.3-r0) [2022-10-25T01:58:05.443Z] (5/82) Installing libxcb (1.15-r0) [2022-10-25T01:58:05.443Z] (6/82) Installing libx11 (1.8-r0) [2022-10-25T01:58:05.443Z] (7/82) Installing aom-libs (3.3.0-r0) [2022-10-25T01:58:05.443Z] (8/82) Installing alsa-lib (1.2.7.2-r0) [2022-10-25T01:58:05.443Z] (9/82) Installing expat (2.4.9-r0) [2022-10-25T01:58:05.443Z] (10/82) Installing brotli-libs (1.0.9-r6) [2022-10-25T01:58:05.443Z] (11/82) Installing libbz2 (1.0.8-r1) [2022-10-25T01:58:05.443Z] (12/82) Installing libpng (1.6.37-r1) [2022-10-25T01:58:05.443Z] (13/82) Installing freetype (2.12.1-r0) [2022-10-25T01:58:05.443Z] (14/82) Installing fontconfig (2.14.0-r0) [2022-10-25T01:58:05.443Z] (15/82) Installing fribidi (1.0.12-r0) [2022-10-25T01:58:05.443Z] (16/82) Installing libffi (3.4.2-r1) [2022-10-25T01:58:05.443Z] (17/82) Installing libintl (0.21-r2) [2022-10-25T01:58:05.443Z] (18/82) Installing libblkid (2.38-r1) [2022-10-25T01:58:05.443Z] (19/82) Installing libmount (2.38-r1) [2022-10-25T01:58:05.443Z] (20/82) Installing pcre (8.45-r2) [2022-10-25T01:58:05.443Z] (21/82) Installing glib (2.72.1-r0) [2022-10-25T01:58:05.443Z] (22/82) Installing graphite2 (1.3.14-r1) [2022-10-25T01:58:05.443Z] (23/82) Installing harfbuzz (4.3.0-r0) [2022-10-25T01:58:05.443Z] (24/82) Installing libass (0.16.0-r0) [2022-10-25T01:58:05.443Z] (25/82) Installing libdav1d (1.0.0-r0) [2022-10-25T01:58:05.443Z] (26/82) Installing libdrm (2.4.110-r0) [2022-10-25T01:58:05.443Z] (27/82) Installing gmp (6.2.1-r2) [2022-10-25T01:58:05.443Z] (28/82) Installing nettle (3.7.3-r0) [2022-10-25T01:58:05.443Z] (29/82) Installing p11-kit (0.24.1-r0) [2022-10-25T01:58:05.443Z] (30/82) Installing libtasn1 (4.18.0-r0) [2022-10-25T01:58:05.443Z] (31/82) Installing libunistring (1.0-r0) [2022-10-25T01:58:05.443Z] (32/82) Installing gnutls (3.7.7-r0) [2022-10-25T01:58:05.443Z] (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T01:58:05.443Z] (34/82) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T01:58:05.443Z] (35/82) Installing lame (3.100-r0) [2022-10-25T01:58:05.443Z] (36/82) Installing opus (1.3.1-r1) [2022-10-25T01:58:05.443Z] (37/82) Installing libasyncns (0.8-r1) [2022-10-25T01:58:05.443Z] (38/82) Installing dbus-libs (1.14.4-r0) [2022-10-25T01:58:05.443Z] (39/82) Installing libltdl (2.4.7-r0) [2022-10-25T01:58:05.443Z] (40/82) Installing orc (0.4.32-r0) [2022-10-25T01:58:05.443Z] (41/82) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T01:58:05.443Z] (42/82) Installing libogg (1.3.5-r1) [2022-10-25T01:58:05.443Z] (43/82) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T01:58:05.443Z] (44/82) Installing flac (1.3.4-r0) [2022-10-25T01:58:05.443Z] (45/82) Installing libvorbis (1.3.7-r0) [2022-10-25T01:58:05.443Z] (46/82) Installing libsndfile (1.1.0-r0) [2022-10-25T01:58:05.443Z] (47/82) Installing libgomp (11.2.1_git20220219-r2) [2022-10-25T01:58:05.443Z] (48/82) Installing soxr (0.1.3-r2) [2022-10-25T01:58:05.443Z] (49/82) Installing speexdsp (1.2.0-r0) [2022-10-25T01:58:05.443Z] (50/82) Installing tdb-libs (1.4.6-r0) [2022-10-25T01:58:05.443Z] (51/82) Installing libpulse (15.0-r2) [2022-10-25T01:58:05.443Z] (52/82) Installing cjson (1.7.15-r3) [2022-10-25T01:58:05.443Z] (53/82) Installing mbedtls (2.28.1-r0) [2022-10-25T01:58:05.443Z] (54/82) Installing librist (0.2.6-r1) [2022-10-25T01:58:05.443Z] (55/82) Installing libsrt (1.4.4-r0) [2022-10-25T01:58:05.443Z] (56/82) Installing libssh (0.9.6-r1) [2022-10-25T01:58:05.443Z] (57/82) Installing libtheora (1.1.1-r16) [2022-10-25T01:58:05.443Z] (58/82) Installing libjpeg-turbo (2.1.3-r1) [2022-10-25T01:58:05.443Z] (59/82) Installing v4l-utils-libs (1.22.1-r1) [2022-10-25T01:58:05.443Z] (60/82) Installing libxext (1.3.4-r0) [2022-10-25T01:58:05.443Z] (61/82) Installing libxfixes (6.0.0-r0) [2022-10-25T01:58:05.443Z] (62/82) Installing wayland-libs-client (1.20.0-r0) [2022-10-25T01:58:05.443Z] (63/82) Installing libva (2.14.0-r0) [2022-10-25T01:58:05.443Z] (64/82) Installing libvdpau (1.5-r0) [2022-10-25T01:58:05.443Z] (65/82) Installing vidstab (1.1.0-r1) [2022-10-25T01:58:05.443Z] (66/82) Installing libvpx (1.11.0-r1) [2022-10-25T01:58:05.443Z] (67/82) Installing libwebp (1.2.3-r0) [2022-10-25T01:58:05.443Z] (68/82) Installing x264-libs (0.163_git20210613-r0) [2022-10-25T01:58:05.443Z] (69/82) Installing numactl (2.0.14-r0) [2022-10-25T01:58:05.443Z] (70/82) Installing x265-libs (3.5-r3) [2022-10-25T01:58:05.443Z] (71/82) Installing xvidcore (1.3.7-r1) [2022-10-25T01:58:05.443Z] (72/82) Installing ffmpeg-libs (5.0.1-r1) [2022-10-25T01:58:05.443Z] (73/82) Installing ffmpeg (5.0.1-r1) [2022-10-25T01:58:05.443Z] (74/82) Installing udev-init-scripts (35-r0) [2022-10-25T01:58:05.443Z] Executing udev-init-scripts-35-r0.post-install [2022-10-25T01:58:05.443Z] (75/82) Installing eudev-libs (3.2.11-r0) [2022-10-25T01:58:05.443Z] (76/82) Installing xz-libs (5.2.5-r1) [2022-10-25T01:58:05.443Z] (77/82) Installing zstd-libs (1.5.2-r1) [2022-10-25T01:58:05.709Z] (78/82) Installing kmod-libs (29-r2) [2022-10-25T01:58:05.709Z] (79/82) Installing eudev (3.2.11-r0) [2022-10-25T01:58:05.709Z] (80/82) Installing libsodium (1.0.18-r0) [2022-10-25T01:58:05.709Z] (81/82) Installing libzmq (4.3.4-r0) [2022-10-25T01:58:05.709Z] (82/82) Installing zeromq (4.3.4-r0) [2022-10-25T01:58:05.709Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:58:05.709Z] Executing eudev-3.2.11-r0.trigger [2022-10-25T01:58:05.709Z] OK: 78 MiB in 96 packages [2022-10-25T01:58:09.045Z] Removing intermediate container f47dc783d370 [2022-10-25T01:58:09.046Z] ---> 10de78affadd [2022-10-25T01:58:09.046Z] Step 19/36 : WORKDIR / [2022-10-25T01:58:09.046Z] ---> Running in 4cb40fdd6c33 [2022-10-25T01:58:09.046Z] Removing intermediate container 4cb40fdd6c33 [2022-10-25T01:58:09.046Z] ---> c55ad761fd25 [2022-10-25T01:58:09.046Z] Step 20/36 : COPY --from=builder /device-usb-camera/cmd / [2022-10-25T01:58:10.455Z] ---> f83e843dcf30 [2022-10-25T01:58:10.455Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE / [2022-10-25T01:58:10.724Z] ---> 97f0e474b884 [2022-10-25T01:58:10.724Z] Step 22/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-10-25T01:58:11.306Z] ---> 9c7e5300c2fc [2022-10-25T01:58:11.306Z] Step 23/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-10-25T01:58:11.891Z] ---> 9fee866fa760 [2022-10-25T01:58:11.891Z] Step 24/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-10-25T01:58:12.480Z] ---> 2c1b5d911777 [2022-10-25T01:58:12.480Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-10-25T01:58:12.753Z] ---> df9e203cf794 [2022-10-25T01:58:12.753Z] Step 26/36 : COPY --from=rtsp /rtsp-simple-server / [2022-10-25T01:58:14.163Z] ---> 7786f3d64e29 [2022-10-25T01:58:14.163Z] Step 27/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2022-10-25T01:58:14.163Z] ---> Running in f6197adf559b [2022-10-25T01:58:15.566Z] Removing intermediate container f6197adf559b [2022-10-25T01:58:15.567Z] ---> 05c88f616879 [2022-10-25T01:58:15.567Z] Step 28/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2022-10-25T01:58:15.567Z] ---> Running in d634bff3cf1b [2022-10-25T01:58:16.973Z] Removing intermediate container d634bff3cf1b [2022-10-25T01:58:16.973Z] ---> 7be7853291c0 [2022-10-25T01:58:16.973Z] Step 29/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2022-10-25T01:58:17.240Z] ---> Running in d54f58f38918 [2022-10-25T01:58:18.658Z] Removing intermediate container d54f58f38918 [2022-10-25T01:58:18.658Z] ---> 2493f61c253e [2022-10-25T01:58:18.658Z] Step 30/36 : EXPOSE 59983 [2022-10-25T01:58:18.658Z] ---> Running in d05e19d762b5 [2022-10-25T01:58:18.927Z] Removing intermediate container d05e19d762b5 [2022-10-25T01:58:18.927Z] ---> 00617d3fc9cf [2022-10-25T01:58:18.927Z] Step 31/36 : EXPOSE 8554 [2022-10-25T01:58:19.196Z] ---> Running in 80030c49c9d5 [2022-10-25T01:58:19.462Z] Removing intermediate container 80030c49c9d5 [2022-10-25T01:58:19.462Z] ---> 0141d7ddf061 [2022-10-25T01:58:19.462Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-10-25T01:58:19.462Z] ---> Running in 9f0157880cb7 [2022-10-25T01:58:19.729Z] Removing intermediate container 9f0157880cb7 [2022-10-25T01:58:19.729Z] ---> 74b4ba7ad7d7 [2022-10-25T01:58:19.729Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-10-25T01:58:19.729Z] ---> Running in 3ef224b4e7b5 [2022-10-25T01:58:19.999Z] Removing intermediate container 3ef224b4e7b5 [2022-10-25T01:58:19.999Z] ---> 0bb84d45f0ac [2022-10-25T01:58:19.999Z] Step 34/36 : LABEL arch=arm64 [2022-10-25T01:58:20.267Z] ---> Running in c92dc85f7fa7 [2022-10-25T01:58:20.615Z] Removing intermediate container c92dc85f7fa7 [2022-10-25T01:58:20.615Z] ---> ded867b04945 [2022-10-25T01:58:20.615Z] Step 35/36 : LABEL git_sha=c4bbce33bb66da3e537be385573c1eb77100b1d8 [2022-10-25T01:58:20.615Z] ---> Running in b55beb66da08 [2022-10-25T01:58:20.917Z] Removing intermediate container b55beb66da08 [2022-10-25T01:58:20.917Z] ---> 23cd08ae496d [2022-10-25T01:58:20.917Z] Step 36/36 : LABEL version=0.0.0 [2022-10-25T01:58:20.917Z] ---> Running in 2522df6b0013 [2022-10-25T01:58:21.189Z] Removing intermediate container 2522df6b0013 [2022-10-25T01:58:21.189Z] ---> c22e2f90aafd [2022-10-25T01:58:21.189Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-25T01:58:21.189Z] Successfully built c22e2f90aafd [2022-10-25T01:58:21.189Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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 [2022-10-25T01:58:22.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T01:58:22.109Z] [2022-10-25T01:58:22.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:58:22.565Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T01:58:22.565Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-25T01:58:22.565Z] 8998bd30e6a1: Pulling fs layer [2022-10-25T01:58:22.565Z] 04944245beec: Pulling fs layer [2022-10-25T01:58:22.565Z] 699f458cf7ca: Pulling fs layer [2022-10-25T01:58:22.565Z] 765212b225bb: Pulling fs layer [2022-10-25T01:58:22.565Z] f23df028b6ca: Pulling fs layer [2022-10-25T01:58:22.565Z] d65c8cfc05b1: Pulling fs layer [2022-10-25T01:58:22.565Z] 2437ff75d9bd: Pulling fs layer [2022-10-25T01:58:22.565Z] f23df028b6ca: Waiting [2022-10-25T01:58:22.565Z] d65c8cfc05b1: Waiting [2022-10-25T01:58:22.565Z] 2437ff75d9bd: Waiting [2022-10-25T01:58:22.565Z] 765212b225bb: Waiting [2022-10-25T01:58:22.854Z] 04944245beec: Verifying Checksum [2022-10-25T01:58:22.854Z] 04944245beec: Download complete [2022-10-25T01:58:22.854Z] 765212b225bb: Verifying Checksum [2022-10-25T01:58:22.854Z] 765212b225bb: Download complete [2022-10-25T01:58:22.854Z] f23df028b6ca: Verifying Checksum [2022-10-25T01:58:22.854Z] f23df028b6ca: Download complete [2022-10-25T01:58:22.854Z] d65c8cfc05b1: Verifying Checksum [2022-10-25T01:58:22.854Z] d65c8cfc05b1: Download complete [2022-10-25T01:58:22.854Z] 699f458cf7ca: Verifying Checksum [2022-10-25T01:58:22.854Z] 699f458cf7ca: Download complete [2022-10-25T01:58:23.486Z] 8998bd30e6a1: Verifying Checksum [2022-10-25T01:58:23.486Z] 8998bd30e6a1: Download complete [2022-10-25T01:58:25.446Z] 2437ff75d9bd: Verifying Checksum [2022-10-25T01:58:25.446Z] 2437ff75d9bd: Download complete [2022-10-25T01:58:27.385Z] 8998bd30e6a1: Pull complete [2022-10-25T01:58:27.968Z] 04944245beec: Pull complete [2022-10-25T01:58:29.373Z] 699f458cf7ca: Pull complete [2022-10-25T01:58:29.373Z] 765212b225bb: Pull complete [2022-10-25T01:58:30.333Z] f23df028b6ca: Pull complete [2022-10-25T01:58:30.333Z] d65c8cfc05b1: Pull complete [2022-10-25T01:58:45.322Z] 2437ff75d9bd: Pull complete [2022-10-25T01:58:45.323Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-25T01:58:45.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T01:58:45.323Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:58:45.675Z] prd-ubuntu20.04-docker-arm64-4c-16g-66367 does not seem to be running inside a container [2022-10-25T01:58:45.734Z] $ 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/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/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 [2022-10-25T01:58:48.281Z] $ docker top 0c1fc771f09d0fc5962386522761f14f581e34dc72307879b6f078a8afef981c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:58:49.174Z] ---> job-cost.sh [2022-10-25T01:58:49.174Z] lf-activate-venv: SKIPPING [2022-10-25T01:58:49.174Z] INFO: No Stack... [2022-10-25T01:58:49.439Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-25T01:58:50.392Z] INFO: Archiving Costs [Pipeline] sh [2022-10-25T01:58:50.728Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [2022-10-25T01:58:50.728Z] + cut -d, -f6 [Pipeline] lock [2022-10-25T01:58:50.817Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [2022-10-25T01:58:50.823Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] did not exist. Created. [2022-10-25T01:58:50.823Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-25T01:58:51.239Z] /w/workspace/device-usb-camera/1@tmp/durable-9fadfa40/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-25T01:58:51.601Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-25T01:58:51.635Z] Warning: overwriting stash ‘stack-cost’ [2022-10-25T01:58:51.678Z] Stashed 1 file(s) [Pipeline] } [2022-10-25T01:58:51.692Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-25T01:58:51.770Z] $ docker stop --time=1 0c1fc771f09d0fc5962386522761f14f581e34dc72307879b6f078a8afef981c [2022-10-25T01:58:53.267Z] $ docker rm -f 0c1fc771f09d0fc5962386522761f14f581e34dc72307879b6f078a8afef981c [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 [2022-10-25T01:58:54.272Z] provisioning config files... [2022-10-25T01:58:54.282Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-106@tmp/config1705920623587865585tmp [Pipeline] { [Pipeline] sh [2022-10-25T01:58:54.623Z] + set +x [2022-10-25T01:58:54.623Z] + curl -s https://codecov.io/bash [2022-10-25T01:58:54.623Z] + bash -s -- [2022-10-25T01:58:54.623Z] [2022-10-25T01:58:54.623Z] _____ _ [2022-10-25T01:58:54.623Z] / ____| | | [2022-10-25T01:58:54.623Z] | | ___ __| | ___ ___ _____ __ [2022-10-25T01:58:54.623Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-25T01:58:54.623Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-25T01:58:54.623Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-25T01:58:54.623Z] Bash-1.0.6 [2022-10-25T01:58:54.623Z] [2022-10-25T01:58:54.623Z] [2022-10-25T01:58:54.623Z] ==> git version 2.25.1 found [2022-10-25T01:58:54.623Z] ==> 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 [2022-10-25T01:58:54.623Z] Release-Date: 2020-01-08 [2022-10-25T01:58:54.623Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-25T01:58:54.623Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-25T01:58:54.623Z] ==> Jenkins CI detected. [2022-10-25T01:58:54.623Z] current dir:  /w/workspace/foundry_device-usb-camera_PR-106 [2022-10-25T01:58:54.623Z] project root: . [2022-10-25T01:58:54.623Z] --> token set from env [2022-10-25T01:58:54.623Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-25T01:58:54.623Z] ==> Running gcov in . (disable via -X gcov) [2022-10-25T01:58:54.623Z] ==> Python coveragepy not found [2022-10-25T01:58:54.623Z] ==> Searching for coverage reports in: [2022-10-25T01:58:54.623Z] + . [2022-10-25T01:58:54.623Z] -> Found 1 reports [2022-10-25T01:58:54.623Z] ==> Detecting git/mercurial file structure [2022-10-25T01:58:54.623Z] ==> Reading reports [2022-10-25T01:58:54.623Z] + ./coverage.out bytes=29387 [2022-10-25T01:58:54.623Z] ==> Appending adjustments [2022-10-25T01:58:54.623Z] https://docs.codecov.io/docs/fixing-reports [2022-10-25T01:58:54.882Z] + Found adjustments [2022-10-25T01:58:54.882Z] ==> Gzipping contents [2022-10-25T01:58:54.882Z] 8.0K /tmp/codecov.9XjNJS.gz [2022-10-25T01:58:54.882Z] ==> Uploading reports [2022-10-25T01:58:54.882Z] url: https://codecov.io [2022-10-25T01:58:54.882Z] query: branch=PR-106&commit=c4bbce33bb66da3e537be385573c1eb77100b1d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-106%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=106&job=&cmd_args= [2022-10-25T01:58:54.882Z] -> Pinging Codecov [2022-10-25T01:58:54.882Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-106&commit=c4bbce33bb66da3e537be385573c1eb77100b1d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-106%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=106&job=&cmd_args= [2022-10-25T01:58:55.142Z] -> Uploading to [2022-10-25T01:58:55.142Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-25/73D8F5FF140700D3E01443B452E23636/c4bbce33bb66da3e537be385573c1eb77100b1d8/8aca8fd2-cb86-4643-b491-c3797347c97c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T015855Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03eeb02945af0097f856328d7f4c8db3bf9da185300d873b4d9f23c9cc31b5c5 [2022-10-25T01:58:55.142Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T01:58:55.142Z] Dload Upload Total Spent Left Speed [2022-10-25T01:58:55.402Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4175 0 0 100 4175 0 18806 --:--:-- --:--:-- --:--:-- 18721 100 4175 0 0 100 4175 0 17468 --:--:-- --:--:-- --:--:-- 17395 [2022-10-25T01:58:55.403Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] } [2022-10-25T01:58:55.429Z] 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 [2022-10-25T01:58:57.161Z] + [ -d /w/workspace/foundry_device-usb-camera_PR-106/archives ] [2022-10-25T01:58:57.161Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-106/archives [2022-10-25T01:58:57.161Z] total 16 [2022-10-25T01:58:57.161Z] drwxr-xr-x 3 root root 4096 Oct 24 21:02 . [2022-10-25T01:58:57.161Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 21:02 .. [2022-10-25T01:58:57.161Z] drwxr-xr-x 2 root root 4096 Oct 24 21:02 cost [2022-10-25T01:58:57.161Z] -rw-r--r-- 1 root root 89 Oct 24 21:02 cost.csv [2022-10-25T01:58:57.161Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-106/archives [2022-10-25T01:58:57.161Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-106/archives [2022-10-25T01:58:57.161Z] total 16 [2022-10-25T01:58:57.161Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 21:02 . [2022-10-25T01:58:57.161Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 21:02 .. [2022-10-25T01:58:57.161Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 21:02 cost [2022-10-25T01:58:57.161Z] -rw-r--r-- 1 jenkins jenkins 89 Oct 24 21:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:58:57.515Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:58:58.415Z] ---> package-listing.sh [2022-10-25T01:58:58.415Z] ++ facter osfamily [2022-10-25T01:58:58.415Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-25T01:58:58.674Z] + OS_FAMILY=debian [2022-10-25T01:58:58.674Z] + workspace=/w/workspace/foundry_device-usb-camera_PR-106 [2022-10-25T01:58:58.674Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-25T01:58:58.674Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-25T01:58:58.674Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-25T01:58:58.674Z] + PACKAGES=/tmp/packages_start.txt [2022-10-25T01:58:58.674Z] + '[' /w/workspace/foundry_device-usb-camera_PR-106 ']' [2022-10-25T01:58:58.674Z] + PACKAGES=/tmp/packages_end.txt [2022-10-25T01:58:58.674Z] + case "${OS_FAMILY}" in [2022-10-25T01:58:58.674Z] + dpkg -l [2022-10-25T01:58:58.674Z] + grep '^ii' [2022-10-25T01:58:58.674Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-25T01:58:58.674Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-25T01:58:58.674Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-25T01:58:58.674Z] + '[' /w/workspace/foundry_device-usb-camera_PR-106 ']' [2022-10-25T01:58:58.674Z] + mkdir -p /w/workspace/foundry_device-usb-camera_PR-106/archives/ [2022-10-25T01:58:58.674Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-106/archives/ [Pipeline] echo [2022-10-25T01:58:58.708Z] 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/foundry_device-usb-camera_PR-106/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-25T01:58:59.009Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:58:59.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T01:58:59.689Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:58:59.877Z] prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container [2022-10-25T01:58:59.913Z] $ 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/foundry_device-usb-camera_PR-106/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@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 [2022-10-25T01:59:00.107Z] $ docker top 0ffd407d56c6c037dabf59f08a1a56d7876596e0b7b465fe9c17bb5e3c874366 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T01:59:00.500Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-25T01:59:00.813Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-25T01:59:01.126Z] + ls /var/log/sa-host [2022-10-25T01:59:01.126Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T01:59:01.269Z] provisioning config files... [2022-10-25T01:59:01.278Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-106@tmp/config12348467081027191903tmp [Pipeline] { [Pipeline] echo [2022-10-25T01:59:01.335Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:59:01.646Z] ---> create-netrc.sh [Pipeline] } [2022-10-25T01:59:01.674Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:59:02.085Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-25T01:59:02.121Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:59:02.429Z] ---> sudo-logs.sh [2022-10-25T01:59:02.429Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-25T01:59:02.520Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:59:02.830Z] ---> job-cost.sh [2022-10-25T01:59:02.830Z] lf-activate-venv: SKIPPING [2022-10-25T01:59:02.830Z] DEBUG: total: 0.2199999988079071 [2022-10-25T01:59:02.830Z] INFO: Retrieving Stack Cost... [2022-10-25T01:59:03.396Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-25T01:59:03.654Z] INFO: Archiving Costs [Pipeline] echo [2022-10-25T01:59:03.686Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:59:03.997Z] ---> logs-deploy.sh [2022-10-25T01:59:03.997Z] lf-activate-venv: SKIPPING [2022-10-25T01:59:03.997Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-106/1 [2022-10-25T01:59:03.997Z] INFO: archiving workspace using pattern(s): [2022-10-25T01:59:04.941Z] Archives upload complete. [2022-10-25T01:59:05.201Z] INFO: archiving logs to Nexus [2022-10-25T01:59:05.776Z] ---> uname -a: [2022-10-25T01:59:05.777Z] Linux prd-ubuntu20-04-docker-8c-8g-35955 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] ---> lscpu: [2022-10-25T01:59:05.777Z] Architecture: x86_64 [2022-10-25T01:59:05.777Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-25T01:59:05.777Z] Byte Order: Little Endian [2022-10-25T01:59:05.777Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-25T01:59:05.777Z] CPU(s): 8 [2022-10-25T01:59:05.777Z] On-line CPU(s) list: 0-7 [2022-10-25T01:59:05.777Z] Thread(s) per core: 1 [2022-10-25T01:59:05.777Z] Core(s) per socket: 1 [2022-10-25T01:59:05.777Z] Socket(s): 8 [2022-10-25T01:59:05.777Z] NUMA node(s): 1 [2022-10-25T01:59:05.777Z] Vendor ID: AuthenticAMD [2022-10-25T01:59:05.777Z] CPU family: 23 [2022-10-25T01:59:05.777Z] Model: 49 [2022-10-25T01:59:05.777Z] Model name: AMD EPYC-Rome Processor [2022-10-25T01:59:05.777Z] Stepping: 0 [2022-10-25T01:59:05.777Z] CPU MHz: 2800.002 [2022-10-25T01:59:05.777Z] BogoMIPS: 5600.00 [2022-10-25T01:59:05.777Z] Virtualization: AMD-V [2022-10-25T01:59:05.777Z] Hypervisor vendor: KVM [2022-10-25T01:59:05.777Z] Virtualization type: full [2022-10-25T01:59:05.777Z] L1d cache: 256 KiB [2022-10-25T01:59:05.777Z] L1i cache: 256 KiB [2022-10-25T01:59:05.777Z] L2 cache: 4 MiB [2022-10-25T01:59:05.777Z] L3 cache: 128 MiB [2022-10-25T01:59:05.777Z] NUMA node0 CPU(s): 0-7 [2022-10-25T01:59:05.777Z] Vulnerability Itlb multihit: Not affected [2022-10-25T01:59:05.777Z] Vulnerability L1tf: Not affected [2022-10-25T01:59:05.777Z] Vulnerability Mds: Not affected [2022-10-25T01:59:05.777Z] Vulnerability Meltdown: Not affected [2022-10-25T01:59:05.777Z] Vulnerability Mmio stale data: Not affected [2022-10-25T01:59:05.777Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-25T01:59:05.777Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-25T01:59:05.777Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-25T01:59:05.777Z] Vulnerability Srbds: Not affected [2022-10-25T01:59:05.777Z] Vulnerability Tsx async abort: Not affected [2022-10-25T01:59:05.777Z] 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 [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] ---> nproc: [2022-10-25T01:59:05.777Z] 8 [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] ---> df -h: [2022-10-25T01:59:05.777Z] Filesystem Size Used Avail Use% Mounted on [2022-10-25T01:59:05.777Z] overlay 155G 12G 144G 8% / [2022-10-25T01:59:05.777Z] tmpfs 64M 0 64M 0% /dev [2022-10-25T01:59:05.777Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-25T01:59:05.777Z] shm 64M 0 64M 0% /dev/shm [2022-10-25T01:59:05.777Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] ---> sar -b -r -n DEV: [2022-10-25T01:59:05.777Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-35955) 10/25/22 _x86_64_ (8 CPU) [2022-10-25T01:59:05.777Z] [2022-10-25T01:59:05.777Z] 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-25T01:59:05.777Z] 00:00:01 500.00 0.00 500.00 0.00 0.00 10400.00 0.00 [2022-10-25T01:59:05.777Z] 00:01:01 6.40 0.03 6.37 0.00 0.27 154.51 0.00 [2022-10-25T01:59:05.777Z] 00:02:01 1.88 0.00 1.88 0.00 0.00 20.53 0.00 [2022-10-25T01:59:05.777Z] 00:03:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 [2022-10-25T01:59:05.777Z] 00:04:01 1.50 0.00 1.50 0.00 0.00 16.79 0.00 [2022-10-25T01:59:05.777Z] 00:05:01 1.18 0.00 1.18 0.00 0.00 12.26 0.00 [2022-10-25T01:59:05.777Z] 00:06:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 [2022-10-25T01:59:05.777Z] 00:07:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 [2022-10-25T01:59:05.777Z] 00:08:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 [2022-10-25T01:59:05.777Z] 00:09:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2022-10-25T01:59:05.777Z] 00:10:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 [2022-10-25T01:59:05.777Z] 00:11:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 [2022-10-25T01:59:05.777Z] 00:12:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 [2022-10-25T01:59:05.777Z] 00:13:01 1.17 0.00 1.17 0.00 0.00 12.00 0.00 [2022-10-25T01:59:05.777Z] 00:14:01 0.98 0.00 0.98 0.00 0.00 11.86 0.00 [2022-10-25T01:59:05.777Z] 00:15:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 [2022-10-25T01:59:05.777Z] 00:16:01 1.55 0.00 1.55 0.00 0.00 18.53 0.00 [2022-10-25T01:59:05.777Z] 00:17:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 [2022-10-25T01:59:05.777Z] 00:18:01 1.90 0.00 1.90 0.00 0.00 21.46 0.00 [2022-10-25T01:59:05.777Z] 00:19:01 1.30 0.00 1.30 0.00 0.00 14.26 0.00 [2022-10-25T01:59:05.777Z] 00:20:01 1.48 0.00 1.48 0.00 0.00 16.66 0.00 [2022-10-25T01:59:05.777Z] 00:21:01 1.20 0.00 1.20 0.00 0.00 12.53 0.00 [2022-10-25T01:59:05.777Z] 00:22:01 1.98 0.00 1.98 0.00 0.00 22.66 0.00 [2022-10-25T01:59:05.777Z] 00:23:01 1.65 0.00 1.65 0.00 0.00 17.46 0.00 [2022-10-25T01:59:05.777Z] 00:24:01 1.83 0.00 1.83 0.00 0.00 20.53 0.00 [2022-10-25T01:59:05.777Z] 00:25:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 [2022-10-25T01:59:05.777Z] 00:26:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 [2022-10-25T01:59:05.777Z] 00:27:01 1.13 0.00 1.13 0.00 0.00 11.60 0.00 [2022-10-25T01:59:05.777Z] 00:28:01 1.33 0.00 1.33 0.00 0.00 17.06 0.00 [2022-10-25T01:59:05.777Z] 00:29:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 [2022-10-25T01:59:05.777Z] 00:30:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 [2022-10-25T01:59:05.777Z] 00:31:01 1.38 0.00 1.38 0.00 0.00 15.20 0.00 [2022-10-25T01:59:05.777Z] 00:32:01 1.77 0.00 1.77 0.00 0.00 19.60 0.00 [2022-10-25T01:59:05.777Z] 00:33:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 [2022-10-25T01:59:05.777Z] 00:34:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 [2022-10-25T01:59:05.777Z] 00:35:01 1.25 0.00 1.25 0.00 0.00 12.93 0.00 [2022-10-25T01:59:05.777Z] 00:36:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 [2022-10-25T01:59:05.777Z] 00:37:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 [2022-10-25T01:59:05.777Z] 00:38:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 [2022-10-25T01:59:05.777Z] 00:39:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 [2022-10-25T01:59:05.777Z] 00:40:01 0.93 0.00 0.93 0.00 0.00 11.33 0.00 [2022-10-25T01:59:05.777Z] 00:41:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 [2022-10-25T01:59:05.777Z] 00:42:01 1.72 0.00 1.72 0.00 0.00 18.66 0.00 [2022-10-25T01:59:05.777Z] 00:43:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 [2022-10-25T01:59:05.777Z] 00:44:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 [2022-10-25T01:59:05.777Z] 00:45:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2022-10-25T01:59:05.777Z] 00:46:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 [2022-10-25T01:59:05.777Z] 00:47:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 [2022-10-25T01:59:05.777Z] 00:48:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 [2022-10-25T01:59:05.777Z] 00:49:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 [2022-10-25T01:59:05.777Z] 00:50:01 1.57 0.00 1.57 0.00 0.00 17.20 0.00 [2022-10-25T01:59:05.777Z] 00:51:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2022-10-25T01:59:05.777Z] 00:52:01 1.35 0.00 1.35 0.00 0.00 16.40 0.00 [2022-10-25T01:59:05.777Z] 00:53:01 1.15 0.00 1.15 0.00 0.00 12.00 0.00 [2022-10-25T01:59:05.777Z] 00:54:01 1.78 0.00 1.78 0.00 0.00 20.66 0.00 [2022-10-25T01:59:05.777Z] 00:55:01 1.12 0.00 1.12 0.00 0.00 11.46 0.00 [2022-10-25T01:59:05.777Z] 00:56:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 [2022-10-25T01:59:05.777Z] 00:57:01 1.23 0.00 1.23 0.00 0.00 13.46 0.00 [2022-10-25T01:59:05.777Z] 00:58:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 [2022-10-25T01:59:05.777Z] 00:59:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 [2022-10-25T01:59:05.777Z] 01:00:01 1.48 0.00 1.48 0.00 0.00 20.26 0.00 [2022-10-25T01:59:05.777Z] 01:01:01 1.22 0.00 1.22 0.00 0.00 12.66 0.00 [2022-10-25T01:59:05.778Z] 01:02:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 [2022-10-25T01:59:05.778Z] 01:03:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 [2022-10-25T01:59:05.778Z] 01:04:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 [2022-10-25T01:59:05.778Z] 01:05:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 [2022-10-25T01:59:05.778Z] 01:06:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 [2022-10-25T01:59:05.778Z] 01:07:01 1.52 0.00 1.52 0.00 0.00 15.46 0.00 [2022-10-25T01:59:05.778Z] 01:08:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 [2022-10-25T01:59:05.778Z] 01:09:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 [2022-10-25T01:59:05.778Z] 01:10:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 [2022-10-25T01:59:05.778Z] 01:11:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 [2022-10-25T01:59:05.778Z] 01:12:01 1.90 0.00 1.90 0.00 0.00 20.66 0.00 [2022-10-25T01:59:05.778Z] 01:13:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 [2022-10-25T01:59:05.778Z] 01:14:01 1.87 0.00 1.87 0.00 0.00 20.66 0.00 [2022-10-25T01:59:05.778Z] 01:15:01 1.10 0.00 1.10 0.00 0.00 11.33 0.00 [2022-10-25T01:59:05.778Z] 01:16:01 1.60 0.00 1.60 0.00 0.00 18.26 0.00 [2022-10-25T01:59:05.778Z] 01:17:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 [2022-10-25T01:59:05.778Z] 01:18:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 [2022-10-25T01:59:05.778Z] 01:19:01 1.18 0.00 1.18 0.00 0.00 12.26 0.00 [2022-10-25T01:59:05.778Z] 01:20:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 [2022-10-25T01:59:05.778Z] 01:21:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 [2022-10-25T01:59:05.778Z] 01:22:01 1.82 0.00 1.82 0.00 0.00 20.40 0.00 [2022-10-25T01:59:05.778Z] 01:23:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 [2022-10-25T01:59:05.778Z] 01:24:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 [2022-10-25T01:59:05.778Z] 01:25:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 [2022-10-25T01:59:05.778Z] 01:26:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 [2022-10-25T01:59:05.778Z] 01:27:01 1.45 0.00 1.45 0.00 0.00 16.00 0.00 [2022-10-25T01:59:05.778Z] 01:28:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 [2022-10-25T01:59:05.778Z] 01:29:02 1.38 0.00 1.38 0.00 0.00 14.93 0.00 [2022-10-25T01:59:05.778Z] 01:30:01 1.14 0.00 1.14 0.00 0.00 12.88 0.00 [2022-10-25T01:59:05.778Z] 01:31:01 1.58 0.00 1.58 0.00 0.00 17.86 0.00 [2022-10-25T01:59:05.778Z] 01:32:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2022-10-25T01:59:05.778Z] 01:33:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 [2022-10-25T01:59:05.778Z] 01:34:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 [2022-10-25T01:59:05.778Z] 01:35:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 [2022-10-25T01:59:05.778Z] 01:36:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2022-10-25T01:59:05.778Z] 01:37:01 1.47 0.00 1.47 0.00 0.00 15.73 0.00 [2022-10-25T01:59:05.778Z] 01:38:01 1.82 0.00 1.82 0.00 0.00 21.19 0.00 [2022-10-25T01:59:05.778Z] 01:39:01 1.17 0.00 1.17 0.00 0.00 11.60 0.00 [2022-10-25T01:59:05.778Z] 01:40:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 [2022-10-25T01:59:05.778Z] 01:41:01 1.23 0.00 1.23 0.00 0.00 12.53 0.00 [2022-10-25T01:59:05.778Z] 01:42:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 [2022-10-25T01:59:05.778Z] 01:43:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 [2022-10-25T01:59:05.778Z] 01:44:01 1.28 0.00 1.28 0.00 0.00 13.60 0.00 [2022-10-25T01:59:05.778Z] 01:45:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 [2022-10-25T01:59:05.778Z] 01:46:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 [2022-10-25T01:59:05.778Z] 01:47:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 [2022-10-25T01:59:05.778Z] 01:48:01 1.92 0.00 1.92 0.00 0.00 21.46 0.00 [2022-10-25T01:59:05.778Z] 01:49:01 1.17 0.00 1.17 0.00 0.00 11.86 0.00 [2022-10-25T01:59:05.778Z] 01:50:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 [2022-10-25T01:59:05.778Z] 01:51:01 1.37 0.00 1.37 0.00 0.00 14.40 0.00 [2022-10-25T01:59:05.778Z] 01:52:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 [2022-10-25T01:59:05.778Z] 01:53:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 [2022-10-25T01:59:05.778Z] 01:54:01 1.73 0.00 1.73 0.00 0.00 18.40 0.00 [2022-10-25T01:59:05.778Z] 01:55:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 [2022-10-25T01:59:05.778Z] 01:56:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 [2022-10-25T01:59:05.778Z] 01:57:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 [2022-10-25T01:59:05.778Z] 01:58:01 1.80 0.00 1.80 0.00 0.00 19.73 0.00 [2022-10-25T01:59:05.778Z] 01:59:01 5.82 0.27 5.55 0.00 23.86 169.31 0.00 [2022-10-25T01:59:05.778Z] Average: 1.44 0.00 1.43 0.00 0.20 17.66 0.00 [2022-10-25T01:59:05.778Z] [2022-10-25T01:59:05.778Z] 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-25T01:59:05.778Z] 00:00:01 27220496 31548208 736336 2.24 178064 4277512 1798332 5.30 1405924 3714960 68 [2022-10-25T01:59:05.778Z] 00:01:01 27217764 31546476 737488 2.24 178372 4277532 1806392 5.32 1406036 3714252 12 [2022-10-25T01:59:05.778Z] 00:02:01 27217684 31546468 737468 2.24 178416 4277536 1806392 5.32 1406228 3714252 40 [2022-10-25T01:59:05.778Z] 00:03:01 27217880 31546668 737152 2.24 178452 4277536 1806392 5.32 1406100 3714252 4 [2022-10-25T01:59:05.778Z] 00:04:01 27217328 31546196 737600 2.24 178460 4277540 1806392 5.32 1406140 3714256 44 [2022-10-25T01:59:05.778Z] 00:05:01 27217296 31546184 737576 2.24 178484 4277540 1806392 5.32 1406516 3714256 16 [2022-10-25T01:59:05.778Z] 00:06:01 27217420 31546260 737372 2.24 178508 4277544 1806392 5.32 1406188 3714260 12 [2022-10-25T01:59:05.778Z] 00:07:01 27217624 31546476 737088 2.24 178540 4277532 1806392 5.32 1406196 3714264 8 [2022-10-25T01:59:05.778Z] 00:08:01 27217228 31546148 737308 2.24 178572 4277548 1806392 5.32 1406536 3714264 4 [2022-10-25T01:59:05.778Z] 00:09:01 27216952 31545892 737500 2.24 178596 4277556 1803304 5.31 1407148 3714268 216 [2022-10-25T01:59:05.778Z] 00:10:01 27217432 31546324 737064 2.24 178636 4277556 1803304 5.31 1406876 3714272 64 [2022-10-25T01:59:05.778Z] 00:11:01 27217336 31546264 737020 2.24 178668 4277560 1803304 5.31 1407032 3714276 196 [2022-10-25T01:59:05.778Z] 00:12:01 27217292 31546256 737220 2.24 178716 4277548 1803304 5.31 1406720 3714280 60 [2022-10-25T01:59:05.778Z] 00:13:01 27217252 31546244 737176 2.24 178728 4277564 1803304 5.31 1406880 3714280 8 [2022-10-25T01:59:05.778Z] 00:14:01 27217284 31546288 737100 2.24 178752 4277568 1803304 5.31 1406624 3714284 224 [2022-10-25T01:59:05.778Z] 00:15:01 27217212 31546264 737064 2.24 178788 4277564 1803304 5.31 1406836 3714284 20 [2022-10-25T01:59:05.778Z] 00:16:01 27217408 31546492 736748 2.24 178816 4277576 1803304 5.31 1406696 3714288 12 [2022-10-25T01:59:05.778Z] 00:17:01 27216916 31546044 737184 2.24 178848 4277560 1803304 5.31 1406856 3714292 8 [2022-10-25T01:59:05.778Z] 00:18:01 27217280 31546512 736804 2.24 178864 4277584 1803304 5.31 1407016 3714300 52 [2022-10-25T01:59:05.778Z] 00:19:01 27217012 31546252 737012 2.24 178884 4277588 1803304 5.31 1406712 3714304 8 [2022-10-25T01:59:05.778Z] 00:20:01 27216708 31545996 737456 2.24 178908 4277588 1787032 5.27 1407048 3714304 12 [2022-10-25T01:59:05.778Z] 00:21:01 27216952 31546260 737156 2.24 178932 4277592 1787032 5.27 1406784 3714308 4 [2022-10-25T01:59:05.778Z] 00:22:01 27217132 31546508 736840 2.24 179004 4277576 1787032 5.27 1407108 3714308 44 [2022-10-25T01:59:05.778Z] 00:23:01 27217360 31546816 736480 2.24 179072 4277596 1787032 5.27 1406936 3714316 8 [2022-10-25T01:59:05.778Z] 00:24:01 27217280 31546784 736452 2.24 179112 4277600 1787032 5.27 1406984 3714316 40 [2022-10-25T01:59:05.778Z] 00:25:01 27216476 31546012 737164 2.24 179144 4277600 1787032 5.27 1407084 3714316 12 [2022-10-25T01:59:05.778Z] 00:26:01 27216636 31546320 736976 2.24 179168 4277732 1787032 5.27 1407380 3714432 248 [2022-10-25T01:59:05.778Z] 00:27:01 27216660 31546344 736944 2.24 179176 4277732 1787032 5.27 1407056 3714432 8 [2022-10-25T01:59:05.778Z] 00:28:01 27216264 31546004 737184 2.24 179204 4277740 1787032 5.27 1407356 3714452 68 [2022-10-25T01:59:05.778Z] 00:29:01 27216280 31546024 737148 2.24 179220 4277744 1787032 5.27 1407092 3714456 8 [2022-10-25T01:59:05.778Z] 00:30:01 27216232 31546016 737108 2.24 179248 4277744 1787032 5.27 1407480 3714460 176 [2022-10-25T01:59:05.778Z] 00:31:01 27216176 31546012 737076 2.24 179284 4277748 1787032 5.27 1407436 3714464 28 [2022-10-25T01:59:05.778Z] 00:32:01 27216200 31546060 736984 2.24 179312 4277752 1787032 5.27 1407188 3714468 168 [2022-10-25T01:59:05.778Z] 00:33:01 27216404 31546284 736776 2.24 179352 4277756 1787032 5.27 1407204 3714472 8 [2022-10-25T01:59:05.778Z] 00:34:01 27216792 31546716 736524 2.24 179372 4277760 1787032 5.27 1407244 3714476 60 [2022-10-25T01:59:05.778Z] 00:35:01 27216492 31546452 736724 2.24 179388 4277760 1787032 5.27 1407608 3714476 12 [2022-10-25T01:59:05.778Z] 00:36:01 27216464 31546448 736924 2.24 179412 4277768 1803084 5.31 1407292 3714480 180 [2022-10-25T01:59:05.778Z] 00:37:01 27216440 31546440 736904 2.24 179432 4277756 1803084 5.31 1407300 3714484 8 [2022-10-25T01:59:05.778Z] 00:38:01 27216896 31546920 736476 2.24 179436 4277772 1803084 5.31 1407320 3714488 164 [2022-10-25T01:59:05.778Z] 00:39:01 27216596 31546628 736704 2.24 179452 4277776 1803084 5.31 1407324 3714492 8 [2022-10-25T01:59:05.778Z] 00:40:01 27216516 31546568 736712 2.24 179472 4277776 1803084 5.31 1407696 3714492 208 [2022-10-25T01:59:05.778Z] 00:41:01 27216184 31546272 736952 2.24 179488 4277780 1803084 5.31 1407640 3714496 180 [2022-10-25T01:59:05.778Z] 00:42:01 27216484 31546580 736636 2.24 179500 4277780 1803084 5.31 1407380 3714496 164 [2022-10-25T01:59:05.778Z] 00:43:01 27216644 31546796 736576 2.24 179544 4277784 1803084 5.31 1407500 3714500 24 [2022-10-25T01:59:05.778Z] 00:44:01 27216596 31546752 736552 2.24 179584 4277788 1803084 5.31 1407424 3714504 8 [2022-10-25T01:59:05.778Z] 00:45:01 27216580 31546804 736480 2.24 179612 4277788 1803084 5.31 1407568 3714504 16 [2022-10-25T01:59:05.778Z] 00:46:01 27216248 31546504 736716 2.24 179636 4277796 1803084 5.31 1407564 3714508 64 [2022-10-25T01:59:05.778Z] 00:47:01 27216200 31546472 736692 2.24 179656 4277784 1803084 5.31 1407864 3714512 8 [2022-10-25T01:59:05.778Z] 00:48:01 27216436 31546752 736396 2.24 179680 4277800 1803084 5.31 1407608 3714516 40 [2022-10-25T01:59:05.778Z] 00:49:01 27216388 31546728 736360 2.24 179696 4277808 1803084 5.31 1407624 3714524 8 [2022-10-25T01:59:05.778Z] 00:50:01 27216120 31546464 736556 2.24 179704 4277808 1803084 5.31 1407668 3714524 44 [2022-10-25T01:59:05.778Z] 00:51:01 27216524 31546876 736268 2.24 179720 4277812 1802528 5.31 1407608 3714528 12 [2022-10-25T01:59:05.778Z] 00:52:01 27216768 31547148 735992 2.24 179736 4277804 1802528 5.31 1407636 3714528 40 [2022-10-25T01:59:05.778Z] 00:53:01 27216468 31546880 736204 2.24 179752 4277816 1802528 5.31 1407676 3714536 8 [2022-10-25T01:59:05.779Z] 00:54:01 27216096 31546548 736464 2.24 179792 4277824 1802528 5.31 1407712 3714536 28 [2022-10-25T01:59:05.779Z] 00:55:01 27216444 31546904 736108 2.24 179808 4277824 1802528 5.31 1407760 3714540 20 [2022-10-25T01:59:05.779Z] 00:56:01 27216396 31546892 736364 2.24 179828 4277828 1802528 5.31 1407744 3714544 60 [2022-10-25T01:59:05.779Z] 00:57:01 27216312 31546816 736388 2.24 179864 4277812 1802528 5.31 1407688 3714544 12 [2022-10-25T01:59:05.779Z] 00:58:01 27216296 31546856 736332 2.24 179884 4277832 1802528 5.31 1407736 3714548 172 [2022-10-25T01:59:05.779Z] 00:59:01 27216280 31546884 736376 2.24 179900 4277836 1802528 5.31 1407784 3714552 8 [2022-10-25T01:59:05.779Z] 01:00:01 27215916 31546564 736652 2.24 179932 4277836 1802528 5.31 1408188 3714556 72 [2022-10-25T01:59:05.779Z] 01:01:01 27215868 31546656 736492 2.24 179948 4277968 1802528 5.31 1407820 3714688 12 [2022-10-25T01:59:05.779Z] 01:02:01 27215568 31546384 736716 2.24 179964 4277968 1802528 5.31 1407860 3714692 208 [2022-10-25T01:59:05.779Z] 01:03:01 27216024 31546892 736264 2.24 179996 4277972 1802528 5.31 1407924 3714700 24 [2022-10-25T01:59:05.779Z] 01:04:01 27215756 31546632 736440 2.24 180020 4277980 1802528 5.31 1407916 3714704 4 [2022-10-25T01:59:05.779Z] 01:05:01 27215892 31546800 736432 2.24 180048 4277980 1802528 5.31 1408016 3714708 12 [2022-10-25T01:59:05.779Z] 01:06:01 27215876 31546832 736384 2.24 180080 4277988 1802528 5.31 1407992 3714720 236 [2022-10-25T01:59:05.779Z] 01:07:01 27215828 31546828 736348 2.24 180108 4277988 1802156 5.31 1408032 3714724 4 [2022-10-25T01:59:05.779Z] 01:08:01 27215520 31546524 736560 2.24 180144 4277992 1802156 5.31 1408016 3714728 280 [2022-10-25T01:59:05.779Z] 01:09:01 27215180 31546360 736668 2.24 180192 4277996 1802156 5.31 1408512 3714712 196 [2022-10-25T01:59:05.779Z] 01:10:01 27215132 31546352 736628 2.24 180216 4277996 1802156 5.31 1408504 3714712 232 [2022-10-25T01:59:05.779Z] 01:11:01 27215052 31546276 736612 2.24 180248 4278000 1802156 5.31 1408372 3714716 32 [2022-10-25T01:59:05.779Z] 01:12:01 27215252 31546508 736516 2.24 180296 4278004 1786024 5.26 1408280 3714716 28 [2022-10-25T01:59:05.779Z] 01:13:01 27214700 31546024 736996 2.24 180320 4278008 1786024 5.26 1408824 3714724 12 [2022-10-25T01:59:05.779Z] 01:14:01 27215164 31546556 736400 2.24 180368 4278012 1786024 5.26 1408568 3714728 48 [2022-10-25T01:59:05.779Z] 01:15:01 27215060 31546488 736396 2.24 180388 4278012 1786024 5.26 1408864 3714728 24 [2022-10-25T01:59:05.779Z] 01:16:01 27214984 31546416 736708 2.24 180416 4278016 1786024 5.26 1408836 3714732 236 [2022-10-25T01:59:05.779Z] 01:17:01 27214960 31546436 736676 2.24 180448 4278000 1786024 5.26 1408560 3714736 8 [2022-10-25T01:59:05.779Z] 01:18:01 27214628 31546176 736836 2.24 180464 4278020 1786024 5.26 1408616 3714744 40 [2022-10-25T01:59:05.779Z] 01:19:01 27214304 31545852 737084 2.24 180496 4278020 1786024 5.26 1409012 3714744 12 [2022-10-25T01:59:05.779Z] 01:20:01 27214540 31546136 736756 2.24 180520 4278024 1786024 5.26 1408904 3714740 208 [2022-10-25T01:59:05.779Z] 01:21:01 27214492 31546120 736708 2.24 180544 4278032 1802132 5.31 1408752 3714744 12 [2022-10-25T01:59:05.779Z] 01:22:01 27214444 31546112 736660 2.24 180580 4278032 1802132 5.31 1408852 3714756 180 [2022-10-25T01:59:05.779Z] 01:23:01 27214612 31546340 736584 2.24 180624 4278040 1802132 5.31 1408756 3714764 8 [2022-10-25T01:59:05.779Z] 01:24:01 27214596 31546372 736544 2.24 180648 4278040 1802132 5.31 1408796 3714768 172 [2022-10-25T01:59:05.779Z] 01:25:01 27214264 31546044 736780 2.24 180680 4278044 1802132 5.31 1408856 3714772 28 [2022-10-25T01:59:05.779Z] 01:26:01 27214216 31546040 736736 2.24 180708 4278048 1802132 5.31 1408840 3714776 172 [2022-10-25T01:59:05.779Z] 01:27:01 27213892 31545748 736968 2.24 180756 4278032 1802132 5.31 1408880 3714780 8 [2022-10-25T01:59:05.779Z] 01:28:01 27214152 31546064 736688 2.24 180788 4278052 1802132 5.31 1408920 3714788 220 [2022-10-25T01:59:05.779Z] 01:29:02 27214312 31546268 736668 2.24 180808 4278052 1785956 5.26 1408968 3714792 16 [2022-10-25T01:59:05.779Z] 01:30:01 27214216 31546216 736656 2.24 180836 4278060 1785956 5.26 1409340 3714800 232 [2022-10-25T01:59:05.779Z] 01:31:01 27214240 31546280 736564 2.24 180872 4278064 1785956 5.26 1409116 3714808 32 [2022-10-25T01:59:05.779Z] 01:32:01 27214628 31546676 736408 2.24 180896 4278064 1785956 5.26 1409040 3714808 236 [2022-10-25T01:59:05.779Z] 01:33:01 27214608 31546700 736596 2.24 180932 4278068 1785956 5.26 1409364 3714784 52 [2022-10-25T01:59:05.779Z] 01:34:01 27214600 31546744 736564 2.24 180948 4278068 1785956 5.26 1409408 3714788 304 [2022-10-25T01:59:05.779Z] 01:35:01 27214544 31546692 736552 2.24 180972 4278072 1785956 5.26 1409476 3714792 12 [2022-10-25T01:59:05.779Z] 01:36:01 27214276 31546572 736636 2.24 181008 4278204 1785956 5.26 1409460 3714912 224 [2022-10-25T01:59:05.779Z] 01:37:01 27214228 31546580 736624 2.24 181036 4278204 1785956 5.26 1409476 3714928 36 [2022-10-25T01:59:05.779Z] 01:38:01 27213968 31546372 736768 2.24 181080 4278212 1802100 5.31 1409248 3714940 84 [2022-10-25T01:59:05.779Z] 01:39:01 27213880 31546284 736800 2.24 181092 4278212 1802100 5.31 1409232 3714940 8 [2022-10-25T01:59:05.779Z] 01:40:01 27214076 31546552 736432 2.24 181128 4278220 1802100 5.31 1409784 3714936 68 [2022-10-25T01:59:05.779Z] 01:41:01 27214016 31546524 736684 2.24 181148 4278224 1802100 5.31 1409584 3714940 20 [2022-10-25T01:59:05.779Z] 01:42:01 27213944 31546456 736652 2.24 181160 4278224 1802100 5.31 1409752 3714940 212 [2022-10-25T01:59:05.779Z] 01:43:01 27213960 31546488 736588 2.24 181180 4278228 1802100 5.31 1409432 3714944 40 [2022-10-25T01:59:05.779Z] 01:44:01 27214164 31546736 736284 2.24 181220 4278228 1802100 5.31 1409412 3714948 176 [2022-10-25T01:59:05.779Z] 01:45:01 27213824 31546448 736516 2.24 181252 4278232 1802100 5.31 1409736 3714956 36 [2022-10-25T01:59:05.779Z] 01:46:01 27213508 31546136 736744 2.24 181268 4278236 1802100 5.31 1409636 3714960 216 [2022-10-25T01:59:05.779Z] 01:47:01 27213740 31546396 736660 2.24 181292 4278236 1802100 5.31 1409480 3714964 4 [2022-10-25T01:59:05.779Z] 01:48:01 27213700 31546404 736592 2.24 181348 4278244 1802100 5.31 1409600 3714972 44 [2022-10-25T01:59:05.779Z] 01:49:01 27213432 31546180 736772 2.24 181376 4278244 1802100 5.31 1409808 3714980 16 [2022-10-25T01:59:05.779Z] 01:50:01 27213280 31546064 736784 2.24 181404 4278248 1802100 5.31 1409976 3714988 184 [2022-10-25T01:59:05.779Z] 01:51:01 27213304 31546136 736712 2.24 181428 4278252 1802100 5.31 1409968 3714968 24 [2022-10-25T01:59:05.779Z] 01:52:01 27213572 31546408 736676 2.24 181444 4278252 1802100 5.31 1409956 3714968 204 [2022-10-25T01:59:05.779Z] 01:53:01 27213440 31546296 736740 2.24 181476 4278256 1802100 5.31 1409972 3714972 36 [2022-10-25T01:59:05.779Z] 01:54:01 27213180 31545988 737044 2.24 181500 4278256 1802100 5.31 1409900 3714976 8 [2022-10-25T01:59:05.779Z] 01:55:01 27213604 31546444 736536 2.24 181524 4278264 1802100 5.31 1409996 3714988 16 [2022-10-25T01:59:05.779Z] 01:56:01 27213556 31546444 736488 2.24 181552 4278268 1818160 5.36 1410036 3714996 48 [2022-10-25T01:59:05.779Z] 01:57:01 27213508 31546408 736468 2.24 181560 4278268 1818160 5.36 1410080 3714996 8 [2022-10-25T01:59:05.779Z] 01:58:01 27213240 31546160 736632 2.24 181592 4278276 1818160 5.36 1410120 3715004 180 [2022-10-25T01:59:05.779Z] 01:59:01 27183492 31520584 759188 2.31 181736 4281544 1821296 5.37 1433948 3716512 504 [2022-10-25T01:59:05.779Z] Average: 27215387 31546222 736922 2.24 179989 4277923 1798786 5.30 1408308 3714636 79 [2022-10-25T01:59:05.779Z] [2022-10-25T01:59:05.779Z] 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-25T01:59:05.779Z] 00:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:01:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:01:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:02:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:04:01 ens3 0.27 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:05:01 ens3 0.32 0.13 0.09 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:06:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:07:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:08:01 ens3 0.30 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:09:01 ens3 4.07 3.10 2.31 4.94 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:10:01 ens3 1.72 0.63 0.58 0.35 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:11:01 ens3 0.35 0.25 0.25 0.20 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.779Z] 00:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:12:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:14:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:15:01 ens3 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:16:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:19:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:20:01 ens3 0.35 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:22:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:24:01 ens3 0.35 0.18 0.08 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:25:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:28:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:29:01 ens3 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:30:01 ens3 0.33 0.23 0.09 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:32:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:33:01 ens3 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:34:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:35:01 ens3 0.30 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:36:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:37:01 ens3 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:39:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:40:01 ens3 0.37 0.23 0.09 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:42:01 ens3 0.27 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:43:01 ens3 0.45 0.37 0.26 0.21 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:44:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:45:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:46:01 ens3 0.17 0.15 0.06 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.780Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:48:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:50:01 ens3 0.37 0.23 0.09 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:51:01 ens3 0.10 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:54:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:55:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:56:01 ens3 0.23 0.22 0.07 0.02 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:58:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:59:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:00:01 ens3 0.78 0.70 0.45 0.19 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:00:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:01:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:02:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:04:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:05:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:08:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:09:01 ens3 4.18 3.75 2.37 5.04 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:10:01 ens3 1.73 0.45 0.45 0.28 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:11:01 ens3 1.17 0.63 0.60 0.42 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:12:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:13:01 ens3 0.77 0.65 0.45 0.93 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:13:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:14:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:15:01 ens3 0.28 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:17:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:19:01 ens3 0.75 0.30 0.20 0.08 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:20:01 ens3 2.80 1.10 1.12 0.74 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:21:01 ens3 0.37 0.15 0.10 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:22:01 ens3 0.55 0.30 0.26 0.20 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:23:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:24:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:25:01 ens3 0.35 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:28:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:29:02 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:30:01 ens3 0.39 0.19 0.09 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:32:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:33:01 ens3 0.17 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:34:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:35:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:36:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:38:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:39:01 ens3 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:40:01 ens3 1.80 0.70 0.52 0.36 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:41:01 ens3 0.40 0.12 0.16 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:42:01 ens3 0.52 0.30 0.26 0.20 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:43:01 ens3 0.48 0.35 0.26 0.21 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:44:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:45:01 ens3 0.28 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:48:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:49:01 ens3 0.35 0.08 0.07 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:50:01 ens3 1.17 0.18 0.18 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:51:01 ens3 0.33 0.17 0.10 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:52:01 ens3 0.47 0.35 0.26 0.21 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:53:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:54:01 ens3 0.32 0.20 0.07 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:55:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:57:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:58:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:59:01 ens3 42.21 41.41 22.65 88.81 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 01:59:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] Average: ens3 0.70 0.54 0.31 0.88 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] Average: lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] [2022-10-25T01:59:05.781Z] [2022-10-25T01:59:05.781Z] ---> sar -P ALL: [2022-10-25T01:59:05.781Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-35955) 10/25/22 _x86_64_ (8 CPU) [2022-10-25T01:59:05.781Z] [2022-10-25T01:59:05.781Z] 00:00:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.781Z] 00:00:01 all 11.11 0.00 11.11 0.00 0.00 77.78 [2022-10-25T01:59:05.781Z] 00:00:01 0 100.00 0.00 0.00 0.00 0.00 0.00 [2022-10-25T01:59:05.781Z] 00:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.781Z] 00:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.781Z] 00:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.781Z] 00:00:01 4 0.00 0.00 50.00 0.00 0.00 50.00 [2022-10-25T01:59:05.781Z] 00:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.781Z] 00:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.781Z] 00:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.781Z] 00:01:01 all 0.04 0.02 0.04 0.02 0.01 99.87 [2022-10-25T01:59:05.781Z] 00:01:01 0 0.02 0.00 0.03 0.07 0.00 99.88 [2022-10-25T01:59:05.781Z] 00:01:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2022-10-25T01:59:05.782Z] 00:01:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-25T01:59:05.782Z] 00:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:01:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-25T01:59:05.782Z] 00:01:01 5 0.05 0.17 0.05 0.08 0.00 99.65 [2022-10-25T01:59:05.782Z] 00:01:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:01:01 7 0.02 0.00 0.05 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:02:01 all 0.17 0.00 0.02 0.01 0.01 99.79 [2022-10-25T01:59:05.782Z] 00:02:01 0 0.02 0.00 0.00 0.07 0.02 99.90 [2022-10-25T01:59:05.782Z] 00:02:01 1 0.08 0.00 0.05 0.00 0.03 99.83 [2022-10-25T01:59:05.782Z] 00:02:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:02:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:02:01 6 1.16 0.00 0.07 0.00 0.00 98.78 [2022-10-25T01:59:05.782Z] 00:02:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:03:01 all 0.12 0.00 0.01 0.05 0.01 99.81 [2022-10-25T01:59:05.782Z] 00:03:01 0 0.00 0.00 0.00 0.23 0.00 99.77 [2022-10-25T01:59:05.782Z] 00:03:01 1 0.05 0.00 0.05 0.03 0.03 99.83 [2022-10-25T01:59:05.782Z] 00:03:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:03:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.782Z] 00:03:01 5 0.00 0.00 0.00 0.10 0.00 99.90 [2022-10-25T01:59:05.782Z] 00:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:03:01 7 0.86 0.00 0.03 0.00 0.00 99.11 [2022-10-25T01:59:05.782Z] 00:04:01 all 0.07 0.00 0.00 0.00 0.01 99.92 [2022-10-25T01:59:05.782Z] 00:04:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:04:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:04:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:04:01 7 0.48 0.00 0.00 0.00 0.02 99.50 [2022-10-25T01:59:05.782Z] 00:05:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2022-10-25T01:59:05.782Z] 00:05:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:05:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2022-10-25T01:59:05.782Z] 00:05:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:05:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:06:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:06:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:06:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.782Z] 00:07:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:07:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:07:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:07:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:07:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:08:01 all 0.01 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.782Z] 00:08:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-25T01:59:05.782Z] 00:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:08:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:08:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:09:01 all 0.10 0.00 0.02 0.00 0.01 99.87 [2022-10-25T01:59:05.782Z] 00:09:01 0 0.08 0.00 0.03 0.02 0.00 99.87 [2022-10-25T01:59:05.782Z] 00:09:01 1 0.10 0.00 0.03 0.00 0.00 99.87 [2022-10-25T01:59:05.782Z] 00:09:01 2 0.10 0.00 0.05 0.02 0.02 99.82 [2022-10-25T01:59:05.782Z] 00:09:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:09:01 4 0.10 0.00 0.03 0.00 0.00 99.87 [2022-10-25T01:59:05.782Z] 00:09:01 5 0.22 0.00 0.00 0.00 0.02 99.77 [2022-10-25T01:59:05.782Z] 00:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:09:01 7 0.08 0.00 0.00 0.00 0.02 99.90 [2022-10-25T01:59:05.782Z] 00:10:01 all 0.10 0.00 0.01 0.00 0.01 99.88 [2022-10-25T01:59:05.782Z] 00:10:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:10:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.782Z] 00:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:10:01 7 0.75 0.00 0.07 0.00 0.00 99.19 [2022-10-25T01:59:05.782Z] [2022-10-25T01:59:05.782Z] 00:10:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.782Z] 00:11:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2022-10-25T01:59:05.782Z] 00:11:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:11:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:11:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:11:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:11:01 7 2.00 0.00 0.03 0.00 0.00 97.96 [2022-10-25T01:59:05.782Z] 00:12:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2022-10-25T01:59:05.782Z] 00:12:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:12:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:12:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-25T01:59:05.782Z] 00:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.782Z] 00:12:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:12:01 7 1.99 0.00 0.02 0.00 0.03 97.96 [2022-10-25T01:59:05.782Z] 00:13:01 all 0.28 0.00 0.01 0.00 0.01 99.70 [2022-10-25T01:59:05.782Z] 00:13:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:13:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2022-10-25T01:59:05.782Z] 00:13:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.782Z] 00:13:01 7 2.04 0.00 0.02 0.00 0.02 97.93 [2022-10-25T01:59:05.782Z] 00:14:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2022-10-25T01:59:05.782Z] 00:14:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:14:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:14:01 7 1.97 0.00 0.02 0.00 0.00 98.01 [2022-10-25T01:59:05.782Z] 00:15:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2022-10-25T01:59:05.782Z] 00:15:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:15:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:15:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:15:01 7 1.99 0.00 0.00 0.00 0.00 98.01 [2022-10-25T01:59:05.782Z] 00:16:01 all 0.10 0.00 0.01 0.00 0.01 99.88 [2022-10-25T01:59:05.782Z] 00:16:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:16:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2022-10-25T01:59:05.782Z] 00:16:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2022-10-25T01:59:05.782Z] 00:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:16:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:16:01 7 0.62 0.00 0.02 0.00 0.02 99.35 [2022-10-25T01:59:05.782Z] 00:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.782Z] 00:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:17:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2022-10-25T01:59:05.782Z] 00:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:18:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.782Z] 00:18:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:18:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:18:01 2 0.05 0.00 0.03 0.02 0.03 99.87 [2022-10-25T01:59:05.782Z] 00:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:19:01 all 0.06 0.00 0.01 0.01 0.00 99.91 [2022-10-25T01:59:05.782Z] 00:19:01 0 0.02 0.00 0.00 0.05 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:19:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:19:01 2 0.03 0.00 0.05 0.07 0.02 99.83 [2022-10-25T01:59:05.782Z] 00:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:19:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:19:01 7 0.37 0.00 0.00 0.00 0.00 99.63 [2022-10-25T01:59:05.782Z] 00:20:01 all 0.03 0.00 0.01 0.01 0.00 99.94 [2022-10-25T01:59:05.782Z] 00:20:01 0 0.00 0.00 0.02 0.08 0.00 99.90 [2022-10-25T01:59:05.782Z] 00:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:20:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:20:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:20:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2022-10-25T01:59:05.782Z] 00:21:01 all 0.01 0.00 0.01 0.02 0.01 99.95 [2022-10-25T01:59:05.782Z] 00:21:01 0 0.00 0.00 0.00 0.17 0.00 99.83 [2022-10-25T01:59:05.782Z] 00:21:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:21:01 6 0.00 0.00 0.05 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] [2022-10-25T01:59:05.782Z] 00:21:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.782Z] 00:22:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2022-10-25T01:59:05.782Z] 00:22:01 0 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:22:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2022-10-25T01:59:05.782Z] 00:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:22:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.782Z] 00:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:23:01 all 0.05 0.00 0.01 0.01 0.01 99.91 [2022-10-25T01:59:05.782Z] 00:23:01 0 0.03 0.00 0.00 0.08 0.00 99.88 [2022-10-25T01:59:05.782Z] 00:23:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:23:01 2 0.28 0.00 0.07 0.00 0.03 99.62 [2022-10-25T01:59:05.782Z] 00:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:23:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:24:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-25T01:59:05.782Z] 00:24:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:24:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.782Z] 00:25:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:25:01 2 0.03 0.00 0.03 0.00 0.03 99.90 [2022-10-25T01:59:05.782Z] 00:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:25:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:26:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.782Z] 00:26:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:26:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:26:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:26:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:27:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.782Z] 00:27:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:27:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:27:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2022-10-25T01:59:05.782Z] 00:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.782Z] 00:28:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:28:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:28:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-25T01:59:05.782Z] 00:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.782Z] 00:28:01 7 0.05 0.00 0.03 0.02 0.02 99.88 [2022-10-25T01:59:05.782Z] 00:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:29:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:29:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:29:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:30:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-25T01:59:05.782Z] 00:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:30:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:30:01 2 0.03 0.00 0.05 0.00 0.03 99.88 [2022-10-25T01:59:05.782Z] 00:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:31:01 all 0.08 0.00 0.01 0.01 0.00 99.90 [2022-10-25T01:59:05.782Z] 00:31:01 0 0.02 0.00 0.02 0.05 0.00 99.92 [2022-10-25T01:59:05.782Z] 00:31:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:31:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2022-10-25T01:59:05.782Z] 00:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:31:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:31:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.782Z] 00:32:01 0 0.00 0.00 0.03 0.02 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:32:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-25T01:59:05.782Z] 00:32:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:32:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:32:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:32:01 7 0.02 0.00 0.03 0.00 0.03 99.92 [2022-10-25T01:59:05.782Z] [2022-10-25T01:59:05.782Z] 00:32:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.782Z] 00:33:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2022-10-25T01:59:05.782Z] 00:33:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:33:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:34:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-25T01:59:05.782Z] 00:34:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:34:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2022-10-25T01:59:05.782Z] 00:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:34:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.782Z] 00:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:34:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:34:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-25T01:59:05.782Z] 00:35:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.782Z] 00:35:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:35:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:35:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:35:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2022-10-25T01:59:05.782Z] 00:36:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.782Z] 00:36:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:36:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2022-10-25T01:59:05.782Z] 00:36:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.782Z] 00:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:36:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.782Z] 00:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:37:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.782Z] 00:37:01 2 0.03 0.00 0.00 0.00 0.03 99.93 [2022-10-25T01:59:05.782Z] 00:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.782Z] 00:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:37:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.782Z] 00:38:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.782Z] 00:38:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.782Z] 00:38:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.782Z] 00:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.782Z] 00:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.782Z] 00:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:38:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2022-10-25T01:59:05.783Z] 00:39:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:39:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:39:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 00:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 00:40:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:40:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:40:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 00:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:40:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-25T01:59:05.783Z] 00:41:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.783Z] 00:41:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:41:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 00:41:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2022-10-25T01:59:05.783Z] 00:41:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 00:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:41:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:41:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:42:01 all 0.19 0.00 0.02 0.00 0.00 99.79 [2022-10-25T01:59:05.783Z] 00:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:42:01 2 1.37 0.00 0.08 0.00 0.02 98.53 [2022-10-25T01:59:05.783Z] 00:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:42:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 00:43:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2022-10-25T01:59:05.783Z] 00:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:43:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 00:43:01 2 2.00 0.00 0.03 0.00 0.03 97.93 [2022-10-25T01:59:05.783Z] 00:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 00:43:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-25T01:59:05.783Z] 00:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:43:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-25T01:59:05.783Z] [2022-10-25T01:59:05.783Z] 00:43:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.783Z] 00:44:01 all 0.26 0.00 0.02 0.00 0.00 99.71 [2022-10-25T01:59:05.783Z] 00:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:44:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 00:44:01 2 2.00 0.00 0.03 0.02 0.02 97.93 [2022-10-25T01:59:05.783Z] 00:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:44:01 7 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-25T01:59:05.783Z] 00:45:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2022-10-25T01:59:05.783Z] 00:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:45:01 1 0.07 0.00 0.03 0.00 0.07 99.83 [2022-10-25T01:59:05.783Z] 00:45:01 2 1.92 0.00 0.05 0.00 0.02 98.01 [2022-10-25T01:59:05.783Z] 00:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 00:45:01 7 0.00 0.00 0.03 0.02 0.02 99.93 [2022-10-25T01:59:05.783Z] 00:46:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:46:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 00:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:46:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:46:01 7 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.783Z] 00:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 00:47:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-25T01:59:05.783Z] 00:47:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 00:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:47:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:47:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:47:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 00:48:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2022-10-25T01:59:05.783Z] 00:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:48:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2022-10-25T01:59:05.783Z] 00:48:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2022-10-25T01:59:05.783Z] 00:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:48:01 7 0.00 0.00 0.03 0.07 0.02 99.88 [2022-10-25T01:59:05.783Z] 00:49:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.783Z] 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:49:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-25T01:59:05.783Z] 00:49:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 00:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:49:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:49:01 7 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-25T01:59:05.783Z] 00:50:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.783Z] 00:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:50:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 00:50:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:50:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 00:50:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2022-10-25T01:59:05.783Z] 00:51:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:51:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 00:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:51:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:51:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:52:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2022-10-25T01:59:05.783Z] 00:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 00:52:01 2 0.47 0.00 0.07 0.00 0.02 99.45 [2022-10-25T01:59:05.783Z] 00:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:52:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:52:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2022-10-25T01:59:05.783Z] 00:53:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2022-10-25T01:59:05.783Z] 00:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:53:01 2 2.00 0.00 0.02 0.00 0.02 97.96 [2022-10-25T01:59:05.783Z] 00:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 00:53:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:53:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:54:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2022-10-25T01:59:05.783Z] 00:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:54:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:54:01 2 1.99 0.00 0.02 0.00 0.02 97.98 [2022-10-25T01:59:05.783Z] 00:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:54:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-25T01:59:05.783Z] 00:54:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:54:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2022-10-25T01:59:05.783Z] [2022-10-25T01:59:05.783Z] 00:54:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.783Z] 00:55:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2022-10-25T01:59:05.783Z] 00:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 00:55:01 2 1.97 0.00 0.02 0.00 0.02 98.00 [2022-10-25T01:59:05.783Z] 00:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:55:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:55:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.783Z] 00:56:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2022-10-25T01:59:05.783Z] 00:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:56:01 2 2.00 0.00 0.02 0.00 0.02 97.96 [2022-10-25T01:59:05.783Z] 00:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 00:56:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 00:57:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2022-10-25T01:59:05.783Z] 00:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:57:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 00:57:01 2 1.99 0.00 0.02 0.00 0.02 97.98 [2022-10-25T01:59:05.783Z] 00:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:57:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 00:57:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:57:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:58:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2022-10-25T01:59:05.783Z] 00:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 00:58:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:58:01 2 1.99 0.00 0.02 0.00 0.02 97.98 [2022-10-25T01:59:05.783Z] 00:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:58:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:58:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-25T01:59:05.783Z] 00:59:01 all 0.20 0.00 0.02 0.00 0.01 99.76 [2022-10-25T01:59:05.783Z] 00:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 00:59:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 00:59:01 2 1.53 0.00 0.07 0.00 0.02 98.38 [2022-10-25T01:59:05.783Z] 00:59:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 00:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 00:59:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 00:59:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-25T01:59:05.783Z] 00:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 01:00:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 01:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:00:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2022-10-25T01:59:05.783Z] 01:00:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:00:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:00:01 7 0.05 0.00 0.03 0.02 0.00 99.90 [2022-10-25T01:59:05.783Z] 01:01:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2022-10-25T01:59:05.783Z] 01:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 01:01:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 01:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:01:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:01:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:02:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2022-10-25T01:59:05.783Z] 01:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:02:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:02:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:02:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2022-10-25T01:59:05.783Z] 01:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.783Z] 01:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:03:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:03:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2022-10-25T01:59:05.783Z] 01:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 01:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:03:01 7 0.05 0.00 0.03 0.02 0.02 99.88 [2022-10-25T01:59:05.783Z] 01:04:01 all 0.01 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.783Z] 01:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:04:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:04:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:04:01 5 0.05 0.00 0.00 0.02 0.00 99.93 [2022-10-25T01:59:05.783Z] 01:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.783Z] 01:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:05:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:05:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:05:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:05:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:05:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-25T01:59:05.783Z] [2022-10-25T01:59:05.783Z] 01:05:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.783Z] 01:06:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-25T01:59:05.783Z] 01:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:06:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:06:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:06:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:06:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 01:06:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:07:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 01:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:07:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 01:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 01:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 01:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:07:01 7 0.07 0.00 0.02 0.02 0.00 99.90 [2022-10-25T01:59:05.783Z] 01:08:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-25T01:59:05.783Z] 01:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:08:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:08:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.783Z] 01:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:08:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:09:01 all 0.06 0.00 0.03 0.00 0.00 99.91 [2022-10-25T01:59:05.783Z] 01:09:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-25T01:59:05.783Z] 01:09:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2022-10-25T01:59:05.783Z] 01:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 01:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 01:09:01 4 0.13 0.00 0.02 0.00 0.00 99.85 [2022-10-25T01:59:05.783Z] 01:09:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.783Z] 01:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:09:01 7 0.13 0.00 0.03 0.02 0.02 99.80 [2022-10-25T01:59:05.783Z] 01:10:01 all 0.01 0.00 0.02 0.00 0.00 99.96 [2022-10-25T01:59:05.783Z] 01:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:10:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:10:01 2 0.00 0.00 0.03 0.02 0.00 99.95 [2022-10-25T01:59:05.783Z] 01:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:10:01 7 0.02 0.00 0.07 0.00 0.02 99.90 [2022-10-25T01:59:05.783Z] 01:11:01 all 0.03 0.00 0.01 0.02 0.01 99.93 [2022-10-25T01:59:05.783Z] 01:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:11:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:11:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:11:01 4 0.03 0.00 0.00 0.12 0.02 99.83 [2022-10-25T01:59:05.783Z] 01:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.783Z] 01:11:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 01:11:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:12:01 all 0.14 0.00 0.01 0.01 0.00 99.84 [2022-10-25T01:59:05.783Z] 01:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:12:01 1 1.03 0.00 0.03 0.00 0.02 98.92 [2022-10-25T01:59:05.783Z] 01:12:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:12:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:12:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.783Z] 01:13:01 all 0.16 0.00 0.02 0.00 0.00 99.80 [2022-10-25T01:59:05.783Z] 01:13:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-25T01:59:05.783Z] 01:13:01 1 0.88 0.00 0.08 0.00 0.00 99.04 [2022-10-25T01:59:05.783Z] 01:13:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2022-10-25T01:59:05.783Z] 01:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.783Z] 01:13:01 4 0.13 0.00 0.02 0.00 0.00 99.85 [2022-10-25T01:59:05.783Z] 01:13:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.783Z] 01:13:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-25T01:59:05.783Z] 01:13:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.783Z] 01:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:14:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.783Z] 01:14:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-25T01:59:05.783Z] 01:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.783Z] 01:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.783Z] 01:14:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2022-10-25T01:59:05.783Z] 01:14:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:15:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:15:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:15:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:15:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:15:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-25T01:59:05.784Z] 01:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:16:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:16:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:16:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.784Z] [2022-10-25T01:59:05.784Z] 01:16:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.784Z] 01:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.784Z] 01:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:17:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:17:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:18:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.784Z] 01:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:18:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:18:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:18:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:18:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.784Z] 01:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:19:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:19:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:20:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:20:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2022-10-25T01:59:05.784Z] 01:20:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:20:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:20:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.784Z] 01:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:21:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:21:01 7 0.07 0.00 0.02 0.02 0.02 99.88 [2022-10-25T01:59:05.784Z] 01:22:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2022-10-25T01:59:05.784Z] 01:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:22:01 2 2.00 0.00 0.02 0.00 0.02 97.96 [2022-10-25T01:59:05.784Z] 01:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:22:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:22:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:22:01 7 0.02 0.00 0.05 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:23:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2022-10-25T01:59:05.784Z] 01:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:23:01 2 2.00 0.00 0.00 0.02 0.02 97.96 [2022-10-25T01:59:05.784Z] 01:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:24:01 all 0.27 0.00 0.01 0.00 0.01 99.72 [2022-10-25T01:59:05.784Z] 01:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:24:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:24:01 2 2.01 0.00 0.02 0.00 0.02 97.96 [2022-10-25T01:59:05.784Z] 01:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:24:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:25:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2022-10-25T01:59:05.784Z] 01:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:25:01 2 2.02 0.00 0.03 0.02 0.02 97.91 [2022-10-25T01:59:05.784Z] 01:25:01 3 0.00 0.00 0.03 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:25:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:25:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:26:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2022-10-25T01:59:05.784Z] 01:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:26:01 2 1.99 0.00 0.00 0.00 0.02 97.99 [2022-10-25T01:59:05.784Z] 01:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:26:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:26:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:26:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:27:01 all 0.08 0.00 0.02 0.00 0.00 99.89 [2022-10-25T01:59:05.784Z] 01:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:27:01 2 0.63 0.00 0.12 0.00 0.00 99.25 [2022-10-25T01:59:05.784Z] 01:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:27:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:27:01 7 0.00 0.00 0.03 0.02 0.00 99.95 [2022-10-25T01:59:05.784Z] [2022-10-25T01:59:05.784Z] 01:27:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.784Z] 01:28:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.784Z] 01:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:28:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:28:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:28:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:29:02 all 0.02 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.784Z] 01:29:02 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:29:02 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:29:02 2 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:29:02 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:29:02 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:29:02 5 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:29:02 6 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-25T01:59:05.784Z] 01:29:02 7 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:30:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-25T01:59:05.784Z] 01:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:30:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:30:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:30:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:30:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:30:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.784Z] 01:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:31:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2022-10-25T01:59:05.784Z] 01:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:31:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:31:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:31:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:31:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:32:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.784Z] 01:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:32:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2022-10-25T01:59:05.784Z] 01:32:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:32:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:33:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-10-25T01:59:05.784Z] 01:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:33:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-25T01:59:05.784Z] 01:33:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:33:01 6 0.00 0.00 0.02 0.00 0.05 99.93 [2022-10-25T01:59:05.784Z] 01:33:01 7 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:34:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2022-10-25T01:59:05.784Z] 01:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:34:01 2 0.48 0.00 0.02 0.00 0.00 99.50 [2022-10-25T01:59:05.784Z] 01:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:34:01 6 0.05 0.00 0.05 0.00 0.02 99.88 [2022-10-25T01:59:05.784Z] 01:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:35:01 all 0.27 0.00 0.01 0.01 0.00 99.70 [2022-10-25T01:59:05.784Z] 01:35:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:35:01 2 1.99 0.00 0.02 0.02 0.02 97.96 [2022-10-25T01:59:05.784Z] 01:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:35:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:35:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:35:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:36:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2022-10-25T01:59:05.784Z] 01:36:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2022-10-25T01:59:05.784Z] 01:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:36:01 2 1.97 0.00 0.00 0.00 0.00 98.03 [2022-10-25T01:59:05.784Z] 01:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:36:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:36:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:37:01 all 0.27 0.00 0.01 0.01 0.01 99.70 [2022-10-25T01:59:05.784Z] 01:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:37:01 2 2.00 0.00 0.00 0.00 0.03 97.96 [2022-10-25T01:59:05.784Z] 01:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:37:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:37:01 7 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:38:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2022-10-25T01:59:05.784Z] 01:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:38:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:38:01 2 2.00 0.00 0.05 0.02 0.02 97.91 [2022-10-25T01:59:05.784Z] 01:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.784Z] 01:38:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:38:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2022-10-25T01:59:05.784Z] [2022-10-25T01:59:05.784Z] 01:38:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.784Z] 01:39:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2022-10-25T01:59:05.784Z] 01:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:39:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:39:01 2 2.00 0.00 0.02 0.00 0.03 97.95 [2022-10-25T01:59:05.784Z] 01:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:39:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:40:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2022-10-25T01:59:05.784Z] 01:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:40:01 2 2.00 0.00 0.02 0.00 0.02 97.96 [2022-10-25T01:59:05.784Z] 01:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:40:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:40:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:41:01 all 0.25 0.00 0.02 0.00 0.01 99.72 [2022-10-25T01:59:05.784Z] 01:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:41:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2022-10-25T01:59:05.784Z] 01:41:01 2 1.86 0.00 0.08 0.00 0.03 98.03 [2022-10-25T01:59:05.784Z] 01:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:41:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:41:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.784Z] 01:41:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:42:01 all 0.08 0.00 0.02 0.00 0.00 99.89 [2022-10-25T01:59:05.784Z] 01:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:42:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-25T01:59:05.784Z] 01:42:01 2 0.52 0.00 0.07 0.00 0.02 99.40 [2022-10-25T01:59:05.784Z] 01:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:42:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:42:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:43:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:43:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:43:01 2 0.07 0.00 0.03 0.02 0.02 99.87 [2022-10-25T01:59:05.784Z] 01:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:43:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:43:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-25T01:59:05.784Z] 01:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.784Z] 01:44:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2022-10-25T01:59:05.784Z] 01:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:44:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:45:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2022-10-25T01:59:05.784Z] 01:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:45:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2022-10-25T01:59:05.784Z] 01:45:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:45:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:45:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.784Z] 01:46:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:46:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:46:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-25T01:59:05.784Z] 01:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:46:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:46:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:47:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.784Z] 01:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:47:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2022-10-25T01:59:05.784Z] 01:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:47:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:47:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.784Z] 01:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:47:01 7 0.02 0.00 0.05 0.02 0.00 99.92 [2022-10-25T01:59:05.784Z] 01:48:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-25T01:59:05.784Z] 01:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:48:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:48:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2022-10-25T01:59:05.784Z] 01:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:48:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:48:01 7 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-25T01:59:05.784Z] 01:49:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2022-10-25T01:59:05.784Z] 01:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.784Z] 01:49:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2022-10-25T01:59:05.784Z] 01:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.784Z] 01:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:49:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2022-10-25T01:59:05.784Z] [2022-10-25T01:59:05.784Z] 01:49:01 CPU %user %nice %system %iowait %steal %idle [2022-10-25T01:59:05.784Z] 01:50:01 all 0.16 0.00 0.01 0.01 0.01 99.82 [2022-10-25T01:59:05.784Z] 01:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:50:01 2 1.16 0.00 0.02 0.03 0.02 98.77 [2022-10-25T01:59:05.784Z] 01:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:50:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.784Z] 01:50:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:50:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:51:01 all 0.27 0.00 0.02 0.00 0.00 99.70 [2022-10-25T01:59:05.784Z] 01:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.784Z] 01:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.784Z] 01:51:01 2 1.99 0.00 0.02 0.00 0.02 97.98 [2022-10-25T01:59:05.784Z] 01:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:51:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2022-10-25T01:59:05.785Z] 01:51:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:51:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.785Z] 01:51:01 7 0.03 0.00 0.05 0.02 0.02 99.88 [2022-10-25T01:59:05.785Z] 01:52:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2022-10-25T01:59:05.785Z] 01:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.785Z] 01:52:01 2 1.99 0.00 0.02 0.00 0.02 97.98 [2022-10-25T01:59:05.785Z] 01:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:52:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:52:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.785Z] 01:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.785Z] 01:53:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2022-10-25T01:59:05.785Z] 01:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.785Z] 01:53:01 2 1.97 0.00 0.02 0.00 0.02 98.00 [2022-10-25T01:59:05.785Z] 01:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.785Z] 01:53:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:53:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-25T01:59:05.785Z] 01:54:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2022-10-25T01:59:05.785Z] 01:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-25T01:59:05.785Z] 01:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:54:01 2 1.91 0.00 0.03 0.00 0.02 98.04 [2022-10-25T01:59:05.785Z] 01:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:54:01 5 0.00 0.00 0.00 0.03 0.02 99.95 [2022-10-25T01:59:05.785Z] 01:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.785Z] 01:55:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2022-10-25T01:59:05.785Z] 01:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.785Z] 01:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-25T01:59:05.785Z] 01:55:01 2 0.08 0.00 0.08 0.00 0.02 99.82 [2022-10-25T01:59:05.785Z] 01:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.785Z] 01:55:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.785Z] 01:55:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2022-10-25T01:59:05.785Z] 01:56:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-10-25T01:59:05.785Z] 01:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:56:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-25T01:59:05.785Z] 01:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.785Z] 01:56:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-25T01:59:05.785Z] 01:56:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-25T01:59:05.785Z] 01:56:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-25T01:59:05.785Z] 01:56:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2022-10-25T01:59:05.785Z] 01:57:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-10-25T01:59:05.785Z] 01:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.785Z] 01:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-25T01:59:05.785Z] 01:57:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.785Z] 01:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.785Z] 01:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-25T01:59:05.785Z] 01:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:57:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.785Z] 01:57:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.785Z] 01:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-25T01:59:05.785Z] 01:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:58:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-25T01:59:05.785Z] 01:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-25T01:59:05.785Z] 01:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] 01:58:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-25T01:59:05.785Z] 01:58:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-25T01:59:05.785Z] 01:58:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-25T01:59:05.785Z] 01:59:01 all 0.49 0.00 0.22 0.02 0.01 99.26 [2022-10-25T01:59:05.785Z] 01:59:01 0 0.20 0.00 0.13 0.00 0.02 99.65 [2022-10-25T01:59:05.785Z] 01:59:01 1 0.63 0.00 0.28 0.00 0.02 99.07 [2022-10-25T01:59:05.785Z] 01:59:01 2 0.49 0.00 0.25 0.02 0.02 99.23 [2022-10-25T01:59:05.785Z] 01:59:01 3 0.47 0.00 0.10 0.00 0.02 99.42 [2022-10-25T01:59:05.785Z] 01:59:01 4 0.53 0.00 0.17 0.02 0.00 99.28 [2022-10-25T01:59:05.785Z] 01:59:01 5 0.63 0.00 0.22 0.03 0.00 99.12 [2022-10-25T01:59:05.785Z] 01:59:01 6 0.22 0.00 0.25 0.00 0.02 99.52 [2022-10-25T01:59:05.785Z] 01:59:01 7 0.73 0.00 0.35 0.07 0.02 98.83 [2022-10-25T01:59:05.785Z] Average: all 0.10 0.00 0.01 0.00 0.01 99.88 [2022-10-25T01:59:05.785Z] Average: 0 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-25T01:59:05.785Z] Average: 1 0.06 0.00 0.02 0.00 0.01 99.91 [2022-10-25T01:59:05.785Z] Average: 2 0.51 0.00 0.03 0.00 0.02 99.45 [2022-10-25T01:59:05.785Z] Average: 3 0.01 0.00 0.01 0.00 0.00 99.98 [2022-10-25T01:59:05.785Z] Average: 4 0.02 0.00 0.01 0.00 0.00 99.97 [2022-10-25T01:59:05.785Z] Average: 5 0.02 0.00 0.00 0.01 0.00 99.97 [2022-10-25T01:59:05.785Z] Average: 6 0.03 0.00 0.01 0.00 0.01 99.95 [2022-10-25T01:59:05.785Z] Average: 7 0.14 0.00 0.02 0.01 0.01 99.82 [2022-10-25T01:59:05.785Z] [2022-10-25T01:59:05.785Z] [2022-10-25T01:59:05.785Z]