Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 04201409d208f35d5d62518ff10d2f6ac86fd973 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-ssh14314381930386485240.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh17611866861500353574.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11500991410327346005.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh2909719634399691601.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12037512034023154782.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false 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 ‘prd-ubuntu20.04-docker-8c-8g-5932’ Running on prd-ubuntu20.04-docker-8c-8g-5939 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/876 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/876 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 04201409d208f35d5d62518ff10d2f6ac86fd973 (main) Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.16.2 to 2.16.3 (#5216)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04201409d208f35d5d62518ff10d2f6ac86fd973 # timeout=10 > git rev-list --no-walk 79e201fa8481d96c2e3941a52db52a24d107e5bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-30T01:26:55.249Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-30T01:26:55.321Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-30T01:26:55.349Z] ========================================================= [2025-07-30T01:26:55.349Z] EdgeX Global Pipelines Version Info [2025-07-30T01:26:55.349Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-30T01:26:56.449Z] ------------------- [2025-07-30T01:26:56.449Z] stable info: [2025-07-30T01:26:56.449Z] ------------------- [2025-07-30T01:26:56.449Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-30T01:26:56.449Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-30T01:26:56.449Z] Message: update stable to v1.0.274 [2025-07-30T01:26:57.021Z] ------------------- [2025-07-30T01:26:57.021Z] experimental info: [2025-07-30T01:26:57.021Z] ------------------- [2025-07-30T01:26:57.021Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-07-30T01:26:57.021Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-07-30T01:26:57.021Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-30T01:26:57.105Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-07-30T01:26:57.131Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-07-30T01:26:57.159Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-30T01:26:57.186Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-30T01:26:57.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-30T01:26:57.234Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-30T01:26:57.253Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-30T01:26:57.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-07-30T01:26:57.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-07-30T01:26:57.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-07-30T01:26:57.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-30T01:26:57.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-30T01:26:57.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-30T01:26:57.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-30T01:26:57.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-30T01:26:57.520Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-30T01:26:57.543Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-30T01:26:57.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-30T01:26:57.596Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-07-30T01:26:57.621Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-07-30T01:26:57.645Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-30T01:26:57.667Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-30T01:26:57.690Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-30T01:26:57.712Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-30T01:26:57.739Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-30T01:26:57.765Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-30T01:26:57.794Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] echo [2025-07-30T01:26:57.817Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0420140 [Pipeline] echo [2025-07-30T01:26:57.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-30T01:26:57.923Z] provisioning config files... [2025-07-30T01:26:57.937Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/876@tmp/config9531036016447088575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-30T01:26:58.283Z] ---> ****-login.sh [2025-07-30T01:26:58.283Z] nexus3.edgexfoundry.org:10001 [2025-07-30T01:26:58.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:26:58.544Z] [2025-07-30T01:26:58.544Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-30T01:26:58.544Z] Configure a credential helper to remove this warning. See [2025-07-30T01:26:58.544Z] https://docs.****.com/go/credential-store/ [2025-07-30T01:26:58.544Z] [2025-07-30T01:26:58.544Z] Login Succeeded [2025-07-30T01:26:58.544Z] nexus3.edgexfoundry.org:10002 [2025-07-30T01:26:58.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:26:58.544Z] [2025-07-30T01:26:58.545Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-30T01:26:58.545Z] Configure a credential helper to remove this warning. See [2025-07-30T01:26:58.545Z] https://docs.****.com/go/credential-store/ [2025-07-30T01:26:58.545Z] [2025-07-30T01:26:58.545Z] Login Succeeded [2025-07-30T01:26:58.545Z] nexus3.edgexfoundry.org:10003 [2025-07-30T01:26:58.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:26:58.806Z] [2025-07-30T01:26:58.806Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-30T01:26:58.806Z] Configure a credential helper to remove this warning. See [2025-07-30T01:26:58.806Z] https://docs.****.com/go/credential-store/ [2025-07-30T01:26:58.806Z] [2025-07-30T01:26:58.806Z] Login Succeeded [2025-07-30T01:26:58.806Z] nexus3.edgexfoundry.org:10004 [2025-07-30T01:26:58.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:26:58.806Z] [2025-07-30T01:26:58.806Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-30T01:26:58.806Z] Configure a credential helper to remove this warning. See [2025-07-30T01:26:58.806Z] https://docs.****.com/go/credential-store/ [2025-07-30T01:26:58.806Z] [2025-07-30T01:26:58.806Z] Login Succeeded [2025-07-30T01:26:58.806Z] ****.io [2025-07-30T01:26:58.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:26:59.066Z] [2025-07-30T01:26:59.066Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-30T01:26:59.066Z] Configure a credential helper to remove this warning. See [2025-07-30T01:26:59.066Z] https://docs.****.com/go/credential-store/ [2025-07-30T01:26:59.066Z] [2025-07-30T01:26:59.066Z] Login Succeeded [2025-07-30T01:26:59.066Z] ---> ****-login.sh ends [Pipeline] } [2025-07-30T01:26:59.074Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-30T01:26:59.410Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/core-command/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo core-command,cmd/core-command/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/core-data/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo core-data,cmd/core-data/Dockerfile [2025-07-30T01:26:59.410Z] + + cut -d/dirname -f2 cmd/core-keeper/Dockerfile [2025-07-30T01:26:59.410Z] [2025-07-30T01:26:59.410Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/core-metadata/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-07-30T01:26:59.410Z] + + dirnamecut cmd/security-proxy-auth/Dockerfile -d/ [2025-07-30T01:26:59.410Z] -f2 [2025-07-30T01:26:59.410Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/security-spire-agent/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/security-spire-config/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/security-spire-server/Dockerfile+ [2025-07-30T01:26:59.410Z] cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/support-notifications/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-07-30T01:26:59.410Z] + dirname cmd/support-scheduler/Dockerfile [2025-07-30T01:26:59.410Z] + cut -d/ -f2 [2025-07-30T01:26:59.410Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-07-30T01:26:59.448Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-30T01:26:59.826Z] + git rev-list -1 --merges 04201409d208f35d5d62518ff10d2f6ac86fd973~1..04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] echo [2025-07-30T01:26:59.838Z] -----------> git rev-list -1 --merges 04201409d208f35d5d62518ff10d2f6ac86fd973~1..04201409d208f35d5d62518ff10d2f6ac86fd973 04201409d208f35d5d62518ff10d2f6ac86fd973 [false] [Pipeline] sh [2025-07-30T01:27:00.139Z] + git log --format=format:%s -1 04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] echo [2025-07-30T01:27:00.156Z] ========================================================= [2025-07-30T01:27:00.156Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-30T01:27:00.156Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-07-30T01:27:00.544Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-30T01:27:00.544Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-30T01:27:00.544Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-30T01:27:00.544Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-30T01:27:00.544Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-30T01:27:00.544Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-30T01:27:00.544Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:27:00.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-30T01:27:00.888Z] [2025-07-30T01:27:00.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:27:01.197Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-30T01:27:01.197Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-30T01:27:01.197Z] 3dae71ba6b94: Pulling fs layer [2025-07-30T01:27:01.197Z] 6bf1a483ea7c: Pulling fs layer [2025-07-30T01:27:01.197Z] f5dfc541a4d3: Pulling fs layer [2025-07-30T01:27:01.197Z] 461d9e800cba: Pulling fs layer [2025-07-30T01:27:01.197Z] 80192f66455f: Pulling fs layer [2025-07-30T01:27:01.197Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-30T01:27:01.197Z] a29436f7fd5d: Pulling fs layer [2025-07-30T01:27:01.197Z] 923cac83aea3: Pulling fs layer [2025-07-30T01:27:01.197Z] 25ad8b0a4227: Pulling fs layer [2025-07-30T01:27:01.197Z] db01528c6b51: Pulling fs layer [2025-07-30T01:27:01.197Z] 28988de357af: Pulling fs layer [2025-07-30T01:27:01.197Z] 461d9e800cba: Waiting [2025-07-30T01:27:01.197Z] 80192f66455f: Waiting [2025-07-30T01:27:01.197Z] 25ad8b0a4227: Waiting [2025-07-30T01:27:01.197Z] db01528c6b51: Waiting [2025-07-30T01:27:01.197Z] 2e8e34ca0e6c: Waiting [2025-07-30T01:27:01.197Z] 28988de357af: Waiting [2025-07-30T01:27:01.197Z] 923cac83aea3: Waiting [2025-07-30T01:27:01.197Z] a29436f7fd5d: Waiting [2025-07-30T01:27:01.197Z] 6bf1a483ea7c: Verifying Checksum [2025-07-30T01:27:01.197Z] 6bf1a483ea7c: Download complete [2025-07-30T01:27:01.197Z] 461d9e800cba: Verifying Checksum [2025-07-30T01:27:01.197Z] 461d9e800cba: Download complete [2025-07-30T01:27:01.197Z] 80192f66455f: Verifying Checksum [2025-07-30T01:27:01.197Z] 80192f66455f: Download complete [2025-07-30T01:27:01.456Z] f5dfc541a4d3: Verifying Checksum [2025-07-30T01:27:01.456Z] f5dfc541a4d3: Download complete [2025-07-30T01:27:01.456Z] 3dae71ba6b94: Verifying Checksum [2025-07-30T01:27:01.456Z] 3dae71ba6b94: Download complete [2025-07-30T01:27:01.456Z] 923cac83aea3: Verifying Checksum [2025-07-30T01:27:01.456Z] 923cac83aea3: Download complete [2025-07-30T01:27:01.456Z] 25ad8b0a4227: Verifying Checksum [2025-07-30T01:27:01.456Z] 25ad8b0a4227: Download complete [2025-07-30T01:27:01.716Z] db01528c6b51: Verifying Checksum [2025-07-30T01:27:01.716Z] db01528c6b51: Download complete [2025-07-30T01:27:01.716Z] 28988de357af: Verifying Checksum [2025-07-30T01:27:01.716Z] 28988de357af: Download complete [2025-07-30T01:27:01.716Z] a29436f7fd5d: Verifying Checksum [2025-07-30T01:27:01.716Z] a29436f7fd5d: Download complete [2025-07-30T01:27:02.286Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-30T01:27:02.855Z] 3dae71ba6b94: Pull complete [2025-07-30T01:27:03.115Z] 6bf1a483ea7c: Pull complete [2025-07-30T01:27:04.057Z] f5dfc541a4d3: Pull complete [2025-07-30T01:27:04.057Z] 461d9e800cba: Pull complete [2025-07-30T01:27:04.057Z] 80192f66455f: Pull complete [2025-07-30T01:27:09.342Z] 2e8e34ca0e6c: Pull complete [2025-07-30T01:27:09.342Z] a29436f7fd5d: Pull complete [2025-07-30T01:27:09.342Z] 923cac83aea3: Pull complete [2025-07-30T01:27:09.601Z] 25ad8b0a4227: Pull complete [2025-07-30T01:27:09.601Z] db01528c6b51: Pull complete [2025-07-30T01:27:09.601Z] 28988de357af: Pull complete [2025-07-30T01:27:09.601Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-30T01:27:09.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-30T01:27:09.601Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-30T01:27:09.748Z] prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container [2025-07-30T01:27:09.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-30T01:27:12.473Z] $ docker top 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac -eo pid,comm [2025-07-30T01:27:12.533Z] 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). [2025-07-30T01:27:12.533Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-30T01:27:12.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-30T01:27:12.596Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-30T01:27:12.715Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-30T01:27:12.709Z] $ docker exec 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac ssh-agent [2025-07-30T01:27:12.818Z] SSH_AUTH_SOCK=/tmp/ssh-QAp8BSPXdH0l/agent.33 [2025-07-30T01:27:12.818Z] SSH_AGENT_PID=39 [2025-07-30T01:27:12.825Z] Running ssh-add (command line suppressed) [2025-07-30T01:27:12.915Z] Identity added: /w/workspace/edgex-go/876@tmp/private_key_12203590492112000296.key (/w/workspace/edgex-go/876@tmp/private_key_12203590492112000296.key) [2025-07-30T01:27:12.938Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-30T01:27:13.238Z] + git tag --points-at HEAD [Pipeline] } [2025-07-30T01:27:13.240Z] $ docker exec --env ******** --env ******** 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac ssh-agent -k [2025-07-30T01:27:13.334Z] unset SSH_AUTH_SOCK; [2025-07-30T01:27:13.334Z] unset SSH_AGENT_PID; [2025-07-30T01:27:13.334Z] echo Agent pid 39 killed; [2025-07-30T01:27:13.352Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-30T01:27:13.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-30T01:27:13.405Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-30T01:27:13.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-30T01:27:13.509Z] $ docker exec 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac ssh-agent [2025-07-30T01:27:13.627Z] SSH_AUTH_SOCK=/tmp/ssh-E5uppGIAQQ3Y/agent.72 [2025-07-30T01:27:13.627Z] SSH_AGENT_PID=78 [2025-07-30T01:27:13.632Z] Running ssh-add (command line suppressed) [2025-07-30T01:27:13.726Z] Identity added: /w/workspace/edgex-go/876@tmp/private_key_16757767930391775158.key (/w/workspace/edgex-go/876@tmp/private_key_16757767930391775158.key) [2025-07-30T01:27:13.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-30T01:27:14.045Z] + git semver init [2025-07-30T01:27:14.305Z] 2025-07-30 01:27:14,269 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-30T01:27:14.305Z] 2025-07-30 01:27:14,273 [run_init] DEBUG init version:0.0.0 force:False [2025-07-30T01:27:14.305Z] 2025-07-30 01:27:14,274 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/876/.semver [2025-07-30T01:27:14.305Z] 2025-07-30 01:27:14,275 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/876/.semver [2025-07-30T01:27:14.305Z] 2025-07-30 01:27:14,275 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/876/.semver'], cwd=/w/workspace/edgex-go/876, stdin=None, shell=False, universal_newlines=False) [2025-07-30T01:27:19.592Z] 2025-07-30 01:27:19,419 [append_file] DEBUG append to file:/w/workspace/edgex-go/876/.git/info/exclude [2025-07-30T01:27:19.592Z] 2025-07-30 01:27:19,420 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/876/.semver/main with force:False [2025-07-30T01:27:19.592Z] 2025-07-30 01:27:19,420 [read_version] DEBUG read version from /w/workspace/edgex-go/876/.semver/main [2025-07-30T01:27:19.592Z] 2025-07-30 01:27:19,420 [read_version] DEBUG read version from /w/workspace/edgex-go/876/.semver/main [2025-07-30T01:27:19.592Z] 4.1.0-dev.42 [Pipeline] } [2025-07-30T01:27:19.593Z] $ docker exec --env ******** --env ******** 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac ssh-agent -k [2025-07-30T01:27:19.687Z] unset SSH_AUTH_SOCK; [2025-07-30T01:27:19.688Z] unset SSH_AGENT_PID; [2025-07-30T01:27:19.688Z] echo Agent pid 78 killed; [2025-07-30T01:27:19.706Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-30T01:27:20.034Z] + git semver [Pipeline] } [2025-07-30T01:27:20.609Z] $ docker stop --time=1 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac [2025-07-30T01:27:21.938Z] $ docker rm -f --volumes 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-30T01:27:22.295Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-30T01:27:22.575Z] Stashed 1 file(s) [Pipeline] echo [2025-07-30T01:27:22.581Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-30T01:27:23.067Z] + git config --global --add safe.directory /w/workspace/edgex-go/876 [Pipeline] echo [2025-07-30T01:27:23.079Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-30T01:27:23.101Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-30T01:27:23.119Z] ========================================================= [2025-07-30T01:27:23.119Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-30T01:27:23.119Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-30T01:27:23.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-30T01:27:23.418Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-07-30T01:27:23.418Z] 0a9a5dfd008f: Pulling fs layer [2025-07-30T01:27:23.418Z] 36466aa92d05: Pulling fs layer [2025-07-30T01:27:23.418Z] e10405b45d13: Pulling fs layer [2025-07-30T01:27:23.418Z] 096b7ceb2af7: Pulling fs layer [2025-07-30T01:27:23.418Z] 4f4fb700ef54: Pulling fs layer [2025-07-30T01:27:23.418Z] 8213a616a21b: Pulling fs layer [2025-07-30T01:27:23.418Z] 096b7ceb2af7: Waiting [2025-07-30T01:27:23.418Z] 4f4fb700ef54: Waiting [2025-07-30T01:27:23.418Z] 985586143405: Pulling fs layer [2025-07-30T01:27:23.418Z] 0eae2285b678: Pulling fs layer [2025-07-30T01:27:23.418Z] 985586143405: Waiting [2025-07-30T01:27:23.418Z] 0eae2285b678: Waiting [2025-07-30T01:27:23.418Z] 8213a616a21b: Waiting [2025-07-30T01:27:23.418Z] d3ac315be8c5: Pulling fs layer [2025-07-30T01:27:23.418Z] d3ac315be8c5: Waiting [2025-07-30T01:27:23.418Z] 36466aa92d05: Verifying Checksum [2025-07-30T01:27:23.418Z] 36466aa92d05: Download complete [2025-07-30T01:27:23.418Z] 096b7ceb2af7: Download complete [2025-07-30T01:27:23.418Z] 4f4fb700ef54: Verifying Checksum [2025-07-30T01:27:23.418Z] 4f4fb700ef54: Download complete [2025-07-30T01:27:23.418Z] 8213a616a21b: Verifying Checksum [2025-07-30T01:27:23.418Z] 8213a616a21b: Download complete [2025-07-30T01:27:23.418Z] 0a9a5dfd008f: Verifying Checksum [2025-07-30T01:27:23.418Z] 0a9a5dfd008f: Download complete [2025-07-30T01:27:23.418Z] 985586143405: Verifying Checksum [2025-07-30T01:27:23.418Z] 985586143405: Download complete [2025-07-30T01:27:23.677Z] 0a9a5dfd008f: Pull complete [2025-07-30T01:27:23.677Z] d3ac315be8c5: Verifying Checksum [2025-07-30T01:27:23.677Z] d3ac315be8c5: Download complete [2025-07-30T01:27:23.677Z] 36466aa92d05: Pull complete [2025-07-30T01:27:23.936Z] e10405b45d13: Download complete [2025-07-30T01:27:24.194Z] 0eae2285b678: Verifying Checksum [2025-07-30T01:27:24.194Z] 0eae2285b678: Download complete [2025-07-30T01:27:29.464Z] e10405b45d13: Pull complete [2025-07-30T01:27:29.464Z] 096b7ceb2af7: Pull complete [2025-07-30T01:27:29.464Z] 4f4fb700ef54: Pull complete [2025-07-30T01:27:29.464Z] 8213a616a21b: Pull complete [2025-07-30T01:27:29.722Z] 985586143405: Pull complete [2025-07-30T01:27:32.252Z] 0eae2285b678: Pull complete [2025-07-30T01:27:33.188Z] d3ac315be8c5: Pull complete [2025-07-30T01:27:33.188Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-30T01:27:33.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-30T01:27:33.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-30T01:27:33.489Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-30T01:27:33.490Z] WORKDIR /edgex [2025-07-30T01:27:33.490Z] COPY go.mod . [2025-07-30T01:27:33.490Z] RUN go mod download [2025-07-30T01:27:33.490Z] + docker build -t ci-base-image-x86_64 -f - . [2025-07-30T01:27:34.057Z] #0 building with "default" instance using docker driver [2025-07-30T01:27:34.058Z] [2025-07-30T01:27:34.058Z] #1 [internal] load build definition from Dockerfile [2025-07-30T01:27:34.058Z] #1 transferring dockerfile: 164B done [2025-07-30T01:27:34.058Z] #1 DONE 0.0s [2025-07-30T01:27:34.058Z] [2025-07-30T01:27:34.058Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-30T01:27:34.058Z] #2 DONE 0.0s [2025-07-30T01:27:34.058Z] [2025-07-30T01:27:34.058Z] #3 [internal] load .dockerignore [2025-07-30T01:27:34.058Z] #3 transferring context: 50B done [2025-07-30T01:27:34.058Z] #3 DONE 0.0s [2025-07-30T01:27:34.058Z] [2025-07-30T01:27:34.058Z] #4 [internal] load build context [2025-07-30T01:27:34.058Z] #4 transferring context: 6.51kB done [2025-07-30T01:27:34.317Z] #4 DONE 0.0s [2025-07-30T01:27:34.317Z] [2025-07-30T01:27:34.317Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-30T01:27:34.317Z] #5 DONE 0.1s [2025-07-30T01:27:34.317Z] [2025-07-30T01:27:34.317Z] #6 [2/4] WORKDIR /edgex [2025-07-30T01:27:36.849Z] #6 DONE 2.4s [2025-07-30T01:27:36.849Z] [2025-07-30T01:27:36.849Z] #7 [3/4] COPY go.mod . [2025-07-30T01:27:36.849Z] #7 DONE 0.0s [2025-07-30T01:27:36.849Z] [2025-07-30T01:27:36.849Z] #8 [4/4] RUN go mod download [2025-07-30T01:27:37.710Z] Still waiting to schedule task [2025-07-30T01:27:37.710Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5936’ is offline [2025-07-30T01:27:51.748Z] #8 DONE 14.0s [2025-07-30T01:27:51.748Z] [2025-07-30T01:27:51.748Z] #9 exporting to image [2025-07-30T01:27:51.748Z] #9 exporting layers [2025-07-30T01:27:54.302Z] #9 exporting layers 3.3s done [2025-07-30T01:27:54.302Z] #9 writing image sha256:99093a128295920d6d3efa9f9dbdece56a8fa9519fbe952e734e55fbe2d68818 done [2025-07-30T01:27:54.302Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-30T01:27:54.302Z] #9 DONE 3.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:27:54.626Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-30T01:27:54.626Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-30T01:27:54.714Z] prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container [2025-07-30T01:27:54.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-30T01:27:54.996Z] $ docker top 6b1e49d76f4a9ee462ab49cd2fec8d1626e784d719f95aee47471188ab07f0d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-30T01:27:55.353Z] + go version [2025-07-30T01:27:55.353Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-30T01:27:55.353Z] $ docker stop --time=1 6b1e49d76f4a9ee462ab49cd2fec8d1626e784d719f95aee47471188ab07f0d0 [2025-07-30T01:27:56.616Z] $ docker rm -f --volumes 6b1e49d76f4a9ee462ab49cd2fec8d1626e784d719f95aee47471188ab07f0d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:27:57.064Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-30T01:27:57.064Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-30T01:27:57.146Z] prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container [2025-07-30T01:27:57.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-30T01:27:57.422Z] $ docker top 2e6260d57c7c07278d88ce1d1dfe0006d35f20a89bf4abb13472df2445994c99 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-07-30T01:27:57.503Z] ========================================================= [2025-07-30T01:27:57.503Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-07-30T01:27:57.503Z] ========================================================= [Pipeline] sh [2025-07-30T01:27:57.778Z] + git config --global --add safe.directory /w/workspace/edgex-go/876 [Pipeline] fileExists [Pipeline] sh [2025-07-30T01:27:58.086Z] + make test [2025-07-30T01:27:58.086Z] go test -race -coverprofile=coverage.out ./... [2025-07-30T01:28:06.202Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 42.3% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-07-30T01:28:32.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2025-07-30T01:28:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-07-30T01:28:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-07-30T01:28:32.991Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-07-30T01:28:32.991Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-07-30T01:28:32.991Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-07-30T01:28:32.991Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-30T01:28:32.991Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-07-30T01:28:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-07-30T01:28:32.991Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-07-30T01:28:32.991Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-07-30T01:28:34.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-07-30T01:28:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-07-30T01:28:34.364Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-30T01:28:34.364Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-07-30T01:28:34.364Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-07-30T01:28:34.364Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-07-30T01:28:35.742Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-07-30T01:28:35.742Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-07-30T01:28:35.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.052s coverage: 69.4% of statements [2025-07-30T01:28:35.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.018s coverage: 3.5% of statements [2025-07-30T01:28:35.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.055s coverage: 46.3% of statements [2025-07-30T01:28:35.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.760s coverage: 93.4% of statements [2025-07-30T01:28:35.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.4% of statements [2025-07-30T01:28:36.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 8.4% of statements [2025-07-30T01:28:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-07-30T01:28:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-07-30T01:28:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-07-30T01:28:37.608Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-07-30T01:28:38.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.306s coverage: 95.8% of statements [2025-07-30T01:28:38.985Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2025-07-30T01:28:39.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-07-30T01:28:39.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-07-30T01:28:39.554Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-07-30T01:28:39.554Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-07-30T01:28:39.554Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-07-30T01:28:39.554Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-07-30T01:28:40.933Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.043s coverage: 0.0% of statements [no tests to run] [2025-07-30T01:28:40.933Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.047s coverage: 1.0% of statements [2025-07-30T01:28:40.933Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.023s coverage: 38.1% of statements [2025-07-30T01:28:40.933Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 81.1% of statements [2025-07-30T01:28:41.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.028s coverage: 40.0% of statements [2025-07-30T01:28:41.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.035s coverage: 87.1% of statements [2025-07-30T01:28:41.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements [2025-07-30T01:28:41.192Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-07-30T01:28:41.192Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-07-30T01:28:41.192Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-07-30T01:28:41.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.037s coverage: 96.3% of statements [2025-07-30T01:28:41.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-07-30T01:28:41.711Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-07-30T01:28:41.711Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-07-30T01:28:41.711Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-07-30T01:28:42.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements [2025-07-30T01:28:42.847Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-07-30T01:28:42.847Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-07-30T01:28:42.847Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-07-30T01:28:43.106Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-07-30T01:28:43.106Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-07-30T01:28:43.106Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-07-30T01:28:43.106Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-07-30T01:28:43.674Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-07-30T01:28:43.675Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-07-30T01:28:43.935Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-07-30T01:28:45.836Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-07-30T01:28:45.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-07-30T01:28:47.221Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-07-30T01:28:48.154Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-07-30T01:28:48.154Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-07-30T01:28:48.154Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-07-30T01:28:51.470Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-07-30T01:28:51.732Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-07-30T01:28:51.732Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-07-30T01:28:52.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-07-30T01:28:52.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-07-30T01:28:52.301Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-30T01:28:54.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements [2025-07-30T01:28:54.502Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-07-30T01:28:54.502Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-07-30T01:28:54.502Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-07-30T01:28:54.502Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-07-30T01:28:54.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-07-30T01:28:54.502Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-07-30T01:28:55.071Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-07-30T01:28:55.071Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-07-30T01:28:55.071Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-07-30T01:28:55.071Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-07-30T01:28:55.071Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-07-30T01:28:55.071Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-07-30T01:28:57.111Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-07-30T01:28:57.111Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-07-30T01:28:57.111Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-07-30T01:28:57.111Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-07-30T01:28:57.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-07-30T01:28:57.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-07-30T01:28:57.679Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-30T01:28:57.679Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-07-30T01:28:58.246Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-07-30T01:28:58.246Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-07-30T01:28:58.246Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-07-30T01:28:59.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-07-30T01:28:59.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-07-30T01:28:59.184Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.045s coverage: 92.9% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.027s coverage: 68.8% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.085s coverage: 81.8% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.081s coverage: 82.1% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.044s coverage: 100.0% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.154s coverage: 54.5% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.138s coverage: 29.2% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.018s coverage: 93.8% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.020s coverage: 76.2% of statements [2025-07-30T01:29:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.036s coverage: 54.0% of statements [2025-07-30T01:29:04.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.062s coverage: 17.0% of statements [2025-07-30T01:29:04.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.114s coverage: 94.9% of statements [2025-07-30T01:29:04.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements [2025-07-30T01:29:04.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements [2025-07-30T01:29:04.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements [2025-07-30T01:29:04.258Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-07-30T01:29:04.258Z] running golangci-lint [2025-07-30T01:29:04.517Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-07-30T01:29:04.517Z] go version go1.23.9 linux/amd64 [2025-07-30T01:29:04.776Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-07-30T01:29:04.776Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-07-30T01:29:04.776Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-07-30T01:29:17.263Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5942 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-07-30T01:29:17.283Z] Running in /w/workspace/edgex-go/876 [Pipeline] { [Pipeline] checkout [2025-07-30T01:29:20.344Z] The recommended git tool is: git [2025-07-30T01:29:25.374Z] using credential edgex-jenkins-ssh [2025-07-30T01:29:25.398Z] Cloning the remote Git repository [2025-07-30T01:29:25.438Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-07-30T01:29:25.536Z] > git init /w/workspace/edgex-go/876 # timeout=10 [2025-07-30T01:29:25.679Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-07-30T01:29:25.680Z] > git --version # timeout=10 [2025-07-30T01:29:25.703Z] > git --version # 'git version 2.25.1' [2025-07-30T01:29:25.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-30T01:29:25.884Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-30T01:29:31.308Z] level=info msg="[loader] Go packages loading at mode 575 (name|exports_file|deps|files|imports|types_sizes|compiled_files) took 23.536012394s" [2025-07-30T01:29:31.308Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 57.843378ms" [2025-07-30T01:29:43.517Z] level=info msg="[linters_context/goanalysis] analyzers took 2m14.111077791s with top 10 stages: buildir: 1m8.097800175s, gosec: 4.570621218s, inspect: 3.16778225s, fact_deprecated: 2.80915577s, ctrlflow: 2.206688614s, printf: 1.89227961s, fact_purity: 1.737313903s, nilness: 1.624565999s, S1038: 1.141718031s, typedness: 1.107279344s" [2025-07-30T01:29:43.517Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-07-30T01:29:43.517Z] level=info msg="[runner] Processors filtering stat (in/out): nolint: 20/0, invalid_issue: 202/202, exclude-rules: 202/20, skip_files: 202/202, autogenerated_exclude: 202/202, cgo: 202/202, path_prettifier: 202/202, identifier_marker: 202/202, exclude: 202/202, filename_unadjuster: 202/202, skip_dirs: 202/202" [2025-07-30T01:29:43.517Z] level=info msg="[runner] processing took 20.687491ms with stages: nolint: 8.693495ms, identifier_marker: 6.315594ms, path_prettifier: 1.855956ms, autogenerated_exclude: 1.3538ms, exclude-rules: 1.271666ms, skip_dirs: 1.004701ms, invalid_issue: 77.474µs, cgo: 73.954µs, filename_unadjuster: 32.881µs, max_same_issues: 1.52µs, uniq_by_line: 1.32µs, skip_files: 910ns, max_from_linter: 760ns, fixer: 660ns, source_code: 660ns, exclude: 470ns, sort_results: 420ns, diff: 390ns, severity-rules: 370ns, path_prefixer: 270ns, path_shortener: 110ns, max_per_file_from_linter: 110ns" [2025-07-30T01:29:43.517Z] level=info msg="[runner] linters took 14.326270824s with stages: goanalysis_metalinter: 14.305461317s" [2025-07-30T01:29:43.517Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-07-30T01:29:43.517Z] level=info msg="Memory: 371 samples, avg is 300.4MB, max is 1489.7MB" [2025-07-30T01:29:43.517Z] level=info msg="Execution took 37.926981456s" [2025-07-30T01:29:43.517Z] go vet ./... [2025-07-30T01:29:43.919Z] Avoid second fetch [2025-07-30T01:29:43.919Z] Checking out Revision 04201409d208f35d5d62518ff10d2f6ac86fd973 (main) [2025-07-30T01:29:43.044Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-07-30T01:29:43.073Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-30T01:29:43.938Z] > git config core.sparsecheckout # timeout=10 [2025-07-30T01:29:43.998Z] > git checkout -f 04201409d208f35d5d62518ff10d2f6ac86fd973 # timeout=10 [2025-07-30T01:29:44.843Z] Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.16.2 to 2.16.3 (#5216)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-30T01:29:49.595Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-30T01:29:49.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-30T01:29:49.595Z] Dload Upload Total Spent Left Speed [2025-07-30T01:29:49.595Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 152 0 --:--:-- --:--:-- --:--:-- 152 [Pipeline] sh [2025-07-30T01:29:49.931Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-30T01:29:50.102Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-30T01:29:50.102Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-30T01:29:50.102Z] ./bin/test-attribution-txt.sh [2025-07-30T01:29:50.102Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-30T01:29:50.268Z] + sudo tee /etc/docker/daemon.new [2025-07-30T01:29:50.268Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-30T01:29:50.268Z] { [2025-07-30T01:29:50.268Z] "registry-mirrors": [ [2025-07-30T01:29:50.268Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-30T01:29:50.268Z] ], [2025-07-30T01:29:50.268Z] "bip": "10.250.0.254/24", [2025-07-30T01:29:50.268Z] "hosts": [ [2025-07-30T01:29:50.268Z] "tcp://0.0.0.0:5555", [2025-07-30T01:29:50.268Z] "unix:///var/run/docker.sock" [2025-07-30T01:29:50.268Z] ], [2025-07-30T01:29:50.268Z] "mtu": 1458, [2025-07-30T01:29:50.268Z] "selinux-enabled": true, [2025-07-30T01:29:50.268Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-30T01:29:50.268Z] } [Pipeline] sh [2025-07-30T01:29:50.362Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-30T01:29:50.362Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-30T01:29:50.362Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-30T01:29:50.362Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-30T01:29:50.375Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-07-30T01:29:50.604Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-30T01:29:50.671Z] + ls -al . [2025-07-30T01:29:50.672Z] total 1996 [2025-07-30T01:29:50.672Z] drwxrwxr-x 11 1001 1001 4096 Jul 30 01:27 . [2025-07-30T01:29:50.672Z] drwxr-xr-x 4 root root 4096 Jul 30 01:27 .. [2025-07-30T01:29:50.672Z] drwxrwxr-x 2 1001 1001 4096 Jul 30 01:26 .blubracket [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 10 Jul 30 01:26 .dockerignore [2025-07-30T01:29:50.672Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 01:29 .git [2025-07-30T01:29:50.672Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 01:26 .github [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 909 Jul 30 01:26 .gitignore [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 218 Jul 30 01:26 .golangci.yml [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 100 Jul 30 01:26 .hadolint.yml [2025-07-30T01:29:50.672Z] drwxr-xr-x 3 1001 1001 4096 Jul 30 01:27 .semver [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 155 Jul 30 01:26 .sonarcloud.properties [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 1171 Jul 30 01:26 ADOPTERS.md [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 17374 Jul 30 01:26 Attribution.txt [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 108018 Jul 30 01:26 CHANGELOG.md [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 01:26 CONTRIBUTING.md [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 677 Jul 30 01:26 GOVERNANCE.md [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 858 Jul 30 01:26 Jenkinsfile [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 01:26 LICENSE [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 16740 Jul 30 01:26 Makefile [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 582 Jul 30 01:26 OWNERS.md [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 9932 Jul 30 01:26 README.md [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 789 Jul 30 01:26 SECURITY.md [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 12 Jul 30 01:27 VERSION [2025-07-30T01:29:50.672Z] drwxrwxr-x 2 1001 1001 4096 Jul 30 01:26 bin [2025-07-30T01:29:50.672Z] drwxrwxr-x 19 1001 1001 4096 Jul 30 01:26 cmd [2025-07-30T01:29:50.672Z] -rw-r--r-- 1 root root 1666030 Jul 30 01:29 coverage.out [2025-07-30T01:29:50.672Z] drwxrwxr-x 2 1001 1001 4096 Jul 30 01:26 fuzz_test [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 6474 Jul 30 01:26 go.mod [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 88358 Jul 30 01:26 go.sum [2025-07-30T01:29:50.672Z] drwxrwxr-x 7 1001 1001 4096 Jul 30 01:26 internal [2025-07-30T01:29:50.672Z] drwxrwxr-x 2 1001 1001 4096 Jul 30 01:26 openapi [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 584 Jul 30 01:26 security.txt [2025-07-30T01:29:50.672Z] -rw-rw-r-- 1 1001 1001 204 Jul 30 01:26 version.go [Pipeline] sh [2025-07-30T01:29:50.937Z] + sudo service docker restart [2025-07-30T01:29:50.959Z] + '[' -e coverage.out ] [2025-07-30T01:29:50.959Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-07-30T01:29:51.123Z] Stashed 1 file(s) [Pipeline] sh [2025-07-30T01:29:51.406Z] + make build [2025-07-30T01:29:51.406Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-30T01:30:09.232Z] provisioning config files... [2025-07-30T01:30:09.260Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/876@tmp/config1662935504597981530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-30T01:30:09.768Z] ---> ****-login.sh [2025-07-30T01:30:09.768Z] nexus3.edgexfoundry.org:10001 [2025-07-30T01:30:10.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:30:10.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-30T01:30:10.321Z] Configure a credential helper to remove this warning. See [2025-07-30T01:30:10.321Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-30T01:30:10.321Z] [2025-07-30T01:30:10.321Z] Login Succeeded [2025-07-30T01:30:10.321Z] nexus3.edgexfoundry.org:10002 [2025-07-30T01:30:10.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:30:10.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-30T01:30:10.590Z] Configure a credential helper to remove this warning. See [2025-07-30T01:30:10.590Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-30T01:30:10.590Z] [2025-07-30T01:30:10.590Z] Login Succeeded [2025-07-30T01:30:10.871Z] nexus3.edgexfoundry.org:10003 [2025-07-30T01:30:10.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:30:11.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-30T01:30:11.151Z] Configure a credential helper to remove this warning. See [2025-07-30T01:30:11.152Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-30T01:30:11.152Z] [2025-07-30T01:30:11.152Z] Login Succeeded [2025-07-30T01:30:11.152Z] nexus3.edgexfoundry.org:10004 [2025-07-30T01:30:11.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:30:11.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-30T01:30:11.425Z] Configure a credential helper to remove this warning. See [2025-07-30T01:30:11.425Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-30T01:30:11.425Z] [2025-07-30T01:30:11.425Z] Login Succeeded [2025-07-30T01:30:11.425Z] ****.io [2025-07-30T01:30:11.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:30:11.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-30T01:30:11.971Z] Configure a credential helper to remove this warning. See [2025-07-30T01:30:11.971Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-30T01:30:11.971Z] [2025-07-30T01:30:11.971Z] Login Succeeded [2025-07-30T01:30:11.971Z] ---> ****-login.sh ends [Pipeline] } [2025-07-30T01:30:12.253Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-07-30T01:30:12.900Z] + git config --global --add safe.directory /w/workspace/edgex-go/876 [Pipeline] echo [2025-07-30T01:30:12.922Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-30T01:30:12.941Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-30T01:30:12.957Z] ========================================================= [2025-07-30T01:30:12.957Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-30T01:30:12.957Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-30T01:30:13.290Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-30T01:30:13.565Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-30T01:30:13.565Z] 94e9d8af2201: Pulling fs layer [2025-07-30T01:30:13.565Z] a6c56e8762df: Pulling fs layer [2025-07-30T01:30:13.565Z] f0f3c8884826: Pulling fs layer [2025-07-30T01:30:13.565Z] c7e7622c144d: Pulling fs layer [2025-07-30T01:30:13.565Z] 4f4fb700ef54: Pulling fs layer [2025-07-30T01:30:13.565Z] e8859aadc426: Pulling fs layer [2025-07-30T01:30:13.565Z] b4813487a9f6: Pulling fs layer [2025-07-30T01:30:13.565Z] 502a3d64fb4b: Pulling fs layer [2025-07-30T01:30:13.565Z] 4f4fb700ef54: Waiting [2025-07-30T01:30:13.565Z] e8859aadc426: Waiting [2025-07-30T01:30:13.565Z] b4813487a9f6: Waiting [2025-07-30T01:30:13.565Z] 502a3d64fb4b: Waiting [2025-07-30T01:30:13.565Z] c7e7622c144d: Waiting [2025-07-30T01:30:13.565Z] a6c56e8762df: Download complete [2025-07-30T01:30:13.565Z] c7e7622c144d: Verifying Checksum [2025-07-30T01:30:13.565Z] c7e7622c144d: Download complete [2025-07-30T01:30:13.565Z] 4f4fb700ef54: Verifying Checksum [2025-07-30T01:30:13.565Z] 4f4fb700ef54: Download complete [2025-07-30T01:30:13.565Z] e8859aadc426: Verifying Checksum [2025-07-30T01:30:13.565Z] e8859aadc426: Download complete [2025-07-30T01:30:13.565Z] 94e9d8af2201: Verifying Checksum [2025-07-30T01:30:13.565Z] 94e9d8af2201: Download complete [2025-07-30T01:30:14.153Z] 502a3d64fb4b: Verifying Checksum [2025-07-30T01:30:14.153Z] 502a3d64fb4b: Download complete [2025-07-30T01:30:14.422Z] 94e9d8af2201: Pull complete [2025-07-30T01:30:15.389Z] a6c56e8762df: Pull complete [2025-07-30T01:30:15.664Z] f0f3c8884826: Download complete [2025-07-30T01:30:16.627Z] b4813487a9f6: Verifying Checksum [2025-07-30T01:30:16.627Z] b4813487a9f6: Download complete [2025-07-30T01:30:17.956Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-30T01:30:17.956Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-30T01:30:17.956Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-30T01:30:17.956Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-30T01:30:19.857Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-30T01:30:25.195Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-30T01:30:27.722Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-30T01:30:29.627Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-30T01:30:31.644Z] f0f3c8884826: Pull complete [2025-07-30T01:30:31.644Z] c7e7622c144d: Pull complete [2025-07-30T01:30:31.644Z] 4f4fb700ef54: Pull complete [2025-07-30T01:30:31.644Z] e8859aadc426: Pull complete [2025-07-30T01:30:32.152Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-30T01:30:33.524Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-30T01:30:34.902Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-30T01:30:35.849Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-07-30T01:30:37.239Z] $ docker stop --time=1 2e6260d57c7c07278d88ce1d1dfe0006d35f20a89bf4abb13472df2445994c99 [2025-07-30T01:30:39.858Z] b4813487a9f6: Pull complete [2025-07-30T01:30:40.295Z] $ docker rm -f --volumes 2e6260d57c7c07278d88ce1d1dfe0006d35f20a89bf4abb13472df2445994c99 [2025-07-30T01:30:40.820Z] 502a3d64fb4b: Pull complete [2025-07-30T01:30:40.820Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-30T01:30:40.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-30T01:30:40.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2025-07-30T01:30:41.247Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-30T01:30:41.248Z] WORKDIR /edgex [2025-07-30T01:30:41.248Z] COPY go.mod . [2025-07-30T01:30:41.248Z] RUN go mod download [2025-07-30T01:30:41.248Z] + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:30:41.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-30T01:30:41.641Z] [2025-07-30T01:30:41.641Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:30:41.947Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-30T01:30:41.947Z] latest: Pulling from edgex-devops/edgex-compose [2025-07-30T01:30:41.947Z] 91d30c5bc195: Pulling fs layer [2025-07-30T01:30:41.947Z] 2e9b0aa3be6d: Pulling fs layer [2025-07-30T01:30:41.947Z] 9c61dcf015f6: Pulling fs layer [2025-07-30T01:30:41.947Z] 4698f68db338: Pulling fs layer [2025-07-30T01:30:41.947Z] 2a2f49069b9e: Pulling fs layer [2025-07-30T01:30:41.947Z] e0025b399a48: Pulling fs layer [2025-07-30T01:30:41.947Z] 4698f68db338: Waiting [2025-07-30T01:30:41.947Z] 2a2f49069b9e: Waiting [2025-07-30T01:30:41.947Z] e0025b399a48: Waiting [2025-07-30T01:30:41.947Z] 91d30c5bc195: Verifying Checksum [2025-07-30T01:30:41.947Z] 91d30c5bc195: Download complete [2025-07-30T01:30:41.947Z] 4698f68db338: Verifying Checksum [2025-07-30T01:30:41.947Z] 4698f68db338: Download complete [2025-07-30T01:30:42.211Z] Sending build context to Docker daemon 3.708MB [2025-07-30T01:30:42.211Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-30T01:30:42.211Z] ---> 3bb21d53e231 [2025-07-30T01:30:42.211Z] Step 2/4 : WORKDIR /edgex [2025-07-30T01:30:42.212Z] 2e9b0aa3be6d: Verifying Checksum [2025-07-30T01:30:42.212Z] 2e9b0aa3be6d: Download complete [2025-07-30T01:30:42.212Z] e0025b399a48: Download complete [2025-07-30T01:30:42.212Z] 91d30c5bc195: Pull complete [2025-07-30T01:30:42.212Z] 2a2f49069b9e: Download complete [2025-07-30T01:30:42.474Z] 2e9b0aa3be6d: Pull complete [2025-07-30T01:30:43.040Z] 9c61dcf015f6: Verifying Checksum [2025-07-30T01:30:43.040Z] 9c61dcf015f6: Download complete [2025-07-30T01:30:44.156Z] ---> Running in 5b793f0bd599 [2025-07-30T01:30:44.423Z] Removing intermediate container 5b793f0bd599 [2025-07-30T01:30:44.423Z] ---> 32ea8083629e [2025-07-30T01:30:44.423Z] Step 3/4 : COPY go.mod . [2025-07-30T01:30:45.002Z] ---> 5a1d2324b092 [2025-07-30T01:30:45.002Z] Step 4/4 : RUN go mod download [2025-07-30T01:30:45.002Z] ---> Running in 6ccf16bebed6 [2025-07-30T01:30:45.267Z] Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:30:45.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-30T01:30:45.794Z] [2025-07-30T01:30:45.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:30:46.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-30T01:30:46.323Z] 9c61dcf015f6: Pull complete [2025-07-30T01:30:46.323Z] 4698f68db338: Pull complete [2025-07-30T01:30:46.398Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-30T01:30:46.398Z] 8998bd30e6a1: Pulling fs layer [2025-07-30T01:30:46.398Z] 04944245beec: Pulling fs layer [2025-07-30T01:30:46.398Z] 699f458cf7ca: Pulling fs layer [2025-07-30T01:30:46.398Z] 765212b225bb: Pulling fs layer [2025-07-30T01:30:46.398Z] f23df028b6ca: Pulling fs layer [2025-07-30T01:30:46.398Z] d65c8cfc05b1: Pulling fs layer [2025-07-30T01:30:46.398Z] 2437ff75d9bd: Pulling fs layer [2025-07-30T01:30:46.398Z] f23df028b6ca: Waiting [2025-07-30T01:30:46.398Z] d65c8cfc05b1: Waiting [2025-07-30T01:30:46.398Z] 2437ff75d9bd: Waiting [2025-07-30T01:30:46.398Z] 765212b225bb: Waiting [2025-07-30T01:30:46.398Z] 04944245beec: Verifying Checksum [2025-07-30T01:30:46.398Z] 04944245beec: Download complete [2025-07-30T01:30:46.398Z] 765212b225bb: Verifying Checksum [2025-07-30T01:30:46.398Z] 765212b225bb: Download complete [2025-07-30T01:30:46.398Z] f23df028b6ca: Verifying Checksum [2025-07-30T01:30:46.398Z] f23df028b6ca: Download complete [2025-07-30T01:30:46.398Z] d65c8cfc05b1: Download complete [2025-07-30T01:30:46.664Z] 699f458cf7ca: Verifying Checksum [2025-07-30T01:30:46.665Z] 699f458cf7ca: Download complete [2025-07-30T01:30:46.893Z] 2a2f49069b9e: Pull complete [2025-07-30T01:30:46.893Z] e0025b399a48: Pull complete [2025-07-30T01:30:46.893Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-07-30T01:30:46.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-30T01:30:46.893Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2025-07-30T01:30:46.933Z] 8998bd30e6a1: Verifying Checksum [2025-07-30T01:30:46.933Z] 8998bd30e6a1: Download complete [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-30T01:30:46.998Z] prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container [2025-07-30T01:30:47.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-07-30T01:30:48.403Z] $ docker top fcb3a2228ce07bb8c8fd612ace2b02b27c0a460dea5401920b325b9ff6257a9c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-30T01:30:48.751Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-07-30T01:30:49.012Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2025-07-30T01:30:49.012Z] #1 transferring dockerfile: 2.50kB done [2025-07-30T01:30:49.012Z] #1 DONE 0.1s [2025-07-30T01:30:49.012Z] [2025-07-30T01:30:49.012Z] #2 [core-keeper internal] load build definition from Dockerfile [2025-07-30T01:30:49.012Z] #2 transferring dockerfile: 2.01kB done [2025-07-30T01:30:49.012Z] #2 DONE 0.2s [2025-07-30T01:30:49.012Z] [2025-07-30T01:30:49.012Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-30T01:30:49.012Z] #3 transferring dockerfile: 3.02kB done [2025-07-30T01:30:49.012Z] #3 DONE 0.1s [2025-07-30T01:30:49.012Z] [2025-07-30T01:30:49.012Z] #4 [security-spire-config internal] load build definition from Dockerfile [2025-07-30T01:30:49.012Z] #4 transferring dockerfile: 1.69kB done [2025-07-30T01:30:49.012Z] #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-30T01:30:49.012Z] #4 DONE 0.1s [2025-07-30T01:30:49.012Z] [2025-07-30T01:30:49.012Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-07-30T01:30:49.012Z] #5 transferring dockerfile: 2.23kB done [2025-07-30T01:30:49.012Z] #5 DONE 0.2s [2025-07-30T01:30:49.012Z] [2025-07-30T01:30:49.012Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2025-07-30T01:30:49.012Z] #6 transferring dockerfile: 2.49kB done [2025-07-30T01:30:49.012Z] #6 DONE 0.2s [2025-07-30T01:30:49.012Z] [2025-07-30T01:30:49.012Z] #7 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-30T01:30:49.012Z] #7 DONE 0.0s [2025-07-30T01:30:49.012Z] [2025-07-30T01:30:49.012Z] #8 [security-proxy-setup internal] load .dockerignore [2025-07-30T01:30:49.270Z] #8 ... [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #9 [security-spire-agent internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #9 transferring dockerfile: 1.81kB done [2025-07-30T01:30:49.270Z] #9 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-30T01:30:49.270Z] #9 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-07-30T01:30:49.270Z] #9 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #10 transferring dockerfile: 1.89kB done [2025-07-30T01:30:49.270Z] #10 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #11 [core-command internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #11 transferring dockerfile: 1.94kB done [2025-07-30T01:30:49.270Z] #11 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #12 [support-notifications internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #12 transferring dockerfile: 2.00kB done [2025-07-30T01:30:49.270Z] #12 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #13 [security-spire-server internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #13 transferring dockerfile: 1.70kB done [2025-07-30T01:30:49.270Z] #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-30T01:30:49.270Z] #13 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #14 [support-scheduler internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #14 transferring dockerfile: 1.83kB done [2025-07-30T01:30:49.270Z] #14 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #15 [core-metadata internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #15 transferring dockerfile: 2.10kB done [2025-07-30T01:30:49.270Z] #15 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #16 [security-proxy-auth internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #16 transferring dockerfile: 2.14kB done [2025-07-30T01:30:49.270Z] #16 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #17 [core-data internal] load build definition from Dockerfile [2025-07-30T01:30:49.270Z] #17 transferring dockerfile: 2.04kB done [2025-07-30T01:30:49.270Z] #17 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #7 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-30T01:30:49.270Z] #7 DONE 0.0s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #18 [security-bootstrapper internal] load .dockerignore [2025-07-30T01:30:49.270Z] #18 transferring context: 50B done [2025-07-30T01:30:49.270Z] #18 DONE 0.1s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #19 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-07-30T01:30:49.270Z] #19 DONE 0.2s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #8 [security-proxy-setup internal] load .dockerignore [2025-07-30T01:30:49.270Z] #8 transferring context: 50B done [2025-07-30T01:30:49.270Z] #8 DONE 0.1s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #20 [core-keeper internal] load .dockerignore [2025-07-30T01:30:49.270Z] #20 transferring context: 50B 0.0s done [2025-07-30T01:30:49.270Z] #20 DONE 0.1s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-07-30T01:30:49.270Z] #21 transferring context: 50B done [2025-07-30T01:30:49.270Z] #21 DONE 0.1s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2025-07-30T01:30:49.270Z] #22 transferring context: 50B done [2025-07-30T01:30:49.270Z] #22 DONE 0.1s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #23 [core-command internal] load .dockerignore [2025-07-30T01:30:49.270Z] #23 transferring context: 50B done [2025-07-30T01:30:49.270Z] #23 DONE 0.1s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2025-07-30T01:30:49.270Z] #24 transferring context: 50B done [2025-07-30T01:30:49.270Z] #24 DONE 0.1s [2025-07-30T01:30:49.270Z] [2025-07-30T01:30:49.270Z] #25 [core-command stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-30T01:30:49.270Z] #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-30T01:30:49.519Z] 2437ff75d9bd: Verifying Checksum [2025-07-30T01:30:49.519Z] 2437ff75d9bd: Download complete [2025-07-30T01:30:49.527Z] #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-30T01:30:49.527Z] #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-30T01:30:49.527Z] #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-30T01:30:49.527Z] #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-30T01:30:49.527Z] #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-07-30T01:30:49.527Z] #25 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-07-30T01:30:49.527Z] #25 ... [2025-07-30T01:30:49.527Z] [2025-07-30T01:30:49.527Z] #26 [security-proxy-auth internal] load .dockerignore [2025-07-30T01:30:49.527Z] #26 transferring context: 50B done [2025-07-30T01:30:49.527Z] #26 DONE 0.3s [2025-07-30T01:30:49.527Z] [2025-07-30T01:30:49.527Z] #27 [support-scheduler internal] load .dockerignore [2025-07-30T01:30:49.527Z] #27 transferring context: 50B 0.0s done [2025-07-30T01:30:49.527Z] #27 DONE 0.3s [2025-07-30T01:30:49.527Z] [2025-07-30T01:30:49.527Z] #25 [security-proxy-auth stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-30T01:30:49.527Z] #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-30T01:30:49.527Z] #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-30T01:30:49.527Z] #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-30T01:30:49.527Z] #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-30T01:30:49.527Z] #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-30T01:30:49.786Z] #25 ... [2025-07-30T01:30:49.786Z] [2025-07-30T01:30:49.786Z] #28 [core-metadata internal] load .dockerignore [2025-07-30T01:30:49.786Z] #28 transferring context: 50B 0.0s done [2025-07-30T01:30:49.786Z] #28 DONE 0.4s [2025-07-30T01:30:49.786Z] [2025-07-30T01:30:49.786Z] #29 [support-notifications internal] load .dockerignore [2025-07-30T01:30:49.786Z] #29 transferring context: 50B done [2025-07-30T01:30:49.786Z] #29 DONE 0.4s [2025-07-30T01:30:49.786Z] [2025-07-30T01:30:49.786Z] #30 [core-data internal] load .dockerignore [2025-07-30T01:30:49.786Z] #30 transferring context: 50B 0.0s done [2025-07-30T01:30:49.786Z] #30 DONE 0.4s [2025-07-30T01:30:49.786Z] [2025-07-30T01:30:49.786Z] #31 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-30T01:30:49.786Z] #31 DONE 0.4s [2025-07-30T01:30:49.786Z] [2025-07-30T01:30:49.786Z] #25 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-30T01:30:49.786Z] #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-30T01:30:49.786Z] #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-30T01:30:49.786Z] #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-30T01:30:49.786Z] #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-30T01:30:49.786Z] #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-30T01:30:49.786Z] #25 ... [2025-07-30T01:30:49.786Z] [2025-07-30T01:30:49.786Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-30T01:30:49.786Z] #32 DONE 0.6s [2025-07-30T01:30:49.786Z] [2025-07-30T01:30:49.786Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-30T01:30:49.786Z] #33 DONE 0.6s [2025-07-30T01:30:49.786Z] [2025-07-30T01:30:49.786Z] #25 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-30T01:30:49.786Z] #25 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done [2025-07-30T01:30:51.393Z] #25 ... [2025-07-30T01:30:51.393Z] [2025-07-30T01:30:51.393Z] #34 [security-spire-config internal] load .dockerignore [2025-07-30T01:30:51.393Z] #34 transferring context: 50B 0.0s done [2025-07-30T01:30:51.393Z] #34 DONE 1.6s [2025-07-30T01:30:51.393Z] [2025-07-30T01:30:51.393Z] #35 [security-spire-server internal] load .dockerignore [2025-07-30T01:30:51.393Z] #35 transferring context: 50B 0.0s done [2025-07-30T01:30:51.393Z] #35 DONE 1.6s [2025-07-30T01:30:51.393Z] [2025-07-30T01:30:51.393Z] #36 [core-command builder 2/7] WORKDIR /edgex-go [2025-07-30T01:30:51.393Z] #36 DONE 1.7s [2025-07-30T01:30:51.393Z] [2025-07-30T01:30:51.393Z] #25 [security-spire-server stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-30T01:30:51.393Z] #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-30T01:30:51.393Z] #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-30T01:30:51.393Z] #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-30T01:30:51.393Z] #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-30T01:30:51.393Z] #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-30T01:30:51.393Z] #25 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done [2025-07-30T01:30:51.393Z] #25 ... [2025-07-30T01:30:51.393Z] [2025-07-30T01:30:51.393Z] #37 [security-spire-agent internal] load .dockerignore [2025-07-30T01:30:51.393Z] #37 transferring context: 50B done [2025-07-30T01:30:51.393Z] #37 DONE 1.7s [2025-07-30T01:30:51.393Z] [2025-07-30T01:30:51.393Z] #25 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-30T01:30:51.393Z] #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-30T01:30:51.393Z] #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-30T01:30:51.393Z] #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-30T01:30:51.393Z] #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-30T01:30:51.393Z] #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-30T01:30:51.393Z] #25 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done [2025-07-30T01:30:51.460Z] 8998bd30e6a1: Pull complete [2025-07-30T01:30:51.652Z] #25 DONE 2.3s [2025-07-30T01:30:51.652Z] [2025-07-30T01:30:51.652Z] #38 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-30T01:30:51.652Z] #38 ... [2025-07-30T01:30:51.652Z] [2025-07-30T01:30:51.652Z] #39 [security-spire-config internal] load build context [2025-07-30T01:30:51.652Z] #39 transferring context: 22.05kB 0.0s done [2025-07-30T01:30:51.652Z] #39 DONE 0.3s [2025-07-30T01:30:51.652Z] [2025-07-30T01:30:51.652Z] #40 [security-spire-server internal] load build context [2025-07-30T01:30:51.652Z] #40 transferring context: 23.80kB done [2025-07-30T01:30:51.652Z] #40 DONE 0.4s [2025-07-30T01:30:51.652Z] [2025-07-30T01:30:51.652Z] #41 [security-spire-agent internal] load build context [2025-07-30T01:30:51.652Z] #41 transferring context: 23.33kB 0.0s done [2025-07-30T01:30:51.652Z] #41 DONE 0.4s [2025-07-30T01:30:51.652Z] [2025-07-30T01:30:51.652Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-30T01:30:51.652Z] #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-07-30T01:30:51.911Z] #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-30T01:30:51.911Z] #42 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-07-30T01:30:51.911Z] #42 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-07-30T01:30:52.049Z] 04944245beec: Pull complete [2025-07-30T01:30:52.169Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-07-30T01:30:52.169Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-07-30T01:30:52.169Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-07-30T01:30:52.169Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-07-30T01:30:52.169Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s [2025-07-30T01:30:52.169Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-07-30T01:30:52.169Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-07-30T01:30:52.169Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-07-30T01:30:52.169Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-07-30T01:30:52.169Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.3s [2025-07-30T01:30:52.169Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-07-30T01:30:52.431Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 14.49MB / 36.47MB 0.4s [2025-07-30T01:30:52.431Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.94MB / 36.47MB 0.5s [2025-07-30T01:30:52.936Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s [2025-07-30T01:30:54.007Z] 699f458cf7ca: Pull complete [2025-07-30T01:30:54.007Z] 765212b225bb: Pull complete [2025-07-30T01:30:54.312Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.0s done [2025-07-30T01:30:54.589Z] f23df028b6ca: Pull complete [2025-07-30T01:30:54.854Z] d65c8cfc05b1: Pull complete [2025-07-30T01:30:56.938Z] #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-07-30T01:30:58.312Z] #42 ... [2025-07-30T01:30:58.312Z] [2025-07-30T01:30:58.312Z] #38 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-30T01:30:58.312Z] #38 6.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:30:58.312Z] #38 6.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:30:58.575Z] #38 6.963 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-30T01:30:58.575Z] #38 6.975 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:30:58.575Z] #38 6.982 OK: 8 MiB in 15 packages [2025-07-30T01:30:59.217Z] #38 ... [2025-07-30T01:30:59.217Z] [2025-07-30T01:30:59.217Z] #43 [core-keeper internal] load build context [2025-07-30T01:30:59.217Z] #43 transferring context: 371.44MB 9.9s [2025-07-30T01:30:59.481Z] #43 ... [2025-07-30T01:30:59.481Z] [2025-07-30T01:30:59.481Z] #44 [core-common-config-bootstrapper internal] load build context [2025-07-30T01:30:59.738Z] #44 ... [2025-07-30T01:30:59.738Z] [2025-07-30T01:30:59.738Z] #45 [security-spiffe-token-provider internal] load build context [2025-07-30T01:30:59.738Z] #45 ... [2025-07-30T01:30:59.738Z] [2025-07-30T01:30:59.738Z] #46 [security-secretstore-setup internal] load build context [2025-07-30T01:30:59.995Z] #46 ... [2025-07-30T01:30:59.995Z] [2025-07-30T01:30:59.995Z] #47 [security-proxy-auth internal] load build context [2025-07-30T01:30:59.995Z] #47 ... [2025-07-30T01:30:59.995Z] [2025-07-30T01:30:59.995Z] #48 [core-metadata internal] load build context [2025-07-30T01:31:00.252Z] #48 ... [2025-07-30T01:31:00.252Z] [2025-07-30T01:31:00.252Z] #49 [support-notifications internal] load build context [2025-07-30T01:31:00.252Z] #49 ... [2025-07-30T01:31:00.252Z] [2025-07-30T01:31:00.252Z] #50 [core-command internal] load build context [2025-07-30T01:31:00.252Z] #50 ... [2025-07-30T01:31:00.252Z] [2025-07-30T01:31:00.252Z] #51 [security-proxy-setup internal] load build context [2025-07-30T01:31:00.819Z] #51 ... [2025-07-30T01:31:00.819Z] [2025-07-30T01:31:00.819Z] #52 [security-bootstrapper internal] load build context [2025-07-30T01:31:00.819Z] #52 ... [2025-07-30T01:31:00.819Z] [2025-07-30T01:31:00.819Z] #53 [core-data internal] load build context [2025-07-30T01:31:00.819Z] #53 ... [2025-07-30T01:31:00.819Z] [2025-07-30T01:31:00.819Z] #54 [support-scheduler internal] load build context [2025-07-30T01:31:01.079Z] #54 ... [2025-07-30T01:31:01.079Z] [2025-07-30T01:31:01.079Z] #53 [core-data internal] load build context [2025-07-30T01:31:01.460Z] #53 ... [2025-07-30T01:31:01.460Z] [2025-07-30T01:31:01.460Z] #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-30T01:31:01.460Z] #55 ... [2025-07-30T01:31:01.460Z] [2025-07-30T01:31:01.460Z] #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-30T01:31:01.460Z] #0 5.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:01.460Z] #0 5.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:01.460Z] #0 6.025 (1/3) Installing ca-certificates (20250619-r0) [2025-07-30T01:31:01.460Z] #0 6.180 (2/3) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:01.460Z] #0 6.186 (3/3) Installing tzdata (2025b-r0) [2025-07-30T01:31:01.460Z] #0 6.228 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:01.460Z] #0 6.232 Executing ca-certificates-20250619-r0.trigger [2025-07-30T01:31:01.460Z] #0 6.280 OK: 10 MiB in 17 packages [2025-07-30T01:31:01.717Z] #56 ... [2025-07-30T01:31:01.717Z] [2025-07-30T01:31:01.717Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-30T01:31:01.717Z] #0 6.194 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:01.717Z] #0 6.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:01.717Z] #0 6.593 (1/2) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:01.717Z] #0 6.600 (2/2) Installing su-exec (0.2-r3) [2025-07-30T01:31:01.717Z] #0 6.606 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:01.717Z] #0 6.618 OK: 8 MiB in 16 packages [2025-07-30T01:31:01.717Z] #57 ... [2025-07-30T01:31:01.717Z] [2025-07-30T01:31:01.717Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-30T01:31:01.717Z] #0 6.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:01.717Z] #0 6.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:01.717Z] #0 6.564 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:01.717Z] #0 6.579 (2/4) Installing openssl (3.3.4-r0) [2025-07-30T01:31:01.717Z] #0 6.591 (3/4) Installing su-exec (0.2-r3) [2025-07-30T01:31:01.717Z] #0 6.598 (4/4) Installing yq-go (4.44.1-r2) [2025-07-30T01:31:01.717Z] #0 6.688 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:01.717Z] #0 6.714 OK: 19 MiB in 18 packages [2025-07-30T01:31:02.085Z] #58 ... [2025-07-30T01:31:02.085Z] [2025-07-30T01:31:02.085Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-30T01:31:02.085Z] #0 0.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.085Z] #0 1.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.085Z] #0 1.437 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-30T01:31:02.085Z] #0 1.437 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-30T01:31:02.085Z] #0 1.437 OK: 24171 distinct packages available [2025-07-30T01:31:02.085Z] #0 1.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.085Z] #0 1.604 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.085Z] #0 1.986 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:02.085Z] #0 1.996 (2/4) Installing musl-obstack (1.2.3-r2) [2025-07-30T01:31:02.085Z] #0 1.999 (3/4) Installing libucontext (1.2-r3) [2025-07-30T01:31:02.085Z] #0 2.025 (4/4) Installing gcompat (1.1.0-r4) [2025-07-30T01:31:02.085Z] #0 2.029 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:02.085Z] #0 2.035 OK: 8 MiB in 18 packages [2025-07-30T01:31:02.402Z] #59 ... [2025-07-30T01:31:02.402Z] [2025-07-30T01:31:02.402Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-30T01:31:02.402Z] #60 ... [2025-07-30T01:31:02.402Z] [2025-07-30T01:31:02.402Z] #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-30T01:31:02.402Z] #0 0.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.402Z] #0 0.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.402Z] #0 1.469 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-30T01:31:02.402Z] #0 1.469 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-30T01:31:02.402Z] #0 1.469 OK: 24177 distinct packages available [2025-07-30T01:31:02.402Z] #0 1.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.402Z] #0 1.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.402Z] #0 1.980 OK: 248 MiB in 58 packages [2025-07-30T01:31:02.402Z] #61 ... [2025-07-30T01:31:02.402Z] [2025-07-30T01:31:02.402Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-30T01:31:02.402Z] #62 ... [2025-07-30T01:31:02.402Z] [2025-07-30T01:31:02.402Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-30T01:31:02.720Z] #63 ... [2025-07-30T01:31:02.720Z] [2025-07-30T01:31:02.720Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-30T01:31:02.720Z] #64 ... [2025-07-30T01:31:02.720Z] [2025-07-30T01:31:02.720Z] #65 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-07-30T01:31:02.720Z] #0 0.978 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.720Z] #0 1.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:02.720Z] #0 1.757 OK: 248 MiB in 58 packages [2025-07-30T01:31:03.014Z] #65 ... [2025-07-30T01:31:03.014Z] [2025-07-30T01:31:03.014Z] #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-30T01:31:03.014Z] #0 0.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:03.014Z] #0 0.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:03.014Z] #0 1.748 OK: 248 MiB in 58 packages [2025-07-30T01:31:03.014Z] #66 ... [2025-07-30T01:31:03.014Z] [2025-07-30T01:31:03.014Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-30T01:31:03.014Z] #67 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.5s done [2025-07-30T01:31:03.014Z] #67 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-07-30T01:31:03.014Z] #67 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-07-30T01:31:03.014Z] #67 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-07-30T01:31:03.014Z] #67 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done [2025-07-30T01:31:03.014Z] #67 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-07-30T01:31:03.014Z] #67 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-07-30T01:31:03.014Z] #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.7s done [2025-07-30T01:31:03.014Z] #67 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-07-30T01:31:03.014Z] #67 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 3.8s done [2025-07-30T01:31:03.014Z] #67 ... [2025-07-30T01:31:03.014Z] [2025-07-30T01:31:03.014Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-30T01:31:03.014Z] #0 1.046 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:03.014Z] #0 1.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:03.014Z] #0 1.748 OK: 248 MiB in 58 packages [2025-07-30T01:31:03.271Z] #68 ... [2025-07-30T01:31:03.271Z] [2025-07-30T01:31:03.271Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-30T01:31:03.271Z] #0 0.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:03.271Z] #0 0.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:03.271Z] #0 1.748 OK: 248 MiB in 58 packages [2025-07-30T01:31:03.271Z] #69 ... [2025-07-30T01:31:03.271Z] [2025-07-30T01:31:03.271Z] #70 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-30T01:31:03.271Z] #70 ... [2025-07-30T01:31:03.271Z] [2025-07-30T01:31:03.271Z] #71 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-30T01:31:03.528Z] #71 ... [2025-07-30T01:31:03.528Z] [2025-07-30T01:31:03.528Z] #51 [security-proxy-setup internal] load build context [2025-07-30T01:31:04.094Z] #51 transferring context: 508.61MB 14.6s done [2025-07-30T01:31:06.627Z] #51 ... [2025-07-30T01:31:06.627Z] [2025-07-30T01:31:06.627Z] #46 [security-secretstore-setup internal] load build context [2025-07-30T01:31:06.627Z] #46 transferring context: 508.61MB 14.8s done [2025-07-30T01:31:07.565Z] #46 ... [2025-07-30T01:31:07.565Z] [2025-07-30T01:31:07.565Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-30T01:31:07.565Z] #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.3s done [2025-07-30T01:31:10.165Z] #42 ... [2025-07-30T01:31:10.165Z] [2025-07-30T01:31:10.165Z] #43 [core-keeper internal] load build context [2025-07-30T01:31:10.165Z] #43 transferring context: 508.61MB 14.1s done [2025-07-30T01:31:10.165Z] #43 ... [2025-07-30T01:31:10.165Z] [2025-07-30T01:31:10.165Z] #44 [core-common-config-bootstrapper internal] load build context [2025-07-30T01:31:10.165Z] #44 transferring context: 508.61MB 14.2s done [2025-07-30T01:31:10.165Z] #44 ... [2025-07-30T01:31:10.165Z] [2025-07-30T01:31:10.165Z] #45 [security-spiffe-token-provider internal] load build context [2025-07-30T01:31:10.165Z] #45 transferring context: 508.61MB 13.6s done [2025-07-30T01:31:10.426Z] #45 ... [2025-07-30T01:31:10.426Z] [2025-07-30T01:31:10.426Z] #47 [security-proxy-auth internal] load build context [2025-07-30T01:31:10.426Z] #47 transferring context: 508.61MB 13.5s done [2025-07-30T01:31:10.426Z] #47 ... [2025-07-30T01:31:10.426Z] [2025-07-30T01:31:10.426Z] #50 [core-command internal] load build context [2025-07-30T01:31:10.426Z] #50 transferring context: 508.61MB 13.8s done [2025-07-30T01:31:10.684Z] #50 ... [2025-07-30T01:31:10.684Z] [2025-07-30T01:31:10.684Z] #48 [core-metadata internal] load build context [2025-07-30T01:31:10.684Z] #48 transferring context: 508.61MB 14.1s done [2025-07-30T01:31:10.684Z] #48 ... [2025-07-30T01:31:10.684Z] [2025-07-30T01:31:10.684Z] #49 [support-notifications internal] load build context [2025-07-30T01:31:10.684Z] #49 transferring context: 508.61MB 13.1s done [2025-07-30T01:31:10.944Z] #49 ... [2025-07-30T01:31:10.944Z] [2025-07-30T01:31:10.944Z] #52 [security-bootstrapper internal] load build context [2025-07-30T01:31:10.944Z] #52 transferring context: 508.61MB 14.3s done [2025-07-30T01:31:10.944Z] #52 ... [2025-07-30T01:31:10.944Z] [2025-07-30T01:31:10.944Z] #54 [support-scheduler internal] load build context [2025-07-30T01:31:10.944Z] #54 transferring context: 508.61MB 13.6s done [2025-07-30T01:31:11.580Z] #54 ... [2025-07-30T01:31:11.580Z] [2025-07-30T01:31:11.580Z] #53 [core-data internal] load build context [2025-07-30T01:31:11.580Z] #53 transferring context: 508.61MB 13.4s done [2025-07-30T01:31:13.067Z] 2437ff75d9bd: Pull complete [2025-07-30T01:31:13.067Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-30T01:31:13.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-30T01:31:13.067Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-30T01:31:13.328Z] prd-ubuntu20.04-docker-arm64-4c-16g-5942 does not seem to be running inside a container [2025-07-30T01:31:13.407Z] $ 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/edgex-go/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-07-30T01:31:15.794Z] #53 DONE 25.9s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-30T01:31:15.794Z] #55 DONE 24.2s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #66 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-30T01:31:15.794Z] #66 DONE 24.2s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-30T01:31:15.794Z] #61 DONE 24.2s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #65 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-07-30T01:31:15.794Z] #65 DONE 24.3s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-30T01:31:15.794Z] #68 DONE 24.3s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-30T01:31:15.794Z] #69 DONE 24.3s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #49 [support-notifications internal] load build context [2025-07-30T01:31:15.794Z] #49 DONE 26.0s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-30T01:31:15.794Z] #59 DONE 24.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #50 [core-command internal] load build context [2025-07-30T01:31:15.794Z] #50 DONE 26.3s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-30T01:31:15.794Z] #58 DONE 24.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-30T01:31:15.794Z] #56 DONE 24.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-30T01:31:15.794Z] #60 DONE 24.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-30T01:31:15.794Z] #57 DONE 24.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-30T01:31:15.794Z] #38 DONE 24.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #45 [security-spiffe-token-provider internal] load build context [2025-07-30T01:31:15.794Z] #45 DONE 26.3s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #47 [security-proxy-auth internal] load build context [2025-07-30T01:31:15.794Z] #47 DONE 26.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #54 [support-scheduler internal] load build context [2025-07-30T01:31:15.794Z] #54 DONE 26.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-07-30T01:31:15.794Z] #72 ... [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #43 [core-keeper internal] load build context [2025-07-30T01:31:15.794Z] #43 DONE 26.5s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #44 [core-common-config-bootstrapper internal] load build context [2025-07-30T01:31:15.794Z] #44 DONE 26.4s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #52 [security-bootstrapper internal] load build context [2025-07-30T01:31:15.794Z] #52 DONE 26.5s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #48 [core-metadata internal] load build context [2025-07-30T01:31:15.794Z] #48 DONE 26.1s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #51 [security-proxy-setup internal] load build context [2025-07-30T01:31:15.794Z] #51 DONE 26.5s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #46 [security-secretstore-setup internal] load build context [2025-07-30T01:31:15.794Z] #46 DONE 26.5s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #73 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:31:15.794Z] #73 DONE 0.3s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:31:15.794Z] #74 DONE 0.3s [2025-07-30T01:31:15.794Z] [2025-07-30T01:31:15.794Z] #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:31:16.054Z] #75 ... [2025-07-30T01:31:16.054Z] [2025-07-30T01:31:16.054Z] #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:31:16.054Z] #76 DONE 0.3s [2025-07-30T01:31:16.054Z] [2025-07-30T01:31:16.054Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:31:16.054Z] #77 DONE 0.3s [2025-07-30T01:31:16.054Z] [2025-07-30T01:31:16.054Z] #78 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:31:16.054Z] #78 DONE 0.2s [2025-07-30T01:31:16.054Z] [2025-07-30T01:31:16.054Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-30T01:31:16.054Z] #42 DONE 24.7s [2025-07-30T01:31:16.054Z] [2025-07-30T01:31:16.054Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-30T01:31:16.054Z] #67 DONE 24.6s [2025-07-30T01:31:16.054Z] [2025-07-30T01:31:16.054Z] #79 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:31:16.313Z] $ docker top 0c67eede753f5e1ffb2daf4825088ebebc51e7f6dcd4109f7aaa600eefdab36f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-30T01:31:17.201Z] ---> job-cost.sh [2025-07-30T01:31:17.201Z] lf-activate-venv: SKIPPING [2025-07-30T01:31:17.201Z] INFO: No Stack... [2025-07-30T01:31:17.431Z] #79 ... [2025-07-30T01:31:17.431Z] [2025-07-30T01:31:17.431Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-30T01:31:17.431Z] #62 25.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.431Z] #62 25.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.431Z] #62 25.57 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:17.431Z] #62 25.57 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:17.431Z] #62 25.58 OK: 8 MiB in 15 packages [2025-07-30T01:31:17.431Z] #62 DONE 25.9s [2025-07-30T01:31:17.431Z] [2025-07-30T01:31:17.431Z] #70 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-30T01:31:17.431Z] #70 25.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.431Z] #70 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.431Z] #70 25.55 (1/4) Installing ca-certificates (20250619-r0) [2025-07-30T01:31:17.431Z] #70 25.56 (2/4) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:17.431Z] #70 25.57 (3/4) Installing su-exec (0.2-r3) [2025-07-30T01:31:17.431Z] #70 25.57 (4/4) Installing yq-go (4.44.1-r2) [2025-07-30T01:31:17.431Z] #70 25.66 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:17.431Z] #70 25.68 Executing ca-certificates-20250619-r0.trigger [2025-07-30T01:31:17.431Z] #70 25.74 OK: 19 MiB in 18 packages [2025-07-30T01:31:17.431Z] #70 DONE 25.9s [2025-07-30T01:31:17.431Z] [2025-07-30T01:31:17.431Z] #71 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-30T01:31:17.431Z] #71 25.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.431Z] #71 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.431Z] #71 25.56 (1/7) Installing ca-certificates (20250619-r0) [2025-07-30T01:31:17.431Z] #71 25.58 (2/7) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:17.431Z] #71 25.59 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-07-30T01:31:17.431Z] #71 25.60 (4/7) Installing libsodium (1.0.19-r0) [2025-07-30T01:31:17.431Z] #71 25.62 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-30T01:31:17.431Z] #71 25.64 (6/7) Installing libzmq (4.3.5-r2) [2025-07-30T01:31:17.431Z] #71 25.66 (7/7) Installing zeromq (4.3.5-r2) [2025-07-30T01:31:17.431Z] #71 25.66 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:17.431Z] #71 25.67 Executing ca-certificates-20250619-r0.trigger [2025-07-30T01:31:17.431Z] #71 25.74 OK: 12 MiB in 21 packages [2025-07-30T01:31:17.431Z] #71 DONE 26.0s [2025-07-30T01:31:17.431Z] [2025-07-30T01:31:17.431Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-30T01:31:17.690Z] #80 ... [2025-07-30T01:31:17.690Z] [2025-07-30T01:31:17.690Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-30T01:31:17.690Z] #0 1.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.690Z] #0 1.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.690Z] #0 1.770 OK: 8 MiB in 18 packages [2025-07-30T01:31:17.690Z] #81 DONE 1.9s [2025-07-30T01:31:17.690Z] [2025-07-30T01:31:17.690Z] #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-07-30T01:31:17.690Z] #72 1.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.690Z] #72 1.646 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:17.690Z] #72 2.044 OK: 8 MiB in 15 packages [2025-07-30T01:31:17.786Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-30T01:31:18.256Z] #72 ... [2025-07-30T01:31:18.256Z] [2025-07-30T01:31:18.256Z] #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-30T01:31:18.256Z] #0 1.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.256Z] #0 1.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.256Z] #0 1.945 OK: 10 MiB in 17 packages [2025-07-30T01:31:18.256Z] #82 DONE 2.7s [2025-07-30T01:31:18.370Z] INFO: Archiving Costs [Pipeline] sh [2025-07-30T01:31:18.515Z] [2025-07-30T01:31:18.515Z] #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-07-30T01:31:18.515Z] #72 DONE 2.7s [2025-07-30T01:31:18.515Z] [2025-07-30T01:31:18.515Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-30T01:31:18.515Z] #0 1.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.515Z] #0 1.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.515Z] #0 2.259 OK: 8 MiB in 16 packages [2025-07-30T01:31:18.515Z] #83 DONE 2.7s [2025-07-30T01:31:18.515Z] [2025-07-30T01:31:18.515Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-30T01:31:18.515Z] #64 25.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.515Z] #64 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.515Z] #64 25.58 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-30T01:31:18.515Z] #64 25.58 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-30T01:31:18.515Z] #64 25.58 OK: 24171 distinct packages available [2025-07-30T01:31:18.515Z] #64 25.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.515Z] #64 25.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.515Z] #64 26.30 (1/14) Installing ca-certificates (20250619-r0) [2025-07-30T01:31:18.515Z] #64 26.32 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-30T01:31:18.515Z] #64 26.36 (3/14) Installing c-ares (1.33.1-r0) [2025-07-30T01:31:18.515Z] #64 26.36 (4/14) Installing libunistring (1.2-r0) [2025-07-30T01:31:18.515Z] #64 26.39 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-30T01:31:18.515Z] #64 26.39 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-30T01:31:18.515Z] #64 26.40 (7/14) Installing libpsl (0.21.5-r1) [2025-07-30T01:31:18.515Z] #64 26.40 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-30T01:31:18.515Z] #64 26.41 (9/14) Installing libcurl (8.12.1-r0) [2025-07-30T01:31:18.515Z] #64 26.42 (10/14) Installing curl (8.12.1-r0) [2025-07-30T01:31:18.515Z] #64 26.43 (11/14) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:18.515Z] #64 26.44 (12/14) Installing musl-obstack (1.2.3-r2) [2025-07-30T01:31:18.515Z] #64 26.45 (13/14) Installing libucontext (1.2-r3) [2025-07-30T01:31:18.515Z] #64 26.45 (14/14) Installing gcompat (1.1.0-r4) [2025-07-30T01:31:18.515Z] #64 26.46 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:18.515Z] #64 26.46 Executing ca-certificates-20250619-r0.trigger [2025-07-30T01:31:18.515Z] #64 26.51 OK: 13 MiB in 28 packages [2025-07-30T01:31:18.515Z] #64 DONE 26.8s [2025-07-30T01:31:18.515Z] [2025-07-30T01:31:18.515Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-30T01:31:18.516Z] #63 24.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.516Z] #63 25.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.516Z] #63 25.64 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-30T01:31:18.516Z] #63 25.64 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-30T01:31:18.516Z] #63 25.64 OK: 24171 distinct packages available [2025-07-30T01:31:18.516Z] #63 25.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.516Z] #63 25.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.516Z] #63 26.29 (1/5) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:18.516Z] #63 26.31 (2/5) Installing musl-obstack (1.2.3-r2) [2025-07-30T01:31:18.516Z] #63 26.33 (3/5) Installing libucontext (1.2-r3) [2025-07-30T01:31:18.516Z] #63 26.36 (4/5) Installing gcompat (1.1.0-r4) [2025-07-30T01:31:18.516Z] #63 26.37 (5/5) Installing openssl (3.3.4-r0) [2025-07-30T01:31:18.516Z] #63 26.38 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:18.516Z] #63 26.39 OK: 9 MiB in 19 packages [2025-07-30T01:31:18.516Z] #63 DONE 26.8s [2025-07-30T01:31:18.516Z] [2025-07-30T01:31:18.516Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-30T01:31:18.516Z] #0 1.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.516Z] #0 1.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:18.516Z] #0 2.295 OK: 19 MiB in 18 packages [2025-07-30T01:31:18.516Z] #84 DONE 2.7s [2025-07-30T01:31:18.516Z] [2025-07-30T01:31:18.516Z] #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-30T01:31:18.516Z] #85 DONE 0.8s [2025-07-30T01:31:18.516Z] [2025-07-30T01:31:18.516Z] #86 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-07-30T01:31:18.516Z] #86 ... [2025-07-30T01:31:18.516Z] [2025-07-30T01:31:18.516Z] #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-07-30T01:31:18.516Z] #87 DONE 0.2s [2025-07-30T01:31:18.774Z] [2025-07-30T01:31:18.774Z] #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-07-30T01:31:18.774Z] #88 DONE 0.2s [2025-07-30T01:31:18.774Z] [2025-07-30T01:31:18.774Z] #89 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-30T01:31:18.774Z] #89 DONE 0.0s [2025-07-30T01:31:18.774Z] [2025-07-30T01:31:18.774Z] #90 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-07-30T01:31:18.774Z] #90 DONE 0.1s [2025-07-30T01:31:18.774Z] [2025-07-30T01:31:18.774Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-30T01:31:18.774Z] #91 ... [2025-07-30T01:31:18.774Z] [2025-07-30T01:31:18.774Z] #92 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-07-30T01:31:18.774Z] #92 DONE 0.0s [2025-07-30T01:31:18.774Z] [2025-07-30T01:31:18.774Z] #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-07-30T01:31:18.774Z] #93 DONE 0.1s [2025-07-30T01:31:19.015Z] + cut -d, -f6 [2025-07-30T01:31:19.015Z] + cat /w/workspace/edgex-go/876/archives/cost.csv [2025-07-30T01:31:19.032Z] [2025-07-30T01:31:19.032Z] #94 [security-spire-config] exporting to image [2025-07-30T01:31:19.032Z] #94 exporting layers [Pipeline] lock [2025-07-30T01:31:19.073Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-876-stack-cost] [2025-07-30T01:31:19.080Z] Resource [jenkins-edgexfoundry-edgex-go-main-876-stack-cost] did not exist. Created. [2025-07-30T01:31:19.085Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-876-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-30T01:31:19.597Z] #94 exporting layers 0.6s done [2025-07-30T01:31:19.597Z] #94 writing image sha256:f42339429aa12502ce3e8bd218b04a6c8075f75c1eebd7c994c46c32c711d6aa done [2025-07-30T01:31:19.597Z] #94 naming to docker.io/library/security-spire-config done [2025-07-30T01:31:19.597Z] #94 DONE 0.6s [2025-07-30T01:31:19.597Z] [2025-07-30T01:31:19.597Z] #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-30T01:31:19.597Z] #95 DONE 1.1s [2025-07-30T01:31:19.597Z] [2025-07-30T01:31:19.597Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-30T01:31:19.597Z] #80 1.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:19.597Z] #80 1.757 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:19.597Z] #80 ... [2025-07-30T01:31:19.597Z] [2025-07-30T01:31:19.597Z] #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-07-30T01:31:19.597Z] #96 DONE 0.1s [2025-07-30T01:31:19.597Z] [2025-07-30T01:31:19.597Z] #97 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-30T01:31:19.597Z] #0 1.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:19.597Z] #0 1.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:19.597Z] #0 2.100 OK: 8 MiB in 15 packages [2025-07-30T01:31:19.597Z] #97 DONE 2.2s [2025-07-30T01:31:19.597Z] [2025-07-30T01:31:19.597Z] #98 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-30T01:31:19.597Z] #0 1.721 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:19.597Z] #0 1.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:19.597Z] #0 2.146 OK: 19 MiB in 18 packages [2025-07-30T01:31:19.597Z] #98 DONE 2.3s [2025-07-30T01:31:19.597Z] [2025-07-30T01:31:19.597Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-30T01:31:19.597Z] #80 2.117 OK: 12 MiB in 21 packages [2025-07-30T01:31:19.734Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-30T01:31:19.856Z] #80 DONE 2.3s [2025-07-30T01:31:19.856Z] [2025-07-30T01:31:19.856Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-30T01:31:19.856Z] #91 1.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:19.856Z] #91 1.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:20.114Z] #91 1.615 OK: 13 MiB in 28 packages [2025-07-30T01:31:20.114Z] #91 DONE 1.8s [2025-07-30T01:31:20.114Z] [2025-07-30T01:31:20.114Z] #86 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-07-30T01:31:20.114Z] #86 1.167 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:20.114Z] #86 1.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:20.114Z] #86 1.644 OK: 9 MiB in 19 packages [2025-07-30T01:31:20.386Z] #86 DONE 1.8s [2025-07-30T01:31:20.386Z] [2025-07-30T01:31:20.386Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-30T01:31:20.462Z] Stashed 1 file(s) [Pipeline] } [2025-07-30T01:31:20.471Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-876-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-30T01:31:20.504Z] $ docker stop --time=1 0c67eede753f5e1ffb2daf4825088ebebc51e7f6dcd4109f7aaa600eefdab36f [2025-07-30T01:31:20.954Z] #99 DONE 0.7s [2025-07-30T01:31:20.954Z] [2025-07-30T01:31:20.954Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-30T01:31:20.954Z] #100 DONE 0.7s [2025-07-30T01:31:20.954Z] [2025-07-30T01:31:20.954Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-07-30T01:31:20.954Z] #101 DONE 0.1s [2025-07-30T01:31:20.954Z] [2025-07-30T01:31:20.954Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-30T01:31:21.521Z] #102 ... [2025-07-30T01:31:21.521Z] [2025-07-30T01:31:21.521Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-30T01:31:21.521Z] #103 DONE 0.6s [2025-07-30T01:31:21.521Z] [2025-07-30T01:31:21.521Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-30T01:31:21.521Z] #102 DONE 0.6s [2025-07-30T01:31:21.521Z] [2025-07-30T01:31:21.521Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-07-30T01:31:21.521Z] #104 DONE 0.0s [2025-07-30T01:31:21.521Z] [2025-07-30T01:31:21.521Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-07-30T01:31:21.521Z] #105 DONE 0.0s [2025-07-30T01:31:21.521Z] [2025-07-30T01:31:21.521Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-30T01:31:21.521Z] #106 DONE 0.0s [2025-07-30T01:31:21.521Z] [2025-07-30T01:31:21.521Z] #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-30T01:31:21.779Z] #107 DONE 0.0s [2025-07-30T01:31:21.779Z] [2025-07-30T01:31:21.779Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-07-30T01:31:21.779Z] #108 DONE 0.0s [2025-07-30T01:31:21.779Z] [2025-07-30T01:31:21.779Z] #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-07-30T01:31:21.779Z] #109 DONE 0.1s [2025-07-30T01:31:21.779Z] [2025-07-30T01:31:21.779Z] #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-07-30T01:31:21.779Z] #110 DONE 0.0s [2025-07-30T01:31:21.779Z] [2025-07-30T01:31:21.779Z] #111 [security-spire-server] exporting to image [2025-07-30T01:31:21.779Z] #111 ... [2025-07-30T01:31:21.779Z] [2025-07-30T01:31:21.779Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-07-30T01:31:21.779Z] #112 DONE 0.0s [2025-07-30T01:31:22.027Z] $ docker rm -f --volumes 0c67eede753f5e1ffb2daf4825088ebebc51e7f6dcd4109f7aaa600eefdab36f [2025-07-30T01:31:22.037Z] [2025-07-30T01:31:22.037Z] #113 [security-spire-agent] exporting to image [2025-07-30T01:31:22.037Z] #113 ... [2025-07-30T01:31:22.037Z] [2025-07-30T01:31:22.037Z] #111 [security-spire-server] exporting to image [2025-07-30T01:31:22.037Z] #111 exporting layers 0.4s done [2025-07-30T01:31:22.037Z] #111 writing image sha256:c572d51e3fdbc873749d7c7b5af339dfc7fc5394f4b05db7d238d418cc2122d7 done [2025-07-30T01:31:22.037Z] #111 naming to docker.io/library/security-spire-server done [2025-07-30T01:31:22.037Z] #111 DONE 0.5s [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2025-07-30T01:31:22.295Z] [2025-07-30T01:31:22.295Z] #113 [security-spire-agent] exporting to image [2025-07-30T01:31:22.295Z] #113 exporting layers 0.4s done [2025-07-30T01:31:22.295Z] #113 writing image sha256:597b72156f58b5b3e213a742d289986c8aca712438f47ff3eddef6458355a5ba done [2025-07-30T01:31:22.295Z] #113 naming to docker.io/library/security-spire-agent done [2025-07-30T01:31:22.295Z] #113 DONE 0.4s [2025-07-30T01:31:22.295Z] [2025-07-30T01:31:22.295Z] #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-30T01:31:22.382Z] Failed in branch arm64 [2025-07-30T01:31:24.198Z] #114 ... [2025-07-30T01:31:24.198Z] [2025-07-30T01:31:24.198Z] #115 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-30T01:31:24.198Z] #0 1.568 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:24.198Z] #0 4.597 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:24.198Z] #0 8.233 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-30T01:31:24.198Z] #115 ... [2025-07-30T01:31:24.198Z] [2025-07-30T01:31:24.198Z] #116 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-30T01:31:24.198Z] #0 1.675 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:24.198Z] #0 4.633 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-30T01:31:24.198Z] #0 8.351 OK: 248 MiB in 58 packages [2025-07-30T01:31:24.198Z] #116 DONE 8.5s [2025-07-30T01:31:24.198Z] [2025-07-30T01:31:24.198Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:31:24.198Z] #117 ... [2025-07-30T01:31:24.198Z] [2025-07-30T01:31:24.198Z] #118 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-30T01:31:24.198Z] #118 DONE 0.1s [2025-07-30T01:31:24.198Z] [2025-07-30T01:31:24.198Z] #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:31:26.104Z] #119 ... [2025-07-30T01:31:26.104Z] [2025-07-30T01:31:26.104Z] #115 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-30T01:31:26.104Z] #115 9.916 Executing busybox-1.36.1-r29.trigger [2025-07-30T01:31:26.104Z] #115 9.924 OK: 8 MiB in 15 packages [2025-07-30T01:31:26.104Z] #115 DONE 10.1s [2025-07-30T01:31:26.104Z] [2025-07-30T01:31:26.104Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:04.823Z] #120 DONE 45.9s [2025-07-30T01:32:04.823Z] [2025-07-30T01:32:04.823Z] #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:04.823Z] #114 DONE 45.9s [2025-07-30T01:32:04.823Z] [2025-07-30T01:32:04.823Z] #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:04.823Z] #75 DONE 45.9s [2025-07-30T01:32:04.823Z] [2025-07-30T01:32:04.823Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:04.823Z] #117 DONE 45.9s [2025-07-30T01:32:04.823Z] [2025-07-30T01:32:04.823Z] #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:04.823Z] #79 DONE 46.0s [2025-07-30T01:32:04.823Z] [2025-07-30T01:32:04.823Z] #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:04.823Z] #119 DONE 37.8s [2025-07-30T01:32:04.823Z] [2025-07-30T01:32:04.823Z] #121 [core-command builder 6/7] COPY . . [2025-07-30T01:32:12.944Z] #121 ... [2025-07-30T01:32:12.944Z] [2025-07-30T01:32:12.944Z] #122 [support-notifications builder 6/7] COPY . . [2025-07-30T01:32:12.944Z] #122 ... [2025-07-30T01:32:12.944Z] [2025-07-30T01:32:12.944Z] #123 [support-scheduler builder 6/7] COPY . . [2025-07-30T01:32:12.944Z] #123 ... [2025-07-30T01:32:12.944Z] [2025-07-30T01:32:12.944Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-07-30T01:32:12.944Z] #124 ... [2025-07-30T01:32:12.944Z] [2025-07-30T01:32:12.944Z] #125 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-30T01:32:12.944Z] #125 ... [2025-07-30T01:32:12.944Z] [2025-07-30T01:32:12.944Z] #126 [core-keeper builder 7/8] COPY . . [2025-07-30T01:32:13.511Z] #126 DONE 11.5s [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #122 [support-notifications builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #122 DONE 11.6s [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-30T01:32:13.511Z] #127 ... [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #124 DONE 11.6s [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:13.511Z] #128 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #129 [security-secretstore-setup builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #129 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:32:13.511Z] #130 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #131 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:32:13.511Z] #131 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #132 [security-proxy-setup builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #132 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:13.511Z] #133 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #121 [core-data builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #121 DONE 11.6s [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #134 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #134 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:13.511Z] #135 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:32:13.511Z] #136 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:13.511Z] #137 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #138 [core-command builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #138 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #139 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:32:13.511Z] #139 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:13.511Z] #140 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #141 [security-proxy-auth builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #141 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #142 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:32:13.511Z] #142 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #143 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-30T01:32:13.511Z] #143 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #144 [core-metadata builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #144 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #145 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-07-30T01:32:13.511Z] #145 CACHED [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #123 [support-scheduler builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #123 DONE 11.6s [2025-07-30T01:32:13.511Z] [2025-07-30T01:32:13.511Z] #125 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-30T01:32:13.511Z] #125 DONE 11.6s [2025-07-30T01:32:13.769Z] [2025-07-30T01:32:13.769Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-30T01:32:14.704Z] #146 1.023 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-07-30T01:32:24.683Z] #146 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-30T01:32:24.683Z] #0 0.867 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-30T01:32:24.683Z] #147 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-30T01:32:24.683Z] #0 0.855 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-30T01:32:24.683Z] #148 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-30T01:32:24.683Z] #0 1.052 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-30T01:32:24.683Z] #149 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-30T01:32:24.683Z] #0 1.005 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-30T01:32:24.683Z] #150 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-30T01:32:24.683Z] #0 1.048 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-30T01:32:24.683Z] #151 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-30T01:32:24.683Z] #0 1.039 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-30T01:32:24.683Z] #152 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-30T01:32:24.683Z] #0 0.932 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-30T01:32:24.683Z] #153 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-30T01:32:24.683Z] #127 0.826 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-30T01:32:24.683Z] #127 ... [2025-07-30T01:32:24.683Z] [2025-07-30T01:32:24.683Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-30T01:32:24.683Z] #0 1.038 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-30T01:32:24.942Z] #154 ... [2025-07-30T01:32:24.942Z] [2025-07-30T01:32:24.942Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-30T01:32:24.942Z] #0 0.950 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-30T01:32:24.942Z] #155 ... [2025-07-30T01:32:24.942Z] [2025-07-30T01:32:24.942Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-30T01:32:24.942Z] #0 0.854 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-30T01:34:01.367Z] #156 ... [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-30T01:34:01.367Z] #150 DONE 99.6s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-30T01:34:01.367Z] #151 DONE 99.6s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:34:01.367Z] #157 DONE 0.2s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-07-30T01:34:01.367Z] #158 DONE 0.2s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-30T01:34:01.367Z] #159 ... [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:34:01.367Z] #160 DONE 0.1s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-07-30T01:34:01.367Z] #161 DONE 0.3s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-07-30T01:34:01.367Z] #162 DONE 0.2s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-30T01:34:01.367Z] #146 ... [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-07-30T01:34:01.367Z] #163 DONE 0.1s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-30T01:34:01.367Z] #164 ... [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-30T01:34:01.367Z] #159 DONE 1.0s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:34:01.367Z] #165 DONE 0.2s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:34:01.367Z] #166 DONE 0.2s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-30T01:34:01.367Z] #167 DONE 0.3s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-07-30T01:34:01.367Z] #168 DONE 0.1s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-30T01:34:01.367Z] #164 DONE 1.2s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #169 [core-common-config-bootstrapper] exporting to image [2025-07-30T01:34:01.367Z] #169 exporting layers [2025-07-30T01:34:01.367Z] #169 ... [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-07-30T01:34:01.367Z] #170 DONE 0.3s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-07-30T01:34:01.367Z] #171 DONE 0.0s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #169 [core-common-config-bootstrapper] exporting to image [2025-07-30T01:34:01.367Z] #169 exporting layers 0.3s done [2025-07-30T01:34:01.367Z] #169 writing image sha256:8f2ba60981a2d635fa405147203837443b015566f62aa877520f16b2a6f50b1e done [2025-07-30T01:34:01.367Z] #169 naming to docker.io/library/core-common-config-bootstrapper done [2025-07-30T01:34:01.367Z] #169 DONE 0.4s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-07-30T01:34:01.367Z] #172 DONE 0.1s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-07-30T01:34:01.367Z] #173 DONE 0.1s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-30T01:34:01.367Z] #149 ... [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-07-30T01:34:01.367Z] #174 DONE 1.1s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #175 [security-bootstrapper] exporting to image [2025-07-30T01:34:01.367Z] #175 exporting layers 0.4s done [2025-07-30T01:34:01.367Z] #175 writing image sha256:0a7ba313166b2aa67a3f352950b9c5ffadaab5d004bb8a7d94ed4e3866c49018 0.0s done [2025-07-30T01:34:01.367Z] #175 naming to docker.io/library/security-bootstrapper [2025-07-30T01:34:01.367Z] #175 naming to docker.io/library/security-bootstrapper done [2025-07-30T01:34:01.367Z] #175 DONE 0.4s [2025-07-30T01:34:01.367Z] [2025-07-30T01:34:01.367Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-30T01:34:57.577Z] #154 ... [2025-07-30T01:34:57.577Z] [2025-07-30T01:34:57.577Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-30T01:34:57.577Z] #148 158.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-30T01:35:02.836Z] #148 DONE 169.1s [2025-07-30T01:35:02.836Z] [2025-07-30T01:35:02.836Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-30T01:35:02.836Z] #153 DONE 169.1s [2025-07-30T01:35:02.836Z] [2025-07-30T01:35:02.836Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-30T01:35:02.836Z] #155 DONE 169.1s [2025-07-30T01:35:02.836Z] [2025-07-30T01:35:02.836Z] #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-30T01:35:02.836Z] #127 DONE 169.1s [2025-07-30T01:35:02.836Z] [2025-07-30T01:35:02.836Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-30T01:35:02.836Z] #146 DONE 169.1s [2025-07-30T01:35:02.836Z] [2025-07-30T01:35:02.836Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:02.836Z] #176 DONE 0.3s [2025-07-30T01:35:02.836Z] [2025-07-30T01:35:02.836Z] #177 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:02.836Z] #177 DONE 0.2s [2025-07-30T01:35:02.836Z] [2025-07-30T01:35:02.836Z] #178 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-30T01:35:03.094Z] #178 ... [2025-07-30T01:35:03.094Z] [2025-07-30T01:35:03.094Z] #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:03.094Z] #179 DONE 0.3s [2025-07-30T01:35:03.094Z] [2025-07-30T01:35:03.094Z] #180 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:03.094Z] #180 DONE 0.2s [2025-07-30T01:35:03.095Z] [2025-07-30T01:35:03.095Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-30T01:35:03.095Z] #152 DONE 169.5s [2025-07-30T01:35:03.095Z] [2025-07-30T01:35:03.095Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-30T01:35:03.095Z] #149 DONE 169.6s [2025-07-30T01:35:03.095Z] [2025-07-30T01:35:03.095Z] #176 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:03.095Z] #176 DONE 0.3s [2025-07-30T01:35:03.095Z] [2025-07-30T01:35:03.095Z] #181 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:03.095Z] #181 DONE 0.2s [2025-07-30T01:35:03.095Z] [2025-07-30T01:35:03.095Z] #182 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:03.356Z] #182 ... [2025-07-30T01:35:03.356Z] [2025-07-30T01:35:03.356Z] #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:03.356Z] #183 DONE 0.3s [2025-07-30T01:35:03.356Z] [2025-07-30T01:35:03.356Z] #184 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:03.356Z] #184 CACHED [2025-07-30T01:35:03.356Z] [2025-07-30T01:35:03.356Z] #185 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:03.356Z] #185 CACHED [2025-07-30T01:35:03.356Z] [2025-07-30T01:35:03.356Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-30T01:35:03.356Z] #156 DONE 169.8s [2025-07-30T01:35:03.356Z] [2025-07-30T01:35:03.356Z] #178 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-30T01:35:03.356Z] #178 DONE 0.3s [2025-07-30T01:35:03.356Z] [2025-07-30T01:35:03.356Z] #186 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:03.356Z] #186 DONE 0.3s [2025-07-30T01:35:03.356Z] [2025-07-30T01:35:03.356Z] #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:03.356Z] #187 DONE 0.4s [2025-07-30T01:35:03.356Z] [2025-07-30T01:35:03.356Z] #188 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-07-30T01:35:03.658Z] #188 ... [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:03.658Z] #176 DONE 0.3s [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #183 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:03.658Z] #183 DONE 0.3s [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #189 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:03.658Z] #189 CACHED [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #190 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:03.658Z] #190 CACHED [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #182 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:03.658Z] #182 DONE 0.4s [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #191 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:03.658Z] #191 DONE 0.3s [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-07-30T01:35:03.658Z] #192 DONE 0.3s [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-07-30T01:35:03.658Z] #193 DONE 0.3s [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #194 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-30T01:35:03.658Z] #194 DONE 0.3s [2025-07-30T01:35:03.658Z] [2025-07-30T01:35:03.658Z] #195 [core-keeper] exporting to image [2025-07-30T01:35:03.658Z] #195 exporting layers [2025-07-30T01:35:03.917Z] #195 ... [2025-07-30T01:35:03.917Z] [2025-07-30T01:35:03.917Z] #188 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-07-30T01:35:03.917Z] #188 DONE 0.5s [2025-07-30T01:35:04.177Z] [2025-07-30T01:35:04.177Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-30T01:35:04.177Z] #196 DONE 0.5s [2025-07-30T01:35:04.177Z] [2025-07-30T01:35:04.177Z] #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-30T01:35:04.177Z] #197 DONE 0.6s [2025-07-30T01:35:04.177Z] [2025-07-30T01:35:04.177Z] #198 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:04.177Z] #198 DONE 0.5s [2025-07-30T01:35:04.177Z] [2025-07-30T01:35:04.177Z] #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-30T01:35:04.177Z] #199 DONE 0.6s [2025-07-30T01:35:04.177Z] [2025-07-30T01:35:04.177Z] #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-30T01:35:04.177Z] #200 DONE 0.6s [2025-07-30T01:35:04.177Z] [2025-07-30T01:35:04.177Z] #195 [core-keeper] exporting to image [2025-07-30T01:35:04.177Z] #195 exporting layers 0.5s done [2025-07-30T01:35:04.177Z] #195 writing image sha256:be50a4bf29be25ad707fb73c8ddaaf93c4ff9d960279a17d33333cb3ced55958 done [2025-07-30T01:35:04.177Z] #195 naming to docker.io/library/core-keeper done [2025-07-30T01:35:04.177Z] #195 DONE 0.6s [2025-07-30T01:35:04.177Z] [2025-07-30T01:35:04.177Z] #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-30T01:35:04.177Z] #201 DONE 0.6s [2025-07-30T01:35:04.177Z] [2025-07-30T01:35:04.177Z] #202 [core-command] exporting to image [2025-07-30T01:35:04.436Z] #202 ... [2025-07-30T01:35:04.436Z] [2025-07-30T01:35:04.436Z] #203 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-30T01:35:04.436Z] #203 DONE 0.3s [2025-07-30T01:35:04.436Z] [2025-07-30T01:35:04.436Z] #202 [core-command] exporting to image [2025-07-30T01:35:04.436Z] #202 exporting layers 0.1s done [2025-07-30T01:35:04.436Z] #202 ... [2025-07-30T01:35:04.436Z] [2025-07-30T01:35:04.436Z] #204 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-30T01:35:04.436Z] #204 DONE 0.3s [2025-07-30T01:35:04.436Z] [2025-07-30T01:35:04.436Z] #205 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-07-30T01:35:04.436Z] #205 DONE 0.3s [2025-07-30T01:35:04.436Z] [2025-07-30T01:35:04.436Z] #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-30T01:35:04.436Z] #206 DONE 0.4s [2025-07-30T01:35:04.436Z] [2025-07-30T01:35:04.436Z] #207 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-07-30T01:35:04.436Z] #207 DONE 0.3s [2025-07-30T01:35:04.436Z] [2025-07-30T01:35:04.436Z] #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-07-30T01:35:04.436Z] #208 DONE 0.3s [2025-07-30T01:35:04.436Z] [2025-07-30T01:35:04.436Z] #202 [core-command] exporting to image [2025-07-30T01:35:04.436Z] #202 writing image sha256:db9257e99a7dcd98cd9da7106ec5a26e727949a30e1de45bd9577bacfa03e6d5 done [2025-07-30T01:35:04.436Z] #202 naming to docker.io/library/core-command 0.0s done [2025-07-30T01:35:04.695Z] #202 DONE 0.4s [2025-07-30T01:35:04.695Z] [2025-07-30T01:35:04.695Z] #209 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-07-30T01:35:04.695Z] #209 DONE 0.4s [2025-07-30T01:35:04.695Z] [2025-07-30T01:35:04.695Z] #210 [security-spiffe-token-provider] exporting to image [2025-07-30T01:35:05.264Z] #210 ... [2025-07-30T01:35:05.264Z] [2025-07-30T01:35:05.264Z] #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-07-30T01:35:05.264Z] #211 DONE 0.8s [2025-07-30T01:35:05.264Z] [2025-07-30T01:35:05.264Z] #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-30T01:35:05.264Z] #212 DONE 0.8s [2025-07-30T01:35:05.264Z] [2025-07-30T01:35:05.264Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-07-30T01:35:05.264Z] #213 DONE 0.7s [2025-07-30T01:35:05.264Z] [2025-07-30T01:35:05.264Z] #214 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-07-30T01:35:05.264Z] #214 DONE 0.5s [2025-07-30T01:35:05.264Z] [2025-07-30T01:35:05.264Z] #210 [security-spiffe-token-provider] exporting to image [2025-07-30T01:35:05.264Z] #210 exporting layers 0.6s done [2025-07-30T01:35:05.264Z] #210 writing image sha256:4173a4f1bce77c3a03073ef1c80f3fce8acd6964aef07be3f82dbe5bb8571b91 0.0s done [2025-07-30T01:35:05.264Z] #210 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2025-07-30T01:35:05.264Z] #210 DONE 0.7s [2025-07-30T01:35:05.264Z] [2025-07-30T01:35:05.264Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-30T01:35:05.264Z] #147 DONE 171.8s [2025-07-30T01:35:05.264Z] [2025-07-30T01:35:05.264Z] #215 [core-data] exporting to image [2025-07-30T01:35:05.524Z] #215 exporting layers 0.3s done [2025-07-30T01:35:05.524Z] #215 writing image sha256:3418e38144b4bfa614c84fadc88010870c3940812ca613d7e2cf96ba90f8e580 done [2025-07-30T01:35:05.524Z] #215 naming to docker.io/library/core-data 0.0s done [2025-07-30T01:35:05.524Z] #215 DONE 0.3s [2025-07-30T01:35:05.524Z] [2025-07-30T01:35:05.524Z] #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-07-30T01:35:05.524Z] #216 DONE 0.3s [2025-07-30T01:35:05.524Z] [2025-07-30T01:35:05.524Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-30T01:35:05.524Z] #154 DONE 171.9s [2025-07-30T01:35:05.524Z] [2025-07-30T01:35:05.524Z] #217 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:05.524Z] #217 ... [2025-07-30T01:35:05.524Z] [2025-07-30T01:35:05.524Z] #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-30T01:35:05.524Z] #218 DONE 1.0s [2025-07-30T01:35:05.783Z] [2025-07-30T01:35:05.783Z] #219 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-30T01:35:05.783Z] #219 DONE 0.3s [2025-07-30T01:35:05.783Z] [2025-07-30T01:35:05.783Z] #220 [security-proxy-auth] exporting to image [2025-07-30T01:35:05.783Z] #220 ... [2025-07-30T01:35:05.783Z] [2025-07-30T01:35:05.783Z] #221 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:05.783Z] #221 DONE 0.3s [2025-07-30T01:35:05.783Z] [2025-07-30T01:35:05.783Z] #217 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-30T01:35:05.783Z] #217 DONE 0.3s [2025-07-30T01:35:05.783Z] [2025-07-30T01:35:05.783Z] #222 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-30T01:35:05.783Z] #222 DONE 0.7s [2025-07-30T01:35:05.783Z] [2025-07-30T01:35:05.783Z] #223 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-30T01:35:05.783Z] #223 DONE 0.1s [2025-07-30T01:35:05.783Z] [2025-07-30T01:35:05.783Z] #224 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:05.783Z] #224 DONE 0.1s [2025-07-30T01:35:05.783Z] [2025-07-30T01:35:05.783Z] #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-30T01:35:05.783Z] #225 DONE 0.1s [2025-07-30T01:35:06.086Z] [2025-07-30T01:35:06.086Z] #226 [security-proxy-setup] exporting to image [2025-07-30T01:35:06.346Z] #226 ... [2025-07-30T01:35:06.346Z] [2025-07-30T01:35:06.346Z] #227 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-07-30T01:35:06.346Z] #227 DONE 0.4s [2025-07-30T01:35:06.346Z] [2025-07-30T01:35:06.346Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-07-30T01:35:06.346Z] #228 DONE 0.4s [2025-07-30T01:35:06.346Z] [2025-07-30T01:35:06.346Z] #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-07-30T01:35:06.346Z] #229 DONE 0.1s [2025-07-30T01:35:06.346Z] [2025-07-30T01:35:06.346Z] #230 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-07-30T01:35:06.346Z] #230 DONE 0.1s [2025-07-30T01:35:06.346Z] [2025-07-30T01:35:06.346Z] #231 [core-metadata] exporting to image [2025-07-30T01:35:06.346Z] #231 exporting layers 1.2s done [2025-07-30T01:35:06.346Z] #231 writing image sha256:71dbc1cbe4323f6c56ba8d1f9c0557b3b90ecb59900ace94385d118ab58c2653 0.0s done [2025-07-30T01:35:06.346Z] #231 naming to docker.io/library/core-metadata 0.0s done [2025-07-30T01:35:06.346Z] #231 DONE 1.3s [2025-07-30T01:35:06.346Z] [2025-07-30T01:35:06.346Z] #226 [security-proxy-setup] exporting to image [2025-07-30T01:35:06.346Z] #226 exporting layers 0.6s done [2025-07-30T01:35:06.346Z] #226 writing image sha256:b55ab12597590bc22db6f1575a5237b9176adf1bc978d7e9ebd7ac1e68f5bc03 [2025-07-30T01:35:06.604Z] #226 writing image sha256:b55ab12597590bc22db6f1575a5237b9176adf1bc978d7e9ebd7ac1e68f5bc03 0.0s done [2025-07-30T01:35:06.604Z] #226 naming to docker.io/library/security-proxy-setup done [2025-07-30T01:35:06.604Z] #226 DONE 0.6s [2025-07-30T01:35:06.604Z] [2025-07-30T01:35:06.604Z] #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-30T01:35:06.604Z] #232 DONE 0.6s [2025-07-30T01:35:06.604Z] [2025-07-30T01:35:06.604Z] #220 [security-proxy-auth] exporting to image [2025-07-30T01:35:06.604Z] #220 exporting layers 0.9s done [2025-07-30T01:35:06.604Z] #220 writing image sha256:a80155b4c0f1d9259a1abafca625feec4d308f55f9e542ccfa87e47ac7c651e1 0.0s done [2025-07-30T01:35:06.604Z] #220 naming to docker.io/library/security-proxy-auth 0.0s done [2025-07-30T01:35:06.604Z] #220 DONE 0.9s [2025-07-30T01:35:06.604Z] [2025-07-30T01:35:06.604Z] #233 [security-secretstore-setup] exporting to image [2025-07-30T01:35:06.604Z] #233 ... [2025-07-30T01:35:06.604Z] [2025-07-30T01:35:06.604Z] #234 [support-notifications] exporting to image [2025-07-30T01:35:06.604Z] #234 exporting layers 0.3s done [2025-07-30T01:35:06.604Z] #234 writing image sha256:03f1c23d59f4cd3ff592ba36f6b9533b2f1aa71a044f98014dcef286dc6c3792 done [2025-07-30T01:35:06.604Z] #234 naming to docker.io/library/support-notifications done [2025-07-30T01:35:06.604Z] #234 DONE 0.3s [2025-07-30T01:35:06.604Z] [2025-07-30T01:35:06.604Z] #235 [support-scheduler] exporting to image [2025-07-30T01:35:06.604Z] #235 exporting layers 0.3s done [2025-07-30T01:35:06.604Z] #235 writing image sha256:a2d86c8b06e67a3244f1bd8da5134603dbf51de84d63a08762265a3d414da086 0.0s done [2025-07-30T01:35:06.604Z] #235 naming to docker.io/library/support-scheduler done [2025-07-30T01:35:06.604Z] #235 DONE 0.3s [2025-07-30T01:35:06.863Z] [2025-07-30T01:35:06.863Z] #233 [security-secretstore-setup] exporting to image [2025-07-30T01:35:06.863Z] #233 exporting layers 0.3s done [2025-07-30T01:35:06.863Z] #233 writing image sha256:4b8dbb3ef2affe930c92388024d93f5d4ef04edb9e946e4e252fb9add2cee661 done [2025-07-30T01:35:06.863Z] #233 naming to docker.io/library/security-secretstore-setup done [2025-07-30T01:35:06.863Z] #233 DONE 0.3s [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-30T01:35:06.863Z] time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-07-30T01:35:06.878Z] $ docker stop --time=1 fcb3a2228ce07bb8c8fd612ace2b02b27c0a460dea5401920b325b9ff6257a9c [2025-07-30T01:35:08.170Z] $ docker rm -f --volumes fcb3a2228ce07bb8c8fd612ace2b02b27c0a460dea5401920b325b9ff6257a9c [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-30T01:35:08.514Z] + docker images [2025-07-30T01:35:08.514Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-07-30T01:35:08.514Z] support-notifications latest 03f1c23d59f4 2 seconds ago 52.3MB [2025-07-30T01:35:08.514Z] security-secretstore-setup latest 4b8dbb3ef2af 2 seconds ago 68.9MB [2025-07-30T01:35:08.514Z] support-scheduler latest a2d86c8b06e6 2 seconds ago 48.7MB [2025-07-30T01:35:08.514Z] security-proxy-setup latest b55ab1259759 3 seconds ago 38.6MB [2025-07-30T01:35:08.514Z] security-proxy-auth latest a80155b4c0f1 3 seconds ago 31.9MB [2025-07-30T01:35:08.514Z] core-metadata latest 71dbc1cbe432 4 seconds ago 33.2MB [2025-07-30T01:35:08.514Z] security-spiffe-token-provider latest 4173a4f1bce7 4 seconds ago 47.5MB [2025-07-30T01:35:08.514Z] core-data latest 3418e38144b4 4 seconds ago 33MB [2025-07-30T01:35:08.514Z] core-keeper latest be50a4bf29be 5 seconds ago 32.6MB [2025-07-30T01:35:08.514Z] core-command latest db9257e99a7d 5 seconds ago 28.5MB [2025-07-30T01:35:08.514Z] security-bootstrapper latest 0a7ba313166b About a minute ago 20.4MB [2025-07-30T01:35:08.514Z] core-common-config-bootstrapper latest 8f2ba60981a2 About a minute ago 17.1MB [2025-07-30T01:35:08.514Z] security-spire-agent latest 597b72156f58 3 minutes ago 195MB [2025-07-30T01:35:08.514Z] security-spire-server latest c572d51e3fdb 3 minutes ago 149MB [2025-07-30T01:35:08.514Z] security-spire-config latest f42339429aa1 3 minutes ago 149MB [2025-07-30T01:35:08.514Z] ci-base-image-x86_64 latest 99093a128295 7 minutes ago 924MB [2025-07-30T01:35:08.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 5 weeks ago 574MB [2025-07-30T01:35:08.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB [2025-07-30T01:35:08.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-30T01:35:08.668Z] provisioning config files... [2025-07-30T01:35:08.678Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/876@tmp/config5067539090381531309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-30T01:35:09.003Z] ---> ****-login.sh [2025-07-30T01:35:09.003Z] nexus3.edgexfoundry.org:10001 [2025-07-30T01:35:09.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:35:09.003Z] Login Succeeded [2025-07-30T01:35:09.003Z] nexus3.edgexfoundry.org:10002 [2025-07-30T01:35:09.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:35:09.262Z] Login Succeeded [2025-07-30T01:35:09.262Z] nexus3.edgexfoundry.org:10003 [2025-07-30T01:35:09.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:35:09.262Z] Login Succeeded [2025-07-30T01:35:09.262Z] nexus3.edgexfoundry.org:10004 [2025-07-30T01:35:09.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:35:09.262Z] Login Succeeded [2025-07-30T01:35:09.262Z] ****.io [2025-07-30T01:35:09.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-30T01:35:09.522Z] Login Succeeded [2025-07-30T01:35:09.522Z] ---> ****-login.sh ends [Pipeline] } [2025-07-30T01:35:09.529Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:09.579Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-30T01:35:09.619Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-07-30T01:35:09.619Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:09.619Z] latest [2025-07-30T01:35:09.619Z] 4.1.0-dev.42 [2025-07-30T01:35:09.619Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:09.619Z] main [2025-07-30T01:35:09.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:09.975Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:10.305Z] + docker push nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:10.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-30T01:35:10.305Z] de682cfdce1a: Preparing [2025-07-30T01:35:10.305Z] 8e9d5cb7d133: Preparing [2025-07-30T01:35:10.305Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:10.305Z] 0c67c078b662: Preparing [2025-07-30T01:35:10.305Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:10.305Z] 82727b968737: Preparing [2025-07-30T01:35:10.305Z] 097100c76c15: Preparing [2025-07-30T01:35:10.305Z] 82727b968737: Waiting [2025-07-30T01:35:10.305Z] 097100c76c15: Waiting [2025-07-30T01:35:10.305Z] de682cfdce1a: Pushed [2025-07-30T01:35:10.305Z] c9d56c98d5f0: Pushed [2025-07-30T01:35:10.305Z] f90d4ee09f3b: Pushed [2025-07-30T01:35:10.305Z] 0c67c078b662: Pushed [2025-07-30T01:35:10.305Z] 097100c76c15: Layer already exists [2025-07-30T01:35:10.570Z] 82727b968737: Pushed [2025-07-30T01:35:13.108Z] 8e9d5cb7d133: Pushed [2025-07-30T01:35:13.108Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:13.441Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:13.766Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-30T01:35:13.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-30T01:35:13.766Z] de682cfdce1a: Preparing [2025-07-30T01:35:13.766Z] 8e9d5cb7d133: Preparing [2025-07-30T01:35:13.766Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:13.766Z] 0c67c078b662: Preparing [2025-07-30T01:35:13.766Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:13.766Z] 82727b968737: Preparing [2025-07-30T01:35:13.766Z] 097100c76c15: Preparing [2025-07-30T01:35:13.766Z] 82727b968737: Waiting [2025-07-30T01:35:13.766Z] 097100c76c15: Waiting [2025-07-30T01:35:13.766Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:13.766Z] de682cfdce1a: Layer already exists [2025-07-30T01:35:13.766Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:13.766Z] 8e9d5cb7d133: Layer already exists [2025-07-30T01:35:13.766Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:13.766Z] 82727b968737: Layer already exists [2025-07-30T01:35:13.766Z] 097100c76c15: Layer already exists [2025-07-30T01:35:13.766Z] latest: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:14.103Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:14.437Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-07-30T01:35:14.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-30T01:35:14.437Z] de682cfdce1a: Preparing [2025-07-30T01:35:14.437Z] 8e9d5cb7d133: Preparing [2025-07-30T01:35:14.437Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:14.437Z] 0c67c078b662: Preparing [2025-07-30T01:35:14.437Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:14.437Z] 82727b968737: Preparing [2025-07-30T01:35:14.437Z] 097100c76c15: Preparing [2025-07-30T01:35:14.437Z] 82727b968737: Waiting [2025-07-30T01:35:14.437Z] 097100c76c15: Waiting [2025-07-30T01:35:14.437Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:14.437Z] 8e9d5cb7d133: Layer already exists [2025-07-30T01:35:14.437Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:14.437Z] de682cfdce1a: Layer already exists [2025-07-30T01:35:14.437Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:14.437Z] 82727b968737: Layer already exists [2025-07-30T01:35:14.437Z] 097100c76c15: Layer already exists [2025-07-30T01:35:14.437Z] 4.1.0-dev.42: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:14.767Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:15.101Z] + docker push nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:15.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-30T01:35:15.101Z] de682cfdce1a: Preparing [2025-07-30T01:35:15.101Z] 8e9d5cb7d133: Preparing [2025-07-30T01:35:15.101Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:15.101Z] 0c67c078b662: Preparing [2025-07-30T01:35:15.101Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:15.101Z] 82727b968737: Preparing [2025-07-30T01:35:15.101Z] 097100c76c15: Preparing [2025-07-30T01:35:15.101Z] 82727b968737: Waiting [2025-07-30T01:35:15.101Z] 097100c76c15: Waiting [2025-07-30T01:35:15.101Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:15.101Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:15.101Z] 8e9d5cb7d133: Layer already exists [2025-07-30T01:35:15.101Z] de682cfdce1a: Layer already exists [2025-07-30T01:35:15.101Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:15.101Z] 097100c76c15: Layer already exists [2025-07-30T01:35:15.101Z] 82727b968737: Layer already exists [2025-07-30T01:35:15.101Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:15.439Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:15.766Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-07-30T01:35:15.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-30T01:35:15.766Z] de682cfdce1a: Preparing [2025-07-30T01:35:15.766Z] 8e9d5cb7d133: Preparing [2025-07-30T01:35:15.766Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:15.766Z] 0c67c078b662: Preparing [2025-07-30T01:35:15.766Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:15.766Z] 82727b968737: Preparing [2025-07-30T01:35:15.766Z] 097100c76c15: Preparing [2025-07-30T01:35:15.766Z] 82727b968737: Waiting [2025-07-30T01:35:15.766Z] 097100c76c15: Waiting [2025-07-30T01:35:15.766Z] de682cfdce1a: Layer already exists [2025-07-30T01:35:15.766Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:15.766Z] 8e9d5cb7d133: Layer already exists [2025-07-30T01:35:15.766Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:15.766Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:15.766Z] 097100c76c15: Layer already exists [2025-07-30T01:35:15.766Z] 82727b968737: Layer already exists [2025-07-30T01:35:15.766Z] main: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:15.849Z] ===================================================== [Pipeline] echo [2025-07-30T01:35:15.868Z] taggedImages: [2025-07-30T01:35:15.868Z] - nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:15.868Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-30T01:35:15.868Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-07-30T01:35:15.868Z] - nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:15.868Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-07-30T01:35:15.899Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-07-30T01:35:15.899Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:15.899Z] latest [2025-07-30T01:35:15.899Z] 4.1.0-dev.42 [2025-07-30T01:35:15.899Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:15.899Z] main [2025-07-30T01:35:15.899Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:16.358Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:16.721Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:16.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-30T01:35:16.721Z] f3f05de6b907: Preparing [2025-07-30T01:35:16.721Z] 613cf76ba6ff: Preparing [2025-07-30T01:35:16.721Z] f11f96d145e1: Preparing [2025-07-30T01:35:16.721Z] 9cd8e2eafc63: Preparing [2025-07-30T01:35:16.721Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:16.721Z] 0c67c078b662: Preparing [2025-07-30T01:35:16.722Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:16.722Z] 82727b968737: Preparing [2025-07-30T01:35:16.722Z] 097100c76c15: Preparing [2025-07-30T01:35:16.722Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:16.722Z] 0c67c078b662: Waiting [2025-07-30T01:35:16.722Z] 097100c76c15: Waiting [2025-07-30T01:35:16.722Z] 82727b968737: Waiting [2025-07-30T01:35:16.722Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:16.722Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:16.722Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:16.722Z] 82727b968737: Layer already exists [2025-07-30T01:35:16.722Z] 613cf76ba6ff: Pushed [2025-07-30T01:35:16.722Z] 097100c76c15: Layer already exists [2025-07-30T01:35:16.722Z] f11f96d145e1: Pushed [2025-07-30T01:35:16.722Z] f3f05de6b907: Pushed [2025-07-30T01:35:18.161Z] 9cd8e2eafc63: Pushed [2025-07-30T01:35:18.161Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:18.538Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:18.925Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-30T01:35:18.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-30T01:35:18.925Z] f3f05de6b907: Preparing [2025-07-30T01:35:18.925Z] 613cf76ba6ff: Preparing [2025-07-30T01:35:18.925Z] f11f96d145e1: Preparing [2025-07-30T01:35:18.925Z] 9cd8e2eafc63: Preparing [2025-07-30T01:35:18.925Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:18.925Z] 0c67c078b662: Preparing [2025-07-30T01:35:18.925Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:18.925Z] 82727b968737: Preparing [2025-07-30T01:35:18.925Z] 0c67c078b662: Waiting [2025-07-30T01:35:18.925Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:18.925Z] 097100c76c15: Preparing [2025-07-30T01:35:18.925Z] 82727b968737: Waiting [2025-07-30T01:35:18.925Z] 097100c76c15: Waiting [2025-07-30T01:35:18.925Z] f11f96d145e1: Layer already exists [2025-07-30T01:35:18.925Z] 613cf76ba6ff: Layer already exists [2025-07-30T01:35:18.925Z] 9cd8e2eafc63: Layer already exists [2025-07-30T01:35:18.925Z] f3f05de6b907: Layer already exists [2025-07-30T01:35:18.925Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:18.925Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:18.925Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:18.925Z] 82727b968737: Layer already exists [2025-07-30T01:35:18.925Z] 097100c76c15: Layer already exists [2025-07-30T01:35:18.925Z] latest: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:19.347Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:19.681Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-07-30T01:35:19.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-30T01:35:19.681Z] f3f05de6b907: Preparing [2025-07-30T01:35:19.681Z] 613cf76ba6ff: Preparing [2025-07-30T01:35:19.681Z] f11f96d145e1: Preparing [2025-07-30T01:35:19.681Z] 9cd8e2eafc63: Preparing [2025-07-30T01:35:19.681Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:19.681Z] 0c67c078b662: Preparing [2025-07-30T01:35:19.681Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:19.681Z] 82727b968737: Preparing [2025-07-30T01:35:19.681Z] 097100c76c15: Preparing [2025-07-30T01:35:19.681Z] 82727b968737: Waiting [2025-07-30T01:35:19.681Z] 097100c76c15: Waiting [2025-07-30T01:35:19.681Z] 0c67c078b662: Waiting [2025-07-30T01:35:19.681Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:19.681Z] f11f96d145e1: Layer already exists [2025-07-30T01:35:19.681Z] f3f05de6b907: Layer already exists [2025-07-30T01:35:19.681Z] 613cf76ba6ff: Layer already exists [2025-07-30T01:35:19.681Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:19.681Z] 9cd8e2eafc63: Layer already exists [2025-07-30T01:35:19.681Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:19.681Z] 82727b968737: Layer already exists [2025-07-30T01:35:19.681Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:19.681Z] 097100c76c15: Layer already exists [2025-07-30T01:35:19.682Z] 4.1.0-dev.42: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:20.019Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:20.350Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:20.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-30T01:35:20.350Z] f3f05de6b907: Preparing [2025-07-30T01:35:20.350Z] 613cf76ba6ff: Preparing [2025-07-30T01:35:20.350Z] f11f96d145e1: Preparing [2025-07-30T01:35:20.350Z] 9cd8e2eafc63: Preparing [2025-07-30T01:35:20.350Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:20.350Z] 0c67c078b662: Preparing [2025-07-30T01:35:20.350Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:20.350Z] 82727b968737: Preparing [2025-07-30T01:35:20.350Z] 097100c76c15: Preparing [2025-07-30T01:35:20.350Z] 0c67c078b662: Waiting [2025-07-30T01:35:20.350Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:20.350Z] 82727b968737: Waiting [2025-07-30T01:35:20.350Z] 097100c76c15: Waiting [2025-07-30T01:35:20.350Z] f11f96d145e1: Layer already exists [2025-07-30T01:35:20.350Z] f3f05de6b907: Layer already exists [2025-07-30T01:35:20.350Z] 9cd8e2eafc63: Layer already exists [2025-07-30T01:35:20.350Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:20.350Z] 613cf76ba6ff: Layer already exists [2025-07-30T01:35:20.350Z] 82727b968737: Layer already exists [2025-07-30T01:35:20.350Z] 097100c76c15: Layer already exists [2025-07-30T01:35:20.350Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:20.350Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:20.350Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:20.691Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:21.016Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-30T01:35:21.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-30T01:35:21.016Z] f3f05de6b907: Preparing [2025-07-30T01:35:21.016Z] 613cf76ba6ff: Preparing [2025-07-30T01:35:21.016Z] f11f96d145e1: Preparing [2025-07-30T01:35:21.016Z] 9cd8e2eafc63: Preparing [2025-07-30T01:35:21.016Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:21.016Z] 0c67c078b662: Preparing [2025-07-30T01:35:21.016Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:21.016Z] 82727b968737: Preparing [2025-07-30T01:35:21.016Z] 097100c76c15: Preparing [2025-07-30T01:35:21.016Z] 0c67c078b662: Waiting [2025-07-30T01:35:21.016Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:21.016Z] 097100c76c15: Waiting [2025-07-30T01:35:21.016Z] f11f96d145e1: Layer already exists [2025-07-30T01:35:21.016Z] f3f05de6b907: Layer already exists [2025-07-30T01:35:21.016Z] 613cf76ba6ff: Layer already exists [2025-07-30T01:35:21.016Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:21.016Z] 9cd8e2eafc63: Layer already exists [2025-07-30T01:35:21.016Z] 82727b968737: Layer already exists [2025-07-30T01:35:21.016Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:21.016Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:21.016Z] 097100c76c15: Layer already exists [2025-07-30T01:35:21.016Z] main: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:21.094Z] ===================================================== [Pipeline] echo [2025-07-30T01:35:21.105Z] taggedImages: [2025-07-30T01:35:21.105Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:21.105Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-30T01:35:21.105Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-07-30T01:35:21.105Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:21.105Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-07-30T01:35:21.137Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-07-30T01:35:21.137Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:21.137Z] latest [2025-07-30T01:35:21.137Z] 4.1.0-dev.42 [2025-07-30T01:35:21.137Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:21.137Z] main [2025-07-30T01:35:21.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:21.489Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:21.806Z] + docker push nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:21.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-30T01:35:21.806Z] 4b6143f366f1: Preparing [2025-07-30T01:35:21.806Z] 43af59318b0f: Preparing [2025-07-30T01:35:21.806Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:21.806Z] 0c67c078b662: Preparing [2025-07-30T01:35:21.806Z] a21756158c21: Preparing [2025-07-30T01:35:21.806Z] 611d53f0dc9c: Preparing [2025-07-30T01:35:21.806Z] 097100c76c15: Preparing [2025-07-30T01:35:21.806Z] 611d53f0dc9c: Waiting [2025-07-30T01:35:21.806Z] 097100c76c15: Waiting [2025-07-30T01:35:21.806Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:21.806Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:21.806Z] 097100c76c15: Layer already exists [2025-07-30T01:35:21.806Z] a21756158c21: Pushed [2025-07-30T01:35:21.806Z] 4b6143f366f1: Pushed [2025-07-30T01:35:21.806Z] 611d53f0dc9c: Pushed [2025-07-30T01:35:24.339Z] 43af59318b0f: Pushed [2025-07-30T01:35:24.598Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:24.923Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:25.244Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-30T01:35:25.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-30T01:35:25.244Z] 4b6143f366f1: Preparing [2025-07-30T01:35:25.244Z] 43af59318b0f: Preparing [2025-07-30T01:35:25.244Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:25.244Z] 0c67c078b662: Preparing [2025-07-30T01:35:25.244Z] a21756158c21: Preparing [2025-07-30T01:35:25.244Z] 611d53f0dc9c: Preparing [2025-07-30T01:35:25.244Z] 097100c76c15: Preparing [2025-07-30T01:35:25.244Z] 611d53f0dc9c: Waiting [2025-07-30T01:35:25.244Z] 097100c76c15: Waiting [2025-07-30T01:35:25.244Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:25.244Z] a21756158c21: Layer already exists [2025-07-30T01:35:25.244Z] 43af59318b0f: Layer already exists [2025-07-30T01:35:25.244Z] 4b6143f366f1: Layer already exists [2025-07-30T01:35:25.244Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:25.244Z] 611d53f0dc9c: Layer already exists [2025-07-30T01:35:25.244Z] 097100c76c15: Layer already exists [2025-07-30T01:35:25.244Z] latest: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:25.578Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:25.910Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-07-30T01:35:25.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-30T01:35:25.910Z] 4b6143f366f1: Preparing [2025-07-30T01:35:25.910Z] 43af59318b0f: Preparing [2025-07-30T01:35:25.910Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:25.910Z] 0c67c078b662: Preparing [2025-07-30T01:35:25.910Z] a21756158c21: Preparing [2025-07-30T01:35:25.910Z] 611d53f0dc9c: Preparing [2025-07-30T01:35:25.910Z] 097100c76c15: Preparing [2025-07-30T01:35:25.910Z] 611d53f0dc9c: Waiting [2025-07-30T01:35:25.910Z] 097100c76c15: Waiting [2025-07-30T01:35:25.910Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:25.910Z] a21756158c21: Layer already exists [2025-07-30T01:35:25.910Z] 4b6143f366f1: Layer already exists [2025-07-30T01:35:25.910Z] 43af59318b0f: Layer already exists [2025-07-30T01:35:25.910Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:25.910Z] 611d53f0dc9c: Layer already exists [2025-07-30T01:35:25.910Z] 097100c76c15: Layer already exists [2025-07-30T01:35:25.910Z] 4.1.0-dev.42: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:26.235Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:26.558Z] + docker push nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:26.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-30T01:35:26.558Z] 4b6143f366f1: Preparing [2025-07-30T01:35:26.558Z] 43af59318b0f: Preparing [2025-07-30T01:35:26.558Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:26.558Z] 0c67c078b662: Preparing [2025-07-30T01:35:26.558Z] a21756158c21: Preparing [2025-07-30T01:35:26.558Z] 611d53f0dc9c: Preparing [2025-07-30T01:35:26.558Z] 097100c76c15: Preparing [2025-07-30T01:35:26.558Z] 611d53f0dc9c: Waiting [2025-07-30T01:35:26.558Z] 097100c76c15: Waiting [2025-07-30T01:35:26.558Z] 43af59318b0f: Layer already exists [2025-07-30T01:35:26.558Z] 4b6143f366f1: Layer already exists [2025-07-30T01:35:26.558Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:26.558Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:26.558Z] a21756158c21: Layer already exists [2025-07-30T01:35:26.558Z] 097100c76c15: Layer already exists [2025-07-30T01:35:26.558Z] 611d53f0dc9c: Layer already exists [2025-07-30T01:35:26.558Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:26.892Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:27.213Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-07-30T01:35:27.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-30T01:35:27.213Z] 4b6143f366f1: Preparing [2025-07-30T01:35:27.213Z] 43af59318b0f: Preparing [2025-07-30T01:35:27.213Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:27.213Z] 0c67c078b662: Preparing [2025-07-30T01:35:27.213Z] a21756158c21: Preparing [2025-07-30T01:35:27.213Z] 611d53f0dc9c: Preparing [2025-07-30T01:35:27.213Z] 097100c76c15: Preparing [2025-07-30T01:35:27.213Z] 097100c76c15: Waiting [2025-07-30T01:35:27.213Z] 611d53f0dc9c: Waiting [2025-07-30T01:35:27.213Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:27.213Z] a21756158c21: Layer already exists [2025-07-30T01:35:27.213Z] 43af59318b0f: Layer already exists [2025-07-30T01:35:27.213Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:27.213Z] 4b6143f366f1: Layer already exists [2025-07-30T01:35:27.213Z] 097100c76c15: Layer already exists [2025-07-30T01:35:27.213Z] 611d53f0dc9c: Layer already exists [2025-07-30T01:35:27.213Z] main: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:27.283Z] ===================================================== [Pipeline] echo [2025-07-30T01:35:27.299Z] taggedImages: [2025-07-30T01:35:27.299Z] - nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:27.299Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-30T01:35:27.299Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-07-30T01:35:27.299Z] - nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:27.299Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-07-30T01:35:27.326Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-07-30T01:35:27.326Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:27.326Z] latest [2025-07-30T01:35:27.326Z] 4.1.0-dev.42 [2025-07-30T01:35:27.326Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:27.326Z] main [2025-07-30T01:35:27.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:27.679Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:28.002Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:28.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-30T01:35:28.002Z] 1513b419a263: Preparing [2025-07-30T01:35:28.002Z] 5e6bfe9e05a1: Preparing [2025-07-30T01:35:28.002Z] 0c67c078b662: Preparing [2025-07-30T01:35:28.002Z] 92b3d1373967: Preparing [2025-07-30T01:35:28.002Z] 47b6d333f386: Preparing [2025-07-30T01:35:28.002Z] 097100c76c15: Preparing [2025-07-30T01:35:28.002Z] 097100c76c15: Waiting [2025-07-30T01:35:28.002Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:28.002Z] 097100c76c15: Layer already exists [2025-07-30T01:35:28.002Z] 47b6d333f386: Pushed [2025-07-30T01:35:28.002Z] 92b3d1373967: Pushed [2025-07-30T01:35:28.002Z] 1513b419a263: Pushed [2025-07-30T01:35:31.813Z] 5e6bfe9e05a1: Pushed [2025-07-30T01:35:31.813Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:32.146Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:32.470Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-30T01:35:32.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-30T01:35:32.471Z] 1513b419a263: Preparing [2025-07-30T01:35:32.471Z] 5e6bfe9e05a1: Preparing [2025-07-30T01:35:32.471Z] 0c67c078b662: Preparing [2025-07-30T01:35:32.471Z] 92b3d1373967: Preparing [2025-07-30T01:35:32.471Z] 47b6d333f386: Preparing [2025-07-30T01:35:32.471Z] 097100c76c15: Preparing [2025-07-30T01:35:32.471Z] 097100c76c15: Waiting [2025-07-30T01:35:32.471Z] 47b6d333f386: Layer already exists [2025-07-30T01:35:32.471Z] 92b3d1373967: Layer already exists [2025-07-30T01:35:32.471Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:32.471Z] 1513b419a263: Layer already exists [2025-07-30T01:35:32.471Z] 5e6bfe9e05a1: Layer already exists [2025-07-30T01:35:32.471Z] 097100c76c15: Layer already exists [2025-07-30T01:35:32.729Z] latest: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:33.059Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:33.378Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-07-30T01:35:33.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-30T01:35:33.378Z] 1513b419a263: Preparing [2025-07-30T01:35:33.378Z] 5e6bfe9e05a1: Preparing [2025-07-30T01:35:33.378Z] 0c67c078b662: Preparing [2025-07-30T01:35:33.378Z] 92b3d1373967: Preparing [2025-07-30T01:35:33.378Z] 47b6d333f386: Preparing [2025-07-30T01:35:33.378Z] 097100c76c15: Preparing [2025-07-30T01:35:33.378Z] 097100c76c15: Waiting [2025-07-30T01:35:33.378Z] 92b3d1373967: Layer already exists [2025-07-30T01:35:33.378Z] 1513b419a263: Layer already exists [2025-07-30T01:35:33.378Z] 5e6bfe9e05a1: Layer already exists [2025-07-30T01:35:33.378Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:33.378Z] 47b6d333f386: Layer already exists [2025-07-30T01:35:33.378Z] 097100c76c15: Layer already exists [2025-07-30T01:35:33.378Z] 4.1.0-dev.42: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:33.711Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:34.030Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:34.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-30T01:35:34.030Z] 1513b419a263: Preparing [2025-07-30T01:35:34.030Z] 5e6bfe9e05a1: Preparing [2025-07-30T01:35:34.030Z] 0c67c078b662: Preparing [2025-07-30T01:35:34.030Z] 92b3d1373967: Preparing [2025-07-30T01:35:34.030Z] 47b6d333f386: Preparing [2025-07-30T01:35:34.030Z] 097100c76c15: Preparing [2025-07-30T01:35:34.030Z] 097100c76c15: Waiting [2025-07-30T01:35:34.030Z] 5e6bfe9e05a1: Layer already exists [2025-07-30T01:35:34.030Z] 1513b419a263: Layer already exists [2025-07-30T01:35:34.030Z] 47b6d333f386: Layer already exists [2025-07-30T01:35:34.030Z] 92b3d1373967: Layer already exists [2025-07-30T01:35:34.030Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:34.030Z] 097100c76c15: Layer already exists [2025-07-30T01:35:34.030Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:34.365Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:34.703Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-30T01:35:34.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-30T01:35:34.703Z] 1513b419a263: Preparing [2025-07-30T01:35:34.703Z] 5e6bfe9e05a1: Preparing [2025-07-30T01:35:34.703Z] 0c67c078b662: Preparing [2025-07-30T01:35:34.703Z] 92b3d1373967: Preparing [2025-07-30T01:35:34.703Z] 47b6d333f386: Preparing [2025-07-30T01:35:34.703Z] 097100c76c15: Preparing [2025-07-30T01:35:34.703Z] 097100c76c15: Waiting [2025-07-30T01:35:34.703Z] 47b6d333f386: Layer already exists [2025-07-30T01:35:34.703Z] 5e6bfe9e05a1: Layer already exists [2025-07-30T01:35:34.703Z] 92b3d1373967: Layer already exists [2025-07-30T01:35:34.703Z] 1513b419a263: Layer already exists [2025-07-30T01:35:34.703Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:34.703Z] 097100c76c15: Layer already exists [2025-07-30T01:35:34.703Z] main: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:34.790Z] ===================================================== [Pipeline] echo [2025-07-30T01:35:34.805Z] taggedImages: [2025-07-30T01:35:34.805Z] - nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:34.805Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-30T01:35:34.805Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-07-30T01:35:34.805Z] - nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:34.805Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-07-30T01:35:34.838Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-07-30T01:35:34.838Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:34.838Z] latest [2025-07-30T01:35:34.838Z] 4.1.0-dev.42 [2025-07-30T01:35:34.838Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:34.838Z] main [2025-07-30T01:35:34.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:35.191Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:35.517Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:35.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-30T01:35:35.517Z] de72e0b1a700: Preparing [2025-07-30T01:35:35.517Z] 7953483cc591: Preparing [2025-07-30T01:35:35.517Z] 07d5d8df9738: Preparing [2025-07-30T01:35:35.517Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:35.517Z] 0c67c078b662: Preparing [2025-07-30T01:35:35.517Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:35.517Z] 82727b968737: Preparing [2025-07-30T01:35:35.517Z] 097100c76c15: Preparing [2025-07-30T01:35:35.517Z] 097100c76c15: Waiting [2025-07-30T01:35:35.517Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:35.517Z] 82727b968737: Waiting [2025-07-30T01:35:35.517Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:35.517Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:35.517Z] 82727b968737: Layer already exists [2025-07-30T01:35:35.517Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:35.517Z] 097100c76c15: Layer already exists [2025-07-30T01:35:35.517Z] de72e0b1a700: Pushed [2025-07-30T01:35:35.517Z] 7953483cc591: Pushed [2025-07-30T01:35:38.805Z] 07d5d8df9738: Pushed [2025-07-30T01:35:38.805Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:39.132Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:39.455Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-30T01:35:39.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-30T01:35:39.455Z] de72e0b1a700: Preparing [2025-07-30T01:35:39.455Z] 7953483cc591: Preparing [2025-07-30T01:35:39.455Z] 07d5d8df9738: Preparing [2025-07-30T01:35:39.455Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:39.455Z] 0c67c078b662: Preparing [2025-07-30T01:35:39.455Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:39.455Z] 82727b968737: Preparing [2025-07-30T01:35:39.455Z] 097100c76c15: Preparing [2025-07-30T01:35:39.455Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:39.455Z] 82727b968737: Waiting [2025-07-30T01:35:39.455Z] 097100c76c15: Waiting [2025-07-30T01:35:39.455Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:39.455Z] 07d5d8df9738: Layer already exists [2025-07-30T01:35:39.455Z] de72e0b1a700: Layer already exists [2025-07-30T01:35:39.455Z] 7953483cc591: Layer already exists [2025-07-30T01:35:39.455Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:39.455Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:39.455Z] 82727b968737: Layer already exists [2025-07-30T01:35:39.455Z] 097100c76c15: Layer already exists [2025-07-30T01:35:39.455Z] latest: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:39.781Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:40.108Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-07-30T01:35:40.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-30T01:35:40.108Z] de72e0b1a700: Preparing [2025-07-30T01:35:40.108Z] 7953483cc591: Preparing [2025-07-30T01:35:40.108Z] 07d5d8df9738: Preparing [2025-07-30T01:35:40.108Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:40.108Z] 0c67c078b662: Preparing [2025-07-30T01:35:40.108Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:40.108Z] 82727b968737: Preparing [2025-07-30T01:35:40.108Z] 097100c76c15: Preparing [2025-07-30T01:35:40.108Z] 097100c76c15: Waiting [2025-07-30T01:35:40.108Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:40.108Z] 82727b968737: Waiting [2025-07-30T01:35:40.108Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:40.108Z] de72e0b1a700: Layer already exists [2025-07-30T01:35:40.108Z] 7953483cc591: Layer already exists [2025-07-30T01:35:40.108Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:40.108Z] 07d5d8df9738: Layer already exists [2025-07-30T01:35:40.108Z] 82727b968737: Layer already exists [2025-07-30T01:35:40.108Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:40.108Z] 097100c76c15: Layer already exists [2025-07-30T01:35:40.108Z] 4.1.0-dev.42: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:40.438Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:40.772Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:40.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-30T01:35:40.772Z] de72e0b1a700: Preparing [2025-07-30T01:35:40.772Z] 7953483cc591: Preparing [2025-07-30T01:35:40.772Z] 07d5d8df9738: Preparing [2025-07-30T01:35:40.772Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:40.772Z] 0c67c078b662: Preparing [2025-07-30T01:35:40.772Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:40.772Z] 82727b968737: Preparing [2025-07-30T01:35:40.772Z] 097100c76c15: Preparing [2025-07-30T01:35:40.772Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:40.772Z] 82727b968737: Waiting [2025-07-30T01:35:40.772Z] 097100c76c15: Waiting [2025-07-30T01:35:40.772Z] de72e0b1a700: Layer already exists [2025-07-30T01:35:40.772Z] 07d5d8df9738: Layer already exists [2025-07-30T01:35:40.772Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:40.772Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:40.772Z] 7953483cc591: Layer already exists [2025-07-30T01:35:40.772Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:40.772Z] 097100c76c15: Layer already exists [2025-07-30T01:35:40.772Z] 82727b968737: Layer already exists [2025-07-30T01:35:40.772Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:41.106Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:41.430Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-30T01:35:41.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-30T01:35:41.430Z] de72e0b1a700: Preparing [2025-07-30T01:35:41.430Z] 7953483cc591: Preparing [2025-07-30T01:35:41.430Z] 07d5d8df9738: Preparing [2025-07-30T01:35:41.430Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:41.430Z] 0c67c078b662: Preparing [2025-07-30T01:35:41.430Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:41.430Z] 82727b968737: Preparing [2025-07-30T01:35:41.430Z] 097100c76c15: Preparing [2025-07-30T01:35:41.430Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:41.430Z] 82727b968737: Waiting [2025-07-30T01:35:41.430Z] 097100c76c15: Waiting [2025-07-30T01:35:41.430Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:41.430Z] 07d5d8df9738: Layer already exists [2025-07-30T01:35:41.430Z] de72e0b1a700: Layer already exists [2025-07-30T01:35:41.430Z] 7953483cc591: Layer already exists [2025-07-30T01:35:41.430Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:41.430Z] 82727b968737: Layer already exists [2025-07-30T01:35:41.430Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:41.430Z] 097100c76c15: Layer already exists [2025-07-30T01:35:41.430Z] main: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:41.504Z] ===================================================== [Pipeline] echo [2025-07-30T01:35:41.530Z] taggedImages: [2025-07-30T01:35:41.530Z] - nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:41.530Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-30T01:35:41.530Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-07-30T01:35:41.530Z] - nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:41.530Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-07-30T01:35:41.565Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-07-30T01:35:41.565Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:41.565Z] latest [2025-07-30T01:35:41.565Z] 4.1.0-dev.42 [2025-07-30T01:35:41.565Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:41.565Z] main [2025-07-30T01:35:41.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:41.909Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:42.230Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:42.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-30T01:35:42.230Z] 7cce95417f42: Preparing [2025-07-30T01:35:42.230Z] 911b83d0d185: Preparing [2025-07-30T01:35:42.230Z] 108a96ac9e4b: Preparing [2025-07-30T01:35:42.230Z] 824ef2700f7a: Preparing [2025-07-30T01:35:42.230Z] db7873223f2d: Preparing [2025-07-30T01:35:42.230Z] b9c2baa95d6a: Preparing [2025-07-30T01:35:42.230Z] b3c3cb56e9f0: Preparing [2025-07-30T01:35:42.230Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:42.230Z] 0c67c078b662: Preparing [2025-07-30T01:35:42.230Z] cba12d66b1be: Preparing [2025-07-30T01:35:42.230Z] 0d1fd4661704: Preparing [2025-07-30T01:35:42.230Z] 5f70bf18a086: Preparing [2025-07-30T01:35:42.230Z] 3a91f5f015f0: Preparing [2025-07-30T01:35:42.230Z] 7603fc271ecc: Preparing [2025-07-30T01:35:42.230Z] 4b40bd2caa8e: Preparing [2025-07-30T01:35:42.230Z] 097100c76c15: Preparing [2025-07-30T01:35:42.230Z] b3c3cb56e9f0: Waiting [2025-07-30T01:35:42.230Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:42.230Z] 0c67c078b662: Waiting [2025-07-30T01:35:42.230Z] cba12d66b1be: Waiting [2025-07-30T01:35:42.230Z] 0d1fd4661704: Waiting [2025-07-30T01:35:42.230Z] 5f70bf18a086: Waiting [2025-07-30T01:35:42.230Z] 3a91f5f015f0: Waiting [2025-07-30T01:35:42.230Z] 7603fc271ecc: Waiting [2025-07-30T01:35:42.230Z] 4b40bd2caa8e: Waiting [2025-07-30T01:35:42.230Z] 097100c76c15: Waiting [2025-07-30T01:35:42.230Z] b9c2baa95d6a: Waiting [2025-07-30T01:35:42.230Z] 824ef2700f7a: Pushed [2025-07-30T01:35:42.230Z] 911b83d0d185: Pushed [2025-07-30T01:35:42.230Z] 108a96ac9e4b: Pushed [2025-07-30T01:35:42.230Z] db7873223f2d: Pushed [2025-07-30T01:35:42.230Z] 7cce95417f42: Pushed [2025-07-30T01:35:42.230Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:42.230Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:42.230Z] 5f70bf18a086: Layer already exists [2025-07-30T01:35:42.230Z] b9c2baa95d6a: Pushed [2025-07-30T01:35:42.488Z] cba12d66b1be: Pushed [2025-07-30T01:35:42.488Z] 0d1fd4661704: Pushed [2025-07-30T01:35:42.488Z] 3a91f5f015f0: Pushed [2025-07-30T01:35:42.488Z] 7603fc271ecc: Pushed [2025-07-30T01:35:42.488Z] 097100c76c15: Layer already exists [2025-07-30T01:35:42.488Z] 4b40bd2caa8e: Pushed [2025-07-30T01:35:43.863Z] b3c3cb56e9f0: Pushed [2025-07-30T01:35:44.122Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:44.453Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:44.781Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-30T01:35:44.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-30T01:35:44.781Z] 7cce95417f42: Preparing [2025-07-30T01:35:44.781Z] 911b83d0d185: Preparing [2025-07-30T01:35:44.781Z] 108a96ac9e4b: Preparing [2025-07-30T01:35:44.781Z] 824ef2700f7a: Preparing [2025-07-30T01:35:44.781Z] db7873223f2d: Preparing [2025-07-30T01:35:44.781Z] b9c2baa95d6a: Preparing [2025-07-30T01:35:44.781Z] b3c3cb56e9f0: Preparing [2025-07-30T01:35:44.781Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:44.781Z] 0c67c078b662: Preparing [2025-07-30T01:35:44.781Z] cba12d66b1be: Preparing [2025-07-30T01:35:44.781Z] 0d1fd4661704: Preparing [2025-07-30T01:35:44.781Z] 5f70bf18a086: Preparing [2025-07-30T01:35:44.781Z] 3a91f5f015f0: Preparing [2025-07-30T01:35:44.781Z] 7603fc271ecc: Preparing [2025-07-30T01:35:44.781Z] 4b40bd2caa8e: Preparing [2025-07-30T01:35:44.781Z] 097100c76c15: Preparing [2025-07-30T01:35:44.781Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:44.781Z] 0c67c078b662: Waiting [2025-07-30T01:35:44.781Z] cba12d66b1be: Waiting [2025-07-30T01:35:44.781Z] 0d1fd4661704: Waiting [2025-07-30T01:35:44.781Z] 5f70bf18a086: Waiting [2025-07-30T01:35:44.781Z] 3a91f5f015f0: Waiting [2025-07-30T01:35:44.781Z] 7603fc271ecc: Waiting [2025-07-30T01:35:44.781Z] 4b40bd2caa8e: Waiting [2025-07-30T01:35:44.781Z] 097100c76c15: Waiting [2025-07-30T01:35:44.781Z] b9c2baa95d6a: Waiting [2025-07-30T01:35:44.781Z] b3c3cb56e9f0: Waiting [2025-07-30T01:35:44.781Z] 108a96ac9e4b: Layer already exists [2025-07-30T01:35:44.781Z] 7cce95417f42: Layer already exists [2025-07-30T01:35:44.781Z] db7873223f2d: Layer already exists [2025-07-30T01:35:44.781Z] 824ef2700f7a: Layer already exists [2025-07-30T01:35:44.781Z] 911b83d0d185: Layer already exists [2025-07-30T01:35:44.781Z] b9c2baa95d6a: Layer already exists [2025-07-30T01:35:44.781Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:44.781Z] b3c3cb56e9f0: Layer already exists [2025-07-30T01:35:44.781Z] cba12d66b1be: Layer already exists [2025-07-30T01:35:44.781Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:44.781Z] 5f70bf18a086: Layer already exists [2025-07-30T01:35:44.781Z] 0d1fd4661704: Layer already exists [2025-07-30T01:35:44.781Z] 3a91f5f015f0: Layer already exists [2025-07-30T01:35:44.781Z] 4b40bd2caa8e: Layer already exists [2025-07-30T01:35:44.781Z] 7603fc271ecc: Layer already exists [2025-07-30T01:35:44.781Z] 097100c76c15: Layer already exists [2025-07-30T01:35:44.781Z] latest: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:45.114Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:45.443Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-07-30T01:35:45.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-30T01:35:45.443Z] 7cce95417f42: Preparing [2025-07-30T01:35:45.443Z] 911b83d0d185: Preparing [2025-07-30T01:35:45.443Z] 108a96ac9e4b: Preparing [2025-07-30T01:35:45.443Z] 824ef2700f7a: Preparing [2025-07-30T01:35:45.443Z] db7873223f2d: Preparing [2025-07-30T01:35:45.443Z] b9c2baa95d6a: Preparing [2025-07-30T01:35:45.443Z] b3c3cb56e9f0: Preparing [2025-07-30T01:35:45.443Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:45.444Z] 0c67c078b662: Preparing [2025-07-30T01:35:45.444Z] cba12d66b1be: Preparing [2025-07-30T01:35:45.444Z] 0d1fd4661704: Preparing [2025-07-30T01:35:45.444Z] 5f70bf18a086: Preparing [2025-07-30T01:35:45.444Z] 3a91f5f015f0: Preparing [2025-07-30T01:35:45.444Z] 7603fc271ecc: Preparing [2025-07-30T01:35:45.444Z] 4b40bd2caa8e: Preparing [2025-07-30T01:35:45.444Z] 097100c76c15: Preparing [2025-07-30T01:35:45.444Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:45.444Z] 0c67c078b662: Waiting [2025-07-30T01:35:45.444Z] cba12d66b1be: Waiting [2025-07-30T01:35:45.444Z] 0d1fd4661704: Waiting [2025-07-30T01:35:45.444Z] 5f70bf18a086: Waiting [2025-07-30T01:35:45.444Z] 3a91f5f015f0: Waiting [2025-07-30T01:35:45.444Z] 7603fc271ecc: Waiting [2025-07-30T01:35:45.444Z] b9c2baa95d6a: Waiting [2025-07-30T01:35:45.444Z] 4b40bd2caa8e: Waiting [2025-07-30T01:35:45.444Z] 097100c76c15: Waiting [2025-07-30T01:35:45.444Z] b3c3cb56e9f0: Waiting [2025-07-30T01:35:45.444Z] 911b83d0d185: Layer already exists [2025-07-30T01:35:45.444Z] 108a96ac9e4b: Layer already exists [2025-07-30T01:35:45.444Z] db7873223f2d: Layer already exists [2025-07-30T01:35:45.444Z] 7cce95417f42: Layer already exists [2025-07-30T01:35:45.444Z] 824ef2700f7a: Layer already exists [2025-07-30T01:35:45.444Z] b9c2baa95d6a: Layer already exists [2025-07-30T01:35:45.444Z] b3c3cb56e9f0: Layer already exists [2025-07-30T01:35:45.444Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:45.444Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:45.444Z] cba12d66b1be: Layer already exists [2025-07-30T01:35:45.444Z] 0d1fd4661704: Layer already exists [2025-07-30T01:35:45.444Z] 3a91f5f015f0: Layer already exists [2025-07-30T01:35:45.444Z] 7603fc271ecc: Layer already exists [2025-07-30T01:35:45.444Z] 4b40bd2caa8e: Layer already exists [2025-07-30T01:35:45.444Z] 5f70bf18a086: Layer already exists [2025-07-30T01:35:45.444Z] 097100c76c15: Layer already exists [2025-07-30T01:35:45.444Z] 4.1.0-dev.42: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:45.771Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:46.098Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:46.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-30T01:35:46.098Z] 7cce95417f42: Preparing [2025-07-30T01:35:46.098Z] 911b83d0d185: Preparing [2025-07-30T01:35:46.098Z] 108a96ac9e4b: Preparing [2025-07-30T01:35:46.098Z] 824ef2700f7a: Preparing [2025-07-30T01:35:46.098Z] db7873223f2d: Preparing [2025-07-30T01:35:46.098Z] b9c2baa95d6a: Preparing [2025-07-30T01:35:46.098Z] b3c3cb56e9f0: Preparing [2025-07-30T01:35:46.098Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:46.098Z] 0c67c078b662: Preparing [2025-07-30T01:35:46.098Z] cba12d66b1be: Preparing [2025-07-30T01:35:46.098Z] 0d1fd4661704: Preparing [2025-07-30T01:35:46.098Z] 5f70bf18a086: Preparing [2025-07-30T01:35:46.098Z] 3a91f5f015f0: Preparing [2025-07-30T01:35:46.098Z] 7603fc271ecc: Preparing [2025-07-30T01:35:46.098Z] 4b40bd2caa8e: Preparing [2025-07-30T01:35:46.098Z] 097100c76c15: Preparing [2025-07-30T01:35:46.098Z] b9c2baa95d6a: Waiting [2025-07-30T01:35:46.098Z] b3c3cb56e9f0: Waiting [2025-07-30T01:35:46.098Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:46.098Z] 0c67c078b662: Waiting [2025-07-30T01:35:46.098Z] 7603fc271ecc: Waiting [2025-07-30T01:35:46.098Z] cba12d66b1be: Waiting [2025-07-30T01:35:46.098Z] 4b40bd2caa8e: Waiting [2025-07-30T01:35:46.098Z] 097100c76c15: Waiting [2025-07-30T01:35:46.098Z] 0d1fd4661704: Waiting [2025-07-30T01:35:46.098Z] 5f70bf18a086: Waiting [2025-07-30T01:35:46.098Z] 3a91f5f015f0: Waiting [2025-07-30T01:35:46.098Z] db7873223f2d: Layer already exists [2025-07-30T01:35:46.098Z] 911b83d0d185: Layer already exists [2025-07-30T01:35:46.098Z] 108a96ac9e4b: Layer already exists [2025-07-30T01:35:46.098Z] 824ef2700f7a: Layer already exists [2025-07-30T01:35:46.098Z] 7cce95417f42: Layer already exists [2025-07-30T01:35:46.098Z] b9c2baa95d6a: Layer already exists [2025-07-30T01:35:46.098Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:46.098Z] b3c3cb56e9f0: Layer already exists [2025-07-30T01:35:46.098Z] cba12d66b1be: Layer already exists [2025-07-30T01:35:46.098Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:46.098Z] 3a91f5f015f0: Layer already exists [2025-07-30T01:35:46.098Z] 0d1fd4661704: Layer already exists [2025-07-30T01:35:46.099Z] 5f70bf18a086: Layer already exists [2025-07-30T01:35:46.099Z] 4b40bd2caa8e: Layer already exists [2025-07-30T01:35:46.099Z] 7603fc271ecc: Layer already exists [2025-07-30T01:35:46.099Z] 097100c76c15: Layer already exists [2025-07-30T01:35:46.099Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:46.424Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:46.746Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-30T01:35:46.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-30T01:35:46.746Z] 7cce95417f42: Preparing [2025-07-30T01:35:46.746Z] 911b83d0d185: Preparing [2025-07-30T01:35:46.746Z] 108a96ac9e4b: Preparing [2025-07-30T01:35:46.746Z] 824ef2700f7a: Preparing [2025-07-30T01:35:46.746Z] db7873223f2d: Preparing [2025-07-30T01:35:46.746Z] b9c2baa95d6a: Preparing [2025-07-30T01:35:46.746Z] b3c3cb56e9f0: Preparing [2025-07-30T01:35:46.746Z] b9c2baa95d6a: Waiting [2025-07-30T01:35:46.746Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:46.746Z] 0c67c078b662: Preparing [2025-07-30T01:35:46.746Z] b3c3cb56e9f0: Waiting [2025-07-30T01:35:46.746Z] cba12d66b1be: Preparing [2025-07-30T01:35:46.746Z] 0d1fd4661704: Preparing [2025-07-30T01:35:46.746Z] 5f70bf18a086: Preparing [2025-07-30T01:35:46.746Z] 3a91f5f015f0: Preparing [2025-07-30T01:35:46.746Z] 7603fc271ecc: Preparing [2025-07-30T01:35:46.746Z] 4b40bd2caa8e: Preparing [2025-07-30T01:35:46.746Z] 097100c76c15: Preparing [2025-07-30T01:35:46.746Z] 0c67c078b662: Waiting [2025-07-30T01:35:46.746Z] 7603fc271ecc: Waiting [2025-07-30T01:35:46.746Z] 5f70bf18a086: Waiting [2025-07-30T01:35:46.746Z] 3a91f5f015f0: Waiting [2025-07-30T01:35:46.746Z] cba12d66b1be: Waiting [2025-07-30T01:35:46.746Z] 4b40bd2caa8e: Waiting [2025-07-30T01:35:46.746Z] 097100c76c15: Waiting [2025-07-30T01:35:46.746Z] 0d1fd4661704: Waiting [2025-07-30T01:35:46.746Z] db7873223f2d: Layer already exists [2025-07-30T01:35:46.746Z] 108a96ac9e4b: Layer already exists [2025-07-30T01:35:46.746Z] 824ef2700f7a: Layer already exists [2025-07-30T01:35:46.746Z] 911b83d0d185: Layer already exists [2025-07-30T01:35:46.746Z] 7cce95417f42: Layer already exists [2025-07-30T01:35:46.746Z] b9c2baa95d6a: Layer already exists [2025-07-30T01:35:46.746Z] b3c3cb56e9f0: Layer already exists [2025-07-30T01:35:46.746Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:46.746Z] cba12d66b1be: Layer already exists [2025-07-30T01:35:46.746Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:46.746Z] 0d1fd4661704: Layer already exists [2025-07-30T01:35:46.746Z] 5f70bf18a086: Layer already exists [2025-07-30T01:35:46.746Z] 3a91f5f015f0: Layer already exists [2025-07-30T01:35:46.746Z] 7603fc271ecc: Layer already exists [2025-07-30T01:35:46.746Z] 097100c76c15: Layer already exists [2025-07-30T01:35:46.746Z] 4b40bd2caa8e: Layer already exists [2025-07-30T01:35:46.746Z] main: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:46.820Z] ===================================================== [Pipeline] echo [2025-07-30T01:35:46.838Z] taggedImages: [2025-07-30T01:35:46.838Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:46.838Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-30T01:35:46.838Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-07-30T01:35:46.838Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:46.838Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-07-30T01:35:46.874Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-07-30T01:35:46.874Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:46.874Z] latest [2025-07-30T01:35:46.874Z] 4.1.0-dev.42 [2025-07-30T01:35:46.874Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:46.874Z] main [2025-07-30T01:35:46.874Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:47.234Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:47.559Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:47.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-30T01:35:47.559Z] ceb89bb48dc2: Preparing [2025-07-30T01:35:47.559Z] 771604412427: Preparing [2025-07-30T01:35:47.559Z] 0ab06895ea74: Preparing [2025-07-30T01:35:47.559Z] d93f20dd3e26: Preparing [2025-07-30T01:35:47.559Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:47.559Z] 0c67c078b662: Preparing [2025-07-30T01:35:47.559Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:47.559Z] 82727b968737: Preparing [2025-07-30T01:35:47.559Z] 097100c76c15: Preparing [2025-07-30T01:35:47.559Z] 0c67c078b662: Waiting [2025-07-30T01:35:47.559Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:47.559Z] 82727b968737: Waiting [2025-07-30T01:35:47.559Z] 097100c76c15: Waiting [2025-07-30T01:35:47.559Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:47.559Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:47.559Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:47.559Z] 82727b968737: Layer already exists [2025-07-30T01:35:47.559Z] 097100c76c15: Layer already exists [2025-07-30T01:35:47.559Z] ceb89bb48dc2: Pushed [2025-07-30T01:35:47.559Z] 771604412427: Pushed [2025-07-30T01:35:47.559Z] 0ab06895ea74: Pushed [2025-07-30T01:35:50.849Z] d93f20dd3e26: Pushed [2025-07-30T01:35:50.849Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:51.228Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:51.552Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-30T01:35:51.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-30T01:35:51.552Z] ceb89bb48dc2: Preparing [2025-07-30T01:35:51.552Z] 771604412427: Preparing [2025-07-30T01:35:51.552Z] 0ab06895ea74: Preparing [2025-07-30T01:35:51.552Z] d93f20dd3e26: Preparing [2025-07-30T01:35:51.552Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:51.552Z] 0c67c078b662: Preparing [2025-07-30T01:35:51.552Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:51.552Z] 82727b968737: Preparing [2025-07-30T01:35:51.552Z] 097100c76c15: Preparing [2025-07-30T01:35:51.552Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:51.552Z] 0c67c078b662: Waiting [2025-07-30T01:35:51.552Z] 82727b968737: Waiting [2025-07-30T01:35:51.552Z] 097100c76c15: Waiting [2025-07-30T01:35:51.552Z] 771604412427: Layer already exists [2025-07-30T01:35:51.552Z] 0ab06895ea74: Layer already exists [2025-07-30T01:35:51.552Z] d93f20dd3e26: Layer already exists [2025-07-30T01:35:51.552Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:51.552Z] ceb89bb48dc2: Layer already exists [2025-07-30T01:35:51.552Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:51.552Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:51.552Z] 097100c76c15: Layer already exists [2025-07-30T01:35:51.552Z] 82727b968737: Layer already exists [2025-07-30T01:35:51.552Z] latest: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:51.879Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:52.202Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-07-30T01:35:52.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-30T01:35:52.202Z] ceb89bb48dc2: Preparing [2025-07-30T01:35:52.202Z] 771604412427: Preparing [2025-07-30T01:35:52.202Z] 0ab06895ea74: Preparing [2025-07-30T01:35:52.202Z] d93f20dd3e26: Preparing [2025-07-30T01:35:52.202Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:52.202Z] 0c67c078b662: Preparing [2025-07-30T01:35:52.202Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:52.202Z] 82727b968737: Preparing [2025-07-30T01:35:52.202Z] 097100c76c15: Preparing [2025-07-30T01:35:52.202Z] 0c67c078b662: Waiting [2025-07-30T01:35:52.202Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:52.202Z] 82727b968737: Waiting [2025-07-30T01:35:52.202Z] 097100c76c15: Waiting [2025-07-30T01:35:52.202Z] d93f20dd3e26: Layer already exists [2025-07-30T01:35:52.202Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:52.202Z] 0ab06895ea74: Layer already exists [2025-07-30T01:35:52.202Z] 771604412427: Layer already exists [2025-07-30T01:35:52.202Z] ceb89bb48dc2: Layer already exists [2025-07-30T01:35:52.202Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:52.202Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:52.202Z] 82727b968737: Layer already exists [2025-07-30T01:35:52.202Z] 097100c76c15: Layer already exists [2025-07-30T01:35:52.202Z] 4.1.0-dev.42: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:52.536Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:52.856Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:52.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-30T01:35:52.856Z] ceb89bb48dc2: Preparing [2025-07-30T01:35:52.856Z] 771604412427: Preparing [2025-07-30T01:35:52.856Z] 0ab06895ea74: Preparing [2025-07-30T01:35:52.856Z] d93f20dd3e26: Preparing [2025-07-30T01:35:52.856Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:52.856Z] 0c67c078b662: Preparing [2025-07-30T01:35:52.856Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:52.856Z] 82727b968737: Preparing [2025-07-30T01:35:52.856Z] 097100c76c15: Preparing [2025-07-30T01:35:52.856Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:52.856Z] 82727b968737: Waiting [2025-07-30T01:35:52.856Z] 097100c76c15: Waiting [2025-07-30T01:35:52.856Z] 0c67c078b662: Waiting [2025-07-30T01:35:52.856Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:52.856Z] d93f20dd3e26: Layer already exists [2025-07-30T01:35:52.856Z] ceb89bb48dc2: Layer already exists [2025-07-30T01:35:52.856Z] 771604412427: Layer already exists [2025-07-30T01:35:52.856Z] 0ab06895ea74: Layer already exists [2025-07-30T01:35:52.856Z] 82727b968737: Layer already exists [2025-07-30T01:35:52.856Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:52.856Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:52.856Z] 097100c76c15: Layer already exists [2025-07-30T01:35:52.856Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:53.182Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:53.508Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-30T01:35:53.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-30T01:35:53.508Z] ceb89bb48dc2: Preparing [2025-07-30T01:35:53.508Z] 771604412427: Preparing [2025-07-30T01:35:53.508Z] 0ab06895ea74: Preparing [2025-07-30T01:35:53.508Z] d93f20dd3e26: Preparing [2025-07-30T01:35:53.508Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:53.508Z] 0c67c078b662: Preparing [2025-07-30T01:35:53.508Z] c9d56c98d5f0: Preparing [2025-07-30T01:35:53.508Z] 82727b968737: Preparing [2025-07-30T01:35:53.508Z] 097100c76c15: Preparing [2025-07-30T01:35:53.508Z] c9d56c98d5f0: Waiting [2025-07-30T01:35:53.508Z] 0c67c078b662: Waiting [2025-07-30T01:35:53.508Z] 82727b968737: Waiting [2025-07-30T01:35:53.508Z] 097100c76c15: Waiting [2025-07-30T01:35:53.508Z] ceb89bb48dc2: Layer already exists [2025-07-30T01:35:53.508Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:53.508Z] 0ab06895ea74: Layer already exists [2025-07-30T01:35:53.508Z] 771604412427: Layer already exists [2025-07-30T01:35:53.508Z] d93f20dd3e26: Layer already exists [2025-07-30T01:35:53.508Z] c9d56c98d5f0: Layer already exists [2025-07-30T01:35:53.508Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:53.508Z] 097100c76c15: Layer already exists [2025-07-30T01:35:53.508Z] 82727b968737: Layer already exists [2025-07-30T01:35:53.508Z] main: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:53.573Z] ===================================================== [Pipeline] echo [2025-07-30T01:35:53.586Z] taggedImages: [2025-07-30T01:35:53.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:53.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-30T01:35:53.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-07-30T01:35:53.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:53.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-07-30T01:35:53.615Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-07-30T01:35:53.615Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:53.615Z] latest [2025-07-30T01:35:53.615Z] 4.1.0-dev.42 [2025-07-30T01:35:53.615Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:53.615Z] main [2025-07-30T01:35:53.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:53.945Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:54.269Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:54.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-30T01:35:54.269Z] d47a243b1cf2: Preparing [2025-07-30T01:35:54.269Z] d5468491dbf4: Preparing [2025-07-30T01:35:54.269Z] 240e16465964: Preparing [2025-07-30T01:35:54.269Z] 550eb7cd76ae: Preparing [2025-07-30T01:35:54.269Z] b36b6120c331: Preparing [2025-07-30T01:35:54.269Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:54.269Z] 0c67c078b662: Preparing [2025-07-30T01:35:54.269Z] 4864d2c6b626: Preparing [2025-07-30T01:35:54.269Z] 25394e178c4f: Preparing [2025-07-30T01:35:54.269Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:54.269Z] 4864d2c6b626: Waiting [2025-07-30T01:35:54.269Z] 25394e178c4f: Waiting [2025-07-30T01:35:54.269Z] 0c67c078b662: Waiting [2025-07-30T01:35:54.269Z] 1e12bcc33426: Preparing [2025-07-30T01:35:54.269Z] 1e12bcc33426: Waiting [2025-07-30T01:35:54.269Z] 097100c76c15: Preparing [2025-07-30T01:35:54.269Z] 097100c76c15: Waiting [2025-07-30T01:35:54.269Z] d5468491dbf4: Pushed [2025-07-30T01:35:54.269Z] d47a243b1cf2: Pushed [2025-07-30T01:35:54.269Z] b36b6120c331: Pushed [2025-07-30T01:35:54.269Z] 550eb7cd76ae: Pushed [2025-07-30T01:35:54.269Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:54.269Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:54.269Z] 097100c76c15: Layer already exists [2025-07-30T01:35:54.269Z] 4864d2c6b626: Pushed [2025-07-30T01:35:54.527Z] 25394e178c4f: Pushed [2025-07-30T01:35:55.904Z] 1e12bcc33426: Pushed [2025-07-30T01:35:56.470Z] 240e16465964: Pushed [2025-07-30T01:35:56.470Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:56.796Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:57.122Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-30T01:35:57.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-30T01:35:57.122Z] d47a243b1cf2: Preparing [2025-07-30T01:35:57.122Z] d5468491dbf4: Preparing [2025-07-30T01:35:57.122Z] 240e16465964: Preparing [2025-07-30T01:35:57.122Z] 550eb7cd76ae: Preparing [2025-07-30T01:35:57.122Z] b36b6120c331: Preparing [2025-07-30T01:35:57.122Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:57.122Z] 0c67c078b662: Preparing [2025-07-30T01:35:57.122Z] 4864d2c6b626: Preparing [2025-07-30T01:35:57.122Z] 25394e178c4f: Preparing [2025-07-30T01:35:57.122Z] 1e12bcc33426: Preparing [2025-07-30T01:35:57.122Z] 097100c76c15: Preparing [2025-07-30T01:35:57.122Z] 4864d2c6b626: Waiting [2025-07-30T01:35:57.122Z] 25394e178c4f: Waiting [2025-07-30T01:35:57.122Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:57.122Z] 0c67c078b662: Waiting [2025-07-30T01:35:57.122Z] 097100c76c15: Waiting [2025-07-30T01:35:57.122Z] d47a243b1cf2: Layer already exists [2025-07-30T01:35:57.122Z] b36b6120c331: Layer already exists [2025-07-30T01:35:57.122Z] 240e16465964: Layer already exists [2025-07-30T01:35:57.122Z] d5468491dbf4: Layer already exists [2025-07-30T01:35:57.122Z] 550eb7cd76ae: Layer already exists [2025-07-30T01:35:57.122Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:57.122Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:57.122Z] 25394e178c4f: Layer already exists [2025-07-30T01:35:57.122Z] 4864d2c6b626: Layer already exists [2025-07-30T01:35:57.122Z] 1e12bcc33426: Layer already exists [2025-07-30T01:35:57.122Z] 097100c76c15: Layer already exists [2025-07-30T01:35:57.122Z] latest: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:57.448Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:57.767Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-07-30T01:35:57.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-30T01:35:57.767Z] d47a243b1cf2: Preparing [2025-07-30T01:35:57.767Z] d5468491dbf4: Preparing [2025-07-30T01:35:57.767Z] 240e16465964: Preparing [2025-07-30T01:35:57.767Z] 550eb7cd76ae: Preparing [2025-07-30T01:35:57.767Z] b36b6120c331: Preparing [2025-07-30T01:35:57.767Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:57.767Z] 0c67c078b662: Preparing [2025-07-30T01:35:57.767Z] 4864d2c6b626: Preparing [2025-07-30T01:35:57.767Z] 25394e178c4f: Preparing [2025-07-30T01:35:57.767Z] 1e12bcc33426: Preparing [2025-07-30T01:35:57.767Z] 097100c76c15: Preparing [2025-07-30T01:35:57.767Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:57.767Z] 0c67c078b662: Waiting [2025-07-30T01:35:57.767Z] 4864d2c6b626: Waiting [2025-07-30T01:35:57.767Z] 25394e178c4f: Waiting [2025-07-30T01:35:57.767Z] 1e12bcc33426: Waiting [2025-07-30T01:35:57.767Z] 097100c76c15: Waiting [2025-07-30T01:35:57.767Z] 550eb7cd76ae: Layer already exists [2025-07-30T01:35:57.767Z] d47a243b1cf2: Layer already exists [2025-07-30T01:35:57.767Z] d5468491dbf4: Layer already exists [2025-07-30T01:35:57.767Z] 240e16465964: Layer already exists [2025-07-30T01:35:57.767Z] b36b6120c331: Layer already exists [2025-07-30T01:35:57.767Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:57.767Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:57.767Z] 4864d2c6b626: Layer already exists [2025-07-30T01:35:57.767Z] 1e12bcc33426: Layer already exists [2025-07-30T01:35:57.767Z] 097100c76c15: Layer already exists [2025-07-30T01:35:57.767Z] 25394e178c4f: Layer already exists [2025-07-30T01:35:57.767Z] 4.1.0-dev.42: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:58.087Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:58.412Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:58.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-30T01:35:58.412Z] d47a243b1cf2: Preparing [2025-07-30T01:35:58.412Z] d5468491dbf4: Preparing [2025-07-30T01:35:58.412Z] 240e16465964: Preparing [2025-07-30T01:35:58.412Z] 550eb7cd76ae: Preparing [2025-07-30T01:35:58.412Z] b36b6120c331: Preparing [2025-07-30T01:35:58.412Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:58.412Z] 0c67c078b662: Preparing [2025-07-30T01:35:58.412Z] 4864d2c6b626: Preparing [2025-07-30T01:35:58.412Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:58.412Z] 0c67c078b662: Waiting [2025-07-30T01:35:58.412Z] 25394e178c4f: Preparing [2025-07-30T01:35:58.412Z] 4864d2c6b626: Waiting [2025-07-30T01:35:58.412Z] 1e12bcc33426: Preparing [2025-07-30T01:35:58.412Z] 097100c76c15: Preparing [2025-07-30T01:35:58.412Z] 1e12bcc33426: Waiting [2025-07-30T01:35:58.412Z] 097100c76c15: Waiting [2025-07-30T01:35:58.412Z] 25394e178c4f: Waiting [2025-07-30T01:35:58.412Z] b36b6120c331: Layer already exists [2025-07-30T01:35:58.412Z] 240e16465964: Layer already exists [2025-07-30T01:35:58.412Z] d5468491dbf4: Layer already exists [2025-07-30T01:35:58.412Z] 550eb7cd76ae: Layer already exists [2025-07-30T01:35:58.412Z] d47a243b1cf2: Layer already exists [2025-07-30T01:35:58.412Z] 4864d2c6b626: Layer already exists [2025-07-30T01:35:58.412Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:58.412Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:58.412Z] 25394e178c4f: Layer already exists [2025-07-30T01:35:58.412Z] 1e12bcc33426: Layer already exists [2025-07-30T01:35:58.412Z] 097100c76c15: Layer already exists [2025-07-30T01:35:58.412Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:58.732Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:59.058Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-30T01:35:59.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-30T01:35:59.058Z] d47a243b1cf2: Preparing [2025-07-30T01:35:59.058Z] d5468491dbf4: Preparing [2025-07-30T01:35:59.058Z] 240e16465964: Preparing [2025-07-30T01:35:59.058Z] 550eb7cd76ae: Preparing [2025-07-30T01:35:59.058Z] b36b6120c331: Preparing [2025-07-30T01:35:59.058Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:59.058Z] 0c67c078b662: Preparing [2025-07-30T01:35:59.058Z] 4864d2c6b626: Preparing [2025-07-30T01:35:59.058Z] 25394e178c4f: Preparing [2025-07-30T01:35:59.058Z] 1e12bcc33426: Preparing [2025-07-30T01:35:59.058Z] 097100c76c15: Preparing [2025-07-30T01:35:59.058Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:59.058Z] 0c67c078b662: Waiting [2025-07-30T01:35:59.058Z] 4864d2c6b626: Waiting [2025-07-30T01:35:59.058Z] 25394e178c4f: Waiting [2025-07-30T01:35:59.058Z] 1e12bcc33426: Waiting [2025-07-30T01:35:59.058Z] 097100c76c15: Waiting [2025-07-30T01:35:59.058Z] d5468491dbf4: Layer already exists [2025-07-30T01:35:59.058Z] d47a243b1cf2: Layer already exists [2025-07-30T01:35:59.058Z] 240e16465964: Layer already exists [2025-07-30T01:35:59.058Z] 550eb7cd76ae: Layer already exists [2025-07-30T01:35:59.058Z] b36b6120c331: Layer already exists [2025-07-30T01:35:59.058Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:59.058Z] 25394e178c4f: Layer already exists [2025-07-30T01:35:59.058Z] 4864d2c6b626: Layer already exists [2025-07-30T01:35:59.058Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:59.058Z] 1e12bcc33426: Layer already exists [2025-07-30T01:35:59.058Z] 097100c76c15: Layer already exists [2025-07-30T01:35:59.058Z] main: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:35:59.128Z] ===================================================== [Pipeline] echo [2025-07-30T01:35:59.144Z] taggedImages: [2025-07-30T01:35:59.144Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:59.144Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-30T01:35:59.144Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-07-30T01:35:59.144Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:59.144Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-07-30T01:35:59.174Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-07-30T01:35:59.174Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:59.174Z] latest [2025-07-30T01:35:59.174Z] 4.1.0-dev.42 [2025-07-30T01:35:59.174Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:35:59.174Z] main [2025-07-30T01:35:59.174Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:59.513Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:35:59.834Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:35:59.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-30T01:35:59.834Z] 5af536b6f1ac: Preparing [2025-07-30T01:35:59.834Z] feba717bb865: Preparing [2025-07-30T01:35:59.834Z] 2f49d07df80d: Preparing [2025-07-30T01:35:59.834Z] 6022af2dcce1: Preparing [2025-07-30T01:35:59.834Z] bd100644574a: Preparing [2025-07-30T01:35:59.834Z] 9908ecac42d8: Preparing [2025-07-30T01:35:59.834Z] 0a088308305b: Preparing [2025-07-30T01:35:59.834Z] f90d4ee09f3b: Preparing [2025-07-30T01:35:59.834Z] 0c67c078b662: Preparing [2025-07-30T01:35:59.834Z] 9908ecac42d8: Waiting [2025-07-30T01:35:59.834Z] f25b26c5a624: Preparing [2025-07-30T01:35:59.834Z] ace5a296b66d: Preparing [2025-07-30T01:35:59.834Z] 097100c76c15: Preparing [2025-07-30T01:35:59.834Z] 0a088308305b: Waiting [2025-07-30T01:35:59.834Z] f90d4ee09f3b: Waiting [2025-07-30T01:35:59.834Z] 0c67c078b662: Waiting [2025-07-30T01:35:59.834Z] ace5a296b66d: Waiting [2025-07-30T01:35:59.834Z] f25b26c5a624: Waiting [2025-07-30T01:35:59.834Z] 097100c76c15: Waiting [2025-07-30T01:35:59.834Z] bd100644574a: Pushed [2025-07-30T01:35:59.834Z] 5af536b6f1ac: Pushed [2025-07-30T01:35:59.834Z] feba717bb865: Pushed [2025-07-30T01:35:59.834Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:35:59.834Z] 0c67c078b662: Layer already exists [2025-07-30T01:35:59.834Z] 9908ecac42d8: Pushed [2025-07-30T01:35:59.834Z] 0a088308305b: Pushed [2025-07-30T01:35:59.834Z] 097100c76c15: Layer already exists [2025-07-30T01:36:00.092Z] f25b26c5a624: Pushed [2025-07-30T01:36:01.470Z] ace5a296b66d: Pushed [2025-07-30T01:36:01.730Z] 6022af2dcce1: Pushed [2025-07-30T01:36:03.107Z] 2f49d07df80d: Pushed [2025-07-30T01:36:03.107Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:03.431Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:03.757Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-30T01:36:03.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-30T01:36:03.757Z] 5af536b6f1ac: Preparing [2025-07-30T01:36:03.757Z] feba717bb865: Preparing [2025-07-30T01:36:03.757Z] 2f49d07df80d: Preparing [2025-07-30T01:36:03.757Z] 6022af2dcce1: Preparing [2025-07-30T01:36:03.757Z] bd100644574a: Preparing [2025-07-30T01:36:03.757Z] 9908ecac42d8: Preparing [2025-07-30T01:36:03.757Z] 0a088308305b: Preparing [2025-07-30T01:36:03.757Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:03.757Z] 0c67c078b662: Preparing [2025-07-30T01:36:03.757Z] f25b26c5a624: Preparing [2025-07-30T01:36:03.757Z] ace5a296b66d: Preparing [2025-07-30T01:36:03.757Z] 097100c76c15: Preparing [2025-07-30T01:36:03.757Z] 0c67c078b662: Waiting [2025-07-30T01:36:03.757Z] f90d4ee09f3b: Waiting [2025-07-30T01:36:03.757Z] f25b26c5a624: Waiting [2025-07-30T01:36:03.757Z] ace5a296b66d: Waiting [2025-07-30T01:36:03.757Z] 097100c76c15: Waiting [2025-07-30T01:36:03.757Z] 9908ecac42d8: Waiting [2025-07-30T01:36:03.757Z] 0a088308305b: Waiting [2025-07-30T01:36:03.757Z] feba717bb865: Layer already exists [2025-07-30T01:36:03.757Z] 2f49d07df80d: Layer already exists [2025-07-30T01:36:03.757Z] 5af536b6f1ac: Layer already exists [2025-07-30T01:36:03.757Z] 6022af2dcce1: Layer already exists [2025-07-30T01:36:03.757Z] bd100644574a: Layer already exists [2025-07-30T01:36:03.757Z] 9908ecac42d8: Layer already exists [2025-07-30T01:36:03.757Z] 0a088308305b: Layer already exists [2025-07-30T01:36:03.757Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:03.757Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:03.757Z] f25b26c5a624: Layer already exists [2025-07-30T01:36:03.757Z] ace5a296b66d: Layer already exists [2025-07-30T01:36:03.757Z] 097100c76c15: Layer already exists [2025-07-30T01:36:03.757Z] latest: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:04.089Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:04.408Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-07-30T01:36:04.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-30T01:36:04.408Z] 5af536b6f1ac: Preparing [2025-07-30T01:36:04.408Z] feba717bb865: Preparing [2025-07-30T01:36:04.408Z] 2f49d07df80d: Preparing [2025-07-30T01:36:04.408Z] 6022af2dcce1: Preparing [2025-07-30T01:36:04.408Z] bd100644574a: Preparing [2025-07-30T01:36:04.408Z] 9908ecac42d8: Preparing [2025-07-30T01:36:04.408Z] 0a088308305b: Preparing [2025-07-30T01:36:04.408Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:04.408Z] 0c67c078b662: Preparing [2025-07-30T01:36:04.408Z] f25b26c5a624: Preparing [2025-07-30T01:36:04.408Z] ace5a296b66d: Preparing [2025-07-30T01:36:04.408Z] 097100c76c15: Preparing [2025-07-30T01:36:04.408Z] f90d4ee09f3b: Waiting [2025-07-30T01:36:04.408Z] ace5a296b66d: Waiting [2025-07-30T01:36:04.408Z] 0c67c078b662: Waiting [2025-07-30T01:36:04.408Z] 097100c76c15: Waiting [2025-07-30T01:36:04.408Z] 0a088308305b: Waiting [2025-07-30T01:36:04.408Z] 9908ecac42d8: Waiting [2025-07-30T01:36:04.408Z] f25b26c5a624: Waiting [2025-07-30T01:36:04.408Z] 6022af2dcce1: Layer already exists [2025-07-30T01:36:04.408Z] feba717bb865: Layer already exists [2025-07-30T01:36:04.408Z] bd100644574a: Layer already exists [2025-07-30T01:36:04.408Z] 5af536b6f1ac: Layer already exists [2025-07-30T01:36:04.408Z] 2f49d07df80d: Layer already exists [2025-07-30T01:36:04.408Z] 9908ecac42d8: Layer already exists [2025-07-30T01:36:04.408Z] f25b26c5a624: Layer already exists [2025-07-30T01:36:04.408Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:04.408Z] 0a088308305b: Layer already exists [2025-07-30T01:36:04.408Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:04.408Z] ace5a296b66d: Layer already exists [2025-07-30T01:36:04.408Z] 097100c76c15: Layer already exists [2025-07-30T01:36:04.408Z] 4.1.0-dev.42: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:04.733Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:05.053Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:05.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-30T01:36:05.053Z] 5af536b6f1ac: Preparing [2025-07-30T01:36:05.053Z] feba717bb865: Preparing [2025-07-30T01:36:05.053Z] 2f49d07df80d: Preparing [2025-07-30T01:36:05.053Z] 6022af2dcce1: Preparing [2025-07-30T01:36:05.053Z] bd100644574a: Preparing [2025-07-30T01:36:05.053Z] 9908ecac42d8: Preparing [2025-07-30T01:36:05.053Z] 0a088308305b: Preparing [2025-07-30T01:36:05.053Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:05.053Z] 0c67c078b662: Preparing [2025-07-30T01:36:05.053Z] f25b26c5a624: Preparing [2025-07-30T01:36:05.053Z] ace5a296b66d: Preparing [2025-07-30T01:36:05.053Z] 097100c76c15: Preparing [2025-07-30T01:36:05.053Z] 0c67c078b662: Waiting [2025-07-30T01:36:05.053Z] f25b26c5a624: Waiting [2025-07-30T01:36:05.053Z] ace5a296b66d: Waiting [2025-07-30T01:36:05.053Z] 097100c76c15: Waiting [2025-07-30T01:36:05.053Z] 9908ecac42d8: Waiting [2025-07-30T01:36:05.053Z] f90d4ee09f3b: Waiting [2025-07-30T01:36:05.053Z] 0a088308305b: Waiting [2025-07-30T01:36:05.053Z] feba717bb865: Layer already exists [2025-07-30T01:36:05.053Z] 5af536b6f1ac: Layer already exists [2025-07-30T01:36:05.053Z] 6022af2dcce1: Layer already exists [2025-07-30T01:36:05.053Z] 2f49d07df80d: Layer already exists [2025-07-30T01:36:05.053Z] bd100644574a: Layer already exists [2025-07-30T01:36:05.053Z] 9908ecac42d8: Layer already exists [2025-07-30T01:36:05.053Z] f25b26c5a624: Layer already exists [2025-07-30T01:36:05.053Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:05.053Z] 0a088308305b: Layer already exists [2025-07-30T01:36:05.053Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:05.053Z] ace5a296b66d: Layer already exists [2025-07-30T01:36:05.053Z] 097100c76c15: Layer already exists [2025-07-30T01:36:05.053Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:05.391Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:05.714Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-30T01:36:05.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-30T01:36:05.714Z] 5af536b6f1ac: Preparing [2025-07-30T01:36:05.714Z] feba717bb865: Preparing [2025-07-30T01:36:05.714Z] 2f49d07df80d: Preparing [2025-07-30T01:36:05.714Z] 6022af2dcce1: Preparing [2025-07-30T01:36:05.714Z] bd100644574a: Preparing [2025-07-30T01:36:05.714Z] 9908ecac42d8: Preparing [2025-07-30T01:36:05.714Z] 0a088308305b: Preparing [2025-07-30T01:36:05.714Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:05.714Z] 0c67c078b662: Preparing [2025-07-30T01:36:05.714Z] f25b26c5a624: Preparing [2025-07-30T01:36:05.714Z] ace5a296b66d: Preparing [2025-07-30T01:36:05.714Z] 097100c76c15: Preparing [2025-07-30T01:36:05.714Z] f90d4ee09f3b: Waiting [2025-07-30T01:36:05.714Z] 0c67c078b662: Waiting [2025-07-30T01:36:05.714Z] f25b26c5a624: Waiting [2025-07-30T01:36:05.714Z] ace5a296b66d: Waiting [2025-07-30T01:36:05.714Z] 097100c76c15: Waiting [2025-07-30T01:36:05.714Z] 9908ecac42d8: Waiting [2025-07-30T01:36:05.714Z] 0a088308305b: Waiting [2025-07-30T01:36:05.714Z] bd100644574a: Layer already exists [2025-07-30T01:36:05.714Z] 6022af2dcce1: Layer already exists [2025-07-30T01:36:05.714Z] 2f49d07df80d: Layer already exists [2025-07-30T01:36:05.714Z] feba717bb865: Layer already exists [2025-07-30T01:36:05.714Z] 5af536b6f1ac: Layer already exists [2025-07-30T01:36:05.714Z] 9908ecac42d8: Layer already exists [2025-07-30T01:36:05.714Z] 0a088308305b: Layer already exists [2025-07-30T01:36:05.714Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:05.714Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:05.714Z] f25b26c5a624: Layer already exists [2025-07-30T01:36:05.714Z] ace5a296b66d: Layer already exists [2025-07-30T01:36:05.714Z] 097100c76c15: Layer already exists [2025-07-30T01:36:05.714Z] main: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:36:05.792Z] ===================================================== [Pipeline] echo [2025-07-30T01:36:05.809Z] taggedImages: [2025-07-30T01:36:05.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:05.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-30T01:36:05.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-07-30T01:36:05.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:05.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-07-30T01:36:05.847Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-07-30T01:36:05.847Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:05.847Z] latest [2025-07-30T01:36:05.847Z] 4.1.0-dev.42 [2025-07-30T01:36:05.847Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:05.847Z] main [2025-07-30T01:36:05.847Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:06.197Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:06.532Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:06.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-30T01:36:06.532Z] 01d088dac162: Preparing [2025-07-30T01:36:06.532Z] 274a3c87a0ea: Preparing [2025-07-30T01:36:06.532Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:06.532Z] 0c67c078b662: Preparing [2025-07-30T01:36:06.532Z] c025e9260f88: Preparing [2025-07-30T01:36:06.532Z] 43f41a0ce95c: Preparing [2025-07-30T01:36:06.532Z] 097100c76c15: Preparing [2025-07-30T01:36:06.532Z] 097100c76c15: Waiting [2025-07-30T01:36:06.532Z] 43f41a0ce95c: Waiting [2025-07-30T01:36:06.532Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:06.532Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:06.532Z] 097100c76c15: Layer already exists [2025-07-30T01:36:06.532Z] c025e9260f88: Pushed [2025-07-30T01:36:06.532Z] 01d088dac162: Pushed [2025-07-30T01:36:07.463Z] 43f41a0ce95c: Pushed [2025-07-30T01:36:09.991Z] 274a3c87a0ea: Pushed [2025-07-30T01:36:10.249Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:10.570Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:10.897Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-30T01:36:10.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-30T01:36:10.898Z] 01d088dac162: Preparing [2025-07-30T01:36:10.898Z] 274a3c87a0ea: Preparing [2025-07-30T01:36:10.898Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:10.898Z] 0c67c078b662: Preparing [2025-07-30T01:36:10.898Z] c025e9260f88: Preparing [2025-07-30T01:36:10.898Z] 43f41a0ce95c: Preparing [2025-07-30T01:36:10.898Z] 097100c76c15: Preparing [2025-07-30T01:36:10.898Z] 43f41a0ce95c: Waiting [2025-07-30T01:36:10.898Z] 097100c76c15: Waiting [2025-07-30T01:36:10.898Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:10.898Z] 01d088dac162: Layer already exists [2025-07-30T01:36:10.898Z] c025e9260f88: Layer already exists [2025-07-30T01:36:10.898Z] 274a3c87a0ea: Layer already exists [2025-07-30T01:36:10.898Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:10.898Z] 097100c76c15: Layer already exists [2025-07-30T01:36:10.898Z] 43f41a0ce95c: Layer already exists [2025-07-30T01:36:10.898Z] latest: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:11.227Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:11.550Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-07-30T01:36:11.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-30T01:36:11.551Z] 01d088dac162: Preparing [2025-07-30T01:36:11.551Z] 274a3c87a0ea: Preparing [2025-07-30T01:36:11.551Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:11.551Z] 0c67c078b662: Preparing [2025-07-30T01:36:11.551Z] c025e9260f88: Preparing [2025-07-30T01:36:11.551Z] 43f41a0ce95c: Preparing [2025-07-30T01:36:11.551Z] 097100c76c15: Preparing [2025-07-30T01:36:11.551Z] 43f41a0ce95c: Waiting [2025-07-30T01:36:11.551Z] 097100c76c15: Waiting [2025-07-30T01:36:11.551Z] 274a3c87a0ea: Layer already exists [2025-07-30T01:36:11.551Z] c025e9260f88: Layer already exists [2025-07-30T01:36:11.551Z] 01d088dac162: Layer already exists [2025-07-30T01:36:11.551Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:11.551Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:11.551Z] 097100c76c15: Layer already exists [2025-07-30T01:36:11.551Z] 43f41a0ce95c: Layer already exists [2025-07-30T01:36:11.551Z] 4.1.0-dev.42: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:11.883Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:12.201Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:12.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-30T01:36:12.201Z] 01d088dac162: Preparing [2025-07-30T01:36:12.201Z] 274a3c87a0ea: Preparing [2025-07-30T01:36:12.201Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:12.201Z] 0c67c078b662: Preparing [2025-07-30T01:36:12.201Z] c025e9260f88: Preparing [2025-07-30T01:36:12.201Z] 43f41a0ce95c: Preparing [2025-07-30T01:36:12.201Z] 097100c76c15: Preparing [2025-07-30T01:36:12.201Z] 097100c76c15: Waiting [2025-07-30T01:36:12.201Z] 43f41a0ce95c: Waiting [2025-07-30T01:36:12.201Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:12.201Z] 01d088dac162: Layer already exists [2025-07-30T01:36:12.201Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:12.201Z] c025e9260f88: Layer already exists [2025-07-30T01:36:12.201Z] 274a3c87a0ea: Layer already exists [2025-07-30T01:36:12.201Z] 43f41a0ce95c: Layer already exists [2025-07-30T01:36:12.201Z] 097100c76c15: Layer already exists [2025-07-30T01:36:12.201Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:12.524Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:12.848Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-30T01:36:12.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-30T01:36:12.848Z] 01d088dac162: Preparing [2025-07-30T01:36:12.848Z] 274a3c87a0ea: Preparing [2025-07-30T01:36:12.848Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:12.848Z] 0c67c078b662: Preparing [2025-07-30T01:36:12.848Z] c025e9260f88: Preparing [2025-07-30T01:36:12.848Z] 43f41a0ce95c: Preparing [2025-07-30T01:36:12.848Z] 097100c76c15: Preparing [2025-07-30T01:36:12.848Z] 43f41a0ce95c: Waiting [2025-07-30T01:36:12.848Z] 097100c76c15: Waiting [2025-07-30T01:36:12.848Z] 274a3c87a0ea: Layer already exists [2025-07-30T01:36:12.848Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:12.848Z] c025e9260f88: Layer already exists [2025-07-30T01:36:12.848Z] 01d088dac162: Layer already exists [2025-07-30T01:36:12.848Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:12.848Z] 43f41a0ce95c: Layer already exists [2025-07-30T01:36:12.848Z] 097100c76c15: Layer already exists [2025-07-30T01:36:12.848Z] main: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:36:12.914Z] ===================================================== [Pipeline] echo [2025-07-30T01:36:12.929Z] taggedImages: [2025-07-30T01:36:12.929Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:12.929Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-30T01:36:12.929Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-07-30T01:36:12.929Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:12.929Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-07-30T01:36:12.959Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-07-30T01:36:12.959Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:12.959Z] latest [2025-07-30T01:36:12.959Z] 4.1.0-dev.42 [2025-07-30T01:36:12.959Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:12.959Z] main [2025-07-30T01:36:12.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:13.290Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:13.606Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:13.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-30T01:36:13.606Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:13.606Z] 7493909a5faa: Preparing [2025-07-30T01:36:13.606Z] 917c9de2ae7b: Preparing [2025-07-30T01:36:13.606Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:13.606Z] 0c67c078b662: Preparing [2025-07-30T01:36:13.606Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:13.606Z] 43c16f8e005b: Preparing [2025-07-30T01:36:13.606Z] 4c85042fef61: Preparing [2025-07-30T01:36:13.606Z] dd272015b90b: Preparing [2025-07-30T01:36:13.606Z] 097100c76c15: Preparing [2025-07-30T01:36:13.606Z] 4c85042fef61: Waiting [2025-07-30T01:36:13.606Z] dd272015b90b: Waiting [2025-07-30T01:36:13.606Z] 097100c76c15: Waiting [2025-07-30T01:36:13.606Z] 43c16f8e005b: Waiting [2025-07-30T01:36:13.606Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:13.606Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:13.606Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:13.606Z] 7493909a5faa: Pushed [2025-07-30T01:36:13.606Z] a1f7d0ae4610: Pushed [2025-07-30T01:36:13.606Z] 917c9de2ae7b: Pushed [2025-07-30T01:36:13.606Z] 097100c76c15: Layer already exists [2025-07-30T01:36:13.606Z] 4c85042fef61: Pushed [2025-07-30T01:36:14.172Z] dd272015b90b: Pushed [2025-07-30T01:36:18.440Z] 43c16f8e005b: Pushed [2025-07-30T01:36:26.663Z] ad3380bf6f5b: Pushed [2025-07-30T01:36:26.663Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:26.981Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:27.305Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-30T01:36:27.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-30T01:36:27.305Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:27.305Z] 7493909a5faa: Preparing [2025-07-30T01:36:27.305Z] 917c9de2ae7b: Preparing [2025-07-30T01:36:27.305Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:27.305Z] 0c67c078b662: Preparing [2025-07-30T01:36:27.305Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:27.305Z] 43c16f8e005b: Preparing [2025-07-30T01:36:27.305Z] 4c85042fef61: Preparing [2025-07-30T01:36:27.305Z] dd272015b90b: Preparing [2025-07-30T01:36:27.305Z] 097100c76c15: Preparing [2025-07-30T01:36:27.305Z] 4c85042fef61: Waiting [2025-07-30T01:36:27.305Z] dd272015b90b: Waiting [2025-07-30T01:36:27.305Z] 097100c76c15: Waiting [2025-07-30T01:36:27.305Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:27.305Z] 43c16f8e005b: Waiting [2025-07-30T01:36:27.305Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:27.305Z] 7493909a5faa: Layer already exists [2025-07-30T01:36:27.305Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:27.305Z] 917c9de2ae7b: Layer already exists [2025-07-30T01:36:27.305Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:27.305Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:27.305Z] 43c16f8e005b: Layer already exists [2025-07-30T01:36:27.305Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:27.305Z] 097100c76c15: Layer already exists [2025-07-30T01:36:27.305Z] dd272015b90b: Layer already exists [2025-07-30T01:36:27.305Z] latest: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:27.635Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:27.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-07-30T01:36:27.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-30T01:36:27.964Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:27.964Z] 7493909a5faa: Preparing [2025-07-30T01:36:27.964Z] 917c9de2ae7b: Preparing [2025-07-30T01:36:27.964Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:27.964Z] 0c67c078b662: Preparing [2025-07-30T01:36:27.964Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:27.964Z] 43c16f8e005b: Preparing [2025-07-30T01:36:27.964Z] 4c85042fef61: Preparing [2025-07-30T01:36:27.964Z] dd272015b90b: Preparing [2025-07-30T01:36:27.964Z] 097100c76c15: Preparing [2025-07-30T01:36:27.964Z] dd272015b90b: Waiting [2025-07-30T01:36:27.964Z] 4c85042fef61: Waiting [2025-07-30T01:36:27.964Z] 097100c76c15: Waiting [2025-07-30T01:36:27.964Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:27.964Z] 43c16f8e005b: Waiting [2025-07-30T01:36:27.964Z] 7493909a5faa: Layer already exists [2025-07-30T01:36:27.964Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:27.964Z] 917c9de2ae7b: Layer already exists [2025-07-30T01:36:27.964Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:27.964Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:27.964Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:27.964Z] 43c16f8e005b: Layer already exists [2025-07-30T01:36:27.964Z] dd272015b90b: Layer already exists [2025-07-30T01:36:27.964Z] 097100c76c15: Layer already exists [2025-07-30T01:36:27.964Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:27.964Z] 4.1.0-dev.42: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:28.306Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:28.638Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:28.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-30T01:36:28.638Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:28.638Z] 7493909a5faa: Preparing [2025-07-30T01:36:28.638Z] 917c9de2ae7b: Preparing [2025-07-30T01:36:28.638Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:28.638Z] 0c67c078b662: Preparing [2025-07-30T01:36:28.638Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:28.638Z] 43c16f8e005b: Preparing [2025-07-30T01:36:28.638Z] 4c85042fef61: Preparing [2025-07-30T01:36:28.638Z] 43c16f8e005b: Waiting [2025-07-30T01:36:28.638Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:28.638Z] dd272015b90b: Preparing [2025-07-30T01:36:28.638Z] 097100c76c15: Preparing [2025-07-30T01:36:28.638Z] 4c85042fef61: Waiting [2025-07-30T01:36:28.638Z] dd272015b90b: Waiting [2025-07-30T01:36:28.638Z] 097100c76c15: Waiting [2025-07-30T01:36:28.638Z] 917c9de2ae7b: Layer already exists [2025-07-30T01:36:28.638Z] 7493909a5faa: Layer already exists [2025-07-30T01:36:28.638Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:28.638Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:28.638Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:28.638Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:28.638Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:28.638Z] 43c16f8e005b: Layer already exists [2025-07-30T01:36:28.638Z] dd272015b90b: Layer already exists [2025-07-30T01:36:28.638Z] 097100c76c15: Layer already exists [2025-07-30T01:36:28.638Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:28.970Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:29.291Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-30T01:36:29.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-30T01:36:29.291Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:29.291Z] 7493909a5faa: Preparing [2025-07-30T01:36:29.291Z] 917c9de2ae7b: Preparing [2025-07-30T01:36:29.291Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:29.291Z] 0c67c078b662: Preparing [2025-07-30T01:36:29.291Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:29.291Z] 43c16f8e005b: Preparing [2025-07-30T01:36:29.291Z] 4c85042fef61: Preparing [2025-07-30T01:36:29.291Z] dd272015b90b: Preparing [2025-07-30T01:36:29.292Z] 097100c76c15: Preparing [2025-07-30T01:36:29.292Z] 4c85042fef61: Waiting [2025-07-30T01:36:29.292Z] dd272015b90b: Waiting [2025-07-30T01:36:29.292Z] 43c16f8e005b: Waiting [2025-07-30T01:36:29.292Z] 097100c76c15: Waiting [2025-07-30T01:36:29.292Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:29.292Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:29.292Z] 7493909a5faa: Layer already exists [2025-07-30T01:36:29.292Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:29.292Z] 917c9de2ae7b: Layer already exists [2025-07-30T01:36:29.292Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:29.292Z] 43c16f8e005b: Layer already exists [2025-07-30T01:36:29.292Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:29.292Z] dd272015b90b: Layer already exists [2025-07-30T01:36:29.292Z] 097100c76c15: Layer already exists [2025-07-30T01:36:29.292Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:29.292Z] main: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:36:29.365Z] ===================================================== [Pipeline] echo [2025-07-30T01:36:29.380Z] taggedImages: [2025-07-30T01:36:29.380Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:29.380Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-30T01:36:29.380Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-07-30T01:36:29.380Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:29.380Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-07-30T01:36:29.412Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-07-30T01:36:29.412Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:29.412Z] latest [2025-07-30T01:36:29.412Z] 4.1.0-dev.42 [2025-07-30T01:36:29.412Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:29.412Z] main [2025-07-30T01:36:29.412Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:29.757Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:30.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:30.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-30T01:36:30.090Z] 2074bc2cb302: Preparing [2025-07-30T01:36:30.090Z] f84bbb5a356a: Preparing [2025-07-30T01:36:30.090Z] e30f063f665a: Preparing [2025-07-30T01:36:30.090Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:30.090Z] 0c67c078b662: Preparing [2025-07-30T01:36:30.090Z] 0a682d59d22f: Preparing [2025-07-30T01:36:30.090Z] 73b985321e27: Preparing [2025-07-30T01:36:30.090Z] 5073bf5cd4c8: Preparing [2025-07-30T01:36:30.090Z] 097100c76c15: Preparing [2025-07-30T01:36:30.090Z] 0a682d59d22f: Waiting [2025-07-30T01:36:30.090Z] 73b985321e27: Waiting [2025-07-30T01:36:30.090Z] 5073bf5cd4c8: Waiting [2025-07-30T01:36:30.090Z] 097100c76c15: Waiting [2025-07-30T01:36:30.090Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:30.090Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:30.090Z] 2074bc2cb302: Pushed [2025-07-30T01:36:30.090Z] e30f063f665a: Pushed [2025-07-30T01:36:30.090Z] 73b985321e27: Pushed [2025-07-30T01:36:30.090Z] f84bbb5a356a: Pushed [2025-07-30T01:36:30.090Z] 097100c76c15: Layer already exists [2025-07-30T01:36:30.656Z] 5073bf5cd4c8: Pushed [2025-07-30T01:36:42.882Z] 0a682d59d22f: Pushed [2025-07-30T01:36:43.148Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:43.474Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:43.799Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-30T01:36:43.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-30T01:36:43.799Z] 2074bc2cb302: Preparing [2025-07-30T01:36:43.799Z] f84bbb5a356a: Preparing [2025-07-30T01:36:43.799Z] e30f063f665a: Preparing [2025-07-30T01:36:43.799Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:43.799Z] 0c67c078b662: Preparing [2025-07-30T01:36:43.799Z] 0a682d59d22f: Preparing [2025-07-30T01:36:43.799Z] 73b985321e27: Preparing [2025-07-30T01:36:43.799Z] 5073bf5cd4c8: Preparing [2025-07-30T01:36:43.799Z] 097100c76c15: Preparing [2025-07-30T01:36:43.799Z] 73b985321e27: Waiting [2025-07-30T01:36:43.799Z] 5073bf5cd4c8: Waiting [2025-07-30T01:36:43.799Z] 097100c76c15: Waiting [2025-07-30T01:36:43.799Z] 0a682d59d22f: Waiting [2025-07-30T01:36:43.799Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:43.799Z] f84bbb5a356a: Layer already exists [2025-07-30T01:36:43.799Z] e30f063f665a: Layer already exists [2025-07-30T01:36:43.799Z] 2074bc2cb302: Layer already exists [2025-07-30T01:36:43.799Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:43.799Z] 0a682d59d22f: Layer already exists [2025-07-30T01:36:43.799Z] 73b985321e27: Layer already exists [2025-07-30T01:36:43.799Z] 5073bf5cd4c8: Layer already exists [2025-07-30T01:36:43.799Z] 097100c76c15: Layer already exists [2025-07-30T01:36:43.799Z] latest: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:44.128Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:44.450Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-07-30T01:36:44.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-30T01:36:44.450Z] 2074bc2cb302: Preparing [2025-07-30T01:36:44.450Z] f84bbb5a356a: Preparing [2025-07-30T01:36:44.450Z] e30f063f665a: Preparing [2025-07-30T01:36:44.450Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:44.450Z] 0c67c078b662: Preparing [2025-07-30T01:36:44.450Z] 0a682d59d22f: Preparing [2025-07-30T01:36:44.450Z] 73b985321e27: Preparing [2025-07-30T01:36:44.450Z] 5073bf5cd4c8: Preparing [2025-07-30T01:36:44.450Z] 097100c76c15: Preparing [2025-07-30T01:36:44.450Z] 0a682d59d22f: Waiting [2025-07-30T01:36:44.450Z] 73b985321e27: Waiting [2025-07-30T01:36:44.450Z] 5073bf5cd4c8: Waiting [2025-07-30T01:36:44.450Z] 097100c76c15: Waiting [2025-07-30T01:36:44.450Z] 2074bc2cb302: Layer already exists [2025-07-30T01:36:44.450Z] f84bbb5a356a: Layer already exists [2025-07-30T01:36:44.450Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:44.450Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:44.450Z] e30f063f665a: Layer already exists [2025-07-30T01:36:44.450Z] 73b985321e27: Layer already exists [2025-07-30T01:36:44.450Z] 0a682d59d22f: Layer already exists [2025-07-30T01:36:44.450Z] 097100c76c15: Layer already exists [2025-07-30T01:36:44.450Z] 5073bf5cd4c8: Layer already exists [2025-07-30T01:36:44.450Z] 4.1.0-dev.42: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:44.774Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:45.114Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:45.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-30T01:36:45.114Z] 2074bc2cb302: Preparing [2025-07-30T01:36:45.114Z] f84bbb5a356a: Preparing [2025-07-30T01:36:45.114Z] e30f063f665a: Preparing [2025-07-30T01:36:45.114Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:45.114Z] 0c67c078b662: Preparing [2025-07-30T01:36:45.114Z] 0a682d59d22f: Preparing [2025-07-30T01:36:45.114Z] 73b985321e27: Preparing [2025-07-30T01:36:45.114Z] 5073bf5cd4c8: Preparing [2025-07-30T01:36:45.114Z] 097100c76c15: Preparing [2025-07-30T01:36:45.114Z] 73b985321e27: Waiting [2025-07-30T01:36:45.114Z] 5073bf5cd4c8: Waiting [2025-07-30T01:36:45.114Z] 0a682d59d22f: Waiting [2025-07-30T01:36:45.114Z] 097100c76c15: Waiting [2025-07-30T01:36:45.114Z] 2074bc2cb302: Layer already exists [2025-07-30T01:36:45.114Z] e30f063f665a: Layer already exists [2025-07-30T01:36:45.114Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:45.114Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:45.114Z] f84bbb5a356a: Layer already exists [2025-07-30T01:36:45.114Z] 097100c76c15: Layer already exists [2025-07-30T01:36:45.114Z] 73b985321e27: Layer already exists [2025-07-30T01:36:45.114Z] 0a682d59d22f: Layer already exists [2025-07-30T01:36:45.114Z] 5073bf5cd4c8: Layer already exists [2025-07-30T01:36:45.114Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:45.465Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:45.801Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-30T01:36:45.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-30T01:36:45.801Z] 2074bc2cb302: Preparing [2025-07-30T01:36:45.801Z] f84bbb5a356a: Preparing [2025-07-30T01:36:45.801Z] e30f063f665a: Preparing [2025-07-30T01:36:45.801Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:45.801Z] 0c67c078b662: Preparing [2025-07-30T01:36:45.801Z] 0a682d59d22f: Preparing [2025-07-30T01:36:45.801Z] 73b985321e27: Preparing [2025-07-30T01:36:45.801Z] 5073bf5cd4c8: Preparing [2025-07-30T01:36:45.801Z] 097100c76c15: Preparing [2025-07-30T01:36:45.801Z] 73b985321e27: Waiting [2025-07-30T01:36:45.801Z] 5073bf5cd4c8: Waiting [2025-07-30T01:36:45.801Z] 097100c76c15: Waiting [2025-07-30T01:36:45.801Z] 0a682d59d22f: Waiting [2025-07-30T01:36:45.801Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:45.801Z] e30f063f665a: Layer already exists [2025-07-30T01:36:45.801Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:45.801Z] f84bbb5a356a: Layer already exists [2025-07-30T01:36:45.801Z] 2074bc2cb302: Layer already exists [2025-07-30T01:36:45.801Z] 0a682d59d22f: Layer already exists [2025-07-30T01:36:45.801Z] 5073bf5cd4c8: Layer already exists [2025-07-30T01:36:45.801Z] 097100c76c15: Layer already exists [2025-07-30T01:36:45.801Z] 73b985321e27: Layer already exists [2025-07-30T01:36:45.801Z] main: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:36:45.877Z] ===================================================== [Pipeline] echo [2025-07-30T01:36:45.892Z] taggedImages: [2025-07-30T01:36:45.892Z] - nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:45.892Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-30T01:36:45.892Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-07-30T01:36:45.892Z] - nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:45.892Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-07-30T01:36:45.926Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-07-30T01:36:45.926Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:45.926Z] latest [2025-07-30T01:36:45.926Z] 4.1.0-dev.42 [2025-07-30T01:36:45.926Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:45.926Z] main [2025-07-30T01:36:45.926Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:46.280Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:46.610Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:46.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-30T01:36:46.610Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:46.610Z] ce34eeeafb8b: Preparing [2025-07-30T01:36:46.610Z] a1352c72cee4: Preparing [2025-07-30T01:36:46.610Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:46.610Z] 0c67c078b662: Preparing [2025-07-30T01:36:46.610Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:46.610Z] 4c85042fef61: Preparing [2025-07-30T01:36:46.610Z] dd272015b90b: Preparing [2025-07-30T01:36:46.610Z] 097100c76c15: Preparing [2025-07-30T01:36:46.610Z] dd272015b90b: Waiting [2025-07-30T01:36:46.610Z] 097100c76c15: Waiting [2025-07-30T01:36:46.610Z] 4c85042fef61: Waiting [2025-07-30T01:36:46.610Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:46.610Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:46.610Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:46.610Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:46.610Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:46.610Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:46.610Z] dd272015b90b: Layer already exists [2025-07-30T01:36:46.610Z] 097100c76c15: Layer already exists [2025-07-30T01:36:46.610Z] ce34eeeafb8b: Pushed [2025-07-30T01:36:46.610Z] a1352c72cee4: Pushed [2025-07-30T01:36:46.870Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:47.200Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:47.532Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-30T01:36:47.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-30T01:36:47.532Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:47.532Z] ce34eeeafb8b: Preparing [2025-07-30T01:36:47.532Z] a1352c72cee4: Preparing [2025-07-30T01:36:47.532Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:47.532Z] 0c67c078b662: Preparing [2025-07-30T01:36:47.532Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:47.532Z] 4c85042fef61: Preparing [2025-07-30T01:36:47.532Z] dd272015b90b: Preparing [2025-07-30T01:36:47.532Z] 097100c76c15: Preparing [2025-07-30T01:36:47.532Z] dd272015b90b: Waiting [2025-07-30T01:36:47.532Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:47.532Z] 4c85042fef61: Waiting [2025-07-30T01:36:47.532Z] 097100c76c15: Waiting [2025-07-30T01:36:47.532Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:47.532Z] a1352c72cee4: Layer already exists [2025-07-30T01:36:47.532Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:47.532Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:47.532Z] ce34eeeafb8b: Layer already exists [2025-07-30T01:36:47.532Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:47.532Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:47.532Z] dd272015b90b: Layer already exists [2025-07-30T01:36:47.532Z] 097100c76c15: Layer already exists [2025-07-30T01:36:47.532Z] latest: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:47.864Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:48.196Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-07-30T01:36:48.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-30T01:36:48.197Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:48.197Z] ce34eeeafb8b: Preparing [2025-07-30T01:36:48.197Z] a1352c72cee4: Preparing [2025-07-30T01:36:48.197Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:48.197Z] 0c67c078b662: Preparing [2025-07-30T01:36:48.197Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:48.197Z] 4c85042fef61: Preparing [2025-07-30T01:36:48.197Z] dd272015b90b: Preparing [2025-07-30T01:36:48.197Z] 097100c76c15: Preparing [2025-07-30T01:36:48.197Z] 4c85042fef61: Waiting [2025-07-30T01:36:48.197Z] dd272015b90b: Waiting [2025-07-30T01:36:48.197Z] 097100c76c15: Waiting [2025-07-30T01:36:48.197Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:48.197Z] ce34eeeafb8b: Layer already exists [2025-07-30T01:36:48.197Z] a1352c72cee4: Layer already exists [2025-07-30T01:36:48.197Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:48.197Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:48.197Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:48.197Z] dd272015b90b: Layer already exists [2025-07-30T01:36:48.197Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:48.197Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:48.197Z] 097100c76c15: Layer already exists [2025-07-30T01:36:48.197Z] 4.1.0-dev.42: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:48.517Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:48.850Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:48.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-30T01:36:48.850Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:48.850Z] ce34eeeafb8b: Preparing [2025-07-30T01:36:48.850Z] a1352c72cee4: Preparing [2025-07-30T01:36:48.850Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:48.850Z] 0c67c078b662: Preparing [2025-07-30T01:36:48.850Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:48.850Z] 4c85042fef61: Preparing [2025-07-30T01:36:48.850Z] dd272015b90b: Preparing [2025-07-30T01:36:48.850Z] 097100c76c15: Preparing [2025-07-30T01:36:48.850Z] 4c85042fef61: Waiting [2025-07-30T01:36:48.850Z] dd272015b90b: Waiting [2025-07-30T01:36:48.850Z] 097100c76c15: Waiting [2025-07-30T01:36:48.850Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:48.850Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:48.850Z] a1352c72cee4: Layer already exists [2025-07-30T01:36:48.850Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:48.850Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:48.850Z] ce34eeeafb8b: Layer already exists [2025-07-30T01:36:48.850Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:48.850Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:48.850Z] dd272015b90b: Layer already exists [2025-07-30T01:36:48.850Z] 097100c76c15: Layer already exists [2025-07-30T01:36:48.850Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:49.176Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:49.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-30T01:36:49.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-30T01:36:49.494Z] a1f7d0ae4610: Preparing [2025-07-30T01:36:49.494Z] ce34eeeafb8b: Preparing [2025-07-30T01:36:49.494Z] a1352c72cee4: Preparing [2025-07-30T01:36:49.494Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:49.494Z] 0c67c078b662: Preparing [2025-07-30T01:36:49.494Z] ad3380bf6f5b: Preparing [2025-07-30T01:36:49.494Z] 4c85042fef61: Preparing [2025-07-30T01:36:49.494Z] dd272015b90b: Preparing [2025-07-30T01:36:49.494Z] 097100c76c15: Preparing [2025-07-30T01:36:49.494Z] ad3380bf6f5b: Waiting [2025-07-30T01:36:49.494Z] 4c85042fef61: Waiting [2025-07-30T01:36:49.494Z] dd272015b90b: Waiting [2025-07-30T01:36:49.494Z] 097100c76c15: Waiting [2025-07-30T01:36:49.494Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:49.494Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:49.494Z] a1f7d0ae4610: Layer already exists [2025-07-30T01:36:49.494Z] a1352c72cee4: Layer already exists [2025-07-30T01:36:49.494Z] ce34eeeafb8b: Layer already exists [2025-07-30T01:36:49.494Z] 4c85042fef61: Layer already exists [2025-07-30T01:36:49.494Z] ad3380bf6f5b: Layer already exists [2025-07-30T01:36:49.494Z] dd272015b90b: Layer already exists [2025-07-30T01:36:49.494Z] 097100c76c15: Layer already exists [2025-07-30T01:36:49.494Z] main: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:36:49.569Z] ===================================================== [Pipeline] echo [2025-07-30T01:36:49.584Z] taggedImages: [2025-07-30T01:36:49.584Z] - nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:49.584Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-30T01:36:49.584Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-07-30T01:36:49.584Z] - nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:49.584Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-07-30T01:36:49.611Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-07-30T01:36:49.611Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:49.611Z] latest [2025-07-30T01:36:49.611Z] 4.1.0-dev.42 [2025-07-30T01:36:49.611Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:49.611Z] main [2025-07-30T01:36:49.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:49.971Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:50.300Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:50.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-30T01:36:50.300Z] 98307d2162e4: Preparing [2025-07-30T01:36:50.300Z] 4cf4e975f795: Preparing [2025-07-30T01:36:50.300Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:50.300Z] 0c67c078b662: Preparing [2025-07-30T01:36:50.300Z] 244680f91b60: Preparing [2025-07-30T01:36:50.300Z] f68b80b9b515: Preparing [2025-07-30T01:36:50.300Z] 097100c76c15: Preparing [2025-07-30T01:36:50.300Z] f68b80b9b515: Waiting [2025-07-30T01:36:50.300Z] 097100c76c15: Waiting [2025-07-30T01:36:50.300Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:50.300Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:50.300Z] 097100c76c15: Layer already exists [2025-07-30T01:36:50.300Z] 244680f91b60: Pushed [2025-07-30T01:36:50.300Z] 98307d2162e4: Pushed [2025-07-30T01:36:50.867Z] f68b80b9b515: Pushed [2025-07-30T01:36:55.061Z] 4cf4e975f795: Pushed [2025-07-30T01:36:55.061Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:55.395Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:55.719Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-30T01:36:55.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-30T01:36:55.719Z] 98307d2162e4: Preparing [2025-07-30T01:36:55.719Z] 4cf4e975f795: Preparing [2025-07-30T01:36:55.719Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:55.719Z] 0c67c078b662: Preparing [2025-07-30T01:36:55.719Z] 244680f91b60: Preparing [2025-07-30T01:36:55.719Z] f68b80b9b515: Preparing [2025-07-30T01:36:55.719Z] 097100c76c15: Preparing [2025-07-30T01:36:55.719Z] f68b80b9b515: Waiting [2025-07-30T01:36:55.719Z] 097100c76c15: Waiting [2025-07-30T01:36:55.719Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:55.719Z] 4cf4e975f795: Layer already exists [2025-07-30T01:36:55.719Z] 98307d2162e4: Layer already exists [2025-07-30T01:36:55.719Z] 244680f91b60: Layer already exists [2025-07-30T01:36:55.719Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:55.719Z] 097100c76c15: Layer already exists [2025-07-30T01:36:55.719Z] f68b80b9b515: Layer already exists [2025-07-30T01:36:55.719Z] latest: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:56.050Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:56.370Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-07-30T01:36:56.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-30T01:36:56.370Z] 98307d2162e4: Preparing [2025-07-30T01:36:56.370Z] 4cf4e975f795: Preparing [2025-07-30T01:36:56.370Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:56.370Z] 0c67c078b662: Preparing [2025-07-30T01:36:56.370Z] 244680f91b60: Preparing [2025-07-30T01:36:56.370Z] f68b80b9b515: Preparing [2025-07-30T01:36:56.370Z] 097100c76c15: Preparing [2025-07-30T01:36:56.370Z] f68b80b9b515: Waiting [2025-07-30T01:36:56.370Z] 097100c76c15: Waiting [2025-07-30T01:36:56.370Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:56.370Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:56.370Z] 98307d2162e4: Layer already exists [2025-07-30T01:36:56.370Z] 4cf4e975f795: Layer already exists [2025-07-30T01:36:56.370Z] 244680f91b60: Layer already exists [2025-07-30T01:36:56.370Z] f68b80b9b515: Layer already exists [2025-07-30T01:36:56.370Z] 097100c76c15: Layer already exists [2025-07-30T01:36:56.370Z] 4.1.0-dev.42: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:56.694Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:57.005Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:57.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-30T01:36:57.005Z] 98307d2162e4: Preparing [2025-07-30T01:36:57.005Z] 4cf4e975f795: Preparing [2025-07-30T01:36:57.005Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:57.005Z] 0c67c078b662: Preparing [2025-07-30T01:36:57.005Z] 244680f91b60: Preparing [2025-07-30T01:36:57.005Z] f68b80b9b515: Preparing [2025-07-30T01:36:57.005Z] f68b80b9b515: Waiting [2025-07-30T01:36:57.005Z] 097100c76c15: Preparing [2025-07-30T01:36:57.005Z] 097100c76c15: Waiting [2025-07-30T01:36:57.005Z] 98307d2162e4: Layer already exists [2025-07-30T01:36:57.005Z] 244680f91b60: Layer already exists [2025-07-30T01:36:57.005Z] 4cf4e975f795: Layer already exists [2025-07-30T01:36:57.005Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:57.005Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:57.005Z] 097100c76c15: Layer already exists [2025-07-30T01:36:57.005Z] f68b80b9b515: Layer already exists [2025-07-30T01:36:57.005Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:57.328Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:57.653Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-30T01:36:57.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-30T01:36:57.654Z] 98307d2162e4: Preparing [2025-07-30T01:36:57.654Z] 4cf4e975f795: Preparing [2025-07-30T01:36:57.654Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:57.654Z] 0c67c078b662: Preparing [2025-07-30T01:36:57.654Z] 244680f91b60: Preparing [2025-07-30T01:36:57.654Z] f68b80b9b515: Preparing [2025-07-30T01:36:57.654Z] 097100c76c15: Preparing [2025-07-30T01:36:57.654Z] f68b80b9b515: Waiting [2025-07-30T01:36:57.654Z] 097100c76c15: Waiting [2025-07-30T01:36:57.654Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:57.654Z] 98307d2162e4: Layer already exists [2025-07-30T01:36:57.654Z] 244680f91b60: Layer already exists [2025-07-30T01:36:57.654Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:57.654Z] 4cf4e975f795: Layer already exists [2025-07-30T01:36:57.654Z] 097100c76c15: Layer already exists [2025-07-30T01:36:57.654Z] f68b80b9b515: Layer already exists [2025-07-30T01:36:57.654Z] main: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:36:57.727Z] ===================================================== [Pipeline] echo [2025-07-30T01:36:57.746Z] taggedImages: [2025-07-30T01:36:57.746Z] - nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:57.746Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-30T01:36:57.746Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-07-30T01:36:57.746Z] - nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:57.746Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-07-30T01:36:57.780Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-07-30T01:36:57.780Z] 04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:57.780Z] latest [2025-07-30T01:36:57.780Z] 4.1.0-dev.42 [2025-07-30T01:36:57.780Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:36:57.780Z] main [2025-07-30T01:36:57.780Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:58.114Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:36:58.443Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:36:58.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-30T01:36:58.443Z] ed20364a92eb: Preparing [2025-07-30T01:36:58.443Z] d49331b55f6c: Preparing [2025-07-30T01:36:58.443Z] f90d4ee09f3b: Preparing [2025-07-30T01:36:58.443Z] 0c67c078b662: Preparing [2025-07-30T01:36:58.443Z] 9d5b66c65ca3: Preparing [2025-07-30T01:36:58.443Z] 8a173e41809b: Preparing [2025-07-30T01:36:58.443Z] 097100c76c15: Preparing [2025-07-30T01:36:58.443Z] 8a173e41809b: Waiting [2025-07-30T01:36:58.443Z] 097100c76c15: Waiting [2025-07-30T01:36:58.443Z] 0c67c078b662: Layer already exists [2025-07-30T01:36:58.443Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:36:58.443Z] 097100c76c15: Layer already exists [2025-07-30T01:36:58.443Z] 9d5b66c65ca3: Pushed [2025-07-30T01:36:58.443Z] ed20364a92eb: Pushed [2025-07-30T01:36:58.702Z] 8a173e41809b: Pushed [2025-07-30T01:37:02.894Z] d49331b55f6c: Pushed [2025-07-30T01:37:02.894Z] 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:37:03.229Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:37:03.546Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-30T01:37:03.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-30T01:37:03.547Z] ed20364a92eb: Preparing [2025-07-30T01:37:03.547Z] d49331b55f6c: Preparing [2025-07-30T01:37:03.547Z] f90d4ee09f3b: Preparing [2025-07-30T01:37:03.547Z] 0c67c078b662: Preparing [2025-07-30T01:37:03.547Z] 9d5b66c65ca3: Preparing [2025-07-30T01:37:03.547Z] 8a173e41809b: Preparing [2025-07-30T01:37:03.547Z] 097100c76c15: Preparing [2025-07-30T01:37:03.547Z] 8a173e41809b: Waiting [2025-07-30T01:37:03.547Z] 097100c76c15: Waiting [2025-07-30T01:37:03.547Z] 0c67c078b662: Layer already exists [2025-07-30T01:37:03.547Z] ed20364a92eb: Layer already exists [2025-07-30T01:37:03.547Z] d49331b55f6c: Layer already exists [2025-07-30T01:37:03.547Z] 9d5b66c65ca3: Layer already exists [2025-07-30T01:37:03.547Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:37:03.547Z] 8a173e41809b: Layer already exists [2025-07-30T01:37:03.547Z] 097100c76c15: Layer already exists [2025-07-30T01:37:03.547Z] latest: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:37:03.869Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:37:04.181Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-07-30T01:37:04.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-30T01:37:04.181Z] ed20364a92eb: Preparing [2025-07-30T01:37:04.181Z] d49331b55f6c: Preparing [2025-07-30T01:37:04.181Z] f90d4ee09f3b: Preparing [2025-07-30T01:37:04.181Z] 0c67c078b662: Preparing [2025-07-30T01:37:04.181Z] 9d5b66c65ca3: Preparing [2025-07-30T01:37:04.181Z] 8a173e41809b: Preparing [2025-07-30T01:37:04.181Z] 097100c76c15: Preparing [2025-07-30T01:37:04.181Z] 8a173e41809b: Waiting [2025-07-30T01:37:04.181Z] 097100c76c15: Waiting [2025-07-30T01:37:04.181Z] 0c67c078b662: Layer already exists [2025-07-30T01:37:04.181Z] d49331b55f6c: Layer already exists [2025-07-30T01:37:04.181Z] 9d5b66c65ca3: Layer already exists [2025-07-30T01:37:04.181Z] ed20364a92eb: Layer already exists [2025-07-30T01:37:04.181Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:37:04.181Z] 097100c76c15: Layer already exists [2025-07-30T01:37:04.181Z] 8a173e41809b: Layer already exists [2025-07-30T01:37:04.181Z] 4.1.0-dev.42: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:37:04.519Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:37:04.873Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:04.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-30T01:37:04.873Z] ed20364a92eb: Preparing [2025-07-30T01:37:04.873Z] d49331b55f6c: Preparing [2025-07-30T01:37:04.873Z] f90d4ee09f3b: Preparing [2025-07-30T01:37:04.873Z] 0c67c078b662: Preparing [2025-07-30T01:37:04.873Z] 9d5b66c65ca3: Preparing [2025-07-30T01:37:04.873Z] 8a173e41809b: Preparing [2025-07-30T01:37:04.873Z] 097100c76c15: Preparing [2025-07-30T01:37:04.873Z] 8a173e41809b: Waiting [2025-07-30T01:37:04.873Z] 097100c76c15: Waiting [2025-07-30T01:37:04.873Z] ed20364a92eb: Layer already exists [2025-07-30T01:37:04.873Z] 9d5b66c65ca3: Layer already exists [2025-07-30T01:37:04.873Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:37:04.873Z] 0c67c078b662: Layer already exists [2025-07-30T01:37:04.873Z] d49331b55f6c: Layer already exists [2025-07-30T01:37:04.873Z] 8a173e41809b: Layer already exists [2025-07-30T01:37:04.873Z] 097100c76c15: Layer already exists [2025-07-30T01:37:04.873Z] 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:37:05.230Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T01:37:05.555Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-30T01:37:05.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-30T01:37:05.556Z] ed20364a92eb: Preparing [2025-07-30T01:37:05.556Z] d49331b55f6c: Preparing [2025-07-30T01:37:05.556Z] f90d4ee09f3b: Preparing [2025-07-30T01:37:05.556Z] 0c67c078b662: Preparing [2025-07-30T01:37:05.556Z] 9d5b66c65ca3: Preparing [2025-07-30T01:37:05.556Z] 8a173e41809b: Preparing [2025-07-30T01:37:05.556Z] 097100c76c15: Preparing [2025-07-30T01:37:05.556Z] 097100c76c15: Waiting [2025-07-30T01:37:05.556Z] 8a173e41809b: Waiting [2025-07-30T01:37:05.556Z] d49331b55f6c: Layer already exists [2025-07-30T01:37:05.556Z] ed20364a92eb: Layer already exists [2025-07-30T01:37:05.556Z] 0c67c078b662: Layer already exists [2025-07-30T01:37:05.556Z] 9d5b66c65ca3: Layer already exists [2025-07-30T01:37:05.556Z] f90d4ee09f3b: Layer already exists [2025-07-30T01:37:05.556Z] 097100c76c15: Layer already exists [2025-07-30T01:37:05.556Z] 8a173e41809b: Layer already exists [2025-07-30T01:37:05.556Z] main: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T01:37:05.627Z] ===================================================== [Pipeline] echo [2025-07-30T01:37:05.639Z] taggedImages: [2025-07-30T01:37:05.640Z] - nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.640Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-30T01:37:05.640Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-07-30T01:37:05.640Z] - nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.640Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-07-30T01:37:05.715Z] ========================================================= [2025-07-30T01:37:05.715Z] [edgeXBuildMultiArch] RAW Config: [2025-07-30T01:37:05.715Z] images: [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [2025-07-30T01:37:05.715Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-30T01:37:05.715Z] settingsFile: [2025-07-30T01:37:05.715Z] edgex-go-settings [2025-07-30T01:37:05.715Z] ========================================================= [Pipeline] node [2025-07-30T01:37:20.720Z] Still waiting to schedule task [2025-07-30T01:37:20.721Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-30T01:38:13.768Z] Running on prd-centos7-docker-4c-2g-5945 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-30T01:38:13.818Z] provisioning config files... [2025-07-30T01:38:13.843Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11270207336053389504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-30T01:38:14.929Z] ---> ****-login.sh [2025-07-30T01:38:14.929Z] nexus3.edgexfoundry.org:10001 [2025-07-30T07:26:55.249Z] Cancelling nested steps due to timeout [2025-07-30T07:26:55.254Z] Sending interrupt signal to process [2025-07-30T07:26:59.847Z] script returned exit code 143 [Pipeline] } [2025-07-30T07:26:59.857Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-30T07:27:00.465Z] + '[' -d /w/workspace/edgex-go/876/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:00.781Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:01.337Z] ---> package-listing.sh [2025-07-30T07:27:01.337Z] ++ facter osfamily [2025-07-30T07:27:01.337Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-30T07:27:01.597Z] + OS_FAMILY=redhat [2025-07-30T07:27:01.597Z] + workspace=/w/workspace/edgex-go/876 [2025-07-30T07:27:01.597Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-30T07:27:01.597Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-30T07:27:01.597Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-30T07:27:01.597Z] + PACKAGES=/tmp/packages_start.txt [2025-07-30T07:27:01.597Z] + '[' /w/workspace/edgex-go/876 ']' [2025-07-30T07:27:01.597Z] + PACKAGES=/tmp/packages_end.txt [2025-07-30T07:27:01.597Z] + case "${OS_FAMILY}" in [2025-07-30T07:27:01.597Z] + sort [2025-07-30T07:27:01.597Z] + rpm -qa [2025-07-30T07:27:02.164Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-30T07:27:02.164Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-30T07:27:02.164Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-30T07:27:02.164Z] + '[' /w/workspace/edgex-go/876 ']' [2025-07-30T07:27:02.164Z] + mkdir -p /w/workspace/edgex-go/876/archives/ [2025-07-30T07:27:02.164Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/876/archives/ [Pipeline] echo [2025-07-30T07:27:02.176Z] 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/edgex-go/876/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-30T07:27:02.458Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T07:27:03.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-30T07:27:03.052Z] [2025-07-30T07:27:03.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T07:27:03.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-30T07:27:03.397Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-30T07:27:03.397Z] 5eb5b503b376: Pulling fs layer [2025-07-30T07:27:03.397Z] 5c69ac0246d0: Pulling fs layer [2025-07-30T07:27:03.397Z] ec43610c2a17: Pulling fs layer [2025-07-30T07:27:03.397Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-30T07:27:03.397Z] 33b1e0a273af: Pulling fs layer [2025-07-30T07:27:03.397Z] 5d3b04190fa2: Pulling fs layer [2025-07-30T07:27:03.397Z] 2f39f015ded8: Pulling fs layer [2025-07-30T07:27:03.397Z] 3a2ae6a8a46f: Waiting [2025-07-30T07:27:03.397Z] 33b1e0a273af: Waiting [2025-07-30T07:27:03.397Z] 5d3b04190fa2: Waiting [2025-07-30T07:27:03.397Z] 2f39f015ded8: Waiting [2025-07-30T07:27:03.397Z] 5c69ac0246d0: Verifying Checksum [2025-07-30T07:27:03.397Z] 5c69ac0246d0: Download complete [2025-07-30T07:27:03.397Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-30T07:27:03.397Z] 3a2ae6a8a46f: Download complete [2025-07-30T07:27:03.697Z] ec43610c2a17: Verifying Checksum [2025-07-30T07:27:03.697Z] ec43610c2a17: Download complete [2025-07-30T07:27:03.697Z] 33b1e0a273af: Verifying Checksum [2025-07-30T07:27:03.697Z] 33b1e0a273af: Download complete [2025-07-30T07:27:03.697Z] 5d3b04190fa2: Verifying Checksum [2025-07-30T07:27:03.697Z] 5d3b04190fa2: Download complete [2025-07-30T07:27:03.697Z] 5eb5b503b376: Verifying Checksum [2025-07-30T07:27:03.697Z] 5eb5b503b376: Download complete [2025-07-30T07:27:04.272Z] 2f39f015ded8: Verifying Checksum [2025-07-30T07:27:04.272Z] 2f39f015ded8: Download complete [2025-07-30T07:27:05.217Z] 5eb5b503b376: Pull complete [2025-07-30T07:27:05.217Z] 5c69ac0246d0: Pull complete [2025-07-30T07:27:05.476Z] ec43610c2a17: Pull complete [2025-07-30T07:27:05.734Z] 3a2ae6a8a46f: Pull complete [2025-07-30T07:27:05.734Z] 33b1e0a273af: Pull complete [2025-07-30T07:27:05.734Z] 5d3b04190fa2: Pull complete [2025-07-30T07:27:09.939Z] 2f39f015ded8: Pull complete [2025-07-30T07:27:09.939Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-30T07:27:09.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-30T07:27:09.939Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-30T07:27:10.053Z] prd-centos7-docker-4c-2g-5945 does not seem to be running inside a container [2025-07-30T07:27:10.094Z] $ 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/edgex-go/876/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-30T07:27:13.429Z] $ docker top 82ac03668df9af7d2f6552c300bf2eef23f7fed86b05750c39cb41f1759f163e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-30T07:27:13.772Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-30T07:27:14.060Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-30T07:27:14.346Z] + ls /var/log/sa-host [2025-07-30T07:27:14.346Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-30T07:27:14.515Z] provisioning config files... [2025-07-30T07:27:14.526Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config18122465783617391744tmp [Pipeline] { [Pipeline] echo [2025-07-30T07:27:14.548Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:14.839Z] ---> create-netrc.sh [Pipeline] } [2025-07-30T07:27:14.847Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:15.200Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-30T07:27:15.209Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:15.497Z] ---> sudo-logs.sh [2025-07-30T07:27:15.497Z] Archiving 'sudo' log.. [2025-07-30T07:27:15.498Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-30T07:27:15.529Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-30T07:27:15.534Z] $ docker stop --time=1 82ac03668df9af7d2f6552c300bf2eef23f7fed86b05750c39cb41f1759f163e [2025-07-30T07:27:16.659Z] $ docker rm -f --volumes 82ac03668df9af7d2f6552c300bf2eef23f7fed86b05750c39cb41f1759f163e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-30T07:27:16.756Z] [WS-CLEANUP] Deleting project workspace... [2025-07-30T07:27:16.756Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-30T07:27:16.774Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-30T07:27:16.963Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-30T07:27:17.692Z] + [ -d /w/workspace/edgex-go/876/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:17.985Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:18.844Z] ---> package-listing.sh [2025-07-30T07:27:18.844Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-30T07:27:18.844Z] ++ facter osfamily [2025-07-30T07:27:19.103Z] + OS_FAMILY=debian [2025-07-30T07:27:19.103Z] + workspace=/w/workspace/edgex-go/876 [2025-07-30T07:27:19.103Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-30T07:27:19.103Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-30T07:27:19.103Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-30T07:27:19.103Z] + PACKAGES=/tmp/packages_start.txt [2025-07-30T07:27:19.103Z] + '[' /w/workspace/edgex-go/876 ']' [2025-07-30T07:27:19.103Z] + PACKAGES=/tmp/packages_end.txt [2025-07-30T07:27:19.103Z] + case "${OS_FAMILY}" in [2025-07-30T07:27:19.103Z] + grep '^ii' [2025-07-30T07:27:19.103Z] + dpkg -l [2025-07-30T07:27:19.103Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-30T07:27:19.103Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-30T07:27:19.103Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-30T07:27:19.103Z] + '[' /w/workspace/edgex-go/876 ']' [2025-07-30T07:27:19.103Z] + mkdir -p /w/workspace/edgex-go/876/archives/ [2025-07-30T07:27:19.103Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/876/archives/ [Pipeline] echo [2025-07-30T07:27:19.115Z] 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/edgex-go/876/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-30T07:27:19.392Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T07:27:19.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-30T07:27:19.965Z] [2025-07-30T07:27:19.965Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-30T07:27:20.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-30T07:27:20.268Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-30T07:27:20.268Z] 5eb5b503b376: Pulling fs layer [2025-07-30T07:27:20.268Z] 5c69ac0246d0: Pulling fs layer [2025-07-30T07:27:20.268Z] ec43610c2a17: Pulling fs layer [2025-07-30T07:27:20.268Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-30T07:27:20.268Z] 3a2ae6a8a46f: Waiting [2025-07-30T07:27:20.268Z] 33b1e0a273af: Pulling fs layer [2025-07-30T07:27:20.268Z] 5d3b04190fa2: Pulling fs layer [2025-07-30T07:27:20.268Z] 2f39f015ded8: Pulling fs layer [2025-07-30T07:27:20.268Z] 33b1e0a273af: Waiting [2025-07-30T07:27:20.268Z] 5d3b04190fa2: Waiting [2025-07-30T07:27:20.268Z] 2f39f015ded8: Waiting [2025-07-30T07:27:20.268Z] 5c69ac0246d0: Verifying Checksum [2025-07-30T07:27:20.268Z] 5c69ac0246d0: Download complete [2025-07-30T07:27:20.268Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-30T07:27:20.268Z] 3a2ae6a8a46f: Download complete [2025-07-30T07:27:20.268Z] 33b1e0a273af: Verifying Checksum [2025-07-30T07:27:20.268Z] 33b1e0a273af: Download complete [2025-07-30T07:27:20.268Z] 5d3b04190fa2: Verifying Checksum [2025-07-30T07:27:20.268Z] 5d3b04190fa2: Download complete [2025-07-30T07:27:20.268Z] ec43610c2a17: Verifying Checksum [2025-07-30T07:27:20.268Z] ec43610c2a17: Download complete [2025-07-30T07:27:20.527Z] 5eb5b503b376: Verifying Checksum [2025-07-30T07:27:20.527Z] 5eb5b503b376: Download complete [2025-07-30T07:27:21.461Z] 2f39f015ded8: Download complete [2025-07-30T07:27:22.397Z] 5eb5b503b376: Pull complete [2025-07-30T07:27:22.397Z] 5c69ac0246d0: Pull complete [2025-07-30T07:27:22.963Z] ec43610c2a17: Pull complete [2025-07-30T07:27:22.963Z] 3a2ae6a8a46f: Pull complete [2025-07-30T07:27:23.221Z] 33b1e0a273af: Pull complete [2025-07-30T07:27:23.221Z] 5d3b04190fa2: Pull complete [2025-07-30T07:27:28.490Z] 2f39f015ded8: Pull complete [2025-07-30T07:27:28.490Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-30T07:27:28.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-30T07:27:28.490Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-30T07:27:28.596Z] prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container [2025-07-30T07:27:28.617Z] $ 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/edgex-go/876/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-30T07:27:30.360Z] $ docker top ac101e47d86ba493086b4b2bf741a81a0ce95d793c76832b60a9ab7d2292f40b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-30T07:27:30.717Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-30T07:27:31.003Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-30T07:27:31.294Z] + ls /var/log/sa-host [2025-07-30T07:27:31.294Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-30T07:27:31.335Z] provisioning config files... [2025-07-30T07:27:31.343Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/876@tmp/config2128884609615987511tmp [Pipeline] { [Pipeline] echo [2025-07-30T07:27:31.364Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:31.653Z] ---> create-netrc.sh [Pipeline] } [2025-07-30T07:27:31.659Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:31.966Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-30T07:27:31.977Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:32.260Z] ---> sudo-logs.sh [2025-07-30T07:27:32.260Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-30T07:27:32.301Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:32.583Z] ---> job-cost.sh [2025-07-30T07:27:32.584Z] lf-activate-venv: SKIPPING [2025-07-30T07:27:32.584Z] DEBUG: total: 0.10999999940395355 [2025-07-30T07:27:32.584Z] INFO: Retrieving Stack Cost... [2025-07-30T07:27:32.842Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-30T07:27:33.412Z] INFO: Archiving Costs [Pipeline] echo [2025-07-30T07:27:33.426Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-30T07:27:33.708Z] ---> logs-deploy.sh [2025-07-30T07:27:33.709Z] lf-activate-venv: SKIPPING [2025-07-30T07:27:33.709Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/876 [2025-07-30T07:27:33.709Z] INFO: archiving workspace using pattern(s): [2025-07-30T07:27:34.644Z] Archives upload complete. [2025-07-30T07:27:35.212Z] INFO: archiving logs to Nexus [2025-07-30T07:27:35.793Z] ---> uname -a: [2025-07-30T07:27:35.793Z] Linux prd-ubuntu20-04-docker-8c-8g-5939 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] ---> lscpu: [2025-07-30T07:27:35.793Z] Architecture: x86_64 [2025-07-30T07:27:35.793Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-30T07:27:35.793Z] Byte Order: Little Endian [2025-07-30T07:27:35.793Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-30T07:27:35.793Z] CPU(s): 8 [2025-07-30T07:27:35.793Z] On-line CPU(s) list: 0-7 [2025-07-30T07:27:35.793Z] Thread(s) per core: 1 [2025-07-30T07:27:35.793Z] Core(s) per socket: 1 [2025-07-30T07:27:35.793Z] Socket(s): 8 [2025-07-30T07:27:35.793Z] NUMA node(s): 1 [2025-07-30T07:27:35.793Z] Vendor ID: AuthenticAMD [2025-07-30T07:27:35.793Z] CPU family: 23 [2025-07-30T07:27:35.793Z] Model: 49 [2025-07-30T07:27:35.793Z] Model name: AMD EPYC-Rome Processor [2025-07-30T07:27:35.793Z] Stepping: 0 [2025-07-30T07:27:35.793Z] CPU MHz: 2799.998 [2025-07-30T07:27:35.793Z] BogoMIPS: 5599.99 [2025-07-30T07:27:35.793Z] Virtualization: AMD-V [2025-07-30T07:27:35.793Z] Hypervisor vendor: KVM [2025-07-30T07:27:35.793Z] Virtualization type: full [2025-07-30T07:27:35.793Z] L1d cache: 256 KiB [2025-07-30T07:27:35.793Z] L1i cache: 256 KiB [2025-07-30T07:27:35.793Z] L2 cache: 4 MiB [2025-07-30T07:27:35.793Z] L3 cache: 128 MiB [2025-07-30T07:27:35.793Z] NUMA node0 CPU(s): 0-7 [2025-07-30T07:27:35.793Z] Vulnerability Gather data sampling: Not affected [2025-07-30T07:27:35.793Z] Vulnerability Itlb multihit: Not affected [2025-07-30T07:27:35.793Z] Vulnerability L1tf: Not affected [2025-07-30T07:27:35.793Z] Vulnerability Mds: Not affected [2025-07-30T07:27:35.793Z] Vulnerability Meltdown: Not affected [2025-07-30T07:27:35.793Z] Vulnerability Mmio stale data: Not affected [2025-07-30T07:27:35.793Z] Vulnerability Retbleed: Vulnerable [2025-07-30T07:27:35.793Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-30T07:27:35.793Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-07-30T07:27:35.793Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-07-30T07:27:35.793Z] Vulnerability Srbds: Not affected [2025-07-30T07:27:35.793Z] Vulnerability Tsx async abort: Not affected [2025-07-30T07:27:35.793Z] 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] ---> nproc: [2025-07-30T07:27:35.793Z] 8 [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] ---> df -h: [2025-07-30T07:27:35.793Z] Filesystem Size Used Avail Use% Mounted on [2025-07-30T07:27:35.793Z] overlay 155G 30G 126G 20% / [2025-07-30T07:27:35.793Z] tmpfs 64M 0 64M 0% /dev [2025-07-30T07:27:35.793Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-07-30T07:27:35.793Z] shm 64M 0 64M 0% /dev/shm [2025-07-30T07:27:35.793Z] /dev/vda1 155G 30G 126G 20% /facter-os [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] ---> sar -b -r -n DEV: [2025-07-30T07:27:35.793Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5939) 07/30/25 _x86_64_ (8 CPU) [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] 01:26:10 LINUX RESTART (8 CPU) [2025-07-30T07:27:35.793Z] [2025-07-30T07:27:35.793Z] 01:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-07-30T07:27:35.793Z] 01:28:01 216.31 13.76 202.55 0.00 2142.44 102847.26 0.00 [2025-07-30T07:27:35.793Z] 01:29:01 35.46 0.03 35.43 0.00 0.27 35376.25 0.00 [2025-07-30T07:27:35.793Z] 01:30:01 48.83 0.27 48.56 0.00 3.07 20371.00 0.00 [2025-07-30T07:27:35.793Z] 01:31:01 246.70 0.25 246.44 0.00 26.70 126145.58 0.00 [2025-07-30T07:27:35.793Z] 01:32:01 879.34 32.21 847.13 0.00 4837.19 275176.67 0.00 [2025-07-30T07:27:35.793Z] 01:33:01 251.94 1.13 250.81 0.00 9.07 130067.12 0.00 [2025-07-30T07:27:35.793Z] 01:34:01 389.39 0.03 389.35 0.00 0.27 127489.24 0.00 [2025-07-30T07:27:35.793Z] 01:35:01 226.44 0.05 226.39 0.00 0.40 120699.90 0.00 [2025-07-30T07:27:35.793Z] 01:36:01 565.47 0.07 565.41 0.00 9.07 36499.92 0.00 [2025-07-30T07:27:35.793Z] 01:37:01 24.86 0.00 24.86 0.00 0.00 657.91 0.00 [2025-07-30T07:27:35.793Z] 01:38:01 3.37 0.02 3.35 0.00 2.00 72.65 0.00 [2025-07-30T07:27:35.793Z] 01:39:01 1.73 0.00 1.73 0.00 0.00 19.20 0.00 [2025-07-30T07:27:35.793Z] 01:40:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.793Z] 01:41:01 1.98 0.00 1.98 0.00 0.00 22.13 0.00 [2025-07-30T07:27:35.793Z] 01:42:01 1.87 0.02 1.85 0.00 0.13 24.66 0.00 [2025-07-30T07:27:35.793Z] 01:43:01 1.58 0.00 1.58 0.00 0.00 18.80 0.00 [2025-07-30T07:27:35.793Z] 01:44:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 [2025-07-30T07:27:35.793Z] 01:45:01 1.83 0.00 1.83 0.00 0.00 21.46 0.00 [2025-07-30T07:27:35.793Z] 01:46:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2025-07-30T07:27:35.793Z] 01:47:01 1.47 0.00 1.47 0.00 0.00 18.40 0.00 [2025-07-30T07:27:35.793Z] 01:48:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 [2025-07-30T07:27:35.793Z] 01:49:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 [2025-07-30T07:27:35.793Z] 01:50:01 0.92 0.00 0.92 0.00 0.00 9.60 0.00 [2025-07-30T07:27:35.793Z] 01:51:01 1.20 0.00 1.20 0.00 0.00 15.60 0.00 [2025-07-30T07:27:35.793Z] 01:52:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.793Z] 01:53:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.793Z] 01:54:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2025-07-30T07:27:35.793Z] 01:55:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 [2025-07-30T07:27:35.793Z] 01:56:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.793Z] 01:57:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 [2025-07-30T07:27:35.793Z] 01:58:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 [2025-07-30T07:27:35.793Z] 01:59:01 1.65 0.30 1.35 0.00 16.79 17.06 0.00 [2025-07-30T07:27:35.793Z] 02:00:01 2.42 1.40 1.02 0.00 28.93 12.80 0.00 [2025-07-30T07:27:35.793Z] 02:01:01 1.40 0.00 1.40 0.00 0.00 17.06 0.00 [2025-07-30T07:27:35.793Z] 02:02:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 [2025-07-30T07:27:35.793Z] 02:03:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 [2025-07-30T07:27:35.793Z] 02:04:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.793Z] 02:05:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 [2025-07-30T07:27:35.793Z] 02:06:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.793Z] 02:07:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 [2025-07-30T07:27:35.793Z] 02:08:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 [2025-07-30T07:27:35.793Z] 02:09:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 [2025-07-30T07:27:35.793Z] 02:10:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.793Z] 02:11:01 1.25 0.00 1.25 0.00 0.00 15.86 0.00 [2025-07-30T07:27:35.793Z] 02:12:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 [2025-07-30T07:27:35.793Z] 02:13:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 [2025-07-30T07:27:35.793Z] 02:14:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.793Z] 02:15:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 [2025-07-30T07:27:35.793Z] 02:16:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 [2025-07-30T07:27:35.793Z] 02:17:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 [2025-07-30T07:27:35.793Z] 02:18:01 1.28 0.02 1.27 0.00 0.13 13.06 0.00 [2025-07-30T07:27:35.793Z] 02:19:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 [2025-07-30T07:27:35.793Z] 02:20:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.793Z] 02:21:01 1.60 0.00 1.60 0.00 0.00 17.46 0.00 [2025-07-30T07:27:35.793Z] 02:22:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 [2025-07-30T07:27:35.793Z] 02:23:01 1.80 0.00 1.80 0.00 0.00 20.26 0.00 [2025-07-30T07:27:35.793Z] 02:24:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 [2025-07-30T07:27:35.793Z] 02:25:01 1.58 0.00 1.58 0.00 0.00 18.40 0.00 [2025-07-30T07:27:35.793Z] 02:26:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 [2025-07-30T07:27:35.793Z] 02:27:01 1.72 0.00 1.72 0.00 0.00 19.99 0.00 [2025-07-30T07:27:35.793Z] 02:28:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.793Z] 02:29:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.793Z] 02:30:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2025-07-30T07:27:35.793Z] 02:31:01 1.48 0.00 1.48 0.00 0.00 16.79 0.00 [2025-07-30T07:27:35.793Z] 02:32:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 [2025-07-30T07:27:35.793Z] 02:33:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 [2025-07-30T07:27:35.793Z] 02:34:01 0.97 0.00 0.97 0.00 0.00 10.00 0.00 [2025-07-30T07:27:35.793Z] 02:35:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2025-07-30T07:27:35.793Z] 02:36:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 [2025-07-30T07:27:35.793Z] 02:37:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 [2025-07-30T07:27:35.793Z] 02:38:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.793Z] 02:39:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 [2025-07-30T07:27:35.793Z] 02:40:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.793Z] 02:41:02 1.40 0.00 1.40 0.00 0.00 16.79 0.00 [2025-07-30T07:27:35.793Z] 02:42:01 0.95 0.00 0.95 0.00 0.00 10.71 0.00 [2025-07-30T07:27:35.793Z] 02:43:01 1.82 0.00 1.82 0.00 0.00 20.66 0.00 [2025-07-30T07:27:35.793Z] 02:44:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.793Z] 02:45:01 1.28 0.00 1.28 0.00 0.00 15.20 0.00 [2025-07-30T07:27:35.793Z] 02:46:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2025-07-30T07:27:35.793Z] 02:47:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 [2025-07-30T07:27:35.793Z] 02:48:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 [2025-07-30T07:27:35.793Z] 02:49:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 [2025-07-30T07:27:35.793Z] 02:50:01 0.88 0.00 0.88 0.00 0.00 9.33 0.00 [2025-07-30T07:27:35.793Z] 02:51:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 [2025-07-30T07:27:35.793Z] 02:52:01 0.97 0.00 0.97 0.00 0.00 10.39 0.00 [2025-07-30T07:27:35.793Z] 02:53:01 1.75 0.00 1.75 0.00 0.00 20.66 0.00 [2025-07-30T07:27:35.793Z] 02:54:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 [2025-07-30T07:27:35.793Z] 02:55:01 1.58 0.00 1.58 0.00 0.00 17.73 0.00 [2025-07-30T07:27:35.793Z] 02:56:01 0.95 0.00 0.95 0.00 0.00 10.79 0.00 [2025-07-30T07:27:35.793Z] 02:57:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2025-07-30T07:27:35.793Z] 02:58:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.793Z] 02:59:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 [2025-07-30T07:27:35.793Z] 03:00:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.793Z] 03:01:01 1.80 0.00 1.80 0.00 0.00 21.20 0.00 [2025-07-30T07:27:35.793Z] 03:02:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2025-07-30T07:27:35.793Z] 03:03:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 [2025-07-30T07:27:35.793Z] 03:04:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.793Z] 03:05:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 [2025-07-30T07:27:35.793Z] 03:06:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 [2025-07-30T07:27:35.793Z] 03:07:01 1.85 0.00 1.85 0.00 0.00 21.59 0.00 [2025-07-30T07:27:35.793Z] 03:08:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 [2025-07-30T07:27:35.793Z] 03:09:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 [2025-07-30T07:27:35.793Z] 03:10:01 0.88 0.00 0.88 0.00 0.00 9.20 0.00 [2025-07-30T07:27:35.793Z] 03:11:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 [2025-07-30T07:27:35.793Z] 03:12:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.793Z] 03:13:01 1.78 0.00 1.78 0.00 0.00 20.39 0.00 [2025-07-30T07:27:35.793Z] 03:14:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 [2025-07-30T07:27:35.793Z] 03:15:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 [2025-07-30T07:27:35.793Z] 03:16:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 [2025-07-30T07:27:35.793Z] 03:17:01 1.40 0.00 1.40 0.00 0.00 17.46 0.00 [2025-07-30T07:27:35.793Z] 03:18:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 [2025-07-30T07:27:35.793Z] 03:19:01 1.67 0.00 1.67 0.00 0.00 18.39 0.00 [2025-07-30T07:27:35.793Z] 03:20:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 [2025-07-30T07:27:35.793Z] 03:21:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 [2025-07-30T07:27:35.793Z] 03:22:01 1.07 0.00 1.07 0.00 0.00 11.19 0.00 [2025-07-30T07:27:35.793Z] 03:23:01 1.78 0.00 1.78 0.00 0.00 20.26 0.00 [2025-07-30T07:27:35.793Z] 03:24:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 [2025-07-30T07:27:35.793Z] 03:25:01 1.72 0.00 1.72 0.00 0.00 19.19 0.00 [2025-07-30T07:27:35.793Z] 03:26:01 1.05 0.00 1.05 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.793Z] 03:27:01 1.78 0.00 1.78 0.00 0.00 20.66 0.00 [2025-07-30T07:27:35.793Z] 03:28:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 [2025-07-30T07:27:35.793Z] 03:29:01 1.77 0.00 1.77 0.00 0.00 19.20 0.00 [2025-07-30T07:27:35.793Z] 03:30:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 [2025-07-30T07:27:35.793Z] 03:31:01 1.68 0.00 1.68 0.00 0.00 18.79 0.00 [2025-07-30T07:27:35.793Z] 03:32:01 2.03 0.05 1.98 0.00 12.26 22.66 0.00 [2025-07-30T07:27:35.793Z] 03:33:01 1.93 0.00 1.93 0.00 0.00 22.00 0.00 [2025-07-30T07:27:35.793Z] 03:34:01 1.03 0.00 1.03 0.00 0.00 10.13 0.00 [2025-07-30T07:27:35.793Z] 03:35:01 1.92 0.00 1.92 0.00 0.00 21.19 0.00 [2025-07-30T07:27:35.793Z] 03:36:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-07-30T07:27:35.793Z] 03:37:01 1.80 0.00 1.80 0.00 0.00 21.20 0.00 [2025-07-30T07:27:35.793Z] 03:38:01 1.23 0.00 1.23 0.00 0.00 13.06 0.00 [2025-07-30T07:27:35.793Z] 03:39:01 1.58 0.00 1.58 0.00 0.00 17.46 0.00 [2025-07-30T07:27:35.793Z] 03:40:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 [2025-07-30T07:27:35.793Z] 03:41:02 1.50 0.00 1.50 0.00 0.00 17.20 0.00 [2025-07-30T07:27:35.793Z] 03:42:01 1.15 0.00 1.15 0.00 0.00 12.06 0.00 [2025-07-30T07:27:35.793Z] 03:43:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 [2025-07-30T07:27:35.793Z] 03:44:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 [2025-07-30T07:27:35.793Z] 03:45:01 1.77 0.00 1.77 0.00 0.00 19.60 0.00 [2025-07-30T07:27:35.793Z] 03:46:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.793Z] 03:47:01 1.73 0.00 1.73 0.00 0.00 18.80 0.00 [2025-07-30T07:27:35.793Z] 03:48:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.793Z] 03:49:01 1.57 0.00 1.57 0.00 0.00 17.99 0.00 [2025-07-30T07:27:35.793Z] 03:50:01 1.10 0.00 1.10 0.00 0.00 11.46 0.00 [2025-07-30T07:27:35.793Z] 03:51:01 1.73 0.00 1.73 0.00 0.00 19.33 0.00 [2025-07-30T07:27:35.793Z] 03:52:01 0.97 0.00 0.97 0.00 0.00 10.00 0.00 [2025-07-30T07:27:35.793Z] 03:53:01 1.72 0.00 1.72 0.00 0.00 19.19 0.00 [2025-07-30T07:27:35.793Z] 03:54:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 [2025-07-30T07:27:35.793Z] 03:55:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 [2025-07-30T07:27:35.793Z] 03:56:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.793Z] 03:57:01 1.72 0.00 1.72 0.00 0.00 18.53 0.00 [2025-07-30T07:27:35.793Z] 03:58:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 [2025-07-30T07:27:35.793Z] 03:59:01 1.67 0.00 1.67 0.00 0.00 19.86 0.00 [2025-07-30T07:27:35.794Z] 04:00:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 [2025-07-30T07:27:35.794Z] 04:01:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 [2025-07-30T07:27:35.794Z] 04:02:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 [2025-07-30T07:27:35.794Z] 04:03:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 [2025-07-30T07:27:35.794Z] 04:04:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.794Z] 04:05:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2025-07-30T07:27:35.794Z] 04:06:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.794Z] 04:07:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.794Z] 04:08:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 [2025-07-30T07:27:35.794Z] 04:09:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 [2025-07-30T07:27:35.794Z] 04:10:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 [2025-07-30T07:27:35.794Z] 04:11:01 1.47 0.00 1.47 0.00 0.00 17.19 0.00 [2025-07-30T07:27:35.794Z] 04:12:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.794Z] 04:13:01 1.50 0.00 1.50 0.00 0.00 17.73 0.00 [2025-07-30T07:27:35.794Z] 04:14:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 [2025-07-30T07:27:35.794Z] 04:15:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 [2025-07-30T07:27:35.794Z] 04:16:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 [2025-07-30T07:27:35.794Z] 04:17:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 [2025-07-30T07:27:35.794Z] 04:18:01 1.25 0.00 1.25 0.00 0.00 12.93 0.00 [2025-07-30T07:27:35.794Z] 04:19:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 [2025-07-30T07:27:35.794Z] 04:20:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 [2025-07-30T07:27:35.794Z] 04:21:01 1.33 0.00 1.33 0.00 0.00 16.66 0.00 [2025-07-30T07:27:35.794Z] 04:22:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2025-07-30T07:27:35.794Z] 04:23:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 [2025-07-30T07:27:35.794Z] 04:24:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 [2025-07-30T07:27:35.794Z] 04:25:01 1.78 0.00 1.78 0.00 0.00 20.00 0.00 [2025-07-30T07:27:35.794Z] 04:26:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.794Z] 04:27:01 1.65 0.00 1.65 0.00 0.00 19.06 0.00 [2025-07-30T07:27:35.794Z] 04:28:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 [2025-07-30T07:27:35.794Z] 04:29:01 1.78 0.00 1.78 0.00 0.00 21.06 0.00 [2025-07-30T07:27:35.794Z] 04:30:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.794Z] 04:31:01 1.68 0.00 1.68 0.00 0.00 19.06 0.00 [2025-07-30T07:27:35.794Z] 04:32:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 [2025-07-30T07:27:35.794Z] 04:33:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2025-07-30T07:27:35.794Z] 04:34:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 [2025-07-30T07:27:35.794Z] 04:35:01 1.47 0.00 1.47 0.00 0.00 17.19 0.00 [2025-07-30T07:27:35.794Z] 04:36:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 [2025-07-30T07:27:35.794Z] 04:37:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 [2025-07-30T07:27:35.794Z] 04:38:01 0.88 0.00 0.88 0.00 0.00 10.80 0.00 [2025-07-30T07:27:35.794Z] 04:39:01 1.87 0.00 1.87 0.00 0.00 21.59 0.00 [2025-07-30T07:27:35.794Z] 04:40:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 [2025-07-30T07:27:35.794Z] 04:41:01 1.37 0.00 1.37 0.00 0.00 16.26 0.00 [2025-07-30T07:27:35.794Z] 04:42:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 [2025-07-30T07:27:35.794Z] 04:43:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 [2025-07-30T07:27:35.794Z] 04:44:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.794Z] 04:45:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 [2025-07-30T07:27:35.794Z] 04:46:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 [2025-07-30T07:27:35.794Z] 04:47:01 1.57 0.00 1.57 0.00 0.00 17.73 0.00 [2025-07-30T07:27:35.794Z] 04:48:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 [2025-07-30T07:27:35.794Z] 04:49:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 [2025-07-30T07:27:35.794Z] 04:50:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 [2025-07-30T07:27:35.794Z] 04:51:02 1.55 0.00 1.55 0.00 0.00 17.73 0.00 [2025-07-30T07:27:35.794Z] 04:52:01 1.03 0.00 1.03 0.00 0.00 11.12 0.00 [2025-07-30T07:27:35.794Z] 04:53:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 [2025-07-30T07:27:35.794Z] 04:54:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2025-07-30T07:27:35.794Z] 04:55:01 1.78 0.00 1.78 0.00 0.00 20.26 0.00 [2025-07-30T07:27:35.794Z] 04:56:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.794Z] 04:57:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 [2025-07-30T07:27:35.794Z] 04:58:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 [2025-07-30T07:27:35.794Z] 04:59:01 1.82 0.00 1.82 0.00 0.00 21.19 0.00 [2025-07-30T07:27:35.794Z] 05:00:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 [2025-07-30T07:27:35.794Z] 05:01:01 1.78 0.00 1.78 0.00 0.00 20.26 0.00 [2025-07-30T07:27:35.794Z] 05:02:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2025-07-30T07:27:35.794Z] 05:03:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 [2025-07-30T07:27:35.794Z] 05:04:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2025-07-30T07:27:35.794Z] 05:05:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 [2025-07-30T07:27:35.794Z] 05:06:01 1.28 0.00 1.28 0.00 0.00 13.06 0.00 [2025-07-30T07:27:35.794Z] 05:07:01 1.23 0.00 1.23 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.794Z] 05:08:01 1.17 0.00 1.17 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.794Z] 05:09:01 1.10 0.00 1.10 0.00 0.00 14.13 0.00 [2025-07-30T07:27:35.794Z] 05:10:01 1.27 0.00 1.27 0.00 0.00 13.46 0.00 [2025-07-30T07:27:35.794Z] 05:11:01 1.70 0.00 1.70 0.00 0.00 19.06 0.00 [2025-07-30T07:27:35.794Z] 05:12:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 [2025-07-30T07:27:35.794Z] 05:13:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 [2025-07-30T07:27:35.794Z] 05:14:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.794Z] 05:15:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 [2025-07-30T07:27:35.794Z] 05:16:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.794Z] 05:17:01 1.33 0.00 1.33 0.00 0.00 16.93 0.00 [2025-07-30T07:27:35.794Z] 05:18:01 1.40 0.00 1.40 0.00 0.00 14.40 0.00 [2025-07-30T07:27:35.794Z] 05:19:01 1.88 0.00 1.88 0.00 0.00 20.80 0.00 [2025-07-30T07:27:35.794Z] 05:20:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 [2025-07-30T07:27:35.794Z] 05:21:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 [2025-07-30T07:27:35.794Z] 05:22:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.794Z] 05:23:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.794Z] 05:24:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 [2025-07-30T07:27:35.794Z] 05:25:01 1.32 0.00 1.32 0.00 0.00 16.80 0.00 [2025-07-30T07:27:35.794Z] 05:26:01 1.25 0.00 1.25 0.00 0.00 12.93 0.00 [2025-07-30T07:27:35.794Z] 05:27:01 1.78 0.00 1.78 0.00 0.00 20.13 0.00 [2025-07-30T07:27:35.794Z] 05:28:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 [2025-07-30T07:27:35.794Z] 05:29:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 [2025-07-30T07:27:35.794Z] 05:30:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 [2025-07-30T07:27:35.794Z] 05:31:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 [2025-07-30T07:27:35.794Z] 05:32:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2025-07-30T07:27:35.794Z] 05:33:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 [2025-07-30T07:27:35.794Z] 05:34:01 1.10 0.00 1.10 0.00 0.00 11.06 0.00 [2025-07-30T07:27:35.794Z] 05:35:01 1.53 0.00 1.53 0.00 0.00 18.79 0.00 [2025-07-30T07:27:35.794Z] 05:36:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 [2025-07-30T07:27:35.794Z] 05:37:01 1.77 0.00 1.77 0.00 0.00 20.40 0.00 [2025-07-30T07:27:35.794Z] 05:38:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 [2025-07-30T07:27:35.794Z] 05:39:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 [2025-07-30T07:27:35.794Z] 05:40:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 [2025-07-30T07:27:35.794Z] 05:41:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.794Z] 05:42:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2025-07-30T07:27:35.794Z] 05:43:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 [2025-07-30T07:27:35.794Z] 05:44:01 1.27 0.00 1.27 0.00 0.00 13.06 0.00 [2025-07-30T07:27:35.794Z] 05:45:01 1.35 0.00 1.35 0.00 0.00 17.73 0.00 [2025-07-30T07:27:35.794Z] 05:46:01 1.27 0.00 1.27 0.00 0.00 13.20 0.00 [2025-07-30T07:27:35.794Z] 05:47:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 [2025-07-30T07:27:35.794Z] 05:48:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2025-07-30T07:27:35.794Z] 05:49:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.794Z] 05:50:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.794Z] 05:51:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 [2025-07-30T07:27:35.794Z] 05:52:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.794Z] 05:53:01 1.28 0.00 1.28 0.00 0.00 16.40 0.00 [2025-07-30T07:27:35.794Z] 05:54:01 1.22 0.00 1.22 0.00 0.00 12.93 0.00 [2025-07-30T07:27:35.794Z] 05:55:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 [2025-07-30T07:27:35.794Z] 05:56:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 [2025-07-30T07:27:35.794Z] 05:57:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 [2025-07-30T07:27:35.794Z] 05:58:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 [2025-07-30T07:27:35.794Z] 05:59:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 [2025-07-30T07:27:35.794Z] 06:00:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 [2025-07-30T07:27:35.794Z] 06:01:01 1.57 0.00 1.57 0.00 0.00 19.20 0.00 [2025-07-30T07:27:35.794Z] 06:02:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 [2025-07-30T07:27:35.794Z] 06:03:01 1.58 0.00 1.58 0.00 0.00 19.46 0.00 [2025-07-30T07:27:35.794Z] 06:04:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 [2025-07-30T07:27:35.794Z] 06:05:02 1.62 0.00 1.62 0.00 0.00 18.93 0.00 [2025-07-30T07:27:35.794Z] 06:06:01 1.25 0.00 1.25 0.00 0.00 13.15 0.00 [2025-07-30T07:27:35.794Z] 06:07:01 1.35 0.00 1.35 0.00 0.00 16.93 0.00 [2025-07-30T07:27:35.794Z] 06:08:01 1.07 0.00 1.07 0.00 0.00 10.80 0.00 [2025-07-30T07:27:35.794Z] 06:09:01 1.32 0.00 1.32 0.00 0.00 16.00 0.00 [2025-07-30T07:27:35.794Z] 06:10:01 0.97 0.00 0.97 0.00 0.00 10.13 0.00 [2025-07-30T07:27:35.794Z] 06:11:01 1.87 0.00 1.87 0.00 0.00 21.46 0.00 [2025-07-30T07:27:35.794Z] 06:12:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 [2025-07-30T07:27:35.794Z] 06:13:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 [2025-07-30T07:27:35.794Z] 06:14:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 [2025-07-30T07:27:35.794Z] 06:15:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 [2025-07-30T07:27:35.794Z] 06:16:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.794Z] 06:17:01 1.73 0.00 1.73 0.00 0.00 19.33 0.00 [2025-07-30T07:27:35.794Z] 06:18:01 1.37 0.00 1.37 0.00 0.00 14.40 0.00 [2025-07-30T07:27:35.794Z] 06:19:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 [2025-07-30T07:27:35.794Z] 06:20:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2025-07-30T07:27:35.794Z] 06:21:01 1.85 0.00 1.85 0.00 0.00 21.33 0.00 [2025-07-30T07:27:35.794Z] 06:22:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 [2025-07-30T07:27:35.794Z] 06:23:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 [2025-07-30T07:27:35.794Z] 06:24:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.794Z] 06:25:01 1.62 0.03 1.58 0.00 0.27 18.13 0.00 [2025-07-30T07:27:35.794Z] 06:26:01 4.48 2.22 2.26 0.00 36.13 78.37 0.00 [2025-07-30T07:27:35.794Z] 06:27:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2025-07-30T07:27:35.794Z] 06:28:01 1.18 0.00 1.18 0.00 0.00 12.13 0.00 [2025-07-30T07:27:35.794Z] 06:29:01 1.60 0.00 1.60 0.00 0.00 18.53 0.00 [2025-07-30T07:27:35.794Z] 06:30:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.794Z] 06:31:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 [2025-07-30T07:27:35.794Z] 06:32:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-07-30T07:27:35.794Z] 06:33:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 [2025-07-30T07:27:35.794Z] 06:34:01 1.00 0.00 1.00 0.00 0.00 10.13 0.00 [2025-07-30T07:27:35.794Z] 06:35:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 [2025-07-30T07:27:35.794Z] 06:36:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 [2025-07-30T07:27:35.794Z] 06:37:01 1.67 0.00 1.67 0.00 0.00 19.46 0.00 [2025-07-30T07:27:35.794Z] 06:38:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 [2025-07-30T07:27:35.794Z] 06:39:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 [2025-07-30T07:27:35.794Z] 06:40:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.794Z] 06:41:01 1.50 0.00 1.50 0.00 0.00 17.19 0.00 [2025-07-30T07:27:35.794Z] 06:42:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2025-07-30T07:27:35.794Z] 06:43:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 [2025-07-30T07:27:35.794Z] 06:44:01 1.05 0.00 1.05 0.00 0.00 10.53 0.00 [2025-07-30T07:27:35.794Z] 06:45:01 1.25 0.00 1.25 0.00 0.00 15.19 0.00 [2025-07-30T07:27:35.794Z] 06:46:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 [2025-07-30T07:27:35.794Z] 06:47:01 1.38 0.00 1.38 0.00 0.00 15.60 0.00 [2025-07-30T07:27:35.794Z] 06:48:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 [2025-07-30T07:27:35.794Z] 06:49:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 [2025-07-30T07:27:35.794Z] 06:50:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 [2025-07-30T07:27:35.794Z] 06:51:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 [2025-07-30T07:27:35.794Z] 06:52:01 1.25 0.00 1.25 0.00 0.00 12.26 0.00 [2025-07-30T07:27:35.794Z] 06:53:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 [2025-07-30T07:27:35.794Z] 06:54:01 1.15 0.00 1.15 0.00 0.00 11.20 0.00 [2025-07-30T07:27:35.794Z] 06:55:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 [2025-07-30T07:27:35.794Z] 06:56:01 1.47 0.00 1.47 0.00 0.00 15.60 0.00 [2025-07-30T07:27:35.794Z] 06:57:01 1.43 0.00 1.43 0.00 0.00 16.79 0.00 [2025-07-30T07:27:35.794Z] 06:58:01 1.23 0.00 1.23 0.00 0.00 12.53 0.00 [2025-07-30T07:27:35.794Z] 06:59:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 [2025-07-30T07:27:35.794Z] 07:00:01 1.10 0.00 1.10 0.00 0.00 11.33 0.00 [2025-07-30T07:27:35.794Z] 07:01:01 1.43 0.00 1.43 0.00 0.00 18.26 0.00 [2025-07-30T07:27:35.794Z] 07:02:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.794Z] 07:03:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 [2025-07-30T07:27:35.794Z] 07:04:01 1.17 0.00 1.17 0.00 0.00 12.13 0.00 [2025-07-30T07:27:35.794Z] 07:05:01 1.50 0.00 1.50 0.00 0.00 16.39 0.00 [2025-07-30T07:27:35.794Z] 07:06:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 [2025-07-30T07:27:35.794Z] 07:07:01 1.67 0.00 1.67 0.00 0.00 18.80 0.00 [2025-07-30T07:27:35.794Z] 07:08:02 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.794Z] 07:09:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 [2025-07-30T07:27:35.794Z] 07:10:01 1.08 0.00 1.08 0.00 0.00 10.66 0.00 [2025-07-30T07:27:35.794Z] 07:11:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 [2025-07-30T07:27:35.794Z] 07:12:01 1.30 0.00 1.30 0.00 0.00 14.53 0.00 [2025-07-30T07:27:35.794Z] 07:13:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 [2025-07-30T07:27:35.794Z] 07:14:01 1.20 0.00 1.20 0.00 0.00 12.26 0.00 [2025-07-30T07:27:35.794Z] 07:15:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 [2025-07-30T07:27:35.794Z] 07:16:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 [2025-07-30T07:27:35.794Z] 07:17:01 1.68 0.00 1.68 0.00 0.00 18.13 0.00 [2025-07-30T07:27:35.794Z] 07:18:01 1.32 0.00 1.32 0.00 0.00 13.20 0.00 [2025-07-30T07:27:35.794Z] 07:19:01 1.58 0.00 1.58 0.00 0.00 18.00 0.00 [2025-07-30T07:27:35.794Z] 07:20:01 1.17 0.00 1.17 0.00 0.00 12.00 0.00 [2025-07-30T07:27:35.794Z] 07:21:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 [2025-07-30T07:27:35.794Z] 07:22:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 [2025-07-30T07:27:35.794Z] 07:23:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 [2025-07-30T07:27:35.794Z] 07:24:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 [2025-07-30T07:27:35.794Z] 07:25:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 [2025-07-30T07:27:35.794Z] 07:26:01 1.22 0.00 1.22 0.00 0.00 11.73 0.00 [2025-07-30T07:27:35.794Z] 07:27:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 [2025-07-30T07:27:35.794Z] Average: 9.29 0.14 9.15 0.00 19.80 2719.02 0.00 [2025-07-30T07:27:35.794Z] [2025-07-30T07:27:35.794Z] 01:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-07-30T07:27:35.794Z] 01:28:01 27451428 31316248 961084 2.92 118748 3926720 1986384 5.86 1458732 3453540 20168 [2025-07-30T07:27:35.794Z] 01:29:01 26394756 31452840 820876 2.50 125956 5046236 1859420 5.48 1959632 3940216 115480 [2025-07-30T07:27:35.794Z] 01:30:01 25730548 31118156 1153456 3.51 132312 5331940 2261344 6.67 2013920 4513940 371992 [2025-07-30T07:27:35.794Z] 01:31:01 21406136 31224160 1035228 3.15 147484 9651916 2838036 8.37 2150916 8575024 2612960 [2025-07-30T07:27:35.794Z] 01:32:01 15626436 31305376 922728 2.81 379828 14841504 2478208 7.31 3222412 12814544 142852 [2025-07-30T07:27:35.795Z] 01:33:01 7976296 28983556 3170572 9.65 423380 19662904 10413764 30.70 6337560 16779324 1318808 [2025-07-30T07:27:35.795Z] 01:34:01 3872660 27202268 4958732 15.09 438952 21881324 11000652 32.43 9096852 18047712 185224 [2025-07-30T07:27:35.795Z] 01:35:01 5184452 30613960 1569724 4.78 450460 23981136 4180620 12.33 6000048 19880140 246984 [2025-07-30T07:27:35.795Z] 01:36:01 7476908 31324496 899896 2.74 458276 22545464 2317812 6.83 3862692 19931764 608 [2025-07-30T07:27:35.795Z] 01:37:01 7473712 31322516 901600 2.74 459268 22545712 2281432 6.73 4303720 19493336 448 [2025-07-30T07:27:35.795Z] 01:38:01 7482720 31331672 892468 2.72 459376 22545776 2183752 6.44 4303432 19484192 8 [2025-07-30T07:27:35.795Z] 01:39:01 7495884 31344932 879604 2.68 459412 22545776 2183752 6.44 4290148 19484192 20 [2025-07-30T07:27:35.795Z] 01:40:01 7496144 31345224 879288 2.67 459428 22545780 2183752 6.44 4289904 19484196 4 [2025-07-30T07:27:35.795Z] 01:41:01 7500604 31349688 875020 2.66 459468 22545784 2183752 6.44 4287164 19484200 172 [2025-07-30T07:27:35.795Z] 01:42:01 7508280 31357476 867148 2.64 459516 22545756 2195080 6.47 4278448 19484172 20 [2025-07-30T07:27:35.795Z] 01:43:01 7507908 31357108 867484 2.64 459536 22545760 2195080 6.47 4278420 19484176 12 [2025-07-30T07:27:35.795Z] 01:44:01 7508112 31357312 867132 2.64 459552 22545760 2195080 6.47 4278464 19484176 4 [2025-07-30T07:27:35.795Z] 01:45:01 7508356 31357608 866784 2.64 459596 22545760 2195080 6.47 4278020 19484180 12 [2025-07-30T07:27:35.795Z] 01:46:01 7508480 31357804 866500 2.64 459620 22545772 2195080 6.47 4278448 19484192 180 [2025-07-30T07:27:35.795Z] 01:47:01 7508416 31357740 866520 2.64 459632 22545768 2195080 6.47 4278168 19484192 4 [2025-07-30T07:27:35.795Z] 01:48:01 7508352 31357680 866460 2.64 459656 22545776 2195080 6.47 4278440 19484196 24 [2025-07-30T07:27:35.795Z] 01:49:01 7508336 31357672 866412 2.64 459668 22545780 2195080 6.47 4278136 19484200 4 [2025-07-30T07:27:35.795Z] 01:50:01 7508504 31357904 866384 2.64 459680 22545780 2195080 6.47 4278468 19484204 12 [2025-07-30T07:27:35.795Z] 01:51:01 7508172 31357592 866664 2.64 459696 22545784 2195080 6.47 4278536 19484200 8 [2025-07-30T07:27:35.795Z] 01:52:01 7508164 31357592 866644 2.64 459716 22545784 2195080 6.47 4278296 19484200 32 [2025-07-30T07:27:35.795Z] 01:53:01 7508324 31357756 866616 2.64 459736 22545788 2195080 6.47 4278552 19484204 8 [2025-07-30T07:27:35.795Z] 01:54:01 7508528 31357964 866364 2.64 459752 22545796 2195080 6.47 4278260 19484208 4 [2025-07-30T07:27:35.795Z] 01:55:01 7507440 31356944 867372 2.64 459780 22545800 2195080 6.47 4278316 19484220 20 [2025-07-30T07:27:35.795Z] 01:56:01 7508504 31358040 866160 2.64 459796 22545804 2195080 6.47 4278316 19484224 28 [2025-07-30T07:27:35.795Z] 01:57:01 7507992 31357608 866616 2.64 459836 22545804 2195080 6.47 4278888 19484220 40 [2025-07-30T07:27:35.795Z] 01:58:01 7508512 31358132 866072 2.63 459856 22545808 2195080 6.47 4278400 19484224 12 [2025-07-30T07:27:35.795Z] 01:59:01 7507196 31357324 866840 2.64 459876 22546312 2195080 6.47 4280808 19484536 8 [2025-07-30T07:27:35.795Z] 02:00:01 7502592 31354540 869468 2.65 459900 22547184 2195080 6.47 4285104 19484860 12 [2025-07-30T07:27:35.795Z] 02:01:01 7502112 31354064 869860 2.65 459928 22547188 2195080 6.47 4284844 19484808 8 [2025-07-30T07:27:35.795Z] 02:02:01 7501772 31353788 870116 2.65 459940 22547192 2195080 6.47 4284680 19484816 28 [2025-07-30T07:27:35.795Z] 02:03:01 7501660 31353676 870096 2.65 459968 22547192 2195080 6.47 4285168 19484816 172 [2025-07-30T07:27:35.795Z] 02:04:01 7501504 31353524 870248 2.65 459968 22547196 2195080 6.47 4284624 19484820 24 [2025-07-30T07:27:35.795Z] 02:05:01 7501100 31353176 870556 2.65 459992 22547200 2195080 6.47 4285348 19484820 4 [2025-07-30T07:27:35.795Z] 02:06:01 7501740 31353824 870052 2.65 460008 22547204 2195080 6.47 4285324 19484824 176 [2025-07-30T07:27:35.795Z] 02:07:01 7501844 31354028 869952 2.65 460032 22547272 2195080 6.47 4285196 19484892 216 [2025-07-30T07:27:35.795Z] 02:08:01 7501332 31353516 870420 2.65 460044 22547272 2195080 6.47 4284780 19484892 12 [2025-07-30T07:27:35.795Z] 02:09:01 7500748 31353000 870932 2.65 460064 22547276 2195080 6.47 4284844 19484896 32 [2025-07-30T07:27:35.795Z] 02:10:01 7500772 31353056 870856 2.65 460080 22547276 2195080 6.47 4284888 19484896 4 [2025-07-30T07:27:35.795Z] 02:11:01 7500756 31353084 870780 2.65 460112 22547284 2195080 6.47 4284892 19484900 48 [2025-07-30T07:27:35.795Z] 02:12:01 7500724 31353056 870752 2.65 460136 22547276 2195080 6.47 4284952 19484904 8 [2025-07-30T07:27:35.795Z] 02:13:01 7500716 31353112 870716 2.65 460156 22547288 2195080 6.47 4284960 19484908 4 [2025-07-30T07:27:35.795Z] 02:14:01 7500400 31352804 870980 2.65 460160 22547296 2195080 6.47 4284964 19484912 8 [2025-07-30T07:27:35.795Z] 02:15:01 7500392 31352936 870788 2.65 460168 22547428 2211224 6.52 4284964 19485052 28 [2025-07-30T07:27:35.795Z] 02:16:01 7500588 31353156 870516 2.65 460176 22547428 2211224 6.52 4284976 19485048 8 [2025-07-30T07:27:35.795Z] 02:17:01 7500288 31352864 870736 2.65 460196 22547424 2211224 6.52 4285332 19485052 32 [2025-07-30T07:27:35.795Z] 02:18:01 7500168 31352828 870756 2.65 460200 22547432 2211224 6.52 4285028 19485052 12 [2025-07-30T07:27:35.795Z] 02:19:01 7500144 31352808 870708 2.65 460224 22547436 2211224 6.52 4285320 19485056 8 [2025-07-30T07:27:35.795Z] 02:20:01 7500056 31352852 870600 2.65 460224 22547568 2211224 6.52 4285616 19485188 180 [2025-07-30T07:27:35.795Z] 02:21:01 7499820 31352656 870824 2.65 460236 22547568 2211224 6.52 4285148 19485188 12 [2025-07-30T07:27:35.795Z] 02:22:01 7499820 31352660 871096 2.65 460248 22547564 2211224 6.52 4285424 19485192 16 [2025-07-30T07:27:35.795Z] 02:23:01 7499956 31352800 870892 2.65 460256 22547576 2211224 6.52 4285492 19485196 192 [2025-07-30T07:27:35.795Z] 02:24:01 7499648 31352496 871140 2.65 460260 22547580 2211224 6.52 4285480 19485200 196 [2025-07-30T07:27:35.795Z] 02:25:01 7499184 31352036 871528 2.65 460292 22547584 2211224 6.52 4285348 19485204 188 [2025-07-30T07:27:35.795Z] 02:26:01 7499704 31352612 870992 2.65 460308 22547584 2211224 6.52 4285132 19485204 8 [2025-07-30T07:27:35.795Z] 02:27:01 7499500 31352460 871108 2.65 460336 22547592 2211224 6.52 4285224 19485208 40 [2025-07-30T07:27:35.795Z] 02:28:01 7499712 31352680 870820 2.65 460352 22547596 2227276 6.57 4285152 19485212 36 [2025-07-30T07:27:35.795Z] 02:29:01 7499816 31352844 870852 2.65 460372 22547596 2227276 6.57 4285208 19485216 8 [2025-07-30T07:27:35.795Z] 02:30:01 7499548 31352580 871060 2.65 460400 22547600 2227276 6.57 4285208 19485220 4 [2025-07-30T07:27:35.795Z] 02:31:01 7499500 31352564 871040 2.65 460408 22547600 2227276 6.57 4285256 19485216 16 [2025-07-30T07:27:35.795Z] 02:32:01 7499324 31352392 871140 2.65 460420 22547604 2227276 6.57 4285308 19485220 48 [2025-07-30T07:27:35.795Z] 02:33:01 7498992 31352064 871388 2.65 460436 22547612 2227276 6.57 4285248 19485224 12 [2025-07-30T07:27:35.795Z] 02:34:01 7498944 31352016 871360 2.65 460452 22547612 2227276 6.57 4285264 19485224 8 [2025-07-30T07:27:35.795Z] 02:35:01 7499148 31352284 871064 2.65 460476 22547616 2227276 6.57 4285320 19485232 4 [2025-07-30T07:27:35.795Z] 02:36:01 7499100 31352236 871040 2.65 460488 22547616 2227276 6.57 4285424 19485232 24 [2025-07-30T07:27:35.795Z] 02:37:01 7498864 31352036 871200 2.65 460508 22547612 2227276 6.57 4285408 19485232 8 [2025-07-30T07:27:35.795Z] 02:38:01 7499024 31352200 871168 2.65 460516 22547624 2227276 6.57 4285340 19485236 28 [2025-07-30T07:27:35.795Z] 02:39:01 7499008 31352184 871140 2.65 460532 22547624 2227276 6.57 4285352 19485236 4 [2025-07-30T07:27:35.795Z] 02:40:01 7499176 31352356 871116 2.65 460540 22547628 2227276 6.57 4285340 19485240 28 [2025-07-30T07:27:35.795Z] 02:41:02 7498892 31352136 871344 2.65 460552 22547636 2227276 6.57 4285396 19485248 8 [2025-07-30T07:27:35.795Z] 02:42:01 7498876 31352132 871288 2.65 460564 22547636 2227276 6.57 4285536 19485244 12 [2025-07-30T07:27:35.795Z] 02:43:01 7498836 31352108 871248 2.65 460580 22547640 2227276 6.57 4285420 19485260 8 [2025-07-30T07:27:35.795Z] 02:44:01 7498788 31352060 871308 2.65 460604 22547644 2227276 6.57 4285412 19485260 24 [2025-07-30T07:27:35.795Z] 02:45:01 7498988 31352324 871248 2.65 460624 22547648 2227276 6.57 4285468 19485268 24 [2025-07-30T07:27:35.795Z] 02:46:01 7498932 31352276 871224 2.65 460628 22547652 2227276 6.57 4285476 19485268 28 [2025-07-30T07:27:35.795Z] 02:47:01 7498952 31352328 871012 2.65 460644 22547652 2227276 6.57 4285548 19485268 12 [2025-07-30T07:27:35.795Z] 02:48:01 7498872 31352252 871008 2.65 460648 22547656 2243320 6.61 4285648 19485272 32 [2025-07-30T07:27:35.795Z] 02:49:01 7498580 31351988 871196 2.65 460664 22547660 2243320 6.61 4285500 19485276 8 [2025-07-30T07:27:35.795Z] 02:50:01 7498660 31352200 871096 2.65 460672 22547788 2243320 6.61 4285792 19485404 188 [2025-07-30T07:27:35.795Z] 02:51:01 7498836 31352428 871076 2.65 460688 22547796 2243320 6.61 4286092 19485416 196 [2025-07-30T07:27:35.795Z] 02:52:01 7498772 31352364 871104 2.65 460704 22547796 2243320 6.61 4285924 19485416 196 [2025-07-30T07:27:35.795Z] 02:53:01 7498244 31351868 871636 2.65 460724 22547800 2226700 6.56 4285844 19485420 32 [2025-07-30T07:27:35.795Z] 02:54:01 7498188 31351816 871632 2.65 460724 22547804 2226700 6.56 4285896 19485424 8 [2025-07-30T07:27:35.795Z] 02:55:01 7498148 31351796 871660 2.65 460736 22547804 2226700 6.56 4285648 19485424 8 [2025-07-30T07:27:35.795Z] 02:56:01 7498384 31352036 871392 2.65 460748 22547808 2226700 6.56 4285584 19485428 28 [2025-07-30T07:27:35.795Z] 02:57:01 7498368 31352036 871332 2.65 460768 22547808 2226700 6.56 4285672 19485428 8 [2025-07-30T07:27:35.795Z] 02:58:01 7498004 31351676 871552 2.65 460796 22547808 2210596 6.52 4285876 19485432 28 [2025-07-30T07:27:35.795Z] 02:59:01 7498052 31351728 871484 2.65 460804 22547820 2210596 6.52 4285692 19485436 36 [2025-07-30T07:27:35.795Z] 03:00:01 7497760 31351540 871696 2.65 460812 22547820 2210596 6.52 4287276 19484564 4 [2025-07-30T07:27:35.795Z] 03:01:01 7497712 31351500 871660 2.65 460828 22547828 2210596 6.52 4286888 19484564 8 [2025-07-30T07:27:35.795Z] 03:02:01 7497476 31351296 871860 2.65 460844 22547832 2210596 6.52 4286820 19484568 8 [2025-07-30T07:27:35.795Z] 03:03:01 7497996 31351828 871396 2.65 460860 22547832 2226840 6.57 4286772 19484568 8 [2025-07-30T07:27:35.795Z] 03:04:01 7498100 31351964 871432 2.65 460876 22547836 2226840 6.57 4287040 19484572 4 [2025-07-30T07:27:35.795Z] 03:05:01 7497784 31351664 871732 2.65 460888 22547836 2226840 6.57 4287136 19484572 8 [2025-07-30T07:27:35.795Z] 03:06:01 7497468 31351368 871956 2.65 460900 22547840 2226840 6.57 4286832 19484576 8 [2025-07-30T07:27:35.795Z] 03:07:01 7498196 31352148 871324 2.65 460928 22547844 2226840 6.57 4287168 19484580 8 [2025-07-30T07:27:35.795Z] 03:08:01 7498212 31352164 871264 2.65 460968 22547844 2226840 6.57 4286892 19484580 32 [2025-07-30T07:27:35.795Z] 03:09:01 7498204 31352160 871236 2.65 460976 22547852 2226840 6.57 4286876 19484584 8 [2025-07-30T07:27:35.795Z] 03:10:01 7498572 31352596 870736 2.65 460984 22547852 2226840 6.57 4287172 19484588 208 [2025-07-30T07:27:35.795Z] 03:11:01 7497772 31351820 871700 2.65 461004 22547856 2226840 6.57 4286948 19484592 8 [2025-07-30T07:27:35.795Z] 03:12:01 7497780 31351960 871536 2.65 461008 22547988 2226840 6.57 4286992 19484724 20 [2025-07-30T07:27:35.795Z] 03:13:01 7497464 31351644 871756 2.65 461024 22547988 2226840 6.57 4287276 19484724 36 [2025-07-30T07:27:35.795Z] 03:14:01 7497660 31351844 871496 2.65 461036 22547992 2226840 6.57 4287360 19484728 180 [2025-07-30T07:27:35.795Z] 03:15:01 7497684 31351924 871468 2.65 461036 22547996 2226840 6.57 4287000 19484732 8 [2025-07-30T07:27:35.795Z] 03:16:01 7497416 31351656 871692 2.65 461052 22547996 2226840 6.57 4286984 19484732 4 [2025-07-30T07:27:35.795Z] 03:17:01 7496760 31351044 872264 2.65 461080 22548004 2226840 6.57 4287384 19484740 8 [2025-07-30T07:27:35.795Z] 03:18:01 7496940 31351260 871932 2.65 461100 22547996 2226840 6.57 4287036 19484744 12 [2025-07-30T07:27:35.795Z] 03:19:01 7496608 31350952 872192 2.65 461104 22548012 2242908 6.61 4287068 19484748 8 [2025-07-30T07:27:35.795Z] 03:20:01 7496804 31351156 871928 2.65 461108 22548016 2242908 6.61 4287060 19484752 8 [2025-07-30T07:27:35.795Z] 03:21:01 7496996 31351348 871884 2.65 461128 22548016 2242908 6.61 4287060 19484752 8 [2025-07-30T07:27:35.795Z] 03:22:01 7497288 31351676 871572 2.65 461140 22548020 2242908 6.61 4287148 19484756 16 [2025-07-30T07:27:35.795Z] 03:23:01 7497004 31351408 871776 2.65 461176 22548020 2242908 6.61 4287108 19484756 32 [2025-07-30T07:27:35.795Z] 03:24:01 7496892 31351300 871812 2.65 461188 22548024 2242908 6.61 4287104 19484760 8 [2025-07-30T07:27:35.795Z] 03:25:01 7496844 31351316 871772 2.65 461224 22548028 2242908 6.61 4287164 19484764 12 [2025-07-30T07:27:35.795Z] 03:26:01 7496788 31351260 871748 2.65 461236 22548028 2242908 6.61 4287472 19484764 4 [2025-07-30T07:27:35.795Z] 03:27:01 7496440 31350956 872036 2.65 461244 22548036 2242908 6.61 4287260 19484772 8 [2025-07-30T07:27:35.795Z] 03:28:01 7496424 31350948 871988 2.65 461256 22548040 2242908 6.61 4287204 19484776 4 [2025-07-30T07:27:35.795Z] 03:29:01 7496124 31350676 872200 2.65 461280 22548040 2242908 6.61 4287228 19484776 8 [2025-07-30T07:27:35.795Z] 03:30:01 7496740 31351308 871704 2.65 461288 22548044 2242908 6.61 4287812 19484780 200 [2025-07-30T07:27:35.795Z] 03:31:01 7496244 31350812 872204 2.65 461296 22548040 2242908 6.61 4287244 19484780 44 [2025-07-30T07:27:35.795Z] 03:32:01 7565036 31419432 807756 2.46 461316 22548416 2123396 6.26 4232056 19476088 8 [2025-07-30T07:27:35.795Z] 03:33:01 7564792 31419228 807920 2.46 461356 22548420 2123396 6.26 4232016 19476092 40 [2025-07-30T07:27:35.795Z] 03:34:01 7564996 31419432 807640 2.46 461372 22548420 2123396 6.26 4232016 19476092 8 [2025-07-30T07:27:35.795Z] 03:35:01 7564948 31419448 807596 2.46 461400 22548424 2123396 6.26 4232072 19476100 4 [2025-07-30T07:27:35.795Z] 03:36:01 7564680 31419312 807640 2.46 461428 22548556 2123396 6.26 4232264 19476228 20 [2025-07-30T07:27:35.795Z] 03:37:01 7565668 31420364 806816 2.45 461456 22548560 2123396 6.26 4232212 19476232 8 [2025-07-30T07:27:35.795Z] 03:38:01 7565912 31420628 806532 2.45 461472 22548564 2106620 6.21 4232144 19476236 28 [2025-07-30T07:27:35.795Z] 03:39:01 7565324 31420064 807228 2.46 461488 22548564 2106620 6.21 4232168 19476236 8 [2025-07-30T07:27:35.795Z] 03:40:01 7565576 31420324 806952 2.45 461504 22548568 2106620 6.21 4232168 19476240 8 [2025-07-30T07:27:35.795Z] 03:41:02 7564928 31419748 807452 2.46 461532 22548572 2106620 6.21 4232224 19476244 8 [2025-07-30T07:27:35.795Z] 03:42:01 7564936 31419756 807380 2.46 461552 22548572 2106620 6.21 4232280 19476244 4 [2025-07-30T07:27:35.795Z] 03:43:01 7564920 31419792 807344 2.46 461584 22548576 2106620 6.21 4232288 19476248 8 [2025-07-30T07:27:35.795Z] 03:44:01 7564352 31419228 807844 2.46 461608 22548572 2106620 6.21 4232568 19476248 8 [2025-07-30T07:27:35.795Z] 03:45:01 7565320 31420252 806896 2.45 461620 22548584 2106620 6.21 4232324 19476252 8 [2025-07-30T07:27:35.795Z] 03:46:01 7565480 31420420 806868 2.45 461636 22548588 2106620 6.21 4232324 19476256 4 [2025-07-30T07:27:35.795Z] 03:47:01 7565404 31420404 807116 2.46 461664 22548588 2106620 6.21 4232564 19476256 8 [2025-07-30T07:27:35.795Z] 03:48:01 7565388 31420396 807092 2.46 461672 22548592 2106620 6.21 4232396 19476260 12 [2025-07-30T07:27:35.795Z] 03:49:01 7564796 31419816 807664 2.46 461672 22548596 2106620 6.21 4232420 19476264 44 [2025-07-30T07:27:35.795Z] 03:50:01 7565292 31420320 807108 2.46 461680 22548600 2106620 6.21 4232420 19476272 24 [2025-07-30T07:27:35.795Z] 03:51:01 7564488 31419520 807876 2.46 461704 22548604 2106620 6.21 4232420 19476276 4 [2025-07-30T07:27:35.795Z] 03:52:01 7564972 31420004 807524 2.46 461712 22548604 2106620 6.21 4232816 19476276 204 [2025-07-30T07:27:35.795Z] 03:53:01 7564460 31419556 808008 2.46 461736 22548608 2106620 6.21 4232484 19476284 12 [2025-07-30T07:27:35.795Z] 03:54:01 7565232 31420332 807164 2.46 461764 22548612 2106620 6.21 4232484 19476288 32 [2025-07-30T07:27:35.795Z] 03:55:01 7564980 31420084 807400 2.46 461784 22548608 2106620 6.21 4232484 19476292 4 [2025-07-30T07:27:35.795Z] 03:56:01 7564680 31419848 807612 2.46 461800 22548620 2122664 6.26 4232524 19476300 8 [2025-07-30T07:27:35.796Z] 03:57:01 7565416 31420588 807008 2.46 461820 22548620 2122664 6.26 4232584 19476300 20 [2025-07-30T07:27:35.796Z] 03:58:01 7565368 31420548 807008 2.46 461832 22548624 2106228 6.21 4232524 19476304 28 [2025-07-30T07:27:35.796Z] 03:59:01 7565028 31420272 807236 2.46 461864 22548628 2106228 6.21 4233112 19476312 232 [2025-07-30T07:27:35.796Z] 04:00:01 7564584 31420064 807408 2.46 461876 22548628 2106228 6.21 4233124 19476300 12 [2025-07-30T07:27:35.796Z] 04:01:01 7564600 31420104 807300 2.46 461904 22548632 2106228 6.21 4232988 19476304 8 [2025-07-30T07:27:35.796Z] 04:02:01 7564500 31420004 807508 2.46 461928 22548632 2106228 6.21 4233404 19476304 188 [2025-07-30T07:27:35.796Z] 04:03:01 7564556 31420068 807528 2.46 461944 22548640 2106228 6.21 4232856 19476308 68 [2025-07-30T07:27:35.796Z] 04:04:01 7564452 31420032 807564 2.46 461956 22548644 2106228 6.21 4232900 19476316 28 [2025-07-30T07:27:35.796Z] 04:05:01 7564096 31419692 807828 2.46 461984 22548636 2106228 6.21 4233328 19476316 20 [2025-07-30T07:27:35.796Z] 04:06:01 7564112 31419736 807780 2.46 462000 22548652 2106228 6.21 4232972 19476324 40 [2025-07-30T07:27:35.796Z] 04:07:01 7564032 31419664 807776 2.46 462020 22548656 2106228 6.21 4233040 19476328 68 [2025-07-30T07:27:35.796Z] 04:08:01 7564468 31420160 807460 2.46 462044 22548656 2106228 6.21 4233032 19476332 16 [2025-07-30T07:27:35.796Z] 04:09:01 7563956 31419724 807852 2.46 462068 22548788 2106228 6.21 4233052 19476464 4 [2025-07-30T07:27:35.796Z] 04:10:01 7563908 31419676 807828 2.46 462080 22548788 2106228 6.21 4233036 19476464 12 [2025-07-30T07:27:35.796Z] 04:11:01 7563884 31419720 807804 2.46 462104 22548792 2106228 6.21 4233112 19476472 8 [2025-07-30T07:27:35.796Z] 04:12:01 7564340 31420180 807260 2.46 462124 22548796 2106228 6.21 4233172 19476476 36 [2025-07-30T07:27:35.796Z] 04:13:01 7563876 31419744 807640 2.46 462156 22548800 2106228 6.21 4233404 19476472 4 [2025-07-30T07:27:35.796Z] 04:14:01 7564036 31419944 807604 2.46 462184 22548792 2106228 6.21 4233180 19476476 24 [2025-07-30T07:27:35.796Z] 04:15:01 7564208 31420120 807464 2.46 462208 22548808 2106228 6.21 4233188 19476480 4 [2025-07-30T07:27:35.796Z] 04:16:01 7563940 31419912 807664 2.46 462224 22548808 2106228 6.21 4233244 19476484 8 [2025-07-30T07:27:35.796Z] 04:17:01 7558600 31414576 813032 2.47 462244 22548812 2106228 6.21 4242140 19476488 40 [2025-07-30T07:27:35.796Z] 04:18:01 7557448 31413452 814128 2.48 462252 22548812 2089872 6.16 4242288 19476484 200 [2025-07-30T07:27:35.796Z] 04:19:01 7557228 31413236 814336 2.48 462260 22548816 2106040 6.21 4241832 19476488 4 [2025-07-30T07:27:35.796Z] 04:20:01 7557180 31413192 814320 2.48 462268 22548820 2106040 6.21 4241832 19476492 24 [2025-07-30T07:27:35.796Z] 04:21:01 7557100 31413236 814188 2.48 462288 22548952 2106040 6.21 4241832 19476612 52 [2025-07-30T07:27:35.796Z] 04:22:01 7557040 31413260 814360 2.48 462312 22548960 2106040 6.21 4241948 19476636 56 [2025-07-30T07:27:35.796Z] 04:23:01 7557276 31413496 814076 2.48 462332 22548960 2106040 6.21 4241896 19476636 8 [2025-07-30T07:27:35.796Z] 04:24:01 7557228 31413456 814044 2.48 462344 22548964 2106040 6.21 4241896 19476640 28 [2025-07-30T07:27:35.796Z] 04:25:01 7557472 31413764 814012 2.48 462364 22548968 2106040 6.21 4241956 19476648 4 [2025-07-30T07:27:35.796Z] 04:26:01 7557316 31413588 814140 2.48 462376 22548968 2106040 6.21 4241956 19476648 8 [2025-07-30T07:27:35.796Z] 04:27:01 7557072 31413348 814348 2.48 462396 22548964 2106040 6.21 4242024 19476652 20 [2025-07-30T07:27:35.796Z] 04:28:01 7557056 31413336 814276 2.48 462412 22548976 2106040 6.21 4241968 19476656 12 [2025-07-30T07:27:35.796Z] 04:29:01 7556408 31412752 814840 2.48 462444 22548968 2106040 6.21 4242372 19476648 24 [2025-07-30T07:27:35.796Z] 04:30:01 7556360 31412736 814796 2.48 462460 22548980 2122084 6.26 4242096 19476652 12 [2025-07-30T07:27:35.796Z] 04:31:01 7555720 31412096 815348 2.48 462468 22548984 2122084 6.26 4242100 19476652 12 [2025-07-30T07:27:35.796Z] 04:32:01 7555760 31412172 815244 2.48 462484 22548988 2122084 6.26 4242192 19476660 28 [2025-07-30T07:27:35.796Z] 04:33:01 7555556 31411972 815360 2.48 462508 22548992 2122084 6.26 4242136 19476664 28 [2025-07-30T07:27:35.796Z] 04:34:01 7555720 31412168 815216 2.48 462520 22548992 2122084 6.26 4242576 19476664 236 [2025-07-30T07:27:35.796Z] 04:35:01 7556208 31412672 814704 2.48 462540 22548996 2122084 6.26 4242172 19476668 24 [2025-07-30T07:27:35.796Z] 04:36:01 7555856 31412344 815184 2.48 462548 22548996 2122084 6.26 4242876 19476668 208 [2025-07-30T07:27:35.796Z] 04:37:01 7555808 31412300 815148 2.48 462568 22549000 2122084 6.26 4242668 19476672 204 [2025-07-30T07:27:35.796Z] 04:38:01 7555840 31412360 815104 2.48 462576 22549004 2122084 6.26 4242236 19476676 32 [2025-07-30T07:27:35.796Z] 04:39:01 7556044 31412572 814828 2.48 462592 22548996 2122084 6.26 4242256 19476680 8 [2025-07-30T07:27:35.796Z] 04:40:01 7556020 31412552 814804 2.48 462604 22549016 2122084 6.26 4242256 19476684 4 [2025-07-30T07:27:35.796Z] 04:41:01 7555792 31412396 814936 2.48 462632 22549020 2122084 6.26 4242316 19476696 28 [2025-07-30T07:27:35.796Z] 04:42:01 7555932 31412536 814720 2.48 462648 22549020 2122084 6.26 4242376 19476696 4 [2025-07-30T07:27:35.796Z] 04:43:01 7555852 31412460 814788 2.48 462668 22549024 2122084 6.26 4242308 19476700 8 [2025-07-30T07:27:35.796Z] 04:44:01 7556020 31412756 814648 2.48 462688 22549140 2105960 6.21 4242308 19476828 8 [2025-07-30T07:27:35.796Z] 04:45:01 7555976 31412776 814864 2.48 462708 22549156 2105960 6.21 4242372 19476836 8 [2025-07-30T07:27:35.796Z] 04:46:01 7555968 31412772 814832 2.48 462732 22549160 2105960 6.21 4242384 19476840 24 [2025-07-30T07:27:35.796Z] 04:47:01 7555824 31412692 814888 2.48 462760 22549160 2105960 6.21 4242552 19476844 4 [2025-07-30T07:27:35.796Z] 04:48:01 7555524 31412396 815108 2.48 462776 22549164 2105960 6.21 4242500 19476848 24 [2025-07-30T07:27:35.796Z] 04:49:01 7555452 31412324 815088 2.48 462796 22549160 2105960 6.21 4242524 19476848 4 [2025-07-30T07:27:35.796Z] 04:50:01 7555680 31412616 814788 2.48 462812 22549172 2105960 6.21 4242576 19476860 28 [2025-07-30T07:27:35.796Z] 04:51:02 7555260 31412220 815100 2.48 462824 22549176 2122088 6.26 4242980 19476848 200 [2025-07-30T07:27:35.796Z] 04:52:01 7555348 31412308 815008 2.48 462828 22549176 2122088 6.26 4242660 19476848 20 [2025-07-30T07:27:35.796Z] 04:53:01 7555796 31412760 814948 2.48 462840 22549180 2122088 6.26 4242604 19476852 12 [2025-07-30T07:27:35.796Z] 04:54:01 7555772 31412740 814920 2.48 462852 22549184 2105620 6.21 4242604 19476856 28 [2025-07-30T07:27:35.796Z] 04:55:01 7555700 31412720 814896 2.48 462868 22549188 2105620 6.21 4242656 19476860 40 [2025-07-30T07:27:35.796Z] 04:56:01 7555928 31412952 814604 2.48 462884 22549192 2105620 6.21 4242656 19476864 8 [2025-07-30T07:27:35.796Z] 04:57:01 7555816 31412896 814624 2.48 462912 22549192 2105620 6.21 4242772 19476868 44 [2025-07-30T07:27:35.796Z] 04:58:01 7555500 31412584 815004 2.48 462928 22549196 2105620 6.21 4243076 19476868 24 [2025-07-30T07:27:35.796Z] 04:59:01 7556648 31413776 813672 2.48 462956 22549204 2105620 6.21 4240928 19476756 64 [2025-07-30T07:27:35.796Z] 05:00:01 7555616 31412944 814512 2.48 462984 22549204 2105620 6.21 4241060 19476716 20 [2025-07-30T07:27:35.796Z] 05:01:01 7556080 31413412 813976 2.48 463004 22549208 2105620 6.21 4240884 19476720 20 [2025-07-30T07:27:35.796Z] 05:02:01 7556032 31413396 813944 2.48 463024 22549208 2105620 6.21 4240860 19476716 16 [2025-07-30T07:27:35.796Z] 05:03:01 7555952 31413360 813924 2.48 463060 22549212 2105620 6.21 4240880 19476720 8 [2025-07-30T07:27:35.796Z] 05:04:01 7555860 31413292 814116 2.48 463080 22549216 2105620 6.21 4241252 19476724 216 [2025-07-30T07:27:35.796Z] 05:05:01 7555844 31413300 814092 2.48 463104 22549216 2105620 6.21 4241544 19476724 68 [2025-07-30T07:27:35.796Z] 05:06:01 7556088 31413572 813784 2.48 463120 22549220 2105620 6.21 4240952 19476728 4 [2025-07-30T07:27:35.796Z] 05:07:01 7556340 31413828 813536 2.47 463132 22549228 2105620 6.21 4241276 19476732 228 [2025-07-30T07:27:35.796Z] 05:08:01 7556524 31414012 813516 2.47 463148 22549228 2105620 6.21 4240956 19476732 8 [2025-07-30T07:27:35.796Z] 05:09:01 7555812 31413304 814140 2.48 463156 22549232 2105620 6.21 4240964 19476736 60 [2025-07-30T07:27:35.796Z] 05:10:01 7556080 31413636 813812 2.48 463180 22549228 2105620 6.21 4241020 19476744 4 [2025-07-30T07:27:35.796Z] 05:11:01 7556560 31414136 813288 2.47 463192 22549236 2105620 6.21 4241040 19476744 8 [2025-07-30T07:27:35.796Z] 05:12:01 7556260 31413848 813500 2.47 463208 22549244 2089316 6.16 4241104 19476752 8 [2025-07-30T07:27:35.796Z] 05:13:01 7556520 31414136 813148 2.47 463232 22549244 2089316 6.16 4241084 19476752 8 [2025-07-30T07:27:35.796Z] 05:14:01 7556504 31414144 813124 2.47 463240 22549248 2089316 6.16 4241104 19476756 8 [2025-07-30T07:27:35.796Z] 05:15:01 7556132 31413796 813368 2.47 463256 22549248 2089316 6.16 4241536 19476756 228 [2025-07-30T07:27:35.796Z] 05:16:01 7556164 31413832 813316 2.47 463272 22549252 2089316 6.16 4241112 19476760 24 [2025-07-30T07:27:35.796Z] 05:17:01 7555864 31413560 813536 2.47 463284 22549260 2089316 6.16 4241196 19476764 40 [2025-07-30T07:27:35.796Z] 05:18:01 7556016 31413716 813512 2.47 463292 22549260 2089316 6.16 4241152 19476768 16 [2025-07-30T07:27:35.796Z] 05:19:01 7555976 31413820 813388 2.47 463312 22549392 2089316 6.16 4241176 19476892 8 [2025-07-30T07:27:35.796Z] 05:20:01 7555384 31413252 813872 2.48 463332 22549396 2105372 6.21 4241512 19476904 40 [2025-07-30T07:27:35.796Z] 05:21:01 7555408 31413300 813840 2.48 463340 22549396 2105372 6.21 4241196 19476904 44 [2025-07-30T07:27:35.796Z] 05:22:01 7555500 31413400 813608 2.48 463352 22549400 2105372 6.21 4241608 19476908 204 [2025-07-30T07:27:35.796Z] 05:23:01 7555280 31413208 813808 2.48 463368 22549400 2105372 6.21 4241232 19476908 44 [2025-07-30T07:27:35.796Z] 05:24:01 7555448 31413384 813772 2.48 463384 22549404 2105372 6.21 4241220 19476912 24 [2025-07-30T07:27:35.796Z] 05:25:01 7555716 31413684 813468 2.47 463392 22549404 2121416 6.25 4241248 19476916 60 [2025-07-30T07:27:35.796Z] 05:26:01 7555628 31413600 813432 2.47 463404 22549412 2121416 6.25 4241520 19476916 4 [2025-07-30T07:27:35.796Z] 05:27:01 7555620 31413616 813416 2.47 463408 22549416 2121416 6.25 4241344 19476924 12 [2025-07-30T07:27:35.796Z] 05:28:01 7555312 31413312 813624 2.48 463432 22549420 2121416 6.25 4241280 19476924 28 [2025-07-30T07:27:35.796Z] 05:29:01 7555548 31413580 813324 2.47 463432 22549424 2121416 6.25 4241320 19476932 60 [2025-07-30T07:27:35.796Z] 05:30:01 7555224 31413276 813656 2.48 463452 22549424 2121416 6.25 4241336 19476936 8 [2025-07-30T07:27:35.796Z] 05:31:01 7555428 31413492 813376 2.47 463468 22549428 2121416 6.25 4241348 19476936 52 [2025-07-30T07:27:35.796Z] 05:32:01 7556144 31414212 813064 2.47 463476 22549432 2121416 6.25 4241408 19476940 36 [2025-07-30T07:27:35.796Z] 05:33:01 7555388 31413484 813904 2.48 463492 22549436 2121416 6.25 4241372 19476944 64 [2025-07-30T07:27:35.796Z] 05:34:01 7555892 31413996 813400 2.47 463492 22549436 2121416 6.25 4241380 19476944 8 [2025-07-30T07:27:35.796Z] 05:35:01 7555860 31413980 813372 2.47 463512 22549444 2121416 6.25 4241388 19476952 4 [2025-07-30T07:27:35.796Z] 05:36:01 7555560 31413680 813612 2.48 463520 22549444 2121416 6.25 4241512 19476952 20 [2025-07-30T07:27:35.796Z] 05:37:01 7555504 31413664 813568 2.48 463540 22549448 2121416 6.25 4241488 19476956 12 [2025-07-30T07:27:35.796Z] 05:38:01 7555612 31413776 813372 2.47 463564 22549452 2105340 6.21 4241424 19476960 28 [2025-07-30T07:27:35.796Z] 05:39:01 7555848 31414056 813064 2.47 463576 22549452 2105340 6.21 4241468 19476960 44 [2025-07-30T07:27:35.796Z] 05:40:01 7555256 31413472 813544 2.47 463600 22549456 2105340 6.21 4242028 19476964 252 [2025-07-30T07:27:35.796Z] 05:41:01 7555200 31413440 813528 2.47 463612 22549456 2105340 6.21 4242036 19476964 228 [2025-07-30T07:27:35.796Z] 05:42:01 7555124 31413368 813720 2.48 463624 22549460 2105340 6.21 4241916 19476968 224 [2025-07-30T07:27:35.796Z] 05:43:01 7555620 31413900 813324 2.47 463640 22549464 2105340 6.21 4241884 19476972 272 [2025-07-30T07:27:35.796Z] 05:44:01 7555612 31413896 813312 2.47 463656 22549468 2105340 6.21 4241528 19476976 8 [2025-07-30T07:27:35.796Z] 05:45:01 7556148 31414464 812760 2.47 463676 22549464 2105340 6.21 4241552 19476984 68 [2025-07-30T07:27:35.796Z] 05:46:01 7555336 31413680 813524 2.47 463680 22549480 2105340 6.21 4241864 19476988 8 [2025-07-30T07:27:35.796Z] 05:47:01 7554972 31413352 813692 2.48 463680 22549480 2105340 6.21 4241636 19476988 44 [2025-07-30T07:27:35.796Z] 05:48:01 7554720 31413104 813900 2.48 463696 22549484 2105340 6.21 4241576 19476992 28 [2025-07-30T07:27:35.796Z] 05:49:01 7554184 31412572 814396 2.48 463700 22549484 2105340 6.21 4241576 19476992 16 [2025-07-30T07:27:35.796Z] 05:50:01 7554160 31412552 814364 2.48 463712 22549488 2105340 6.21 4241576 19476996 28 [2025-07-30T07:27:35.796Z] 05:51:01 7554144 31412540 814344 2.48 463728 22549492 2105340 6.21 4241576 19477000 28 [2025-07-30T07:27:35.796Z] 05:52:01 7554348 31412804 814072 2.48 463740 22549492 2105340 6.21 4241692 19477004 24 [2025-07-30T07:27:35.796Z] 05:53:01 7553844 31412304 814516 2.48 463752 22549500 2105340 6.21 4241632 19477008 72 [2025-07-30T07:27:35.796Z] 05:54:01 7553972 31412440 814564 2.48 463764 22549504 2105340 6.21 4241632 19477016 8 [2025-07-30T07:27:35.796Z] 05:55:01 7554460 31412952 814020 2.48 463796 22549500 2105340 6.21 4241660 19477012 44 [2025-07-30T07:27:35.796Z] 05:56:01 7554428 31412924 813960 2.48 463804 22549508 2121388 6.25 4241920 19477016 36 [2025-07-30T07:27:35.796Z] 05:57:01 7554280 31412836 814244 2.48 463824 22549508 2104392 6.20 4242160 19477016 192 [2025-07-30T07:27:35.796Z] 05:58:01 7554256 31412820 814304 2.48 463848 22549512 2120440 6.25 4242044 19477020 212 [2025-07-30T07:27:35.796Z] 05:59:01 7554188 31412760 814500 2.48 463872 22549516 2120440 6.25 4242128 19477024 192 [2025-07-30T07:27:35.796Z] 06:00:01 7554084 31412728 814516 2.48 463896 22549516 2120440 6.25 4242276 19477024 44 [2025-07-30T07:27:35.796Z] 06:01:01 7554432 31413052 814164 2.48 463912 22549524 2120440 6.25 4242148 19477032 12 [2025-07-30T07:27:35.796Z] 06:02:01 7554416 31413088 814044 2.48 463936 22549576 2120440 6.25 4242040 19477084 12 [2025-07-30T07:27:35.796Z] 06:03:01 7554092 31412828 814296 2.48 463956 22549584 2120440 6.25 4241948 19477096 12 [2025-07-30T07:27:35.796Z] 06:04:01 7554100 31412840 814216 2.48 463980 22549588 2104228 6.20 4241948 19477100 28 [2025-07-30T07:27:35.796Z] 06:05:02 7554060 31412804 814176 2.48 464004 22549588 2104228 6.20 4241948 19477100 8 [2025-07-30T07:27:35.796Z] 06:06:01 7553940 31412688 814228 2.48 464012 22549588 2104228 6.20 4242240 19477104 28 [2025-07-30T07:27:35.796Z] 06:07:01 7553544 31412368 814552 2.48 464024 22549596 2104228 6.20 4242560 19477104 28 [2025-07-30T07:27:35.796Z] 06:08:01 7553252 31412088 814812 2.48 464044 22549596 2104228 6.20 4242072 19477104 8 [2025-07-30T07:27:35.796Z] 06:09:01 7553472 31412312 814500 2.48 464060 22549600 2104228 6.20 4242072 19477108 32 [2025-07-30T07:27:35.796Z] 06:10:01 7553480 31412320 814432 2.48 464076 22549600 2104228 6.20 4242072 19477108 8 [2025-07-30T07:27:35.796Z] 06:11:01 7553432 31412276 814400 2.48 464092 22549604 2104228 6.20 4242252 19477112 4 [2025-07-30T07:27:35.796Z] 06:12:01 7553412 31412324 814556 2.48 464104 22549612 2104228 6.20 4242188 19477124 48 [2025-07-30T07:27:35.796Z] 06:13:01 7553048 31411960 814888 2.48 464108 22549612 2104228 6.20 4242420 19477124 48 [2025-07-30T07:27:35.796Z] 06:14:01 7553844 31412760 814016 2.48 464112 22549616 2104228 6.20 4242128 19477128 28 [2025-07-30T07:27:35.796Z] 06:15:01 7553112 31412028 814724 2.48 464128 22549616 2104228 6.20 4242128 19477128 44 [2025-07-30T07:27:35.796Z] 06:16:01 7552804 31411812 814936 2.48 464140 22549676 2104228 6.20 4242164 19477180 4 [2025-07-30T07:27:35.796Z] 06:17:01 7552964 31412004 814924 2.48 464144 22549688 2104228 6.20 4242236 19477196 20 [2025-07-30T07:27:35.796Z] 06:18:01 7553444 31412492 814400 2.48 464152 22549692 2104228 6.20 4242180 19477196 12 [2025-07-30T07:27:35.796Z] 06:19:01 7553144 31412200 814612 2.48 464176 22549696 2104228 6.20 4242472 19477204 8 [2025-07-30T07:27:35.796Z] 06:20:01 7553244 31412424 814364 2.48 464188 22549764 2104228 6.20 4242212 19477272 8 [2025-07-30T07:27:35.796Z] 06:21:01 7552220 31411404 815308 2.48 464208 22549760 2104228 6.20 4242212 19477276 12 [2025-07-30T07:27:35.796Z] 06:22:01 7552212 31411400 815280 2.48 464216 22549772 2104228 6.20 4242564 19477280 28 [2025-07-30T07:27:35.796Z] 06:23:01 7552456 31411704 814960 2.48 464240 22549772 2104228 6.20 4242272 19477284 4 [2025-07-30T07:27:35.796Z] 06:24:01 7553120 31412372 814464 2.48 464252 22549776 2104228 6.20 4242536 19477288 212 [2025-07-30T07:27:35.796Z] 06:25:01 7552260 31411520 815168 2.48 464272 22549776 2104228 6.20 4243156 19477292 176 [2025-07-30T07:27:35.796Z] 06:26:01 7549968 31411904 814412 2.48 464320 22552144 2104228 6.20 4242856 19479536 232 [2025-07-30T07:27:35.796Z] 06:27:01 7549552 31411492 814804 2.48 464340 22552148 2104228 6.20 4242504 19479540 68 [2025-07-30T07:27:35.796Z] 06:28:01 7549292 31411412 814912 2.48 464360 22552268 2104228 6.20 4242568 19479672 236 [2025-07-30T07:27:35.796Z] 06:29:01 7549644 31411772 814520 2.48 464368 22552284 2104228 6.20 4242880 19479680 188 [2025-07-30T07:27:35.796Z] 06:30:01 7549628 31411764 814476 2.48 464388 22552288 2104228 6.20 4242760 19479684 176 [2025-07-30T07:27:35.796Z] 06:31:01 7549756 31411952 814464 2.48 464412 22552288 2104228 6.20 4242896 19479688 32 [2025-07-30T07:27:35.796Z] 06:32:01 7549696 31411896 814692 2.48 464424 22552296 2120280 6.25 4242952 19479692 216 [2025-07-30T07:27:35.796Z] 06:33:01 7549444 31411652 814924 2.48 464432 22552300 2120280 6.25 4242952 19479700 184 [2025-07-30T07:27:35.796Z] 06:34:01 7550492 31412700 813864 2.48 464452 22552292 2120280 6.25 4242560 19479700 40 [2025-07-30T07:27:35.796Z] 06:35:01 7549968 31412228 814536 2.48 464476 22552304 2120280 6.25 4242612 19479696 60 [2025-07-30T07:27:35.796Z] 06:36:01 7549676 31411964 814780 2.48 464492 22552304 2120280 6.25 4243332 19479696 236 [2025-07-30T07:27:35.796Z] 06:37:01 7549164 31411600 815148 2.48 464504 22552436 2120280 6.25 4242724 19479828 64 [2025-07-30T07:27:35.796Z] 06:38:01 7549116 31411556 815116 2.48 464520 22552440 2120280 6.25 4242640 19479832 28 [2025-07-30T07:27:35.796Z] 06:39:01 7549288 31411728 814876 2.48 464524 22552444 2120280 6.25 4242656 19479832 20 [2025-07-30T07:27:35.796Z] 06:40:01 7549736 31412216 814388 2.48 464544 22552448 2120152 6.25 4242948 19479840 28 [2025-07-30T07:27:35.796Z] 06:41:01 7549160 31411640 814876 2.48 464564 22552448 2120152 6.25 4243056 19479840 192 [2025-07-30T07:27:35.796Z] 06:42:01 7549356 31411848 814592 2.48 464580 22552452 2120152 6.25 4243064 19479844 208 [2025-07-30T07:27:35.796Z] 06:43:01 7549560 31412116 814404 2.48 464608 22552456 2120152 6.25 4243212 19479852 240 [2025-07-30T07:27:35.796Z] 06:44:01 7549528 31412084 814392 2.48 464612 22552456 2120152 6.25 4243156 19479852 192 [2025-07-30T07:27:35.797Z] 06:45:01 7549560 31412120 814340 2.48 464628 22552460 2120152 6.25 4242744 19479856 60 [2025-07-30T07:27:35.797Z] 06:46:01 7549472 31412096 814328 2.48 464644 22552464 2120152 6.25 4243224 19479864 252 [2025-07-30T07:27:35.797Z] 06:47:01 7549048 31411680 814740 2.48 464652 22552464 2120152 6.25 4242872 19479856 52 [2025-07-30T07:27:35.797Z] 06:48:01 7549484 31412088 814496 2.48 464672 22552472 2120152 6.25 4243348 19479864 192 [2025-07-30T07:27:35.797Z] 06:49:01 7549712 31412320 814264 2.48 464684 22552472 2120152 6.25 4242812 19479868 36 [2025-07-30T07:27:35.797Z] 06:50:01 7549884 31412532 814000 2.48 464700 22552480 2120152 6.25 4243396 19479872 212 [2025-07-30T07:27:35.797Z] 06:51:01 7549336 31411988 814720 2.48 464724 22552476 2120152 6.25 4243144 19479876 68 [2025-07-30T07:27:35.797Z] 06:52:01 7549588 31412300 814412 2.48 464744 22552484 2120152 6.25 4242964 19479880 16 [2025-07-30T07:27:35.797Z] 06:53:01 7549824 31412540 814124 2.48 464764 22552488 2120152 6.25 4242904 19479884 64 [2025-07-30T07:27:35.797Z] 06:54:01 7549556 31412276 814312 2.48 464780 22552488 2120152 6.25 4242904 19479884 8 [2025-07-30T07:27:35.797Z] 06:55:01 7549760 31412488 814032 2.48 464788 22552492 2120152 6.25 4242964 19479888 60 [2025-07-30T07:27:35.797Z] 06:56:01 7549388 31412120 814272 2.48 464796 22552496 2120152 6.25 4243220 19479892 40 [2025-07-30T07:27:35.797Z] 06:57:01 7549380 31412180 814264 2.48 464808 22552500 2120152 6.25 4243032 19479892 52 [2025-07-30T07:27:35.797Z] 06:58:01 7549540 31412344 814228 2.48 464828 22552504 2120152 6.25 4242972 19479896 8 [2025-07-30T07:27:35.797Z] 06:59:01 7549524 31412332 814300 2.48 464844 22552508 2120152 6.25 4242972 19479900 8 [2025-07-30T07:27:35.797Z] 07:00:01 7549792 31412636 813992 2.48 464868 22552508 2120152 6.25 4243068 19479900 12 [2025-07-30T07:27:35.797Z] 07:01:01 7548244 31411328 815228 2.48 464892 22552512 2136312 6.30 4243824 19479904 60 [2025-07-30T07:27:35.797Z] 07:02:01 7548772 31411856 814692 2.48 464900 22552512 2136312 6.30 4243208 19479904 8 [2025-07-30T07:27:35.797Z] 07:03:01 7548140 31411228 815192 2.48 464920 22552516 2136312 6.30 4243608 19479908 240 [2025-07-30T07:27:35.797Z] 07:04:01 7548408 31411552 814840 2.48 464940 22552520 2136312 6.30 4243536 19479916 208 [2025-07-30T07:27:35.797Z] 07:05:01 7548068 31411216 815156 2.48 464960 22552520 2119868 6.25 4243120 19479916 8 [2025-07-30T07:27:35.797Z] 07:06:01 7548864 31412060 814260 2.48 464984 22552528 2119868 6.25 4243464 19479916 60 [2025-07-30T07:27:35.797Z] 07:07:01 7548348 31411572 814924 2.48 465004 22552532 2119868 6.25 4243248 19479924 8 [2025-07-30T07:27:35.797Z] 07:08:02 7548292 31411520 814960 2.48 465032 22552536 2119868 6.25 4243596 19479928 220 [2025-07-30T07:27:35.797Z] 07:09:01 7547984 31411276 815192 2.48 465048 22552540 2119868 6.25 4243660 19479936 240 [2025-07-30T07:27:35.797Z] 07:10:01 7548520 31411812 814752 2.48 465060 22552540 2119868 6.25 4243244 19479936 8 [2025-07-30T07:27:35.797Z] 07:11:01 7548372 31411800 814912 2.48 465072 22552672 2119868 6.25 4243568 19480068 216 [2025-07-30T07:27:35.797Z] 07:12:01 7549160 31412592 814108 2.48 465092 22552668 2119868 6.25 4243304 19480072 36 [2025-07-30T07:27:35.797Z] 07:13:01 7548404 31411836 814808 2.48 465100 22552676 2119868 6.25 4243248 19480072 52 [2025-07-30T07:27:35.797Z] 07:14:01 7548064 31411564 815072 2.48 465108 22552680 2119868 6.25 4243288 19480080 24 [2025-07-30T07:27:35.797Z] 07:15:01 7548000 31411500 814996 2.48 465128 22552684 2119868 6.25 4243668 19480080 244 [2025-07-30T07:27:35.797Z] 07:16:01 7548260 31411768 814732 2.48 465128 22552688 2119868 6.25 4243372 19480088 28 [2025-07-30T07:27:35.797Z] 07:17:01 7547360 31410872 815568 2.48 465140 22552692 2119868 6.25 4244212 19480084 16 [2025-07-30T07:27:35.797Z] 07:18:01 7548084 31411596 814776 2.48 465164 22552692 2119868 6.25 4243768 19480084 212 [2025-07-30T07:27:35.797Z] 07:19:01 7548400 31411916 814440 2.48 465180 22552696 2119868 6.25 4243648 19480088 8 [2025-07-30T07:27:35.797Z] 07:20:01 7549048 31412628 813936 2.48 465200 22552700 2119868 6.25 4243792 19480092 188 [2025-07-30T07:27:35.797Z] 07:21:01 7549000 31412588 813980 2.48 465200 22552704 2119868 6.25 4243828 19480092 232 [2025-07-30T07:27:35.797Z] 07:22:01 7547992 31411600 815040 2.48 465212 22552708 2119868 6.25 4243868 19480100 72 [2025-07-30T07:27:35.797Z] 07:23:01 7548228 31411836 814788 2.48 465224 22552708 2119868 6.25 4243768 19480100 216 [2025-07-30T07:27:35.797Z] 07:24:01 7548260 31411872 814732 2.48 465228 22552712 2103640 6.20 4243732 19480104 224 [2025-07-30T07:27:35.797Z] 07:25:01 7547772 31411388 815184 2.48 465240 22552720 2103640 6.20 4243804 19480108 68 [2025-07-30T07:27:35.797Z] 07:26:01 7548528 31412144 814400 2.48 465248 22552720 2087516 6.15 4243428 19480108 8 [2025-07-30T07:27:35.797Z] 07:27:01 7548568 31412200 814328 2.48 465268 22552724 2087516 6.15 4243496 19480116 72 [2025-07-30T07:27:35.797Z] Average: 7740837 31371647 854294 2.60 458294 22337819 2201526 6.49 4249024 19292797 13985 [2025-07-30T07:27:35.797Z] [2025-07-30T07:27:35.797Z] 01:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-07-30T07:27:35.797Z] 01:28:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:28:01 vetha7c4aff 0.05 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:28:01 ens3 1071.94 959.14 8031.14 134.84 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:28:01 docker0 847.08 888.30 61.27 4643.05 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:29:01 vetha7c4aff 1.30 1.37 0.11 0.12 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:29:01 ens3 35.16 23.83 26.85 14.46 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:29:01 docker0 1.30 1.30 0.10 0.12 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:30:01 vetha7c4aff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:30:01 ens3 22.95 15.68 18.79 11.90 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 lo 1.83 1.83 0.17 0.17 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth0b9485f 2.74 7.91 0.20 114.64 0.00 0.00 0.00 0.01 [2025-07-30T07:27:35.797Z] 01:31:01 veth92b6f84 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 ens3 182.65 101.17 3738.58 23.09 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth0b8099c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth31ed89f 1.46 3.66 0.11 39.36 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 vethbdb73fd 4.02 7.25 0.29 77.58 0.00 0.00 0.00 0.01 [2025-07-30T07:27:35.797Z] 01:31:01 vethd6d8b1f 1.68 3.83 0.12 38.83 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 docker0 23.20 43.44 1.40 550.40 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth72111fd 2.61 5.74 0.19 45.42 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 vetha9bcea0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth9a13a91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 vethd6d2a18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth3a8b66f 1.58 3.39 0.11 38.79 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth0aac5c3 1.34 3.63 0.10 38.77 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth2edd884 0.05 0.64 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth4926d19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 vethe0050bd 1.88 3.83 0.14 39.43 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 vethfa374a7 1.83 3.93 0.13 38.84 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 vethb3461e3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 vethfa48611 0.05 0.75 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth3f3fc18 0.56 1.27 0.05 0.27 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 veth1c98240 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:31:01 vethccda7b6 3.41 6.74 0.26 78.83 0.00 0.00 0.00 0.01 [2025-07-30T07:27:35.797Z] 01:32:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:32:01 ens3 1248.22 811.83 11378.32 83.64 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:32:01 docker0 658.55 998.60 53.41 8370.86 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:32:01 veth3f3fc18 0.08 2.18 0.00 0.10 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 vethb4925f2 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 veth06a3a3b 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 veth383bafd 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 veth11d00a4 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 veth669b37e 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 ens3 14.10 10.16 11.18 6.49 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 vethe6d46da 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 vetha99aa92 0.10 0.77 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 veth386449e 0.10 0.77 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 veth7720a6e 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 docker0 0.80 0.22 0.02 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 vethf5f5876 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 vethd767f0d 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 veth05a4a5c 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:33:01 veth3f3fc18 0.10 0.77 0.01 0.03 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 veth06a3a3b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 veth383bafd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 veth11d00a4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 ens3 1.55 0.72 1.14 0.60 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 vethe6d46da 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 vetha99aa92 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 veth386449e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 veth7720a6e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 vethf5f5876 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 vethd767f0d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 veth05a4a5c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:34:01 veth3f3fc18 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 veth06a3a3b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 veth383bafd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 veth11d00a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 ens3 7.98 4.25 6.60 3.55 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 veth386449e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 veth7720a6e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 vethf5f5876 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 veth05a4a5c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 vethc5f11f3 0.82 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 vethe5613bd 0.68 0.05 0.03 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:35:01 veth3f3fc18 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:36:01 lo 39.93 39.93 3.91 3.91 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:36:01 ens3 385.27 395.05 209.46 1492.78 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:36:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:37:01 lo 26.52 26.52 2.59 2.59 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:37:01 ens3 375.42 388.12 149.78 2446.46 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:38:01 lo 2.80 2.80 0.27 0.27 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:38:01 ens3 30.63 24.96 25.18 66.61 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:39:01 ens3 0.50 0.27 0.27 0.20 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:42:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:43:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:44:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:45:01 ens3 0.28 0.22 0.27 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:46:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:47:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:49:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:50:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:51:01 ens3 0.58 0.58 0.32 0.23 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:52:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.797Z] 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:53:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:55:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:56:01 ens3 0.45 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:57:01 ens3 0.97 0.57 0.50 0.35 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:58:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:59:01 ens3 1.02 0.68 0.88 0.38 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:00:01 ens3 5.78 4.88 3.74 4.85 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:01:01 ens3 1.65 1.12 0.97 1.15 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:02:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:03:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:04:01 ens3 0.82 0.28 0.36 0.21 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:05:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:06:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:07:01 ens3 0.27 0.22 0.08 0.08 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:08:01 ens3 0.13 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:12:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:13:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:14:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:17:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:19:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:22:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:23:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:25:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:27:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:29:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:32:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:33:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:34:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:35:01 ens3 0.15 0.17 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:36:01 ens3 0.52 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:37:01 ens3 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:40:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:41:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:41:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:42:01 ens3 0.31 0.14 0.14 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:45:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:47:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:49:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:52:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.798Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:53:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:57:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:59:01 ens3 0.45 0.28 0.22 0.25 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:00:01 ens3 2.58 2.32 1.49 3.95 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:01:01 ens3 1.35 0.77 0.78 1.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:02:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:03:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:04:01 ens3 1.02 0.58 0.39 0.23 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:05:01 ens3 0.50 0.52 0.27 0.22 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:07:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:08:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:12:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:17:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:19:01 ens3 0.25 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:22:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:24:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:25:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:26:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:27:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:29:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:32:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:33:01 ens3 0.22 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:35:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:36:01 ens3 0.47 0.28 0.26 0.21 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:37:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:40:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:41:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:41:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:42:01 ens3 0.19 0.14 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:43:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:47:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:49:01 ens3 0.25 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:52:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.799Z] 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:57:01 ens3 0.47 0.22 0.21 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:58:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:59:01 ens3 0.30 0.32 0.11 0.26 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:00:01 ens3 2.60 2.42 1.45 3.95 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:01:01 ens3 1.35 0.75 0.78 1.06 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:02:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:03:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:04:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:05:01 ens3 0.42 0.32 0.26 0.21 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:07:01 ens3 0.42 0.23 0.20 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:12:01 ens3 0.63 0.13 0.18 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:13:01 ens3 0.45 0.43 0.26 0.22 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:14:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:17:01 ens3 0.77 0.95 0.12 11.21 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:18:01 ens3 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:20:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:22:01 ens3 0.53 0.72 0.10 6.58 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:23:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:26:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:27:01 ens3 4.45 7.77 0.35 7.43 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:29:01 ens3 6.73 11.10 0.85 14.40 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:32:01 ens3 0.65 1.75 0.11 6.66 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:33:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:35:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:36:01 ens3 4.12 7.57 0.50 13.97 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:37:01 ens3 2.62 6.08 0.24 7.31 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:40:01 ens3 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:42:01 ens3 4.08 7.95 0.33 7.43 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:43:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:47:01 ens3 3.27 5.87 0.28 5.67 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:49:01 ens3 0.25 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:51:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:51:02 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:52:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:53:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:57:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:58:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.800Z] 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 04:59:01 ens3 0.27 0.30 0.10 0.26 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:00:01 ens3 2.50 2.15 1.44 3.89 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:01:01 ens3 1.35 0.72 0.78 1.06 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:02:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:04:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:05:01 ens3 0.42 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:07:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:08:01 ens3 0.18 0.12 0.12 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:09:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:10:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:12:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:13:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:17:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:20:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:22:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:24:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:27:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:28:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:32:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:33:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:35:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:36:01 ens3 0.45 0.28 0.26 0.21 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:37:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:38:01 ens3 0.17 0.07 0.12 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:42:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:43:01 ens3 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:44:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:47:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:48:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:52:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:54:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.801Z] 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 05:57:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 05:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 05:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:00:01 ens3 1.35 1.32 0.76 3.20 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:01:01 ens3 2.98 2.75 1.63 2.17 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:02:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:04:01 ens3 0.42 0.00 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:05:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:05:02 ens3 0.68 0.12 0.13 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:06:01 ens3 0.64 0.00 0.09 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:07:01 ens3 1.22 0.52 0.53 0.34 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:08:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:10:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:11:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:12:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:13:01 ens3 1.57 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:14:01 ens3 1.77 0.05 0.13 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:15:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:17:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:18:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:22:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:27:01 ens3 0.38 0.22 0.20 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:32:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:36:01 ens3 0.57 0.35 0.32 0.21 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:37:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:41:01 ens3 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:42:01 ens3 0.27 0.12 0.14 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:47:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:49:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:52:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:55:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:57:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:00:01 ens3 0.23 0.17 0.10 0.24 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:01:01 ens3 2.70 2.48 1.51 3.95 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:02:01 ens3 1.65 1.37 0.86 1.22 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:04:01 ens3 0.45 0.05 0.10 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:05:01 ens3 0.77 0.10 0.09 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:06:01 ens3 0.37 0.22 0.26 0.20 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:07:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:08:02 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:09:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:10:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:12:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:16:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.802Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:17:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:19:01 ens3 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:22:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:24:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:26:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:27:01 ens3 0.27 0.22 0.09 0.07 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] Average: ens3 9.67 7.89 65.49 12.24 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] Average: docker0 4.25 5.37 0.32 37.67 0.00 0.00 0.00 0.00 [2025-07-30T07:27:35.803Z] [2025-07-30T07:27:35.803Z] [2025-07-30T07:27:35.803Z] ---> sar -P ALL: [2025-07-30T07:27:35.803Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5939) 07/30/25 _x86_64_ (8 CPU) [2025-07-30T07:27:35.803Z] [2025-07-30T07:27:35.803Z] 01:26:10 LINUX RESTART (8 CPU) [2025-07-30T07:27:35.803Z] [2025-07-30T07:27:35.803Z] 01:27:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.803Z] 01:28:01 all 10.39 0.00 4.04 1.81 0.08 83.69 [2025-07-30T07:27:35.803Z] 01:28:01 0 9.24 0.00 4.00 2.32 0.07 84.37 [2025-07-30T07:27:35.803Z] 01:28:01 1 10.21 0.00 2.92 0.25 0.07 86.54 [2025-07-30T07:27:35.803Z] 01:28:01 2 11.85 0.00 4.23 5.69 0.10 78.14 [2025-07-30T07:27:35.803Z] 01:28:01 3 12.85 0.00 4.10 1.66 0.08 81.31 [2025-07-30T07:27:35.803Z] 01:28:01 4 11.19 0.00 4.39 0.61 0.07 83.74 [2025-07-30T07:27:35.803Z] 01:28:01 5 8.80 0.00 4.63 0.36 0.08 86.14 [2025-07-30T07:27:35.803Z] 01:28:01 6 9.40 0.00 4.66 0.27 0.07 85.61 [2025-07-30T07:27:35.803Z] 01:28:01 7 9.55 0.00 3.36 3.35 0.08 83.65 [2025-07-30T07:27:35.803Z] 01:29:01 all 42.97 0.00 6.75 0.54 0.10 49.64 [2025-07-30T07:27:35.803Z] 01:29:01 0 43.81 0.00 6.85 0.02 0.10 49.23 [2025-07-30T07:27:35.803Z] 01:29:01 1 44.57 0.00 6.81 0.00 0.10 48.52 [2025-07-30T07:27:35.803Z] 01:29:01 2 43.38 0.00 6.57 0.20 0.10 49.76 [2025-07-30T07:27:35.803Z] 01:29:01 3 42.90 0.00 6.60 3.80 0.10 46.60 [2025-07-30T07:27:35.803Z] 01:29:01 4 43.31 0.00 7.05 0.00 0.10 49.54 [2025-07-30T07:27:35.803Z] 01:29:01 5 43.16 0.00 6.88 0.32 0.10 49.54 [2025-07-30T07:27:35.803Z] 01:29:01 6 37.63 0.00 7.16 0.00 0.10 55.11 [2025-07-30T07:27:35.803Z] 01:29:01 7 45.01 0.00 6.10 0.00 0.08 48.81 [2025-07-30T07:27:35.803Z] 01:30:01 all 66.79 0.00 8.55 0.15 0.10 24.40 [2025-07-30T07:27:35.803Z] 01:30:01 0 66.62 0.00 8.61 0.00 0.08 24.69 [2025-07-30T07:27:35.803Z] 01:30:01 1 67.53 0.00 9.07 0.00 0.12 23.29 [2025-07-30T07:27:35.803Z] 01:30:01 2 66.74 0.00 8.27 0.05 0.10 24.84 [2025-07-30T07:27:35.803Z] 01:30:01 3 65.68 0.00 10.37 0.65 0.10 23.20 [2025-07-30T07:27:35.803Z] 01:30:01 4 66.68 0.00 7.78 0.00 0.10 25.44 [2025-07-30T07:27:35.803Z] 01:30:01 5 66.81 0.00 8.06 0.00 0.10 25.03 [2025-07-30T07:27:35.803Z] 01:30:01 6 66.40 0.00 8.29 0.47 0.08 24.75 [2025-07-30T07:27:35.803Z] 01:30:01 7 67.89 0.00 7.99 0.03 0.10 23.99 [2025-07-30T07:27:35.803Z] 01:31:01 all 31.87 0.00 8.60 3.23 0.11 56.18 [2025-07-30T07:27:35.803Z] 01:31:01 0 32.42 0.00 7.96 1.55 0.08 58.00 [2025-07-30T07:27:35.803Z] 01:31:01 1 31.13 0.00 8.23 2.95 0.09 57.60 [2025-07-30T07:27:35.803Z] 01:31:01 2 32.38 0.00 9.22 2.37 0.19 55.84 [2025-07-30T07:27:35.803Z] 01:31:01 3 31.64 0.00 9.47 9.51 0.16 49.22 [2025-07-30T07:27:35.803Z] 01:31:01 4 31.44 0.00 8.56 2.43 0.07 57.50 [2025-07-30T07:27:35.803Z] 01:31:01 5 32.05 0.00 8.24 3.33 0.09 56.30 [2025-07-30T07:27:35.803Z] 01:31:01 6 30.16 0.00 8.71 2.23 0.10 58.80 [2025-07-30T07:27:35.803Z] 01:31:01 7 33.77 0.00 8.45 1.53 0.09 56.16 [2025-07-30T07:27:35.803Z] 01:32:01 all 15.23 0.00 7.95 12.60 0.10 64.12 [2025-07-30T07:27:35.803Z] 01:32:01 0 15.48 0.00 7.77 16.90 0.08 59.76 [2025-07-30T07:27:35.803Z] 01:32:01 1 15.18 0.00 6.97 5.60 0.08 72.16 [2025-07-30T07:27:35.803Z] 01:32:01 2 14.53 0.00 7.54 12.29 0.13 65.50 [2025-07-30T07:27:35.803Z] 01:32:01 3 14.43 0.00 8.07 14.74 0.08 62.68 [2025-07-30T07:27:35.803Z] 01:32:01 4 15.79 0.00 10.37 32.84 0.12 40.88 [2025-07-30T07:27:35.803Z] 01:32:01 5 15.56 0.00 8.29 10.04 0.08 66.03 [2025-07-30T07:27:35.803Z] 01:32:01 6 16.18 0.00 6.51 3.53 0.08 73.69 [2025-07-30T07:27:35.803Z] 01:32:01 7 14.70 0.00 8.12 5.04 0.08 72.06 [2025-07-30T07:27:35.803Z] 01:33:01 all 67.74 0.00 11.06 3.25 0.10 17.84 [2025-07-30T07:27:35.803Z] 01:33:01 0 66.49 0.00 12.39 0.67 0.10 20.35 [2025-07-30T07:27:35.803Z] 01:33:01 1 67.51 0.00 11.19 1.12 0.10 20.07 [2025-07-30T07:27:35.803Z] 01:33:01 2 68.33 0.00 11.50 10.49 0.10 9.59 [2025-07-30T07:27:35.803Z] 01:33:01 3 68.21 0.00 10.50 1.00 0.10 20.19 [2025-07-30T07:27:35.803Z] 01:33:01 4 68.59 0.00 10.60 10.47 0.10 10.23 [2025-07-30T07:27:35.803Z] 01:33:01 5 67.67 0.00 10.07 0.99 0.10 21.17 [2025-07-30T07:27:35.803Z] 01:33:01 6 67.47 0.00 10.59 0.59 0.10 21.25 [2025-07-30T07:27:35.803Z] 01:33:01 7 67.69 0.00 11.63 0.72 0.10 19.86 [2025-07-30T07:27:35.803Z] 01:34:01 all 90.50 0.00 9.37 0.00 0.13 0.00 [2025-07-30T07:27:35.803Z] 01:34:01 0 90.40 0.00 9.48 0.00 0.12 0.00 [2025-07-30T07:27:35.803Z] 01:34:01 1 90.52 0.00 9.37 0.00 0.12 0.00 [2025-07-30T07:27:35.803Z] 01:34:01 2 90.19 0.00 9.68 0.00 0.13 0.00 [2025-07-30T07:27:35.803Z] 01:34:01 3 91.25 0.00 8.61 0.00 0.13 0.00 [2025-07-30T07:27:35.803Z] 01:34:01 4 90.67 0.00 9.22 0.00 0.12 0.00 [2025-07-30T07:27:35.803Z] 01:34:01 5 89.37 0.00 10.50 0.00 0.13 0.00 [2025-07-30T07:27:35.803Z] 01:34:01 6 89.94 0.00 9.91 0.00 0.15 0.00 [2025-07-30T07:27:35.803Z] 01:34:01 7 91.65 0.00 8.23 0.00 0.12 0.00 [2025-07-30T07:27:35.803Z] 01:35:01 all 89.35 0.00 10.30 0.09 0.11 0.15 [2025-07-30T07:27:35.803Z] 01:35:01 0 89.63 0.00 10.00 0.07 0.12 0.18 [2025-07-30T07:27:35.803Z] 01:35:01 1 89.13 0.00 10.48 0.15 0.10 0.13 [2025-07-30T07:27:35.803Z] 01:35:01 2 88.40 0.00 11.15 0.30 0.13 0.02 [2025-07-30T07:27:35.803Z] 01:35:01 3 90.32 0.00 9.32 0.00 0.12 0.25 [2025-07-30T07:27:35.803Z] 01:35:01 4 89.72 0.00 9.97 0.07 0.10 0.15 [2025-07-30T07:27:35.803Z] 01:35:01 5 89.43 0.00 10.25 0.05 0.13 0.13 [2025-07-30T07:27:35.803Z] 01:35:01 6 88.49 0.00 11.13 0.02 0.12 0.25 [2025-07-30T07:27:35.803Z] 01:35:01 7 89.70 0.00 10.11 0.05 0.08 0.05 [2025-07-30T07:27:35.803Z] 01:36:01 all 9.97 0.00 2.52 1.62 0.07 85.82 [2025-07-30T07:27:35.803Z] 01:36:01 0 11.42 0.00 2.68 1.31 0.08 84.51 [2025-07-30T07:27:35.803Z] 01:36:01 1 7.08 0.00 2.56 2.34 0.07 87.95 [2025-07-30T07:27:35.803Z] 01:36:01 2 11.20 0.00 2.21 1.42 0.07 85.09 [2025-07-30T07:27:35.803Z] 01:36:01 3 9.24 0.00 2.78 1.41 0.07 86.51 [2025-07-30T07:27:35.803Z] 01:36:01 4 12.17 0.00 2.43 0.94 0.08 84.37 [2025-07-30T07:27:35.803Z] 01:36:01 5 11.57 0.00 2.58 1.77 0.07 84.01 [2025-07-30T07:27:35.803Z] 01:36:01 6 9.87 0.00 2.37 1.91 0.05 85.80 [2025-07-30T07:27:35.803Z] 01:36:01 7 7.19 0.00 2.58 1.86 0.05 88.31 [2025-07-30T07:27:35.803Z] 01:37:01 all 10.69 0.00 0.88 0.07 0.06 88.30 [2025-07-30T07:27:35.803Z] 01:37:01 0 8.24 0.00 0.89 0.02 0.07 90.78 [2025-07-30T07:27:35.803Z] 01:37:01 1 14.68 0.00 0.99 0.10 0.08 84.15 [2025-07-30T07:27:35.803Z] 01:37:01 2 10.07 0.00 0.82 0.22 0.07 88.83 [2025-07-30T07:27:35.803Z] 01:37:01 3 15.40 0.00 1.16 0.05 0.07 83.32 [2025-07-30T07:27:35.803Z] 01:37:01 4 7.05 0.00 0.87 0.02 0.05 92.01 [2025-07-30T07:27:35.803Z] 01:37:01 5 12.11 0.00 0.74 0.12 0.07 86.97 [2025-07-30T07:27:35.803Z] 01:37:01 6 11.83 0.00 0.80 0.02 0.07 87.28 [2025-07-30T07:27:35.803Z] 01:37:01 7 6.11 0.00 0.74 0.02 0.05 93.09 [2025-07-30T07:27:35.803Z] 01:38:01 all 0.35 0.00 0.10 0.01 0.02 99.52 [2025-07-30T07:27:35.803Z] 01:38:01 0 0.45 0.00 0.12 0.00 0.02 99.41 [2025-07-30T07:27:35.803Z] 01:38:01 1 0.52 0.00 0.12 0.00 0.02 99.35 [2025-07-30T07:27:35.803Z] 01:38:01 2 0.10 0.00 0.07 0.05 0.00 99.78 [2025-07-30T07:27:35.803Z] 01:38:01 3 0.68 0.00 0.13 0.00 0.02 99.17 [2025-07-30T07:27:35.803Z] 01:38:01 4 0.67 0.00 0.12 0.02 0.03 99.17 [2025-07-30T07:27:35.803Z] 01:38:01 5 0.20 0.00 0.12 0.02 0.02 99.65 [2025-07-30T07:27:35.803Z] 01:38:01 6 0.15 0.00 0.08 0.02 0.02 99.73 [2025-07-30T07:27:35.803Z] 01:38:01 7 0.03 0.00 0.07 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] [2025-07-30T07:27:35.803Z] 01:38:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.803Z] 01:39:01 all 0.04 0.00 0.01 0.00 0.01 99.92 [2025-07-30T07:27:35.803Z] 01:39:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:39:01 1 0.10 0.00 0.03 0.00 0.03 99.83 [2025-07-30T07:27:35.803Z] 01:39:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:39:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 01:39:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:39:01 5 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-30T07:27:35.803Z] 01:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:39:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.803Z] 01:40:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:40:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 01:40:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:40:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:40:01 5 0.02 0.00 0.02 0.02 0.03 99.92 [2025-07-30T07:27:35.803Z] 01:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 01:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:41:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2025-07-30T07:27:35.803Z] 01:41:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.803Z] 01:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:41:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2025-07-30T07:27:35.803Z] 01:41:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:41:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:42:01 all 0.27 0.00 0.04 0.00 0.01 99.67 [2025-07-30T07:27:35.803Z] 01:42:01 0 0.00 0.00 0.07 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:42:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:42:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:42:01 4 2.00 0.00 0.03 0.02 0.02 97.93 [2025-07-30T07:27:35.803Z] 01:42:01 5 0.02 0.00 0.08 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 01:42:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 01:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:43:01 all 0.28 0.00 0.01 0.01 0.01 99.69 [2025-07-30T07:27:35.803Z] 01:43:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:43:01 1 0.07 0.00 0.03 0.02 0.03 99.85 [2025-07-30T07:27:35.803Z] 01:43:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:43:01 4 2.02 0.00 0.00 0.00 0.02 97.96 [2025-07-30T07:27:35.803Z] 01:43:01 5 0.10 0.00 0.03 0.02 0.02 99.83 [2025-07-30T07:27:35.803Z] 01:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:44:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-07-30T07:27:35.803Z] 01:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:44:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:44:01 3 0.13 0.00 0.02 0.00 0.02 99.83 [2025-07-30T07:27:35.803Z] 01:44:01 4 0.20 0.00 0.03 0.00 0.00 99.77 [2025-07-30T07:27:35.803Z] 01:44:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:44:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:45:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2025-07-30T07:27:35.803Z] 01:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 01:45:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2025-07-30T07:27:35.803Z] 01:45:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:45:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 01:45:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:46:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 01:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:46:01 1 0.08 0.00 0.05 0.02 0.02 99.83 [2025-07-30T07:27:35.803Z] 01:46:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:46:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-07-30T07:27:35.803Z] 01:46:01 5 0.12 0.00 0.00 0.00 0.00 99.88 [2025-07-30T07:27:35.803Z] 01:46:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:47:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 01:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:47:01 1 0.12 0.00 0.03 0.02 0.03 99.80 [2025-07-30T07:27:35.803Z] 01:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:47:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:47:01 4 0.08 0.00 0.02 0.00 0.03 99.87 [2025-07-30T07:27:35.803Z] 01:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:47:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:48:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.803Z] 01:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:48:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:48:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 01:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:48:01 6 0.08 0.00 0.05 0.00 0.03 99.83 [2025-07-30T07:27:35.803Z] 01:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:49:01 all 0.22 0.00 0.01 0.00 0.01 99.76 [2025-07-30T07:27:35.803Z] 01:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:49:01 1 0.08 0.00 0.02 0.02 0.02 99.87 [2025-07-30T07:27:35.803Z] 01:49:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:49:01 4 0.10 0.00 0.00 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 01:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:49:01 6 1.55 0.00 0.02 0.00 0.02 98.42 [2025-07-30T07:27:35.803Z] 01:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] [2025-07-30T07:27:35.803Z] 01:49:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.803Z] 01:50:01 all 0.28 0.00 0.02 0.00 0.01 99.68 [2025-07-30T07:27:35.803Z] 01:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:50:01 1 0.07 0.00 0.05 0.02 0.02 99.85 [2025-07-30T07:27:35.803Z] 01:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:50:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.803Z] 01:50:01 6 2.00 0.00 0.07 0.00 0.03 97.90 [2025-07-30T07:27:35.803Z] 01:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:51:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2025-07-30T07:27:35.803Z] 01:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:51:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:51:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:51:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 01:51:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:51:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:51:01 6 0.28 0.00 0.05 0.00 0.03 99.63 [2025-07-30T07:27:35.803Z] 01:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:52:01 all 0.20 0.00 0.01 0.00 0.01 99.77 [2025-07-30T07:27:35.803Z] 01:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:52:01 1 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.803Z] 01:52:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:52:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 01:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:52:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:52:01 6 1.44 0.00 0.02 0.00 0.03 98.51 [2025-07-30T07:27:35.803Z] 01:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 01:53:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 01:53:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.803Z] 01:53:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 01:53:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:53:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:53:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:53:01 6 0.07 0.00 0.00 0.00 0.03 99.90 [2025-07-30T07:27:35.803Z] 01:53:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.803Z] 01:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:54:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 01:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:54:01 6 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:54:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:55:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 01:55:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:55:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 01:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:55:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 01:55:01 4 0.02 0.00 0.02 0.03 0.00 99.93 [2025-07-30T07:27:35.803Z] 01:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:55:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-30T07:27:35.803Z] 01:55:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:56:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.803Z] 01:56:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:56:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:56:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:56:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:56:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 01:56:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:57:01 all 0.03 0.00 0.03 0.00 0.01 99.92 [2025-07-30T07:27:35.803Z] 01:57:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2025-07-30T07:27:35.803Z] 01:57:01 1 0.05 0.00 0.03 0.02 0.00 99.90 [2025-07-30T07:27:35.803Z] 01:57:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:57:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-30T07:27:35.803Z] 01:57:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 01:57:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:57:01 6 0.02 0.00 0.03 0.00 0.03 99.92 [2025-07-30T07:27:35.803Z] 01:57:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 01:58:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 01:58:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 01:58:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 01:58:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 01:58:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-30T07:27:35.803Z] 01:58:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 01:58:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 01:58:01 6 0.02 0.00 0.00 0.00 0.03 99.95 [2025-07-30T07:27:35.803Z] 01:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:59:01 all 0.08 0.00 0.01 0.01 0.01 99.89 [2025-07-30T07:27:35.803Z] 01:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 01:59:01 1 0.18 0.00 0.02 0.03 0.02 99.75 [2025-07-30T07:27:35.803Z] 01:59:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 01:59:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 01:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 01:59:01 5 0.13 0.00 0.00 0.00 0.00 99.87 [2025-07-30T07:27:35.803Z] 01:59:01 6 0.17 0.00 0.00 0.00 0.02 99.82 [2025-07-30T07:27:35.803Z] 01:59:01 7 0.10 0.00 0.03 0.00 0.00 99.87 [2025-07-30T07:27:35.803Z] 02:00:01 all 0.19 0.00 0.03 0.01 0.01 99.75 [2025-07-30T07:27:35.803Z] 02:00:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 02:00:01 1 0.58 0.00 0.02 0.02 0.02 99.37 [2025-07-30T07:27:35.803Z] 02:00:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2025-07-30T07:27:35.803Z] 02:00:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 02:00:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.803Z] 02:00:01 5 0.18 0.00 0.05 0.00 0.00 99.77 [2025-07-30T07:27:35.803Z] 02:00:01 6 0.49 0.00 0.05 0.02 0.03 99.41 [2025-07-30T07:27:35.803Z] 02:00:01 7 0.10 0.00 0.07 0.00 0.02 99.82 [2025-07-30T07:27:35.803Z] [2025-07-30T07:27:35.803Z] 02:00:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.803Z] 02:01:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-07-30T07:27:35.803Z] 02:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 02:01:01 1 0.27 0.00 0.03 0.00 0.03 99.67 [2025-07-30T07:27:35.803Z] 02:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:01:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 02:01:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:01:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:01:01 6 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 02:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 02:02:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2025-07-30T07:27:35.803Z] 02:02:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:02:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2025-07-30T07:27:35.803Z] 02:02:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:02:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 02:02:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:02:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 02:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:03:01 all 0.14 0.00 0.01 0.00 0.01 99.84 [2025-07-30T07:27:35.803Z] 02:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 02:03:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2025-07-30T07:27:35.803Z] 02:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 02:03:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:03:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:03:01 6 0.93 0.00 0.00 0.00 0.02 99.06 [2025-07-30T07:27:35.803Z] 02:03:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 02:04:01 all 0.29 0.00 0.01 0.00 0.01 99.69 [2025-07-30T07:27:35.803Z] 02:04:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:04:01 1 0.08 0.00 0.00 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 02:04:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:04:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 02:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:04:01 6 2.02 0.00 0.02 0.00 0.00 97.97 [2025-07-30T07:27:35.803Z] 02:04:01 7 0.05 0.00 0.05 0.00 0.00 99.90 [2025-07-30T07:27:35.803Z] 02:05:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-07-30T07:27:35.803Z] 02:05:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 02:05:01 1 0.07 0.00 0.02 0.00 0.03 99.88 [2025-07-30T07:27:35.803Z] 02:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:05:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:05:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:05:01 6 1.19 0.00 0.02 0.00 0.02 98.78 [2025-07-30T07:27:35.803Z] 02:05:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 02:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.803Z] 02:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:06:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 02:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 02:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:06:01 6 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 02:06:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 02:07:01 all 0.07 0.00 0.03 0.01 0.01 99.88 [2025-07-30T07:27:35.803Z] 02:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 02:07:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2025-07-30T07:27:35.803Z] 02:07:01 2 0.02 0.00 0.00 0.08 0.00 99.90 [2025-07-30T07:27:35.803Z] 02:07:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 02:07:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.803Z] 02:07:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 02:07:01 6 0.28 0.00 0.02 0.00 0.00 99.70 [2025-07-30T07:27:35.803Z] 02:07:01 7 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-30T07:27:35.803Z] 02:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 02:08:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:08:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 02:08:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:08:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 02:08:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:08:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.803Z] 02:08:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 02:08:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 02:09:01 all 0.07 0.00 0.01 4.08 0.18 95.66 [2025-07-30T07:27:35.803Z] 02:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 02:09:01 1 0.07 0.00 0.02 1.74 0.50 97.68 [2025-07-30T07:27:35.803Z] 02:09:01 2 0.00 0.00 0.00 18.74 0.00 81.26 [2025-07-30T07:27:35.803Z] 02:09:01 3 0.08 0.00 0.02 0.00 0.32 99.58 [2025-07-30T07:27:35.803Z] 02:09:01 4 0.02 0.00 0.00 12.20 0.23 87.55 [2025-07-30T07:27:35.803Z] 02:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 02:09:01 6 0.33 0.00 0.00 0.00 0.37 99.30 [2025-07-30T07:27:35.803Z] 02:09:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:10:01 all 0.03 0.00 0.01 4.03 0.01 95.92 [2025-07-30T07:27:35.803Z] 02:10:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 02:10:01 1 0.05 0.00 0.03 8.47 0.02 91.43 [2025-07-30T07:27:35.803Z] 02:10:01 2 0.00 0.00 0.02 23.19 0.00 76.79 [2025-07-30T07:27:35.803Z] 02:10:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 02:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 02:10:01 5 0.00 0.00 0.00 0.52 0.00 99.48 [2025-07-30T07:27:35.803Z] 02:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:10:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 02:11:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 02:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:11:01 1 0.05 0.00 0.07 0.02 0.02 99.85 [2025-07-30T07:27:35.803Z] 02:11:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:11:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.803Z] 02:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:11:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.803Z] 02:11:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] [2025-07-30T07:27:35.803Z] 02:11:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.803Z] 02:12:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2025-07-30T07:27:35.803Z] 02:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.803Z] 02:12:01 1 0.08 0.00 0.03 0.00 0.03 99.85 [2025-07-30T07:27:35.803Z] 02:12:01 2 0.02 0.00 0.00 0.03 0.00 99.95 [2025-07-30T07:27:35.803Z] 02:12:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 02:12:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 02:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.803Z] 02:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.803Z] 02:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:13:01 1 0.07 0.00 0.05 0.02 0.03 99.83 [2025-07-30T07:27:35.803Z] 02:13:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:13:01 3 0.08 0.00 0.05 0.00 0.02 99.85 [2025-07-30T07:27:35.803Z] 02:13:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.803Z] 02:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 02:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:14:01 all 0.03 0.00 0.01 0.08 0.01 99.87 [2025-07-30T07:27:35.803Z] 02:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 02:14:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.803Z] 02:14:01 2 0.00 0.00 0.00 0.65 0.00 99.35 [2025-07-30T07:27:35.803Z] 02:14:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.803Z] 02:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.803Z] 02:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.803Z] 02:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.803Z] 02:14:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.803Z] 02:15:01 all 0.02 0.00 0.01 0.09 0.01 99.87 [2025-07-30T07:27:35.803Z] 02:15:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.803Z] 02:15:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2025-07-30T07:27:35.803Z] 02:15:01 2 0.00 0.00 0.02 0.35 0.00 99.63 [2025-07-30T07:27:35.803Z] 02:15:01 3 0.05 0.00 0.02 0.35 0.02 99.57 [2025-07-30T07:27:35.804Z] 02:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:15:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:15:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:16:01 all 0.03 0.00 0.02 0.02 0.01 99.92 [2025-07-30T07:27:35.804Z] 02:16:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.804Z] 02:16:01 1 0.12 0.00 0.02 0.02 0.02 99.83 [2025-07-30T07:27:35.804Z] 02:16:01 2 0.00 0.00 0.00 0.12 0.00 99.88 [2025-07-30T07:27:35.804Z] 02:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:16:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:16:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:17:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:17:01 1 0.07 0.00 0.02 0.02 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:17:01 2 0.02 0.00 0.00 0.05 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:17:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:18:01 all 0.18 0.00 0.01 0.00 0.01 99.80 [2025-07-30T07:27:35.804Z] 02:18:01 0 0.15 0.00 0.00 0.00 0.02 99.83 [2025-07-30T07:27:35.804Z] 02:18:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:18:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:18:01 6 1.14 0.00 0.00 0.00 0.02 98.84 [2025-07-30T07:27:35.804Z] 02:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:19:01 all 0.08 0.00 0.02 0.02 0.01 99.87 [2025-07-30T07:27:35.804Z] 02:19:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:19:01 1 0.05 0.00 0.02 0.02 0.03 99.88 [2025-07-30T07:27:35.804Z] 02:19:01 2 0.02 0.00 0.00 0.05 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:19:01 3 0.03 0.00 0.03 0.10 0.02 99.82 [2025-07-30T07:27:35.804Z] 02:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:19:01 6 0.50 0.00 0.03 0.00 0.00 99.47 [2025-07-30T07:27:35.804Z] 02:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:20:01 all 0.04 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:20:01 1 0.12 0.00 0.02 0.00 0.02 99.85 [2025-07-30T07:27:35.804Z] 02:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:20:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:20:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:21:01 all 0.03 0.00 0.02 0.00 0.01 99.93 [2025-07-30T07:27:35.804Z] 02:21:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:21:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:21:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:21:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:21:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:21:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:21:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:22:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:22:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:22:01 1 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:22:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:22:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:22:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:22:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] [2025-07-30T07:27:35.804Z] 02:22:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.804Z] 02:23:01 all 0.02 0.00 0.01 0.02 0.01 99.95 [2025-07-30T07:27:35.804Z] 02:23:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:23:01 3 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:23:01 5 0.02 0.00 0.00 0.12 0.00 99.87 [2025-07-30T07:27:35.804Z] 02:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:24:01 all 0.11 0.00 0.01 0.00 0.01 99.86 [2025-07-30T07:27:35.804Z] 02:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:24:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:24:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:24:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:24:01 6 0.73 0.00 0.00 0.00 0.02 99.25 [2025-07-30T07:27:35.804Z] 02:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:25:01 all 0.26 0.00 0.02 0.00 0.00 99.72 [2025-07-30T07:27:35.804Z] 02:25:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:25:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:25:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:25:01 6 1.91 0.00 0.02 0.00 0.00 98.08 [2025-07-30T07:27:35.804Z] 02:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.804Z] 02:26:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:26:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:26:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:26:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:26:01 6 0.08 0.00 0.00 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:26:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:27:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:27:01 1 0.10 0.00 0.00 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 02:27:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:27:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:27:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:27:01 5 0.05 0.00 0.00 0.02 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:27:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:28:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:28:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:28:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:28:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:28:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:28:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.804Z] 02:29:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-30T07:27:35.804Z] 02:29:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:29:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:29:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:29:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.804Z] 02:30:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:30:01 1 0.07 0.00 0.00 0.02 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:30:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:30:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.804Z] 02:31:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:31:01 1 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:31:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:31:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:32:01 all 0.23 0.00 0.01 0.00 0.01 99.75 [2025-07-30T07:27:35.804Z] 02:32:01 0 0.08 0.00 0.03 0.00 0.03 99.85 [2025-07-30T07:27:35.804Z] 02:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:32:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:32:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:32:01 6 1.63 0.00 0.00 0.00 0.02 98.35 [2025-07-30T07:27:35.804Z] 02:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:33:01 all 0.28 0.00 0.01 0.00 0.01 99.69 [2025-07-30T07:27:35.804Z] 02:33:01 0 0.12 0.00 0.03 0.00 0.03 99.82 [2025-07-30T07:27:35.804Z] 02:33:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:33:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:33:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.804Z] 02:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:33:01 6 1.97 0.00 0.00 0.00 0.00 98.03 [2025-07-30T07:27:35.804Z] 02:33:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] [2025-07-30T07:27:35.804Z] 02:33:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.804Z] 02:34:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2025-07-30T07:27:35.804Z] 02:34:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:34:01 1 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:34:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:34:01 6 1.18 0.00 0.03 0.00 0.00 98.79 [2025-07-30T07:27:35.804Z] 02:34:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:35:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.804Z] 02:35:01 0 0.05 0.00 0.05 0.00 0.03 99.87 [2025-07-30T07:27:35.804Z] 02:35:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:35:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:35:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.804Z] 02:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:36:01 all 0.07 0.00 0.02 0.02 0.00 99.89 [2025-07-30T07:27:35.804Z] 02:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:36:01 1 0.08 0.00 0.02 0.02 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:36:01 2 0.00 0.00 0.00 0.17 0.00 99.83 [2025-07-30T07:27:35.804Z] 02:36:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:36:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:36:01 6 0.33 0.00 0.02 0.00 0.00 99.65 [2025-07-30T07:27:35.804Z] 02:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:37:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.804Z] 02:37:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:37:01 1 0.05 0.00 0.00 0.02 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:37:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:37:01 4 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.804Z] 02:38:01 0 0.07 0.00 0.02 0.00 0.03 99.88 [2025-07-30T07:27:35.804Z] 02:38:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:38:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:38:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:38:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:38:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:39:01 all 0.07 0.00 0.03 0.00 0.01 99.90 [2025-07-30T07:27:35.804Z] 02:39:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2025-07-30T07:27:35.804Z] 02:39:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:39:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:39:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:39:01 6 0.35 0.00 0.02 0.00 0.02 99.62 [2025-07-30T07:27:35.804Z] 02:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:40:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:40:01 0 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:40:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:40:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:40:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:40:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:40:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:41:02 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:41:02 0 0.10 0.00 0.03 0.00 0.02 99.85 [2025-07-30T07:27:35.804Z] 02:41:02 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:41:02 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:41:02 3 0.08 0.00 0.00 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:41:02 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:41:02 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:41:02 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:41:02 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.804Z] 02:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:42:01 1 0.07 0.00 0.00 0.02 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:42:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:43:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:43:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:43:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2025-07-30T07:27:35.804Z] 02:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:43:01 6 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:44:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:44:01 1 0.10 0.00 0.02 0.02 0.00 99.87 [2025-07-30T07:27:35.804Z] 02:44:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:44:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:44:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:44:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] [2025-07-30T07:27:35.804Z] 02:44:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.804Z] 02:45:01 all 0.20 0.00 0.02 0.01 0.01 99.76 [2025-07-30T07:27:35.804Z] 02:45:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:45:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:45:01 2 0.00 0.00 0.02 0.08 0.00 99.90 [2025-07-30T07:27:35.804Z] 02:45:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:45:01 6 1.38 0.00 0.03 0.00 0.00 98.58 [2025-07-30T07:27:35.804Z] 02:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:46:01 all 0.04 0.00 0.01 0.02 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:46:01 0 0.07 0.00 0.02 0.00 0.03 99.88 [2025-07-30T07:27:35.804Z] 02:46:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:46:01 2 0.00 0.00 0.00 0.15 0.00 99.85 [2025-07-30T07:27:35.804Z] 02:46:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 02:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:46:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:47:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:47:01 0 0.15 0.00 0.03 0.00 0.00 99.82 [2025-07-30T07:27:35.804Z] 02:47:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:47:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 02:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.804Z] 02:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.804Z] 02:47:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:48:01 all 0.18 0.00 0.01 0.00 0.00 99.80 [2025-07-30T07:27:35.804Z] 02:48:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:48:01 1 0.08 0.00 0.00 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:48:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:48:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:48:01 6 1.21 0.00 0.02 0.00 0.00 98.78 [2025-07-30T07:27:35.804Z] 02:48:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:49:01 all 0.08 0.00 0.02 0.00 0.01 99.90 [2025-07-30T07:27:35.804Z] 02:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:49:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:49:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:49:01 6 0.43 0.00 0.02 0.00 0.00 99.55 [2025-07-30T07:27:35.804Z] 02:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:50:01 all 0.04 0.00 0.01 0.00 0.00 99.94 [2025-07-30T07:27:35.804Z] 02:50:01 0 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 02:50:01 1 0.08 0.00 0.02 0.02 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:50:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:50:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 02:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:50:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:50:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:51:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:51:01 1 0.05 0.00 0.05 0.02 0.00 99.88 [2025-07-30T07:27:35.804Z] 02:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:51:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:51:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:52:01 all 0.04 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:52:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:52:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2025-07-30T07:27:35.804Z] 02:52:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:52:01 3 0.12 0.00 0.02 0.00 0.00 99.87 [2025-07-30T07:27:35.804Z] 02:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.804Z] 02:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:53:01 all 0.03 0.00 0.03 0.01 0.01 99.93 [2025-07-30T07:27:35.804Z] 02:53:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:53:01 1 0.05 0.00 0.02 0.03 0.02 99.88 [2025-07-30T07:27:35.804Z] 02:53:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:53:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2025-07-30T07:27:35.804Z] 02:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:53:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:53:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 02:54:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:54:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:54:01 1 0.12 0.00 0.03 0.00 0.02 99.83 [2025-07-30T07:27:35.804Z] 02:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:54:01 3 0.10 0.00 0.00 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 02:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:55:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:55:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:55:01 1 0.07 0.00 0.03 0.02 0.00 99.88 [2025-07-30T07:27:35.804Z] 02:55:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:55:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] [2025-07-30T07:27:35.804Z] 02:55:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.804Z] 02:56:01 all 0.04 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:56:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-30T07:27:35.804Z] 02:56:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:56:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:56:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:56:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 02:56:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:57:01 all 0.02 0.00 0.02 0.05 0.00 99.91 [2025-07-30T07:27:35.804Z] 02:57:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:57:01 1 0.03 0.00 0.02 0.33 0.02 99.60 [2025-07-30T07:27:35.804Z] 02:57:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:57:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 02:57:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 02:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:58:01 all 0.04 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.804Z] 02:58:01 0 0.10 0.00 0.05 0.00 0.02 99.83 [2025-07-30T07:27:35.804Z] 02:58:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.804Z] 02:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:58:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:58:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 02:58:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:58:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 02:59:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 02:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:59:01 1 0.15 0.00 0.03 0.00 0.02 99.80 [2025-07-30T07:27:35.804Z] 02:59:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 02:59:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.804Z] 02:59:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 02:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 02:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:00:01 all 0.14 0.00 0.09 0.01 0.01 99.76 [2025-07-30T07:27:35.804Z] 03:00:01 0 0.05 0.00 0.12 0.00 0.02 99.82 [2025-07-30T07:27:35.804Z] 03:00:01 1 0.48 0.00 0.03 0.00 0.03 99.45 [2025-07-30T07:27:35.804Z] 03:00:01 2 0.02 0.00 0.23 0.03 0.00 99.72 [2025-07-30T07:27:35.804Z] 03:00:01 3 0.12 0.00 0.05 0.00 0.02 99.82 [2025-07-30T07:27:35.804Z] 03:00:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.804Z] 03:00:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:00:01 6 0.27 0.00 0.05 0.00 0.00 99.68 [2025-07-30T07:27:35.804Z] 03:00:01 7 0.10 0.00 0.22 0.00 0.02 99.67 [2025-07-30T07:27:35.804Z] 03:01:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:01:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 03:01:01 1 0.10 0.00 0.03 0.02 0.02 99.83 [2025-07-30T07:27:35.804Z] 03:01:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.804Z] 03:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 03:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 03:01:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.804Z] 03:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 03:02:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:02:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.804Z] 03:02:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 03:02:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 03:02:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:02:01 6 0.12 0.00 0.03 0.00 0.00 99.85 [2025-07-30T07:27:35.804Z] 03:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 03:03:01 all 0.28 0.00 0.01 0.01 0.01 99.69 [2025-07-30T07:27:35.804Z] 03:03:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 03:03:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.804Z] 03:03:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.804Z] 03:03:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 03:03:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.804Z] 03:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 03:03:01 6 1.99 0.00 0.03 0.00 0.02 97.96 [2025-07-30T07:27:35.804Z] 03:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:04:01 all 0.20 0.00 0.03 0.00 0.01 99.77 [2025-07-30T07:27:35.804Z] 03:04:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 03:04:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-30T07:27:35.804Z] 03:04:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:04:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 03:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 03:04:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:04:01 6 1.29 0.00 0.10 0.00 0.02 98.60 [2025-07-30T07:27:35.804Z] 03:04:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:05:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 03:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 03:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 03:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:05:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 03:05:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 03:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 03:06:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-07-30T07:27:35.804Z] 03:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:06:01 1 0.13 0.00 0.00 0.02 0.02 99.83 [2025-07-30T07:27:35.804Z] 03:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:06:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.804Z] 03:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.804Z] 03:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.804Z] 03:06:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.804Z] 03:06:01 7 0.08 0.00 0.00 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] [2025-07-30T07:27:35.804Z] 03:06:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.804Z] 03:07:01 all 0.03 0.00 0.02 0.00 0.00 99.94 [2025-07-30T07:27:35.804Z] 03:07:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 03:07:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2025-07-30T07:27:35.804Z] 03:07:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.804Z] 03:07:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.804Z] 03:07:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.804Z] 03:07:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.804Z] 03:08:01 all 0.12 0.00 0.01 0.00 0.01 99.85 [2025-07-30T07:27:35.804Z] 03:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:08:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:08:01 3 0.10 0.00 0.02 0.02 0.02 99.85 [2025-07-30T07:27:35.805Z] 03:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:08:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:08:01 6 0.55 0.00 0.03 0.00 0.03 99.38 [2025-07-30T07:27:35.805Z] 03:08:01 7 0.22 0.00 0.00 0.00 0.02 99.77 [2025-07-30T07:27:35.805Z] 03:09:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2025-07-30T07:27:35.805Z] 03:09:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:09:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:09:01 3 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:09:01 6 1.09 0.00 0.02 0.00 0.02 98.87 [2025-07-30T07:27:35.805Z] 03:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:10:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2025-07-30T07:27:35.805Z] 03:10:01 0 0.10 0.00 0.05 0.00 0.00 99.85 [2025-07-30T07:27:35.805Z] 03:10:01 1 0.07 0.00 0.00 0.02 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:10:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:10:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:10:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:11:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:11:01 1 0.07 0.00 0.07 0.02 0.02 99.83 [2025-07-30T07:27:35.805Z] 03:11:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:11:01 5 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:12:01 all 0.08 0.00 0.03 0.00 0.01 99.88 [2025-07-30T07:27:35.805Z] 03:12:01 0 0.08 0.00 0.07 0.00 0.02 99.83 [2025-07-30T07:27:35.805Z] 03:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:12:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:12:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:12:01 5 0.38 0.00 0.05 0.00 0.02 99.55 [2025-07-30T07:27:35.805Z] 03:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:12:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-30T07:27:35.805Z] 03:13:01 all 0.27 0.00 0.01 0.01 0.00 99.70 [2025-07-30T07:27:35.805Z] 03:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:13:01 1 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-30T07:27:35.805Z] 03:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:13:01 4 0.00 0.00 0.00 0.08 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:13:01 5 2.00 0.00 0.03 0.00 0.02 97.95 [2025-07-30T07:27:35.805Z] 03:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:14:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2025-07-30T07:27:35.805Z] 03:14:01 0 0.10 0.00 0.03 0.00 0.02 99.85 [2025-07-30T07:27:35.805Z] 03:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:14:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:14:01 5 1.84 0.00 0.05 0.00 0.02 98.09 [2025-07-30T07:27:35.805Z] 03:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:14:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:15:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:15:01 0 0.00 0.00 0.07 0.00 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:15:01 1 0.07 0.00 0.03 0.02 0.03 99.85 [2025-07-30T07:27:35.805Z] 03:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:15:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:15:01 5 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:15:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:16:01 all 0.06 0.00 0.02 0.00 0.01 99.90 [2025-07-30T07:27:35.805Z] 03:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:16:01 1 0.07 0.00 0.07 0.02 0.02 99.83 [2025-07-30T07:27:35.805Z] 03:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:16:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:16:01 5 0.33 0.00 0.00 0.00 0.00 99.67 [2025-07-30T07:27:35.805Z] 03:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:17:01 all 0.06 0.00 0.02 0.00 0.00 99.91 [2025-07-30T07:27:35.805Z] 03:17:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:17:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:17:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:17:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:17:01 5 0.38 0.00 0.07 0.00 0.00 99.55 [2025-07-30T07:27:35.805Z] 03:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] [2025-07-30T07:27:35.805Z] 03:17:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.805Z] 03:18:01 all 0.27 0.00 0.02 0.00 0.01 99.70 [2025-07-30T07:27:35.805Z] 03:18:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:18:01 1 0.05 0.00 0.07 0.00 0.03 99.85 [2025-07-30T07:27:35.805Z] 03:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:18:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2025-07-30T07:27:35.805Z] 03:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:18:01 5 1.94 0.00 0.02 0.00 0.00 98.05 [2025-07-30T07:27:35.805Z] 03:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:18:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:19:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2025-07-30T07:27:35.805Z] 03:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:19:01 1 0.10 0.00 0.07 0.02 0.02 99.80 [2025-07-30T07:27:35.805Z] 03:19:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:19:01 5 0.25 0.00 0.13 0.00 0.00 99.62 [2025-07-30T07:27:35.805Z] 03:19:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:20:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:20:01 1 0.10 0.00 0.02 0.00 0.03 99.85 [2025-07-30T07:27:35.805Z] 03:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:20:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:21:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:21:01 1 0.07 0.00 0.05 0.02 0.02 99.85 [2025-07-30T07:27:35.805Z] 03:21:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:21:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:22:01 all 0.17 0.00 0.03 0.00 0.01 99.80 [2025-07-30T07:27:35.805Z] 03:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:22:01 1 0.10 0.00 0.05 0.02 0.03 99.80 [2025-07-30T07:27:35.805Z] 03:22:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:22:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-30T07:27:35.805Z] 03:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:22:01 5 1.09 0.00 0.08 0.00 0.02 98.81 [2025-07-30T07:27:35.805Z] 03:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:23:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:23:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:23:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:23:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:23:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:23:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:24:01 all 0.17 0.00 0.02 0.00 0.01 99.80 [2025-07-30T07:27:35.805Z] 03:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:24:01 1 0.07 0.00 0.02 0.02 0.03 99.87 [2025-07-30T07:27:35.805Z] 03:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:24:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:24:01 5 1.19 0.00 0.02 0.00 0.00 98.79 [2025-07-30T07:27:35.805Z] 03:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:25:01 all 0.05 0.00 0.01 0.01 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:25:01 1 0.08 0.00 0.02 0.08 0.02 99.80 [2025-07-30T07:27:35.805Z] 03:25:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:25:01 5 0.18 0.00 0.02 0.00 0.00 99.80 [2025-07-30T07:27:35.805Z] 03:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:26:01 1 0.12 0.00 0.03 0.00 0.02 99.83 [2025-07-30T07:27:35.805Z] 03:26:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:26:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:26:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:26:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:27:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:27:01 1 0.08 0.00 0.03 0.03 0.03 99.82 [2025-07-30T07:27:35.805Z] 03:27:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:27:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:28:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2025-07-30T07:27:35.805Z] 03:28:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:28:01 1 0.08 0.00 0.05 0.00 0.03 99.83 [2025-07-30T07:27:35.805Z] 03:28:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:28:01 5 0.43 0.00 0.03 0.00 0.00 99.53 [2025-07-30T07:27:35.805Z] 03:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] [2025-07-30T07:27:35.805Z] 03:28:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.805Z] 03:29:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.805Z] 03:29:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:29:01 1 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-30T07:27:35.805Z] 03:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:29:01 5 0.07 0.00 0.07 0.00 0.02 99.85 [2025-07-30T07:27:35.805Z] 03:29:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:30:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:30:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:30:01 1 0.10 0.00 0.05 0.02 0.03 99.80 [2025-07-30T07:27:35.805Z] 03:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:30:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-30T07:27:35.805Z] 03:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:30:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.805Z] 03:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:31:01 1 0.00 0.00 0.03 0.02 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:31:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:31:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:32:01 all 0.05 0.00 0.04 0.01 0.01 99.90 [2025-07-30T07:27:35.805Z] 03:32:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:32:01 1 0.10 0.00 0.05 0.00 0.02 99.83 [2025-07-30T07:27:35.805Z] 03:32:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:32:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:32:01 5 0.07 0.00 0.03 0.02 0.00 99.88 [2025-07-30T07:27:35.805Z] 03:32:01 6 0.05 0.00 0.05 0.02 0.02 99.87 [2025-07-30T07:27:35.805Z] 03:32:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-30T07:27:35.805Z] 03:33:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:33:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:33:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-30T07:27:35.805Z] 03:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:33:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:33:01 6 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:34:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2025-07-30T07:27:35.805Z] 03:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:34:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:34:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:34:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:34:01 5 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-30T07:27:35.805Z] 03:34:01 6 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:34:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:35:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2025-07-30T07:27:35.805Z] 03:35:01 0 0.17 0.00 0.00 0.00 0.00 99.83 [2025-07-30T07:27:35.805Z] 03:35:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:35:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:35:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:35:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:36:01 all 0.29 0.00 0.01 0.00 0.01 99.69 [2025-07-30T07:27:35.805Z] 03:36:01 0 2.02 0.00 0.02 0.00 0.02 97.95 [2025-07-30T07:27:35.805Z] 03:36:01 1 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:36:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:36:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:36:01 7 0.10 0.00 0.00 0.00 0.00 99.90 [2025-07-30T07:27:35.805Z] 03:37:01 all 0.03 0.00 0.02 0.00 0.00 99.94 [2025-07-30T07:27:35.805Z] 03:37:01 0 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-30T07:27:35.805Z] 03:37:01 1 0.07 0.00 0.03 0.02 0.00 99.88 [2025-07-30T07:27:35.805Z] 03:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:37:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2025-07-30T07:27:35.805Z] 03:37:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:37:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:38:01 all 0.10 0.00 0.01 0.00 0.01 99.89 [2025-07-30T07:27:35.805Z] 03:38:01 0 0.48 0.00 0.00 0.00 0.00 99.52 [2025-07-30T07:27:35.805Z] 03:38:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:38:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:38:01 3 0.08 0.00 0.00 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:38:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:38:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:39:01 all 0.08 0.00 0.01 0.00 0.00 99.91 [2025-07-30T07:27:35.805Z] 03:39:01 0 0.45 0.00 0.02 0.00 0.02 99.52 [2025-07-30T07:27:35.805Z] 03:39:01 1 0.07 0.00 0.03 0.02 0.00 99.88 [2025-07-30T07:27:35.805Z] 03:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:39:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:39:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:39:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] [2025-07-30T07:27:35.805Z] 03:39:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.805Z] 03:40:01 all 0.09 0.00 0.01 0.00 0.01 99.88 [2025-07-30T07:27:35.805Z] 03:40:01 0 0.53 0.00 0.00 0.00 0.00 99.47 [2025-07-30T07:27:35.805Z] 03:40:01 1 0.08 0.00 0.02 0.02 0.02 99.87 [2025-07-30T07:27:35.805Z] 03:40:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:40:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:40:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:40:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:41:02 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:41:02 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:41:02 1 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:41:02 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:41:02 3 0.10 0.00 0.05 0.00 0.02 99.83 [2025-07-30T07:27:35.805Z] 03:41:02 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:41:02 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:41:02 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:41:02 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:42:01 all 0.04 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:42:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:42:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:42:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:43:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:43:01 1 0.05 0.00 0.07 0.02 0.00 99.87 [2025-07-30T07:27:35.805Z] 03:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:43:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-30T07:27:35.805Z] 03:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:43:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:44:01 1 0.10 0.00 0.05 0.00 0.02 99.83 [2025-07-30T07:27:35.805Z] 03:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:44:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:44:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:44:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.805Z] 03:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:45:01 1 0.05 0.00 0.00 0.02 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:45:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:45:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:45:01 6 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:46:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.805Z] 03:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:46:01 1 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-30T07:27:35.805Z] 03:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:46:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:46:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:47:01 all 0.06 0.00 0.02 0.00 0.01 99.91 [2025-07-30T07:27:35.805Z] 03:47:01 0 0.20 0.00 0.02 0.00 0.02 99.77 [2025-07-30T07:27:35.805Z] 03:47:01 1 0.15 0.00 0.02 0.02 0.00 99.82 [2025-07-30T07:27:35.805Z] 03:47:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:47:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:47:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:48:01 all 0.21 0.00 0.01 0.00 0.01 99.77 [2025-07-30T07:27:35.805Z] 03:48:01 0 1.42 0.00 0.02 0.00 0.00 98.57 [2025-07-30T07:27:35.805Z] 03:48:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:48:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2025-07-30T07:27:35.805Z] 03:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:48:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:49:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:49:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:49:01 1 0.00 0.00 0.00 0.03 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:49:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:49:01 3 0.10 0.00 0.03 0.00 0.02 99.85 [2025-07-30T07:27:35.805Z] 03:49:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:50:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.805Z] 03:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:50:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:50:01 3 0.05 0.00 0.02 0.00 0.03 99.90 [2025-07-30T07:27:35.805Z] 03:50:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] [2025-07-30T07:27:35.805Z] 03:50:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.805Z] 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.805Z] 03:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:51:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:51:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:51:01 3 0.05 0.00 0.03 0.00 0.03 99.88 [2025-07-30T07:27:35.805Z] 03:51:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:52:01 all 0.23 0.00 0.02 0.00 0.01 99.74 [2025-07-30T07:27:35.805Z] 03:52:01 0 1.56 0.00 0.02 0.00 0.02 98.40 [2025-07-30T07:27:35.805Z] 03:52:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 03:52:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:52:01 3 0.08 0.00 0.03 0.00 0.03 99.85 [2025-07-30T07:27:35.805Z] 03:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.805Z] 03:53:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:53:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:53:01 3 0.07 0.00 0.03 0.00 0.05 99.85 [2025-07-30T07:27:35.805Z] 03:53:01 4 0.02 0.00 0.03 0.02 0.00 99.93 [2025-07-30T07:27:35.805Z] 03:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:54:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:54:01 1 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-30T07:27:35.805Z] 03:54:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:54:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:54:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:55:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2025-07-30T07:27:35.805Z] 03:55:01 0 1.77 0.00 0.00 0.00 0.02 98.21 [2025-07-30T07:27:35.805Z] 03:55:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:55:01 3 0.08 0.00 0.03 0.00 0.03 99.85 [2025-07-30T07:27:35.805Z] 03:55:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.805Z] 03:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:56:01 all 0.24 0.00 0.02 0.00 0.01 99.73 [2025-07-30T07:27:35.805Z] 03:56:01 0 1.74 0.00 0.03 0.00 0.00 98.22 [2025-07-30T07:27:35.805Z] 03:56:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.805Z] 03:56:01 2 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-30T07:27:35.805Z] 03:56:01 3 0.10 0.00 0.05 0.00 0.03 99.82 [2025-07-30T07:27:35.805Z] 03:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:57:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:57:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:57:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.805Z] 03:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:57:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-30T07:27:35.805Z] 03:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:57:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:58:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.805Z] 03:58:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.805Z] 03:58:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:58:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:58:01 3 0.12 0.00 0.02 0.00 0.02 99.85 [2025-07-30T07:27:35.805Z] 03:58:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:58:01 5 0.05 0.00 0.02 0.00 0.03 99.90 [2025-07-30T07:27:35.805Z] 03:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.805Z] 03:58:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:59:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.805Z] 03:59:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 03:59:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.805Z] 03:59:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.805Z] 03:59:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.805Z] 03:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.805Z] 03:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.805Z] 04:00:01 all 0.10 0.00 0.04 0.00 0.01 99.85 [2025-07-30T07:27:35.805Z] 04:00:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2025-07-30T07:27:35.805Z] 04:00:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.805Z] 04:00:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2025-07-30T07:27:35.805Z] 04:00:01 3 0.25 0.00 0.03 0.00 0.00 99.72 [2025-07-30T07:27:35.806Z] 04:00:01 4 0.08 0.00 0.08 0.00 0.00 99.83 [2025-07-30T07:27:35.806Z] 04:00:01 5 0.10 0.00 0.03 0.00 0.02 99.85 [2025-07-30T07:27:35.806Z] 04:00:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:00:01 7 0.12 0.00 0.02 0.00 0.00 99.87 [2025-07-30T07:27:35.806Z] 04:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:01:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:01:01 3 0.07 0.00 0.02 0.00 0.03 99.88 [2025-07-30T07:27:35.806Z] 04:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:01:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] [2025-07-30T07:27:35.806Z] 04:01:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.806Z] 04:02:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.806Z] 04:02:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:02:01 1 0.07 0.00 0.02 0.02 0.02 99.88 [2025-07-30T07:27:35.806Z] 04:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:02:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.806Z] 04:02:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:02:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:03:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2025-07-30T07:27:35.806Z] 04:03:01 0 0.52 0.00 0.00 0.00 0.00 99.48 [2025-07-30T07:27:35.806Z] 04:03:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2025-07-30T07:27:35.806Z] 04:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:03:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:03:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:04:01 all 0.11 0.00 0.01 0.00 0.01 99.87 [2025-07-30T07:27:35.806Z] 04:04:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2025-07-30T07:27:35.806Z] 04:04:01 1 0.17 0.00 0.02 0.00 0.02 99.80 [2025-07-30T07:27:35.806Z] 04:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:04:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:04:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:04:01 7 0.12 0.00 0.00 0.00 0.02 99.87 [2025-07-30T07:27:35.806Z] 04:05:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.806Z] 04:05:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:05:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:05:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:05:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.806Z] 04:05:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:05:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:06:01 all 0.21 0.00 0.01 0.00 0.01 99.76 [2025-07-30T07:27:35.806Z] 04:06:01 0 1.45 0.00 0.05 0.00 0.00 98.50 [2025-07-30T07:27:35.806Z] 04:06:01 1 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.806Z] 04:06:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:06:01 3 0.10 0.00 0.00 0.00 0.02 99.88 [2025-07-30T07:27:35.806Z] 04:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:07:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2025-07-30T07:27:35.806Z] 04:07:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:07:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:08:01 all 0.10 0.00 0.01 0.00 0.01 99.87 [2025-07-30T07:27:35.806Z] 04:08:01 0 0.63 0.00 0.02 0.00 0.00 99.35 [2025-07-30T07:27:35.806Z] 04:08:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:08:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:08:01 4 0.05 0.00 0.02 0.00 0.03 99.90 [2025-07-30T07:27:35.806Z] 04:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:09:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-07-30T07:27:35.806Z] 04:09:01 0 1.97 0.00 0.02 0.00 0.02 98.00 [2025-07-30T07:27:35.806Z] 04:09:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2025-07-30T07:27:35.806Z] 04:09:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:09:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.806Z] 04:09:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:10:01 all 0.17 0.00 0.01 0.00 0.01 99.80 [2025-07-30T07:27:35.806Z] 04:10:01 0 1.22 0.00 0.02 0.00 0.00 98.76 [2025-07-30T07:27:35.806Z] 04:10:01 1 0.02 0.00 0.03 0.02 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:10:01 4 0.07 0.00 0.00 0.00 0.03 99.90 [2025-07-30T07:27:35.806Z] 04:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:11:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:11:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:11:01 4 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-30T07:27:35.806Z] 04:11:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:12:01 all 0.02 0.00 0.00 0.01 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:12:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:12:01 1 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:12:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:12:01 3 0.08 0.00 0.00 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:12:01 4 0.03 0.00 0.00 0.00 0.03 99.93 [2025-07-30T07:27:35.806Z] 04:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:12:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:12:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] [2025-07-30T07:27:35.806Z] 04:12:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.806Z] 04:13:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:13:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:13:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:13:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2025-07-30T07:27:35.806Z] 04:13:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:14:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-07-30T07:27:35.806Z] 04:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:14:01 1 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:14:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:14:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2025-07-30T07:27:35.806Z] 04:14:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2025-07-30T07:27:35.806Z] 04:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:14:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:15:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-07-30T07:27:35.806Z] 04:15:01 0 0.28 0.00 0.02 0.00 0.00 99.70 [2025-07-30T07:27:35.806Z] 04:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:15:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:15:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:16:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-07-30T07:27:35.806Z] 04:16:01 0 1.97 0.00 0.00 0.00 0.02 98.01 [2025-07-30T07:27:35.806Z] 04:16:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-30T07:27:35.806Z] 04:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:16:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:16:01 4 0.02 0.00 0.03 0.02 0.03 99.90 [2025-07-30T07:27:35.806Z] 04:16:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:16:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:17:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2025-07-30T07:27:35.806Z] 04:17:01 0 0.78 0.00 0.05 0.00 0.02 99.15 [2025-07-30T07:27:35.806Z] 04:17:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.806Z] 04:17:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:17:01 3 0.12 0.00 0.02 0.00 0.02 99.85 [2025-07-30T07:27:35.806Z] 04:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:17:01 5 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-30T07:27:35.806Z] 04:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:17:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-30T07:27:35.806Z] 04:18:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.806Z] 04:18:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:18:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:18:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:18:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:19:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2025-07-30T07:27:35.806Z] 04:19:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:19:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:19:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:19:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:20:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:20:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:20:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:21:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:21:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:21:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:21:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:22:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:22:01 4 0.07 0.00 0.02 0.02 0.02 99.88 [2025-07-30T07:27:35.806Z] 04:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:22:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:23:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:23:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:23:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.806Z] 04:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:23:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] [2025-07-30T07:27:35.806Z] 04:23:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.806Z] 04:24:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:24:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:24:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:24:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.806Z] 04:24:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:24:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:25:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.806Z] 04:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:25:01 1 0.05 0.00 0.00 0.02 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:25:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:25:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:26:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:26:01 1 0.10 0.00 0.03 0.00 0.00 99.87 [2025-07-30T07:27:35.806Z] 04:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:26:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:26:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:27:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:27:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:27:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:27:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:28:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.806Z] 04:28:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:28:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.806Z] 04:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:28:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:29:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2025-07-30T07:27:35.806Z] 04:29:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2025-07-30T07:27:35.806Z] 04:29:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:29:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:29:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:29:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:30:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.806Z] 04:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:30:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-30T07:27:35.806Z] 04:30:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:30:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:30:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:30:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:30:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:31:01 1 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-30T07:27:35.806Z] 04:31:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:31:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:32:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:32:01 1 0.07 0.00 0.05 0.02 0.00 99.87 [2025-07-30T07:27:35.806Z] 04:32:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:32:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:32:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:33:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:33:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:33:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:34:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.806Z] 04:34:01 0 0.10 0.00 0.00 0.00 0.00 99.90 [2025-07-30T07:27:35.806Z] 04:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:34:01 2 0.10 0.00 0.03 0.00 0.03 99.83 [2025-07-30T07:27:35.806Z] 04:34:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:34:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] [2025-07-30T07:27:35.806Z] 04:34:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.806Z] 04:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:35:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:35:01 2 0.03 0.00 0.00 0.02 0.03 99.92 [2025-07-30T07:27:35.806Z] 04:35:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:35:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:35:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:36:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-30T07:27:35.806Z] 04:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:36:01 1 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:36:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:36:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:36:01 7 0.10 0.00 0.05 0.00 0.00 99.85 [2025-07-30T07:27:35.806Z] 04:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:37:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:37:01 2 0.05 0.00 0.03 0.02 0.03 99.87 [2025-07-30T07:27:35.806Z] 04:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:37:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:38:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.806Z] 04:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:38:01 3 0.08 0.00 0.00 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:38:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:39:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2025-07-30T07:27:35.806Z] 04:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:39:01 1 0.10 0.00 0.07 0.02 0.00 99.82 [2025-07-30T07:27:35.806Z] 04:39:01 2 0.05 0.00 0.03 0.02 0.00 99.90 [2025-07-30T07:27:35.806Z] 04:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.806Z] 04:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:40:01 1 0.12 0.00 0.00 0.00 0.02 99.87 [2025-07-30T07:27:35.806Z] 04:40:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:40:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:40:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.806Z] 04:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:41:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:42:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:42:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:42:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.806Z] 04:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:43:01 2 0.03 0.00 0.02 0.02 0.03 99.90 [2025-07-30T07:27:35.806Z] 04:43:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:44:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.806Z] 04:44:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:44:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:44:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:45:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] [2025-07-30T07:27:35.806Z] 04:45:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.806Z] 04:46:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.806Z] 04:46:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:46:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:46:01 2 0.05 0.00 0.02 0.02 0.03 99.88 [2025-07-30T07:27:35.806Z] 04:46:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:47:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:47:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.806Z] 04:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:47:01 7 0.02 0.00 0.05 0.00 0.00 99.93 [2025-07-30T07:27:35.806Z] 04:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:48:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:48:01 2 0.03 0.00 0.03 0.00 0.03 99.90 [2025-07-30T07:27:35.806Z] 04:48:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.806Z] 04:48:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.806Z] 04:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.806Z] 04:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.806Z] 04:49:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:49:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.806Z] 04:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:49:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2025-07-30T07:27:35.806Z] 04:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.806Z] 04:49:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.806Z] 04:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.806Z] 04:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.806Z] 04:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:50:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.807Z] 04:50:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.807Z] 04:50:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 04:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 04:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:51:02 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 04:51:02 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:51:02 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 04:51:02 2 0.03 0.00 0.00 0.02 0.03 99.92 [2025-07-30T07:27:35.807Z] 04:51:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 04:51:02 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 04:51:02 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 04:51:02 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:51:02 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 04:52:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.807Z] 04:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:52:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.807Z] 04:52:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.807Z] 04:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:52:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 04:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 04:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 04:53:01 1 0.02 0.00 0.05 0.00 0.03 99.90 [2025-07-30T07:27:35.807Z] 04:53:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.807Z] 04:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 04:53:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.807Z] 04:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:53:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 04:54:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 04:54:01 1 0.05 0.00 0.05 0.00 0.03 99.87 [2025-07-30T07:27:35.807Z] 04:54:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 04:54:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 04:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:54:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 04:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:54:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 04:55:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-07-30T07:27:35.807Z] 04:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:55:01 1 0.07 0.00 0.00 0.00 0.03 99.90 [2025-07-30T07:27:35.807Z] 04:55:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.807Z] 04:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:55:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.807Z] 04:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 04:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:56:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 04:56:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 04:56:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.807Z] 04:56:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 04:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 04:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 04:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] [2025-07-30T07:27:35.807Z] 04:56:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.807Z] 04:57:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-30T07:27:35.807Z] 04:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:57:01 1 0.05 0.00 0.07 0.00 0.03 99.85 [2025-07-30T07:27:35.807Z] 04:57:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.807Z] 04:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:57:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.807Z] 04:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 04:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 04:58:01 all 0.21 0.00 0.01 0.00 0.00 99.78 [2025-07-30T07:27:35.807Z] 04:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:58:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2025-07-30T07:27:35.807Z] 04:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 04:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:58:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.807Z] 04:58:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 04:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:58:01 7 1.55 0.00 0.00 0.00 0.00 98.45 [2025-07-30T07:27:35.807Z] 04:59:01 all 0.29 0.00 0.01 0.01 0.01 99.69 [2025-07-30T07:27:35.807Z] 04:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 04:59:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2025-07-30T07:27:35.807Z] 04:59:01 2 0.00 0.00 0.02 0.03 0.02 99.93 [2025-07-30T07:27:35.807Z] 04:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 04:59:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.807Z] 04:59:01 5 0.17 0.00 0.00 0.00 0.00 99.83 [2025-07-30T07:27:35.807Z] 04:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 04:59:01 7 2.00 0.00 0.00 0.00 0.00 98.00 [2025-07-30T07:27:35.807Z] 05:00:01 all 0.11 0.00 0.04 0.00 0.01 99.84 [2025-07-30T07:27:35.807Z] 05:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.807Z] 05:00:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:00:01 2 0.27 0.00 0.03 0.02 0.00 99.68 [2025-07-30T07:27:35.807Z] 05:00:01 3 0.10 0.00 0.15 0.00 0.02 99.73 [2025-07-30T07:27:35.807Z] 05:00:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:00:01 5 0.17 0.00 0.00 0.00 0.00 99.83 [2025-07-30T07:27:35.807Z] 05:00:01 6 0.05 0.00 0.00 0.02 0.00 99.93 [2025-07-30T07:27:35.807Z] 05:00:01 7 0.25 0.00 0.00 0.00 0.02 99.73 [2025-07-30T07:27:35.807Z] 05:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:01:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:01:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:01:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:01:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:02:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:02:01 3 0.00 0.00 0.03 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:02:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:03:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:03:01 2 0.03 0.00 0.02 0.02 0.03 99.90 [2025-07-30T07:27:35.807Z] 05:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:03:01 4 0.00 0.00 0.00 0.03 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:03:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.807Z] 05:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:03:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:04:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.807Z] 05:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 05:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:04:01 2 0.07 0.00 0.02 0.02 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.807Z] 05:04:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:04:01 7 0.13 0.00 0.02 0.00 0.02 99.83 [2025-07-30T07:27:35.807Z] 05:05:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.807Z] 05:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:05:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:05:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:05:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:05:01 7 0.22 0.00 0.00 0.00 0.00 99.78 [2025-07-30T07:27:35.807Z] 05:06:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2025-07-30T07:27:35.807Z] 05:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:06:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2025-07-30T07:27:35.807Z] 05:06:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:06:01 5 0.00 0.00 0.03 0.02 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:06:01 7 2.02 0.00 0.00 0.00 0.00 97.98 [2025-07-30T07:27:35.807Z] 05:07:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2025-07-30T07:27:35.807Z] 05:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:07:01 2 0.05 0.00 0.05 0.00 0.05 99.85 [2025-07-30T07:27:35.807Z] 05:07:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:07:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:07:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:07:01 7 1.99 0.00 0.00 0.00 0.02 98.00 [2025-07-30T07:27:35.807Z] [2025-07-30T07:27:35.807Z] 05:07:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.807Z] 05:08:01 all 0.18 0.00 0.01 0.00 0.01 99.79 [2025-07-30T07:27:35.807Z] 05:08:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:08:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:08:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 05:08:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:08:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:08:01 7 1.32 0.00 0.02 0.00 0.02 98.65 [2025-07-30T07:27:35.807Z] 05:09:01 all 0.11 0.00 0.01 0.00 0.00 99.87 [2025-07-30T07:27:35.807Z] 05:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:09:01 2 0.03 0.00 0.03 0.02 0.03 99.88 [2025-07-30T07:27:35.807Z] 05:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:09:01 4 0.00 0.00 0.03 0.02 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:09:01 7 0.76 0.00 0.00 0.00 0.00 99.24 [2025-07-30T07:27:35.807Z] 05:10:01 all 0.23 0.00 0.01 0.00 0.01 99.75 [2025-07-30T07:27:35.807Z] 05:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:10:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:10:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:10:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:10:01 7 1.65 0.00 0.00 0.00 0.00 98.35 [2025-07-30T07:27:35.807Z] 05:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.807Z] 05:11:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:11:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:11:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:12:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.807Z] 05:12:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:12:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-30T07:27:35.807Z] 05:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:12:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:13:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.807Z] 05:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:13:01 2 0.05 0.00 0.05 0.02 0.02 99.87 [2025-07-30T07:27:35.807Z] 05:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:13:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:14:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:14:01 2 0.05 0.00 0.03 0.02 0.03 99.87 [2025-07-30T07:27:35.807Z] 05:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:14:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.807Z] 05:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:15:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 05:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:16:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:16:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:16:01 2 0.07 0.00 0.02 0.02 0.03 99.87 [2025-07-30T07:27:35.807Z] 05:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:17:01 all 0.02 0.00 0.02 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:17:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:17:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:17:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2025-07-30T07:27:35.807Z] 05:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:18:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:18:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:18:01 2 0.08 0.00 0.03 0.02 0.02 99.85 [2025-07-30T07:27:35.807Z] 05:18:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] [2025-07-30T07:27:35.807Z] 05:18:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.807Z] 05:19:01 all 0.02 0.00 0.02 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:19:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-30T07:27:35.807Z] 05:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:19:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 05:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:19:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:20:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:20:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:20:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:20:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:20:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:21:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:21:01 1 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:21:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:21:01 7 0.15 0.00 0.02 0.00 0.00 99.83 [2025-07-30T07:27:35.807Z] 05:22:01 all 0.11 0.00 0.01 0.00 0.01 99.87 [2025-07-30T07:27:35.807Z] 05:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:22:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:22:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:22:01 7 0.73 0.00 0.00 0.00 0.00 99.27 [2025-07-30T07:27:35.807Z] 05:23:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:23:01 1 0.00 0.00 0.03 0.02 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:23:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:23:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:24:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:24:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-30T07:27:35.807Z] 05:24:01 2 0.08 0.00 0.02 0.02 0.03 99.85 [2025-07-30T07:27:35.807Z] 05:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:24:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:25:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:25:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:25:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2025-07-30T07:27:35.807Z] 05:25:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 05:26:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:26:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:26:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:27:01 1 0.07 0.00 0.02 0.02 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:27:01 2 0.03 0.00 0.03 0.02 0.03 99.88 [2025-07-30T07:27:35.807Z] 05:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 05:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:28:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.807Z] 05:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:28:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:28:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:29:01 all 0.15 0.00 0.01 0.00 0.01 99.83 [2025-07-30T07:27:35.807Z] 05:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:29:01 1 1.09 0.00 0.02 0.02 0.02 98.86 [2025-07-30T07:27:35.807Z] 05:29:01 2 0.07 0.00 0.05 0.02 0.02 99.85 [2025-07-30T07:27:35.807Z] 05:29:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] [2025-07-30T07:27:35.807Z] 05:29:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.807Z] 05:30:01 all 0.27 0.00 0.00 0.00 0.01 99.71 [2025-07-30T07:27:35.807Z] 05:30:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:30:01 1 2.00 0.00 0.00 0.02 0.02 97.96 [2025-07-30T07:27:35.807Z] 05:30:01 2 0.07 0.00 0.00 0.00 0.03 99.90 [2025-07-30T07:27:35.807Z] 05:30:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:30:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:31:01 all 0.23 0.00 0.02 0.00 0.01 99.73 [2025-07-30T07:27:35.807Z] 05:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:31:01 1 1.71 0.00 0.07 0.00 0.02 98.21 [2025-07-30T07:27:35.807Z] 05:31:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:31:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:31:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:31:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.807Z] 05:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:32:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-30T07:27:35.807Z] 05:32:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.807Z] 05:32:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:33:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:33:01 1 0.13 0.00 0.00 0.00 0.00 99.87 [2025-07-30T07:27:35.807Z] 05:33:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:33:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:34:01 all 0.19 0.00 0.01 0.00 0.01 99.79 [2025-07-30T07:27:35.807Z] 05:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:34:01 1 1.37 0.00 0.03 0.00 0.02 98.58 [2025-07-30T07:27:35.807Z] 05:34:01 2 0.07 0.00 0.02 0.00 0.03 99.88 [2025-07-30T07:27:35.807Z] 05:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:35:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-07-30T07:27:35.807Z] 05:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:35:01 1 1.97 0.00 0.02 0.00 0.02 98.00 [2025-07-30T07:27:35.807Z] 05:35:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:35:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:35:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.807Z] 05:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:36:01 all 0.27 0.00 0.00 0.00 0.01 99.72 [2025-07-30T07:27:35.807Z] 05:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:36:01 1 2.00 0.00 0.00 0.00 0.02 97.98 [2025-07-30T07:27:35.807Z] 05:36:01 2 0.05 0.00 0.00 0.00 0.03 99.92 [2025-07-30T07:27:35.807Z] 05:36:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:36:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:37:01 all 0.07 0.00 0.02 0.00 0.01 99.90 [2025-07-30T07:27:35.807Z] 05:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.807Z] 05:37:01 1 0.38 0.00 0.07 0.00 0.02 99.53 [2025-07-30T07:27:35.807Z] 05:37:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:37:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:37:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.807Z] 05:38:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:38:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2025-07-30T07:27:35.807Z] 05:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.807Z] 05:38:01 3 0.00 0.00 0.05 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:38:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.807Z] 05:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.807Z] 05:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:39:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:39:01 2 0.03 0.00 0.05 0.02 0.03 99.87 [2025-07-30T07:27:35.807Z] 05:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] 05:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.807Z] 05:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.807Z] 05:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:40:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.807Z] 05:40:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.807Z] 05:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.807Z] 05:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.807Z] 05:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.807Z] 05:40:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.807Z] 05:40:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.807Z] [2025-07-30T07:27:35.808Z] 05:40:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.808Z] 05:41:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 05:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 05:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 05:41:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.808Z] 05:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 05:41:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 05:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 05:42:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 05:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 05:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:43:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.808Z] 05:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:43:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 05:43:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 05:43:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2025-07-30T07:27:35.808Z] 05:43:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.808Z] 05:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:44:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2025-07-30T07:27:35.808Z] 05:44:01 2 0.05 0.00 0.02 0.02 0.03 99.88 [2025-07-30T07:27:35.808Z] 05:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 05:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:44:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:45:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.808Z] 05:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:45:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:45:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 05:45:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 05:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 05:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:46:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 05:46:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-30T07:27:35.808Z] 05:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:46:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.808Z] 05:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:46:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 05:47:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:47:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 05:47:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 05:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:47:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:47:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:48:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 05:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:48:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 05:48:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 05:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:48:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 05:49:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:49:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.808Z] 05:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:49:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:49:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:50:01 all 0.19 0.00 0.01 0.00 0.01 99.79 [2025-07-30T07:27:35.808Z] 05:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:50:01 1 1.39 0.00 0.02 0.00 0.00 98.60 [2025-07-30T07:27:35.808Z] 05:50:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 05:50:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 05:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:50:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 05:51:01 all 0.13 0.00 0.02 0.00 0.01 99.84 [2025-07-30T07:27:35.808Z] 05:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 05:51:01 1 0.88 0.00 0.03 0.00 0.02 99.07 [2025-07-30T07:27:35.808Z] 05:51:01 2 0.05 0.00 0.02 0.02 0.03 99.88 [2025-07-30T07:27:35.808Z] 05:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 05:51:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:51:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:51:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] [2025-07-30T07:27:35.808Z] 05:51:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.808Z] 05:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.808Z] 05:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:52:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 05:52:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 05:52:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.808Z] 05:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:53:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.808Z] 05:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:53:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.808Z] 05:53:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2025-07-30T07:27:35.808Z] 05:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 05:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:54:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.808Z] 05:54:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-07-30T07:27:35.808Z] 05:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 05:54:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.808Z] 05:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:55:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 05:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:55:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.808Z] 05:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 05:55:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:56:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 05:56:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 05:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:56:01 2 0.05 0.00 0.03 0.02 0.03 99.87 [2025-07-30T07:27:35.808Z] 05:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:56:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:56:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 05:57:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.808Z] 05:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:57:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 05:57:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 05:57:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:58:01 all 0.21 0.00 0.01 0.00 0.01 99.77 [2025-07-30T07:27:35.808Z] 05:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:58:01 1 1.47 0.00 0.02 0.00 0.02 98.50 [2025-07-30T07:27:35.808Z] 05:58:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-30T07:27:35.808Z] 05:58:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 05:58:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 05:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:58:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 05:59:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-07-30T07:27:35.808Z] 05:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 05:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:59:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.808Z] 05:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 05:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 05:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 05:59:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:00:01 all 0.07 0.00 0.04 0.00 0.01 99.87 [2025-07-30T07:27:35.808Z] 06:00:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2025-07-30T07:27:35.808Z] 06:00:01 1 0.10 0.00 0.23 0.00 0.02 99.65 [2025-07-30T07:27:35.808Z] 06:00:01 2 0.07 0.00 0.02 0.02 0.03 99.87 [2025-07-30T07:27:35.808Z] 06:00:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:00:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:00:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:00:01 6 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:00:01 7 0.13 0.00 0.05 0.00 0.00 99.82 [2025-07-30T07:27:35.808Z] 06:01:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-30T07:27:35.808Z] 06:01:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:01:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 06:01:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:01:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:01:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:02:01 1 0.00 0.00 0.00 0.00 0.03 99.97 [2025-07-30T07:27:35.808Z] 06:02:01 2 0.02 0.00 0.00 0.02 0.03 99.93 [2025-07-30T07:27:35.808Z] 06:02:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 06:02:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:02:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] [2025-07-30T07:27:35.808Z] 06:02:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.808Z] 06:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:03:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-30T07:27:35.808Z] 06:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:03:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:04:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2025-07-30T07:27:35.808Z] 06:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:04:01 2 0.00 0.00 0.03 0.00 0.03 99.93 [2025-07-30T07:27:35.808Z] 06:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:05:02 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:05:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:05:02 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:05:02 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:05:02 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:05:02 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:05:02 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:05:02 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:05:02 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:06:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:06:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:06:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:06:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:07:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:07:01 2 0.00 0.00 0.03 0.00 0.03 99.93 [2025-07-30T07:27:35.808Z] 06:07:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:07:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:08:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:08:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:08:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:08:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:08:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:09:01 all 0.15 0.00 0.01 0.00 0.01 99.82 [2025-07-30T07:27:35.808Z] 06:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:09:01 1 1.09 0.00 0.03 0.00 0.02 98.86 [2025-07-30T07:27:35.808Z] 06:09:01 2 0.05 0.00 0.02 0.02 0.03 99.88 [2025-07-30T07:27:35.808Z] 06:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:09:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:09:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:10:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-07-30T07:27:35.808Z] 06:10:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:10:01 1 0.27 0.00 0.00 0.00 0.00 99.73 [2025-07-30T07:27:35.808Z] 06:10:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:11:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:11:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:11:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:11:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:11:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:12:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2025-07-30T07:27:35.808Z] 06:12:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:12:01 1 0.42 0.00 0.02 0.00 0.00 99.57 [2025-07-30T07:27:35.808Z] 06:12:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-07-30T07:27:35.808Z] 06:12:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:13:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-07-30T07:27:35.808Z] 06:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:13:01 1 1.97 0.00 0.00 0.00 0.02 98.01 [2025-07-30T07:27:35.808Z] 06:13:01 2 0.03 0.00 0.03 0.02 0.03 99.88 [2025-07-30T07:27:35.808Z] 06:13:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:13:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] [2025-07-30T07:27:35.808Z] 06:13:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.808Z] 06:14:01 all 0.19 0.00 0.01 0.00 0.01 99.79 [2025-07-30T07:27:35.808Z] 06:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:14:01 1 1.34 0.00 0.02 0.00 0.02 98.63 [2025-07-30T07:27:35.808Z] 06:14:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:14:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 06:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:14:01 7 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:15:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:15:01 2 0.03 0.00 0.02 0.02 0.03 99.90 [2025-07-30T07:27:35.808Z] 06:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:15:01 4 0.00 0.00 0.03 0.02 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:16:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:16:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:16:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:16:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:16:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:17:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:17:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2025-07-30T07:27:35.808Z] 06:17:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.808Z] 06:17:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:18:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2025-07-30T07:27:35.808Z] 06:18:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:18:01 1 0.47 0.00 0.00 0.00 0.00 99.53 [2025-07-30T07:27:35.808Z] 06:18:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 06:18:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2025-07-30T07:27:35.808Z] 06:18:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:19:01 all 0.11 0.00 0.01 0.00 0.01 99.87 [2025-07-30T07:27:35.808Z] 06:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:19:01 1 0.78 0.00 0.00 0.00 0.02 99.20 [2025-07-30T07:27:35.808Z] 06:19:01 2 0.05 0.00 0.03 0.02 0.03 99.87 [2025-07-30T07:27:35.808Z] 06:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:19:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:20:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 06:20:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:20:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:20:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.808Z] 06:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:21:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.808Z] 06:21:01 2 0.05 0.00 0.02 0.02 0.03 99.88 [2025-07-30T07:27:35.808Z] 06:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:21:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:21:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.808Z] 06:22:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:22:01 2 0.05 0.00 0.02 0.02 0.03 99.88 [2025-07-30T07:27:35.808Z] 06:22:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-30T07:27:35.808Z] 06:22:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:23:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-30T07:27:35.808Z] 06:23:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:23:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:23:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:24:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:24:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:24:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.808Z] 06:24:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] [2025-07-30T07:27:35.808Z] 06:24:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.808Z] 06:25:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:25:01 2 0.03 0.00 0.03 0.02 0.03 99.88 [2025-07-30T07:27:35.808Z] 06:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:25:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:25:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:26:01 all 0.04 0.00 0.02 0.01 0.01 99.91 [2025-07-30T07:27:35.808Z] 06:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:26:01 1 0.10 0.00 0.08 0.00 0.02 99.80 [2025-07-30T07:27:35.808Z] 06:26:01 2 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-30T07:27:35.808Z] 06:26:01 3 0.08 0.00 0.05 0.05 0.02 99.80 [2025-07-30T07:27:35.808Z] 06:26:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:26:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:27:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:27:01 2 0.02 0.00 0.00 0.02 0.03 99.93 [2025-07-30T07:27:35.808Z] 06:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:27:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:28:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-07-30T07:27:35.808Z] 06:28:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:28:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:29:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-07-30T07:27:35.808Z] 06:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:29:01 1 0.27 0.00 0.00 0.00 0.02 99.72 [2025-07-30T07:27:35.808Z] 06:29:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:29:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:29:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:29:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:30:01 all 0.10 0.00 0.02 0.00 0.01 99.88 [2025-07-30T07:27:35.808Z] 06:30:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:30:01 1 0.55 0.00 0.02 0.00 0.02 99.42 [2025-07-30T07:27:35.808Z] 06:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:30:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.808Z] 06:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:30:01 5 0.03 0.00 0.03 0.00 0.03 99.90 [2025-07-30T07:27:35.808Z] 06:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:30:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.808Z] 06:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.808Z] 06:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:31:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:31:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.808Z] 06:31:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.808Z] 06:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.808Z] 06:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.808Z] 06:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.808Z] 06:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.808Z] 06:32:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.808Z] 06:32:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-30T07:27:35.808Z] 06:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:32:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.808Z] 06:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.808Z] 06:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:33:01 all 0.16 0.00 0.01 0.00 0.01 99.81 [2025-07-30T07:27:35.809Z] 06:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:33:01 1 1.17 0.00 0.03 0.00 0.00 98.79 [2025-07-30T07:27:35.809Z] 06:33:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:33:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:33:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:34:01 all 0.20 0.00 0.00 0.00 0.01 99.78 [2025-07-30T07:27:35.809Z] 06:34:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:34:01 1 1.52 0.00 0.00 0.00 0.02 98.47 [2025-07-30T07:27:35.809Z] 06:34:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:34:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:35:01 all 0.20 0.00 0.01 0.00 0.01 99.77 [2025-07-30T07:27:35.809Z] 06:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:35:01 1 1.45 0.00 0.00 0.00 0.02 98.53 [2025-07-30T07:27:35.809Z] 06:35:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:35:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.809Z] 06:35:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:35:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] [2025-07-30T07:27:35.809Z] 06:35:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.809Z] 06:36:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2025-07-30T07:27:35.809Z] 06:36:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 06:36:01 1 0.45 0.00 0.00 0.00 0.00 99.55 [2025-07-30T07:27:35.809Z] 06:36:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:36:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:36:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:37:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:37:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:37:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:37:01 5 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-30T07:27:35.809Z] 06:37:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:38:01 all 0.10 0.00 0.01 0.00 0.01 99.89 [2025-07-30T07:27:35.809Z] 06:38:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:38:01 1 0.55 0.00 0.03 0.00 0.02 99.40 [2025-07-30T07:27:35.809Z] 06:38:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:38:01 4 0.12 0.00 0.02 0.00 0.02 99.85 [2025-07-30T07:27:35.809Z] 06:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:39:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:39:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:40:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:40:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2025-07-30T07:27:35.809Z] 06:40:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.809Z] 06:40:01 4 0.00 0.00 0.02 0.00 0.03 99.95 [2025-07-30T07:27:35.809Z] 06:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:41:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:41:01 1 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:41:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2025-07-30T07:27:35.809Z] 06:41:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 06:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:42:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:42:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.809Z] 06:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:42:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 06:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:43:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:43:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:43:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:43:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:43:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:44:01 all 0.11 0.00 0.02 0.00 0.01 99.86 [2025-07-30T07:27:35.809Z] 06:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:44:01 1 0.75 0.00 0.03 0.02 0.00 99.20 [2025-07-30T07:27:35.809Z] 06:44:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:44:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:44:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:45:01 all 0.27 0.00 0.00 0.00 0.01 99.71 [2025-07-30T07:27:35.809Z] 06:45:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:45:01 1 1.97 0.00 0.00 0.00 0.02 98.01 [2025-07-30T07:27:35.809Z] 06:45:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:45:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:45:01 4 0.02 0.00 0.00 0.03 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:45:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:45:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:46:01 all 0.11 0.00 0.01 0.00 0.01 99.87 [2025-07-30T07:27:35.809Z] 06:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:46:01 1 0.75 0.00 0.00 0.00 0.02 99.24 [2025-07-30T07:27:35.809Z] 06:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:46:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 06:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:46:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2025-07-30T07:27:35.809Z] [2025-07-30T07:27:35.809Z] 06:46:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.809Z] 06:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:47:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2025-07-30T07:27:35.809Z] 06:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:47:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:47:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:48:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:48:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.809Z] 06:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:48:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:49:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 06:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:49:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2025-07-30T07:27:35.809Z] 06:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:49:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:49:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:50:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 06:50:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:50:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:50:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:50:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:50:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:51:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:51:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-30T07:27:35.809Z] 06:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:51:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 06:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:52:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:52:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:52:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:52:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2025-07-30T07:27:35.809Z] 06:53:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 06:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:53:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:53:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:53:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-07-30T07:27:35.809Z] 06:54:01 all 0.18 0.00 0.01 0.00 0.01 99.80 [2025-07-30T07:27:35.809Z] 06:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:54:01 1 1.31 0.00 0.00 0.00 0.02 98.68 [2025-07-30T07:27:35.809Z] 06:54:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:54:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:54:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:54:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 06:55:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2025-07-30T07:27:35.809Z] 06:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:55:01 1 1.09 0.00 0.02 0.00 0.02 98.87 [2025-07-30T07:27:35.809Z] 06:55:01 2 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-30T07:27:35.809Z] 06:55:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 06:55:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:55:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:55:01 7 0.03 0.00 0.00 0.00 0.03 99.93 [2025-07-30T07:27:35.809Z] 06:56:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2025-07-30T07:27:35.809Z] 06:56:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:56:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-07-30T07:27:35.809Z] 06:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:56:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:57:01 all 0.17 0.00 0.01 0.00 0.01 99.80 [2025-07-30T07:27:35.809Z] 06:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:57:01 1 1.27 0.00 0.03 0.00 0.02 98.68 [2025-07-30T07:27:35.809Z] 06:57:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-30T07:27:35.809Z] 06:57:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:57:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:57:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] [2025-07-30T07:27:35.809Z] 06:57:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.809Z] 06:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 06:58:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:58:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 06:58:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-30T07:27:35.809Z] 06:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:58:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 06:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 06:59:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:59:01 2 0.02 0.00 0.03 0.03 0.02 99.90 [2025-07-30T07:27:35.809Z] 06:59:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 06:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 06:59:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 06:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 06:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:00:01 2 0.05 0.00 0.00 0.00 0.03 99.92 [2025-07-30T07:27:35.809Z] 07:00:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:00:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.809Z] 07:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:00:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 07:01:01 all 0.06 0.00 0.03 0.00 0.01 99.90 [2025-07-30T07:27:35.809Z] 07:01:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-30T07:27:35.809Z] 07:01:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.809Z] 07:01:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.809Z] 07:01:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2025-07-30T07:27:35.809Z] 07:01:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-30T07:27:35.809Z] 07:01:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2025-07-30T07:27:35.809Z] 07:01:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:01:01 7 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-30T07:27:35.809Z] 07:02:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 07:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:02:01 2 0.02 0.00 0.02 0.02 0.03 99.92 [2025-07-30T07:27:35.809Z] 07:02:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:02:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:02:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:03:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-07-30T07:27:35.809Z] 07:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:03:01 1 0.28 0.00 0.02 0.00 0.00 99.70 [2025-07-30T07:27:35.809Z] 07:03:01 2 0.07 0.00 0.05 0.02 0.02 99.85 [2025-07-30T07:27:35.809Z] 07:03:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:03:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:04:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-30T07:27:35.809Z] 07:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:04:01 1 0.18 0.00 0.00 0.00 0.02 99.80 [2025-07-30T07:27:35.809Z] 07:04:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-30T07:27:35.809Z] 07:04:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:04:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.809Z] 07:05:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:05:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2025-07-30T07:27:35.809Z] 07:05:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2025-07-30T07:27:35.809Z] 07:05:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:05:01 4 0.00 0.00 0.03 0.02 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:06:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2025-07-30T07:27:35.809Z] 07:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:06:01 1 1.97 0.00 0.00 0.00 0.00 98.03 [2025-07-30T07:27:35.809Z] 07:06:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.809Z] 07:06:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:07:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-07-30T07:27:35.809Z] 07:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 07:07:01 1 0.30 0.00 0.00 0.00 0.02 99.68 [2025-07-30T07:27:35.809Z] 07:07:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:07:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:07:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-07-30T07:27:35.809Z] 07:07:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:08:02 all 0.02 0.00 0.00 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:08:02 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:08:02 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:08:02 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 07:08:02 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:08:02 4 0.05 0.00 0.00 0.02 0.03 99.90 [2025-07-30T07:27:35.809Z] 07:08:02 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:08:02 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:08:02 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] [2025-07-30T07:27:35.809Z] 07:08:02 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.809Z] 07:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 07:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:09:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:09:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 07:09:01 4 0.03 0.00 0.02 0.02 0.03 99.90 [2025-07-30T07:27:35.809Z] 07:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:10:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:10:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:10:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 07:10:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 07:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 07:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:11:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2025-07-30T07:27:35.809Z] 07:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:11:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:12:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:12:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 07:12:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:12:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:13:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:14:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:14:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:14:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:14:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-07-30T07:27:35.809Z] 07:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:15:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:15:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:15:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:16:01 1 0.08 0.00 0.00 0.02 0.02 99.88 [2025-07-30T07:27:35.809Z] 07:16:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:16:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:16:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:16:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:17:01 all 0.22 0.00 0.01 0.00 0.01 99.76 [2025-07-30T07:27:35.809Z] 07:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:17:01 1 1.60 0.00 0.00 0.02 0.02 98.37 [2025-07-30T07:27:35.809Z] 07:17:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-30T07:27:35.809Z] 07:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:18:01 all 0.16 0.00 0.01 0.00 0.01 99.81 [2025-07-30T07:27:35.809Z] 07:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:18:01 1 1.17 0.00 0.00 0.00 0.00 98.83 [2025-07-30T07:27:35.809Z] 07:18:01 2 0.03 0.00 0.05 0.02 0.03 99.87 [2025-07-30T07:27:35.809Z] 07:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:18:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:19:01 1 0.02 0.00 0.00 0.00 0.03 99.95 [2025-07-30T07:27:35.809Z] 07:19:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-30T07:27:35.809Z] 07:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.809Z] 07:19:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] [2025-07-30T07:27:35.809Z] 07:19:01 CPU %user %nice %system %iowait %steal %idle [2025-07-30T07:27:35.809Z] 07:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.809Z] 07:20:01 2 0.07 0.00 0.02 0.02 0.02 99.88 [2025-07-30T07:27:35.809Z] 07:20:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:21:01 2 0.08 0.00 0.02 0.00 0.03 99.87 [2025-07-30T07:27:35.809Z] 07:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:21:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-30T07:27:35.809Z] 07:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:22:01 2 0.08 0.00 0.02 0.02 0.02 99.87 [2025-07-30T07:27:35.809Z] 07:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:22:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.809Z] 07:22:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-30T07:27:35.809Z] 07:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-30T07:27:35.809Z] 07:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:23:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2025-07-30T07:27:35.809Z] 07:23:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-30T07:27:35.809Z] 07:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:23:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-30T07:27:35.809Z] 07:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.809Z] 07:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-30T07:27:35.809Z] 07:24:01 all 0.14 0.00 0.01 0.00 0.01 99.84 [2025-07-30T07:27:35.809Z] 07:24:01 0 0.93 0.00 0.02 0.00 0.00 99.06 [2025-07-30T07:27:35.809Z] 07:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-30T07:27:35.809Z] 07:24:01 2 0.07 0.00 0.02 0.02 0.03 99.87 [2025-07-30T07:27:35.809Z] 07:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.809Z] 07:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-30T07:27:35.810Z] 07:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.810Z] 07:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.810Z] 07:24:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-30T07:27:35.810Z] 07:25:01 all 0.06 0.00 0.01 0.00 0.01 99.92 [2025-07-30T07:27:35.810Z] 07:25:01 0 0.42 0.00 0.02 0.00 0.00 99.57 [2025-07-30T07:27:35.810Z] 07:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.810Z] 07:25:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-30T07:27:35.810Z] 07:25:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-30T07:27:35.810Z] 07:25:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-30T07:27:35.810Z] 07:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.810Z] 07:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-30T07:27:35.810Z] 07:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.810Z] 07:26:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-07-30T07:27:35.810Z] 07:26:01 0 1.97 0.00 0.00 0.00 0.02 98.01 [2025-07-30T07:27:35.810Z] 07:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.810Z] 07:26:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-07-30T07:27:35.810Z] 07:26:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-30T07:27:35.810Z] 07:26:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-30T07:27:35.810Z] 07:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.810Z] 07:26:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.810Z] 07:26:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-30T07:27:35.810Z] 07:27:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-07-30T07:27:35.810Z] 07:27:01 0 1.99 0.00 0.00 0.00 0.00 98.01 [2025-07-30T07:27:35.810Z] 07:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-30T07:27:35.810Z] 07:27:01 2 0.03 0.00 0.03 0.03 0.02 99.88 [2025-07-30T07:27:35.810Z] 07:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.810Z] 07:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-30T07:27:35.810Z] 07:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-30T07:27:35.810Z] 07:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-30T07:27:35.810Z] 07:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-30T07:27:35.810Z] Average: all 1.27 0.00 0.21 0.09 0.01 98.42 [2025-07-30T07:27:35.810Z] Average: 0 1.30 0.00 0.21 0.06 0.01 98.42 [2025-07-30T07:27:35.810Z] Average: 1 1.36 0.00 0.21 0.07 0.02 98.34 [2025-07-30T07:27:35.810Z] Average: 2 1.23 0.00 0.21 0.22 0.01 98.32 [2025-07-30T07:27:35.810Z] Average: 3 1.26 0.00 0.21 0.09 0.01 98.42 [2025-07-30T07:27:35.810Z] Average: 4 1.23 0.00 0.20 0.17 0.01 98.38 [2025-07-30T07:27:35.810Z] Average: 5 1.25 0.00 0.21 0.05 0.01 98.49 [2025-07-30T07:27:35.810Z] Average: 6 1.27 0.00 0.20 0.03 0.01 98.49 [2025-07-30T07:27:35.810Z] Average: 7 1.25 0.00 0.20 0.03 0.01 98.51 [2025-07-30T07:27:35.810Z] [2025-07-30T07:27:35.810Z] [2025-07-30T07:27:35.810Z]