Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 32b54d096708f46b0b2348d0dcbc77c27003877e 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-ssh1064250389708662850.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh15437797410686853029.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 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh15117982476917154462.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh15684198559780729444.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-ssh7476978530257204724.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], goVersion:1.25] ========================================================= [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.25 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-775639 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/942 [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/942 # 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 > 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 Avoid second fetch Checking out Revision 32b54d096708f46b0b2348d0dcbc77c27003877e (main) Commit message: "Merge pull request #5332 from remo-lab/fix/event-purge-timer-leak" > git config core.sparsecheckout # timeout=10 > git checkout -f 32b54d096708f46b0b2348d0dcbc77c27003877e # timeout=10 > git rev-list --no-walk 5813055f9e30257d60d6d76ee7b1f3dc05d296c4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-12-24T07:22:44.871Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-12-24T07:22:44.956Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-12-24T07:22:44.983Z] ========================================================= [2025-12-24T07:22:44.983Z] EdgeX Global Pipelines Version Info [2025-12-24T07:22:44.983Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-12-24T07:22:46.114Z] ------------------- [2025-12-24T07:22:46.114Z] stable info: [2025-12-24T07:22:46.114Z] ------------------- [2025-12-24T07:22:46.114Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-12-24T07:22:46.114Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2025-12-24T07:22:46.114Z] Message: update stable to v1.0.278 [2025-12-24T07:22:46.375Z] ------------------- [2025-12-24T07:22:46.375Z] experimental info: [2025-12-24T07:22:46.375Z] ------------------- [2025-12-24T07:22:46.375Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-12-24T07:22:46.375Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2025-12-24T07:22:46.375Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-12-24T07:22:46.483Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-12-24T07:22:46.506Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-12-24T07:22:46.531Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-12-24T07:22:46.554Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-12-24T07:22:46.581Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-12-24T07:22:46.607Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2025-12-24T07:22:46.630Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-12-24T07:22:46.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-12-24T07:22:46.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-12-24T07:22:46.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-12-24T07:22:46.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-12-24T07:22:46.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-12-24T07:22:46.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-12-24T07:22:46.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-12-24T07:22:46.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-12-24T07:22:46.833Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-12-24T07:22:46.861Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-12-24T07:22:46.885Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-12-24T07:22:46.905Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-12-24T07:22:46.932Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-12-24T07:22:46.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-12-24T07:22:46.972Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-12-24T07:22:46.998Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-12-24T07:22:47.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-12-24T07:22:47.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-12-24T07:22:47.083Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-12-24T07:22:47.110Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T07:22:47.135Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 32b54d0 [Pipeline] echo [2025-12-24T07:22:47.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-24T07:22:47.234Z] provisioning config files... [2025-12-24T07:22:47.248Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/942@tmp/config2845005270319781507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-24T07:22:47.593Z] ---> ****-login.sh [2025-12-24T07:22:47.593Z] nexus3.edgexfoundry.org:10001 [2025-12-24T07:22:47.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:22:47.855Z] [2025-12-24T07:22:47.855Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-24T07:22:47.855Z] Configure a credential helper to remove this warning. See [2025-12-24T07:22:47.856Z] https://docs.****.com/go/credential-store/ [2025-12-24T07:22:47.856Z] [2025-12-24T07:22:47.856Z] Login Succeeded [2025-12-24T07:22:47.856Z] nexus3.edgexfoundry.org:10002 [2025-12-24T07:22:47.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:22:47.856Z] [2025-12-24T07:22:47.856Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-24T07:22:47.856Z] Configure a credential helper to remove this warning. See [2025-12-24T07:22:47.856Z] https://docs.****.com/go/credential-store/ [2025-12-24T07:22:47.856Z] [2025-12-24T07:22:47.856Z] Login Succeeded [2025-12-24T07:22:47.856Z] nexus3.edgexfoundry.org:10003 [2025-12-24T07:22:48.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:22:48.116Z] [2025-12-24T07:22:48.117Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-24T07:22:48.117Z] Configure a credential helper to remove this warning. See [2025-12-24T07:22:48.117Z] https://docs.****.com/go/credential-store/ [2025-12-24T07:22:48.117Z] [2025-12-24T07:22:48.117Z] Login Succeeded [2025-12-24T07:22:48.117Z] nexus3.edgexfoundry.org:10004 [2025-12-24T07:22:48.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:22:48.117Z] [2025-12-24T07:22:48.117Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-24T07:22:48.117Z] Configure a credential helper to remove this warning. See [2025-12-24T07:22:48.117Z] https://docs.****.com/go/credential-store/ [2025-12-24T07:22:48.117Z] [2025-12-24T07:22:48.117Z] Login Succeeded [2025-12-24T07:22:48.117Z] ****.io [2025-12-24T07:22:48.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:22:48.378Z] [2025-12-24T07:22:48.378Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-24T07:22:48.378Z] Configure a credential helper to remove this warning. See [2025-12-24T07:22:48.378Z] https://docs.****.com/go/credential-store/ [2025-12-24T07:22:48.378Z] [2025-12-24T07:22:48.378Z] Login Succeeded [2025-12-24T07:22:48.378Z] ---> ****-login.sh ends [Pipeline] } [2025-12-24T07:22:48.388Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-12-24T07:22:48.720Z] + 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-12-24T07:22:48.720Z] + dirname cmd/core-command/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo core-command,cmd/core-command/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/core-data/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo core-data,cmd/core-data/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/core-keeper/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/core-metadata/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/security-spire-agent/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/security-spire-config/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/security-spire-server/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/support-notifications/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-12-24T07:22:48.720Z] + dirname cmd/support-scheduler/Dockerfile [2025-12-24T07:22:48.720Z] + cut -d/ -f2 [2025-12-24T07:22:48.720Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-12-24T07:22:48.769Z] 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-12-24T07:22:49.156Z] + git rev-list -1 --merges 32b54d096708f46b0b2348d0dcbc77c27003877e~1..32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T07:22:49.172Z] -----------> git rev-list -1 --merges 32b54d096708f46b0b2348d0dcbc77c27003877e~1..32b54d096708f46b0b2348d0dcbc77c27003877e 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:22:49.172Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [false] [Pipeline] sh [2025-12-24T07:22:49.469Z] + git log --format=format:%s -1 32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T07:22:49.492Z] ========================================================= [2025-12-24T07:22:49.492Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-12-24T07:22:49.492Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-12-24T07:22:49.957Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-12-24T07:22:49.958Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-12-24T07:22:49.958Z] + [ -e /tmp/ssh_known_hosts ] [2025-12-24T07:22:49.958Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-12-24T07:22:49.958Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-12-24T07:22:49.958Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-12-24T07:22:49.958Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:22:50.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-24T07:22:50.420Z] [2025-12-24T07:22:50.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:22:50.736Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-24T07:22:50.736Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-12-24T07:22:50.736Z] 3dae71ba6b94: Pulling fs layer [2025-12-24T07:22:50.736Z] 6bf1a483ea7c: Pulling fs layer [2025-12-24T07:22:50.736Z] f5dfc541a4d3: Pulling fs layer [2025-12-24T07:22:50.736Z] 461d9e800cba: Pulling fs layer [2025-12-24T07:22:50.736Z] 80192f66455f: Pulling fs layer [2025-12-24T07:22:50.736Z] 2e8e34ca0e6c: Pulling fs layer [2025-12-24T07:22:50.736Z] a29436f7fd5d: Pulling fs layer [2025-12-24T07:22:50.736Z] 923cac83aea3: Pulling fs layer [2025-12-24T07:22:50.736Z] 25ad8b0a4227: Pulling fs layer [2025-12-24T07:22:50.736Z] db01528c6b51: Pulling fs layer [2025-12-24T07:22:50.736Z] 28988de357af: Pulling fs layer [2025-12-24T07:22:50.736Z] 80192f66455f: Waiting [2025-12-24T07:22:50.736Z] 2e8e34ca0e6c: Waiting [2025-12-24T07:22:50.736Z] a29436f7fd5d: Waiting [2025-12-24T07:22:50.736Z] 923cac83aea3: Waiting [2025-12-24T07:22:50.736Z] 25ad8b0a4227: Waiting [2025-12-24T07:22:50.736Z] 28988de357af: Waiting [2025-12-24T07:22:50.736Z] db01528c6b51: Waiting [2025-12-24T07:22:50.736Z] 461d9e800cba: Waiting [2025-12-24T07:22:50.736Z] 6bf1a483ea7c: Verifying Checksum [2025-12-24T07:22:50.736Z] 6bf1a483ea7c: Download complete [2025-12-24T07:22:50.736Z] 461d9e800cba: Verifying Checksum [2025-12-24T07:22:50.736Z] 461d9e800cba: Download complete [2025-12-24T07:22:50.736Z] 80192f66455f: Download complete [2025-12-24T07:22:50.997Z] f5dfc541a4d3: Verifying Checksum [2025-12-24T07:22:50.997Z] f5dfc541a4d3: Download complete [2025-12-24T07:22:50.997Z] 3dae71ba6b94: Verifying Checksum [2025-12-24T07:22:50.997Z] 3dae71ba6b94: Download complete [2025-12-24T07:22:50.997Z] 923cac83aea3: Verifying Checksum [2025-12-24T07:22:50.997Z] 923cac83aea3: Download complete [2025-12-24T07:22:50.997Z] 25ad8b0a4227: Download complete [2025-12-24T07:22:50.997Z] db01528c6b51: Download complete [2025-12-24T07:22:50.997Z] 28988de357af: Verifying Checksum [2025-12-24T07:22:50.997Z] 28988de357af: Download complete [2025-12-24T07:22:51.256Z] a29436f7fd5d: Verifying Checksum [2025-12-24T07:22:51.256Z] a29436f7fd5d: Download complete [2025-12-24T07:22:51.514Z] 2e8e34ca0e6c: Verifying Checksum [2025-12-24T07:22:51.514Z] 2e8e34ca0e6c: Download complete [2025-12-24T07:22:52.451Z] 3dae71ba6b94: Pull complete [2025-12-24T07:22:52.451Z] 6bf1a483ea7c: Pull complete [2025-12-24T07:22:53.019Z] f5dfc541a4d3: Pull complete [2025-12-24T07:22:53.019Z] 461d9e800cba: Pull complete [2025-12-24T07:22:53.019Z] 80192f66455f: Pull complete [2025-12-24T07:22:58.298Z] 2e8e34ca0e6c: Pull complete [2025-12-24T07:22:58.298Z] a29436f7fd5d: Pull complete [2025-12-24T07:22:58.298Z] 923cac83aea3: Pull complete [2025-12-24T07:22:58.298Z] 25ad8b0a4227: Pull complete [2025-12-24T07:22:58.559Z] db01528c6b51: Pull complete [2025-12-24T07:22:58.559Z] 28988de357af: Pull complete [2025-12-24T07:22:58.559Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-12-24T07:22:58.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-24T07:22:58.559Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T07:22:58.708Z] prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container [2025-12-24T07:22:58.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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-12-24T07:23:00.710Z] $ docker top 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 -eo pid,comm [2025-12-24T07:23:00.767Z] 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-12-24T07:23:00.767Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-12-24T07:23:00.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-12-24T07:23:00.823Z] [ssh-agent] Looking for ssh-agent implementation... [2025-12-24T07:23:00.924Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-12-24T07:23:00.918Z] $ docker exec 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 ssh-agent [2025-12-24T07:23:01.031Z] SSH_AUTH_SOCK=/tmp/ssh-oB8Fu8c5V8ff/agent.32 [2025-12-24T07:23:01.031Z] SSH_AGENT_PID=38 [2025-12-24T07:23:01.038Z] Running ssh-add (command line suppressed) [2025-12-24T07:23:01.145Z] Identity added: /w/workspace/edgex-go/942@tmp/private_key_13358869548830362358.key (/w/workspace/edgex-go/942@tmp/private_key_13358869548830362358.key) [2025-12-24T07:23:01.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-12-24T07:23:01.461Z] + git config --global --add safe.directory /w/workspace/edgex-go/942 [Pipeline] sh [2025-12-24T07:23:01.754Z] + git tag --points-at HEAD [Pipeline] } [2025-12-24T07:23:01.761Z] $ docker exec --env ******** --env ******** 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 ssh-agent -k [2025-12-24T07:23:01.854Z] unset SSH_AUTH_SOCK; [2025-12-24T07:23:01.856Z] unset SSH_AGENT_PID; [2025-12-24T07:23:01.856Z] echo Agent pid 38 killed; [2025-12-24T07:23:01.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-12-24T07:23:01.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-12-24T07:23:01.920Z] [ssh-agent] Looking for ssh-agent implementation... [2025-12-24T07:23:02.011Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-12-24T07:23:02.006Z] $ docker exec 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 ssh-agent [2025-12-24T07:23:02.120Z] SSH_AUTH_SOCK=/tmp/ssh-dKTKLwbn7Y8N/agent.85 [2025-12-24T07:23:02.120Z] SSH_AGENT_PID=91 [2025-12-24T07:23:02.126Z] Running ssh-add (command line suppressed) [2025-12-24T07:23:02.201Z] Identity added: /w/workspace/edgex-go/942@tmp/private_key_14390501229355585288.key (/w/workspace/edgex-go/942@tmp/private_key_14390501229355585288.key) [2025-12-24T07:23:02.222Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-12-24T07:23:02.517Z] + git semver init [2025-12-24T07:23:02.777Z] 2025-12-24 07:23:02,711 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-12-24T07:23:02.777Z] 2025-12-24 07:23:02,715 [run_init] DEBUG init version:0.0.0 force:False [2025-12-24T07:23:02.777Z] 2025-12-24 07:23:02,716 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/942/.semver [2025-12-24T07:23:02.777Z] 2025-12-24 07:23:02,716 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/942/.semver [2025-12-24T07:23:02.777Z] 2025-12-24 07:23:02,716 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/942/.semver'], cwd=/w/workspace/edgex-go/942, stdin=None, shell=False, universal_newlines=False) [2025-12-24T07:23:10.904Z] 2025-12-24 07:23:10,045 [append_file] DEBUG append to file:/w/workspace/edgex-go/942/.git/info/exclude [2025-12-24T07:23:10.904Z] 2025-12-24 07:23:10,046 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/942/.semver/main with force:False [2025-12-24T07:23:10.904Z] 2025-12-24 07:23:10,046 [read_version] DEBUG read version from /w/workspace/edgex-go/942/.semver/main [2025-12-24T07:23:10.904Z] 2025-12-24 07:23:10,046 [read_version] DEBUG read version from /w/workspace/edgex-go/942/.semver/main [2025-12-24T07:23:10.904Z] 4.1.0-dev.88 [Pipeline] } [2025-12-24T07:23:10.911Z] $ docker exec --env ******** --env ******** 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 ssh-agent -k [2025-12-24T07:23:10.999Z] unset SSH_AUTH_SOCK; [2025-12-24T07:23:10.999Z] unset SSH_AGENT_PID; [2025-12-24T07:23:10.999Z] echo Agent pid 91 killed; [2025-12-24T07:23:11.011Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-12-24T07:23:11.345Z] + git semver [Pipeline] } [2025-12-24T07:23:11.617Z] $ docker stop --time=1 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 [2025-12-24T07:23:12.885Z] $ docker rm -f --volumes 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 [Pipeline] // withDockerContainer [Pipeline] sh [2025-12-24T07:23:13.234Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-12-24T07:23:13.531Z] Stashed 1 file(s) [Pipeline] echo [2025-12-24T07:23:13.535Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.88 [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-12-24T07:23:14.011Z] + git config --global --add safe.directory /w/workspace/edgex-go/942 [Pipeline] echo [2025-12-24T07:23:14.027Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-24T07:23:14.051Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-24T07:23:14.071Z] ========================================================= [2025-12-24T07:23:14.071Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2025-12-24T07:23:14.071Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-12-24T07:23:14.372Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-24T07:23:14.372Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2025-12-24T07:23:14.372Z] 2d35ebdb57d9: Pulling fs layer [2025-12-24T07:23:14.372Z] c35fb4624d26: Pulling fs layer [2025-12-24T07:23:14.372Z] 4e2aec7ef170: Pulling fs layer [2025-12-24T07:23:14.372Z] 333b49ad6fbf: Pulling fs layer [2025-12-24T07:23:14.372Z] 4f4fb700ef54: Pulling fs layer [2025-12-24T07:23:14.372Z] c3e65509a76b: Pulling fs layer [2025-12-24T07:23:14.372Z] 7cf9ebb963bd: Pulling fs layer [2025-12-24T07:23:14.372Z] bb34ca984cfb: Pulling fs layer [2025-12-24T07:23:14.372Z] 151cf03bc807: Pulling fs layer [2025-12-24T07:23:14.372Z] 4f4fb700ef54: Waiting [2025-12-24T07:23:14.372Z] c3e65509a76b: Waiting [2025-12-24T07:23:14.372Z] 333b49ad6fbf: Waiting [2025-12-24T07:23:14.372Z] 7cf9ebb963bd: Waiting [2025-12-24T07:23:14.372Z] bb34ca984cfb: Waiting [2025-12-24T07:23:14.372Z] 151cf03bc807: Waiting [2025-12-24T07:23:14.372Z] c35fb4624d26: Verifying Checksum [2025-12-24T07:23:14.372Z] c35fb4624d26: Download complete [2025-12-24T07:23:14.372Z] 333b49ad6fbf: Verifying Checksum [2025-12-24T07:23:14.372Z] 333b49ad6fbf: Download complete [2025-12-24T07:23:14.372Z] 4f4fb700ef54: Download complete [2025-12-24T07:23:14.372Z] c3e65509a76b: Verifying Checksum [2025-12-24T07:23:14.372Z] c3e65509a76b: Download complete [2025-12-24T07:23:14.372Z] 2d35ebdb57d9: Download complete [2025-12-24T07:23:14.631Z] 2d35ebdb57d9: Pull complete [2025-12-24T07:23:14.631Z] 7cf9ebb963bd: Verifying Checksum [2025-12-24T07:23:14.631Z] 7cf9ebb963bd: Download complete [2025-12-24T07:23:14.631Z] c35fb4624d26: Pull complete [2025-12-24T07:23:14.889Z] 151cf03bc807: Verifying Checksum [2025-12-24T07:23:14.889Z] 151cf03bc807: Download complete [2025-12-24T07:23:14.889Z] 4e2aec7ef170: Verifying Checksum [2025-12-24T07:23:14.889Z] 4e2aec7ef170: Download complete [2025-12-24T07:23:15.457Z] bb34ca984cfb: Download complete [2025-12-24T07:23:19.656Z] 4e2aec7ef170: Pull complete [2025-12-24T07:23:19.657Z] 333b49ad6fbf: Pull complete [2025-12-24T07:23:19.657Z] 4f4fb700ef54: Pull complete [2025-12-24T07:23:19.657Z] c3e65509a76b: Pull complete [2025-12-24T07:23:19.657Z] 7cf9ebb963bd: Pull complete [2025-12-24T07:23:22.945Z] bb34ca984cfb: Pull complete [2025-12-24T07:23:23.204Z] 151cf03bc807: Pull complete [2025-12-24T07:23:23.204Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2025-12-24T07:23:23.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-24T07:23:23.204Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2025-12-24T07:23:23.516Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-24T07:23:23.516Z] WORKDIR /edgex [2025-12-24T07:23:23.516Z] COPY go.mod . [2025-12-24T07:23:23.516Z] RUN go mod download [2025-12-24T07:23:23.516Z] + docker build -t ci-base-image-x86_64 -f - . [2025-12-24T07:23:24.083Z] #0 building with "default" instance using docker driver [2025-12-24T07:23:24.083Z] [2025-12-24T07:23:24.083Z] #1 [internal] load build definition from Dockerfile [2025-12-24T07:23:24.083Z] #1 transferring dockerfile: 164B done [2025-12-24T07:23:24.083Z] #1 DONE 0.0s [2025-12-24T07:23:24.083Z] [2025-12-24T07:23:24.083Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-24T07:23:24.083Z] #2 DONE 0.0s [2025-12-24T07:23:24.083Z] [2025-12-24T07:23:24.083Z] #3 [internal] load .dockerignore [2025-12-24T07:23:24.083Z] #3 transferring context: 50B done [2025-12-24T07:23:24.083Z] #3 DONE 0.0s [2025-12-24T07:23:24.083Z] [2025-12-24T07:23:24.083Z] #4 [internal] load build context [2025-12-24T07:23:24.341Z] #4 transferring context: 7.11kB done [2025-12-24T07:23:24.341Z] #4 DONE 0.1s [2025-12-24T07:23:24.341Z] [2025-12-24T07:23:24.341Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-24T07:23:24.341Z] #5 DONE 0.1s [2025-12-24T07:23:24.341Z] [2025-12-24T07:23:24.341Z] #6 [2/4] WORKDIR /edgex [2025-12-24T07:23:26.250Z] #6 DONE 1.6s [2025-12-24T07:23:26.250Z] [2025-12-24T07:23:26.250Z] #7 [3/4] COPY go.mod . [2025-12-24T07:23:26.250Z] #7 DONE 0.0s [2025-12-24T07:23:26.250Z] [2025-12-24T07:23:26.250Z] #8 [4/4] RUN go mod download [2025-12-24T07:23:28.668Z] Still waiting to schedule task [2025-12-24T07:23:28.668Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-12-24T07:23:41.157Z] #8 DONE 13.4s [2025-12-24T07:23:41.157Z] [2025-12-24T07:23:41.157Z] #9 exporting to image [2025-12-24T07:23:41.157Z] #9 exporting layers [2025-12-24T07:23:43.062Z] #9 exporting layers 3.5s done [2025-12-24T07:23:43.062Z] #9 writing image sha256:fc7c1346e5f17ad47d1a30be7c14d104f4495c79152244863bd276eb753aede0 [2025-12-24T07:23:43.062Z] #9 writing image sha256:fc7c1346e5f17ad47d1a30be7c14d104f4495c79152244863bd276eb753aede0 done [2025-12-24T07:23:43.062Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-12-24T07:23:43.062Z] #9 DONE 3.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:23:43.366Z] + docker inspect -f . ci-base-image-x86_64 [2025-12-24T07:23:43.367Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T07:23:43.458Z] prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container [2025-12-24T07:23:43.487Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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-12-24T07:23:43.754Z] $ docker top 4dd7fa96d61f4770d7c9fe1e2a6b1bb40d27d0e1b6e695176acc46e8ca64999b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-24T07:23:44.099Z] + go version [2025-12-24T07:23:44.099Z] go version go1.25.2 linux/amd64 [Pipeline] } [2025-12-24T07:23:44.113Z] $ docker stop --time=1 4dd7fa96d61f4770d7c9fe1e2a6b1bb40d27d0e1b6e695176acc46e8ca64999b [2025-12-24T07:23:45.330Z] $ docker rm -f --volumes 4dd7fa96d61f4770d7c9fe1e2a6b1bb40d27d0e1b6e695176acc46e8ca64999b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:23:45.769Z] + docker inspect -f . ci-base-image-x86_64 [2025-12-24T07:23:45.769Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T07:23:45.846Z] prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container [2025-12-24T07:23:45.882Z] $ 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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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-12-24T07:23:46.119Z] $ docker top c6b8bfbc1f17519f41dd3fd8a16165d27b493bb56eeb834da6b77d8a9fa7aef0 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-12-24T07:23:46.191Z] ========================================================= [2025-12-24T07:23:46.191Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-12-24T07:23:46.191Z] ========================================================= [Pipeline] sh [2025-12-24T07:23:46.470Z] + git config --global --add safe.directory /w/workspace/edgex-go/942 [Pipeline] fileExists [Pipeline] sh [2025-12-24T07:23:46.780Z] + make test [2025-12-24T07:23:46.780Z] go test -race -coverprofile=coverage.out ./... [2025-12-24T07:23:56.803Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-12-24T07:24:23.357Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-12-24T07:24:23.357Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-12-24T07:24:23.357Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-12-24T07:24:23.357Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-12-24T07:24:23.357Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-12-24T07:24:23.924Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-12-24T07:24:23.924Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-12-24T07:24:23.924Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-12-24T07:24:24.183Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-12-24T07:24:24.183Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-12-24T07:24:24.183Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-12-24T07:24:24.441Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-12-24T07:24:24.701Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-12-24T07:24:24.701Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-12-24T07:24:24.701Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-12-24T07:24:24.701Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2025-12-24T07:24:24.701Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-12-24T07:24:24.701Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-12-24T07:24:27.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements [2025-12-24T07:24:31.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.054s coverage: 69.4% of statements [2025-12-24T07:24:31.306Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-12-24T07:24:31.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.020s coverage: 4.8% of statements [2025-12-24T07:24:31.306Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-12-24T07:24:31.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.076s coverage: 57.6% of statements [2025-12-24T07:24:31.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.026s coverage: 86.5% of statements [2025-12-24T07:24:31.306Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-12-24T07:24:31.306Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.525s coverage: 94.2% of statements [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-12-24T07:24:32.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.089s coverage: 90.7% of statements [2025-12-24T07:24:32.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-12-24T07:24:32.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.039s coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-12-24T07:24:32.711Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-12-24T07:24:33.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 8.3% of statements [2025-12-24T07:24:33.280Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-12-24T07:24:33.280Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.432s coverage: 95.9% of statements [2025-12-24T07:24:35.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-12-24T07:24:35.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.039s coverage: 72.2% of statements [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-12-24T07:24:35.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2025-12-24T07:24:37.726Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.049s coverage: 3.5% of statements [2025-12-24T07:24:37.726Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2025-12-24T07:24:37.726Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-12-24T07:24:37.726Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.038s coverage: 1.0% of statements [2025-12-24T07:24:37.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-12-24T07:24:37.726Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 38.2% of statements [2025-12-24T07:24:37.726Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements [2025-12-24T07:24:37.726Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-12-24T07:24:37.726Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-12-24T07:24:37.726Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-12-24T07:24:38.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.021s coverage: 40.0% of statements [2025-12-24T07:24:38.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements [2025-12-24T07:24:38.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 89.5% of statements [2025-12-24T07:24:38.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.034s coverage: 93.1% of statements [2025-12-24T07:24:39.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements [2025-12-24T07:24:51.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.031s coverage: 94.4% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.057s coverage: 92.9% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.032s coverage: 68.8% of statements [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.034s coverage: 62.3% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.030s coverage: 47.4% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.058s coverage: 81.8% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.058s coverage: 82.1% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.034s coverage: 6.8% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.036s coverage: 33.3% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.036s coverage: 100.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.160s coverage: 54.8% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.6% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.045s coverage: 20.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.135s coverage: 29.2% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.018s coverage: 93.8% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.025s coverage: 3.1% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.025s coverage: 76.2% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.1% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.122s coverage: 94.9% of statements [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.027s coverage: 9.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.054s coverage: 97.7% of statements [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-12-24T07:25:03.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements [2025-12-24T07:25:03.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-12-24T07:25:03.555Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-24T07:25:03.815Z] 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-12-24T07:25:04.074Z] running golangci-lint [2025-12-24T07:25:04.075Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2025-12-24T07:25:04.075Z] go version go1.25.2 linux/amd64 [2025-12-24T07:25:04.333Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2025-12-24T07:25:04.333Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-12-24T07:25:04.333Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2025-12-24T07:25:04.333Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2025-12-24T07:25:04.333Z] level=info msg="[goenv] Read go env for 4.41173ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2025-12-24T07:25:04.333Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2025-12-24T07:25:05.961Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-775640 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-12-24T07:25:05.978Z] Running in /w/workspace/edgex-go/942 [Pipeline] { [Pipeline] checkout [2025-12-24T07:25:06.026Z] The recommended git tool is: git [2025-12-24T07:25:10.966Z] using credential edgex-jenkins-ssh [2025-12-24T07:25:10.987Z] Cloning the remote Git repository [2025-12-24T07:25:11.031Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-12-24T07:25:11.131Z] > git init /w/workspace/edgex-go/942 # timeout=10 [2025-12-24T07:25:11.287Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-12-24T07:25:11.288Z] > git --version # timeout=10 [2025-12-24T07:25:11.306Z] > git --version # 'git version 2.25.1' [2025-12-24T07:25:11.308Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-12-24T07:25:11.480Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-12-24T07:25:29.842Z] Avoid second fetch [2025-12-24T07:25:29.843Z] Checking out Revision 32b54d096708f46b0b2348d0dcbc77c27003877e (main) [2025-12-24T07:25:28.973Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-12-24T07:25:28.994Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-12-24T07:25:29.859Z] > git config core.sparsecheckout # timeout=10 [2025-12-24T07:25:29.925Z] > git checkout -f 32b54d096708f46b0b2348d0dcbc77c27003877e # timeout=10 [2025-12-24T07:25:30.688Z] Commit message: "Merge pull request #5332 from remo-lab/fix/event-purge-timer-leak" [2025-12-24T07:25:30.866Z] level=info msg="[loader] Go packages loading at mode 8767 (imports|compiled_files|deps|name|types_sizes|exports_file|files) took 22.328718409s" [2025-12-24T07:25:30.866Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 51.268189ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-24T07:25:34.972Z] provisioning config files... [2025-12-24T07:25:35.002Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/942@tmp/config7660975429103947664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-24T07:25:35.694Z] ---> ****-login.sh [2025-12-24T07:25:35.694Z] nexus3.edgexfoundry.org:10001 [2025-12-24T07:25:35.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:25:36.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T07:25:36.237Z] Configure a credential helper to remove this warning. See [2025-12-24T07:25:36.237Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T07:25:36.237Z] [2025-12-24T07:25:36.237Z] Login Succeeded [2025-12-24T07:25:36.237Z] nexus3.edgexfoundry.org:10002 [2025-12-24T07:25:36.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:25:36.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T07:25:36.506Z] Configure a credential helper to remove this warning. See [2025-12-24T07:25:36.506Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T07:25:36.506Z] [2025-12-24T07:25:36.506Z] Login Succeeded [2025-12-24T07:25:36.506Z] nexus3.edgexfoundry.org:10003 [2025-12-24T07:25:36.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:25:36.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T07:25:36.773Z] Configure a credential helper to remove this warning. See [2025-12-24T07:25:36.773Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T07:25:36.773Z] [2025-12-24T07:25:36.773Z] Login Succeeded [2025-12-24T07:25:37.044Z] nexus3.edgexfoundry.org:10004 [2025-12-24T07:25:37.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:25:37.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T07:25:37.312Z] Configure a credential helper to remove this warning. See [2025-12-24T07:25:37.312Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T07:25:37.312Z] [2025-12-24T07:25:37.312Z] Login Succeeded [2025-12-24T07:25:37.312Z] ****.io [2025-12-24T07:25:37.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:25:37.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T07:25:37.848Z] Configure a credential helper to remove this warning. See [2025-12-24T07:25:37.848Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T07:25:37.848Z] [2025-12-24T07:25:37.848Z] Login Succeeded [2025-12-24T07:25:37.848Z] ---> ****-login.sh ends [Pipeline] } [2025-12-24T07:25:37.865Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-12-24T07:25:38.490Z] + git config --global --add safe.directory /w/workspace/edgex-go/942 [Pipeline] echo [2025-12-24T07:25:38.511Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-24T07:25:38.533Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-24T07:25:38.550Z] ========================================================= [2025-12-24T07:25:38.550Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2025-12-24T07:25:38.550Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-12-24T07:25:38.875Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-12-24T07:25:38.875Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-12-24T07:25:39.144Z] 6b59a28fa201: Pulling fs layer [2025-12-24T07:25:39.144Z] d32bb0dddca7: Pulling fs layer [2025-12-24T07:25:39.144Z] 5dab1238d3d9: Pulling fs layer [2025-12-24T07:25:39.144Z] 196fd7d83e7d: Pulling fs layer [2025-12-24T07:25:39.144Z] 4f4fb700ef54: Pulling fs layer [2025-12-24T07:25:39.144Z] 8ba94037c8f0: Pulling fs layer [2025-12-24T07:25:39.144Z] deaec5988b04: Pulling fs layer [2025-12-24T07:25:39.144Z] 9f65657bb879: Pulling fs layer [2025-12-24T07:25:39.144Z] 196fd7d83e7d: Waiting [2025-12-24T07:25:39.144Z] 4f4fb700ef54: Waiting [2025-12-24T07:25:39.144Z] 8ba94037c8f0: Waiting [2025-12-24T07:25:39.144Z] 9f65657bb879: Waiting [2025-12-24T07:25:39.144Z] deaec5988b04: Waiting [2025-12-24T07:25:39.144Z] d32bb0dddca7: Verifying Checksum [2025-12-24T07:25:39.144Z] d32bb0dddca7: Download complete [2025-12-24T07:25:39.144Z] 196fd7d83e7d: Verifying Checksum [2025-12-24T07:25:39.144Z] 196fd7d83e7d: Download complete [2025-12-24T07:25:39.144Z] 4f4fb700ef54: Verifying Checksum [2025-12-24T07:25:39.144Z] 4f4fb700ef54: Download complete [2025-12-24T07:25:39.144Z] 8ba94037c8f0: Verifying Checksum [2025-12-24T07:25:39.144Z] 8ba94037c8f0: Download complete [2025-12-24T07:25:39.144Z] 6b59a28fa201: Download complete [2025-12-24T07:25:39.735Z] 9f65657bb879: Verifying Checksum [2025-12-24T07:25:39.735Z] 9f65657bb879: Download complete [2025-12-24T07:25:40.321Z] 6b59a28fa201: Pull complete [2025-12-24T07:25:40.908Z] d32bb0dddca7: Pull complete [2025-12-24T07:25:40.908Z] 5dab1238d3d9: Verifying Checksum [2025-12-24T07:25:40.908Z] 5dab1238d3d9: Download complete [2025-12-24T07:25:42.328Z] deaec5988b04: Download complete [2025-12-24T07:25:43.133Z] level=info msg="[linters_context/goanalysis] analyzers took 2m7.37285419s with top 10 stages: buildir: 1m8.701144504s, gosec: 3.730300455s, inspect: 2.591165162s, fact_deprecated: 2.261585902s, ctrlflow: 1.690977076s, fact_purity: 1.677245549s, printf: 1.507515865s, nilness: 1.444842525s, S1038: 1.296648242s, QF1004: 1.138167886s" [2025-12-24T07:25:43.133Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2025-12-24T07:25:43.133Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2025-12-24T07:25:43.133Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2025-12-24T07:25:43.133Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2025-12-24T07:25:43.133Z] level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, exclusion_paths: 35/35, invalid_issue: 35/35, path_relativity: 35/35, generated_file_filter: 35/22, exclusion_rules: 22/21, nolint_filter: 21/0, cgo: 35/35, filename_unadjuster: 35/35" [2025-12-24T07:25:43.133Z] level=info msg="[runner] processing took 8.673465ms with stages: nolint_filter: 7.625447ms, generated_file_filter: 827.548µs, exclusion_rules: 123.391µs, exclusion_paths: 44.915µs, path_relativity: 35.563µs, cgo: 3.85µs, path_absoluter: 3.8µs, sort_results: 2.34µs, invalid_issue: 1.74µs, filename_unadjuster: 1.361µs, max_same_issues: 650ns, fixer: 570ns, diff: 520ns, uniq_by_line: 420ns, path_shortener: 380ns, path_prettifier: 280ns, severity-rules: 220ns, max_from_linter: 180ns, source_code: 150ns, max_per_file_from_linter: 140ns" [2025-12-24T07:25:43.133Z] level=info msg="[runner] linters took 14.309271141s with stages: goanalysis_metalinter: 14.300518439s" [2025-12-24T07:25:43.133Z] 0 issues. [2025-12-24T07:25:43.133Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-12-24T07:25:43.133Z] level=info msg="Memory: 368 samples, avg is 363.9MB, max is 1350.7MB" [2025-12-24T07:25:43.133Z] level=info msg="Execution took 36.696503745s" [2025-12-24T07:25:43.133Z] go vet ./... [2025-12-24T07:25:48.400Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-12-24T07:25:48.659Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-12-24T07:25:48.659Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-12-24T07:25:48.934Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-12-24T07:25:49.243Z] + ls -al . [2025-12-24T07:25:49.243Z] total 1392 [2025-12-24T07:25:49.243Z] drwxrwxr-x 11 1001 1001 4096 Dec 24 07:23 . [2025-12-24T07:25:49.243Z] drwxr-xr-x 4 root root 4096 Dec 24 07:23 .. [2025-12-24T07:25:49.243Z] drwxrwxr-x 2 1001 1001 4096 Dec 24 07:22 .blubracket [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 10 Dec 24 07:22 .dockerignore [2025-12-24T07:25:49.243Z] drwxrwxr-x 8 1001 1001 4096 Dec 24 07:25 .git [2025-12-24T07:25:49.243Z] drwxrwxr-x 3 1001 1001 4096 Dec 24 07:22 .github [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 909 Dec 24 07:22 .gitignore [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 359 Dec 24 07:22 .golangci.yml [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 100 Dec 24 07:22 .hadolint.yml [2025-12-24T07:25:49.243Z] drwxr-xr-x 3 1001 1001 4096 Dec 24 07:23 .semver [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 155 Dec 24 07:22 .sonarcloud.properties [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 1171 Dec 24 07:22 ADOPTERS.md [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 20017 Dec 24 07:22 Attribution.txt [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 108018 Dec 24 07:22 CHANGELOG.md [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 3804 Dec 24 07:22 CONTRIBUTING.md [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 677 Dec 24 07:22 GOVERNANCE.md [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 886 Dec 24 07:22 Jenkinsfile [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 10775 Dec 24 07:22 LICENSE [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 16739 Dec 24 07:22 Makefile [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 582 Dec 24 07:22 OWNERS.md [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 9932 Dec 24 07:22 README.md [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 789 Dec 24 07:22 SECURITY.md [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 12 Dec 24 07:23 VERSION [2025-12-24T07:25:49.243Z] drwxrwxr-x 2 1001 1001 4096 Dec 24 07:22 bin [2025-12-24T07:25:49.243Z] drwxrwxr-x 19 1001 1001 4096 Dec 24 07:22 cmd [2025-12-24T07:25:49.243Z] -rw-r--r-- 1 root root 1043597 Dec 24 07:25 coverage.out [2025-12-24T07:25:49.243Z] drwxrwxr-x 2 1001 1001 4096 Dec 24 07:22 fuzz_test [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 7070 Dec 24 07:22 go.mod [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 90674 Dec 24 07:22 go.sum [2025-12-24T07:25:49.243Z] drwxrwxr-x 7 1001 1001 4096 Dec 24 07:22 internal [2025-12-24T07:25:49.243Z] drwxrwxr-x 2 1001 1001 4096 Dec 24 07:22 openapi [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 584 Dec 24 07:22 security.txt [2025-12-24T07:25:49.243Z] -rw-rw-r-- 1 1001 1001 204 Dec 24 07:22 version.go [Pipeline] sh [2025-12-24T07:25:49.529Z] + '[' -e coverage.out ] [2025-12-24T07:25:49.529Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-12-24T07:25:49.679Z] Stashed 1 file(s) [Pipeline] sh [2025-12-24T07:25:49.968Z] + make build [2025-12-24T07:25:49.968Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-12-24T07:25:54.667Z] 5dab1238d3d9: Pull complete [2025-12-24T07:25:54.667Z] 196fd7d83e7d: Pull complete [2025-12-24T07:25:54.667Z] 4f4fb700ef54: Pull complete [2025-12-24T07:25:54.948Z] 8ba94037c8f0: Pull complete [2025-12-24T07:26:05.050Z] deaec5988b04: Pull complete [2025-12-24T07:26:05.317Z] 9f65657bb879: Pull complete [2025-12-24T07:26:05.317Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2025-12-24T07:26:05.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-12-24T07:26:05.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2025-12-24T07:26:05.665Z] + docker build -t ci-base-image-arm64 -f - . [2025-12-24T07:26:05.665Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-12-24T07:26:05.665Z] WORKDIR /edgex [2025-12-24T07:26:05.665Z] COPY go.mod . [2025-12-24T07:26:05.665Z] RUN go mod download [2025-12-24T07:26:06.257Z] Sending build context to Docker daemon 3.887MB [2025-12-24T07:26:06.257Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-12-24T07:26:06.257Z] ---> 334268110677 [2025-12-24T07:26:06.257Z] Step 2/4 : WORKDIR /edgex [2025-12-24T07:26:08.201Z] ---> Running in 03673b7e9666 [2025-12-24T07:26:08.468Z] Removing intermediate container 03673b7e9666 [2025-12-24T07:26:08.468Z] ---> 94618e41bd28 [2025-12-24T07:26:08.468Z] Step 3/4 : COPY go.mod . [2025-12-24T07:26:09.053Z] ---> 659bf9aa4381 [2025-12-24T07:26:09.053Z] Step 4/4 : RUN go mod download [2025-12-24T07:26:09.053Z] ---> Running in df699f428084 [2025-12-24T07:26:16.540Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-12-24T07:26:17.108Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-12-24T07:26:19.011Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-12-24T07:26:19.950Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-12-24T07:26:21.856Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-12-24T07:26:27.127Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-12-24T07:26:29.661Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-12-24T07:26:32.192Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-12-24T07:26:34.726Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-12-24T07:26:36.631Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-12-24T07:26:38.003Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-12-24T07:26:38.939Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-12-24T07:26:40.858Z] $ docker stop --time=1 c6b8bfbc1f17519f41dd3fd8a16165d27b493bb56eeb834da6b77d8a9fa7aef0 [2025-12-24T07:26:43.612Z] $ docker rm -f --volumes c6b8bfbc1f17519f41dd3fd8a16165d27b493bb56eeb834da6b77d8a9fa7aef0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:26:44.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-12-24T07:26:44.974Z] [2025-12-24T07:26:44.974Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:26:45.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-12-24T07:26:45.281Z] latest: Pulling from edgex-devops/edgex-compose [2025-12-24T07:26:45.281Z] 91d30c5bc195: Pulling fs layer [2025-12-24T07:26:45.281Z] 2e9b0aa3be6d: Pulling fs layer [2025-12-24T07:26:45.281Z] 9c61dcf015f6: Pulling fs layer [2025-12-24T07:26:45.281Z] 4698f68db338: Pulling fs layer [2025-12-24T07:26:45.281Z] 2a2f49069b9e: Pulling fs layer [2025-12-24T07:26:45.281Z] e0025b399a48: Pulling fs layer [2025-12-24T07:26:45.281Z] 2a2f49069b9e: Waiting [2025-12-24T07:26:45.281Z] e0025b399a48: Waiting [2025-12-24T07:26:45.281Z] 4698f68db338: Waiting [2025-12-24T07:26:45.281Z] 91d30c5bc195: Download complete [2025-12-24T07:26:45.281Z] 4698f68db338: Verifying Checksum [2025-12-24T07:26:45.281Z] 4698f68db338: Download complete [2025-12-24T07:26:45.539Z] 2e9b0aa3be6d: Verifying Checksum [2025-12-24T07:26:45.539Z] 2e9b0aa3be6d: Download complete [2025-12-24T07:26:45.539Z] 91d30c5bc195: Pull complete [2025-12-24T07:26:45.539Z] e0025b399a48: Verifying Checksum [2025-12-24T07:26:45.539Z] e0025b399a48: Download complete [2025-12-24T07:26:45.539Z] 2a2f49069b9e: Verifying Checksum [2025-12-24T07:26:45.539Z] 2a2f49069b9e: Download complete [2025-12-24T07:26:45.797Z] 2e9b0aa3be6d: Pull complete [2025-12-24T07:26:46.367Z] 9c61dcf015f6: Verifying Checksum [2025-12-24T07:26:46.367Z] 9c61dcf015f6: Download complete [2025-12-24T07:26:50.565Z] 9c61dcf015f6: Pull complete [2025-12-24T07:26:50.565Z] 4698f68db338: Pull complete [2025-12-24T07:26:50.565Z] 2a2f49069b9e: Pull complete [2025-12-24T07:26:50.565Z] e0025b399a48: Pull complete [2025-12-24T07:26:50.565Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-12-24T07:26:50.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-12-24T07:26:50.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T07:26:50.667Z] prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container [2025-12-24T07:26:50.703Z] $ 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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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-12-24T07:26:51.721Z] $ docker top e8b5f1ddf9a357c7695f686337971b6a8d0450349ccd355c50ea0d0ea3f556dd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-24T07:26:52.054Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-12-24T07:26:52.314Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #1 transferring dockerfile: 1.81kB done [2025-12-24T07:26:52.314Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-12-24T07:26:52.314Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-12-24T07:26:52.314Z] #1 DONE 0.1s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #2 [core-data internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #2 transferring dockerfile: 2.04kB done [2025-12-24T07:26:52.314Z] #2 DONE 0.2s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #3 transferring dockerfile: 1.89kB done [2025-12-24T07:26:52.314Z] #3 DONE 0.1s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #4 [security-spire-config internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #4 transferring dockerfile: 1.69kB done [2025-12-24T07:26:52.314Z] #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-12-24T07:26:52.314Z] #4 DONE 0.1s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #5 transferring dockerfile: 3.02kB done [2025-12-24T07:26:52.314Z] #5 DONE 0.1s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #6 [core-keeper internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #6 transferring dockerfile: 2.01kB done [2025-12-24T07:26:52.314Z] #6 DONE 0.2s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #7 [support-notifications internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #7 transferring dockerfile: 2.02kB done [2025-12-24T07:26:52.314Z] #7 DONE 0.2s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #8 [security-spire-server internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #8 transferring dockerfile: 1.70kB done [2025-12-24T07:26:52.314Z] #8 DONE 0.2s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #9 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-12-24T07:26:52.314Z] #9 DONE 0.0s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #10 transferring dockerfile: 2.14kB done [2025-12-24T07:26:52.314Z] #10 DONE 0.2s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #11 [core-metadata internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #11 transferring dockerfile: 2.10kB done [2025-12-24T07:26:52.314Z] #11 DONE 0.2s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #12 [core-command internal] load build definition from Dockerfile [2025-12-24T07:26:52.314Z] #12 transferring dockerfile: 1.94kB done [2025-12-24T07:26:52.314Z] #12 DONE 0.2s [2025-12-24T07:26:52.314Z] [2025-12-24T07:26:52.314Z] #13 [core-keeper internal] load .dockerignore [2025-12-24T07:26:52.574Z] #13 transferring context: 50B done [2025-12-24T07:26:52.574Z] #13 DONE 0.1s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-12-24T07:26:52.574Z] #14 transferring dockerfile: 2.49kB done [2025-12-24T07:26:52.574Z] #14 DONE 0.2s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2025-12-24T07:26:52.574Z] #15 transferring dockerfile: 2.50kB done [2025-12-24T07:26:52.574Z] #15 DONE 0.2s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #16 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-12-24T07:26:52.574Z] #16 transferring dockerfile: 2.23kB done [2025-12-24T07:26:52.574Z] #16 DONE 0.2s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #17 [support-scheduler internal] load build definition from Dockerfile [2025-12-24T07:26:52.574Z] #17 transferring dockerfile: 1.83kB done [2025-12-24T07:26:52.574Z] #17 DONE 0.2s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #9 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-12-24T07:26:52.574Z] #9 DONE 0.0s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2025-12-24T07:26:52.574Z] #18 transferring context: 50B done [2025-12-24T07:26:52.574Z] #18 DONE 0.1s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #19 [security-bootstrapper internal] load .dockerignore [2025-12-24T07:26:52.574Z] #19 transferring context: 50B done [2025-12-24T07:26:52.574Z] #19 DONE 0.1s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #20 [core-data internal] load .dockerignore [2025-12-24T07:26:52.574Z] #20 transferring context: 50B done [2025-12-24T07:26:52.574Z] #20 DONE 0.1s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #21 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2025-12-24T07:26:52.574Z] #21 DONE 0.2s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #22 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:26:52.574Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:26:52.574Z] #22 ... [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #23 [core-command internal] load .dockerignore [2025-12-24T07:26:52.574Z] #23 transferring context: 50B done [2025-12-24T07:26:52.574Z] #23 DONE 0.1s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #24 [support-notifications internal] load .dockerignore [2025-12-24T07:26:52.574Z] #24 transferring context: 50B done [2025-12-24T07:26:52.574Z] #24 DONE 0.1s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #25 [core-metadata internal] load .dockerignore [2025-12-24T07:26:52.574Z] #25 transferring context: 50B done [2025-12-24T07:26:52.574Z] #25 DONE 0.1s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #26 [security-proxy-auth internal] load .dockerignore [2025-12-24T07:26:52.574Z] #26 transferring context: 50B done [2025-12-24T07:26:52.574Z] #26 DONE 0.1s [2025-12-24T07:26:52.574Z] [2025-12-24T07:26:52.574Z] #22 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:26:52.574Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:26:52.574Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:26:52.574Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-24T07:26:52.574Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-24T07:26:52.832Z] #22 ... [2025-12-24T07:26:52.832Z] [2025-12-24T07:26:52.832Z] #27 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2025-12-24T07:26:52.832Z] #27 DONE 0.6s [2025-12-24T07:26:52.832Z] [2025-12-24T07:26:52.832Z] #28 [core-common-config-bootstrapper internal] load .dockerignore [2025-12-24T07:26:52.832Z] #28 transferring context: 50B done [2025-12-24T07:26:52.832Z] #28 DONE 0.4s [2025-12-24T07:26:52.832Z] [2025-12-24T07:26:52.832Z] #29 [security-secretstore-setup internal] load .dockerignore [2025-12-24T07:26:52.832Z] #29 transferring context: 50B 0.0s done [2025-12-24T07:26:52.832Z] #29 DONE 0.4s [2025-12-24T07:26:53.097Z] [2025-12-24T07:26:53.097Z] #30 [support-scheduler internal] load .dockerignore [2025-12-24T07:26:53.097Z] #30 transferring context: 50B done [2025-12-24T07:26:53.097Z] #30 DONE 0.5s [2025-12-24T07:26:53.097Z] [2025-12-24T07:26:53.097Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2025-12-24T07:26:53.097Z] #31 DONE 0.7s [2025-12-24T07:26:53.097Z] [2025-12-24T07:26:53.097Z] #32 [security-proxy-setup internal] load .dockerignore [2025-12-24T07:26:53.097Z] #32 transferring context: 50B done [2025-12-24T07:26:53.097Z] #32 DONE 0.5s [2025-12-24T07:26:53.097Z] [2025-12-24T07:26:53.097Z] #22 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:26:53.097Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:26:53.097Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:26:53.097Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-24T07:26:53.097Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-24T07:26:53.355Z] #22 ... [2025-12-24T07:26:53.355Z] [2025-12-24T07:26:53.355Z] #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-12-24T07:26:53.355Z] #33 DONE 0.8s [2025-12-24T07:26:53.355Z] [2025-12-24T07:26:53.355Z] #34 [security-spire-config internal] load .dockerignore [2025-12-24T07:26:53.355Z] #34 transferring context: 50B 0.0s done [2025-12-24T07:26:53.355Z] #34 DONE 0.5s [2025-12-24T07:26:53.355Z] [2025-12-24T07:26:53.355Z] #35 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-12-24T07:26:53.614Z] #35 ... [2025-12-24T07:26:53.614Z] [2025-12-24T07:26:53.614Z] #36 [security-spire-agent internal] load .dockerignore [2025-12-24T07:26:53.614Z] #36 transferring context: 50B done [2025-12-24T07:26:53.614Z] #36 DONE 0.6s [2025-12-24T07:26:53.872Z] [2025-12-24T07:26:53.872Z] #37 [security-secretstore-setup internal] load build context [2025-12-24T07:26:54.131Z] #37 ... [2025-12-24T07:26:54.131Z] [2025-12-24T07:26:54.131Z] #38 [security-spire-server internal] load .dockerignore [2025-12-24T07:26:54.131Z] #38 transferring context: 50B 0.0s done [2025-12-24T07:26:54.131Z] #38 DONE 1.4s [2025-12-24T07:26:54.131Z] [2025-12-24T07:26:54.131Z] #37 [security-secretstore-setup internal] load build context [2025-12-24T07:26:56.060Z] #37 ... [2025-12-24T07:26:56.060Z] [2025-12-24T07:26:56.060Z] #35 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-12-24T07:26:56.060Z] #35 DONE 2.5s [2025-12-24T07:26:56.060Z] [2025-12-24T07:26:56.060Z] #37 [security-secretstore-setup internal] load build context [2025-12-24T07:26:58.604Z] #37 transferring context: 170.91MB 5.3s [2025-12-24T07:27:01.889Z] #37 ... [2025-12-24T07:27:01.889Z] [2025-12-24T07:27:01.889Z] #39 [core-keeper internal] load build context [2025-12-24T07:27:01.889Z] #39 ... [2025-12-24T07:27:01.889Z] [2025-12-24T07:27:01.889Z] #37 [security-secretstore-setup internal] load build context [2025-12-24T07:27:02.455Z] #37 ... [2025-12-24T07:27:02.455Z] [2025-12-24T07:27:02.455Z] #40 [core-data internal] load build context [2025-12-24T07:27:02.714Z] #40 ... [2025-12-24T07:27:02.714Z] [2025-12-24T07:27:02.714Z] #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:02.714Z] #0 1.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:02.714Z] #0 1.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:02.714Z] #0 2.026 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:02.714Z] #0 2.030 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:02.714Z] #0 2.036 OK: 7 MiB in 17 packages [2025-12-24T07:27:02.714Z] #41 ... [2025-12-24T07:27:02.714Z] [2025-12-24T07:27:02.714Z] #42 [security-proxy-auth internal] load build context [2025-12-24T07:27:02.970Z] #42 ... [2025-12-24T07:27:02.970Z] [2025-12-24T07:27:02.970Z] #43 [security-spiffe-token-provider internal] load build context [2025-12-24T07:27:02.970Z] #43 ... [2025-12-24T07:27:02.970Z] [2025-12-24T07:27:02.970Z] #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-24T07:27:02.970Z] #0 1.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:02.970Z] #0 1.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:02.970Z] #0 1.573 (1/2) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:02.970Z] #0 1.581 (2/2) Installing su-exec (0.2-r3) [2025-12-24T07:27:02.970Z] #0 1.669 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:02.970Z] #0 1.677 OK: 7 MiB in 18 packages [2025-12-24T07:27:02.970Z] #44 ... [2025-12-24T07:27:02.970Z] [2025-12-24T07:27:02.970Z] #45 [security-proxy-setup internal] load build context [2025-12-24T07:27:03.230Z] #45 ... [2025-12-24T07:27:03.230Z] [2025-12-24T07:27:03.230Z] #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-24T07:27:03.230Z] #46 ... [2025-12-24T07:27:03.230Z] [2025-12-24T07:27:03.230Z] #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-24T07:27:03.489Z] #47 ... [2025-12-24T07:27:03.489Z] [2025-12-24T07:27:03.489Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-24T07:27:03.489Z] #48 ... [2025-12-24T07:27:03.489Z] [2025-12-24T07:27:03.489Z] #49 [core-command internal] load build context [2025-12-24T07:27:03.489Z] #49 transferring context: 555.12MB 10.8s [2025-12-24T07:27:03.489Z] #49 ... [2025-12-24T07:27:03.489Z] [2025-12-24T07:27:03.489Z] #50 [support-notifications internal] load build context [2025-12-24T07:27:03.748Z] #50 ... [2025-12-24T07:27:03.748Z] [2025-12-24T07:27:03.748Z] #51 [core-common-config-bootstrapper internal] load build context [2025-12-24T07:27:03.748Z] #51 ... [2025-12-24T07:27:03.748Z] [2025-12-24T07:27:03.748Z] #52 [support-scheduler internal] load build context [2025-12-24T07:27:04.007Z] #52 ... [2025-12-24T07:27:04.007Z] [2025-12-24T07:27:04.007Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-24T07:27:04.007Z] #0 0.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:04.007Z] #0 0.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:04.007Z] #0 1.240 (1/7) Installing ca-certificates (20250911-r0) [2025-12-24T07:27:04.007Z] #0 1.255 (2/7) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:04.007Z] #0 1.283 (3/7) Installing libgcc (14.2.0-r6) [2025-12-24T07:27:04.007Z] #0 1.291 (4/7) Installing libsodium (1.0.20-r0) [2025-12-24T07:27:04.007Z] #0 1.292 (5/7) Installing libstdc++ (14.2.0-r6) [2025-12-24T07:27:04.007Z] #0 1.311 (6/7) Installing libzmq (4.3.5-r2) [2025-12-24T07:27:04.007Z] #0 1.321 (7/7) Installing zeromq (4.3.5-r2) [2025-12-24T07:27:04.007Z] #0 1.327 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:04.007Z] #0 1.347 Executing ca-certificates-20250911-r0.trigger [2025-12-24T07:27:04.007Z] #0 1.515 OK: 12 MiB in 23 packages [2025-12-24T07:27:04.007Z] #53 ... [2025-12-24T07:27:04.007Z] [2025-12-24T07:27:04.007Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-24T07:27:04.007Z] #54 ... [2025-12-24T07:27:04.007Z] [2025-12-24T07:27:04.007Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-24T07:27:04.007Z] #0 0.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:04.007Z] #0 0.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:04.007Z] #0 1.230 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-24T07:27:04.007Z] #0 1.230 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-24T07:27:04.007Z] #0 1.230 OK: 26327 distinct packages available [2025-12-24T07:27:04.007Z] #0 1.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:04.007Z] #0 1.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:04.007Z] #0 1.677 (1/13) Installing brotli-libs (1.1.0-r2) [2025-12-24T07:27:04.007Z] #0 1.694 (2/13) Installing c-ares (1.34.6-r0) [2025-12-24T07:27:04.007Z] #0 1.702 (3/13) Installing libunistring (1.3-r0) [2025-12-24T07:27:04.007Z] #0 1.724 (4/13) Installing libidn2 (2.3.7-r0) [2025-12-24T07:27:04.007Z] #0 1.727 (5/13) Installing nghttp2-libs (1.65.0-r0) [2025-12-24T07:27:04.007Z] #0 1.731 (6/13) Installing libpsl (0.21.5-r3) [2025-12-24T07:27:04.007Z] #0 1.738 (7/13) Installing zstd-libs (1.5.7-r0) [2025-12-24T07:27:04.007Z] #0 1.745 (8/13) Installing libcurl (8.14.1-r2) [2025-12-24T07:27:04.007Z] #0 1.756 (9/13) Installing curl (8.14.1-r2) [2025-12-24T07:27:04.007Z] #0 1.882 (10/13) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:04.007Z] #0 1.882 (11/13) Installing musl-obstack (1.2.3-r2) [2025-12-24T07:27:04.007Z] #0 1.882 (12/13) Installing libucontext (1.3.2-r0) [2025-12-24T07:27:04.007Z] #0 1.882 (13/13) Installing gcompat (1.1.0-r4) [2025-12-24T07:27:04.007Z] #0 1.887 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:04.007Z] #0 1.898 OK: 13 MiB in 29 packages [2025-12-24T07:27:04.266Z] #55 ... [2025-12-24T07:27:04.266Z] [2025-12-24T07:27:04.266Z] #56 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:04.266Z] #0 1.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:04.266Z] #0 1.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:04.266Z] #0 1.739 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:04.266Z] #0 1.739 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:04.266Z] #0 1.751 OK: 7 MiB in 17 packages [2025-12-24T07:27:04.266Z] #56 ... [2025-12-24T07:27:04.266Z] [2025-12-24T07:27:04.266Z] #57 [security-bootstrapper internal] load build context [2025-12-24T07:27:04.543Z] #57 ... [2025-12-24T07:27:04.543Z] [2025-12-24T07:27:04.543Z] #58 [core-metadata internal] load build context [2025-12-24T07:27:04.802Z] #58 ... [2025-12-24T07:27:04.802Z] [2025-12-24T07:27:04.802Z] #42 [security-proxy-auth internal] load build context [2025-12-24T07:27:05.062Z] #42 ... [2025-12-24T07:27:05.062Z] [2025-12-24T07:27:05.062Z] #59 [security-spire-config internal] load build context [2025-12-24T07:27:05.062Z] #59 transferring context: 24.70kB 0.0s done [2025-12-24T07:27:05.324Z] #59 ... [2025-12-24T07:27:05.324Z] [2025-12-24T07:27:05.324Z] #22 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:05.324Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:05.324Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:05.324Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-24T07:27:05.324Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-24T07:27:05.324Z] #22 ... [2025-12-24T07:27:05.324Z] [2025-12-24T07:27:05.324Z] #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:05.324Z] #60 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 7.2s done [2025-12-24T07:27:05.464Z] Removing intermediate container df699f428084 [2025-12-24T07:27:05.464Z] ---> 434b04b8846d [2025-12-24T07:27:05.464Z] Successfully built 434b04b8846d [2025-12-24T07:27:05.464Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:27:05.813Z] + docker inspect -f . ci-base-image-arm64 [2025-12-24T07:27:05.813Z] . [Pipeline] } [2025-12-24T07:27:05.836Z] #60 ... [2025-12-24T07:27:05.836Z] [2025-12-24T07:27:05.836Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-24T07:27:05.836Z] #61 ... [2025-12-24T07:27:05.836Z] [2025-12-24T07:27:05.836Z] #50 [support-notifications internal] load build context [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T07:27:06.025Z] prd-ubuntu20.04-docker-arm64-4c-16g-775640 does not seem to be running inside a container [2025-12-24T07:27:06.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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-arm64 cat [2025-12-24T07:27:06.098Z] #50 transferring context: 518.14MB 13.2s [2025-12-24T07:27:06.098Z] #50 ... [2025-12-24T07:27:06.098Z] [2025-12-24T07:27:06.098Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-24T07:27:06.098Z] #62 ... [2025-12-24T07:27:06.098Z] [2025-12-24T07:27:06.098Z] #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-24T07:27:06.356Z] #63 ... [2025-12-24T07:27:06.356Z] [2025-12-24T07:27:06.356Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-24T07:27:06.356Z] #64 ... [2025-12-24T07:27:06.356Z] [2025-12-24T07:27:06.356Z] #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-24T07:27:06.615Z] #65 ... [2025-12-24T07:27:06.615Z] [2025-12-24T07:27:06.615Z] #66 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:27:06.615Z] #66 ... [2025-12-24T07:27:06.615Z] [2025-12-24T07:27:06.615Z] #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:27:06.873Z] #67 ... [2025-12-24T07:27:06.873Z] [2025-12-24T07:27:06.873Z] #50 [support-notifications internal] load build context [2025-12-24T07:27:06.873Z] #50 transferring context: 608.32MB 14.0s done [2025-12-24T07:27:07.302Z] $ docker top 8de25ace174c2410abba5e826d460315bf6dc5ba664909c6d3c058b3f2515a00 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-24T07:27:08.166Z] + go version [2025-12-24T07:27:08.166Z] go version go1.25.3 linux/arm64 [Pipeline] } [2025-12-24T07:27:08.185Z] $ docker stop --time=1 8de25ace174c2410abba5e826d460315bf6dc5ba664909c6d3c058b3f2515a00 [2025-12-24T07:27:09.799Z] $ docker rm -f --volumes 8de25ace174c2410abba5e826d460315bf6dc5ba664909c6d3c058b3f2515a00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:27:10.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-12-24T07:27:10.476Z] [2025-12-24T07:27:10.476Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:27:10.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-12-24T07:27:10.819Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-12-24T07:27:10.819Z] 547446be3368: Pulling fs layer [2025-12-24T07:27:10.819Z] d125d8839a47: Pulling fs layer [2025-12-24T07:27:10.819Z] 3e85d5ac6304: Pulling fs layer [2025-12-24T07:27:10.819Z] c3105a71a48b: Pulling fs layer [2025-12-24T07:27:10.819Z] 0f093f025ec4: Pulling fs layer [2025-12-24T07:27:10.819Z] c3106fc0e877: Pulling fs layer [2025-12-24T07:27:10.819Z] c3105a71a48b: Waiting [2025-12-24T07:27:10.819Z] c3106fc0e877: Waiting [2025-12-24T07:27:10.819Z] 0f093f025ec4: Waiting [2025-12-24T07:27:11.079Z] #50 ... [2025-12-24T07:27:11.079Z] [2025-12-24T07:27:11.079Z] #59 [security-spire-config internal] load build context [2025-12-24T07:27:11.079Z] #59 DONE 15.9s [2025-12-24T07:27:11.079Z] [2025-12-24T07:27:11.079Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-24T07:27:11.079Z] #55 DONE 18.5s [2025-12-24T07:27:11.079Z] [2025-12-24T07:27:11.079Z] #49 [core-command internal] load build context [2025-12-24T07:27:11.079Z] #49 transferring context: 608.32MB 11.7s done [2025-12-24T07:27:11.079Z] #49 DONE 18.6s [2025-12-24T07:27:11.079Z] [2025-12-24T07:27:11.079Z] #56 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:11.079Z] #56 DONE 18.5s [2025-12-24T07:27:11.079Z] [2025-12-24T07:27:11.079Z] #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:11.079Z] #41 DONE 18.5s [2025-12-24T07:27:11.086Z] 547446be3368: Verifying Checksum [2025-12-24T07:27:11.086Z] 547446be3368: Download complete [2025-12-24T07:27:11.086Z] c3105a71a48b: Verifying Checksum [2025-12-24T07:27:11.086Z] c3105a71a48b: Download complete [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-24T07:27:11.340Z] #44 DONE 18.6s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-24T07:27:11.340Z] #47 DONE 18.6s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-24T07:27:11.340Z] #53 DONE 18.6s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #57 [security-bootstrapper internal] load build context [2025-12-24T07:27:11.340Z] #57 transferring context: 608.32MB 12.2s done [2025-12-24T07:27:11.340Z] #57 DONE 18.7s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #40 [core-data internal] load build context [2025-12-24T07:27:11.340Z] #40 transferring context: 608.32MB 12.5s done [2025-12-24T07:27:11.340Z] #40 DONE 18.7s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #43 [security-spiffe-token-provider internal] load build context [2025-12-24T07:27:11.340Z] #43 transferring context: 608.32MB 12.6s done [2025-12-24T07:27:11.340Z] #43 DONE 18.8s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #22 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:11.340Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:11.340Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:11.340Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-24T07:27:11.340Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-24T07:27:11.340Z] #22 ... [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #42 [security-proxy-auth internal] load build context [2025-12-24T07:27:11.340Z] #42 transferring context: 608.32MB 12.5s done [2025-12-24T07:27:11.340Z] #42 DONE 18.7s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #52 [support-scheduler internal] load build context [2025-12-24T07:27:11.340Z] #52 transferring context: 608.32MB 12.2s done [2025-12-24T07:27:11.340Z] #52 DONE 18.3s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #51 [core-common-config-bootstrapper internal] load build context [2025-12-24T07:27:11.340Z] #51 transferring context: 608.32MB 12.9s done [2025-12-24T07:27:11.340Z] #51 DONE 18.3s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #37 [security-secretstore-setup internal] load build context [2025-12-24T07:27:11.340Z] #37 transferring context: 608.32MB 13.2s done [2025-12-24T07:27:11.340Z] #37 DONE 18.3s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #50 [support-notifications internal] load build context [2025-12-24T07:27:11.340Z] #50 DONE 18.8s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #58 [core-metadata internal] load build context [2025-12-24T07:27:11.340Z] #58 transferring context: 608.32MB 14.0s done [2025-12-24T07:27:11.340Z] #58 DONE 18.8s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #45 [security-proxy-setup internal] load build context [2025-12-24T07:27:11.340Z] #45 transferring context: 608.32MB 13.6s done [2025-12-24T07:27:11.340Z] #45 DONE 18.3s [2025-12-24T07:27:11.340Z] [2025-12-24T07:27:11.340Z] #39 [core-keeper internal] load build context [2025-12-24T07:27:11.340Z] #39 transferring context: 608.32MB 14.3s done [2025-12-24T07:27:11.340Z] #39 DONE 18.8s [2025-12-24T07:27:11.359Z] d125d8839a47: Verifying Checksum [2025-12-24T07:27:11.359Z] d125d8839a47: Download complete [2025-12-24T07:27:11.359Z] c3106fc0e877: Verifying Checksum [2025-12-24T07:27:11.359Z] c3106fc0e877: Download complete [2025-12-24T07:27:11.599Z] [2025-12-24T07:27:11.599Z] #68 [security-spire-agent internal] load build context [2025-12-24T07:27:11.599Z] #68 transferring context: 25.98kB done [2025-12-24T07:27:11.599Z] #68 DONE 0.4s [2025-12-24T07:27:11.599Z] [2025-12-24T07:27:11.599Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:27:11.599Z] #69 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.1s done [2025-12-24T07:27:11.599Z] #69 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2025-12-24T07:27:11.599Z] #69 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done [2025-12-24T07:27:11.599Z] #69 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.1s done [2025-12-24T07:27:11.600Z] #69 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2025-12-24T07:27:11.600Z] #69 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2025-12-24T07:27:11.600Z] #69 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2025-12-24T07:27:11.600Z] #69 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2025-12-24T07:27:11.600Z] #69 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done [2025-12-24T07:27:11.600Z] #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 2.10MB / 19.17MB 0.3s [2025-12-24T07:27:11.600Z] #69 ... [2025-12-24T07:27:11.600Z] [2025-12-24T07:27:11.600Z] #70 [security-spire-server internal] load build context [2025-12-24T07:27:11.600Z] #70 transferring context: 26.44kB 0.0s done [2025-12-24T07:27:11.600Z] #70 DONE 0.5s [2025-12-24T07:27:11.600Z] [2025-12-24T07:27:11.600Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:27:11.600Z] #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 6.29MB / 19.17MB 0.4s [2025-12-24T07:27:11.600Z] #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 15.73MB / 19.17MB 0.6s [2025-12-24T07:27:11.628Z] 0f093f025ec4: Verifying Checksum [2025-12-24T07:27:11.628Z] 0f093f025ec4: Download complete [2025-12-24T07:27:11.628Z] 547446be3368: Pull complete [2025-12-24T07:27:11.857Z] #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.7s [2025-12-24T07:27:11.857Z] #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.7s done [2025-12-24T07:27:11.857Z] #69 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 [2025-12-24T07:27:12.791Z] #69 ... [2025-12-24T07:27:12.791Z] [2025-12-24T07:27:12.791Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-24T07:27:12.791Z] #48 18.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:12.791Z] #48 18.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:12.791Z] #48 18.76 (1/3) Installing ca-certificates (20250911-r0) [2025-12-24T07:27:12.791Z] #48 18.78 (2/3) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:12.791Z] #48 18.78 (3/3) Installing tzdata (2025c-r0) [2025-12-24T07:27:12.791Z] #48 18.82 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:12.791Z] #48 18.82 Executing ca-certificates-20250911-r0.trigger [2025-12-24T07:27:12.791Z] #48 18.88 OK: 8 MiB in 19 packages [2025-12-24T07:27:12.791Z] #48 DONE 19.5s [2025-12-24T07:27:12.791Z] [2025-12-24T07:27:12.791Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:27:12.791Z] #69 ... [2025-12-24T07:27:12.791Z] [2025-12-24T07:27:12.791Z] #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-24T07:27:12.791Z] #46 18.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:12.791Z] #46 18.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:12.791Z] #46 18.87 (1/4) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:12.791Z] #46 18.88 (2/4) Installing openssl (3.5.4-r0) [2025-12-24T07:27:12.791Z] #46 18.89 (3/4) Installing su-exec (0.2-r3) [2025-12-24T07:27:12.791Z] #46 18.90 (4/4) Installing yq-go (4.47.2-r2) [2025-12-24T07:27:12.791Z] #46 18.97 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:12.791Z] #46 18.99 OK: 20 MiB in 20 packages [2025-12-24T07:27:12.791Z] #46 DONE 19.6s [2025-12-24T07:27:12.791Z] [2025-12-24T07:27:12.791Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-24T07:27:12.791Z] #64 15.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:12.791Z] #64 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:12.791Z] #64 15.85 OK: 265 MiB in 60 packages [2025-12-24T07:27:12.791Z] #64 DONE 16.6s [2025-12-24T07:27:12.791Z] [2025-12-24T07:27:12.792Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-24T07:27:12.792Z] #54 18.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:12.792Z] #54 18.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:12.792Z] #54 19.04 (1/4) Installing ca-certificates (20250911-r0) [2025-12-24T07:27:12.792Z] #54 19.07 (2/4) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:12.792Z] #54 19.07 (3/4) Installing su-exec (0.2-r3) [2025-12-24T07:27:12.792Z] #54 19.08 (4/4) Installing yq-go (4.47.2-r2) [2025-12-24T07:27:12.792Z] #54 19.15 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:12.792Z] #54 19.17 Executing ca-certificates-20250911-r0.trigger [2025-12-24T07:27:12.792Z] #54 19.27 OK: 20 MiB in 20 packages [2025-12-24T07:27:12.792Z] #54 DONE 19.6s [2025-12-24T07:27:12.792Z] [2025-12-24T07:27:12.792Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:12.792Z] #60 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 7.2s done [2025-12-24T07:27:12.792Z] #60 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2025-12-24T07:27:12.792Z] #60 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2025-12-24T07:27:12.792Z] #60 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2025-12-24T07:27:12.792Z] #60 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done [2025-12-24T07:27:12.792Z] #60 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2025-12-24T07:27:12.792Z] #60 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.1s done [2025-12-24T07:27:12.792Z] #60 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2025-12-24T07:27:12.792Z] #60 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.8s done [2025-12-24T07:27:12.792Z] #60 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2025-12-24T07:27:12.792Z] #60 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2025-12-24T07:27:12.792Z] #60 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0.9s [2025-12-24T07:27:13.048Z] #60 ... [2025-12-24T07:27:13.048Z] [2025-12-24T07:27:13.048Z] #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-24T07:27:13.048Z] #63 DONE 17.0s [2025-12-24T07:27:13.048Z] [2025-12-24T07:27:13.048Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:13.048Z] #60 ... [2025-12-24T07:27:13.048Z] [2025-12-24T07:27:13.048Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-24T07:27:13.048Z] #62 15.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.048Z] #62 15.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.048Z] #62 16.14 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-24T07:27:13.048Z] #62 16.14 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-24T07:27:13.048Z] #62 16.14 OK: 26329 distinct packages available [2025-12-24T07:27:13.048Z] #62 16.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.048Z] #62 16.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.048Z] #62 16.70 OK: 265 MiB in 60 packages [2025-12-24T07:27:13.048Z] #62 DONE 17.0s [2025-12-24T07:27:13.048Z] [2025-12-24T07:27:13.048Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-24T07:27:13.048Z] #61 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.048Z] #61 16.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.048Z] #61 16.84 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-24T07:27:13.048Z] #61 16.84 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-24T07:27:13.048Z] #61 16.84 OK: 26327 distinct packages available [2025-12-24T07:27:13.048Z] #61 16.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.048Z] #61 17.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.048Z] #61 17.42 (1/4) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:13.048Z] #61 17.43 (2/4) Installing musl-obstack (1.2.3-r2) [2025-12-24T07:27:13.048Z] #61 17.43 (3/4) Installing libucontext (1.3.2-r0) [2025-12-24T07:27:13.048Z] #61 17.43 (4/4) Installing gcompat (1.1.0-r4) [2025-12-24T07:27:13.048Z] #61 17.44 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:13.048Z] #61 17.45 OK: 8 MiB in 20 packages [2025-12-24T07:27:13.048Z] #61 DONE 17.9s [2025-12-24T07:27:13.048Z] [2025-12-24T07:27:13.048Z] #71 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:13.048Z] #71 DONE 0.5s [2025-12-24T07:27:13.048Z] [2025-12-24T07:27:13.049Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:13.307Z] #60 ... [2025-12-24T07:27:13.307Z] [2025-12-24T07:27:13.307Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:27:13.307Z] #0 1.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.307Z] #0 1.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.307Z] #0 1.711 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:13.307Z] #0 1.732 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:13.307Z] #0 1.875 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:13.307Z] #0 1.879 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:13.307Z] #0 1.880 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:13.307Z] #0 1.884 OK: 12 MiB in 23 packages [2025-12-24T07:27:13.307Z] #72 DONE 2.2s [2025-12-24T07:27:13.307Z] [2025-12-24T07:27:13.307Z] #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:27:13.307Z] #66 16.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.307Z] #66 16.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.307Z] #66 17.02 OK: 265 MiB in 60 packages [2025-12-24T07:27:13.307Z] #66 DONE 17.3s [2025-12-24T07:27:13.307Z] [2025-12-24T07:27:13.307Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:13.567Z] #60 ... [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:27:13.567Z] #67 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.567Z] #67 16.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.567Z] #67 17.08 OK: 265 MiB in 60 packages [2025-12-24T07:27:13.567Z] #67 DONE 17.3s [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:13.567Z] #73 DONE 0.3s [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:13.567Z] #60 ... [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:27:13.567Z] #69 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 1.2s done [2025-12-24T07:27:13.567Z] #69 DONE 2.4s [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:13.567Z] #60 ... [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-24T07:27:13.567Z] #65 16.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.567Z] #65 16.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.567Z] #65 17.21 OK: 265 MiB in 60 packages [2025-12-24T07:27:13.567Z] #65 DONE 17.6s [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:27:13.567Z] #0 1.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.567Z] #0 1.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:13.567Z] #0 2.110 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:13.567Z] #0 2.121 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:13.567Z] #0 2.228 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:13.567Z] #0 2.233 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:13.567Z] #0 2.237 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:13.567Z] #0 2.244 OK: 7 MiB in 17 packages [2025-12-24T07:27:13.567Z] #74 DONE 2.5s [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #75 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:13.567Z] #75 DONE 0.3s [2025-12-24T07:27:13.567Z] [2025-12-24T07:27:13.567Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:13.574Z] 3e85d5ac6304: Download complete [2025-12-24T07:27:14.136Z] #60 ... [2025-12-24T07:27:14.136Z] [2025-12-24T07:27:14.136Z] #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:14.136Z] #76 DONE 0.5s [2025-12-24T07:27:14.136Z] [2025-12-24T07:27:14.136Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:14.136Z] #60 ... [2025-12-24T07:27:14.136Z] [2025-12-24T07:27:14.136Z] #77 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-24T07:27:14.136Z] #0 1.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:14.136Z] #0 1.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:14.136Z] #0 2.135 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-24T07:27:14.136Z] #0 2.135 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-24T07:27:14.136Z] #0 2.135 OK: 26327 distinct packages available [2025-12-24T07:27:14.136Z] #0 2.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:14.136Z] #0 2.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:14.136Z] #0 2.658 (1/5) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:14.136Z] #0 2.663 (2/5) Installing musl-obstack (1.2.3-r2) [2025-12-24T07:27:14.136Z] #0 2.666 (3/5) Installing libucontext (1.3.2-r0) [2025-12-24T07:27:14.136Z] #0 2.669 (4/5) Installing gcompat (1.1.0-r4) [2025-12-24T07:27:14.136Z] #0 2.673 (5/5) Installing openssl (3.5.4-r0) [2025-12-24T07:27:14.136Z] #0 2.687 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:14.136Z] #0 2.696 OK: 8 MiB in 21 packages [2025-12-24T07:27:14.136Z] #77 DONE 3.0s [2025-12-24T07:27:14.136Z] [2025-12-24T07:27:14.136Z] #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:14.136Z] #0 1.395 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:14.136Z] #0 1.827 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:14.136Z] #0 2.419 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:14.136Z] #0 2.593 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:14.136Z] #0 2.603 OK: 7 MiB in 17 packages [2025-12-24T07:27:14.136Z] #78 DONE 2.9s [2025-12-24T07:27:14.136Z] [2025-12-24T07:27:14.136Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:14.136Z] #79 DONE 0.4s [2025-12-24T07:27:14.136Z] [2025-12-24T07:27:14.136Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:14.158Z] d125d8839a47: Pull complete [2025-12-24T07:27:14.705Z] #60 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 2.6s done [2025-12-24T07:27:14.705Z] #60 DONE 19.4s [2025-12-24T07:27:14.705Z] [2025-12-24T07:27:14.705Z] #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:15.272Z] #80 ... [2025-12-24T07:27:15.272Z] [2025-12-24T07:27:15.272Z] #81 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-12-24T07:27:15.272Z] #0 2.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.272Z] #0 3.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.272Z] #0 3.458 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 3.469 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:15.272Z] #0 3.535 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 3.536 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 3.552 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:15.272Z] #0 3.555 OK: 7 MiB in 17 packages [2025-12-24T07:27:15.272Z] #81 DONE 4.0s [2025-12-24T07:27:15.272Z] [2025-12-24T07:27:15.272Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-12-24T07:27:15.272Z] #0 3.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.272Z] #0 3.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.272Z] #0 3.574 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 3.590 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:15.272Z] #0 3.662 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 3.662 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 3.669 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:15.272Z] #0 3.681 OK: 7 MiB in 18 packages [2025-12-24T07:27:15.272Z] #82 DONE 4.0s [2025-12-24T07:27:15.272Z] [2025-12-24T07:27:15.272Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:27:15.272Z] #0 3.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.272Z] #0 3.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.272Z] #0 3.697 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 3.750 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:15.272Z] #0 4.016 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 4.017 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.272Z] #0 4.020 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:15.272Z] #0 4.034 OK: 13 MiB in 29 packages [2025-12-24T07:27:15.272Z] #83 DONE 4.2s [2025-12-24T07:27:15.272Z] [2025-12-24T07:27:15.272Z] #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-12-24T07:27:15.839Z] #84 ... [2025-12-24T07:27:15.839Z] [2025-12-24T07:27:15.839Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-24T07:27:15.839Z] #0 2.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.839Z] #0 2.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.839Z] #0 2.857 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 2.873 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:15.839Z] #0 2.914 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 2.917 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 2.921 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:15.839Z] #0 2.936 OK: 20 MiB in 20 packages [2025-12-24T07:27:15.839Z] #85 DONE 3.1s [2025-12-24T07:27:15.839Z] [2025-12-24T07:27:15.839Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-24T07:27:15.839Z] #0 2.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.839Z] #0 2.583 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.839Z] #0 2.927 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 2.943 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:15.839Z] #0 2.984 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 2.986 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 2.989 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:15.839Z] #0 2.998 OK: 20 MiB in 20 packages [2025-12-24T07:27:15.839Z] #86 DONE 3.2s [2025-12-24T07:27:15.839Z] [2025-12-24T07:27:15.839Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:27:15.839Z] #0 2.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.839Z] #0 2.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:15.839Z] #0 2.942 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 2.957 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:15.839Z] #0 3.008 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 3.012 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:15.839Z] #0 3.015 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:15.839Z] #0 3.025 OK: 8 MiB in 19 packages [2025-12-24T07:27:15.839Z] #87 DONE 3.2s [2025-12-24T07:27:15.839Z] [2025-12-24T07:27:15.839Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-12-24T07:27:15.839Z] #88 DONE 0.0s [2025-12-24T07:27:16.096Z] [2025-12-24T07:27:16.096Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:16.664Z] #89 ... [2025-12-24T07:27:16.664Z] [2025-12-24T07:27:16.664Z] #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-12-24T07:27:16.664Z] #84 DONE 1.4s [2025-12-24T07:27:16.664Z] [2025-12-24T07:27:16.664Z] #90 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-12-24T07:27:16.664Z] #90 DONE 0.0s [2025-12-24T07:27:16.664Z] [2025-12-24T07:27:16.664Z] #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-12-24T07:27:16.664Z] #0 2.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:16.664Z] #0 2.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:16.664Z] #0 2.563 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:16.664Z] #0 2.576 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:16.664Z] #0 2.638 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:16.664Z] #0 2.642 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:16.664Z] #0 2.649 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:16.664Z] #0 2.656 OK: 8 MiB in 21 packages [2025-12-24T07:27:16.922Z] #91 DONE 2.9s [2025-12-24T07:27:16.922Z] [2025-12-24T07:27:16.922Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-24T07:27:16.922Z] #0 3.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:16.922Z] #0 3.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:16.922Z] #0 3.585 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:16.922Z] #0 3.602 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:27:16.922Z] #0 3.664 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:16.922Z] #0 3.668 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:27:16.922Z] #0 3.671 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:27:16.922Z] #0 3.679 OK: 8 MiB in 20 packages [2025-12-24T07:27:16.922Z] #92 DONE 3.8s [2025-12-24T07:27:16.922Z] [2025-12-24T07:27:16.922Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-12-24T07:27:18.840Z] #93 DONE 1.7s [2025-12-24T07:27:18.840Z] [2025-12-24T07:27:18.840Z] #94 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-12-24T07:27:18.840Z] #0 3.190 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:18.840Z] #0 3.462 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-24T07:27:18.840Z] #0 4.197 OK: 265 MiB in 60 packages [2025-12-24T07:27:18.840Z] #94 DONE 5.6s [2025-12-24T07:27:18.840Z] [2025-12-24T07:27:18.840Z] #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:27:18.840Z] #95 DONE 1.7s [2025-12-24T07:27:18.840Z] [2025-12-24T07:27:18.840Z] #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:27:18.840Z] #96 DONE 1.7s [2025-12-24T07:27:18.840Z] [2025-12-24T07:27:18.840Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:27:18.840Z] #97 ... [2025-12-24T07:27:18.840Z] [2025-12-24T07:27:18.840Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-12-24T07:27:18.840Z] #98 DONE 0.1s [2025-12-24T07:27:18.840Z] [2025-12-24T07:27:18.840Z] #99 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-12-24T07:27:18.840Z] #99 DONE 0.1s [2025-12-24T07:27:18.840Z] [2025-12-24T07:27:18.840Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-12-24T07:27:18.840Z] #100 DONE 0.1s [2025-12-24T07:27:19.101Z] [2025-12-24T07:27:19.101Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2025-12-24T07:27:19.673Z] #101 ... [2025-12-24T07:27:19.673Z] [2025-12-24T07:27:19.673Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2025-12-24T07:27:19.673Z] #102 DONE 0.8s [2025-12-24T07:27:19.673Z] [2025-12-24T07:27:19.673Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:27:19.673Z] #97 DONE 1.0s [2025-12-24T07:27:19.673Z] [2025-12-24T07:27:19.673Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2025-12-24T07:27:19.673Z] #101 DONE 0.9s [2025-12-24T07:27:19.673Z] [2025-12-24T07:27:19.673Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-12-24T07:27:19.951Z] #103 DONE 0.1s [2025-12-24T07:27:19.951Z] [2025-12-24T07:27:19.951Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-12-24T07:27:19.951Z] #104 DONE 0.2s [2025-12-24T07:27:19.951Z] [2025-12-24T07:27:19.951Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-12-24T07:27:19.951Z] #105 DONE 0.2s [2025-12-24T07:27:19.951Z] [2025-12-24T07:27:19.951Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-12-24T07:27:19.951Z] #106 DONE 0.2s [2025-12-24T07:27:19.951Z] [2025-12-24T07:27:19.951Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-12-24T07:27:19.951Z] #107 DONE 0.1s [2025-12-24T07:27:19.951Z] [2025-12-24T07:27:19.951Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-12-24T07:27:19.951Z] #108 DONE 0.2s [2025-12-24T07:27:19.951Z] [2025-12-24T07:27:19.951Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-12-24T07:27:20.215Z] #109 DONE 0.1s [2025-12-24T07:27:20.215Z] [2025-12-24T07:27:20.215Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-12-24T07:27:20.215Z] #110 DONE 0.1s [2025-12-24T07:27:20.215Z] [2025-12-24T07:27:20.215Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-12-24T07:27:20.215Z] #111 DONE 0.1s [2025-12-24T07:27:20.215Z] [2025-12-24T07:27:20.215Z] #112 [security-spire-config] exporting to image [2025-12-24T07:27:20.215Z] #112 exporting layers [2025-12-24T07:27:22.159Z] #112 ... [2025-12-24T07:27:22.159Z] [2025-12-24T07:27:22.159Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-12-24T07:27:22.159Z] #113 DONE 1.6s [2025-12-24T07:27:22.159Z] [2025-12-24T07:27:22.159Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-12-24T07:27:23.650Z] #114 ... [2025-12-24T07:27:23.650Z] [2025-12-24T07:27:23.650Z] #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:23.650Z] #115 ... [2025-12-24T07:27:23.650Z] [2025-12-24T07:27:23.650Z] #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:23.650Z] #116 ... [2025-12-24T07:27:23.650Z] [2025-12-24T07:27:23.650Z] #117 [security-spire-server] exporting to image [2025-12-24T07:27:24.268Z] 3e85d5ac6304: Pull complete [2025-12-24T07:27:24.268Z] c3105a71a48b: Pull complete [2025-12-24T07:27:24.274Z] #117 ... [2025-12-24T07:27:24.274Z] [2025-12-24T07:27:24.274Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:24.534Z] #118 ... [2025-12-24T07:27:24.534Z] [2025-12-24T07:27:24.534Z] #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:25.243Z] 0f093f025ec4: Pull complete [2025-12-24T07:27:26.549Z] #119 ... [2025-12-24T07:27:26.549Z] [2025-12-24T07:27:26.549Z] #117 [security-spire-server] exporting to image [2025-12-24T07:27:26.549Z] #117 exporting layers 6.5s done [2025-12-24T07:27:26.969Z] #117 writing image sha256:2e863d6bc7bd808558f7647685e84499fbe3b330fec73ca798be01a76dd13055 [2025-12-24T07:27:26.969Z] #117 writing image sha256:2e863d6bc7bd808558f7647685e84499fbe3b330fec73ca798be01a76dd13055 0.3s done [2025-12-24T07:27:26.969Z] #117 naming to docker.io/library/security-spire-server [2025-12-24T07:27:27.190Z] c3106fc0e877: Pull complete [2025-12-24T07:27:27.190Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-12-24T07:27:27.190Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-12-24T07:27:27.190Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T07:27:27.382Z] prd-ubuntu20.04-docker-arm64-4c-16g-775640 does not seem to be running inside a container [2025-12-24T07:27:27.447Z] $ 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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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-arm64:latest cat [2025-12-24T07:27:27.539Z] #117 naming to docker.io/library/security-spire-server 0.5s done [2025-12-24T07:27:28.664Z] #117 DONE 8.5s [2025-12-24T07:27:28.664Z] [2025-12-24T07:27:28.664Z] #112 [security-spire-config] exporting to image [2025-12-24T07:27:28.664Z] #112 exporting layers 6.7s done [2025-12-24T07:27:28.664Z] #112 writing image sha256:ff3e1bad5b83428c39d4f11ae3106acd02464af5b693cd62d4f0dabb747b7cd8 0.2s done [2025-12-24T07:27:28.664Z] #112 naming to docker.io/library/security-spire-config 0.3s done [2025-12-24T07:27:28.664Z] #112 DONE 8.5s [2025-12-24T07:27:28.664Z] [2025-12-24T07:27:28.664Z] #22 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:29.376Z] $ docker top 20b2f46a8048768ebd341a631be6a4bbbe25c119f4019fb5d2536a06df54cbee -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-24T07:27:30.205Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-12-24T07:27:31.958Z] #22 ... [2025-12-24T07:27:31.958Z] [2025-12-24T07:27:31.958Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-12-24T07:27:31.958Z] #114 DONE 10.4s [2025-12-24T07:27:32.222Z] [2025-12-24T07:27:32.222Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:32.547Z] #89 ... [2025-12-24T07:27:32.547Z] [2025-12-24T07:27:32.547Z] #120 [security-spire-agent] exporting to image [2025-12-24T07:27:32.547Z] #120 exporting layers [2025-12-24T07:27:39.140Z] #120 ... [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:39.140Z] #89 DONE 25.1s [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:39.140Z] #116 DONE 25.5s [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:39.140Z] #115 DONE 25.8s [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:39.140Z] #119 DONE 20.2s [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #80 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:39.140Z] #80 DONE 25.3s [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #120 [security-spire-agent] exporting to image [2025-12-24T07:27:39.140Z] #120 exporting layers 6.7s done [2025-12-24T07:27:39.140Z] #120 ... [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-12-24T07:27:39.140Z] #121 ... [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:39.140Z] #118 DONE 24.9s [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #120 [security-spire-agent] exporting to image [2025-12-24T07:27:39.140Z] #120 writing image sha256:a062622616c25e2dd3b09e5d0b6feb6452308e6fe3de711698eeedb9bf0c88ad done [2025-12-24T07:27:39.140Z] #120 naming to docker.io/library/security-spire-agent done [2025-12-24T07:27:39.140Z] #120 DONE 6.8s [2025-12-24T07:27:39.140Z] [2025-12-24T07:27:39.140Z] #121 [security-proxy-auth builder 6/7] COPY . . [2025-12-24T07:27:40.373Z] #1 [support-scheduler internal] load build definition from Dockerfile [2025-12-24T07:27:40.373Z] #1 transferring dockerfile: 1.83kB done [2025-12-24T07:27:40.373Z] #1 DONE 0.1s [2025-12-24T07:27:40.373Z] [2025-12-24T07:27:40.373Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2025-12-24T07:27:40.373Z] #2 ... [2025-12-24T07:27:40.373Z] [2025-12-24T07:27:40.373Z] #3 [core-metadata internal] load build definition from Dockerfile [2025-12-24T07:27:40.373Z] #3 transferring dockerfile: 2.10kB done [2025-12-24T07:27:40.373Z] #3 DONE 0.7s [2025-12-24T07:27:40.373Z] [2025-12-24T07:27:40.373Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2025-12-24T07:27:40.373Z] #4 transferring dockerfile: 1.81kB 0.0s done [2025-12-24T07:27:40.373Z] #4 DONE 0.7s [2025-12-24T07:27:40.373Z] [2025-12-24T07:27:40.373Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2025-12-24T07:27:40.373Z] #2 transferring dockerfile: 2.14kB done [2025-12-24T07:27:40.373Z] #2 DONE 0.8s [2025-12-24T07:27:40.373Z] [2025-12-24T07:27:40.373Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-12-24T07:27:40.373Z] #5 ... [2025-12-24T07:27:40.373Z] [2025-12-24T07:27:40.373Z] #6 [security-spire-config internal] load build definition from Dockerfile [2025-12-24T07:27:40.373Z] #6 transferring dockerfile: 1.69kB done [2025-12-24T07:27:40.373Z] #6 DONE 0.8s [2025-12-24T07:27:40.373Z] [2025-12-24T07:27:40.373Z] #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-12-24T07:27:40.374Z] #7 transferring dockerfile: 2.23kB done [2025-12-24T07:27:40.374Z] #7 DONE 0.8s [2025-12-24T07:27:40.374Z] [2025-12-24T07:27:40.374Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-12-24T07:27:40.374Z] #5 transferring dockerfile: 1.89kB 0.0s done [2025-12-24T07:27:40.643Z] #5 ... [2025-12-24T07:27:40.643Z] [2025-12-24T07:27:40.643Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2025-12-24T07:27:40.643Z] #8 transferring dockerfile: 2.50kB 0.0s done [2025-12-24T07:27:40.643Z] #8 DONE 0.8s [2025-12-24T07:27:40.643Z] [2025-12-24T07:27:40.643Z] #9 [core-keeper internal] load build definition from Dockerfile [2025-12-24T07:27:40.643Z] #9 transferring dockerfile: 2.01kB 0.0s done [2025-12-24T07:27:40.643Z] #9 DONE 0.9s [2025-12-24T07:27:40.643Z] [2025-12-24T07:27:40.643Z] #10 [core-command internal] load build definition from Dockerfile [2025-12-24T07:27:40.643Z] #10 transferring dockerfile: 1.94kB 0.0s done [2025-12-24T07:27:40.643Z] #10 DONE 0.8s [2025-12-24T07:27:40.643Z] [2025-12-24T07:27:40.643Z] #11 [support-notifications internal] load build definition from Dockerfile [2025-12-24T07:27:40.643Z] #11 transferring dockerfile: 2.02kB 0.0s done [2025-12-24T07:27:40.643Z] #11 DONE 0.7s [2025-12-24T07:27:40.643Z] [2025-12-24T07:27:40.643Z] #12 [security-bootstrapper internal] load build definition from Dockerfile [2025-12-24T07:27:40.643Z] #12 transferring dockerfile: 3.02kB 0.0s done [2025-12-24T07:27:40.643Z] #12 DONE 0.7s [2025-12-24T07:27:40.643Z] [2025-12-24T07:27:40.643Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2025-12-24T07:27:40.643Z] #13 transferring dockerfile: 2.49kB 0.0s done [2025-12-24T07:27:40.643Z] #13 DONE 0.7s [2025-12-24T07:27:40.643Z] [2025-12-24T07:27:40.643Z] #14 [support-scheduler internal] load .dockerignore [2025-12-24T07:27:40.643Z] #14 transferring context: 50B 0.0s done [2025-12-24T07:27:40.643Z] #14 DONE 0.6s [2025-12-24T07:27:40.643Z] [2025-12-24T07:27:40.643Z] #15 [core-data internal] load build definition from Dockerfile [2025-12-24T07:27:40.643Z] #15 transferring dockerfile: 2.04kB 0.0s done [2025-12-24T07:27:40.912Z] #15 DONE 1.0s [2025-12-24T07:27:40.912Z] [2025-12-24T07:27:40.912Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-12-24T07:27:40.912Z] #5 DONE 0.7s [2025-12-24T07:27:40.912Z] [2025-12-24T07:27:40.912Z] #16 [security-spire-server internal] load build definition from Dockerfile [2025-12-24T07:27:40.912Z] #16 transferring dockerfile: 1.70kB 0.0s done [2025-12-24T07:27:40.912Z] #16 DONE 1.0s [2025-12-24T07:27:41.188Z] [2025-12-24T07:27:41.188Z] #17 [core-metadata internal] load .dockerignore [2025-12-24T07:27:41.188Z] #17 transferring context: 50B done [2025-12-24T07:27:41.188Z] #17 DONE 0.1s [2025-12-24T07:27:41.188Z] [2025-12-24T07:27:41.188Z] #18 [security-spire-agent internal] load .dockerignore [2025-12-24T07:27:41.188Z] #18 transferring context: 50B 0.0s done [2025-12-24T07:27:41.188Z] #18 DONE 0.1s [2025-12-24T07:27:41.188Z] [2025-12-24T07:27:41.188Z] #19 [security-proxy-auth internal] load .dockerignore [2025-12-24T07:27:41.188Z] #19 transferring context: 50B done [2025-12-24T07:27:41.188Z] #19 DONE 0.0s [2025-12-24T07:27:41.464Z] [2025-12-24T07:27:41.464Z] #20 [security-spire-config internal] load .dockerignore [2025-12-24T07:27:41.464Z] #20 transferring context: 50B done [2025-12-24T07:27:41.464Z] #20 DONE 0.0s [2025-12-24T07:27:41.464Z] [2025-12-24T07:27:41.464Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2025-12-24T07:27:41.464Z] #21 transferring context: 50B 0.0s done [2025-12-24T07:27:41.464Z] #21 DONE 0.1s [2025-12-24T07:27:41.464Z] [2025-12-24T07:27:41.464Z] #22 [core-keeper internal] load .dockerignore [2025-12-24T07:27:41.464Z] #22 transferring context: 50B done [2025-12-24T07:27:41.464Z] #22 DONE 0.1s [2025-12-24T07:27:41.464Z] [2025-12-24T07:27:41.464Z] #23 [security-proxy-setup internal] load .dockerignore [2025-12-24T07:27:41.464Z] #23 transferring context: 50B done [2025-12-24T07:27:41.464Z] #23 DONE 0.0s [2025-12-24T07:27:41.464Z] [2025-12-24T07:27:41.464Z] #24 [core-data internal] load .dockerignore [2025-12-24T07:27:41.464Z] #24 transferring context: 50B done [2025-12-24T07:27:41.464Z] #24 DONE 0.1s [2025-12-24T07:27:41.737Z] [2025-12-24T07:27:41.737Z] #25 [security-spire-server internal] load .dockerignore [2025-12-24T07:27:41.737Z] #25 transferring context: 50B done [2025-12-24T07:27:41.737Z] #25 DONE 0.1s [2025-12-24T07:27:41.737Z] [2025-12-24T07:27:41.737Z] #26 [core-command internal] load .dockerignore [2025-12-24T07:27:41.737Z] #26 transferring context: 50B 0.0s done [2025-12-24T07:27:41.737Z] #26 DONE 0.1s [2025-12-24T07:27:41.737Z] [2025-12-24T07:27:41.737Z] #27 [support-notifications internal] load .dockerignore [2025-12-24T07:27:41.737Z] #27 transferring context: 50B 0.0s done [2025-12-24T07:27:42.005Z] #27 DONE 0.1s [2025-12-24T07:27:42.005Z] [2025-12-24T07:27:42.005Z] #28 [security-bootstrapper internal] load .dockerignore [2025-12-24T07:27:42.005Z] #28 transferring context: 50B done [2025-12-24T07:27:42.005Z] #28 DONE 0.1s [2025-12-24T07:27:42.005Z] [2025-12-24T07:27:42.005Z] #29 [security-secretstore-setup internal] load .dockerignore [2025-12-24T07:27:42.005Z] #29 transferring context: 50B 0.0s done [2025-12-24T07:27:42.005Z] #29 DONE 0.1s [2025-12-24T07:27:42.005Z] [2025-12-24T07:27:42.005Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2025-12-24T07:27:42.005Z] #30 transferring context: 50B done [2025-12-24T07:27:42.005Z] #30 DONE 0.1s [2025-12-24T07:27:42.588Z] [2025-12-24T07:27:42.588Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:42.588Z] #31 DONE 0.0s [2025-12-24T07:27:42.588Z] [2025-12-24T07:27:42.588Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2025-12-24T07:27:42.859Z] #32 ... [2025-12-24T07:27:42.859Z] [2025-12-24T07:27:42.859Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:42.859Z] #31 DONE 0.0s [2025-12-24T07:27:42.859Z] [2025-12-24T07:27:42.859Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 [2025-12-24T07:27:42.859Z] #32 ... [2025-12-24T07:27:42.859Z] [2025-12-24T07:27:42.859Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:42.859Z] #31 DONE 0.0s [2025-12-24T07:27:42.859Z] [2025-12-24T07:27:42.859Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2025-12-24T07:27:42.859Z] #32 DONE 0.8s [2025-12-24T07:27:42.859Z] [2025-12-24T07:27:42.859Z] #33 [security-proxy-auth internal] load build context [2025-12-24T07:27:42.859Z] #33 DONE 0.0s [2025-12-24T07:27:42.859Z] [2025-12-24T07:27:42.859Z] #34 [core-common-config-bootstrapper internal] load build context [2025-12-24T07:27:42.859Z] #34 DONE 0.0s [2025-12-24T07:27:42.859Z] [2025-12-24T07:27:42.859Z] #35 [support-scheduler internal] load build context [2025-12-24T07:27:42.859Z] #35 DONE 0.0s [2025-12-24T07:27:42.859Z] [2025-12-24T07:27:42.859Z] #36 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:42.859Z] #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:43.127Z] #36 ... [2025-12-24T07:27:43.127Z] [2025-12-24T07:27:43.127Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:43.127Z] #31 DONE 0.0s [2025-12-24T07:27:43.127Z] [2025-12-24T07:27:43.127Z] #36 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:43.127Z] #36 ... [2025-12-24T07:27:43.127Z] [2025-12-24T07:27:43.127Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 [2025-12-24T07:27:43.127Z] #32 DONE 0.8s [2025-12-24T07:27:43.127Z] [2025-12-24T07:27:43.127Z] #36 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:43.127Z] #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:43.127Z] #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:43.127Z] #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-24T07:27:43.127Z] #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-24T07:27:43.127Z] #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:43.127Z] #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:43.127Z] #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-24T07:27:43.127Z] #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-24T07:27:43.395Z] #36 ... [2025-12-24T07:27:43.395Z] [2025-12-24T07:27:43.395Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:43.395Z] #31 DONE 0.0s [2025-12-24T07:27:43.395Z] [2025-12-24T07:27:43.395Z] #37 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-12-24T07:27:43.663Z] #37 ... [2025-12-24T07:27:43.663Z] [2025-12-24T07:27:43.663Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:43.663Z] #31 DONE 0.0s [2025-12-24T07:27:43.663Z] [2025-12-24T07:27:43.663Z] #38 [core-keeper internal] load build context [2025-12-24T07:27:44.004Z] #38 ... [2025-12-24T07:27:44.004Z] [2025-12-24T07:27:44.004Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:44.004Z] #31 DONE 0.0s [2025-12-24T07:27:44.004Z] [2025-12-24T07:27:44.004Z] #38 [core-keeper internal] load build context [2025-12-24T07:27:44.004Z] #38 ... [2025-12-24T07:27:44.004Z] [2025-12-24T07:27:44.004Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:44.004Z] #31 DONE 0.0s [2025-12-24T07:27:44.004Z] [2025-12-24T07:27:44.004Z] #38 [core-keeper internal] load build context [2025-12-24T07:27:44.283Z] #38 ... [2025-12-24T07:27:44.284Z] [2025-12-24T07:27:44.284Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2025-12-24T07:27:44.284Z] #32 DONE 1.5s [2025-12-24T07:27:44.284Z] [2025-12-24T07:27:44.284Z] #36 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:44.284Z] #36 DONE 2.0s [2025-12-24T07:27:44.428Z] #121 ... [2025-12-24T07:27:44.428Z] [2025-12-24T07:27:44.428Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2025-12-24T07:27:44.555Z] [2025-12-24T07:27:44.555Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-24T07:27:44.555Z] #31 DONE 0.0s [2025-12-24T07:27:44.555Z] [2025-12-24T07:27:44.555Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.22 [2025-12-24T07:27:44.828Z] #32 ... [2025-12-24T07:27:44.828Z] [2025-12-24T07:27:44.828Z] #39 [support-notifications internal] load build context [2025-12-24T07:27:44.828Z] #39 DONE 0.0s [2025-12-24T07:27:44.828Z] [2025-12-24T07:27:44.828Z] #40 [security-secretstore-setup internal] load build context [2025-12-24T07:27:44.828Z] #40 DONE 0.0s [2025-12-24T07:27:44.828Z] [2025-12-24T07:27:44.828Z] #41 [security-bootstrapper internal] load build context [2025-12-24T07:27:44.828Z] #41 DONE 0.0s [2025-12-24T07:27:44.828Z] [2025-12-24T07:27:44.828Z] #36 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:44.828Z] #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:44.828Z] #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:44.828Z] #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-24T07:27:44.828Z] #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-24T07:27:44.828Z] #36 DONE 2.0s [2025-12-24T07:27:44.828Z] [2025-12-24T07:27:44.828Z] #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-12-24T07:27:44.828Z] #37 ... [2025-12-24T07:27:44.828Z] [2025-12-24T07:27:44.828Z] #36 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:44.828Z] #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:44.828Z] #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:44.828Z] #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-24T07:27:44.828Z] #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-24T07:27:44.828Z] #36 DONE 2.0s [2025-12-24T07:27:44.828Z] [2025-12-24T07:27:44.828Z] #42 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2025-12-24T07:27:44.828Z] #42 DONE 2.2s [2025-12-24T07:27:44.828Z] [2025-12-24T07:27:44.828Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:44.828Z] #43 DONE 0.0s [2025-12-24T07:27:45.096Z] [2025-12-24T07:27:45.096Z] #36 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:45.096Z] #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:45.096Z] #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:45.096Z] #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-24T07:27:45.096Z] #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-24T07:27:45.096Z] #36 DONE 2.0s [2025-12-24T07:27:45.096Z] [2025-12-24T07:27:45.096Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:45.096Z] #43 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:45.377Z] #43 ... [2025-12-24T07:27:45.377Z] [2025-12-24T07:27:45.377Z] #36 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:45.377Z] #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:45.377Z] #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:45.377Z] #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-24T07:27:45.377Z] #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-24T07:27:45.377Z] #36 DONE 2.0s [2025-12-24T07:27:45.377Z] [2025-12-24T07:27:45.377Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2025-12-24T07:27:45.377Z] #44 DONE 2.4s [2025-12-24T07:27:45.377Z] [2025-12-24T07:27:45.377Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:46.065Z] #43 ... [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #45 [core-metadata internal] load build context [2025-12-24T07:27:46.065Z] #45 transferring context: 3.39MB 2.2s done [2025-12-24T07:27:46.065Z] #45 DONE 2.8s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #33 [security-proxy-auth internal] load build context [2025-12-24T07:27:46.065Z] #33 transferring context: 3.39MB 2.1s done [2025-12-24T07:27:46.065Z] #33 DONE 2.8s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #38 [core-keeper internal] load build context [2025-12-24T07:27:46.065Z] #38 transferring context: 3.39MB 2.1s done [2025-12-24T07:27:46.065Z] #38 DONE 2.7s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.22 [2025-12-24T07:27:46.065Z] #32 DONE 3.0s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-24T07:27:46.065Z] #46 ... [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #36 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:27:46.065Z] #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-24T07:27:46.065Z] #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-24T07:27:46.065Z] #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-24T07:27:46.065Z] #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-24T07:27:46.065Z] #36 DONE 2.0s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #34 [core-common-config-bootstrapper internal] load build context [2025-12-24T07:27:46.065Z] #34 transferring context: 3.39MB 2.3s done [2025-12-24T07:27:46.065Z] #34 DONE 3.0s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #35 [support-scheduler internal] load build context [2025-12-24T07:27:46.065Z] #35 transferring context: 3.39MB 2.4s done [2025-12-24T07:27:46.065Z] #35 DONE 3.1s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:46.065Z] #43 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.1s done [2025-12-24T07:27:46.065Z] #43 DONE 1.1s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:27:46.065Z] #47 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.9s done [2025-12-24T07:27:46.065Z] #47 DONE 0.9s [2025-12-24T07:27:46.065Z] [2025-12-24T07:27:46.065Z] #48 [security-proxy-setup internal] load build context [2025-12-24T07:27:46.065Z] #48 transferring context: 3.39MB 1.6s done [2025-12-24T07:27:47.492Z] #48 ... [2025-12-24T07:27:47.492Z] [2025-12-24T07:27:47.492Z] #49 [core-data internal] load build context [2025-12-24T07:27:47.492Z] #49 transferring context: 3.39MB 1.6s done [2025-12-24T07:27:47.492Z] #49 DONE 4.1s [2025-12-24T07:27:47.492Z] [2025-12-24T07:27:47.492Z] #48 [security-proxy-setup internal] load build context [2025-12-24T07:27:47.492Z] #48 DONE 4.2s [2025-12-24T07:27:47.492Z] [2025-12-24T07:27:47.492Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:47.492Z] #43 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2025-12-24T07:27:47.492Z] #43 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2025-12-24T07:27:47.492Z] #43 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2025-12-24T07:27:47.492Z] #43 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.4s done [2025-12-24T07:27:47.492Z] #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s [2025-12-24T07:27:47.492Z] #43 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.5s [2025-12-24T07:27:47.492Z] #43 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done [2025-12-24T07:27:48.102Z] #43 ... [2025-12-24T07:27:48.102Z] [2025-12-24T07:27:48.102Z] #50 [security-spire-config internal] load build context [2025-12-24T07:27:48.102Z] #50 transferring context: 24.70kB 0.2s done [2025-12-24T07:27:48.102Z] #50 DONE 2.8s [2025-12-24T07:27:48.102Z] [2025-12-24T07:27:48.102Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:48.102Z] #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.5s done [2025-12-24T07:27:48.102Z] #43 ... [2025-12-24T07:27:48.102Z] [2025-12-24T07:27:48.102Z] #51 [security-spire-server internal] load build context [2025-12-24T07:27:48.102Z] #51 transferring context: 26.44kB 0.2s done [2025-12-24T07:27:48.102Z] #51 DONE 3.0s [2025-12-24T07:27:48.102Z] [2025-12-24T07:27:48.102Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:48.102Z] #43 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.1s done [2025-12-24T07:27:48.102Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 1.3s [2025-12-24T07:27:48.390Z] #43 ... [2025-12-24T07:27:48.390Z] [2025-12-24T07:27:48.390Z] #52 [security-spire-agent internal] load build context [2025-12-24T07:27:48.390Z] #52 transferring context: 25.98kB 0.2s done [2025-12-24T07:27:48.390Z] #52 DONE 3.0s [2025-12-24T07:27:48.390Z] [2025-12-24T07:27:48.390Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:48.988Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 3.15MB / 37.02MB 2.0s [2025-12-24T07:27:49.262Z] #43 ... [2025-12-24T07:27:49.262Z] [2025-12-24T07:27:49.262Z] #41 [security-bootstrapper internal] load build context [2025-12-24T07:27:49.262Z] #41 transferring context: 3.39MB 2.4s done [2025-12-24T07:27:49.262Z] #41 DONE 4.4s [2025-12-24T07:27:49.262Z] [2025-12-24T07:27:49.262Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:49.262Z] #43 ... [2025-12-24T07:27:49.262Z] [2025-12-24T07:27:49.262Z] #53 [core-command internal] load build context [2025-12-24T07:27:49.262Z] #53 transferring context: 3.39MB 2.8s done [2025-12-24T07:27:49.262Z] #53 DONE 4.7s [2025-12-24T07:27:49.262Z] [2025-12-24T07:27:49.262Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:49.262Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.20MB / 37.02MB 2.4s [2025-12-24T07:27:49.529Z] #43 ... [2025-12-24T07:27:49.529Z] [2025-12-24T07:27:49.529Z] #39 [support-notifications internal] load build context [2025-12-24T07:27:49.529Z] #39 transferring context: 3.39MB 2.9s done [2025-12-24T07:27:49.529Z] #39 DONE 4.7s [2025-12-24T07:27:49.529Z] [2025-12-24T07:27:49.529Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:49.529Z] #43 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2025-12-24T07:27:49.529Z] #43 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2025-12-24T07:27:49.728Z] #122 ... [2025-12-24T07:27:49.728Z] [2025-12-24T07:27:49.728Z] #123 [support-notifications builder 6/7] COPY . . [2025-12-24T07:27:49.728Z] #123 ... [2025-12-24T07:27:49.728Z] [2025-12-24T07:27:49.728Z] #124 [support-scheduler builder 6/7] COPY . . [2025-12-24T07:27:49.728Z] #124 ... [2025-12-24T07:27:49.728Z] [2025-12-24T07:27:49.728Z] #125 [security-spiffe-token-provider builder 6/7] COPY . . [2025-12-24T07:27:49.728Z] #125 ... [2025-12-24T07:27:49.728Z] [2025-12-24T07:27:49.728Z] #126 [core-keeper builder 7/8] COPY . . [2025-12-24T07:27:49.797Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 3.0s [2025-12-24T07:27:50.065Z] #43 ... [2025-12-24T07:27:50.065Z] [2025-12-24T07:27:50.065Z] #40 [security-secretstore-setup internal] load build context [2025-12-24T07:27:50.065Z] #40 transferring context: 3.39MB 3.2s done [2025-12-24T07:27:50.065Z] #40 DONE 5.4s [2025-12-24T07:27:50.065Z] [2025-12-24T07:27:50.065Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:50.065Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 11.10MB / 37.02MB 3.3s [2025-12-24T07:27:50.655Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.02MB / 37.02MB 3.8s [2025-12-24T07:27:51.247Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.73MB / 37.02MB 4.5s [2025-12-24T07:27:51.514Z] #43 ... [2025-12-24T07:27:51.514Z] [2025-12-24T07:27:51.514Z] #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-12-24T07:27:51.514Z] #37 DONE 9.2s [2025-12-24T07:27:51.514Z] [2025-12-24T07:27:51.514Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:51.636Z] #126 ... [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #121 [core-metadata builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #121 DONE 12.7s [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #125 [security-spiffe-token-provider builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #125 DONE 12.8s [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #122 [security-proxy-setup builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #122 DONE 12.8s [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #127 [core-metadata builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #127 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #128 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:51.636Z] #128 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:51.636Z] #129 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #130 [core-command builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #130 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #131 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:51.636Z] #131 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:51.636Z] #132 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:51.636Z] #133 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:51.636Z] #134 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #135 [security-proxy-auth builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #135 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #136 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:51.636Z] #137 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:51.636Z] #138 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #124 [support-scheduler builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #124 DONE 12.8s [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:51.636Z] #139 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:51.636Z] #140 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #141 [security-proxy-setup builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #141 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #142 [security-secretstore-setup builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #142 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:27:51.636Z] #143 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #144 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:27:51.636Z] #144 CACHED [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #123 [support-notifications builder 6/7] COPY . . [2025-12-24T07:27:51.636Z] #123 DONE 12.8s [2025-12-24T07:27:51.636Z] [2025-12-24T07:27:51.636Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T07:27:51.896Z] #145 ... [2025-12-24T07:27:51.896Z] [2025-12-24T07:27:51.896Z] #126 [core-keeper builder 7/8] COPY . . [2025-12-24T07:27:51.896Z] #126 DONE 12.8s [2025-12-24T07:27:52.154Z] [2025-12-24T07:27:52.154Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-24T07:27:52.494Z] #43 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.1s done [2025-12-24T07:27:52.494Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.79MB / 37.02MB 5.7s [2025-12-24T07:27:52.494Z] #43 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.1s done [2025-12-24T07:27:52.727Z] #146 0.982 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-12-24T07:27:53.172Z] #43 ... [2025-12-24T07:27:53.173Z] [2025-12-24T07:27:53.173Z] #54 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-12-24T07:27:53.173Z] #54 DONE 2.1s [2025-12-24T07:27:53.173Z] [2025-12-24T07:27:53.173Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:53.173Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.02MB / 37.02MB 6.1s [2025-12-24T07:27:53.767Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.99MB / 37.02MB 6.9s [2025-12-24T07:27:54.356Z] #43 ... [2025-12-24T07:27:54.356Z] [2025-12-24T07:27:54.356Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:54.356Z] #0 7.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:27:54.356Z] #0 7.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:27:54.625Z] #55 ... [2025-12-24T07:27:54.625Z] [2025-12-24T07:27:54.625Z] #56 [security-spiffe-token-provider internal] load build context [2025-12-24T07:27:54.625Z] #56 transferring context: 3.39MB 3.9s done [2025-12-24T07:27:54.625Z] #56 DONE 8.5s [2025-12-24T07:27:54.626Z] [2025-12-24T07:27:54.626Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:54.626Z] #55 10.17 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:54.626Z] #55 10.19 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:54.626Z] #55 ... [2025-12-24T07:27:54.626Z] [2025-12-24T07:27:54.626Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:54.626Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.86MB / 37.02MB 7.8s [2025-12-24T07:27:54.626Z] #43 ... [2025-12-24T07:27:54.626Z] [2025-12-24T07:27:54.626Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-24T07:27:54.626Z] #0 8.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:27:54.626Z] #0 9.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:27:54.897Z] #57 ... [2025-12-24T07:27:54.897Z] [2025-12-24T07:27:54.897Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:54.897Z] #43 ... [2025-12-24T07:27:54.897Z] [2025-12-24T07:27:54.897Z] #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-24T07:27:55.167Z] #58 ... [2025-12-24T07:27:55.167Z] [2025-12-24T07:27:55.167Z] #59 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:55.167Z] #59 ... [2025-12-24T07:27:55.167Z] [2025-12-24T07:27:55.167Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-24T07:27:55.443Z] #60 ... [2025-12-24T07:27:55.443Z] [2025-12-24T07:27:55.443Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:55.712Z] #43 ... [2025-12-24T07:27:55.712Z] [2025-12-24T07:27:55.712Z] #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-24T07:27:55.712Z] #58 DONE 10.8s [2025-12-24T07:27:55.712Z] [2025-12-24T07:27:55.712Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:55.712Z] #43 ... [2025-12-24T07:27:55.712Z] [2025-12-24T07:27:55.712Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-24T07:27:55.987Z] #61 ... [2025-12-24T07:27:55.987Z] [2025-12-24T07:27:55.987Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-24T07:27:55.987Z] #55 10.27 OK: 8 MiB in 17 packages [2025-12-24T07:27:55.987Z] #55 DONE 11.5s [2025-12-24T07:27:55.987Z] [2025-12-24T07:27:55.987Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-24T07:27:55.987Z] #62 ... [2025-12-24T07:27:55.987Z] [2025-12-24T07:27:55.987Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-24T07:27:56.254Z] #63 ... [2025-12-24T07:27:56.254Z] [2025-12-24T07:27:56.254Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:27:56.254Z] #47 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2025-12-24T07:27:56.254Z] #47 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2025-12-24T07:27:56.254Z] #47 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2025-12-24T07:27:56.254Z] #47 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done [2025-12-24T07:27:56.254Z] #47 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done [2025-12-24T07:27:56.254Z] #47 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.5s done [2025-12-24T07:27:56.254Z] #47 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 5.8s done [2025-12-24T07:27:56.254Z] #47 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2025-12-24T07:27:56.254Z] #47 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2025-12-24T07:27:56.254Z] #47 ... [2025-12-24T07:27:56.254Z] [2025-12-24T07:27:56.254Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-24T07:27:56.522Z] #64 ... [2025-12-24T07:27:56.522Z] [2025-12-24T07:27:56.522Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-24T07:27:56.522Z] #65 ... [2025-12-24T07:27:56.522Z] [2025-12-24T07:27:56.522Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:56.794Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.99MB / 37.02MB 10.0s [2025-12-24T07:27:58.753Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.86MB / 37.02MB 11.5s [2025-12-24T07:27:58.753Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 32.51MB / 37.02MB 11.8s [2025-12-24T07:27:59.031Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 34.60MB / 37.02MB 12.1s [2025-12-24T07:27:59.637Z] #43 ... [2025-12-24T07:27:59.637Z] [2025-12-24T07:27:59.637Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-24T07:27:59.637Z] #57 11.50 (1/3) Installing ca-certificates (20250911-r0) [2025-12-24T07:27:59.637Z] #57 11.86 (2/3) Installing dumb-init (1.2.5-r3) [2025-12-24T07:27:59.637Z] #57 11.87 (3/3) Installing tzdata (2025c-r0) [2025-12-24T07:27:59.637Z] #57 12.62 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:27:59.637Z] #57 12.71 Executing ca-certificates-20250911-r0.trigger [2025-12-24T07:27:59.637Z] #57 13.40 OK: 8 MiB in 19 packages [2025-12-24T07:27:59.637Z] #57 DONE 14.8s [2025-12-24T07:27:59.637Z] [2025-12-24T07:27:59.637Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:27:59.913Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 36.70MB / 37.02MB 13.1s [2025-12-24T07:28:00.512Z] #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 13.5s done [2025-12-24T07:28:02.712Z] #146 ... [2025-12-24T07:28:02.712Z] [2025-12-24T07:28:02.712Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T07:28:02.712Z] #0 0.954 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-12-24T07:28:02.712Z] #147 ... [2025-12-24T07:28:02.712Z] [2025-12-24T07:28:02.712Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T07:28:02.712Z] #0 0.932 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-12-24T07:28:02.712Z] #148 ... [2025-12-24T07:28:02.712Z] [2025-12-24T07:28:02.712Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-12-24T07:28:02.712Z] #0 0.968 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-12-24T07:28:02.712Z] #149 ... [2025-12-24T07:28:02.712Z] [2025-12-24T07:28:02.712Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T07:28:02.712Z] #0 0.927 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-12-24T07:28:02.712Z] #150 ... [2025-12-24T07:28:02.712Z] [2025-12-24T07:28:02.712Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-24T07:28:02.712Z] #0 0.921 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-12-24T07:28:02.712Z] #151 ... [2025-12-24T07:28:02.712Z] [2025-12-24T07:28:02.712Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-12-24T07:28:02.712Z] #0 0.632 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-12-24T07:28:02.712Z] #152 ... [2025-12-24T07:28:02.712Z] [2025-12-24T07:28:02.712Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-12-24T07:28:02.712Z] #0 1.003 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-12-24T07:28:02.970Z] #153 ... [2025-12-24T07:28:02.970Z] [2025-12-24T07:28:02.970Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T07:28:02.970Z] #0 0.986 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-12-24T07:28:02.970Z] #154 ... [2025-12-24T07:28:02.970Z] [2025-12-24T07:28:02.970Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T07:28:02.970Z] #0 0.426 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-12-24T07:28:03.106Z] #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 [2025-12-24T07:28:03.106Z] #43 ... [2025-12-24T07:28:03.106Z] [2025-12-24T07:28:03.106Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-24T07:28:03.106Z] #66 ... [2025-12-24T07:28:03.106Z] [2025-12-24T07:28:03.106Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:28:03.229Z] #155 ... [2025-12-24T07:28:03.229Z] [2025-12-24T07:28:03.229Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T07:28:03.229Z] #145 0.966 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-12-24T07:28:03.229Z] #145 ... [2025-12-24T07:28:03.229Z] [2025-12-24T07:28:03.229Z] #156 [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-12-24T07:28:03.229Z] #0 0.981 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-12-24T07:28:03.534Z] #67 ... [2025-12-24T07:28:03.534Z] [2025-12-24T07:28:03.534Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-24T07:28:03.534Z] #68 ... [2025-12-24T07:28:03.534Z] [2025-12-24T07:28:03.534Z] #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:28:03.534Z] #69 ... [2025-12-24T07:28:03.534Z] [2025-12-24T07:28:03.534Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-24T07:28:03.846Z] #70 ... [2025-12-24T07:28:03.846Z] [2025-12-24T07:28:03.846Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-24T07:28:03.846Z] #71 ... [2025-12-24T07:28:03.846Z] [2025-12-24T07:28:03.846Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:05.931Z] #43 ... [2025-12-24T07:28:05.931Z] [2025-12-24T07:28:05.931Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-24T07:28:05.931Z] #72 ... [2025-12-24T07:28:05.931Z] [2025-12-24T07:28:05.931Z] #59 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-12-24T07:28:05.931Z] #59 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:05.931Z] #59 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:05.931Z] #59 17.40 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:05.931Z] #59 17.44 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:05.931Z] #59 17.56 OK: 8 MiB in 17 packages [2025-12-24T07:28:06.207Z] #59 ... [2025-12-24T07:28:06.207Z] [2025-12-24T07:28:06.207Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:06.207Z] #73 ... [2025-12-24T07:28:06.207Z] [2025-12-24T07:28:06.207Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:06.482Z] #43 ... [2025-12-24T07:28:06.482Z] [2025-12-24T07:28:06.482Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-24T07:28:06.482Z] #60 11.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:06.482Z] #60 11.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:06.482Z] #60 16.80 (1/4) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:06.482Z] #60 16.82 (2/4) Installing openssl (3.5.4-r0) [2025-12-24T07:28:06.482Z] #60 16.89 (3/4) Installing su-exec (0.2-r3) [2025-12-24T07:28:06.482Z] #60 17.03 (4/4) Installing yq-go (4.47.2-r2) [2025-12-24T07:28:06.482Z] #60 18.28 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:06.482Z] #60 18.59 OK: 20 MiB in 20 packages [2025-12-24T07:28:06.482Z] #60 DONE 21.4s [2025-12-24T07:28:06.482Z] [2025-12-24T07:28:06.482Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:28:06.482Z] #47 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 8.5s [2025-12-24T07:28:06.751Z] #47 ... [2025-12-24T07:28:06.751Z] [2025-12-24T07:28:06.751Z] #59 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-12-24T07:28:06.751Z] #59 DONE 21.8s [2025-12-24T07:28:06.751Z] [2025-12-24T07:28:06.751Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:28:06.751Z] #47 ... [2025-12-24T07:28:06.751Z] [2025-12-24T07:28:06.751Z] #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-12-24T07:28:07.363Z] #74 ... [2025-12-24T07:28:07.363Z] [2025-12-24T07:28:07.363Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-24T07:28:07.363Z] #68 DONE 14.5s [2025-12-24T07:28:07.639Z] [2025-12-24T07:28:07.639Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:28:08.004Z] #47 ... [2025-12-24T07:28:08.004Z] [2025-12-24T07:28:08.004Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-24T07:28:08.004Z] #63 12.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:08.004Z] #63 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:08.004Z] #63 20.07 (1/4) Installing ca-certificates (20250911-r0) [2025-12-24T07:28:08.004Z] #63 20.53 (2/4) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:08.004Z] #63 20.59 (3/4) Installing su-exec (0.2-r3) [2025-12-24T07:28:08.004Z] #63 20.62 (4/4) Installing yq-go (4.47.2-r2) [2025-12-24T07:28:08.004Z] #63 ... [2025-12-24T07:28:08.004Z] [2025-12-24T07:28:08.004Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:28:08.590Z] #47 ... [2025-12-24T07:28:08.590Z] [2025-12-24T07:28:08.590Z] #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-24T07:28:08.590Z] #46 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:08.590Z] #46 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:08.590Z] #46 ... [2025-12-24T07:28:08.590Z] [2025-12-24T07:28:08.590Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:28:09.175Z] #47 ... [2025-12-24T07:28:09.175Z] [2025-12-24T07:28:09.175Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-24T07:28:09.175Z] #64 13.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:09.175Z] #64 14.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:09.447Z] #64 ... [2025-12-24T07:28:09.448Z] [2025-12-24T07:28:09.448Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:28:09.448Z] #47 ... [2025-12-24T07:28:09.448Z] [2025-12-24T07:28:09.448Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:09.448Z] #0 8.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:09.716Z] #75 ... [2025-12-24T07:28:09.716Z] [2025-12-24T07:28:09.716Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:28:10.783Z] #47 ... [2025-12-24T07:28:10.783Z] [2025-12-24T07:28:10.783Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-24T07:28:10.783Z] #61 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:10.783Z] #61 16.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:10.783Z] #61 ... [2025-12-24T07:28:10.783Z] [2025-12-24T07:28:10.783Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-24T07:28:10.783Z] #62 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:10.783Z] #62 16.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:10.783Z] #62 ... [2025-12-24T07:28:10.783Z] [2025-12-24T07:28:10.783Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:10.783Z] #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 7.9s [2025-12-24T07:28:11.746Z] #43 ... [2025-12-24T07:28:11.746Z] [2025-12-24T07:28:11.746Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-24T07:28:11.746Z] #47 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 12.8s done [2025-12-24T07:28:11.746Z] #47 DONE 26.3s [2025-12-24T07:28:11.746Z] [2025-12-24T07:28:11.746Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:12.015Z] #43 ... [2025-12-24T07:28:12.015Z] [2025-12-24T07:28:12.015Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-24T07:28:12.015Z] #65 15.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:12.015Z] #65 17.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:12.015Z] #65 ... [2025-12-24T07:28:12.015Z] [2025-12-24T07:28:12.015Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:13.973Z] #43 ... [2025-12-24T07:28:13.973Z] [2025-12-24T07:28:13.973Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-24T07:28:13.973Z] #63 23.01 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:13.973Z] #63 23.31 Executing ca-certificates-20250911-r0.trigger [2025-12-24T07:28:13.973Z] #63 25.18 OK: 19 MiB in 20 packages [2025-12-24T07:28:13.973Z] #63 DONE 28.2s [2025-12-24T07:28:13.973Z] [2025-12-24T07:28:13.973Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:13.973Z] #43 ... [2025-12-24T07:28:13.973Z] [2025-12-24T07:28:13.973Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:28:13.973Z] #67 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:13.973Z] #67 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:14.257Z] #67 ... [2025-12-24T07:28:14.257Z] [2025-12-24T07:28:14.257Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-24T07:28:14.257Z] #61 27.88 (1/7) Installing ca-certificates (20250911-r0) [2025-12-24T07:28:14.257Z] #61 28.35 (2/7) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:14.257Z] #61 28.36 (3/7) Installing libgcc (14.2.0-r6) [2025-12-24T07:28:14.257Z] #61 28.38 (4/7) Installing libsodium (1.0.20-r0) [2025-12-24T07:28:14.257Z] #61 28.40 (5/7) Installing libstdc++ (14.2.0-r6) [2025-12-24T07:28:14.528Z] #61 28.75 (6/7) Installing libzmq (4.3.5-r2) [2025-12-24T07:28:14.528Z] #61 28.88 (7/7) Installing zeromq (4.3.5-r2) [2025-12-24T07:28:14.528Z] #61 ... [2025-12-24T07:28:14.528Z] [2025-12-24T07:28:14.528Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-24T07:28:14.528Z] #66 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:14.528Z] #66 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:14.796Z] #66 ... [2025-12-24T07:28:14.796Z] [2025-12-24T07:28:14.796Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-24T07:28:14.796Z] #71 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:14.796Z] #71 13.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:14.796Z] #71 ... [2025-12-24T07:28:14.796Z] [2025-12-24T07:28:14.796Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:15.761Z] #43 ... [2025-12-24T07:28:15.761Z] [2025-12-24T07:28:15.761Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-24T07:28:15.761Z] #62 26.71 (1/2) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:15.761Z] #62 26.75 (2/2) Installing su-exec (0.2-r3) [2025-12-24T07:28:15.761Z] #62 26.77 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:15.761Z] #62 27.07 OK: 8 MiB in 18 packages [2025-12-24T07:28:15.761Z] #62 DONE 30.1s [2025-12-24T07:28:15.761Z] [2025-12-24T07:28:15.761Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-24T07:28:15.761Z] #70 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:15.761Z] #70 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:16.031Z] #70 ... [2025-12-24T07:28:16.031Z] [2025-12-24T07:28:16.031Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:16.031Z] #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.0s [2025-12-24T07:28:16.631Z] #43 ... [2025-12-24T07:28:16.631Z] [2025-12-24T07:28:16.631Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-24T07:28:16.631Z] #0 6.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:16.631Z] #0 8.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:16.902Z] #76 ... [2025-12-24T07:28:16.902Z] [2025-12-24T07:28:16.902Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:17.489Z] #43 ... [2025-12-24T07:28:17.490Z] [2025-12-24T07:28:17.490Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-12-24T07:28:17.490Z] #0 5.475 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:17.490Z] #0 7.804 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:17.490Z] #77 ... [2025-12-24T07:28:17.490Z] [2025-12-24T07:28:17.490Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:17.867Z] #43 ... [2025-12-24T07:28:17.867Z] [2025-12-24T07:28:17.867Z] #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:28:17.867Z] #69 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:17.867Z] #69 17.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:17.867Z] #69 ... [2025-12-24T07:28:17.867Z] [2025-12-24T07:28:17.867Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-24T07:28:17.867Z] #72 12.09 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:18.142Z] #72 14.39 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:18.142Z] #72 ... [2025-12-24T07:28:18.142Z] [2025-12-24T07:28:18.142Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:18.412Z] #43 ... [2025-12-24T07:28:18.412Z] [2025-12-24T07:28:18.412Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:18.412Z] #73 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:18.412Z] #73 13.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:18.412Z] #73 ... [2025-12-24T07:28:18.412Z] [2025-12-24T07:28:18.412Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:28:18.412Z] #67 24.80 OK: 255 MiB in 60 packages [2025-12-24T07:28:19.842Z] #67 DONE 26.7s [2025-12-24T07:28:19.842Z] [2025-12-24T07:28:19.842Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:19.842Z] #43 ... [2025-12-24T07:28:19.842Z] [2025-12-24T07:28:19.842Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-24T07:28:19.842Z] #61 28.98 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:19.842Z] #61 29.21 Executing ca-certificates-20250911-r0.trigger [2025-12-24T07:28:19.842Z] #61 31.31 OK: 12 MiB in 23 packages [2025-12-24T07:28:19.842Z] #61 DONE 34.0s [2025-12-24T07:28:19.842Z] [2025-12-24T07:28:19.842Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:19.842Z] #43 ... [2025-12-24T07:28:19.842Z] [2025-12-24T07:28:19.842Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:19.842Z] #75 10.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:19.842Z] #75 20.06 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:19.842Z] #75 20.36 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:19.842Z] #75 ... [2025-12-24T07:28:19.842Z] [2025-12-24T07:28:19.842Z] #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-24T07:28:19.842Z] #46 24.10 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-24T07:28:19.842Z] #46 24.10 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-24T07:28:19.842Z] #46 24.10 OK: 26168 distinct packages available [2025-12-24T07:28:19.842Z] #46 27.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:19.842Z] #46 29.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:20.114Z] #46 ... [2025-12-24T07:28:20.114Z] [2025-12-24T07:28:20.114Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:20.720Z] #78 ... [2025-12-24T07:28:20.720Z] [2025-12-24T07:28:20.720Z] #79 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:28:20.720Z] #79 DONE 1.0s [2025-12-24T07:28:20.720Z] [2025-12-24T07:28:20.720Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:20.720Z] #75 21.30 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:20.720Z] #75 21.32 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:20.991Z] #75 21.45 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:21.262Z] #75 21.69 OK: 8 MiB in 19 packages [2025-12-24T07:28:21.847Z] #75 ... [2025-12-24T07:28:21.847Z] [2025-12-24T07:28:21.847Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-24T07:28:21.847Z] #70 26.21 OK: 255 MiB in 60 packages [2025-12-24T07:28:21.847Z] #70 DONE 28.9s [2025-12-24T07:28:21.847Z] [2025-12-24T07:28:21.847Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-24T07:28:21.847Z] #64 25.97 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-24T07:28:21.847Z] #64 25.97 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-24T07:28:21.847Z] #64 25.97 OK: 26168 distinct packages available [2025-12-24T07:28:21.847Z] #64 28.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:21.847Z] #64 31.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:22.123Z] #64 ... [2025-12-24T07:28:22.123Z] [2025-12-24T07:28:22.123Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:22.123Z] #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 19.1s [2025-12-24T07:28:23.086Z] #43 ... [2025-12-24T07:28:23.086Z] [2025-12-24T07:28:23.086Z] #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:28:23.086Z] #80 DONE 1.0s [2025-12-24T07:28:23.086Z] [2025-12-24T07:28:23.086Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:23.352Z] #43 ... [2025-12-24T07:28:23.352Z] [2025-12-24T07:28:23.352Z] #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-12-24T07:28:23.352Z] #74 6.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:23.352Z] #74 8.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:23.352Z] #74 ... [2025-12-24T07:28:23.352Z] [2025-12-24T07:28:23.352Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:23.935Z] #43 ... [2025-12-24T07:28:23.935Z] [2025-12-24T07:28:23.935Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-24T07:28:23.935Z] #0 3.958 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:23.935Z] #0 6.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:24.202Z] #81 ... [2025-12-24T07:28:24.202Z] [2025-12-24T07:28:24.202Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:24.202Z] #75 DONE 24.7s [2025-12-24T07:28:24.202Z] [2025-12-24T07:28:24.202Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:24.202Z] #73 28.07 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:24.202Z] #73 ... [2025-12-24T07:28:24.202Z] [2025-12-24T07:28:24.202Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-24T07:28:24.202Z] #71 28.29 OK: 255 MiB in 60 packages [2025-12-24T07:28:24.202Z] #71 DONE 31.4s [2025-12-24T07:28:24.471Z] [2025-12-24T07:28:24.471Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:24.471Z] #73 28.48 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:25.447Z] #73 ... [2025-12-24T07:28:25.447Z] [2025-12-24T07:28:25.447Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:28:25.447Z] #82 DONE 0.9s [2025-12-24T07:28:25.447Z] [2025-12-24T07:28:25.447Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-24T07:28:25.447Z] #65 28.88 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-24T07:28:25.447Z] #65 28.88 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-24T07:28:25.447Z] #65 28.88 OK: 26168 distinct packages available [2025-12-24T07:28:25.447Z] #65 31.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:25.447Z] #65 33.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:25.447Z] #65 ... [2025-12-24T07:28:25.447Z] [2025-12-24T07:28:25.447Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:25.447Z] #73 29.34 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:25.447Z] #73 29.36 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:25.447Z] #73 29.36 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:25.716Z] #73 29.52 OK: 8 MiB in 17 packages [2025-12-24T07:28:25.995Z] #73 ... [2025-12-24T07:28:25.995Z] [2025-12-24T07:28:25.995Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-24T07:28:25.995Z] #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.4s done [2025-12-24T07:28:25.995Z] #43 DONE 40.8s [2025-12-24T07:28:25.995Z] [2025-12-24T07:28:25.995Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-12-24T07:28:25.995Z] #0 4.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:25.995Z] #0 6.680 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:26.265Z] #83 ... [2025-12-24T07:28:26.265Z] [2025-12-24T07:28:26.265Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:28:26.265Z] #84 ... [2025-12-24T07:28:26.265Z] [2025-12-24T07:28:26.265Z] #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-12-24T07:28:26.265Z] #69 31.15 OK: 255 MiB in 60 packages [2025-12-24T07:28:26.265Z] #69 DONE 33.2s [2025-12-24T07:28:26.533Z] [2025-12-24T07:28:26.533Z] #85 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:28:26.800Z] #85 DONE 0.6s [2025-12-24T07:28:26.800Z] [2025-12-24T07:28:26.800Z] #86 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:28:27.071Z] #86 ... [2025-12-24T07:28:27.071Z] [2025-12-24T07:28:27.071Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-24T07:28:27.071Z] #72 27.31 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:27.071Z] #72 27.81 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:27.071Z] #72 28.10 OK: 8 MiB in 17 packages [2025-12-24T07:28:27.071Z] #72 DONE 31.2s [2025-12-24T07:28:27.071Z] [2025-12-24T07:28:27.071Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-24T07:28:27.071Z] #66 28.77 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-24T07:28:27.071Z] #66 28.77 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-24T07:28:27.071Z] #66 28.77 OK: 26170 distinct packages available [2025-12-24T07:28:27.071Z] #66 31.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:27.071Z] #66 33.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:28.036Z] #66 ... [2025-12-24T07:28:28.037Z] [2025-12-24T07:28:28.037Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-24T07:28:28.037Z] #76 21.32 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:28.309Z] #76 21.43 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:28.576Z] #76 ... [2025-12-24T07:28:28.576Z] [2025-12-24T07:28:28.576Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:28.576Z] #73 DONE 32.6s [2025-12-24T07:28:28.844Z] [2025-12-24T07:28:28.844Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-24T07:28:28.844Z] #76 22.05 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:28.844Z] #76 22.09 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:28.844Z] #76 22.16 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:29.112Z] #76 22.28 OK: 20 MiB in 20 packages [2025-12-24T07:28:30.522Z] #76 ... [2025-12-24T07:28:30.522Z] [2025-12-24T07:28:30.522Z] #87 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:28:30.790Z] #87 ... [2025-12-24T07:28:30.790Z] [2025-12-24T07:28:30.790Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-24T07:28:30.790Z] #64 44.77 (1/4) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:30.790Z] #64 44.78 (2/4) Installing musl-obstack (1.2.3-r2) [2025-12-24T07:28:30.790Z] #64 44.79 (3/4) Installing libucontext (1.3.2-r0) [2025-12-24T07:28:30.790Z] #64 44.81 (4/4) Installing gcompat (1.1.0-r4) [2025-12-24T07:28:30.790Z] #64 44.83 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:30.790Z] #64 44.96 OK: 8 MiB in 20 packages [2025-12-24T07:28:31.375Z] #64 ... [2025-12-24T07:28:31.375Z] [2025-12-24T07:28:31.375Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-24T07:28:31.375Z] #76 DONE 24.7s [2025-12-24T07:28:31.375Z] [2025-12-24T07:28:31.375Z] #46 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-24T07:28:31.375Z] #46 43.11 (1/5) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:31.375Z] #46 43.16 (2/5) Installing musl-obstack (1.2.3-r2) [2025-12-24T07:28:31.375Z] #46 43.23 (3/5) Installing libucontext (1.3.2-r0) [2025-12-24T07:28:31.375Z] #46 43.24 (4/5) Installing gcompat (1.1.0-r4) [2025-12-24T07:28:31.375Z] #46 43.30 (5/5) Installing openssl (3.5.4-r0) [2025-12-24T07:28:31.375Z] #46 43.42 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:31.375Z] #46 43.57 OK: 9 MiB in 21 packages [2025-12-24T07:28:31.375Z] #46 DONE 45.6s [2025-12-24T07:28:31.375Z] [2025-12-24T07:28:31.375Z] #74 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-12-24T07:28:31.375Z] #74 21.53 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:31.375Z] #74 21.74 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:31.375Z] #74 22.48 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:31.375Z] #74 22.49 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:31.375Z] #74 22.50 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:31.375Z] #74 22.65 OK: 8 MiB in 17 packages [2025-12-24T07:28:31.375Z] #74 DONE 24.8s [2025-12-24T07:28:31.375Z] [2025-12-24T07:28:31.375Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-12-24T07:28:31.650Z] #88 ... [2025-12-24T07:28:31.651Z] [2025-12-24T07:28:31.651Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-12-24T07:28:31.651Z] #89 DONE 0.3s [2025-12-24T07:28:31.926Z] [2025-12-24T07:28:31.926Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-12-24T07:28:31.926Z] #77 22.94 OK: 255 MiB in 60 packages [2025-12-24T07:28:31.926Z] #77 DONE 24.6s [2025-12-24T07:28:31.926Z] [2025-12-24T07:28:31.926Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:31.926Z] #78 5.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:31.926Z] #78 7.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:32.194Z] #78 ... [2025-12-24T07:28:32.194Z] [2025-12-24T07:28:32.194Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-24T07:28:32.194Z] #81 18.07 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:32.475Z] #81 18.27 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:32.747Z] #81 ... [2025-12-24T07:28:32.747Z] [2025-12-24T07:28:32.747Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-12-24T07:28:32.747Z] #90 DONE 0.8s [2025-12-24T07:28:33.022Z] [2025-12-24T07:28:33.022Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-24T07:28:33.022Z] #65 45.68 (1/13) Installing brotli-libs (1.1.0-r2) [2025-12-24T07:28:33.022Z] #65 45.89 (2/13) Installing c-ares (1.34.6-r0) [2025-12-24T07:28:33.022Z] #65 45.97 (3/13) Installing libunistring (1.3-r0) [2025-12-24T07:28:33.022Z] #65 46.27 (4/13) Installing libidn2 (2.3.7-r0) [2025-12-24T07:28:33.022Z] #65 46.30 (5/13) Installing nghttp2-libs (1.65.0-r0) [2025-12-24T07:28:33.022Z] #65 46.32 (6/13) Installing libpsl (0.21.5-r3) [2025-12-24T07:28:33.022Z] #65 46.34 (7/13) Installing zstd-libs (1.5.7-r0) [2025-12-24T07:28:33.022Z] #65 46.40 (8/13) Installing libcurl (8.14.1-r2) [2025-12-24T07:28:33.022Z] #65 46.52 (9/13) Installing curl (8.14.1-r2) [2025-12-24T07:28:33.022Z] #65 46.59 (10/13) Installing dumb-init (1.2.5-r3) [2025-12-24T07:28:33.022Z] #65 46.63 (11/13) Installing musl-obstack (1.2.3-r2) [2025-12-24T07:28:33.022Z] #65 ... [2025-12-24T07:28:33.022Z] [2025-12-24T07:28:33.022Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:28:33.310Z] #91 ... [2025-12-24T07:28:33.310Z] [2025-12-24T07:28:33.310Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-24T07:28:33.310Z] #65 46.66 (12/13) Installing libucontext (1.3.2-r0) [2025-12-24T07:28:33.310Z] #65 46.68 (13/13) Installing gcompat (1.1.0-r4) [2025-12-24T07:28:33.310Z] #65 46.70 Executing busybox-1.37.0-r19.trigger [2025-12-24T07:28:33.595Z] #65 46.92 OK: 13 MiB in 29 packages [2025-12-24T07:28:33.595Z] #65 ... [2025-12-24T07:28:33.595Z] [2025-12-24T07:28:33.595Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-24T07:28:33.595Z] #64 DONE 47.7s [2025-12-24T07:28:33.874Z] [2025-12-24T07:28:33.874Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-24T07:28:35.288Z] #92 ... [2025-12-24T07:28:35.288Z] [2025-12-24T07:28:35.288Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-24T07:28:35.288Z] #81 18.99 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:35.288Z] #81 18.99 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:35.288Z] #81 19.02 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:35.288Z] #81 19.17 OK: 19 MiB in 20 packages [2025-12-24T07:28:35.288Z] #81 DONE 21.4s [2025-12-24T07:28:35.614Z] [2025-12-24T07:28:35.614Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-24T07:28:35.614Z] #65 DONE 49.0s [2025-12-24T07:28:35.614Z] [2025-12-24T07:28:35.614Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:36.219Z] #93 ... [2025-12-24T07:28:36.219Z] [2025-12-24T07:28:36.219Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-12-24T07:28:36.219Z] #83 17.45 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:36.219Z] #83 17.65 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:36.219Z] #83 18.25 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:36.219Z] #83 18.26 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:36.219Z] #83 18.27 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:36.219Z] #83 18.38 OK: 8 MiB in 18 packages [2025-12-24T07:28:36.219Z] #83 DONE 20.3s [2025-12-24T07:28:36.488Z] [2025-12-24T07:28:36.488Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-12-24T07:28:37.903Z] #94 ... [2025-12-24T07:28:37.903Z] [2025-12-24T07:28:37.903Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-24T07:28:37.903Z] #66 43.69 OK: 255 MiB in 60 packages [2025-12-24T07:28:37.903Z] #66 DONE 44.9s [2025-12-24T07:28:37.903Z] [2025-12-24T07:28:37.903Z] #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:28:38.498Z] #95 ... [2025-12-24T07:28:38.498Z] [2025-12-24T07:28:38.498Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:38.498Z] #78 15.99 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:38.498Z] #78 16.14 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:38.498Z] #78 16.72 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:38.498Z] #78 16.73 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:38.498Z] #78 16.74 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:38.498Z] #78 16.86 OK: 12 MiB in 23 packages [2025-12-24T07:28:38.498Z] #78 DONE 18.4s [2025-12-24T07:28:38.498Z] [2025-12-24T07:28:38.498Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-24T07:28:38.498Z] #92 4.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:38.776Z] #92 ... [2025-12-24T07:28:38.776Z] [2025-12-24T07:28:38.776Z] #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:28:38.776Z] #95 DONE 1.0s [2025-12-24T07:28:39.050Z] [2025-12-24T07:28:39.050Z] #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:28:40.462Z] #96 ... [2025-12-24T07:28:40.462Z] [2025-12-24T07:28:40.462Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-12-24T07:28:40.462Z] #94 DONE 4.2s [2025-12-24T07:28:40.462Z] [2025-12-24T07:28:40.462Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-12-24T07:28:40.731Z] #97 DONE 0.2s [2025-12-24T07:28:40.731Z] [2025-12-24T07:28:40.731Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:40.731Z] #93 3.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:40.731Z] #93 5.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:42.680Z] #93 ... [2025-12-24T07:28:42.680Z] [2025-12-24T07:28:42.680Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:28:42.950Z] #98 ... [2025-12-24T07:28:42.950Z] [2025-12-24T07:28:42.950Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-24T07:28:42.950Z] #92 5.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:44.367Z] #92 10.78 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:44.367Z] #92 10.89 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:44.958Z] #92 11.22 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:44.958Z] #92 11.22 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:44.958Z] #92 11.25 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:44.958Z] #92 11.30 OK: 8 MiB in 20 packages [2025-12-24T07:28:44.958Z] #92 ... [2025-12-24T07:28:44.958Z] [2025-12-24T07:28:44.958Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:44.958Z] #93 9.357 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:44.958Z] #93 9.464 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:45.226Z] #93 ... [2025-12-24T07:28:45.226Z] [2025-12-24T07:28:45.226Z] #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-12-24T07:28:45.226Z] #88 4.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:45.226Z] #88 6.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-24T07:28:45.226Z] #88 12.06 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:45.226Z] #88 12.22 Executing busybox-1.37.0-r20.post-upgrade [2025-12-24T07:28:45.226Z] #88 12.54 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:45.226Z] #88 12.55 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:45.226Z] #88 12.56 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:45.226Z] #88 12.60 OK: 9 MiB in 21 packages [2025-12-24T07:28:45.226Z] #88 DONE 13.8s [2025-12-24T07:28:45.502Z] [2025-12-24T07:28:45.502Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:45.502Z] #93 9.862 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:45.502Z] #93 9.896 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-24T07:28:45.502Z] #93 9.910 Executing busybox-1.37.0-r20.trigger [2025-12-24T07:28:45.502Z] #93 9.995 OK: 13 MiB in 29 packages [2025-12-24T07:28:46.513Z] #93 ... [2025-12-24T07:28:46.513Z] [2025-12-24T07:28:46.513Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-24T07:28:46.513Z] #92 DONE 12.8s [2025-12-24T07:28:46.780Z] [2025-12-24T07:28:46.780Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-12-24T07:28:46.780Z] #99 DONE 1.4s [2025-12-24T07:28:46.780Z] [2025-12-24T07:28:46.780Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:28:47.369Z] #100 ... [2025-12-24T07:28:47.369Z] [2025-12-24T07:28:47.369Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-24T07:28:47.369Z] #93 DONE 11.7s [2025-12-24T07:28:47.369Z] [2025-12-24T07:28:47.369Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:28:49.338Z] #101 ... [2025-12-24T07:28:49.338Z] [2025-12-24T07:28:49.338Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:28:49.338Z] #102 DONE 3.9s [2025-12-24T07:28:49.338Z] [2025-12-24T07:28:49.338Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:28:49.338Z] #100 DONE 2.8s [2025-12-24T07:28:49.338Z] [2025-12-24T07:28:49.338Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-12-24T07:28:49.615Z] #103 ... [2025-12-24T07:28:49.615Z] [2025-12-24T07:28:49.615Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-12-24T07:28:49.615Z] #104 DONE 0.4s [2025-12-24T07:28:49.615Z] [2025-12-24T07:28:49.615Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-24T07:28:49.615Z] #101 DONE 2.6s [2025-12-24T07:28:49.615Z] [2025-12-24T07:28:49.615Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-12-24T07:28:49.615Z] #103 DONE 0.4s [2025-12-24T07:28:49.615Z] [2025-12-24T07:28:49.615Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2025-12-24T07:28:49.885Z] #105 ... [2025-12-24T07:28:49.885Z] [2025-12-24T07:28:49.885Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-12-24T07:28:49.885Z] #106 DONE 0.3s [2025-12-24T07:28:49.885Z] [2025-12-24T07:28:49.885Z] #107 [security-spire-server stage-2 6/9] COPY security.txt / [2025-12-24T07:28:49.885Z] #107 DONE 0.4s [2025-12-24T07:28:50.165Z] [2025-12-24T07:28:50.165Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2025-12-24T07:28:50.165Z] #105 DONE 0.4s [2025-12-24T07:28:50.165Z] [2025-12-24T07:28:50.165Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-12-24T07:28:50.165Z] #108 ... [2025-12-24T07:28:50.165Z] [2025-12-24T07:28:50.165Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-12-24T07:28:50.165Z] #109 DONE 0.3s [2025-12-24T07:28:50.441Z] [2025-12-24T07:28:50.441Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-12-24T07:28:50.441Z] #110 DONE 0.2s [2025-12-24T07:28:50.441Z] [2025-12-24T07:28:50.441Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-12-24T07:28:50.441Z] #111 ... [2025-12-24T07:28:50.441Z] [2025-12-24T07:28:50.441Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-12-24T07:28:50.441Z] #108 DONE 0.6s [2025-12-24T07:28:50.441Z] [2025-12-24T07:28:50.441Z] #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-12-24T07:28:50.441Z] #112 DONE 0.4s [2025-12-24T07:28:50.709Z] [2025-12-24T07:28:50.709Z] #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-12-24T07:28:50.998Z] #113 DONE 0.3s [2025-12-24T07:28:50.998Z] [2025-12-24T07:28:50.998Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-12-24T07:28:50.998Z] #111 DONE 0.3s [2025-12-24T07:28:50.998Z] [2025-12-24T07:28:50.998Z] #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-12-24T07:28:50.998Z] #114 DONE 0.3s [2025-12-24T07:28:50.998Z] [2025-12-24T07:28:50.998Z] #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-12-24T07:28:51.268Z] #115 ... [2025-12-24T07:28:51.268Z] [2025-12-24T07:28:51.268Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-12-24T07:28:51.268Z] #116 DONE 0.3s [2025-12-24T07:28:51.268Z] [2025-12-24T07:28:51.268Z] #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-12-24T07:28:51.268Z] #115 DONE 0.5s [2025-12-24T07:28:51.268Z] [2025-12-24T07:28:51.268Z] #117 [security-spire-agent] exporting to image [2025-12-24T07:28:51.268Z] #117 exporting layers [2025-12-24T07:28:51.535Z] #117 ... [2025-12-24T07:28:51.535Z] [2025-12-24T07:28:51.535Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-12-24T07:28:51.536Z] #118 DONE 0.6s [2025-12-24T07:28:51.536Z] [2025-12-24T07:28:51.536Z] #117 [security-spire-config] exporting to image [2025-12-24T07:28:56.914Z] #117 exporting layers 4.8s done [2025-12-24T07:28:56.914Z] #117 writing image sha256:c9d4597110c12cc1a6212b0f8c192d117d11d3de6775df14a181fc33490dab9b 0.1s done [2025-12-24T07:28:56.914Z] #117 naming to docker.io/library/security-spire-agent-arm64 [2025-12-24T07:28:56.914Z] #117 exporting layers 4.7s done [2025-12-24T07:28:56.914Z] #117 naming to docker.io/library/security-spire-agent-arm64 done [2025-12-24T07:28:56.914Z] #117 exporting layers 4.8s done [2025-12-24T07:28:56.914Z] #117 writing image sha256:bc13db159efe4f797307336649422cf85ced885c28bd9749c7729fe84c503a1e 0.0s done [2025-12-24T07:28:56.914Z] #117 naming to docker.io/library/security-spire-config-arm64 done [2025-12-24T07:28:56.914Z] #117 writing image sha256:79c87d06cd21df2cd1c8525d7f3559d9033afb76b2fee9df7876bfa02f333100 done [2025-12-24T07:28:56.914Z] #117 naming to docker.io/library/security-spire-server-arm64 [2025-12-24T07:28:56.914Z] #117 naming to docker.io/library/security-spire-server-arm64 done [2025-12-24T07:28:56.914Z] #117 DONE 5.1s [2025-12-24T07:28:56.914Z] [2025-12-24T07:28:56.914Z] #86 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:29:39.770Z] #156 ... [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-12-24T07:29:39.770Z] #153 DONE 106.2s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-12-24T07:29:39.770Z] #149 DONE 106.2s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:29:39.770Z] #157 DONE 0.1s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-12-24T07:29:39.770Z] #158 DONE 0.1s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:29:39.770Z] #159 DONE 0.1s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-12-24T07:29:39.770Z] #160 ... [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-12-24T07:29:39.770Z] #161 DONE 0.4s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #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-12-24T07:29:39.770Z] #162 DONE 0.2s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #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-12-24T07:29:39.770Z] #163 DONE 0.2s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #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-12-24T07:29:39.770Z] #164 ... [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-12-24T07:29:39.770Z] #160 DONE 1.1s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:29:39.770Z] #165 DONE 0.2s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:29:39.770Z] #166 DONE 0.2s [2025-12-24T07:29:39.770Z] [2025-12-24T07:29:39.770Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-24T07:29:40.033Z] #151 ... [2025-12-24T07:29:40.033Z] [2025-12-24T07:29:40.033Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-12-24T07:29:40.033Z] #167 ... [2025-12-24T07:29:40.033Z] [2025-12-24T07:29:40.033Z] #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-12-24T07:29:40.033Z] #164 DONE 1.0s [2025-12-24T07:29:40.033Z] [2025-12-24T07:29:40.033Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-12-24T07:29:40.033Z] #167 DONE 0.3s [2025-12-24T07:29:40.033Z] [2025-12-24T07:29:40.033Z] #168 [core-common-config-bootstrapper] exporting to image [2025-12-24T07:29:40.033Z] #168 exporting layers [2025-12-24T07:29:40.292Z] #168 ... [2025-12-24T07:29:40.292Z] [2025-12-24T07:29:40.292Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-12-24T07:29:40.292Z] #169 DONE 0.2s [2025-12-24T07:29:40.292Z] [2025-12-24T07:29:40.292Z] #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-12-24T07:29:40.292Z] #170 DONE 0.2s [2025-12-24T07:29:40.292Z] [2025-12-24T07:29:40.292Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T07:29:40.560Z] #145 ... [2025-12-24T07:29:40.560Z] [2025-12-24T07:29:40.560Z] #168 [core-common-config-bootstrapper] exporting to image [2025-12-24T07:29:40.560Z] #168 exporting layers 0.5s done [2025-12-24T07:29:40.560Z] #168 writing image sha256:15edae5f2a624102d2a709131dfbd18980f0d49e0371a1cb9d181cbb1f1878ce done [2025-12-24T07:29:40.560Z] #168 naming to docker.io/library/core-common-config-bootstrapper done [2025-12-24T07:29:40.560Z] #168 DONE 0.7s [2025-12-24T07:29:40.560Z] [2025-12-24T07:29:40.560Z] #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-12-24T07:29:40.560Z] #171 DONE 0.1s [2025-12-24T07:29:40.560Z] [2025-12-24T07:29:40.560Z] #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-12-24T07:29:40.818Z] #172 DONE 0.2s [2025-12-24T07:29:40.818Z] [2025-12-24T07:29:40.818Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-12-24T07:29:41.076Z] #173 DONE 0.1s [2025-12-24T07:29:41.076Z] [2025-12-24T07:29:41.076Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-12-24T07:29:42.451Z] #174 DONE 1.2s [2025-12-24T07:29:42.452Z] [2025-12-24T07:29:42.452Z] #175 [security-bootstrapper] exporting to image [2025-12-24T07:29:42.710Z] #175 exporting layers 0.5s done [2025-12-24T07:29:42.710Z] #175 writing image sha256:5ed86bd8ceefd741201da00f6db151f226d8bbff39876b9d1ffdbc89065d57ba done [2025-12-24T07:29:42.710Z] #175 naming to docker.io/library/security-bootstrapper 0.1s done [2025-12-24T07:29:42.710Z] #175 DONE 0.6s [2025-12-24T07:29:42.710Z] [2025-12-24T07:29:42.710Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-24T07:30:48.631Z] #86 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #91 DONE 131.1s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #96 DONE 115.3s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #84 DONE 128.8s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #119 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #87 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #87 DONE 133.5s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #98 DONE 121.4s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #86 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #86 DONE 127.3s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #120 [security-proxy-setup builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #120 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #121 [support-notifications builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #121 DONE 2.8s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #122 [support-scheduler builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #122 DONE 2.7s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #120 [security-proxy-setup builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #120 DONE 2.7s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #123 [core-keeper builder 7/8] COPY . . [2025-12-24T07:30:48.632Z] #123 DONE 2.8s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:30:48.632Z] #124 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #125 [security-bootstrapper builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #125 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #126 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #127 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #128 [security-secretstore-setup builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #128 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:30:48.632Z] #129 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #130 [security-proxy-auth builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #130 DONE 2.8s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #131 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:30:48.632Z] #131 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #132 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #133 [core-data builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #133 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #134 [core-command builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #134 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #135 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:30:48.632Z] #135 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #136 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #137 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:30:48.632Z] #137 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #138 [core-metadata builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #138 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #139 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #140 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-24T07:30:48.632Z] #140 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #141 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #141 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-24T07:30:48.632Z] #142 CACHED [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-12-24T07:30:48.632Z] #119 DONE 2.9s [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T07:30:48.632Z] #143 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T07:30:48.632Z] #0 5.929 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-12-24T07:30:48.632Z] #144 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-12-24T07:30:48.632Z] #0 6.283 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-12-24T07:30:48.632Z] #145 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #146 [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-12-24T07:30:48.632Z] #0 8.239 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-12-24T07:30:48.632Z] #146 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-12-24T07:30:48.632Z] #0 8.605 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-12-24T07:30:48.632Z] #147 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T07:30:48.632Z] #143 8.868 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-12-24T07:30:48.632Z] #143 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T07:30:48.632Z] #0 7.416 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-12-24T07:30:48.632Z] #148 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T07:30:48.632Z] #0 9.091 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-12-24T07:30:48.632Z] #149 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-24T07:30:48.632Z] #0 7.806 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-12-24T07:30:48.632Z] #150 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-24T07:30:48.632Z] #0 8.764 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-12-24T07:30:48.632Z] #151 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T07:30:48.632Z] #0 10.52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-12-24T07:30:48.632Z] #152 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T07:30:48.632Z] #0 8.863 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-12-24T07:30:48.632Z] #153 ... [2025-12-24T07:30:48.632Z] [2025-12-24T07:30:48.632Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-12-24T07:30:48.632Z] #0 8.867 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-12-24T07:30:50.399Z] #146 ... [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #156 [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-12-24T07:30:50.399Z] #156 172.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-12-24T07:30:50.399Z] #156 ... [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-12-24T07:30:50.399Z] #152 DONE 177.1s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T07:30:50.399Z] #155 DONE 177.1s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #156 [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-12-24T07:30:50.399Z] #156 DONE 177.1s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-24T07:30:50.399Z] #151 DONE 177.1s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:50.399Z] #176 DONE 0.3s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #177 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:50.399Z] #177 ... [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #178 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:50.399Z] #178 DONE 0.2s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #179 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:50.399Z] #179 DONE 0.1s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:50.399Z] #180 DONE 0.2s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #181 [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-12-24T07:30:50.399Z] #181 DONE 0.1s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #177 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:50.399Z] #177 DONE 0.4s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:50.399Z] #182 DONE 0.4s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #183 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:50.399Z] #183 DONE 0.3s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #184 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-12-24T07:30:50.399Z] #184 DONE 0.4s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #185 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:50.399Z] #185 DONE 0.4s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-12-24T07:30:50.399Z] #186 DONE 0.4s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-12-24T07:30:50.399Z] #187 DONE 0.4s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-12-24T07:30:50.399Z] #188 ... [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T07:30:50.399Z] #148 DONE 178.5s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #189 [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-12-24T07:30:50.399Z] #189 DONE 0.3s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-12-24T07:30:50.399Z] #190 DONE 0.3s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-12-24T07:30:50.399Z] #188 DONE 0.3s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #191 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-12-24T07:30:50.399Z] #191 DONE 0.3s [2025-12-24T07:30:50.399Z] [2025-12-24T07:30:50.399Z] #192 [core-data] exporting to image [2025-12-24T07:30:50.399Z] #192 exporting layers [2025-12-24T07:30:50.657Z] #192 ... [2025-12-24T07:30:50.657Z] [2025-12-24T07:30:50.657Z] #193 [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-12-24T07:30:50.657Z] #193 DONE 0.2s [2025-12-24T07:30:50.657Z] [2025-12-24T07:30:50.657Z] #194 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-12-24T07:30:50.657Z] #194 DONE 0.2s [2025-12-24T07:30:50.657Z] [2025-12-24T07:30:50.657Z] #195 [core-command] exporting to image [2025-12-24T07:30:50.657Z] #195 exporting layers 0.2s done [2025-12-24T07:30:50.657Z] #195 writing image sha256:d8073b8fa6e65352e1f8525799b56a1ffddd031168f8ddd4c9ee03f89559b9ba 0.0s done [2025-12-24T07:30:50.657Z] #195 naming to docker.io/library/core-command done [2025-12-24T07:30:50.657Z] #195 DONE 0.2s [2025-12-24T07:30:50.657Z] [2025-12-24T07:30:50.657Z] #196 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:50.657Z] #196 DONE 0.2s [2025-12-24T07:30:50.657Z] [2025-12-24T07:30:50.657Z] #192 [core-data] exporting to image [2025-12-24T07:30:50.657Z] #192 exporting layers 0.2s done [2025-12-24T07:30:50.657Z] #192 ... [2025-12-24T07:30:50.657Z] [2025-12-24T07:30:50.657Z] #197 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-12-24T07:30:50.657Z] #197 DONE 0.2s [2025-12-24T07:30:50.657Z] [2025-12-24T07:30:50.657Z] #192 [core-data] exporting to image [2025-12-24T07:30:50.657Z] #192 writing image sha256:00029ce9acfba3ae326daa879bdf87bd2e9fbc6640ff3e5b179227f7db1b9314 0.1s done [2025-12-24T07:30:50.657Z] #192 naming to docker.io/library/core-data 0.0s done [2025-12-24T07:30:50.914Z] #192 DONE 0.3s [2025-12-24T07:30:50.914Z] [2025-12-24T07:30:50.914Z] #198 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:50.914Z] #198 DONE 0.2s [2025-12-24T07:30:50.914Z] [2025-12-24T07:30:50.914Z] #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-12-24T07:30:50.914Z] #199 ... [2025-12-24T07:30:50.914Z] [2025-12-24T07:30:50.914Z] #200 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-12-24T07:30:50.914Z] #200 DONE 0.2s [2025-12-24T07:30:51.172Z] [2025-12-24T07:30:51.172Z] #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-12-24T07:30:51.172Z] #199 DONE 0.4s [2025-12-24T07:30:51.172Z] [2025-12-24T07:30:51.172Z] #201 [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-12-24T07:30:51.172Z] #201 ... [2025-12-24T07:30:51.172Z] [2025-12-24T07:30:51.172Z] #202 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-24T07:30:51.172Z] #202 DONE 0.7s [2025-12-24T07:30:51.430Z] [2025-12-24T07:30:51.430Z] #201 [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-12-24T07:30:51.430Z] #201 DONE 0.3s [2025-12-24T07:30:51.430Z] [2025-12-24T07:30:51.430Z] #203 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-12-24T07:30:51.430Z] #203 DONE 0.5s [2025-12-24T07:30:51.430Z] [2025-12-24T07:30:51.430Z] #204 [security-spiffe-token-provider] exporting to image [2025-12-24T07:30:51.996Z] #204 ... [2025-12-24T07:30:51.996Z] [2025-12-24T07:30:51.996Z] #205 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-12-24T07:30:51.996Z] #205 DONE 0.6s [2025-12-24T07:30:52.253Z] [2025-12-24T07:30:52.254Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T07:30:52.254Z] #150 DONE 180.3s [2025-12-24T07:30:52.254Z] [2025-12-24T07:30:52.254Z] #206 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-24T07:30:52.254Z] #206 ... [2025-12-24T07:30:52.254Z] [2025-12-24T07:30:52.254Z] #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:52.254Z] #207 DONE 0.1s [2025-12-24T07:30:52.254Z] [2025-12-24T07:30:52.254Z] #204 [security-spiffe-token-provider] exporting to image [2025-12-24T07:30:52.254Z] #204 exporting layers 0.9s done [2025-12-24T07:30:52.254Z] #204 writing image sha256:fb0b831ba2bdba70bef1cc13ec7c330627f06b621c113f1b40491649c3d54ddb 0.0s done [2025-12-24T07:30:52.254Z] #204 naming to docker.io/library/security-spiffe-token-provider done [2025-12-24T07:30:52.254Z] #204 DONE 0.9s [2025-12-24T07:30:52.254Z] [2025-12-24T07:30:52.254Z] #208 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:52.254Z] #208 DONE 0.1s [2025-12-24T07:30:52.254Z] [2025-12-24T07:30:52.254Z] #209 [security-proxy-setup] exporting to image [2025-12-24T07:30:52.254Z] #209 exporting layers 1.1s done [2025-12-24T07:30:52.254Z] #209 writing image sha256:799c97d83b70800ce15fc8666b473ae255e924f8f9732372dea0235219192386 done [2025-12-24T07:30:52.254Z] #209 naming to docker.io/library/security-proxy-setup done [2025-12-24T07:30:52.254Z] #209 DONE 1.1s [2025-12-24T07:30:52.254Z] [2025-12-24T07:30:52.254Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-24T07:30:52.254Z] #146 DONE 180.6s [2025-12-24T07:30:52.254Z] [2025-12-24T07:30:52.254Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T07:30:52.254Z] #154 DONE 180.7s [2025-12-24T07:30:52.254Z] [2025-12-24T07:30:52.254Z] #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-12-24T07:30:52.516Z] #210 ... [2025-12-24T07:30:52.516Z] [2025-12-24T07:30:52.516Z] #207 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:52.516Z] #207 DONE 0.1s [2025-12-24T07:30:52.516Z] [2025-12-24T07:30:52.516Z] #208 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:52.516Z] #208 DONE 0.1s [2025-12-24T07:30:52.791Z] [2025-12-24T07:30:52.791Z] #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-12-24T07:30:52.791Z] #210 DONE 0.3s [2025-12-24T07:30:52.791Z] [2025-12-24T07:30:52.791Z] #211 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:52.791Z] #211 CACHED [2025-12-24T07:30:52.791Z] [2025-12-24T07:30:52.791Z] #212 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:52.791Z] #212 CACHED [2025-12-24T07:30:52.791Z] [2025-12-24T07:30:52.791Z] #213 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-12-24T07:30:52.791Z] #213 ... [2025-12-24T07:30:52.791Z] [2025-12-24T07:30:52.791Z] #214 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:52.791Z] #214 DONE 0.1s [2025-12-24T07:30:52.791Z] [2025-12-24T07:30:52.791Z] #206 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-24T07:30:52.791Z] #206 DONE 0.7s [2025-12-24T07:30:52.791Z] [2025-12-24T07:30:52.791Z] #215 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-12-24T07:30:52.791Z] #215 DONE 0.2s [2025-12-24T07:30:53.049Z] [2025-12-24T07:30:53.049Z] #213 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-12-24T07:30:53.049Z] #213 DONE 0.2s [2025-12-24T07:30:53.050Z] [2025-12-24T07:30:53.050Z] #216 [security-secretstore-setup] exporting to image [2025-12-24T07:30:53.050Z] #216 ... [2025-12-24T07:30:53.050Z] [2025-12-24T07:30:53.050Z] #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-12-24T07:30:53.050Z] #217 DONE 0.2s [2025-12-24T07:30:53.050Z] [2025-12-24T07:30:53.050Z] #218 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-12-24T07:30:53.050Z] #218 DONE 0.3s [2025-12-24T07:30:53.050Z] [2025-12-24T07:30:53.050Z] #219 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-12-24T07:30:53.050Z] #219 DONE 0.2s [2025-12-24T07:30:53.309Z] [2025-12-24T07:30:53.309Z] #220 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-12-24T07:30:53.309Z] #220 DONE 0.1s [2025-12-24T07:30:53.309Z] [2025-12-24T07:30:53.309Z] #221 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-12-24T07:30:53.309Z] #221 DONE 0.1s [2025-12-24T07:30:53.309Z] [2025-12-24T07:30:53.309Z] #222 [core-keeper] exporting to image [2025-12-24T07:30:53.309Z] #222 ... [2025-12-24T07:30:53.309Z] [2025-12-24T07:30:53.309Z] #223 [core-metadata] exporting to image [2025-12-24T07:30:53.309Z] #223 exporting layers 0.2s done [2025-12-24T07:30:53.309Z] #223 writing image sha256:dd6bd0faa2e5ccfbc6bcaee51bb56fe0a3a311db5534fddb1604539a4208ed0f done [2025-12-24T07:30:53.309Z] #223 naming to docker.io/library/core-metadata done [2025-12-24T07:30:53.309Z] #223 DONE 0.3s [2025-12-24T07:30:53.309Z] [2025-12-24T07:30:53.309Z] #216 [security-secretstore-setup] exporting to image [2025-12-24T07:30:53.309Z] #216 exporting layers 0.6s done [2025-12-24T07:30:53.309Z] #216 writing image sha256:80511d9ddc0d33b4b413fd4444c1dcfcd87d8ec58bcea58f3072888491abe9bc done [2025-12-24T07:30:53.309Z] #216 naming to docker.io/library/security-secretstore-setup done [2025-12-24T07:30:53.309Z] #216 DONE 0.6s [2025-12-24T07:30:53.309Z] [2025-12-24T07:30:53.309Z] #222 [core-keeper] exporting to image [2025-12-24T07:30:53.309Z] #222 exporting layers 0.2s done [2025-12-24T07:30:53.309Z] #222 writing image sha256:28f0e58b27ce401fe5e9ebc67e76d2333fb8445072a61038727fa86f439b0a82 0.0s done [2025-12-24T07:30:53.309Z] #222 naming to docker.io/library/core-keeper 0.0s done [2025-12-24T07:30:53.568Z] #222 DONE 0.2s [2025-12-24T07:30:53.568Z] [2025-12-24T07:30:53.568Z] #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-24T07:30:53.568Z] #224 DONE 0.4s [2025-12-24T07:30:53.568Z] [2025-12-24T07:30:53.568Z] #225 [security-proxy-auth] exporting to image [2025-12-24T07:30:54.135Z] #225 exporting layers 0.7s done [2025-12-24T07:30:54.395Z] #225 writing image sha256:42774831b14bbc2c7dcc2c2fa212fe1e6fd6c549323ef7b0c66f0ddc5a9cdb89 done [2025-12-24T07:30:54.395Z] #225 naming to docker.io/library/security-proxy-auth done [2025-12-24T07:30:54.395Z] #225 DONE 0.7s [2025-12-24T07:30:54.395Z] [2025-12-24T07:30:54.395Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T07:30:55.341Z] #145 ... [2025-12-24T07:30:55.341Z] [2025-12-24T07:30:55.341Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T07:30:55.341Z] #147 DONE 183.4s [2025-12-24T07:30:55.341Z] [2025-12-24T07:30:55.341Z] #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:55.341Z] #226 DONE 0.0s [2025-12-24T07:30:55.341Z] [2025-12-24T07:30:55.341Z] #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:55.341Z] #227 DONE 0.0s [2025-12-24T07:30:55.341Z] [2025-12-24T07:30:55.341Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-12-24T07:30:55.601Z] #228 ... [2025-12-24T07:30:55.601Z] [2025-12-24T07:30:55.601Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T07:30:55.601Z] #145 DONE 183.9s [2025-12-24T07:30:55.859Z] [2025-12-24T07:30:55.859Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-12-24T07:30:55.859Z] #228 DONE 0.3s [2025-12-24T07:30:55.859Z] [2025-12-24T07:30:55.859Z] #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-12-24T07:30:55.859Z] #229 DONE 0.1s [2025-12-24T07:30:55.859Z] [2025-12-24T07:30:55.859Z] #230 [support-scheduler] exporting to image [2025-12-24T07:30:55.859Z] #230 ... [2025-12-24T07:30:55.859Z] [2025-12-24T07:30:55.859Z] #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:30:55.859Z] #231 DONE 0.0s [2025-12-24T07:30:55.859Z] [2025-12-24T07:30:55.859Z] #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:30:55.859Z] #232 DONE 0.0s [2025-12-24T07:30:56.117Z] [2025-12-24T07:30:56.117Z] #230 [support-scheduler] exporting to image [2025-12-24T07:30:56.117Z] #230 exporting layers 0.2s done [2025-12-24T07:30:56.117Z] #230 writing image sha256:37db7800c49aa12db64a5cd23bf1cfd5c1342f404cec9e89ba3f7322e6e64c84 done [2025-12-24T07:30:56.117Z] #230 naming to docker.io/library/support-scheduler done [2025-12-24T07:30:56.117Z] #230 DONE 0.4s [2025-12-24T07:30:56.117Z] [2025-12-24T07:30:56.117Z] #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-12-24T07:30:56.117Z] #233 DONE 0.2s [2025-12-24T07:30:56.117Z] [2025-12-24T07:30:56.117Z] #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-12-24T07:30:56.117Z] #234 DONE 0.1s [2025-12-24T07:30:56.117Z] [2025-12-24T07:30:56.117Z] #235 [support-notifications] exporting to image [2025-12-24T07:30:56.376Z] #235 exporting layers 0.2s done [2025-12-24T07:30:56.376Z] #235 writing image sha256:e3a97b2a0d62b61c3fcd909aff6d795fe981eb807c1b36c33da867081560425c done [2025-12-24T07:30:56.376Z] #235 naming to docker.io/library/support-notifications done [2025-12-24T07:30:56.376Z] #235 DONE 0.2s [2025-12-24T07:30:56.376Z] [2025-12-24T07:30:56.376Z] #22 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T07:30:56.376Z] time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-12-24T07:30:56.401Z] $ docker stop --time=1 e8b5f1ddf9a357c7695f686337971b6a8d0450349ccd355c50ea0d0ea3f556dd [2025-12-24T07:30:57.679Z] $ docker rm -f --volumes e8b5f1ddf9a357c7695f686337971b6a8d0450349ccd355c50ea0d0ea3f556dd [Pipeline] // withDockerContainer [Pipeline] sh [2025-12-24T07:30:58.023Z] + docker images [2025-12-24T07:30:58.023Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-12-24T07:30:58.023Z] support-notifications latest e3a97b2a0d62 1 second ago 55.7MB [2025-12-24T07:30:58.023Z] support-scheduler latest 37db7800c49a 2 seconds ago 52MB [2025-12-24T07:30:58.023Z] security-proxy-auth latest 42774831b14b 4 seconds ago 47MB [2025-12-24T07:30:58.023Z] core-metadata latest dd6bd0faa2e5 5 seconds ago 48MB [2025-12-24T07:30:58.023Z] core-keeper latest 28f0e58b27ce 5 seconds ago 46.8MB [2025-12-24T07:30:58.023Z] security-secretstore-setup latest 80511d9ddc0d 5 seconds ago 84.5MB [2025-12-24T07:30:58.023Z] security-proxy-setup latest 799c97d83b70 6 seconds ago 52.8MB [2025-12-24T07:30:58.023Z] security-spiffe-token-provider latest fb0b831ba2bd 6 seconds ago 51MB [2025-12-24T07:30:58.023Z] core-data latest 00029ce9acfb 7 seconds ago 47.8MB [2025-12-24T07:30:58.023Z] core-command latest d8073b8fa6e6 7 seconds ago 42.1MB [2025-12-24T07:30:58.023Z] security-bootstrapper latest 5ed86bd8ceef About a minute ago 22.4MB [2025-12-24T07:30:58.023Z] core-common-config-bootstrapper latest 15edae5f2a62 About a minute ago 21.3MB [2025-12-24T07:30:58.023Z] security-spire-agent latest a062622616c2 3 minutes ago 238MB [2025-12-24T07:30:58.023Z] security-spire-server latest 2e863d6bc7bd 3 minutes ago 178MB [2025-12-24T07:30:58.023Z] security-spire-config latest ff3e1bad5b83 3 minutes ago 178MB [2025-12-24T07:30:58.023Z] ci-base-image-x86_64 latest fc7c1346e5f1 7 minutes ago 999MB [2025-12-24T07:30:58.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 months ago 636MB [2025-12-24T07:30:58.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 months ago 573MB [2025-12-24T07:30:58.023Z] 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-12-24T07:30:58.162Z] provisioning config files... [2025-12-24T07:30:58.172Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/942@tmp/config18056890351024552647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-24T07:30:58.478Z] ---> ****-login.sh [2025-12-24T07:30:58.479Z] nexus3.edgexfoundry.org:10001 [2025-12-24T07:30:58.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:30:58.479Z] Login Succeeded [2025-12-24T07:30:58.479Z] nexus3.edgexfoundry.org:10002 [2025-12-24T07:30:58.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:30:58.738Z] Login Succeeded [2025-12-24T07:30:58.738Z] nexus3.edgexfoundry.org:10003 [2025-12-24T07:30:58.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:30:58.739Z] Login Succeeded [2025-12-24T07:30:58.739Z] nexus3.edgexfoundry.org:10004 [2025-12-24T07:30:58.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:30:58.998Z] Login Succeeded [2025-12-24T07:30:58.998Z] ****.io [2025-12-24T07:30:58.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T07:30:58.998Z] Login Succeeded [2025-12-24T07:30:58.998Z] ---> ****-login.sh ends [Pipeline] } [2025-12-24T07:30:59.005Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:30:59.062Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-24T07:30:59.099Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-12-24T07:30:59.100Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:30:59.100Z] latest [2025-12-24T07:30:59.100Z] 4.1.0-dev.88 [2025-12-24T07:30:59.100Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:30:59.100Z] main [2025-12-24T07:30:59.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:30:59.462Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:30:59.798Z] + docker push nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:30:59.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-24T07:30:59.798Z] 233fb9b84fa9: Preparing [2025-12-24T07:30:59.798Z] d0ce093cb6ce: Preparing [2025-12-24T07:30:59.798Z] 0d27cca9697c: Preparing [2025-12-24T07:30:59.798Z] 524ba9aa76b5: Preparing [2025-12-24T07:30:59.798Z] ca3051c1c9df: Preparing [2025-12-24T07:30:59.798Z] ddbb3ea73ed3: Preparing [2025-12-24T07:30:59.798Z] 256f393e029f: Preparing [2025-12-24T07:30:59.798Z] ddbb3ea73ed3: Waiting [2025-12-24T07:30:59.798Z] 524ba9aa76b5: Pushed [2025-12-24T07:30:59.798Z] 0d27cca9697c: Pushed [2025-12-24T07:30:59.798Z] 233fb9b84fa9: Pushed [2025-12-24T07:30:59.798Z] 256f393e029f: Layer already exists [2025-12-24T07:30:59.798Z] ca3051c1c9df: Pushed [2025-12-24T07:31:00.058Z] ddbb3ea73ed3: Pushed [2025-12-24T07:31:04.450Z] d0ce093cb6ce: Pushed [2025-12-24T07:31:04.450Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:04.786Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:05.108Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-12-24T07:31:05.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-24T07:31:05.108Z] 233fb9b84fa9: Preparing [2025-12-24T07:31:05.108Z] d0ce093cb6ce: Preparing [2025-12-24T07:31:05.108Z] 0d27cca9697c: Preparing [2025-12-24T07:31:05.108Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:05.108Z] ca3051c1c9df: Preparing [2025-12-24T07:31:05.108Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:05.108Z] 256f393e029f: Preparing [2025-12-24T07:31:05.108Z] 256f393e029f: Waiting [2025-12-24T07:31:05.108Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:05.108Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:05.108Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:05.108Z] 233fb9b84fa9: Layer already exists [2025-12-24T07:31:05.108Z] d0ce093cb6ce: Layer already exists [2025-12-24T07:31:05.108Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:05.108Z] 256f393e029f: Layer already exists [2025-12-24T07:31:05.108Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:05.108Z] latest: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:05.447Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:05.771Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [2025-12-24T07:31:05.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-24T07:31:05.771Z] 233fb9b84fa9: Preparing [2025-12-24T07:31:05.771Z] d0ce093cb6ce: Preparing [2025-12-24T07:31:05.771Z] 0d27cca9697c: Preparing [2025-12-24T07:31:05.771Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:05.771Z] ca3051c1c9df: Preparing [2025-12-24T07:31:05.771Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:05.771Z] 256f393e029f: Preparing [2025-12-24T07:31:05.771Z] 256f393e029f: Waiting [2025-12-24T07:31:05.771Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:05.771Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:05.771Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:05.771Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:05.771Z] d0ce093cb6ce: Layer already exists [2025-12-24T07:31:05.771Z] 233fb9b84fa9: Layer already exists [2025-12-24T07:31:05.771Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:05.771Z] 256f393e029f: Layer already exists [2025-12-24T07:31:05.771Z] 4.1.0-dev.88: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:06.115Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:06.459Z] + docker push nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:06.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-24T07:31:06.459Z] 233fb9b84fa9: Preparing [2025-12-24T07:31:06.459Z] d0ce093cb6ce: Preparing [2025-12-24T07:31:06.459Z] 0d27cca9697c: Preparing [2025-12-24T07:31:06.459Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:06.459Z] ca3051c1c9df: Preparing [2025-12-24T07:31:06.459Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:06.459Z] 256f393e029f: Preparing [2025-12-24T07:31:06.459Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:06.459Z] 256f393e029f: Waiting [2025-12-24T07:31:06.459Z] 233fb9b84fa9: Layer already exists [2025-12-24T07:31:06.459Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:06.459Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:06.459Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:06.459Z] d0ce093cb6ce: Layer already exists [2025-12-24T07:31:06.459Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:06.459Z] 256f393e029f: Layer already exists [2025-12-24T07:31:06.459Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:06.798Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:07.123Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-12-24T07:31:07.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-24T07:31:07.123Z] 233fb9b84fa9: Preparing [2025-12-24T07:31:07.123Z] d0ce093cb6ce: Preparing [2025-12-24T07:31:07.123Z] 0d27cca9697c: Preparing [2025-12-24T07:31:07.123Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:07.123Z] ca3051c1c9df: Preparing [2025-12-24T07:31:07.123Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:07.123Z] 256f393e029f: Preparing [2025-12-24T07:31:07.123Z] 256f393e029f: Waiting [2025-12-24T07:31:07.123Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:07.123Z] d0ce093cb6ce: Layer already exists [2025-12-24T07:31:07.123Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:07.123Z] 233fb9b84fa9: Layer already exists [2025-12-24T07:31:07.123Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:07.123Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:07.123Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:07.123Z] 256f393e029f: Layer already exists [2025-12-24T07:31:07.123Z] main: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:31:07.206Z] ===================================================== [Pipeline] echo [2025-12-24T07:31:07.224Z] taggedImages: [2025-12-24T07:31:07.224Z] - nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:07.224Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-12-24T07:31:07.224Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [2025-12-24T07:31:07.224Z] - nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:07.224Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-12-24T07:31:07.249Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-12-24T07:31:07.249Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:07.249Z] latest [2025-12-24T07:31:07.249Z] 4.1.0-dev.88 [2025-12-24T07:31:07.249Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:07.249Z] main [2025-12-24T07:31:07.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:07.624Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:07.996Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:07.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-24T07:31:07.996Z] 90bab7bd2ed7: Preparing [2025-12-24T07:31:07.996Z] 7eba1bc52f13: Preparing [2025-12-24T07:31:07.996Z] 887763d15a1c: Preparing [2025-12-24T07:31:07.996Z] 3df27abcd180: Preparing [2025-12-24T07:31:07.996Z] 0d27cca9697c: Preparing [2025-12-24T07:31:07.996Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:07.996Z] ca3051c1c9df: Preparing [2025-12-24T07:31:07.996Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:07.996Z] 256f393e029f: Preparing [2025-12-24T07:31:07.996Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:07.996Z] ca3051c1c9df: Waiting [2025-12-24T07:31:07.996Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:07.996Z] 256f393e029f: Waiting [2025-12-24T07:31:07.996Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:07.996Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:07.996Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:07.996Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:07.996Z] 887763d15a1c: Pushed [2025-12-24T07:31:07.996Z] 256f393e029f: Layer already exists [2025-12-24T07:31:07.996Z] 90bab7bd2ed7: Pushed [2025-12-24T07:31:07.996Z] 7eba1bc52f13: Pushed [2025-12-24T07:31:09.434Z] 3df27abcd180: Pushed [2025-12-24T07:31:09.434Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:09.968Z] + 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-12-24T07:31:10.346Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-12-24T07:31:10.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-24T07:31:10.346Z] 90bab7bd2ed7: Preparing [2025-12-24T07:31:10.346Z] 7eba1bc52f13: Preparing [2025-12-24T07:31:10.346Z] 887763d15a1c: Preparing [2025-12-24T07:31:10.346Z] 3df27abcd180: Preparing [2025-12-24T07:31:10.346Z] 0d27cca9697c: Preparing [2025-12-24T07:31:10.346Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:10.346Z] ca3051c1c9df: Preparing [2025-12-24T07:31:10.346Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:10.346Z] 256f393e029f: Preparing [2025-12-24T07:31:10.346Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:10.346Z] ca3051c1c9df: Waiting [2025-12-24T07:31:10.346Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:10.346Z] 256f393e029f: Waiting [2025-12-24T07:31:10.346Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:10.346Z] 887763d15a1c: Layer already exists [2025-12-24T07:31:10.346Z] 3df27abcd180: Layer already exists [2025-12-24T07:31:10.346Z] 7eba1bc52f13: Layer already exists [2025-12-24T07:31:10.346Z] 90bab7bd2ed7: Layer already exists [2025-12-24T07:31:10.346Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:10.346Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:10.346Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:10.346Z] 256f393e029f: Layer already exists [2025-12-24T07:31:10.346Z] latest: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:10.682Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:11.009Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [2025-12-24T07:31:11.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-24T07:31:11.009Z] 90bab7bd2ed7: Preparing [2025-12-24T07:31:11.009Z] 7eba1bc52f13: Preparing [2025-12-24T07:31:11.009Z] 887763d15a1c: Preparing [2025-12-24T07:31:11.009Z] 3df27abcd180: Preparing [2025-12-24T07:31:11.009Z] 0d27cca9697c: Preparing [2025-12-24T07:31:11.009Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:11.009Z] ca3051c1c9df: Preparing [2025-12-24T07:31:11.009Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:11.009Z] 256f393e029f: Preparing [2025-12-24T07:31:11.009Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:11.009Z] ca3051c1c9df: Waiting [2025-12-24T07:31:11.009Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:11.009Z] 256f393e029f: Waiting [2025-12-24T07:31:11.009Z] 887763d15a1c: Layer already exists [2025-12-24T07:31:11.009Z] 7eba1bc52f13: Layer already exists [2025-12-24T07:31:11.009Z] 90bab7bd2ed7: Layer already exists [2025-12-24T07:31:11.009Z] 3df27abcd180: Layer already exists [2025-12-24T07:31:11.009Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:11.009Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:11.009Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:11.009Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:11.009Z] 256f393e029f: Layer already exists [2025-12-24T07:31:11.009Z] 4.1.0-dev.88: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:11.346Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:11.677Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:11.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-24T07:31:11.677Z] 90bab7bd2ed7: Preparing [2025-12-24T07:31:11.677Z] 7eba1bc52f13: Preparing [2025-12-24T07:31:11.677Z] 887763d15a1c: Preparing [2025-12-24T07:31:11.677Z] 3df27abcd180: Preparing [2025-12-24T07:31:11.677Z] 0d27cca9697c: Preparing [2025-12-24T07:31:11.677Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:11.677Z] ca3051c1c9df: Preparing [2025-12-24T07:31:11.677Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:11.677Z] 256f393e029f: Preparing [2025-12-24T07:31:11.677Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:11.677Z] ca3051c1c9df: Waiting [2025-12-24T07:31:11.677Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:11.677Z] 256f393e029f: Waiting [2025-12-24T07:31:11.677Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:11.677Z] 887763d15a1c: Layer already exists [2025-12-24T07:31:11.677Z] 7eba1bc52f13: Layer already exists [2025-12-24T07:31:11.677Z] 90bab7bd2ed7: Layer already exists [2025-12-24T07:31:11.677Z] 3df27abcd180: Layer already exists [2025-12-24T07:31:11.677Z] 256f393e029f: Layer already exists [2025-12-24T07:31:11.677Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:11.677Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:11.677Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:11.677Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:12.017Z] + 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-12-24T07:31:12.343Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-12-24T07:31:12.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-24T07:31:12.343Z] 90bab7bd2ed7: Preparing [2025-12-24T07:31:12.343Z] 7eba1bc52f13: Preparing [2025-12-24T07:31:12.343Z] 887763d15a1c: Preparing [2025-12-24T07:31:12.343Z] 3df27abcd180: Preparing [2025-12-24T07:31:12.343Z] 0d27cca9697c: Preparing [2025-12-24T07:31:12.343Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:12.343Z] ca3051c1c9df: Preparing [2025-12-24T07:31:12.343Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:12.343Z] 256f393e029f: Preparing [2025-12-24T07:31:12.343Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:12.343Z] ca3051c1c9df: Waiting [2025-12-24T07:31:12.343Z] 256f393e029f: Waiting [2025-12-24T07:31:12.343Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:12.343Z] 3df27abcd180: Layer already exists [2025-12-24T07:31:12.343Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:12.343Z] 887763d15a1c: Layer already exists [2025-12-24T07:31:12.343Z] 7eba1bc52f13: Layer already exists [2025-12-24T07:31:12.343Z] 90bab7bd2ed7: Layer already exists [2025-12-24T07:31:12.344Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:12.344Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:12.344Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:12.344Z] 256f393e029f: Layer already exists [2025-12-24T07:31:12.344Z] main: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:31:12.423Z] ===================================================== [Pipeline] echo [2025-12-24T07:31:12.442Z] taggedImages: [2025-12-24T07:31:12.442Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:12.443Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-12-24T07:31:12.443Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [2025-12-24T07:31:12.443Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:12.443Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-12-24T07:31:12.476Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-12-24T07:31:12.476Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:12.476Z] latest [2025-12-24T07:31:12.476Z] 4.1.0-dev.88 [2025-12-24T07:31:12.476Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:12.476Z] main [2025-12-24T07:31:12.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:12.834Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:13.169Z] + docker push nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:13.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-24T07:31:13.169Z] 0d62904bf7d8: Preparing [2025-12-24T07:31:13.169Z] 5b28d16ab325: Preparing [2025-12-24T07:31:13.169Z] 0d27cca9697c: Preparing [2025-12-24T07:31:13.169Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:13.169Z] 3e39f4e3c8bb: Preparing [2025-12-24T07:31:13.169Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:13.169Z] 256f393e029f: Preparing [2025-12-24T07:31:13.169Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:13.169Z] 256f393e029f: Waiting [2025-12-24T07:31:13.169Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:13.169Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:13.169Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:13.169Z] 256f393e029f: Layer already exists [2025-12-24T07:31:13.169Z] 0d62904bf7d8: Pushed [2025-12-24T07:31:13.430Z] 3e39f4e3c8bb: Pushed [2025-12-24T07:31:17.621Z] 5b28d16ab325: Pushed [2025-12-24T07:31:17.621Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:17.947Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:18.268Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-12-24T07:31:18.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-24T07:31:18.268Z] 0d62904bf7d8: Preparing [2025-12-24T07:31:18.269Z] 5b28d16ab325: Preparing [2025-12-24T07:31:18.269Z] 0d27cca9697c: Preparing [2025-12-24T07:31:18.269Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:18.269Z] 3e39f4e3c8bb: Preparing [2025-12-24T07:31:18.269Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:18.269Z] 256f393e029f: Preparing [2025-12-24T07:31:18.269Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:18.269Z] 256f393e029f: Waiting [2025-12-24T07:31:18.269Z] 0d62904bf7d8: Layer already exists [2025-12-24T07:31:18.269Z] 5b28d16ab325: Layer already exists [2025-12-24T07:31:18.269Z] 3e39f4e3c8bb: Layer already exists [2025-12-24T07:31:18.269Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:18.269Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:18.269Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:18.269Z] 256f393e029f: Layer already exists [2025-12-24T07:31:18.269Z] latest: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:18.606Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:18.943Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [2025-12-24T07:31:18.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-24T07:31:18.944Z] 0d62904bf7d8: Preparing [2025-12-24T07:31:18.944Z] 5b28d16ab325: Preparing [2025-12-24T07:31:18.944Z] 0d27cca9697c: Preparing [2025-12-24T07:31:18.944Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:18.944Z] 3e39f4e3c8bb: Preparing [2025-12-24T07:31:18.944Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:18.944Z] 256f393e029f: Preparing [2025-12-24T07:31:18.944Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:18.944Z] 256f393e029f: Waiting [2025-12-24T07:31:18.944Z] 0d62904bf7d8: Layer already exists [2025-12-24T07:31:18.944Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:18.944Z] 5b28d16ab325: Layer already exists [2025-12-24T07:31:18.944Z] 3e39f4e3c8bb: Layer already exists [2025-12-24T07:31:18.944Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:18.944Z] 256f393e029f: Layer already exists [2025-12-24T07:31:18.944Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:18.944Z] 4.1.0-dev.88: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:19.269Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:19.601Z] + docker push nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:19.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-24T07:31:19.602Z] 0d62904bf7d8: Preparing [2025-12-24T07:31:19.602Z] 5b28d16ab325: Preparing [2025-12-24T07:31:19.602Z] 0d27cca9697c: Preparing [2025-12-24T07:31:19.602Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:19.602Z] 3e39f4e3c8bb: Preparing [2025-12-24T07:31:19.602Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:19.602Z] 256f393e029f: Preparing [2025-12-24T07:31:19.602Z] 256f393e029f: Waiting [2025-12-24T07:31:19.602Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:19.602Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:19.602Z] 0d62904bf7d8: Layer already exists [2025-12-24T07:31:19.602Z] 5b28d16ab325: Layer already exists [2025-12-24T07:31:19.602Z] 3e39f4e3c8bb: Layer already exists [2025-12-24T07:31:19.602Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:19.602Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:19.602Z] 256f393e029f: Layer already exists [2025-12-24T07:31:19.602Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:19.931Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:20.260Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-12-24T07:31:20.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-24T07:31:20.260Z] 0d62904bf7d8: Preparing [2025-12-24T07:31:20.260Z] 5b28d16ab325: Preparing [2025-12-24T07:31:20.260Z] 0d27cca9697c: Preparing [2025-12-24T07:31:20.260Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:20.260Z] 3e39f4e3c8bb: Preparing [2025-12-24T07:31:20.260Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:20.260Z] 256f393e029f: Preparing [2025-12-24T07:31:20.260Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:20.260Z] 256f393e029f: Waiting [2025-12-24T07:31:20.260Z] 5b28d16ab325: Layer already exists [2025-12-24T07:31:20.260Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:20.260Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:20.260Z] 0d62904bf7d8: Layer already exists [2025-12-24T07:31:20.260Z] 3e39f4e3c8bb: Layer already exists [2025-12-24T07:31:20.260Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:20.260Z] 256f393e029f: Layer already exists [2025-12-24T07:31:20.260Z] main: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:31:20.334Z] ===================================================== [Pipeline] echo [2025-12-24T07:31:20.347Z] taggedImages: [2025-12-24T07:31:20.347Z] - nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:20.347Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-12-24T07:31:20.347Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [2025-12-24T07:31:20.347Z] - nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:20.347Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-12-24T07:31:20.374Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-12-24T07:31:20.374Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:20.374Z] latest [2025-12-24T07:31:20.374Z] 4.1.0-dev.88 [2025-12-24T07:31:20.374Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:20.374Z] main [2025-12-24T07:31:20.374Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:21.079Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:21.400Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:21.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-24T07:31:21.400Z] daf71ab257e5: Preparing [2025-12-24T07:31:21.400Z] 7a103770b065: Preparing [2025-12-24T07:31:21.400Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:21.400Z] 0d3a1b5b4878: Preparing [2025-12-24T07:31:21.400Z] 2e173f37009d: Preparing [2025-12-24T07:31:21.400Z] 256f393e029f: Preparing [2025-12-24T07:31:21.400Z] 256f393e029f: Waiting [2025-12-24T07:31:21.400Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:21.400Z] 256f393e029f: Layer already exists [2025-12-24T07:31:21.400Z] 0d3a1b5b4878: Pushed [2025-12-24T07:31:21.400Z] 2e173f37009d: Pushed [2025-12-24T07:31:21.400Z] daf71ab257e5: Pushed [2025-12-24T07:31:25.901Z] 7a103770b065: Pushed [2025-12-24T07:31:25.901Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:26.228Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:26.545Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-12-24T07:31:26.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-24T07:31:26.545Z] daf71ab257e5: Preparing [2025-12-24T07:31:26.545Z] 7a103770b065: Preparing [2025-12-24T07:31:26.545Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:26.545Z] 0d3a1b5b4878: Preparing [2025-12-24T07:31:26.545Z] 2e173f37009d: Preparing [2025-12-24T07:31:26.545Z] 256f393e029f: Preparing [2025-12-24T07:31:26.545Z] 256f393e029f: Waiting [2025-12-24T07:31:26.545Z] 2e173f37009d: Layer already exists [2025-12-24T07:31:26.545Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:26.545Z] daf71ab257e5: Layer already exists [2025-12-24T07:31:26.545Z] 0d3a1b5b4878: Layer already exists [2025-12-24T07:31:26.545Z] 7a103770b065: Layer already exists [2025-12-24T07:31:26.545Z] 256f393e029f: Layer already exists [2025-12-24T07:31:26.545Z] latest: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:26.868Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:27.191Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [2025-12-24T07:31:27.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-24T07:31:27.191Z] daf71ab257e5: Preparing [2025-12-24T07:31:27.191Z] 7a103770b065: Preparing [2025-12-24T07:31:27.191Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:27.191Z] 0d3a1b5b4878: Preparing [2025-12-24T07:31:27.191Z] 2e173f37009d: Preparing [2025-12-24T07:31:27.191Z] 256f393e029f: Preparing [2025-12-24T07:31:27.191Z] 256f393e029f: Waiting [2025-12-24T07:31:27.191Z] daf71ab257e5: Layer already exists [2025-12-24T07:31:27.191Z] 2e173f37009d: Layer already exists [2025-12-24T07:31:27.191Z] 0d3a1b5b4878: Layer already exists [2025-12-24T07:31:27.191Z] 7a103770b065: Layer already exists [2025-12-24T07:31:27.191Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:27.191Z] 256f393e029f: Layer already exists [2025-12-24T07:31:27.191Z] 4.1.0-dev.88: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:27.507Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:27.867Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:27.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-24T07:31:27.867Z] daf71ab257e5: Preparing [2025-12-24T07:31:27.867Z] 7a103770b065: Preparing [2025-12-24T07:31:27.867Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:27.867Z] 0d3a1b5b4878: Preparing [2025-12-24T07:31:27.867Z] 2e173f37009d: Preparing [2025-12-24T07:31:27.867Z] 256f393e029f: Preparing [2025-12-24T07:31:27.867Z] 256f393e029f: Waiting [2025-12-24T07:31:27.867Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:27.867Z] daf71ab257e5: Layer already exists [2025-12-24T07:31:27.867Z] 2e173f37009d: Layer already exists [2025-12-24T07:31:27.867Z] 7a103770b065: Layer already exists [2025-12-24T07:31:27.867Z] 0d3a1b5b4878: Layer already exists [2025-12-24T07:31:27.867Z] 256f393e029f: Layer already exists [2025-12-24T07:31:27.867Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:28.182Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:28.509Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-12-24T07:31:28.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-24T07:31:28.509Z] daf71ab257e5: Preparing [2025-12-24T07:31:28.509Z] 7a103770b065: Preparing [2025-12-24T07:31:28.509Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:28.509Z] 0d3a1b5b4878: Preparing [2025-12-24T07:31:28.509Z] 2e173f37009d: Preparing [2025-12-24T07:31:28.509Z] 256f393e029f: Preparing [2025-12-24T07:31:28.509Z] 256f393e029f: Waiting [2025-12-24T07:31:28.509Z] 0d3a1b5b4878: Layer already exists [2025-12-24T07:31:28.509Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:28.509Z] 7a103770b065: Layer already exists [2025-12-24T07:31:28.509Z] 2e173f37009d: Layer already exists [2025-12-24T07:31:28.509Z] daf71ab257e5: Layer already exists [2025-12-24T07:31:28.509Z] 256f393e029f: Layer already exists [2025-12-24T07:31:28.509Z] main: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:31:28.580Z] ===================================================== [Pipeline] echo [2025-12-24T07:31:28.595Z] taggedImages: [2025-12-24T07:31:28.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:28.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-12-24T07:31:28.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [2025-12-24T07:31:28.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:28.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-12-24T07:31:28.622Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-12-24T07:31:28.622Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:28.622Z] latest [2025-12-24T07:31:28.622Z] 4.1.0-dev.88 [2025-12-24T07:31:28.622Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:28.622Z] main [2025-12-24T07:31:28.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:28.968Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:29.302Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:29.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-24T07:31:29.302Z] 7560dbedbade: Preparing [2025-12-24T07:31:29.302Z] 9ec03ce440d9: Preparing [2025-12-24T07:31:29.302Z] 4921479eab41: Preparing [2025-12-24T07:31:29.302Z] 0d27cca9697c: Preparing [2025-12-24T07:31:29.302Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:29.302Z] ca3051c1c9df: Preparing [2025-12-24T07:31:29.302Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:29.302Z] 256f393e029f: Preparing [2025-12-24T07:31:29.302Z] 256f393e029f: Waiting [2025-12-24T07:31:29.302Z] ca3051c1c9df: Waiting [2025-12-24T07:31:29.302Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:29.302Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:29.302Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:29.302Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:29.302Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:29.302Z] 256f393e029f: Layer already exists [2025-12-24T07:31:29.302Z] 9ec03ce440d9: Pushed [2025-12-24T07:31:29.302Z] 7560dbedbade: Pushed [2025-12-24T07:31:33.506Z] 4921479eab41: Pushed [2025-12-24T07:31:33.506Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:33.832Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:34.167Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-12-24T07:31:34.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-24T07:31:34.167Z] 7560dbedbade: Preparing [2025-12-24T07:31:34.167Z] 9ec03ce440d9: Preparing [2025-12-24T07:31:34.167Z] 4921479eab41: Preparing [2025-12-24T07:31:34.167Z] 0d27cca9697c: Preparing [2025-12-24T07:31:34.167Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:34.168Z] ca3051c1c9df: Preparing [2025-12-24T07:31:34.168Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:34.168Z] 256f393e029f: Preparing [2025-12-24T07:31:34.168Z] ca3051c1c9df: Waiting [2025-12-24T07:31:34.168Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:34.168Z] 256f393e029f: Waiting [2025-12-24T07:31:34.168Z] 4921479eab41: Layer already exists [2025-12-24T07:31:34.168Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:34.168Z] 7560dbedbade: Layer already exists [2025-12-24T07:31:34.168Z] 9ec03ce440d9: Layer already exists [2025-12-24T07:31:34.168Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:34.168Z] 256f393e029f: Layer already exists [2025-12-24T07:31:34.168Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:34.168Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:34.168Z] latest: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:34.506Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:34.837Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [2025-12-24T07:31:34.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-24T07:31:34.837Z] 7560dbedbade: Preparing [2025-12-24T07:31:34.837Z] 9ec03ce440d9: Preparing [2025-12-24T07:31:34.837Z] 4921479eab41: Preparing [2025-12-24T07:31:34.837Z] 0d27cca9697c: Preparing [2025-12-24T07:31:34.837Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:34.837Z] ca3051c1c9df: Preparing [2025-12-24T07:31:34.837Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:34.837Z] 256f393e029f: Preparing [2025-12-24T07:31:34.837Z] ca3051c1c9df: Waiting [2025-12-24T07:31:34.837Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:34.837Z] 256f393e029f: Waiting [2025-12-24T07:31:34.837Z] 9ec03ce440d9: Layer already exists [2025-12-24T07:31:34.837Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:34.837Z] 7560dbedbade: Layer already exists [2025-12-24T07:31:34.837Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:34.837Z] 4921479eab41: Layer already exists [2025-12-24T07:31:34.837Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:34.837Z] 256f393e029f: Layer already exists [2025-12-24T07:31:34.837Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:34.837Z] 4.1.0-dev.88: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:35.165Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:35.495Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:35.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-24T07:31:35.495Z] 7560dbedbade: Preparing [2025-12-24T07:31:35.495Z] 9ec03ce440d9: Preparing [2025-12-24T07:31:35.495Z] 4921479eab41: Preparing [2025-12-24T07:31:35.495Z] 0d27cca9697c: Preparing [2025-12-24T07:31:35.495Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:35.495Z] ca3051c1c9df: Preparing [2025-12-24T07:31:35.495Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:35.495Z] 256f393e029f: Preparing [2025-12-24T07:31:35.495Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:35.495Z] ca3051c1c9df: Waiting [2025-12-24T07:31:35.495Z] 256f393e029f: Waiting [2025-12-24T07:31:35.495Z] 7560dbedbade: Layer already exists [2025-12-24T07:31:35.495Z] 9ec03ce440d9: Layer already exists [2025-12-24T07:31:35.495Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:35.495Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:35.495Z] 4921479eab41: Layer already exists [2025-12-24T07:31:35.495Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:35.495Z] 256f393e029f: Layer already exists [2025-12-24T07:31:35.495Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:35.495Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:35.827Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:36.146Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-12-24T07:31:36.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-24T07:31:36.146Z] 7560dbedbade: Preparing [2025-12-24T07:31:36.146Z] 9ec03ce440d9: Preparing [2025-12-24T07:31:36.146Z] 4921479eab41: Preparing [2025-12-24T07:31:36.146Z] 0d27cca9697c: Preparing [2025-12-24T07:31:36.146Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:36.146Z] ca3051c1c9df: Preparing [2025-12-24T07:31:36.146Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:36.146Z] 256f393e029f: Preparing [2025-12-24T07:31:36.146Z] ca3051c1c9df: Waiting [2025-12-24T07:31:36.146Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:36.146Z] 256f393e029f: Waiting [2025-12-24T07:31:36.146Z] 7560dbedbade: Layer already exists [2025-12-24T07:31:36.146Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:36.146Z] 9ec03ce440d9: Layer already exists [2025-12-24T07:31:36.146Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:36.146Z] 4921479eab41: Layer already exists [2025-12-24T07:31:36.146Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:36.146Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:36.146Z] 256f393e029f: Layer already exists [2025-12-24T07:31:36.146Z] main: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:31:36.222Z] ===================================================== [Pipeline] echo [2025-12-24T07:31:36.236Z] taggedImages: [2025-12-24T07:31:36.236Z] - nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:36.236Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-12-24T07:31:36.236Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [2025-12-24T07:31:36.236Z] - nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:36.236Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-12-24T07:31:36.263Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-12-24T07:31:36.263Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:36.263Z] latest [2025-12-24T07:31:36.263Z] 4.1.0-dev.88 [2025-12-24T07:31:36.263Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:36.263Z] main [2025-12-24T07:31:36.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:36.597Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:36.924Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:36.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-24T07:31:36.925Z] 868b378eb4af: Preparing [2025-12-24T07:31:36.925Z] 99c24bd99fc5: Preparing [2025-12-24T07:31:36.925Z] 82c47b08abef: Preparing [2025-12-24T07:31:36.925Z] f35f4c05f9b6: Preparing [2025-12-24T07:31:36.925Z] 9446c5192439: Preparing [2025-12-24T07:31:36.925Z] 8cd25695b9dc: Preparing [2025-12-24T07:31:36.925Z] f1e030f4ddcf: Preparing [2025-12-24T07:31:36.925Z] 0d27cca9697c: Preparing [2025-12-24T07:31:36.925Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:36.925Z] cf5a14079569: Preparing [2025-12-24T07:31:36.925Z] 7ac9e715883d: Preparing [2025-12-24T07:31:36.925Z] 5f70bf18a086: Preparing [2025-12-24T07:31:36.925Z] 3a44500a6989: Preparing [2025-12-24T07:31:36.925Z] 4a1b3fb2b87b: Preparing [2025-12-24T07:31:36.925Z] cfa6fedb5e77: Preparing [2025-12-24T07:31:36.925Z] 256f393e029f: Preparing [2025-12-24T07:31:36.925Z] 7ac9e715883d: Waiting [2025-12-24T07:31:36.925Z] 5f70bf18a086: Waiting [2025-12-24T07:31:36.925Z] 3a44500a6989: Waiting [2025-12-24T07:31:36.925Z] 4a1b3fb2b87b: Waiting [2025-12-24T07:31:36.925Z] cfa6fedb5e77: Waiting [2025-12-24T07:31:36.925Z] 256f393e029f: Waiting [2025-12-24T07:31:36.925Z] 8cd25695b9dc: Waiting [2025-12-24T07:31:36.925Z] 0d27cca9697c: Waiting [2025-12-24T07:31:36.925Z] f1e030f4ddcf: Waiting [2025-12-24T07:31:36.925Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:36.925Z] cf5a14079569: Waiting [2025-12-24T07:31:36.925Z] 82c47b08abef: Pushed [2025-12-24T07:31:36.925Z] 9446c5192439: Pushed [2025-12-24T07:31:36.925Z] f35f4c05f9b6: Pushed [2025-12-24T07:31:36.925Z] 868b378eb4af: Pushed [2025-12-24T07:31:36.925Z] 99c24bd99fc5: Pushed [2025-12-24T07:31:36.925Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:36.925Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:36.925Z] 5f70bf18a086: Layer already exists [2025-12-24T07:31:36.925Z] 8cd25695b9dc: Pushed [2025-12-24T07:31:37.183Z] cf5a14079569: Pushed [2025-12-24T07:31:37.183Z] 7ac9e715883d: Pushed [2025-12-24T07:31:37.183Z] 256f393e029f: Layer already exists [2025-12-24T07:31:37.183Z] 3a44500a6989: Pushed [2025-12-24T07:31:37.183Z] cfa6fedb5e77: Pushed [2025-12-24T07:31:37.183Z] 4a1b3fb2b87b: Pushed [2025-12-24T07:31:38.566Z] f1e030f4ddcf: Pushed [2025-12-24T07:31:38.566Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:38.903Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:39.228Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-12-24T07:31:39.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-24T07:31:39.228Z] 868b378eb4af: Preparing [2025-12-24T07:31:39.228Z] 99c24bd99fc5: Preparing [2025-12-24T07:31:39.228Z] 82c47b08abef: Preparing [2025-12-24T07:31:39.228Z] f35f4c05f9b6: Preparing [2025-12-24T07:31:39.228Z] 9446c5192439: Preparing [2025-12-24T07:31:39.228Z] 8cd25695b9dc: Preparing [2025-12-24T07:31:39.228Z] f1e030f4ddcf: Preparing [2025-12-24T07:31:39.228Z] 0d27cca9697c: Preparing [2025-12-24T07:31:39.228Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:39.228Z] cf5a14079569: Preparing [2025-12-24T07:31:39.228Z] 7ac9e715883d: Preparing [2025-12-24T07:31:39.228Z] 5f70bf18a086: Preparing [2025-12-24T07:31:39.228Z] 3a44500a6989: Preparing [2025-12-24T07:31:39.228Z] 4a1b3fb2b87b: Preparing [2025-12-24T07:31:39.228Z] cfa6fedb5e77: Preparing [2025-12-24T07:31:39.228Z] 256f393e029f: Preparing [2025-12-24T07:31:39.228Z] 8cd25695b9dc: Waiting [2025-12-24T07:31:39.228Z] f1e030f4ddcf: Waiting [2025-12-24T07:31:39.228Z] 0d27cca9697c: Waiting [2025-12-24T07:31:39.228Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:39.228Z] 4a1b3fb2b87b: Waiting [2025-12-24T07:31:39.228Z] cfa6fedb5e77: Waiting [2025-12-24T07:31:39.228Z] 256f393e029f: Waiting [2025-12-24T07:31:39.228Z] 5f70bf18a086: Waiting [2025-12-24T07:31:39.228Z] cf5a14079569: Waiting [2025-12-24T07:31:39.228Z] 3a44500a6989: Waiting [2025-12-24T07:31:39.228Z] 7ac9e715883d: Waiting [2025-12-24T07:31:39.228Z] 9446c5192439: Layer already exists [2025-12-24T07:31:39.228Z] 868b378eb4af: Layer already exists [2025-12-24T07:31:39.228Z] 82c47b08abef: Layer already exists [2025-12-24T07:31:39.228Z] f35f4c05f9b6: Layer already exists [2025-12-24T07:31:39.228Z] 99c24bd99fc5: Layer already exists [2025-12-24T07:31:39.228Z] 8cd25695b9dc: Layer already exists [2025-12-24T07:31:39.228Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:39.228Z] f1e030f4ddcf: Layer already exists [2025-12-24T07:31:39.228Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:39.228Z] cf5a14079569: Layer already exists [2025-12-24T07:31:39.228Z] 7ac9e715883d: Layer already exists [2025-12-24T07:31:39.228Z] 3a44500a6989: Layer already exists [2025-12-24T07:31:39.228Z] 5f70bf18a086: Layer already exists [2025-12-24T07:31:39.228Z] 4a1b3fb2b87b: Layer already exists [2025-12-24T07:31:39.228Z] cfa6fedb5e77: Layer already exists [2025-12-24T07:31:39.228Z] 256f393e029f: Layer already exists [2025-12-24T07:31:39.228Z] latest: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:39.548Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:39.868Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [2025-12-24T07:31:39.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-24T07:31:39.868Z] 868b378eb4af: Preparing [2025-12-24T07:31:39.868Z] 99c24bd99fc5: Preparing [2025-12-24T07:31:39.868Z] 82c47b08abef: Preparing [2025-12-24T07:31:39.868Z] f35f4c05f9b6: Preparing [2025-12-24T07:31:39.868Z] 9446c5192439: Preparing [2025-12-24T07:31:39.868Z] 8cd25695b9dc: Preparing [2025-12-24T07:31:39.868Z] f1e030f4ddcf: Preparing [2025-12-24T07:31:39.868Z] 0d27cca9697c: Preparing [2025-12-24T07:31:39.868Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:39.868Z] cf5a14079569: Preparing [2025-12-24T07:31:39.868Z] 7ac9e715883d: Preparing [2025-12-24T07:31:39.868Z] 5f70bf18a086: Preparing [2025-12-24T07:31:39.868Z] 3a44500a6989: Preparing [2025-12-24T07:31:39.868Z] 4a1b3fb2b87b: Preparing [2025-12-24T07:31:39.868Z] cfa6fedb5e77: Preparing [2025-12-24T07:31:39.868Z] 256f393e029f: Preparing [2025-12-24T07:31:39.868Z] cf5a14079569: Waiting [2025-12-24T07:31:39.868Z] 7ac9e715883d: Waiting [2025-12-24T07:31:39.868Z] 5f70bf18a086: Waiting [2025-12-24T07:31:39.868Z] 3a44500a6989: Waiting [2025-12-24T07:31:39.868Z] 4a1b3fb2b87b: Waiting [2025-12-24T07:31:39.868Z] cfa6fedb5e77: Waiting [2025-12-24T07:31:39.868Z] 256f393e029f: Waiting [2025-12-24T07:31:39.868Z] 8cd25695b9dc: Waiting [2025-12-24T07:31:39.868Z] f1e030f4ddcf: Waiting [2025-12-24T07:31:39.868Z] 0d27cca9697c: Waiting [2025-12-24T07:31:39.868Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:39.868Z] f35f4c05f9b6: Layer already exists [2025-12-24T07:31:39.868Z] 99c24bd99fc5: Layer already exists [2025-12-24T07:31:39.868Z] 9446c5192439: Layer already exists [2025-12-24T07:31:39.868Z] 868b378eb4af: Layer already exists [2025-12-24T07:31:39.868Z] 82c47b08abef: Layer already exists [2025-12-24T07:31:39.868Z] cf5a14079569: Layer already exists [2025-12-24T07:31:39.868Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:39.868Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:39.868Z] f1e030f4ddcf: Layer already exists [2025-12-24T07:31:39.868Z] 8cd25695b9dc: Layer already exists [2025-12-24T07:31:39.868Z] 7ac9e715883d: Layer already exists [2025-12-24T07:31:39.868Z] 5f70bf18a086: Layer already exists [2025-12-24T07:31:39.868Z] 3a44500a6989: Layer already exists [2025-12-24T07:31:39.868Z] cfa6fedb5e77: Layer already exists [2025-12-24T07:31:39.868Z] 4a1b3fb2b87b: Layer already exists [2025-12-24T07:31:39.868Z] 256f393e029f: Layer already exists [2025-12-24T07:31:39.868Z] 4.1.0-dev.88: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:40.195Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:40.520Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:40.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-24T07:31:40.520Z] 868b378eb4af: Preparing [2025-12-24T07:31:40.520Z] 99c24bd99fc5: Preparing [2025-12-24T07:31:40.520Z] 82c47b08abef: Preparing [2025-12-24T07:31:40.520Z] f35f4c05f9b6: Preparing [2025-12-24T07:31:40.520Z] 9446c5192439: Preparing [2025-12-24T07:31:40.520Z] 8cd25695b9dc: Preparing [2025-12-24T07:31:40.520Z] f1e030f4ddcf: Preparing [2025-12-24T07:31:40.520Z] 0d27cca9697c: Preparing [2025-12-24T07:31:40.520Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:40.520Z] cf5a14079569: Preparing [2025-12-24T07:31:40.520Z] 7ac9e715883d: Preparing [2025-12-24T07:31:40.520Z] 8cd25695b9dc: Waiting [2025-12-24T07:31:40.520Z] f1e030f4ddcf: Waiting [2025-12-24T07:31:40.520Z] 5f70bf18a086: Preparing [2025-12-24T07:31:40.520Z] 0d27cca9697c: Waiting [2025-12-24T07:31:40.520Z] 3a44500a6989: Preparing [2025-12-24T07:31:40.520Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:40.520Z] 4a1b3fb2b87b: Preparing [2025-12-24T07:31:40.520Z] cf5a14079569: Waiting [2025-12-24T07:31:40.520Z] 7ac9e715883d: Waiting [2025-12-24T07:31:40.520Z] 5f70bf18a086: Waiting [2025-12-24T07:31:40.520Z] cfa6fedb5e77: Preparing [2025-12-24T07:31:40.520Z] 3a44500a6989: Waiting [2025-12-24T07:31:40.520Z] 256f393e029f: Preparing [2025-12-24T07:31:40.520Z] 4a1b3fb2b87b: Waiting [2025-12-24T07:31:40.520Z] cfa6fedb5e77: Waiting [2025-12-24T07:31:40.521Z] 256f393e029f: Waiting [2025-12-24T07:31:40.521Z] 9446c5192439: Layer already exists [2025-12-24T07:31:40.521Z] 868b378eb4af: Layer already exists [2025-12-24T07:31:40.521Z] 82c47b08abef: Layer already exists [2025-12-24T07:31:40.521Z] 99c24bd99fc5: Layer already exists [2025-12-24T07:31:40.521Z] f35f4c05f9b6: Layer already exists [2025-12-24T07:31:40.521Z] 8cd25695b9dc: Layer already exists [2025-12-24T07:31:40.521Z] f1e030f4ddcf: Layer already exists [2025-12-24T07:31:40.521Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:40.521Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:40.521Z] cf5a14079569: Layer already exists [2025-12-24T07:31:40.521Z] 7ac9e715883d: Layer already exists [2025-12-24T07:31:40.521Z] 5f70bf18a086: Layer already exists [2025-12-24T07:31:40.521Z] 3a44500a6989: Layer already exists [2025-12-24T07:31:40.521Z] cfa6fedb5e77: Layer already exists [2025-12-24T07:31:40.521Z] 4a1b3fb2b87b: Layer already exists [2025-12-24T07:31:40.521Z] 256f393e029f: Layer already exists [2025-12-24T07:31:40.521Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:40.859Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:41.184Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-12-24T07:31:41.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-24T07:31:41.184Z] 868b378eb4af: Preparing [2025-12-24T07:31:41.184Z] 99c24bd99fc5: Preparing [2025-12-24T07:31:41.184Z] 82c47b08abef: Preparing [2025-12-24T07:31:41.184Z] f35f4c05f9b6: Preparing [2025-12-24T07:31:41.184Z] 9446c5192439: Preparing [2025-12-24T07:31:41.184Z] 8cd25695b9dc: Preparing [2025-12-24T07:31:41.184Z] f1e030f4ddcf: Preparing [2025-12-24T07:31:41.184Z] 0d27cca9697c: Preparing [2025-12-24T07:31:41.184Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:41.184Z] cf5a14079569: Preparing [2025-12-24T07:31:41.184Z] 7ac9e715883d: Preparing [2025-12-24T07:31:41.184Z] 5f70bf18a086: Preparing [2025-12-24T07:31:41.184Z] 3a44500a6989: Preparing [2025-12-24T07:31:41.184Z] 4a1b3fb2b87b: Preparing [2025-12-24T07:31:41.184Z] cfa6fedb5e77: Preparing [2025-12-24T07:31:41.184Z] 256f393e029f: Preparing [2025-12-24T07:31:41.184Z] f1e030f4ddcf: Waiting [2025-12-24T07:31:41.184Z] 4a1b3fb2b87b: Waiting [2025-12-24T07:31:41.184Z] cfa6fedb5e77: Waiting [2025-12-24T07:31:41.184Z] 7ac9e715883d: Waiting [2025-12-24T07:31:41.184Z] 256f393e029f: Waiting [2025-12-24T07:31:41.184Z] 5f70bf18a086: Waiting [2025-12-24T07:31:41.184Z] 3a44500a6989: Waiting [2025-12-24T07:31:41.184Z] cf5a14079569: Waiting [2025-12-24T07:31:41.184Z] 0d27cca9697c: Waiting [2025-12-24T07:31:41.184Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:41.184Z] 8cd25695b9dc: Waiting [2025-12-24T07:31:41.184Z] f35f4c05f9b6: Layer already exists [2025-12-24T07:31:41.184Z] 9446c5192439: Layer already exists [2025-12-24T07:31:41.184Z] 82c47b08abef: Layer already exists [2025-12-24T07:31:41.184Z] 868b378eb4af: Layer already exists [2025-12-24T07:31:41.184Z] 99c24bd99fc5: Layer already exists [2025-12-24T07:31:41.184Z] 8cd25695b9dc: Layer already exists [2025-12-24T07:31:41.184Z] f1e030f4ddcf: Layer already exists [2025-12-24T07:31:41.184Z] cf5a14079569: Layer already exists [2025-12-24T07:31:41.184Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:41.184Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:41.184Z] 5f70bf18a086: Layer already exists [2025-12-24T07:31:41.184Z] 7ac9e715883d: Layer already exists [2025-12-24T07:31:41.184Z] 4a1b3fb2b87b: Layer already exists [2025-12-24T07:31:41.184Z] 3a44500a6989: Layer already exists [2025-12-24T07:31:41.184Z] cfa6fedb5e77: Layer already exists [2025-12-24T07:31:41.184Z] 256f393e029f: Layer already exists [2025-12-24T07:31:41.184Z] main: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:31:41.270Z] ===================================================== [Pipeline] echo [2025-12-24T07:31:41.289Z] taggedImages: [2025-12-24T07:31:41.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:41.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-12-24T07:31:41.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [2025-12-24T07:31:41.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:41.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-12-24T07:31:41.321Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-12-24T07:31:41.321Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:41.321Z] latest [2025-12-24T07:31:41.321Z] 4.1.0-dev.88 [2025-12-24T07:31:41.321Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:41.321Z] main [2025-12-24T07:31:41.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:41.672Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:41.996Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:41.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-24T07:31:41.996Z] ed2b38713ec9: Preparing [2025-12-24T07:31:41.996Z] b571dbe45a6d: Preparing [2025-12-24T07:31:41.996Z] 3110bc9fca0f: Preparing [2025-12-24T07:31:41.996Z] a117ca603451: Preparing [2025-12-24T07:31:41.996Z] 0d27cca9697c: Preparing [2025-12-24T07:31:41.996Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:41.996Z] ca3051c1c9df: Preparing [2025-12-24T07:31:41.996Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:41.996Z] 256f393e029f: Preparing [2025-12-24T07:31:41.996Z] ca3051c1c9df: Waiting [2025-12-24T07:31:41.996Z] 256f393e029f: Waiting [2025-12-24T07:31:41.996Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:41.996Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:41.996Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:41.996Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:41.996Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:41.996Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:41.996Z] 256f393e029f: Layer already exists [2025-12-24T07:31:41.996Z] b571dbe45a6d: Pushed [2025-12-24T07:31:41.996Z] ed2b38713ec9: Pushed [2025-12-24T07:31:41.996Z] 3110bc9fca0f: Pushed [2025-12-24T07:31:46.185Z] a117ca603451: Pushed [2025-12-24T07:31:46.185Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:46.515Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:46.855Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-12-24T07:31:46.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-24T07:31:46.855Z] ed2b38713ec9: Preparing [2025-12-24T07:31:46.855Z] b571dbe45a6d: Preparing [2025-12-24T07:31:46.855Z] 3110bc9fca0f: Preparing [2025-12-24T07:31:46.855Z] a117ca603451: Preparing [2025-12-24T07:31:46.855Z] 0d27cca9697c: Preparing [2025-12-24T07:31:46.855Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:46.855Z] ca3051c1c9df: Preparing [2025-12-24T07:31:46.855Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:46.855Z] 256f393e029f: Preparing [2025-12-24T07:31:46.855Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:46.855Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:46.855Z] ca3051c1c9df: Waiting [2025-12-24T07:31:46.855Z] 256f393e029f: Waiting [2025-12-24T07:31:46.855Z] 3110bc9fca0f: Layer already exists [2025-12-24T07:31:46.855Z] b571dbe45a6d: Layer already exists [2025-12-24T07:31:46.855Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:46.855Z] a117ca603451: Layer already exists [2025-12-24T07:31:46.855Z] ed2b38713ec9: Layer already exists [2025-12-24T07:31:46.855Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:46.855Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:46.855Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:46.855Z] 256f393e029f: Layer already exists [2025-12-24T07:31:46.855Z] latest: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:47.188Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:47.514Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [2025-12-24T07:31:47.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-24T07:31:47.514Z] ed2b38713ec9: Preparing [2025-12-24T07:31:47.514Z] b571dbe45a6d: Preparing [2025-12-24T07:31:47.514Z] 3110bc9fca0f: Preparing [2025-12-24T07:31:47.514Z] a117ca603451: Preparing [2025-12-24T07:31:47.514Z] 0d27cca9697c: Preparing [2025-12-24T07:31:47.514Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:47.514Z] ca3051c1c9df: Preparing [2025-12-24T07:31:47.514Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:47.514Z] 256f393e029f: Preparing [2025-12-24T07:31:47.514Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:47.514Z] ca3051c1c9df: Waiting [2025-12-24T07:31:47.514Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:47.514Z] 256f393e029f: Waiting [2025-12-24T07:31:47.514Z] 3110bc9fca0f: Layer already exists [2025-12-24T07:31:47.514Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:47.514Z] a117ca603451: Layer already exists [2025-12-24T07:31:47.514Z] ed2b38713ec9: Layer already exists [2025-12-24T07:31:47.514Z] b571dbe45a6d: Layer already exists [2025-12-24T07:31:47.514Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:47.514Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:47.514Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:47.514Z] 256f393e029f: Layer already exists [2025-12-24T07:31:47.514Z] 4.1.0-dev.88: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:47.851Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:48.184Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:48.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-24T07:31:48.184Z] ed2b38713ec9: Preparing [2025-12-24T07:31:48.184Z] b571dbe45a6d: Preparing [2025-12-24T07:31:48.184Z] 3110bc9fca0f: Preparing [2025-12-24T07:31:48.184Z] a117ca603451: Preparing [2025-12-24T07:31:48.184Z] 0d27cca9697c: Preparing [2025-12-24T07:31:48.184Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:48.184Z] ca3051c1c9df: Preparing [2025-12-24T07:31:48.184Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:48.184Z] 256f393e029f: Preparing [2025-12-24T07:31:48.184Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:48.184Z] ca3051c1c9df: Waiting [2025-12-24T07:31:48.184Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:48.184Z] 256f393e029f: Waiting [2025-12-24T07:31:48.184Z] 3110bc9fca0f: Layer already exists [2025-12-24T07:31:48.184Z] ed2b38713ec9: Layer already exists [2025-12-24T07:31:48.184Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:48.184Z] a117ca603451: Layer already exists [2025-12-24T07:31:48.184Z] b571dbe45a6d: Layer already exists [2025-12-24T07:31:48.184Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:48.184Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:48.184Z] 256f393e029f: Layer already exists [2025-12-24T07:31:48.184Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:48.184Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:48.525Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:48.860Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-12-24T07:31:48.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-24T07:31:48.860Z] ed2b38713ec9: Preparing [2025-12-24T07:31:48.860Z] b571dbe45a6d: Preparing [2025-12-24T07:31:48.860Z] 3110bc9fca0f: Preparing [2025-12-24T07:31:48.860Z] a117ca603451: Preparing [2025-12-24T07:31:48.860Z] 0d27cca9697c: Preparing [2025-12-24T07:31:48.860Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:48.860Z] ca3051c1c9df: Preparing [2025-12-24T07:31:48.860Z] ddbb3ea73ed3: Preparing [2025-12-24T07:31:48.860Z] 256f393e029f: Preparing [2025-12-24T07:31:48.860Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:48.860Z] ca3051c1c9df: Waiting [2025-12-24T07:31:48.860Z] ddbb3ea73ed3: Waiting [2025-12-24T07:31:48.860Z] 256f393e029f: Waiting [2025-12-24T07:31:48.860Z] b571dbe45a6d: Layer already exists [2025-12-24T07:31:48.860Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:48.860Z] 3110bc9fca0f: Layer already exists [2025-12-24T07:31:48.860Z] a117ca603451: Layer already exists [2025-12-24T07:31:48.860Z] ed2b38713ec9: Layer already exists [2025-12-24T07:31:48.860Z] ddbb3ea73ed3: Layer already exists [2025-12-24T07:31:48.860Z] 256f393e029f: Layer already exists [2025-12-24T07:31:48.860Z] ca3051c1c9df: Layer already exists [2025-12-24T07:31:48.860Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:48.860Z] main: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:31:48.942Z] ===================================================== [Pipeline] echo [2025-12-24T07:31:48.955Z] taggedImages: [2025-12-24T07:31:48.955Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:48.955Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-12-24T07:31:48.955Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [2025-12-24T07:31:48.955Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:48.955Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-12-24T07:31:48.981Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-12-24T07:31:48.981Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:48.981Z] latest [2025-12-24T07:31:48.981Z] 4.1.0-dev.88 [2025-12-24T07:31:48.981Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:48.981Z] main [2025-12-24T07:31:48.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:49.524Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:49.898Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:49.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-24T07:31:49.898Z] 34cea5b1c16a: Preparing [2025-12-24T07:31:49.898Z] cd16ff9f048d: Preparing [2025-12-24T07:31:49.898Z] dbf344c1f4da: Preparing [2025-12-24T07:31:49.898Z] 4ba67e292a02: Preparing [2025-12-24T07:31:49.898Z] 36e529fa8a91: Preparing [2025-12-24T07:31:49.898Z] 0d27cca9697c: Preparing [2025-12-24T07:31:49.898Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:49.898Z] d301cc4b0141: Preparing [2025-12-24T07:31:49.898Z] eeb99c3d7bbf: Preparing [2025-12-24T07:31:49.898Z] e9797d042b00: Preparing [2025-12-24T07:31:49.898Z] 256f393e029f: Preparing [2025-12-24T07:31:49.898Z] 0d27cca9697c: Waiting [2025-12-24T07:31:49.898Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:49.898Z] d301cc4b0141: Waiting [2025-12-24T07:31:49.898Z] eeb99c3d7bbf: Waiting [2025-12-24T07:31:49.898Z] e9797d042b00: Waiting [2025-12-24T07:31:49.898Z] 256f393e029f: Waiting [2025-12-24T07:31:49.898Z] 34cea5b1c16a: Pushed [2025-12-24T07:31:49.898Z] 36e529fa8a91: Pushed [2025-12-24T07:31:49.898Z] cd16ff9f048d: Pushed [2025-12-24T07:31:49.898Z] 4ba67e292a02: Pushed [2025-12-24T07:31:49.898Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:49.898Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:49.898Z] 256f393e029f: Layer already exists [2025-12-24T07:31:49.898Z] d301cc4b0141: Pushed [2025-12-24T07:31:50.157Z] eeb99c3d7bbf: Pushed [2025-12-24T07:31:51.539Z] e9797d042b00: Pushed [2025-12-24T07:31:52.913Z] dbf344c1f4da: Pushed [2025-12-24T07:31:53.172Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:53.494Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:53.817Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-12-24T07:31:53.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-24T07:31:53.817Z] 34cea5b1c16a: Preparing [2025-12-24T07:31:53.817Z] cd16ff9f048d: Preparing [2025-12-24T07:31:53.817Z] dbf344c1f4da: Preparing [2025-12-24T07:31:53.817Z] 4ba67e292a02: Preparing [2025-12-24T07:31:53.817Z] 36e529fa8a91: Preparing [2025-12-24T07:31:53.817Z] 0d27cca9697c: Preparing [2025-12-24T07:31:53.817Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:53.817Z] d301cc4b0141: Preparing [2025-12-24T07:31:53.817Z] eeb99c3d7bbf: Preparing [2025-12-24T07:31:53.817Z] e9797d042b00: Preparing [2025-12-24T07:31:53.817Z] 256f393e029f: Preparing [2025-12-24T07:31:53.817Z] 0d27cca9697c: Waiting [2025-12-24T07:31:53.817Z] d301cc4b0141: Waiting [2025-12-24T07:31:53.817Z] e9797d042b00: Waiting [2025-12-24T07:31:53.817Z] 256f393e029f: Waiting [2025-12-24T07:31:53.817Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:53.817Z] 4ba67e292a02: Layer already exists [2025-12-24T07:31:53.817Z] 34cea5b1c16a: Layer already exists [2025-12-24T07:31:53.817Z] 36e529fa8a91: Layer already exists [2025-12-24T07:31:53.817Z] cd16ff9f048d: Layer already exists [2025-12-24T07:31:53.817Z] dbf344c1f4da: Layer already exists [2025-12-24T07:31:53.817Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:53.817Z] e9797d042b00: Layer already exists [2025-12-24T07:31:53.817Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:53.817Z] eeb99c3d7bbf: Layer already exists [2025-12-24T07:31:53.817Z] d301cc4b0141: Layer already exists [2025-12-24T07:31:53.817Z] 256f393e029f: Layer already exists [2025-12-24T07:31:53.817Z] latest: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:54.176Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:54.501Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [2025-12-24T07:31:54.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-24T07:31:54.501Z] 34cea5b1c16a: Preparing [2025-12-24T07:31:54.501Z] cd16ff9f048d: Preparing [2025-12-24T07:31:54.501Z] dbf344c1f4da: Preparing [2025-12-24T07:31:54.501Z] 4ba67e292a02: Preparing [2025-12-24T07:31:54.501Z] 36e529fa8a91: Preparing [2025-12-24T07:31:54.501Z] 0d27cca9697c: Preparing [2025-12-24T07:31:54.501Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:54.501Z] d301cc4b0141: Preparing [2025-12-24T07:31:54.501Z] eeb99c3d7bbf: Preparing [2025-12-24T07:31:54.501Z] e9797d042b00: Preparing [2025-12-24T07:31:54.501Z] 256f393e029f: Preparing [2025-12-24T07:31:54.501Z] eeb99c3d7bbf: Waiting [2025-12-24T07:31:54.501Z] e9797d042b00: Waiting [2025-12-24T07:31:54.501Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:54.501Z] d301cc4b0141: Waiting [2025-12-24T07:31:54.501Z] 256f393e029f: Waiting [2025-12-24T07:31:54.501Z] 0d27cca9697c: Waiting [2025-12-24T07:31:54.501Z] 34cea5b1c16a: Layer already exists [2025-12-24T07:31:54.501Z] 4ba67e292a02: Layer already exists [2025-12-24T07:31:54.501Z] 36e529fa8a91: Layer already exists [2025-12-24T07:31:54.501Z] dbf344c1f4da: Layer already exists [2025-12-24T07:31:54.501Z] cd16ff9f048d: Layer already exists [2025-12-24T07:31:54.501Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:54.501Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:54.501Z] d301cc4b0141: Layer already exists [2025-12-24T07:31:54.501Z] e9797d042b00: Layer already exists [2025-12-24T07:31:54.501Z] eeb99c3d7bbf: Layer already exists [2025-12-24T07:31:54.501Z] 256f393e029f: Layer already exists [2025-12-24T07:31:54.501Z] 4.1.0-dev.88: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:54.838Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:55.180Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:55.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-24T07:31:55.180Z] 34cea5b1c16a: Preparing [2025-12-24T07:31:55.180Z] cd16ff9f048d: Preparing [2025-12-24T07:31:55.180Z] dbf344c1f4da: Preparing [2025-12-24T07:31:55.180Z] 4ba67e292a02: Preparing [2025-12-24T07:31:55.180Z] 36e529fa8a91: Preparing [2025-12-24T07:31:55.180Z] 0d27cca9697c: Preparing [2025-12-24T07:31:55.180Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:55.180Z] d301cc4b0141: Preparing [2025-12-24T07:31:55.180Z] eeb99c3d7bbf: Preparing [2025-12-24T07:31:55.180Z] e9797d042b00: Preparing [2025-12-24T07:31:55.180Z] 256f393e029f: Preparing [2025-12-24T07:31:55.180Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:55.180Z] d301cc4b0141: Waiting [2025-12-24T07:31:55.180Z] eeb99c3d7bbf: Waiting [2025-12-24T07:31:55.180Z] e9797d042b00: Waiting [2025-12-24T07:31:55.180Z] 256f393e029f: Waiting [2025-12-24T07:31:55.180Z] 0d27cca9697c: Waiting [2025-12-24T07:31:55.180Z] dbf344c1f4da: Layer already exists [2025-12-24T07:31:55.180Z] cd16ff9f048d: Layer already exists [2025-12-24T07:31:55.180Z] 4ba67e292a02: Layer already exists [2025-12-24T07:31:55.180Z] 36e529fa8a91: Layer already exists [2025-12-24T07:31:55.180Z] 34cea5b1c16a: Layer already exists [2025-12-24T07:31:55.180Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:55.180Z] d301cc4b0141: Layer already exists [2025-12-24T07:31:55.180Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:55.180Z] eeb99c3d7bbf: Layer already exists [2025-12-24T07:31:55.180Z] e9797d042b00: Layer already exists [2025-12-24T07:31:55.180Z] 256f393e029f: Layer already exists [2025-12-24T07:31:55.180Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:55.511Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:55.856Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-12-24T07:31:55.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-24T07:31:55.856Z] 34cea5b1c16a: Preparing [2025-12-24T07:31:55.856Z] cd16ff9f048d: Preparing [2025-12-24T07:31:55.856Z] dbf344c1f4da: Preparing [2025-12-24T07:31:55.856Z] 4ba67e292a02: Preparing [2025-12-24T07:31:55.856Z] 36e529fa8a91: Preparing [2025-12-24T07:31:55.856Z] 0d27cca9697c: Preparing [2025-12-24T07:31:55.856Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:55.856Z] d301cc4b0141: Preparing [2025-12-24T07:31:55.856Z] eeb99c3d7bbf: Preparing [2025-12-24T07:31:55.856Z] e9797d042b00: Preparing [2025-12-24T07:31:55.856Z] 256f393e029f: Preparing [2025-12-24T07:31:55.856Z] eeb99c3d7bbf: Waiting [2025-12-24T07:31:55.856Z] e9797d042b00: Waiting [2025-12-24T07:31:55.856Z] 256f393e029f: Waiting [2025-12-24T07:31:55.856Z] d301cc4b0141: Waiting [2025-12-24T07:31:55.856Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:55.856Z] 0d27cca9697c: Waiting [2025-12-24T07:31:55.856Z] 4ba67e292a02: Layer already exists [2025-12-24T07:31:55.856Z] 36e529fa8a91: Layer already exists [2025-12-24T07:31:55.856Z] 34cea5b1c16a: Layer already exists [2025-12-24T07:31:55.856Z] dbf344c1f4da: Layer already exists [2025-12-24T07:31:55.856Z] cd16ff9f048d: Layer already exists [2025-12-24T07:31:55.856Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:55.856Z] d301cc4b0141: Layer already exists [2025-12-24T07:31:55.856Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:55.856Z] eeb99c3d7bbf: Layer already exists [2025-12-24T07:31:55.856Z] e9797d042b00: Layer already exists [2025-12-24T07:31:55.856Z] 256f393e029f: Layer already exists [2025-12-24T07:31:55.856Z] main: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:31:55.928Z] ===================================================== [Pipeline] echo [2025-12-24T07:31:55.941Z] taggedImages: [2025-12-24T07:31:55.941Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:55.941Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-12-24T07:31:55.941Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [2025-12-24T07:31:55.941Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:55.941Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-12-24T07:31:55.964Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-12-24T07:31:55.964Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:55.964Z] latest [2025-12-24T07:31:55.964Z] 4.1.0-dev.88 [2025-12-24T07:31:55.964Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:31:55.964Z] main [2025-12-24T07:31:55.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:56.317Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:31:56.644Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:31:56.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-24T07:31:56.645Z] 497610e95090: Preparing [2025-12-24T07:31:56.645Z] 66fff3db8239: Preparing [2025-12-24T07:31:56.645Z] 6f885628a5ae: Preparing [2025-12-24T07:31:56.645Z] 26c1c348bf34: Preparing [2025-12-24T07:31:56.645Z] 0fa3e9f11d1f: Preparing [2025-12-24T07:31:56.645Z] 4f70d4f00f49: Preparing [2025-12-24T07:31:56.645Z] cb0bf6ec3d89: Preparing [2025-12-24T07:31:56.645Z] 0d27cca9697c: Preparing [2025-12-24T07:31:56.645Z] 524ba9aa76b5: Preparing [2025-12-24T07:31:56.645Z] abbdcc99449e: Preparing [2025-12-24T07:31:56.645Z] b64867cf5d4e: Preparing [2025-12-24T07:31:56.645Z] 256f393e029f: Preparing [2025-12-24T07:31:56.645Z] 4f70d4f00f49: Waiting [2025-12-24T07:31:56.645Z] cb0bf6ec3d89: Waiting [2025-12-24T07:31:56.645Z] 0d27cca9697c: Waiting [2025-12-24T07:31:56.645Z] 524ba9aa76b5: Waiting [2025-12-24T07:31:56.645Z] b64867cf5d4e: Waiting [2025-12-24T07:31:56.645Z] abbdcc99449e: Waiting [2025-12-24T07:31:56.645Z] 256f393e029f: Waiting [2025-12-24T07:31:56.645Z] 66fff3db8239: Pushed [2025-12-24T07:31:56.645Z] 497610e95090: Pushed [2025-12-24T07:31:56.645Z] 0fa3e9f11d1f: Pushed [2025-12-24T07:31:56.645Z] 0d27cca9697c: Layer already exists [2025-12-24T07:31:56.645Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:31:56.645Z] 4f70d4f00f49: Pushed [2025-12-24T07:31:56.645Z] cb0bf6ec3d89: Pushed [2025-12-24T07:31:56.902Z] 256f393e029f: Layer already exists [2025-12-24T07:31:56.902Z] abbdcc99449e: Pushed [2025-12-24T07:31:58.278Z] b64867cf5d4e: Pushed [2025-12-24T07:31:59.661Z] 26c1c348bf34: Pushed [2025-12-24T07:31:59.661Z] 6f885628a5ae: Pushed [2025-12-24T07:31:59.921Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:00.276Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:00.600Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-12-24T07:32:00.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-24T07:32:00.600Z] 497610e95090: Preparing [2025-12-24T07:32:00.600Z] 66fff3db8239: Preparing [2025-12-24T07:32:00.600Z] 6f885628a5ae: Preparing [2025-12-24T07:32:00.600Z] 26c1c348bf34: Preparing [2025-12-24T07:32:00.600Z] 0fa3e9f11d1f: Preparing [2025-12-24T07:32:00.600Z] 4f70d4f00f49: Preparing [2025-12-24T07:32:00.600Z] cb0bf6ec3d89: Preparing [2025-12-24T07:32:00.600Z] 0d27cca9697c: Preparing [2025-12-24T07:32:00.600Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:00.600Z] abbdcc99449e: Preparing [2025-12-24T07:32:00.600Z] b64867cf5d4e: Preparing [2025-12-24T07:32:00.600Z] 256f393e029f: Preparing [2025-12-24T07:32:00.600Z] cb0bf6ec3d89: Waiting [2025-12-24T07:32:00.600Z] 0d27cca9697c: Waiting [2025-12-24T07:32:00.600Z] 524ba9aa76b5: Waiting [2025-12-24T07:32:00.600Z] abbdcc99449e: Waiting [2025-12-24T07:32:00.600Z] b64867cf5d4e: Waiting [2025-12-24T07:32:00.600Z] 256f393e029f: Waiting [2025-12-24T07:32:00.600Z] 4f70d4f00f49: Waiting [2025-12-24T07:32:00.600Z] 497610e95090: Layer already exists [2025-12-24T07:32:00.600Z] 0fa3e9f11d1f: Layer already exists [2025-12-24T07:32:00.600Z] 26c1c348bf34: Layer already exists [2025-12-24T07:32:00.600Z] 6f885628a5ae: Layer already exists [2025-12-24T07:32:00.600Z] 66fff3db8239: Layer already exists [2025-12-24T07:32:00.600Z] 4f70d4f00f49: Layer already exists [2025-12-24T07:32:00.600Z] cb0bf6ec3d89: Layer already exists [2025-12-24T07:32:00.600Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:00.600Z] abbdcc99449e: Layer already exists [2025-12-24T07:32:00.600Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:00.600Z] b64867cf5d4e: Layer already exists [2025-12-24T07:32:00.600Z] 256f393e029f: Layer already exists [2025-12-24T07:32:00.600Z] latest: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:01.222Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:01.542Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [2025-12-24T07:32:01.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-24T07:32:01.542Z] 497610e95090: Preparing [2025-12-24T07:32:01.542Z] 66fff3db8239: Preparing [2025-12-24T07:32:01.542Z] 6f885628a5ae: Preparing [2025-12-24T07:32:01.542Z] 26c1c348bf34: Preparing [2025-12-24T07:32:01.542Z] 0fa3e9f11d1f: Preparing [2025-12-24T07:32:01.542Z] 4f70d4f00f49: Preparing [2025-12-24T07:32:01.542Z] cb0bf6ec3d89: Preparing [2025-12-24T07:32:01.542Z] 0d27cca9697c: Preparing [2025-12-24T07:32:01.542Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:01.542Z] abbdcc99449e: Preparing [2025-12-24T07:32:01.542Z] b64867cf5d4e: Preparing [2025-12-24T07:32:01.542Z] 256f393e029f: Preparing [2025-12-24T07:32:01.542Z] 0d27cca9697c: Waiting [2025-12-24T07:32:01.542Z] 524ba9aa76b5: Waiting [2025-12-24T07:32:01.542Z] 256f393e029f: Waiting [2025-12-24T07:32:01.542Z] cb0bf6ec3d89: Waiting [2025-12-24T07:32:01.542Z] abbdcc99449e: Waiting [2025-12-24T07:32:01.542Z] b64867cf5d4e: Waiting [2025-12-24T07:32:01.542Z] 4f70d4f00f49: Waiting [2025-12-24T07:32:01.542Z] 0fa3e9f11d1f: Layer already exists [2025-12-24T07:32:01.542Z] 26c1c348bf34: Layer already exists [2025-12-24T07:32:01.542Z] 66fff3db8239: Layer already exists [2025-12-24T07:32:01.542Z] 497610e95090: Layer already exists [2025-12-24T07:32:01.542Z] 6f885628a5ae: Layer already exists [2025-12-24T07:32:01.542Z] cb0bf6ec3d89: Layer already exists [2025-12-24T07:32:01.542Z] abbdcc99449e: Layer already exists [2025-12-24T07:32:01.542Z] 4f70d4f00f49: Layer already exists [2025-12-24T07:32:01.542Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:01.542Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:01.542Z] 256f393e029f: Layer already exists [2025-12-24T07:32:01.542Z] b64867cf5d4e: Layer already exists [2025-12-24T07:32:01.542Z] 4.1.0-dev.88: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:01.865Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:02.194Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:02.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-24T07:32:02.195Z] 497610e95090: Preparing [2025-12-24T07:32:02.195Z] 66fff3db8239: Preparing [2025-12-24T07:32:02.195Z] 6f885628a5ae: Preparing [2025-12-24T07:32:02.195Z] 26c1c348bf34: Preparing [2025-12-24T07:32:02.195Z] 0fa3e9f11d1f: Preparing [2025-12-24T07:32:02.195Z] 4f70d4f00f49: Preparing [2025-12-24T07:32:02.195Z] cb0bf6ec3d89: Preparing [2025-12-24T07:32:02.195Z] 0d27cca9697c: Preparing [2025-12-24T07:32:02.195Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:02.195Z] abbdcc99449e: Preparing [2025-12-24T07:32:02.195Z] b64867cf5d4e: Preparing [2025-12-24T07:32:02.195Z] 256f393e029f: Preparing [2025-12-24T07:32:02.195Z] cb0bf6ec3d89: Waiting [2025-12-24T07:32:02.195Z] 0d27cca9697c: Waiting [2025-12-24T07:32:02.195Z] 524ba9aa76b5: Waiting [2025-12-24T07:32:02.195Z] abbdcc99449e: Waiting [2025-12-24T07:32:02.195Z] b64867cf5d4e: Waiting [2025-12-24T07:32:02.195Z] 256f393e029f: Waiting [2025-12-24T07:32:02.195Z] 4f70d4f00f49: Waiting [2025-12-24T07:32:02.195Z] 66fff3db8239: Layer already exists [2025-12-24T07:32:02.195Z] 497610e95090: Layer already exists [2025-12-24T07:32:02.195Z] 0fa3e9f11d1f: Layer already exists [2025-12-24T07:32:02.195Z] 26c1c348bf34: Layer already exists [2025-12-24T07:32:02.195Z] 6f885628a5ae: Layer already exists [2025-12-24T07:32:02.195Z] 4f70d4f00f49: Layer already exists [2025-12-24T07:32:02.195Z] cb0bf6ec3d89: Layer already exists [2025-12-24T07:32:02.195Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:02.195Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:02.195Z] abbdcc99449e: Layer already exists [2025-12-24T07:32:02.195Z] b64867cf5d4e: Layer already exists [2025-12-24T07:32:02.195Z] 256f393e029f: Layer already exists [2025-12-24T07:32:02.195Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:02.915Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:03.660Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-12-24T07:32:03.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-24T07:32:03.660Z] 497610e95090: Preparing [2025-12-24T07:32:03.660Z] 66fff3db8239: Preparing [2025-12-24T07:32:03.660Z] 6f885628a5ae: Preparing [2025-12-24T07:32:03.660Z] 26c1c348bf34: Preparing [2025-12-24T07:32:03.660Z] 0fa3e9f11d1f: Preparing [2025-12-24T07:32:03.660Z] 4f70d4f00f49: Preparing [2025-12-24T07:32:03.660Z] cb0bf6ec3d89: Preparing [2025-12-24T07:32:03.660Z] 0d27cca9697c: Preparing [2025-12-24T07:32:03.660Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:03.660Z] abbdcc99449e: Preparing [2025-12-24T07:32:03.660Z] b64867cf5d4e: Preparing [2025-12-24T07:32:03.660Z] 256f393e029f: Preparing [2025-12-24T07:32:03.660Z] 4f70d4f00f49: Waiting [2025-12-24T07:32:03.660Z] cb0bf6ec3d89: Waiting [2025-12-24T07:32:03.660Z] 0d27cca9697c: Waiting [2025-12-24T07:32:03.660Z] 524ba9aa76b5: Waiting [2025-12-24T07:32:03.660Z] abbdcc99449e: Waiting [2025-12-24T07:32:03.660Z] b64867cf5d4e: Waiting [2025-12-24T07:32:03.660Z] 256f393e029f: Waiting [2025-12-24T07:32:03.660Z] 26c1c348bf34: Layer already exists [2025-12-24T07:32:03.660Z] 497610e95090: Layer already exists [2025-12-24T07:32:03.660Z] 66fff3db8239: Layer already exists [2025-12-24T07:32:03.660Z] 6f885628a5ae: Layer already exists [2025-12-24T07:32:03.660Z] 0fa3e9f11d1f: Layer already exists [2025-12-24T07:32:03.660Z] 4f70d4f00f49: Layer already exists [2025-12-24T07:32:03.660Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:03.660Z] cb0bf6ec3d89: Layer already exists [2025-12-24T07:32:03.660Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:03.660Z] abbdcc99449e: Layer already exists [2025-12-24T07:32:03.660Z] b64867cf5d4e: Layer already exists [2025-12-24T07:32:03.660Z] 256f393e029f: Layer already exists [2025-12-24T07:32:03.660Z] main: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:32:03.777Z] ===================================================== [Pipeline] echo [2025-12-24T07:32:03.790Z] taggedImages: [2025-12-24T07:32:03.790Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:03.790Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-12-24T07:32:03.790Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [2025-12-24T07:32:03.790Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:03.790Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-12-24T07:32:03.833Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-12-24T07:32:03.833Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:03.833Z] latest [2025-12-24T07:32:03.833Z] 4.1.0-dev.88 [2025-12-24T07:32:03.833Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:03.833Z] main [2025-12-24T07:32:03.833Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:04.204Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:04.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:04.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-24T07:32:04.537Z] 95370f7af209: Preparing [2025-12-24T07:32:04.537Z] 7e81f39efda4: Preparing [2025-12-24T07:32:04.537Z] 0d27cca9697c: Preparing [2025-12-24T07:32:04.537Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:04.537Z] 77d08b301873: Preparing [2025-12-24T07:32:04.537Z] 53c2543c85d9: Preparing [2025-12-24T07:32:04.537Z] 256f393e029f: Preparing [2025-12-24T07:32:04.537Z] 256f393e029f: Waiting [2025-12-24T07:32:04.537Z] 53c2543c85d9: Waiting [2025-12-24T07:32:04.537Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:04.537Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:04.537Z] 256f393e029f: Layer already exists [2025-12-24T07:32:04.537Z] 95370f7af209: Pushed [2025-12-24T07:32:04.537Z] 77d08b301873: Pushed [2025-12-24T07:32:05.480Z] 53c2543c85d9: Pushed [2025-12-24T07:32:08.010Z] 7e81f39efda4: Pushed [2025-12-24T07:32:08.010Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:08.339Z] + 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-12-24T07:32:08.678Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-12-24T07:32:08.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-24T07:32:08.678Z] 95370f7af209: Preparing [2025-12-24T07:32:08.678Z] 7e81f39efda4: Preparing [2025-12-24T07:32:08.678Z] 0d27cca9697c: Preparing [2025-12-24T07:32:08.678Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:08.678Z] 77d08b301873: Preparing [2025-12-24T07:32:08.678Z] 53c2543c85d9: Preparing [2025-12-24T07:32:08.678Z] 256f393e029f: Preparing [2025-12-24T07:32:08.678Z] 53c2543c85d9: Waiting [2025-12-24T07:32:08.678Z] 256f393e029f: Waiting [2025-12-24T07:32:08.678Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:08.678Z] 7e81f39efda4: Layer already exists [2025-12-24T07:32:08.678Z] 77d08b301873: Layer already exists [2025-12-24T07:32:08.678Z] 95370f7af209: Layer already exists [2025-12-24T07:32:08.678Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:08.678Z] 53c2543c85d9: Layer already exists [2025-12-24T07:32:08.678Z] 256f393e029f: Layer already exists [2025-12-24T07:32:08.678Z] latest: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:09.006Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:09.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [2025-12-24T07:32:09.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-24T07:32:09.339Z] 95370f7af209: Preparing [2025-12-24T07:32:09.339Z] 7e81f39efda4: Preparing [2025-12-24T07:32:09.339Z] 0d27cca9697c: Preparing [2025-12-24T07:32:09.339Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:09.339Z] 77d08b301873: Preparing [2025-12-24T07:32:09.339Z] 53c2543c85d9: Preparing [2025-12-24T07:32:09.339Z] 256f393e029f: Preparing [2025-12-24T07:32:09.339Z] 53c2543c85d9: Waiting [2025-12-24T07:32:09.339Z] 256f393e029f: Waiting [2025-12-24T07:32:09.339Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:09.339Z] 77d08b301873: Layer already exists [2025-12-24T07:32:09.339Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:09.339Z] 7e81f39efda4: Layer already exists [2025-12-24T07:32:09.339Z] 95370f7af209: Layer already exists [2025-12-24T07:32:09.339Z] 256f393e029f: Layer already exists [2025-12-24T07:32:09.339Z] 53c2543c85d9: Layer already exists [2025-12-24T07:32:09.339Z] 4.1.0-dev.88: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:09.670Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:09.998Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:09.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-24T07:32:09.998Z] 95370f7af209: Preparing [2025-12-24T07:32:09.998Z] 7e81f39efda4: Preparing [2025-12-24T07:32:09.998Z] 0d27cca9697c: Preparing [2025-12-24T07:32:09.998Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:09.998Z] 77d08b301873: Preparing [2025-12-24T07:32:09.998Z] 53c2543c85d9: Preparing [2025-12-24T07:32:09.998Z] 256f393e029f: Preparing [2025-12-24T07:32:09.998Z] 53c2543c85d9: Waiting [2025-12-24T07:32:09.998Z] 256f393e029f: Waiting [2025-12-24T07:32:09.998Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:09.998Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:09.998Z] 77d08b301873: Layer already exists [2025-12-24T07:32:09.998Z] 7e81f39efda4: Layer already exists [2025-12-24T07:32:09.998Z] 95370f7af209: Layer already exists [2025-12-24T07:32:09.998Z] 53c2543c85d9: Layer already exists [2025-12-24T07:32:09.998Z] 256f393e029f: Layer already exists [2025-12-24T07:32:09.998Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:11.403Z] + 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-12-24T07:32:11.829Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-12-24T07:32:11.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-24T07:32:11.829Z] 95370f7af209: Preparing [2025-12-24T07:32:11.829Z] 7e81f39efda4: Preparing [2025-12-24T07:32:11.829Z] 0d27cca9697c: Preparing [2025-12-24T07:32:11.829Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:11.829Z] 77d08b301873: Preparing [2025-12-24T07:32:11.829Z] 53c2543c85d9: Preparing [2025-12-24T07:32:11.829Z] 256f393e029f: Preparing [2025-12-24T07:32:11.829Z] 53c2543c85d9: Waiting [2025-12-24T07:32:11.829Z] 256f393e029f: Waiting [2025-12-24T07:32:11.829Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:11.829Z] 77d08b301873: Layer already exists [2025-12-24T07:32:11.829Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:11.829Z] 7e81f39efda4: Layer already exists [2025-12-24T07:32:11.829Z] 95370f7af209: Layer already exists [2025-12-24T07:32:11.829Z] 53c2543c85d9: Layer already exists [2025-12-24T07:32:11.829Z] 256f393e029f: Layer already exists [2025-12-24T07:32:11.829Z] main: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:32:11.943Z] ===================================================== [Pipeline] echo [2025-12-24T07:32:11.963Z] taggedImages: [2025-12-24T07:32:11.963Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:11.963Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-12-24T07:32:11.963Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [2025-12-24T07:32:11.963Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:11.963Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-12-24T07:32:11.996Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-12-24T07:32:11.996Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:11.996Z] latest [2025-12-24T07:32:11.996Z] 4.1.0-dev.88 [2025-12-24T07:32:11.996Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:11.996Z] main [2025-12-24T07:32:11.996Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:12.565Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:12.896Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:12.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-24T07:32:12.896Z] b4529e903e48: Preparing [2025-12-24T07:32:12.896Z] c513be5d0535: Preparing [2025-12-24T07:32:12.896Z] af105bc14245: Preparing [2025-12-24T07:32:12.896Z] 0d27cca9697c: Preparing [2025-12-24T07:32:12.896Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:12.896Z] 7b48741300e1: Preparing [2025-12-24T07:32:12.896Z] ce0710eed338: Preparing [2025-12-24T07:32:12.896Z] 684ef60e9723: Preparing [2025-12-24T07:32:12.896Z] 739a57985d6d: Preparing [2025-12-24T07:32:12.896Z] 256f393e029f: Preparing [2025-12-24T07:32:12.896Z] 7b48741300e1: Waiting [2025-12-24T07:32:12.896Z] 684ef60e9723: Waiting [2025-12-24T07:32:12.896Z] ce0710eed338: Waiting [2025-12-24T07:32:12.896Z] 739a57985d6d: Waiting [2025-12-24T07:32:12.896Z] 256f393e029f: Waiting [2025-12-24T07:32:12.896Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:12.896Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:12.896Z] af105bc14245: Pushed [2025-12-24T07:32:12.896Z] b4529e903e48: Pushed [2025-12-24T07:32:12.896Z] c513be5d0535: Pushed [2025-12-24T07:32:12.896Z] 256f393e029f: Layer already exists [2025-12-24T07:32:13.155Z] 684ef60e9723: Pushed [2025-12-24T07:32:13.413Z] 739a57985d6d: Pushed [2025-12-24T07:32:18.680Z] ce0710eed338: Pushed [2025-12-24T07:32:26.862Z] 7b48741300e1: Pushed [2025-12-24T07:32:26.862Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:27.194Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:27.523Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-12-24T07:32:27.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-24T07:32:27.523Z] b4529e903e48: Preparing [2025-12-24T07:32:27.523Z] c513be5d0535: Preparing [2025-12-24T07:32:27.523Z] af105bc14245: Preparing [2025-12-24T07:32:27.523Z] 0d27cca9697c: Preparing [2025-12-24T07:32:27.523Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:27.523Z] 7b48741300e1: Preparing [2025-12-24T07:32:27.523Z] ce0710eed338: Preparing [2025-12-24T07:32:27.523Z] 684ef60e9723: Preparing [2025-12-24T07:32:27.523Z] 739a57985d6d: Preparing [2025-12-24T07:32:27.523Z] 256f393e029f: Preparing [2025-12-24T07:32:27.523Z] ce0710eed338: Waiting [2025-12-24T07:32:27.523Z] 684ef60e9723: Waiting [2025-12-24T07:32:27.523Z] 739a57985d6d: Waiting [2025-12-24T07:32:27.523Z] 256f393e029f: Waiting [2025-12-24T07:32:27.523Z] 7b48741300e1: Waiting [2025-12-24T07:32:27.523Z] b4529e903e48: Layer already exists [2025-12-24T07:32:27.523Z] c513be5d0535: Layer already exists [2025-12-24T07:32:27.523Z] af105bc14245: Layer already exists [2025-12-24T07:32:27.523Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:27.524Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:27.524Z] ce0710eed338: Layer already exists [2025-12-24T07:32:27.524Z] 7b48741300e1: Layer already exists [2025-12-24T07:32:27.524Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:27.524Z] 256f393e029f: Layer already exists [2025-12-24T07:32:27.524Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:27.524Z] latest: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:27.851Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:28.191Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [2025-12-24T07:32:28.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-24T07:32:28.191Z] b4529e903e48: Preparing [2025-12-24T07:32:28.191Z] c513be5d0535: Preparing [2025-12-24T07:32:28.191Z] af105bc14245: Preparing [2025-12-24T07:32:28.191Z] 0d27cca9697c: Preparing [2025-12-24T07:32:28.191Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:28.191Z] 7b48741300e1: Preparing [2025-12-24T07:32:28.191Z] ce0710eed338: Preparing [2025-12-24T07:32:28.191Z] 684ef60e9723: Preparing [2025-12-24T07:32:28.191Z] 7b48741300e1: Waiting [2025-12-24T07:32:28.191Z] ce0710eed338: Waiting [2025-12-24T07:32:28.191Z] 739a57985d6d: Preparing [2025-12-24T07:32:28.191Z] 684ef60e9723: Waiting [2025-12-24T07:32:28.191Z] 739a57985d6d: Waiting [2025-12-24T07:32:28.191Z] 256f393e029f: Preparing [2025-12-24T07:32:28.191Z] 256f393e029f: Waiting [2025-12-24T07:32:28.191Z] b4529e903e48: Layer already exists [2025-12-24T07:32:28.191Z] af105bc14245: Layer already exists [2025-12-24T07:32:28.191Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:28.191Z] c513be5d0535: Layer already exists [2025-12-24T07:32:28.191Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:28.191Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:28.191Z] 7b48741300e1: Layer already exists [2025-12-24T07:32:28.191Z] ce0710eed338: Layer already exists [2025-12-24T07:32:28.191Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:28.191Z] 256f393e029f: Layer already exists [2025-12-24T07:32:28.191Z] 4.1.0-dev.88: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:28.525Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:28.841Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:28.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-24T07:32:28.841Z] b4529e903e48: Preparing [2025-12-24T07:32:28.841Z] c513be5d0535: Preparing [2025-12-24T07:32:28.841Z] af105bc14245: Preparing [2025-12-24T07:32:28.841Z] 0d27cca9697c: Preparing [2025-12-24T07:32:28.841Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:28.841Z] 7b48741300e1: Preparing [2025-12-24T07:32:28.841Z] ce0710eed338: Preparing [2025-12-24T07:32:28.841Z] 684ef60e9723: Preparing [2025-12-24T07:32:28.841Z] 739a57985d6d: Preparing [2025-12-24T07:32:28.841Z] 256f393e029f: Preparing [2025-12-24T07:32:28.841Z] ce0710eed338: Waiting [2025-12-24T07:32:28.841Z] 684ef60e9723: Waiting [2025-12-24T07:32:28.841Z] 256f393e029f: Waiting [2025-12-24T07:32:28.841Z] 739a57985d6d: Waiting [2025-12-24T07:32:28.841Z] 7b48741300e1: Waiting [2025-12-24T07:32:28.841Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:28.841Z] af105bc14245: Layer already exists [2025-12-24T07:32:28.841Z] c513be5d0535: Layer already exists [2025-12-24T07:32:28.841Z] b4529e903e48: Layer already exists [2025-12-24T07:32:28.841Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:28.841Z] ce0710eed338: Layer already exists [2025-12-24T07:32:28.841Z] 7b48741300e1: Layer already exists [2025-12-24T07:32:28.841Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:28.841Z] 256f393e029f: Layer already exists [2025-12-24T07:32:28.841Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:28.841Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:29.178Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:29.510Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-12-24T07:32:29.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-24T07:32:29.510Z] b4529e903e48: Preparing [2025-12-24T07:32:29.510Z] c513be5d0535: Preparing [2025-12-24T07:32:29.510Z] af105bc14245: Preparing [2025-12-24T07:32:29.510Z] 0d27cca9697c: Preparing [2025-12-24T07:32:29.510Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:29.510Z] 7b48741300e1: Preparing [2025-12-24T07:32:29.510Z] ce0710eed338: Preparing [2025-12-24T07:32:29.510Z] 684ef60e9723: Preparing [2025-12-24T07:32:29.510Z] 739a57985d6d: Preparing [2025-12-24T07:32:29.510Z] 256f393e029f: Preparing [2025-12-24T07:32:29.510Z] 684ef60e9723: Waiting [2025-12-24T07:32:29.510Z] 739a57985d6d: Waiting [2025-12-24T07:32:29.510Z] 256f393e029f: Waiting [2025-12-24T07:32:29.510Z] 7b48741300e1: Waiting [2025-12-24T07:32:29.510Z] ce0710eed338: Waiting [2025-12-24T07:32:29.510Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:29.510Z] af105bc14245: Layer already exists [2025-12-24T07:32:29.510Z] b4529e903e48: Layer already exists [2025-12-24T07:32:29.510Z] c513be5d0535: Layer already exists [2025-12-24T07:32:29.510Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:29.510Z] 7b48741300e1: Layer already exists [2025-12-24T07:32:29.510Z] ce0710eed338: Layer already exists [2025-12-24T07:32:29.510Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:29.510Z] 256f393e029f: Layer already exists [2025-12-24T07:32:29.510Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:29.510Z] main: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:32:29.579Z] ===================================================== [Pipeline] echo [2025-12-24T07:32:29.592Z] taggedImages: [2025-12-24T07:32:29.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:29.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-12-24T07:32:29.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [2025-12-24T07:32:29.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:29.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-12-24T07:32:29.622Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-12-24T07:32:29.622Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:29.622Z] latest [2025-12-24T07:32:29.622Z] 4.1.0-dev.88 [2025-12-24T07:32:29.622Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:29.622Z] main [2025-12-24T07:32:29.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:29.961Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:30.284Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:30.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-24T07:32:30.284Z] d03379273c84: Preparing [2025-12-24T07:32:30.284Z] d7d128edf59e: Preparing [2025-12-24T07:32:30.284Z] cbb048da5a53: Preparing [2025-12-24T07:32:30.284Z] 0d27cca9697c: Preparing [2025-12-24T07:32:30.284Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:30.284Z] 23f82010ef05: Preparing [2025-12-24T07:32:30.284Z] 773de39e55f6: Preparing [2025-12-24T07:32:30.284Z] 9feccdeac975: Preparing [2025-12-24T07:32:30.284Z] 256f393e029f: Preparing [2025-12-24T07:32:30.284Z] 773de39e55f6: Waiting [2025-12-24T07:32:30.284Z] 9feccdeac975: Waiting [2025-12-24T07:32:30.284Z] 256f393e029f: Waiting [2025-12-24T07:32:30.284Z] 23f82010ef05: Waiting [2025-12-24T07:32:30.284Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:30.284Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:30.284Z] cbb048da5a53: Pushed [2025-12-24T07:32:30.284Z] d7d128edf59e: Pushed [2025-12-24T07:32:30.284Z] d03379273c84: Pushed [2025-12-24T07:32:30.284Z] 256f393e029f: Layer already exists [2025-12-24T07:32:30.544Z] 773de39e55f6: Pushed [2025-12-24T07:32:30.803Z] 9feccdeac975: Pushed [2025-12-24T07:32:45.709Z] 23f82010ef05: Pushed [2025-12-24T07:32:45.709Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:46.034Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:46.358Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-12-24T07:32:46.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-24T07:32:46.358Z] d03379273c84: Preparing [2025-12-24T07:32:46.358Z] d7d128edf59e: Preparing [2025-12-24T07:32:46.358Z] cbb048da5a53: Preparing [2025-12-24T07:32:46.358Z] 0d27cca9697c: Preparing [2025-12-24T07:32:46.358Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:46.358Z] 23f82010ef05: Preparing [2025-12-24T07:32:46.358Z] 773de39e55f6: Preparing [2025-12-24T07:32:46.358Z] 9feccdeac975: Preparing [2025-12-24T07:32:46.358Z] 256f393e029f: Preparing [2025-12-24T07:32:46.358Z] 773de39e55f6: Waiting [2025-12-24T07:32:46.358Z] 23f82010ef05: Waiting [2025-12-24T07:32:46.358Z] 9feccdeac975: Waiting [2025-12-24T07:32:46.358Z] 256f393e029f: Waiting [2025-12-24T07:32:46.358Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:46.358Z] cbb048da5a53: Layer already exists [2025-12-24T07:32:46.358Z] d7d128edf59e: Layer already exists [2025-12-24T07:32:46.358Z] d03379273c84: Layer already exists [2025-12-24T07:32:46.358Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:46.358Z] 773de39e55f6: Layer already exists [2025-12-24T07:32:46.358Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:46.358Z] 9feccdeac975: Layer already exists [2025-12-24T07:32:46.358Z] 256f393e029f: Layer already exists [2025-12-24T07:32:46.358Z] latest: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:46.682Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:47.022Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [2025-12-24T07:32:47.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-24T07:32:47.022Z] d03379273c84: Preparing [2025-12-24T07:32:47.022Z] d7d128edf59e: Preparing [2025-12-24T07:32:47.022Z] cbb048da5a53: Preparing [2025-12-24T07:32:47.022Z] 0d27cca9697c: Preparing [2025-12-24T07:32:47.022Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:47.022Z] 23f82010ef05: Preparing [2025-12-24T07:32:47.022Z] 773de39e55f6: Preparing [2025-12-24T07:32:47.022Z] 9feccdeac975: Preparing [2025-12-24T07:32:47.022Z] 256f393e029f: Preparing [2025-12-24T07:32:47.022Z] 23f82010ef05: Waiting [2025-12-24T07:32:47.022Z] 773de39e55f6: Waiting [2025-12-24T07:32:47.022Z] 9feccdeac975: Waiting [2025-12-24T07:32:47.022Z] 256f393e029f: Waiting [2025-12-24T07:32:47.022Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:47.022Z] d7d128edf59e: Layer already exists [2025-12-24T07:32:47.022Z] d03379273c84: Layer already exists [2025-12-24T07:32:47.022Z] cbb048da5a53: Layer already exists [2025-12-24T07:32:47.022Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:47.022Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:47.022Z] 773de39e55f6: Layer already exists [2025-12-24T07:32:47.022Z] 256f393e029f: Layer already exists [2025-12-24T07:32:47.022Z] 9feccdeac975: Layer already exists [2025-12-24T07:32:47.022Z] 4.1.0-dev.88: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:47.432Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:47.748Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:47.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-24T07:32:47.748Z] d03379273c84: Preparing [2025-12-24T07:32:47.748Z] d7d128edf59e: Preparing [2025-12-24T07:32:47.748Z] cbb048da5a53: Preparing [2025-12-24T07:32:47.748Z] 0d27cca9697c: Preparing [2025-12-24T07:32:47.748Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:47.748Z] 23f82010ef05: Preparing [2025-12-24T07:32:47.748Z] 773de39e55f6: Preparing [2025-12-24T07:32:47.748Z] 9feccdeac975: Preparing [2025-12-24T07:32:47.748Z] 256f393e029f: Preparing [2025-12-24T07:32:47.748Z] 23f82010ef05: Waiting [2025-12-24T07:32:47.748Z] 773de39e55f6: Waiting [2025-12-24T07:32:47.748Z] 9feccdeac975: Waiting [2025-12-24T07:32:47.748Z] 256f393e029f: Waiting [2025-12-24T07:32:47.748Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:47.748Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:47.748Z] cbb048da5a53: Layer already exists [2025-12-24T07:32:47.748Z] d03379273c84: Layer already exists [2025-12-24T07:32:47.748Z] d7d128edf59e: Layer already exists [2025-12-24T07:32:47.748Z] 773de39e55f6: Layer already exists [2025-12-24T07:32:47.748Z] 9feccdeac975: Layer already exists [2025-12-24T07:32:47.748Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:47.748Z] 256f393e029f: Layer already exists [2025-12-24T07:32:47.748Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:48.080Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:48.402Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-12-24T07:32:48.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-24T07:32:48.402Z] d03379273c84: Preparing [2025-12-24T07:32:48.402Z] d7d128edf59e: Preparing [2025-12-24T07:32:48.402Z] cbb048da5a53: Preparing [2025-12-24T07:32:48.402Z] 0d27cca9697c: Preparing [2025-12-24T07:32:48.402Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:48.402Z] 23f82010ef05: Preparing [2025-12-24T07:32:48.402Z] 773de39e55f6: Preparing [2025-12-24T07:32:48.402Z] 9feccdeac975: Preparing [2025-12-24T07:32:48.402Z] 256f393e029f: Preparing [2025-12-24T07:32:48.402Z] 23f82010ef05: Waiting [2025-12-24T07:32:48.402Z] 9feccdeac975: Waiting [2025-12-24T07:32:48.402Z] 256f393e029f: Waiting [2025-12-24T07:32:48.402Z] 773de39e55f6: Waiting [2025-12-24T07:32:48.402Z] cbb048da5a53: Layer already exists [2025-12-24T07:32:48.402Z] d7d128edf59e: Layer already exists [2025-12-24T07:32:48.402Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:48.402Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:48.402Z] d03379273c84: Layer already exists [2025-12-24T07:32:48.402Z] 9feccdeac975: Layer already exists [2025-12-24T07:32:48.402Z] 773de39e55f6: Layer already exists [2025-12-24T07:32:48.402Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:48.402Z] 256f393e029f: Layer already exists [2025-12-24T07:32:48.402Z] main: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:32:48.480Z] ===================================================== [Pipeline] echo [2025-12-24T07:32:48.497Z] taggedImages: [2025-12-24T07:32:48.497Z] - nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:48.497Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-12-24T07:32:48.497Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [2025-12-24T07:32:48.497Z] - nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:48.497Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-12-24T07:32:48.523Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-12-24T07:32:48.523Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:48.523Z] latest [2025-12-24T07:32:48.523Z] 4.1.0-dev.88 [2025-12-24T07:32:48.523Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:48.523Z] main [2025-12-24T07:32:48.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:48.880Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:49.207Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:49.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-24T07:32:49.207Z] 1f6d623222d9: Preparing [2025-12-24T07:32:49.207Z] 85f8c886f8b2: Preparing [2025-12-24T07:32:49.207Z] 322d842ef334: Preparing [2025-12-24T07:32:49.207Z] 0d27cca9697c: Preparing [2025-12-24T07:32:49.207Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:49.207Z] 23f82010ef05: Preparing [2025-12-24T07:32:49.207Z] 684ef60e9723: Preparing [2025-12-24T07:32:49.207Z] 739a57985d6d: Preparing [2025-12-24T07:32:49.207Z] 256f393e029f: Preparing [2025-12-24T07:32:49.207Z] 684ef60e9723: Waiting [2025-12-24T07:32:49.207Z] 739a57985d6d: Waiting [2025-12-24T07:32:49.207Z] 256f393e029f: Waiting [2025-12-24T07:32:49.207Z] 23f82010ef05: Waiting [2025-12-24T07:32:49.207Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:49.207Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:49.207Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:49.207Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:49.207Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:49.207Z] 256f393e029f: Layer already exists [2025-12-24T07:32:49.207Z] 322d842ef334: Pushed [2025-12-24T07:32:49.207Z] 1f6d623222d9: Pushed [2025-12-24T07:32:49.207Z] 85f8c886f8b2: Pushed [2025-12-24T07:32:49.467Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:49.800Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:50.123Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-12-24T07:32:50.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-24T07:32:50.123Z] 1f6d623222d9: Preparing [2025-12-24T07:32:50.123Z] 85f8c886f8b2: Preparing [2025-12-24T07:32:50.123Z] 322d842ef334: Preparing [2025-12-24T07:32:50.123Z] 0d27cca9697c: Preparing [2025-12-24T07:32:50.123Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:50.123Z] 23f82010ef05: Preparing [2025-12-24T07:32:50.123Z] 684ef60e9723: Preparing [2025-12-24T07:32:50.123Z] 739a57985d6d: Preparing [2025-12-24T07:32:50.123Z] 256f393e029f: Preparing [2025-12-24T07:32:50.123Z] 23f82010ef05: Waiting [2025-12-24T07:32:50.123Z] 684ef60e9723: Waiting [2025-12-24T07:32:50.123Z] 739a57985d6d: Waiting [2025-12-24T07:32:50.123Z] 256f393e029f: Waiting [2025-12-24T07:32:50.123Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:50.123Z] 1f6d623222d9: Layer already exists [2025-12-24T07:32:50.123Z] 322d842ef334: Layer already exists [2025-12-24T07:32:50.123Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:50.123Z] 85f8c886f8b2: Layer already exists [2025-12-24T07:32:50.123Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:50.123Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:50.123Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:50.123Z] 256f393e029f: Layer already exists [2025-12-24T07:32:50.123Z] latest: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:50.454Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:50.780Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [2025-12-24T07:32:50.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-24T07:32:50.780Z] 1f6d623222d9: Preparing [2025-12-24T07:32:50.780Z] 85f8c886f8b2: Preparing [2025-12-24T07:32:50.780Z] 322d842ef334: Preparing [2025-12-24T07:32:50.780Z] 0d27cca9697c: Preparing [2025-12-24T07:32:50.780Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:50.780Z] 23f82010ef05: Preparing [2025-12-24T07:32:50.780Z] 684ef60e9723: Preparing [2025-12-24T07:32:50.780Z] 739a57985d6d: Preparing [2025-12-24T07:32:50.780Z] 256f393e029f: Preparing [2025-12-24T07:32:50.780Z] 684ef60e9723: Waiting [2025-12-24T07:32:50.780Z] 739a57985d6d: Waiting [2025-12-24T07:32:50.780Z] 23f82010ef05: Waiting [2025-12-24T07:32:50.780Z] 256f393e029f: Waiting [2025-12-24T07:32:50.780Z] 1f6d623222d9: Layer already exists [2025-12-24T07:32:50.780Z] 85f8c886f8b2: Layer already exists [2025-12-24T07:32:50.780Z] 322d842ef334: Layer already exists [2025-12-24T07:32:50.780Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:50.780Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:50.780Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:50.780Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:50.780Z] 256f393e029f: Layer already exists [2025-12-24T07:32:50.780Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:50.780Z] 4.1.0-dev.88: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:51.105Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:51.440Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:51.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-24T07:32:51.440Z] 1f6d623222d9: Preparing [2025-12-24T07:32:51.440Z] 85f8c886f8b2: Preparing [2025-12-24T07:32:51.440Z] 322d842ef334: Preparing [2025-12-24T07:32:51.440Z] 0d27cca9697c: Preparing [2025-12-24T07:32:51.440Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:51.440Z] 23f82010ef05: Preparing [2025-12-24T07:32:51.440Z] 684ef60e9723: Preparing [2025-12-24T07:32:51.440Z] 739a57985d6d: Preparing [2025-12-24T07:32:51.440Z] 256f393e029f: Preparing [2025-12-24T07:32:51.440Z] 23f82010ef05: Waiting [2025-12-24T07:32:51.440Z] 739a57985d6d: Waiting [2025-12-24T07:32:51.440Z] 684ef60e9723: Waiting [2025-12-24T07:32:51.440Z] 256f393e029f: Waiting [2025-12-24T07:32:51.440Z] 1f6d623222d9: Layer already exists [2025-12-24T07:32:51.440Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:51.440Z] 322d842ef334: Layer already exists [2025-12-24T07:32:51.440Z] 85f8c886f8b2: Layer already exists [2025-12-24T07:32:51.440Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:51.440Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:51.440Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:51.440Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:51.440Z] 256f393e029f: Layer already exists [2025-12-24T07:32:51.440Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:51.774Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:52.091Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-12-24T07:32:52.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-24T07:32:52.091Z] 1f6d623222d9: Preparing [2025-12-24T07:32:52.091Z] 85f8c886f8b2: Preparing [2025-12-24T07:32:52.091Z] 322d842ef334: Preparing [2025-12-24T07:32:52.091Z] 0d27cca9697c: Preparing [2025-12-24T07:32:52.091Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:52.091Z] 23f82010ef05: Preparing [2025-12-24T07:32:52.091Z] 684ef60e9723: Preparing [2025-12-24T07:32:52.091Z] 739a57985d6d: Preparing [2025-12-24T07:32:52.091Z] 256f393e029f: Preparing [2025-12-24T07:32:52.091Z] 23f82010ef05: Waiting [2025-12-24T07:32:52.091Z] 684ef60e9723: Waiting [2025-12-24T07:32:52.091Z] 739a57985d6d: Waiting [2025-12-24T07:32:52.091Z] 256f393e029f: Waiting [2025-12-24T07:32:52.091Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:52.091Z] 1f6d623222d9: Layer already exists [2025-12-24T07:32:52.091Z] 322d842ef334: Layer already exists [2025-12-24T07:32:52.091Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:52.091Z] 85f8c886f8b2: Layer already exists [2025-12-24T07:32:52.091Z] 684ef60e9723: Layer already exists [2025-12-24T07:32:52.091Z] 23f82010ef05: Layer already exists [2025-12-24T07:32:52.091Z] 739a57985d6d: Layer already exists [2025-12-24T07:32:52.091Z] 256f393e029f: Layer already exists [2025-12-24T07:32:52.091Z] main: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:32:52.166Z] ===================================================== [Pipeline] echo [2025-12-24T07:32:52.181Z] taggedImages: [2025-12-24T07:32:52.181Z] - nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:52.181Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-12-24T07:32:52.181Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [2025-12-24T07:32:52.181Z] - nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:52.181Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-12-24T07:32:52.205Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-12-24T07:32:52.205Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:52.205Z] latest [2025-12-24T07:32:52.205Z] 4.1.0-dev.88 [2025-12-24T07:32:52.205Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:52.205Z] main [2025-12-24T07:32:52.205Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:52.546Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:52.879Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:32:52.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-24T07:32:52.879Z] 67746829c235: Preparing [2025-12-24T07:32:52.879Z] fbeececc9ee7: Preparing [2025-12-24T07:32:52.879Z] 0d27cca9697c: Preparing [2025-12-24T07:32:52.879Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:52.879Z] 81b5f5ae896a: Preparing [2025-12-24T07:32:52.879Z] 7617bd76ea13: Preparing [2025-12-24T07:32:52.879Z] 256f393e029f: Preparing [2025-12-24T07:32:52.879Z] 7617bd76ea13: Waiting [2025-12-24T07:32:52.879Z] 256f393e029f: Waiting [2025-12-24T07:32:52.879Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:52.879Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:52.879Z] 256f393e029f: Layer already exists [2025-12-24T07:32:52.879Z] 67746829c235: Pushed [2025-12-24T07:32:52.879Z] 81b5f5ae896a: Pushed [2025-12-24T07:32:53.447Z] 7617bd76ea13: Pushed [2025-12-24T07:32:57.643Z] fbeececc9ee7: Pushed [2025-12-24T07:32:57.643Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:57.963Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:58.288Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-12-24T07:32:58.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-24T07:32:58.289Z] 67746829c235: Preparing [2025-12-24T07:32:58.289Z] fbeececc9ee7: Preparing [2025-12-24T07:32:58.289Z] 0d27cca9697c: Preparing [2025-12-24T07:32:58.289Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:58.289Z] 81b5f5ae896a: Preparing [2025-12-24T07:32:58.289Z] 7617bd76ea13: Preparing [2025-12-24T07:32:58.289Z] 256f393e029f: Preparing [2025-12-24T07:32:58.289Z] 7617bd76ea13: Waiting [2025-12-24T07:32:58.289Z] 256f393e029f: Waiting [2025-12-24T07:32:58.289Z] 81b5f5ae896a: Layer already exists [2025-12-24T07:32:58.289Z] fbeececc9ee7: Layer already exists [2025-12-24T07:32:58.289Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:58.289Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:58.289Z] 67746829c235: Layer already exists [2025-12-24T07:32:58.289Z] 7617bd76ea13: Layer already exists [2025-12-24T07:32:58.289Z] 256f393e029f: Layer already exists [2025-12-24T07:32:58.289Z] latest: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:58.780Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:59.103Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [2025-12-24T07:32:59.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-24T07:32:59.103Z] 67746829c235: Preparing [2025-12-24T07:32:59.103Z] fbeececc9ee7: Preparing [2025-12-24T07:32:59.103Z] 0d27cca9697c: Preparing [2025-12-24T07:32:59.103Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:59.103Z] 81b5f5ae896a: Preparing [2025-12-24T07:32:59.103Z] 7617bd76ea13: Preparing [2025-12-24T07:32:59.103Z] 256f393e029f: Preparing [2025-12-24T07:32:59.103Z] 7617bd76ea13: Waiting [2025-12-24T07:32:59.103Z] 256f393e029f: Waiting [2025-12-24T07:32:59.103Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:59.103Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:59.103Z] 67746829c235: Layer already exists [2025-12-24T07:32:59.103Z] 81b5f5ae896a: Layer already exists [2025-12-24T07:32:59.103Z] fbeececc9ee7: Layer already exists [2025-12-24T07:32:59.103Z] 256f393e029f: Layer already exists [2025-12-24T07:32:59.103Z] 7617bd76ea13: Layer already exists [2025-12-24T07:32:59.103Z] 4.1.0-dev.88: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:59.437Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:32:59.769Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:32:59.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-24T07:32:59.770Z] 67746829c235: Preparing [2025-12-24T07:32:59.770Z] fbeececc9ee7: Preparing [2025-12-24T07:32:59.770Z] 0d27cca9697c: Preparing [2025-12-24T07:32:59.770Z] 524ba9aa76b5: Preparing [2025-12-24T07:32:59.770Z] 81b5f5ae896a: Preparing [2025-12-24T07:32:59.770Z] 7617bd76ea13: Preparing [2025-12-24T07:32:59.770Z] 256f393e029f: Preparing [2025-12-24T07:32:59.770Z] 256f393e029f: Waiting [2025-12-24T07:32:59.770Z] 7617bd76ea13: Waiting [2025-12-24T07:32:59.770Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:32:59.770Z] 67746829c235: Layer already exists [2025-12-24T07:32:59.770Z] fbeececc9ee7: Layer already exists [2025-12-24T07:32:59.770Z] 0d27cca9697c: Layer already exists [2025-12-24T07:32:59.770Z] 81b5f5ae896a: Layer already exists [2025-12-24T07:32:59.770Z] 7617bd76ea13: Layer already exists [2025-12-24T07:32:59.770Z] 256f393e029f: Layer already exists [2025-12-24T07:32:59.770Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:00.100Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:00.419Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-12-24T07:33:00.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-24T07:33:00.419Z] 67746829c235: Preparing [2025-12-24T07:33:00.419Z] fbeececc9ee7: Preparing [2025-12-24T07:33:00.419Z] 0d27cca9697c: Preparing [2025-12-24T07:33:00.419Z] 524ba9aa76b5: Preparing [2025-12-24T07:33:00.419Z] 81b5f5ae896a: Preparing [2025-12-24T07:33:00.419Z] 7617bd76ea13: Preparing [2025-12-24T07:33:00.419Z] 256f393e029f: Preparing [2025-12-24T07:33:00.419Z] 256f393e029f: Waiting [2025-12-24T07:33:00.419Z] 7617bd76ea13: Waiting [2025-12-24T07:33:00.419Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:33:00.419Z] 81b5f5ae896a: Layer already exists [2025-12-24T07:33:00.419Z] fbeececc9ee7: Layer already exists [2025-12-24T07:33:00.419Z] 0d27cca9697c: Layer already exists [2025-12-24T07:33:00.419Z] 67746829c235: Layer already exists [2025-12-24T07:33:00.419Z] 7617bd76ea13: Layer already exists [2025-12-24T07:33:00.419Z] 256f393e029f: Layer already exists [2025-12-24T07:33:00.419Z] main: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:33:00.499Z] ===================================================== [Pipeline] echo [2025-12-24T07:33:00.519Z] taggedImages: [2025-12-24T07:33:00.519Z] - nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:00.519Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-12-24T07:33:00.519Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [2025-12-24T07:33:00.519Z] - nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:00.519Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-12-24T07:33:00.551Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-12-24T07:33:00.551Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:00.551Z] latest [2025-12-24T07:33:00.551Z] 4.1.0-dev.88 [2025-12-24T07:33:00.551Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:00.551Z] main [2025-12-24T07:33:00.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:00.888Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:01.220Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:01.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-24T07:33:01.220Z] 6771a1da0286: Preparing [2025-12-24T07:33:01.220Z] d6b8a5c63d20: Preparing [2025-12-24T07:33:01.220Z] 0d27cca9697c: Preparing [2025-12-24T07:33:01.220Z] 524ba9aa76b5: Preparing [2025-12-24T07:33:01.220Z] ed486a315a1d: Preparing [2025-12-24T07:33:01.220Z] 436a874b0018: Preparing [2025-12-24T07:33:01.220Z] 256f393e029f: Preparing [2025-12-24T07:33:01.220Z] 436a874b0018: Waiting [2025-12-24T07:33:01.220Z] 256f393e029f: Waiting [2025-12-24T07:33:01.220Z] 0d27cca9697c: Layer already exists [2025-12-24T07:33:01.220Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:33:01.220Z] 256f393e029f: Layer already exists [2025-12-24T07:33:01.220Z] 6771a1da0286: Pushed [2025-12-24T07:33:01.220Z] ed486a315a1d: Pushed [2025-12-24T07:33:01.479Z] 436a874b0018: Pushed [2025-12-24T07:33:05.676Z] d6b8a5c63d20: Pushed [2025-12-24T07:33:05.676Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:06.005Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:06.330Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-12-24T07:33:06.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-24T07:33:06.330Z] 6771a1da0286: Preparing [2025-12-24T07:33:06.330Z] d6b8a5c63d20: Preparing [2025-12-24T07:33:06.330Z] 0d27cca9697c: Preparing [2025-12-24T07:33:06.330Z] 524ba9aa76b5: Preparing [2025-12-24T07:33:06.330Z] ed486a315a1d: Preparing [2025-12-24T07:33:06.330Z] 436a874b0018: Preparing [2025-12-24T07:33:06.330Z] 256f393e029f: Preparing [2025-12-24T07:33:06.330Z] 436a874b0018: Waiting [2025-12-24T07:33:06.330Z] 256f393e029f: Waiting [2025-12-24T07:33:06.330Z] 6771a1da0286: Layer already exists [2025-12-24T07:33:06.330Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:33:06.330Z] d6b8a5c63d20: Layer already exists [2025-12-24T07:33:06.330Z] ed486a315a1d: Layer already exists [2025-12-24T07:33:06.330Z] 0d27cca9697c: Layer already exists [2025-12-24T07:33:06.330Z] 436a874b0018: Layer already exists [2025-12-24T07:33:06.330Z] 256f393e029f: Layer already exists [2025-12-24T07:33:06.330Z] latest: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:06.664Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:07.000Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [2025-12-24T07:33:07.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-24T07:33:07.000Z] 6771a1da0286: Preparing [2025-12-24T07:33:07.000Z] d6b8a5c63d20: Preparing [2025-12-24T07:33:07.000Z] 0d27cca9697c: Preparing [2025-12-24T07:33:07.000Z] 524ba9aa76b5: Preparing [2025-12-24T07:33:07.000Z] ed486a315a1d: Preparing [2025-12-24T07:33:07.000Z] 436a874b0018: Preparing [2025-12-24T07:33:07.000Z] 256f393e029f: Preparing [2025-12-24T07:33:07.000Z] 436a874b0018: Waiting [2025-12-24T07:33:07.000Z] 256f393e029f: Waiting [2025-12-24T07:33:07.000Z] ed486a315a1d: Layer already exists [2025-12-24T07:33:07.000Z] d6b8a5c63d20: Layer already exists [2025-12-24T07:33:07.000Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:33:07.000Z] 6771a1da0286: Layer already exists [2025-12-24T07:33:07.000Z] 0d27cca9697c: Layer already exists [2025-12-24T07:33:07.000Z] 256f393e029f: Layer already exists [2025-12-24T07:33:07.000Z] 436a874b0018: Layer already exists [2025-12-24T07:33:07.000Z] 4.1.0-dev.88: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:07.335Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:07.666Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:07.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-24T07:33:07.666Z] 6771a1da0286: Preparing [2025-12-24T07:33:07.666Z] d6b8a5c63d20: Preparing [2025-12-24T07:33:07.666Z] 0d27cca9697c: Preparing [2025-12-24T07:33:07.666Z] 524ba9aa76b5: Preparing [2025-12-24T07:33:07.666Z] ed486a315a1d: Preparing [2025-12-24T07:33:07.666Z] 436a874b0018: Preparing [2025-12-24T07:33:07.666Z] 256f393e029f: Preparing [2025-12-24T07:33:07.666Z] 256f393e029f: Waiting [2025-12-24T07:33:07.666Z] 436a874b0018: Waiting [2025-12-24T07:33:07.666Z] d6b8a5c63d20: Layer already exists [2025-12-24T07:33:07.666Z] ed486a315a1d: Layer already exists [2025-12-24T07:33:07.666Z] 6771a1da0286: Layer already exists [2025-12-24T07:33:07.666Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:33:07.666Z] 0d27cca9697c: Layer already exists [2025-12-24T07:33:07.666Z] 436a874b0018: Layer already exists [2025-12-24T07:33:07.666Z] 256f393e029f: Layer already exists [2025-12-24T07:33:07.666Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:07.992Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T07:33:08.321Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-12-24T07:33:08.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-24T07:33:08.321Z] 6771a1da0286: Preparing [2025-12-24T07:33:08.321Z] d6b8a5c63d20: Preparing [2025-12-24T07:33:08.321Z] 0d27cca9697c: Preparing [2025-12-24T07:33:08.321Z] 524ba9aa76b5: Preparing [2025-12-24T07:33:08.321Z] ed486a315a1d: Preparing [2025-12-24T07:33:08.321Z] 436a874b0018: Preparing [2025-12-24T07:33:08.321Z] 256f393e029f: Preparing [2025-12-24T07:33:08.321Z] 256f393e029f: Waiting [2025-12-24T07:33:08.321Z] 436a874b0018: Waiting [2025-12-24T07:33:08.321Z] ed486a315a1d: Layer already exists [2025-12-24T07:33:08.321Z] d6b8a5c63d20: Layer already exists [2025-12-24T07:33:08.321Z] 524ba9aa76b5: Layer already exists [2025-12-24T07:33:08.321Z] 0d27cca9697c: Layer already exists [2025-12-24T07:33:08.321Z] 6771a1da0286: Layer already exists [2025-12-24T07:33:08.321Z] 436a874b0018: Layer already exists [2025-12-24T07:33:08.321Z] 256f393e029f: Layer already exists [2025-12-24T07:33:08.321Z] main: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T07:33:08.394Z] ===================================================== [Pipeline] echo [2025-12-24T07:33:08.407Z] taggedImages: [2025-12-24T07:33:08.407Z] - nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.407Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-12-24T07:33:08.407Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [2025-12-24T07:33:08.407Z] - nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.407Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-12-24T07:33:08.470Z] ========================================================= [2025-12-24T07:33:08.470Z] [edgeXBuildMultiArch] RAW Config: [2025-12-24T07:33:08.470Z] images: [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T07:33:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-12-24T07:33:08.470Z] settingsFile: [2025-12-24T07:33:08.470Z] edgex-go-settings [2025-12-24T07:33:08.470Z] ========================================================= [Pipeline] node [2025-12-24T07:33:23.473Z] Still waiting to schedule task [2025-12-24T07:33:23.474Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-12-24T07:33:48.271Z] Running on prd-centos7-docker-4c-2g-775641 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-24T07:33:48.321Z] provisioning config files... [2025-12-24T07:33:48.347Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6967879093848509856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-24T07:33:49.444Z] ---> ****-login.sh [2025-12-24T07:33:49.444Z] nexus3.edgexfoundry.org:10001 [2025-12-24T07:50:27.405Z] #154 DONE 1182.2s [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T07:50:27.406Z] #144 ... [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:50:27.406Z] #155 DONE 0.1s [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T07:50:27.406Z] #152 ... [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:50:27.406Z] #156 DONE 0.1s [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-12-24T07:50:27.406Z] #157 DONE 0.3s [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #158 [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-12-24T07:50:27.406Z] #158 DONE 0.1s [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-12-24T07:50:27.406Z] #159 DONE 0.1s [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-24T07:50:27.406Z] #160 DONE 2.3s [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #117 [core-common-config-bootstrapper] exporting to image [2025-12-24T07:50:27.406Z] #117 exporting layers [2025-12-24T07:50:27.406Z] #117 exporting layers 0.8s done [2025-12-24T07:50:27.406Z] #117 writing image sha256:9a82123ceebfbd89340819fd023ee5a498269a79dc1b9afffddbb06a94cc58a5 done [2025-12-24T07:50:27.406Z] #117 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-12-24T07:50:27.406Z] #117 DONE 5.9s [2025-12-24T07:50:27.406Z] [2025-12-24T07:50:27.406Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T07:50:31.683Z] #143 ... [2025-12-24T07:50:31.683Z] [2025-12-24T07:50:31.683Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-12-24T07:50:31.683Z] #145 DONE 1194.5s [2025-12-24T07:50:31.683Z] [2025-12-24T07:50:31.683Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-12-24T07:50:31.959Z] #161 DONE 0.5s [2025-12-24T07:50:31.959Z] [2025-12-24T07:50:31.959Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-12-24T07:50:34.549Z] #162 DONE 2.2s [2025-12-24T07:50:34.549Z] [2025-12-24T07:50:34.549Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T07:50:34.549Z] #143 ... [2025-12-24T07:50:34.549Z] [2025-12-24T07:50:34.549Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T07:50:34.549Z] #163 DONE 0.2s [2025-12-24T07:50:34.549Z] [2025-12-24T07:50:34.549Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-12-24T07:50:34.873Z] #164 DONE 0.2s [2025-12-24T07:50:34.873Z] [2025-12-24T07:50:34.873Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-12-24T07:50:35.142Z] #165 DONE 0.4s [2025-12-24T07:50:35.142Z] [2025-12-24T07:50:35.142Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T07:50:35.142Z] #153 ... [2025-12-24T07:50:35.142Z] [2025-12-24T07:50:35.142Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-12-24T07:50:35.440Z] #166 DONE 0.2s [2025-12-24T07:50:35.440Z] [2025-12-24T07:50:35.440Z] #167 [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-12-24T07:50:35.440Z] #167 DONE 0.1s [2025-12-24T07:50:35.440Z] [2025-12-24T07:50:35.440Z] #168 [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-12-24T07:50:35.723Z] #168 DONE 0.1s [2025-12-24T07:50:35.723Z] [2025-12-24T07:50:35.723Z] #169 [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-12-24T07:50:35.723Z] #169 DONE 0.1s [2025-12-24T07:50:35.723Z] [2025-12-24T07:50:35.723Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T07:50:35.723Z] #144 ... [2025-12-24T07:50:35.723Z] [2025-12-24T07:50:35.723Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-12-24T07:50:35.723Z] #170 DONE 0.1s [2025-12-24T07:50:35.992Z] [2025-12-24T07:50:35.992Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-12-24T07:50:37.935Z] #171 DONE 2.1s [2025-12-24T07:50:37.935Z] [2025-12-24T07:50:37.935Z] #117 [security-bootstrapper] exporting to image [2025-12-24T07:50:37.935Z] #117 exporting layers [2025-12-24T07:50:39.349Z] #117 exporting layers 1.1s done [2025-12-24T07:50:39.349Z] #117 writing image sha256:ffb8038a99a9dc582914658fb1ef8b32a959c2d9bcb64c73f3da30b7a64dea68 done [2025-12-24T07:50:39.349Z] #117 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2025-12-24T07:50:39.349Z] #117 DONE 7.1s [2025-12-24T07:50:39.349Z] [2025-12-24T07:50:39.349Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T08:06:47.733Z] #153 ... [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-12-24T08:06:47.733Z] #147 DONE 2166.5s [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T08:06:47.733Z] #153 ... [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:06:47.733Z] #172 DONE 0.2s [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:06:47.733Z] #173 DONE 0.2s [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:06:47.733Z] #152 ... [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-12-24T08:06:47.733Z] #174 DONE 0.5s [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-12-24T08:06:47.733Z] #175 DONE 0.2s [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #117 [core-command] exporting to image [2025-12-24T08:06:47.733Z] #117 exporting layers [2025-12-24T08:06:47.733Z] #117 exporting layers 0.5s done [2025-12-24T08:06:47.733Z] #117 writing image sha256:aa57f7a0a1c4efd2fa3c4cac65207b261bda1aea709796d0c49cab760eef822f [2025-12-24T08:06:47.733Z] #117 writing image sha256:aa57f7a0a1c4efd2fa3c4cac65207b261bda1aea709796d0c49cab760eef822f 0.1s done [2025-12-24T08:06:47.733Z] #117 naming to docker.io/library/core-command-arm64 done [2025-12-24T08:06:47.733Z] #117 DONE 7.7s [2025-12-24T08:06:47.733Z] [2025-12-24T08:06:47.733Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:07:14.423Z] #149 ... [2025-12-24T08:07:14.424Z] [2025-12-24T08:07:14.424Z] #146 [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-12-24T08:07:14.424Z] #146 2195.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-12-24T08:07:15.833Z] #146 ... [2025-12-24T08:07:15.833Z] [2025-12-24T08:07:15.833Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-24T08:07:15.833Z] #151 DONE 2198.5s [2025-12-24T08:07:15.833Z] [2025-12-24T08:07:15.833Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T08:07:16.420Z] #144 ... [2025-12-24T08:07:16.420Z] [2025-12-24T08:07:16.420Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:07:16.690Z] #176 DONE 0.2s [2025-12-24T08:07:16.690Z] [2025-12-24T08:07:16.690Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:07:16.690Z] #177 DONE 0.1s [2025-12-24T08:07:16.690Z] [2025-12-24T08:07:16.690Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T08:07:16.690Z] #143 ... [2025-12-24T08:07:16.690Z] [2025-12-24T08:07:16.690Z] #178 [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-12-24T08:07:16.690Z] #178 DONE 0.1s [2025-12-24T08:07:16.958Z] [2025-12-24T08:07:16.958Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-12-24T08:07:17.226Z] #179 DONE 0.1s [2025-12-24T08:07:17.226Z] [2025-12-24T08:07:17.226Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-12-24T08:07:17.495Z] #180 DONE 0.4s [2025-12-24T08:07:17.495Z] [2025-12-24T08:07:17.495Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T08:07:17.495Z] #143 ... [2025-12-24T08:07:17.495Z] [2025-12-24T08:07:17.495Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-12-24T08:07:17.495Z] #181 DONE 0.1s [2025-12-24T08:07:17.764Z] [2025-12-24T08:07:17.764Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-24T08:07:19.711Z] #182 DONE 1.9s [2025-12-24T08:07:19.711Z] [2025-12-24T08:07:19.711Z] #117 [security-proxy-setup] exporting to image [2025-12-24T08:07:19.711Z] #117 exporting layers [2025-12-24T08:07:20.680Z] #117 exporting layers 1.0s done [2025-12-24T08:07:20.680Z] #117 writing image sha256:8f4e7c97a88855c511e40d01a55c5106860aab580e303508c911da708489e60c done [2025-12-24T08:07:20.680Z] #117 naming to docker.io/library/security-proxy-setup-arm64 done [2025-12-24T08:07:20.680Z] #117 DONE 8.7s [2025-12-24T08:07:20.680Z] [2025-12-24T08:07:20.680Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T08:07:47.405Z] #153 ... [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #146 [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-12-24T08:07:47.405Z] #146 DONE 2226.9s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T08:07:47.405Z] #143 ... [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:07:47.405Z] #183 DONE 0.3s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:07:47.405Z] #184 DONE 0.2s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #185 [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-12-24T08:07:47.405Z] #185 DONE 0.1s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T08:07:47.405Z] #153 ... [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #186 [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-12-24T08:07:47.405Z] #186 DONE 0.1s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-12-24T08:07:47.405Z] #187 DONE 0.1s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T08:07:47.405Z] #143 ... [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-12-24T08:07:47.405Z] #188 DONE 0.4s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:07:47.405Z] #152 ... [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-12-24T08:07:47.405Z] #189 DONE 0.4s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-12-24T08:07:47.405Z] #190 DONE 0.1s [2025-12-24T08:07:47.405Z] [2025-12-24T08:07:47.405Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-24T08:07:48.450Z] #191 DONE 1.9s [2025-12-24T08:07:48.450Z] [2025-12-24T08:07:48.450Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T08:07:48.450Z] #144 ... [2025-12-24T08:07:48.450Z] [2025-12-24T08:07:48.450Z] #117 [security-secretstore-setup] exporting to image [2025-12-24T08:07:48.450Z] #117 exporting layers [2025-12-24T08:07:49.863Z] #117 exporting layers 1.5s done [2025-12-24T08:07:49.863Z] #117 writing image sha256:1038eb712117bb6b9cb2ca1e42edccf2a8ef5c0362f6e6e913a9052cccfe96cb done [2025-12-24T08:07:49.863Z] #117 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-12-24T08:07:49.863Z] #117 DONE 10.3s [2025-12-24T08:07:49.863Z] [2025-12-24T08:07:49.863Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-24T08:08:49.823Z] #143 DONE 2287.4s [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T08:08:49.823Z] #153 ... [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:08:49.823Z] #192 DONE 0.2s [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:08:49.823Z] #193 DONE 0.2s [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:08:49.823Z] #149 ... [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-12-24T08:08:49.823Z] #194 DONE 0.5s [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:08:49.823Z] #152 ... [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #195 [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-12-24T08:08:49.823Z] #195 DONE 0.1s [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #117 [security-spiffe-token-provider] exporting to image [2025-12-24T08:08:49.823Z] #117 exporting layers [2025-12-24T08:08:49.823Z] #117 exporting layers 0.6s done [2025-12-24T08:08:49.823Z] #117 writing image sha256:6f575c125a0e2f31df9809c34573063a8071da061fbefaf72a0b90671b2ed2d6 done [2025-12-24T08:08:49.823Z] #117 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-12-24T08:08:49.823Z] #117 DONE 10.8s [2025-12-24T08:08:49.823Z] [2025-12-24T08:08:49.823Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:09:28.689Z] #152 ... [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-24T08:09:28.689Z] #153 DONE 2325.9s [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:09:28.689Z] #152 ... [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:09:28.689Z] #196 DONE 0.3s [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:09:28.689Z] #197 DONE 0.2s [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:28.689Z] #149 ... [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-12-24T08:09:28.689Z] #198 DONE 0.6s [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:09:28.689Z] #152 ... [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-12-24T08:09:28.689Z] #199 DONE 0.1s [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-12-24T08:09:28.689Z] #200 DONE 0.2s [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-24T08:09:28.689Z] #201 DONE 1.7s [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:28.689Z] #149 ... [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #117 [security-proxy-auth] exporting to image [2025-12-24T08:09:28.689Z] #117 exporting layers [2025-12-24T08:09:28.689Z] #117 exporting layers 0.8s done [2025-12-24T08:09:28.689Z] #117 writing image sha256:cac3e80d42969830fd42d57c9d695ee0a8641b4ad63f6fd59cb9fab4d2fd71c0 done [2025-12-24T08:09:28.689Z] #117 naming to docker.io/library/security-proxy-auth-arm64 done [2025-12-24T08:09:28.689Z] #117 DONE 11.6s [2025-12-24T08:09:28.689Z] [2025-12-24T08:09:28.689Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:30.639Z] #149 ... [2025-12-24T08:09:30.639Z] [2025-12-24T08:09:30.639Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-24T08:09:30.639Z] #150 DONE 2333.5s [2025-12-24T08:09:30.639Z] [2025-12-24T08:09:30.639Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:31.614Z] #149 ... [2025-12-24T08:09:31.614Z] [2025-12-24T08:09:31.614Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:09:31.614Z] #202 DONE 0.2s [2025-12-24T08:09:31.614Z] [2025-12-24T08:09:31.614Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-12-24T08:09:32.248Z] #203 DONE 0.7s [2025-12-24T08:09:32.248Z] [2025-12-24T08:09:32.248Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:09:32.514Z] #152 ... [2025-12-24T08:09:32.514Z] [2025-12-24T08:09:32.514Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-12-24T08:09:32.514Z] #204 DONE 0.3s [2025-12-24T08:09:32.514Z] [2025-12-24T08:09:32.514Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:09:32.781Z] #152 ... [2025-12-24T08:09:32.781Z] [2025-12-24T08:09:32.781Z] #117 [core-keeper] exporting to image [2025-12-24T08:09:32.781Z] #117 exporting layers [2025-12-24T08:09:33.363Z] #117 exporting layers 0.7s done [2025-12-24T08:09:33.363Z] #117 writing image sha256:391523a17b508b720aa8d31a36b0a0081e33adcaab8c290577ae9820bd53e3c0 done [2025-12-24T08:09:33.363Z] #117 naming to docker.io/library/core-keeper-arm64 done [2025-12-24T08:09:33.363Z] #117 DONE 12.3s [2025-12-24T08:09:33.363Z] [2025-12-24T08:09:33.363Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:35.354Z] #149 ... [2025-12-24T08:09:35.354Z] [2025-12-24T08:09:35.354Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-24T08:09:35.354Z] #152 DONE 2338.0s [2025-12-24T08:09:35.354Z] [2025-12-24T08:09:35.354Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:35.354Z] #149 ... [2025-12-24T08:09:35.354Z] [2025-12-24T08:09:35.354Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:09:35.621Z] #205 DONE 0.2s [2025-12-24T08:09:35.621Z] [2025-12-24T08:09:35.621Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:35.887Z] #149 ... [2025-12-24T08:09:35.887Z] [2025-12-24T08:09:35.887Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:09:35.887Z] #206 DONE 0.1s [2025-12-24T08:09:35.887Z] [2025-12-24T08:09:35.887Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:36.170Z] #149 ... [2025-12-24T08:09:36.171Z] [2025-12-24T08:09:36.171Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-12-24T08:09:36.481Z] #207 DONE 0.6s [2025-12-24T08:09:36.481Z] [2025-12-24T08:09:36.481Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:36.481Z] #149 ... [2025-12-24T08:09:36.481Z] [2025-12-24T08:09:36.481Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-12-24T08:09:36.481Z] #208 DONE 0.1s [2025-12-24T08:09:36.746Z] [2025-12-24T08:09:36.746Z] #117 [core-data] exporting to image [2025-12-24T08:09:37.708Z] #117 exporting layers 0.9s done [2025-12-24T08:09:37.708Z] #117 writing image sha256:f54b858706950861973111b5f7d1eb4a0bbe64499b096f8ce25735355ac696f3 0.0s done [2025-12-24T08:09:37.708Z] #117 naming to docker.io/library/core-data-arm64 done [2025-12-24T08:09:37.708Z] #117 DONE 13.3s [2025-12-24T08:09:37.708Z] [2025-12-24T08:09:37.708Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-24T08:09:37.708Z] #149 DONE 2340.6s [2025-12-24T08:09:37.708Z] [2025-12-24T08:09:37.708Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T08:09:38.291Z] #144 ... [2025-12-24T08:09:38.292Z] [2025-12-24T08:09:38.292Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:09:38.292Z] #209 DONE 0.1s [2025-12-24T08:09:38.557Z] [2025-12-24T08:09:38.557Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:09:38.557Z] #210 DONE 0.1s [2025-12-24T08:09:38.557Z] [2025-12-24T08:09:38.558Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T08:09:38.902Z] #144 ... [2025-12-24T08:09:38.902Z] [2025-12-24T08:09:38.902Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-12-24T08:09:39.171Z] #211 DONE 0.5s [2025-12-24T08:09:39.171Z] [2025-12-24T08:09:39.171Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-12-24T08:09:39.439Z] #212 DONE 0.1s [2025-12-24T08:09:39.440Z] [2025-12-24T08:09:39.440Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-12-24T08:09:39.440Z] #213 DONE 0.1s [2025-12-24T08:09:39.440Z] [2025-12-24T08:09:39.440Z] #117 [core-metadata] exporting to image [2025-12-24T08:09:40.027Z] #117 exporting layers 0.6s done [2025-12-24T08:09:40.027Z] #117 writing image sha256:1a35a27276d583bae905db1e2ec34448c25d586e48714fbeb0fe79b670567ea5 done [2025-12-24T08:09:40.027Z] #117 naming to docker.io/library/core-metadata-arm64 done [2025-12-24T08:09:40.027Z] #117 DONE 13.9s [2025-12-24T08:09:40.027Z] [2025-12-24T08:09:40.027Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-24T08:10:06.727Z] #144 DONE 2367.1s [2025-12-24T08:10:06.728Z] [2025-12-24T08:10:06.728Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T08:10:06.728Z] #148 ... [2025-12-24T08:10:06.728Z] [2025-12-24T08:10:06.728Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:10:06.728Z] #214 DONE 0.1s [2025-12-24T08:10:06.728Z] [2025-12-24T08:10:06.728Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T08:10:06.728Z] #148 ... [2025-12-24T08:10:06.728Z] [2025-12-24T08:10:06.728Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:10:06.728Z] #215 DONE 0.1s [2025-12-24T08:10:06.728Z] [2025-12-24T08:10:06.728Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-12-24T08:10:06.728Z] #216 DONE 1.1s [2025-12-24T08:10:06.728Z] [2025-12-24T08:10:06.728Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-12-24T08:10:06.728Z] #217 DONE 0.1s [2025-12-24T08:10:06.728Z] [2025-12-24T08:10:06.728Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T08:10:06.728Z] #148 ... [2025-12-24T08:10:06.728Z] [2025-12-24T08:10:06.728Z] #117 [support-scheduler] exporting to image [2025-12-24T08:10:06.728Z] #117 exporting layers [2025-12-24T08:10:06.996Z] #117 exporting layers 1.1s done [2025-12-24T08:10:06.996Z] #117 writing image sha256:031956d60853d5d53ad9c9dc968a4d081a648ab09af3697951d918bcb9610d57 done [2025-12-24T08:10:06.996Z] #117 naming to docker.io/library/support-scheduler-arm64 done [2025-12-24T08:10:06.996Z] #117 DONE 15.0s [2025-12-24T08:10:06.996Z] [2025-12-24T08:10:06.996Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-24T08:10:12.373Z] #148 DONE 2375.1s [2025-12-24T08:10:12.373Z] [2025-12-24T08:10:12.373Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-24T08:10:12.373Z] #218 DONE 0.1s [2025-12-24T08:10:12.373Z] [2025-12-24T08:10:12.373Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-24T08:10:12.373Z] #219 DONE 0.1s [2025-12-24T08:10:12.643Z] [2025-12-24T08:10:12.643Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-12-24T08:10:12.936Z] #220 DONE 0.4s [2025-12-24T08:10:12.936Z] [2025-12-24T08:10:12.936Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-12-24T08:10:12.936Z] #221 DONE 0.1s [2025-12-24T08:10:12.936Z] [2025-12-24T08:10:12.936Z] #117 [support-notifications] exporting to image [2025-12-24T08:10:12.936Z] #117 exporting layers [2025-12-24T08:10:13.527Z] #117 exporting layers 0.6s done [2025-12-24T08:10:13.527Z] #117 writing image sha256:a257a59c46e98783ebb4afcdfec4a21d2ccceb056fef7f53ea80b914e09a58fc done [2025-12-24T08:10:13.527Z] #117 naming to docker.io/library/support-notifications-arm64 done [2025-12-24T08:10:13.527Z] #117 DONE 15.6s [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-24T08:10:13.527Z] time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-12-24T08:10:13.546Z] $ docker stop --time=1 20b2f46a8048768ebd341a631be6a4bbbe25c119f4019fb5d2536a06df54cbee [2025-12-24T08:10:15.222Z] $ docker rm -f --volumes 20b2f46a8048768ebd341a631be6a4bbbe25c119f4019fb5d2536a06df54cbee [Pipeline] // withDockerContainer [Pipeline] sh [2025-12-24T08:10:15.727Z] + docker images [2025-12-24T08:10:15.727Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-12-24T08:10:15.727Z] support-notifications-arm64 latest a257a59c46e9 3 seconds ago 54.3MB [2025-12-24T08:10:15.727Z] support-scheduler-arm64 latest 031956d60853 10 seconds ago 50.4MB [2025-12-24T08:10:15.727Z] core-metadata-arm64 latest 1a35a27276d5 36 seconds ago 46.3MB [2025-12-24T08:10:15.727Z] core-data-arm64 latest f54b85870695 39 seconds ago 46.2MB [2025-12-24T08:10:15.727Z] core-keeper-arm64 latest 391523a17b50 43 seconds ago 45.1MB [2025-12-24T08:10:15.727Z] security-proxy-auth-arm64 latest cac3e80d4296 49 seconds ago 45.4MB [2025-12-24T08:10:15.727Z] security-spiffe-token-provider-arm64 latest 6f575c125a0e About a minute ago 50.2MB [2025-12-24T08:10:15.727Z] security-secretstore-setup-arm64 latest 1038eb712117 2 minutes ago 81.6MB [2025-12-24T08:10:15.727Z] security-proxy-setup-arm64 latest 8f4e7c97a888 2 minutes ago 51.3MB [2025-12-24T08:10:15.727Z] core-command-arm64 latest aa57f7a0a1c4 3 minutes ago 40.9MB [2025-12-24T08:10:15.727Z] security-bootstrapper-arm64 latest ffb8038a99a9 19 minutes ago 22.2MB [2025-12-24T08:10:15.727Z] core-common-config-bootstrapper-arm64 latest 9a82123ceebf 19 minutes ago 21.1MB [2025-12-24T08:10:15.727Z] security-spire-server-arm64 latest 79c87d06cd21 41 minutes ago 164MB [2025-12-24T08:10:15.727Z] security-spire-config-arm64 latest bc13db159efe 41 minutes ago 163MB [2025-12-24T08:10:15.727Z] security-spire-agent-arm64 latest c9d4597110c1 41 minutes ago 220MB [2025-12-24T08:10:15.727Z] ci-base-image-arm64 latest 434b04b8846d 43 minutes ago 927MB [2025-12-24T08:10:15.727Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 months ago 564MB [2025-12-24T08:10:15.727Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-24T08:10:15.878Z] provisioning config files... [2025-12-24T08:10:15.893Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/942@tmp/config10711570917388596840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-24T08:10:16.244Z] ---> ****-login.sh [2025-12-24T08:10:16.244Z] nexus3.edgexfoundry.org:10001 [2025-12-24T08:10:16.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T08:10:16.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T08:10:16.510Z] Configure a credential helper to remove this warning. See [2025-12-24T08:10:16.511Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T08:10:16.511Z] [2025-12-24T08:10:16.511Z] Login Succeeded [2025-12-24T08:10:16.511Z] nexus3.edgexfoundry.org:10002 [2025-12-24T08:10:16.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T08:10:17.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T08:10:17.041Z] Configure a credential helper to remove this warning. See [2025-12-24T08:10:17.041Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T08:10:17.041Z] [2025-12-24T08:10:17.041Z] Login Succeeded [2025-12-24T08:10:17.041Z] nexus3.edgexfoundry.org:10003 [2025-12-24T08:10:17.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T08:10:17.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T08:10:17.308Z] Configure a credential helper to remove this warning. See [2025-12-24T08:10:17.308Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T08:10:17.308Z] [2025-12-24T08:10:17.308Z] Login Succeeded [2025-12-24T08:10:17.308Z] nexus3.edgexfoundry.org:10004 [2025-12-24T08:10:17.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T08:10:17.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T08:10:17.573Z] Configure a credential helper to remove this warning. See [2025-12-24T08:10:17.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T08:10:17.573Z] [2025-12-24T08:10:17.574Z] Login Succeeded [2025-12-24T08:10:17.574Z] ****.io [2025-12-24T08:10:17.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-24T08:10:18.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-24T08:10:18.107Z] Configure a credential helper to remove this warning. See [2025-12-24T08:10:18.107Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-24T08:10:18.107Z] [2025-12-24T08:10:18.107Z] Login Succeeded [2025-12-24T08:10:18.107Z] ---> ****-login.sh ends [Pipeline] } [2025-12-24T08:10:18.120Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:10:18.179Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-24T08:10:18.216Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-12-24T08:10:18.216Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:18.216Z] latest [2025-12-24T08:10:18.216Z] 4.1.0-dev.88 [2025-12-24T08:10:18.216Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:18.216Z] main [2025-12-24T08:10:18.216Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:18.596Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:18.958Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:18.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-24T08:10:18.958Z] d76f125a90db: Preparing [2025-12-24T08:10:18.958Z] f7b0097b5b9c: Preparing [2025-12-24T08:10:18.958Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:18.958Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:18.958Z] 228861e5d65d: Preparing [2025-12-24T08:10:18.958Z] f8a3e289ffba: Preparing [2025-12-24T08:10:18.958Z] 0e64f2360a44: Preparing [2025-12-24T08:10:18.958Z] f8a3e289ffba: Waiting [2025-12-24T08:10:18.958Z] 0e64f2360a44: Waiting [2025-12-24T08:10:19.222Z] d76f125a90db: Pushed [2025-12-24T08:10:19.222Z] 0cfdd22f20e4: Pushed [2025-12-24T08:10:19.222Z] 6d1a28e82a88: Pushed [2025-12-24T08:10:19.222Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:19.222Z] f8a3e289ffba: Pushed [2025-12-24T08:10:19.487Z] 228861e5d65d: Pushed [2025-12-24T08:10:26.105Z] f7b0097b5b9c: Pushed [2025-12-24T08:10:26.105Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:26.479Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:26.845Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-12-24T08:10:26.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-24T08:10:26.845Z] d76f125a90db: Preparing [2025-12-24T08:10:26.845Z] f7b0097b5b9c: Preparing [2025-12-24T08:10:26.845Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:26.845Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:26.845Z] 228861e5d65d: Preparing [2025-12-24T08:10:26.845Z] f8a3e289ffba: Preparing [2025-12-24T08:10:26.845Z] 0e64f2360a44: Preparing [2025-12-24T08:10:26.845Z] d76f125a90db: Layer already exists [2025-12-24T08:10:26.845Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:26.845Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:26.845Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:26.845Z] f7b0097b5b9c: Layer already exists [2025-12-24T08:10:26.845Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:26.845Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:27.110Z] latest: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:27.484Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:27.844Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [2025-12-24T08:10:27.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-24T08:10:27.844Z] d76f125a90db: Preparing [2025-12-24T08:10:27.844Z] f7b0097b5b9c: Preparing [2025-12-24T08:10:27.844Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:27.844Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:27.844Z] 228861e5d65d: Preparing [2025-12-24T08:10:27.844Z] f8a3e289ffba: Preparing [2025-12-24T08:10:27.844Z] 0e64f2360a44: Preparing [2025-12-24T08:10:27.844Z] f8a3e289ffba: Waiting [2025-12-24T08:10:27.844Z] 0e64f2360a44: Waiting [2025-12-24T08:10:27.844Z] f7b0097b5b9c: Layer already exists [2025-12-24T08:10:27.844Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:27.844Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:27.844Z] d76f125a90db: Layer already exists [2025-12-24T08:10:27.844Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:27.844Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:27.844Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:28.110Z] 4.1.0-dev.88: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:28.480Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:30.778Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:30.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-24T08:10:30.778Z] d76f125a90db: Preparing [2025-12-24T08:10:30.778Z] f7b0097b5b9c: Preparing [2025-12-24T08:10:30.778Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:30.778Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:30.778Z] 228861e5d65d: Preparing [2025-12-24T08:10:30.778Z] f8a3e289ffba: Preparing [2025-12-24T08:10:30.778Z] 0e64f2360a44: Preparing [2025-12-24T08:10:30.778Z] f8a3e289ffba: Waiting [2025-12-24T08:10:30.778Z] 0e64f2360a44: Waiting [2025-12-24T08:10:30.778Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:30.778Z] d76f125a90db: Layer already exists [2025-12-24T08:10:30.778Z] f7b0097b5b9c: Layer already exists [2025-12-24T08:10:30.778Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:30.778Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:30.778Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:30.778Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:30.778Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:31.257Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:31.612Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-12-24T08:10:31.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-24T08:10:31.612Z] d76f125a90db: Preparing [2025-12-24T08:10:31.612Z] f7b0097b5b9c: Preparing [2025-12-24T08:10:31.612Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:31.612Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:31.612Z] 228861e5d65d: Preparing [2025-12-24T08:10:31.612Z] f8a3e289ffba: Preparing [2025-12-24T08:10:31.612Z] 0e64f2360a44: Preparing [2025-12-24T08:10:31.612Z] f8a3e289ffba: Waiting [2025-12-24T08:10:31.612Z] 0e64f2360a44: Waiting [2025-12-24T08:10:31.612Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:31.612Z] d76f125a90db: Layer already exists [2025-12-24T08:10:31.612Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:31.612Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:31.612Z] f7b0097b5b9c: Layer already exists [2025-12-24T08:10:31.612Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:31.612Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:31.612Z] main: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:10:31.962Z] ===================================================== [Pipeline] echo [2025-12-24T08:10:31.974Z] taggedImages: [2025-12-24T08:10:31.974Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:31.974Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-12-24T08:10:31.974Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [2025-12-24T08:10:31.974Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:31.974Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-12-24T08:10:32.005Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-12-24T08:10:32.005Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:32.005Z] latest [2025-12-24T08:10:32.005Z] 4.1.0-dev.88 [2025-12-24T08:10:32.005Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:32.005Z] main [2025-12-24T08:10:32.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:32.392Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:32.750Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:32.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-24T08:10:32.750Z] 7f70c937c7e3: Preparing [2025-12-24T08:10:32.750Z] d678273ce8d7: Preparing [2025-12-24T08:10:32.750Z] 17389522788b: Preparing [2025-12-24T08:10:32.750Z] a11e6a8a3090: Preparing [2025-12-24T08:10:32.750Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:32.750Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:32.750Z] 228861e5d65d: Preparing [2025-12-24T08:10:32.750Z] f8a3e289ffba: Preparing [2025-12-24T08:10:32.750Z] 0e64f2360a44: Preparing [2025-12-24T08:10:32.750Z] 228861e5d65d: Waiting [2025-12-24T08:10:32.750Z] f8a3e289ffba: Waiting [2025-12-24T08:10:32.750Z] 0e64f2360a44: Waiting [2025-12-24T08:10:32.750Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:33.014Z] d678273ce8d7: Pushed [2025-12-24T08:10:33.014Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:33.014Z] 17389522788b: Pushed [2025-12-24T08:10:33.014Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:33.014Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:33.014Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:33.014Z] 7f70c937c7e3: Pushed [2025-12-24T08:10:35.575Z] a11e6a8a3090: Pushed [2025-12-24T08:10:35.840Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:36.212Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:36.572Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-12-24T08:10:36.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-24T08:10:36.572Z] 7f70c937c7e3: Preparing [2025-12-24T08:10:36.572Z] d678273ce8d7: Preparing [2025-12-24T08:10:36.572Z] 17389522788b: Preparing [2025-12-24T08:10:36.572Z] a11e6a8a3090: Preparing [2025-12-24T08:10:36.572Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:36.572Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:36.572Z] 228861e5d65d: Preparing [2025-12-24T08:10:36.572Z] f8a3e289ffba: Preparing [2025-12-24T08:10:36.572Z] 0e64f2360a44: Preparing [2025-12-24T08:10:36.572Z] f8a3e289ffba: Waiting [2025-12-24T08:10:36.572Z] 0e64f2360a44: Waiting [2025-12-24T08:10:36.572Z] 0cfdd22f20e4: Waiting [2025-12-24T08:10:36.572Z] 228861e5d65d: Waiting [2025-12-24T08:10:36.572Z] a11e6a8a3090: Layer already exists [2025-12-24T08:10:36.572Z] d678273ce8d7: Layer already exists [2025-12-24T08:10:36.572Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:36.572Z] 17389522788b: Layer already exists [2025-12-24T08:10:36.572Z] 7f70c937c7e3: Layer already exists [2025-12-24T08:10:36.572Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:36.572Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:36.572Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:36.572Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:36.572Z] latest: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:36.929Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:37.292Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [2025-12-24T08:10:37.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-24T08:10:37.292Z] 7f70c937c7e3: Preparing [2025-12-24T08:10:37.292Z] d678273ce8d7: Preparing [2025-12-24T08:10:37.292Z] 17389522788b: Preparing [2025-12-24T08:10:37.292Z] a11e6a8a3090: Preparing [2025-12-24T08:10:37.292Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:37.292Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:37.292Z] 228861e5d65d: Preparing [2025-12-24T08:10:37.292Z] f8a3e289ffba: Preparing [2025-12-24T08:10:37.292Z] 0e64f2360a44: Preparing [2025-12-24T08:10:37.292Z] 0cfdd22f20e4: Waiting [2025-12-24T08:10:37.292Z] 228861e5d65d: Waiting [2025-12-24T08:10:37.292Z] f8a3e289ffba: Waiting [2025-12-24T08:10:37.292Z] 0e64f2360a44: Waiting [2025-12-24T08:10:37.292Z] d678273ce8d7: Layer already exists [2025-12-24T08:10:37.292Z] 17389522788b: Layer already exists [2025-12-24T08:10:37.292Z] 7f70c937c7e3: Layer already exists [2025-12-24T08:10:37.292Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:37.292Z] a11e6a8a3090: Layer already exists [2025-12-24T08:10:37.292Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:37.292Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:37.292Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:37.292Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:37.562Z] 4.1.0-dev.88: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:37.922Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:38.271Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:38.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-24T08:10:38.271Z] 7f70c937c7e3: Preparing [2025-12-24T08:10:38.271Z] d678273ce8d7: Preparing [2025-12-24T08:10:38.271Z] 17389522788b: Preparing [2025-12-24T08:10:38.271Z] a11e6a8a3090: Preparing [2025-12-24T08:10:38.271Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:38.271Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:38.271Z] 228861e5d65d: Preparing [2025-12-24T08:10:38.271Z] f8a3e289ffba: Preparing [2025-12-24T08:10:38.271Z] 0e64f2360a44: Preparing [2025-12-24T08:10:38.271Z] f8a3e289ffba: Waiting [2025-12-24T08:10:38.271Z] 0e64f2360a44: Waiting [2025-12-24T08:10:38.271Z] 0cfdd22f20e4: Waiting [2025-12-24T08:10:38.271Z] 228861e5d65d: Waiting [2025-12-24T08:10:38.271Z] a11e6a8a3090: Layer already exists [2025-12-24T08:10:38.271Z] d678273ce8d7: Layer already exists [2025-12-24T08:10:38.271Z] 7f70c937c7e3: Layer already exists [2025-12-24T08:10:38.271Z] 17389522788b: Layer already exists [2025-12-24T08:10:38.271Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:38.271Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:38.271Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:38.271Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:38.271Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:38.271Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:38.963Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:39.321Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-12-24T08:10:39.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-24T08:10:39.321Z] 7f70c937c7e3: Preparing [2025-12-24T08:10:39.321Z] d678273ce8d7: Preparing [2025-12-24T08:10:39.321Z] 17389522788b: Preparing [2025-12-24T08:10:39.321Z] a11e6a8a3090: Preparing [2025-12-24T08:10:39.321Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:39.321Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:39.321Z] 228861e5d65d: Preparing [2025-12-24T08:10:39.321Z] f8a3e289ffba: Preparing [2025-12-24T08:10:39.321Z] 0e64f2360a44: Preparing [2025-12-24T08:10:39.321Z] 0cfdd22f20e4: Waiting [2025-12-24T08:10:39.321Z] 228861e5d65d: Waiting [2025-12-24T08:10:39.321Z] f8a3e289ffba: Waiting [2025-12-24T08:10:39.321Z] 0e64f2360a44: Waiting [2025-12-24T08:10:39.321Z] a11e6a8a3090: Layer already exists [2025-12-24T08:10:39.321Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:39.321Z] 17389522788b: Layer already exists [2025-12-24T08:10:39.321Z] d678273ce8d7: Layer already exists [2025-12-24T08:10:39.321Z] 7f70c937c7e3: Layer already exists [2025-12-24T08:10:39.321Z] 228861e5d65d: Layer already exists [2025-12-24T08:10:39.321Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:39.321Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:39.321Z] f8a3e289ffba: Layer already exists [2025-12-24T08:10:39.591Z] main: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:10:39.685Z] ===================================================== [Pipeline] echo [2025-12-24T08:10:39.698Z] taggedImages: [2025-12-24T08:10:39.698Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:39.698Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-12-24T08:10:39.698Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [2025-12-24T08:10:39.698Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:39.698Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-12-24T08:10:39.728Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-12-24T08:10:39.728Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:39.728Z] latest [2025-12-24T08:10:39.728Z] 4.1.0-dev.88 [2025-12-24T08:10:39.728Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:39.728Z] main [2025-12-24T08:10:39.728Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:40.122Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:40.517Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:40.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-24T08:10:40.517Z] a29fcc96de1f: Preparing [2025-12-24T08:10:40.517Z] 111e4c2e43e0: Preparing [2025-12-24T08:10:40.517Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:40.517Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:40.517Z] a8aa18daf196: Preparing [2025-12-24T08:10:40.517Z] dd4afe2a264c: Preparing [2025-12-24T08:10:40.517Z] 0e64f2360a44: Preparing [2025-12-24T08:10:40.517Z] dd4afe2a264c: Waiting [2025-12-24T08:10:40.517Z] 0e64f2360a44: Waiting [2025-12-24T08:10:41.117Z] a8aa18daf196: Pushed [2025-12-24T08:10:43.053Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:43.319Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:43.319Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:43.319Z] a29fcc96de1f: Pushed [2025-12-24T08:10:43.319Z] dd4afe2a264c: Pushed [2025-12-24T08:10:48.641Z] 111e4c2e43e0: Pushed [2025-12-24T08:10:48.641Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:48.999Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:49.351Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-12-24T08:10:49.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-24T08:10:49.351Z] a29fcc96de1f: Preparing [2025-12-24T08:10:49.351Z] 111e4c2e43e0: Preparing [2025-12-24T08:10:49.351Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:49.351Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:49.351Z] a8aa18daf196: Preparing [2025-12-24T08:10:49.351Z] dd4afe2a264c: Preparing [2025-12-24T08:10:49.351Z] 0e64f2360a44: Preparing [2025-12-24T08:10:49.351Z] dd4afe2a264c: Waiting [2025-12-24T08:10:49.351Z] 0e64f2360a44: Waiting [2025-12-24T08:10:49.351Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:49.351Z] a29fcc96de1f: Layer already exists [2025-12-24T08:10:49.351Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:49.351Z] 111e4c2e43e0: Layer already exists [2025-12-24T08:10:49.351Z] a8aa18daf196: Layer already exists [2025-12-24T08:10:49.351Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:49.351Z] dd4afe2a264c: Layer already exists [2025-12-24T08:10:49.351Z] latest: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:49.972Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:50.330Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [2025-12-24T08:10:50.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-24T08:10:50.331Z] a29fcc96de1f: Preparing [2025-12-24T08:10:50.331Z] 111e4c2e43e0: Preparing [2025-12-24T08:10:50.331Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:50.331Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:50.331Z] a8aa18daf196: Preparing [2025-12-24T08:10:50.331Z] dd4afe2a264c: Preparing [2025-12-24T08:10:50.331Z] 0e64f2360a44: Preparing [2025-12-24T08:10:50.331Z] dd4afe2a264c: Waiting [2025-12-24T08:10:50.331Z] 0e64f2360a44: Waiting [2025-12-24T08:10:50.331Z] a8aa18daf196: Layer already exists [2025-12-24T08:10:50.331Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:50.331Z] 111e4c2e43e0: Layer already exists [2025-12-24T08:10:50.331Z] a29fcc96de1f: Layer already exists [2025-12-24T08:10:50.331Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:50.331Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:50.331Z] dd4afe2a264c: Layer already exists [2025-12-24T08:10:50.331Z] 4.1.0-dev.88: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:50.971Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:51.333Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:51.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-24T08:10:51.334Z] a29fcc96de1f: Preparing [2025-12-24T08:10:51.334Z] 111e4c2e43e0: Preparing [2025-12-24T08:10:51.334Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:51.334Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:51.334Z] a8aa18daf196: Preparing [2025-12-24T08:10:51.334Z] dd4afe2a264c: Preparing [2025-12-24T08:10:51.334Z] 0e64f2360a44: Preparing [2025-12-24T08:10:51.334Z] dd4afe2a264c: Waiting [2025-12-24T08:10:51.334Z] 0e64f2360a44: Waiting [2025-12-24T08:10:51.334Z] a8aa18daf196: Layer already exists [2025-12-24T08:10:51.334Z] a29fcc96de1f: Layer already exists [2025-12-24T08:10:51.334Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:51.334Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:51.334Z] 111e4c2e43e0: Layer already exists [2025-12-24T08:10:51.334Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:51.334Z] dd4afe2a264c: Layer already exists [2025-12-24T08:10:51.334Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:51.696Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:52.061Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-12-24T08:10:52.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-24T08:10:52.062Z] a29fcc96de1f: Preparing [2025-12-24T08:10:52.062Z] 111e4c2e43e0: Preparing [2025-12-24T08:10:52.062Z] 6d1a28e82a88: Preparing [2025-12-24T08:10:52.062Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:52.062Z] a8aa18daf196: Preparing [2025-12-24T08:10:52.062Z] dd4afe2a264c: Preparing [2025-12-24T08:10:52.062Z] 0e64f2360a44: Preparing [2025-12-24T08:10:52.062Z] dd4afe2a264c: Waiting [2025-12-24T08:10:52.062Z] 0e64f2360a44: Waiting [2025-12-24T08:10:52.062Z] a29fcc96de1f: Layer already exists [2025-12-24T08:10:52.062Z] a8aa18daf196: Layer already exists [2025-12-24T08:10:52.062Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:52.062Z] 111e4c2e43e0: Layer already exists [2025-12-24T08:10:52.062Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:10:52.062Z] dd4afe2a264c: Layer already exists [2025-12-24T08:10:52.062Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:52.325Z] main: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:10:52.408Z] ===================================================== [Pipeline] echo [2025-12-24T08:10:52.426Z] taggedImages: [2025-12-24T08:10:52.426Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:52.426Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-12-24T08:10:52.426Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [2025-12-24T08:10:52.426Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:52.426Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-12-24T08:10:52.453Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-12-24T08:10:52.453Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:52.453Z] latest [2025-12-24T08:10:52.453Z] 4.1.0-dev.88 [2025-12-24T08:10:52.453Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:10:52.453Z] main [2025-12-24T08:10:52.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:52.829Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:10:53.183Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:10:53.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-24T08:10:53.183Z] 2f3c852103c9: Preparing [2025-12-24T08:10:53.183Z] 513d14b0879f: Preparing [2025-12-24T08:10:53.183Z] 0cfdd22f20e4: Preparing [2025-12-24T08:10:53.183Z] 48727f7d9fef: Preparing [2025-12-24T08:10:53.183Z] 52e4753e21a8: Preparing [2025-12-24T08:10:53.183Z] 0e64f2360a44: Preparing [2025-12-24T08:10:53.183Z] 0e64f2360a44: Waiting [2025-12-24T08:10:53.448Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:10:53.448Z] 0e64f2360a44: Layer already exists [2025-12-24T08:10:53.448Z] 2f3c852103c9: Pushed [2025-12-24T08:10:53.448Z] 52e4753e21a8: Pushed [2025-12-24T08:10:53.448Z] 48727f7d9fef: Pushed [2025-12-24T08:11:01.626Z] 513d14b0879f: Pushed [2025-12-24T08:11:01.626Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:01.983Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:02.331Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-12-24T08:11:02.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-24T08:11:02.332Z] 2f3c852103c9: Preparing [2025-12-24T08:11:02.332Z] 513d14b0879f: Preparing [2025-12-24T08:11:02.332Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:02.332Z] 48727f7d9fef: Preparing [2025-12-24T08:11:02.332Z] 52e4753e21a8: Preparing [2025-12-24T08:11:02.332Z] 0e64f2360a44: Preparing [2025-12-24T08:11:02.332Z] 0e64f2360a44: Waiting [2025-12-24T08:11:02.332Z] 52e4753e21a8: Layer already exists [2025-12-24T08:11:02.332Z] 513d14b0879f: Layer already exists [2025-12-24T08:11:02.332Z] 2f3c852103c9: Layer already exists [2025-12-24T08:11:02.332Z] 48727f7d9fef: Layer already exists [2025-12-24T08:11:02.332Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:02.332Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:02.332Z] latest: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:02.679Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:03.027Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [2025-12-24T08:11:03.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-24T08:11:03.027Z] 2f3c852103c9: Preparing [2025-12-24T08:11:03.027Z] 513d14b0879f: Preparing [2025-12-24T08:11:03.027Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:03.027Z] 48727f7d9fef: Preparing [2025-12-24T08:11:03.027Z] 52e4753e21a8: Preparing [2025-12-24T08:11:03.027Z] 0e64f2360a44: Preparing [2025-12-24T08:11:03.027Z] 0e64f2360a44: Waiting [2025-12-24T08:11:03.027Z] 48727f7d9fef: Layer already exists [2025-12-24T08:11:03.027Z] 513d14b0879f: Layer already exists [2025-12-24T08:11:03.027Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:03.027Z] 2f3c852103c9: Layer already exists [2025-12-24T08:11:03.027Z] 52e4753e21a8: Layer already exists [2025-12-24T08:11:03.027Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:03.027Z] 4.1.0-dev.88: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:03.651Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:04.005Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:04.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-24T08:11:04.005Z] 2f3c852103c9: Preparing [2025-12-24T08:11:04.005Z] 513d14b0879f: Preparing [2025-12-24T08:11:04.005Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:04.005Z] 48727f7d9fef: Preparing [2025-12-24T08:11:04.005Z] 52e4753e21a8: Preparing [2025-12-24T08:11:04.005Z] 0e64f2360a44: Preparing [2025-12-24T08:11:04.005Z] 0e64f2360a44: Waiting [2025-12-24T08:11:04.005Z] 52e4753e21a8: Layer already exists [2025-12-24T08:11:04.005Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:04.005Z] 2f3c852103c9: Layer already exists [2025-12-24T08:11:04.005Z] 513d14b0879f: Layer already exists [2025-12-24T08:11:04.005Z] 48727f7d9fef: Layer already exists [2025-12-24T08:11:04.005Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:04.005Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:04.382Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:04.746Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-12-24T08:11:04.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-24T08:11:04.746Z] 2f3c852103c9: Preparing [2025-12-24T08:11:04.746Z] 513d14b0879f: Preparing [2025-12-24T08:11:04.746Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:04.746Z] 48727f7d9fef: Preparing [2025-12-24T08:11:04.746Z] 52e4753e21a8: Preparing [2025-12-24T08:11:04.746Z] 0e64f2360a44: Preparing [2025-12-24T08:11:04.746Z] 0e64f2360a44: Waiting [2025-12-24T08:11:04.746Z] 513d14b0879f: Layer already exists [2025-12-24T08:11:04.746Z] 52e4753e21a8: Layer already exists [2025-12-24T08:11:04.746Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:04.746Z] 2f3c852103c9: Layer already exists [2025-12-24T08:11:04.746Z] 48727f7d9fef: Layer already exists [2025-12-24T08:11:04.746Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:04.746Z] main: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:11:05.099Z] ===================================================== [Pipeline] echo [2025-12-24T08:11:05.119Z] taggedImages: [2025-12-24T08:11:05.119Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:05.119Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-12-24T08:11:05.119Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [2025-12-24T08:11:05.119Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:05.119Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-12-24T08:11:05.148Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-12-24T08:11:05.148Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:05.148Z] latest [2025-12-24T08:11:05.148Z] 4.1.0-dev.88 [2025-12-24T08:11:05.148Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:05.148Z] main [2025-12-24T08:11:05.148Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:05.525Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:05.878Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:05.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-24T08:11:05.878Z] 50aee41c33fe: Preparing [2025-12-24T08:11:05.878Z] b6715eeece96: Preparing [2025-12-24T08:11:05.878Z] e0bfe1336cee: Preparing [2025-12-24T08:11:05.878Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:05.878Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:05.878Z] 228861e5d65d: Preparing [2025-12-24T08:11:05.878Z] f8a3e289ffba: Preparing [2025-12-24T08:11:05.878Z] 0e64f2360a44: Preparing [2025-12-24T08:11:05.878Z] 228861e5d65d: Waiting [2025-12-24T08:11:05.878Z] 0e64f2360a44: Waiting [2025-12-24T08:11:05.878Z] f8a3e289ffba: Waiting [2025-12-24T08:11:05.878Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:05.878Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:06.143Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:06.143Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:06.143Z] b6715eeece96: Pushed [2025-12-24T08:11:06.143Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:06.143Z] 50aee41c33fe: Pushed [2025-12-24T08:11:14.317Z] e0bfe1336cee: Pushed [2025-12-24T08:11:14.317Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:14.684Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:15.038Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-12-24T08:11:15.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-24T08:11:15.038Z] 50aee41c33fe: Preparing [2025-12-24T08:11:15.038Z] b6715eeece96: Preparing [2025-12-24T08:11:15.038Z] e0bfe1336cee: Preparing [2025-12-24T08:11:15.038Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:15.038Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:15.038Z] 228861e5d65d: Preparing [2025-12-24T08:11:15.038Z] f8a3e289ffba: Preparing [2025-12-24T08:11:15.038Z] 0e64f2360a44: Preparing [2025-12-24T08:11:15.038Z] 228861e5d65d: Waiting [2025-12-24T08:11:15.038Z] f8a3e289ffba: Waiting [2025-12-24T08:11:15.038Z] 0e64f2360a44: Waiting [2025-12-24T08:11:15.038Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:15.038Z] b6715eeece96: Layer already exists [2025-12-24T08:11:15.038Z] e0bfe1336cee: Layer already exists [2025-12-24T08:11:15.038Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:15.038Z] 50aee41c33fe: Layer already exists [2025-12-24T08:11:15.038Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:15.038Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:15.038Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:15.303Z] latest: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:15.668Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:16.015Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [2025-12-24T08:11:16.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-24T08:11:16.015Z] 50aee41c33fe: Preparing [2025-12-24T08:11:16.015Z] b6715eeece96: Preparing [2025-12-24T08:11:16.015Z] e0bfe1336cee: Preparing [2025-12-24T08:11:16.015Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:16.015Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:16.015Z] 228861e5d65d: Preparing [2025-12-24T08:11:16.015Z] f8a3e289ffba: Preparing [2025-12-24T08:11:16.015Z] 0e64f2360a44: Preparing [2025-12-24T08:11:16.015Z] 228861e5d65d: Waiting [2025-12-24T08:11:16.015Z] f8a3e289ffba: Waiting [2025-12-24T08:11:16.015Z] 0e64f2360a44: Waiting [2025-12-24T08:11:16.015Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:16.015Z] b6715eeece96: Layer already exists [2025-12-24T08:11:16.015Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:16.015Z] 50aee41c33fe: Layer already exists [2025-12-24T08:11:16.015Z] e0bfe1336cee: Layer already exists [2025-12-24T08:11:16.015Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:16.015Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:16.015Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:16.279Z] 4.1.0-dev.88: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:16.745Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:17.094Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:17.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-24T08:11:17.095Z] 50aee41c33fe: Preparing [2025-12-24T08:11:17.095Z] b6715eeece96: Preparing [2025-12-24T08:11:17.095Z] e0bfe1336cee: Preparing [2025-12-24T08:11:17.095Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:17.095Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:17.095Z] 228861e5d65d: Preparing [2025-12-24T08:11:17.095Z] f8a3e289ffba: Preparing [2025-12-24T08:11:17.095Z] 0e64f2360a44: Preparing [2025-12-24T08:11:17.095Z] 228861e5d65d: Waiting [2025-12-24T08:11:17.095Z] 0e64f2360a44: Waiting [2025-12-24T08:11:17.095Z] f8a3e289ffba: Waiting [2025-12-24T08:11:17.095Z] b6715eeece96: Layer already exists [2025-12-24T08:11:17.095Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:17.095Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:17.095Z] e0bfe1336cee: Layer already exists [2025-12-24T08:11:17.095Z] 50aee41c33fe: Layer already exists [2025-12-24T08:11:17.095Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:17.095Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:17.095Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:17.095Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:17.716Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:18.067Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-12-24T08:11:18.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-24T08:11:18.067Z] 50aee41c33fe: Preparing [2025-12-24T08:11:18.067Z] b6715eeece96: Preparing [2025-12-24T08:11:18.067Z] e0bfe1336cee: Preparing [2025-12-24T08:11:18.067Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:18.067Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:18.067Z] 228861e5d65d: Preparing [2025-12-24T08:11:18.067Z] f8a3e289ffba: Preparing [2025-12-24T08:11:18.067Z] 0e64f2360a44: Preparing [2025-12-24T08:11:18.067Z] 228861e5d65d: Waiting [2025-12-24T08:11:18.067Z] f8a3e289ffba: Waiting [2025-12-24T08:11:18.067Z] 0e64f2360a44: Waiting [2025-12-24T08:11:18.067Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:18.067Z] b6715eeece96: Layer already exists [2025-12-24T08:11:18.067Z] 50aee41c33fe: Layer already exists [2025-12-24T08:11:18.067Z] e0bfe1336cee: Layer already exists [2025-12-24T08:11:18.067Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:18.067Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:18.067Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:20.632Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:20.632Z] main: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:11:20.721Z] ===================================================== [Pipeline] echo [2025-12-24T08:11:20.741Z] taggedImages: [2025-12-24T08:11:20.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:20.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-12-24T08:11:20.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [2025-12-24T08:11:20.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:20.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-12-24T08:11:20.775Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-12-24T08:11:20.775Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:20.775Z] latest [2025-12-24T08:11:20.775Z] 4.1.0-dev.88 [2025-12-24T08:11:20.775Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:20.775Z] main [2025-12-24T08:11:20.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:21.161Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:21.527Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:21.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-24T08:11:21.527Z] cdc9cf50430e: Preparing [2025-12-24T08:11:21.527Z] 97c5b6b2cbb0: Preparing [2025-12-24T08:11:21.527Z] 3eeb07a2ef8f: Preparing [2025-12-24T08:11:21.527Z] 8bcbd9cf3908: Preparing [2025-12-24T08:11:21.527Z] 5a8efca25c1b: Preparing [2025-12-24T08:11:21.527Z] 3143fd93c0fe: Preparing [2025-12-24T08:11:21.527Z] 84fbe94b758a: Preparing [2025-12-24T08:11:21.527Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:21.527Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:21.527Z] 0313f7163ea4: Preparing [2025-12-24T08:11:21.527Z] cff44bba679a: Preparing [2025-12-24T08:11:21.527Z] 5f70bf18a086: Preparing [2025-12-24T08:11:21.527Z] f6e84858762c: Preparing [2025-12-24T08:11:21.527Z] f235924c524b: Preparing [2025-12-24T08:11:21.527Z] cd15e6b8baf2: Preparing [2025-12-24T08:11:21.527Z] 0e64f2360a44: Preparing [2025-12-24T08:11:21.527Z] 3143fd93c0fe: Waiting [2025-12-24T08:11:21.527Z] 84fbe94b758a: Waiting [2025-12-24T08:11:21.527Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:21.527Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:21.527Z] 0313f7163ea4: Waiting [2025-12-24T08:11:21.527Z] cff44bba679a: Waiting [2025-12-24T08:11:21.527Z] 5f70bf18a086: Waiting [2025-12-24T08:11:21.527Z] f6e84858762c: Waiting [2025-12-24T08:11:21.527Z] f235924c524b: Waiting [2025-12-24T08:11:21.527Z] cd15e6b8baf2: Waiting [2025-12-24T08:11:21.527Z] 0e64f2360a44: Waiting [2025-12-24T08:11:21.794Z] 5a8efca25c1b: Pushed [2025-12-24T08:11:21.794Z] 8bcbd9cf3908: Pushed [2025-12-24T08:11:21.794Z] 97c5b6b2cbb0: Pushed [2025-12-24T08:11:21.794Z] cdc9cf50430e: Pushed [2025-12-24T08:11:21.794Z] 3eeb07a2ef8f: Pushed [2025-12-24T08:11:21.794Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:21.794Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:21.794Z] 3143fd93c0fe: Pushed [2025-12-24T08:11:21.794Z] 5f70bf18a086: Layer already exists [2025-12-24T08:11:22.059Z] 0313f7163ea4: Pushed [2025-12-24T08:11:22.059Z] cff44bba679a: Pushed [2025-12-24T08:11:22.059Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:22.059Z] f6e84858762c: Pushed [2025-12-24T08:11:22.059Z] cd15e6b8baf2: Pushed [2025-12-24T08:11:22.323Z] f235924c524b: Pushed [2025-12-24T08:11:24.888Z] 84fbe94b758a: Pushed [2025-12-24T08:11:24.888Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:25.510Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:25.861Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-12-24T08:11:25.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-24T08:11:25.861Z] cdc9cf50430e: Preparing [2025-12-24T08:11:25.861Z] 97c5b6b2cbb0: Preparing [2025-12-24T08:11:25.861Z] 3eeb07a2ef8f: Preparing [2025-12-24T08:11:25.861Z] 8bcbd9cf3908: Preparing [2025-12-24T08:11:25.861Z] 5a8efca25c1b: Preparing [2025-12-24T08:11:25.861Z] 3143fd93c0fe: Preparing [2025-12-24T08:11:25.861Z] 84fbe94b758a: Preparing [2025-12-24T08:11:25.861Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:25.861Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:25.861Z] 0313f7163ea4: Preparing [2025-12-24T08:11:25.861Z] cff44bba679a: Preparing [2025-12-24T08:11:25.861Z] 5f70bf18a086: Preparing [2025-12-24T08:11:25.861Z] f6e84858762c: Preparing [2025-12-24T08:11:25.861Z] f235924c524b: Preparing [2025-12-24T08:11:25.861Z] cd15e6b8baf2: Preparing [2025-12-24T08:11:25.861Z] 0e64f2360a44: Preparing [2025-12-24T08:11:25.861Z] cff44bba679a: Waiting [2025-12-24T08:11:25.861Z] 3143fd93c0fe: Waiting [2025-12-24T08:11:25.861Z] 84fbe94b758a: Waiting [2025-12-24T08:11:25.861Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:25.861Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:25.861Z] 0313f7163ea4: Waiting [2025-12-24T08:11:25.861Z] f6e84858762c: Waiting [2025-12-24T08:11:25.861Z] f235924c524b: Waiting [2025-12-24T08:11:25.861Z] cd15e6b8baf2: Waiting [2025-12-24T08:11:25.861Z] 0e64f2360a44: Waiting [2025-12-24T08:11:25.861Z] 5f70bf18a086: Waiting [2025-12-24T08:11:25.861Z] 8bcbd9cf3908: Layer already exists [2025-12-24T08:11:25.861Z] 3eeb07a2ef8f: Layer already exists [2025-12-24T08:11:25.861Z] cdc9cf50430e: Layer already exists [2025-12-24T08:11:25.861Z] 97c5b6b2cbb0: Layer already exists [2025-12-24T08:11:25.861Z] 5a8efca25c1b: Layer already exists [2025-12-24T08:11:25.861Z] 3143fd93c0fe: Layer already exists [2025-12-24T08:11:25.861Z] 84fbe94b758a: Layer already exists [2025-12-24T08:11:25.861Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:25.861Z] 0313f7163ea4: Layer already exists [2025-12-24T08:11:25.861Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:25.861Z] cff44bba679a: Layer already exists [2025-12-24T08:11:25.861Z] 5f70bf18a086: Layer already exists [2025-12-24T08:11:25.861Z] f6e84858762c: Layer already exists [2025-12-24T08:11:25.861Z] f235924c524b: Layer already exists [2025-12-24T08:11:25.861Z] cd15e6b8baf2: Layer already exists [2025-12-24T08:11:25.861Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:26.126Z] latest: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:26.484Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:26.834Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [2025-12-24T08:11:26.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-24T08:11:26.834Z] cdc9cf50430e: Preparing [2025-12-24T08:11:26.834Z] 97c5b6b2cbb0: Preparing [2025-12-24T08:11:26.834Z] 3eeb07a2ef8f: Preparing [2025-12-24T08:11:26.834Z] 8bcbd9cf3908: Preparing [2025-12-24T08:11:26.834Z] 5a8efca25c1b: Preparing [2025-12-24T08:11:26.834Z] 3143fd93c0fe: Preparing [2025-12-24T08:11:26.834Z] 84fbe94b758a: Preparing [2025-12-24T08:11:26.834Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:26.834Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:26.834Z] 0313f7163ea4: Preparing [2025-12-24T08:11:26.834Z] cff44bba679a: Preparing [2025-12-24T08:11:26.834Z] 5f70bf18a086: Preparing [2025-12-24T08:11:26.834Z] f6e84858762c: Preparing [2025-12-24T08:11:26.834Z] f235924c524b: Preparing [2025-12-24T08:11:26.834Z] cd15e6b8baf2: Preparing [2025-12-24T08:11:26.834Z] 0e64f2360a44: Preparing [2025-12-24T08:11:26.834Z] 0313f7163ea4: Waiting [2025-12-24T08:11:26.834Z] cff44bba679a: Waiting [2025-12-24T08:11:26.834Z] 5f70bf18a086: Waiting [2025-12-24T08:11:26.834Z] 3143fd93c0fe: Waiting [2025-12-24T08:11:26.834Z] f6e84858762c: Waiting [2025-12-24T08:11:26.834Z] f235924c524b: Waiting [2025-12-24T08:11:26.834Z] cd15e6b8baf2: Waiting [2025-12-24T08:11:26.834Z] 0e64f2360a44: Waiting [2025-12-24T08:11:26.834Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:26.834Z] 84fbe94b758a: Waiting [2025-12-24T08:11:26.834Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:26.834Z] 8bcbd9cf3908: Layer already exists [2025-12-24T08:11:26.834Z] 3eeb07a2ef8f: Layer already exists [2025-12-24T08:11:26.834Z] 97c5b6b2cbb0: Layer already exists [2025-12-24T08:11:26.834Z] 5a8efca25c1b: Layer already exists [2025-12-24T08:11:26.834Z] cdc9cf50430e: Layer already exists [2025-12-24T08:11:26.834Z] 3143fd93c0fe: Layer already exists [2025-12-24T08:11:26.834Z] 84fbe94b758a: Layer already exists [2025-12-24T08:11:26.834Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:26.834Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:26.834Z] 0313f7163ea4: Layer already exists [2025-12-24T08:11:26.834Z] cff44bba679a: Layer already exists [2025-12-24T08:11:26.834Z] 5f70bf18a086: Layer already exists [2025-12-24T08:11:26.834Z] cd15e6b8baf2: Layer already exists [2025-12-24T08:11:26.834Z] f235924c524b: Layer already exists [2025-12-24T08:11:26.834Z] f6e84858762c: Layer already exists [2025-12-24T08:11:26.834Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:27.099Z] 4.1.0-dev.88: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:27.452Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:27.809Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:27.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-24T08:11:27.809Z] cdc9cf50430e: Preparing [2025-12-24T08:11:27.809Z] 97c5b6b2cbb0: Preparing [2025-12-24T08:11:27.809Z] 3eeb07a2ef8f: Preparing [2025-12-24T08:11:27.809Z] 8bcbd9cf3908: Preparing [2025-12-24T08:11:27.809Z] 5a8efca25c1b: Preparing [2025-12-24T08:11:27.809Z] 3143fd93c0fe: Preparing [2025-12-24T08:11:27.809Z] 84fbe94b758a: Preparing [2025-12-24T08:11:27.809Z] 3143fd93c0fe: Waiting [2025-12-24T08:11:27.809Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:27.809Z] 84fbe94b758a: Waiting [2025-12-24T08:11:27.809Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:27.809Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:27.809Z] 0313f7163ea4: Preparing [2025-12-24T08:11:27.809Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:27.809Z] 0313f7163ea4: Waiting [2025-12-24T08:11:27.809Z] cff44bba679a: Preparing [2025-12-24T08:11:27.809Z] 5f70bf18a086: Preparing [2025-12-24T08:11:27.809Z] f6e84858762c: Preparing [2025-12-24T08:11:27.809Z] f235924c524b: Preparing [2025-12-24T08:11:27.809Z] 5f70bf18a086: Waiting [2025-12-24T08:11:27.809Z] f6e84858762c: Waiting [2025-12-24T08:11:27.809Z] cd15e6b8baf2: Preparing [2025-12-24T08:11:27.809Z] f235924c524b: Waiting [2025-12-24T08:11:27.809Z] 0e64f2360a44: Preparing [2025-12-24T08:11:27.809Z] 0e64f2360a44: Waiting [2025-12-24T08:11:27.809Z] cdc9cf50430e: Layer already exists [2025-12-24T08:11:27.809Z] 3eeb07a2ef8f: Layer already exists [2025-12-24T08:11:27.809Z] 8bcbd9cf3908: Layer already exists [2025-12-24T08:11:27.809Z] 97c5b6b2cbb0: Layer already exists [2025-12-24T08:11:27.809Z] 5a8efca25c1b: Layer already exists [2025-12-24T08:11:27.809Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:27.809Z] 84fbe94b758a: Layer already exists [2025-12-24T08:11:27.809Z] 0313f7163ea4: Layer already exists [2025-12-24T08:11:27.809Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:27.809Z] 3143fd93c0fe: Layer already exists [2025-12-24T08:11:27.809Z] 5f70bf18a086: Layer already exists [2025-12-24T08:11:27.809Z] cff44bba679a: Layer already exists [2025-12-24T08:11:27.809Z] f6e84858762c: Layer already exists [2025-12-24T08:11:27.809Z] cd15e6b8baf2: Layer already exists [2025-12-24T08:11:27.809Z] f235924c524b: Layer already exists [2025-12-24T08:11:27.809Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:28.074Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:28.439Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:28.803Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-12-24T08:11:28.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-24T08:11:28.803Z] cdc9cf50430e: Preparing [2025-12-24T08:11:28.803Z] 97c5b6b2cbb0: Preparing [2025-12-24T08:11:28.803Z] 3eeb07a2ef8f: Preparing [2025-12-24T08:11:28.803Z] 8bcbd9cf3908: Preparing [2025-12-24T08:11:28.803Z] 5a8efca25c1b: Preparing [2025-12-24T08:11:28.803Z] 3143fd93c0fe: Preparing [2025-12-24T08:11:28.803Z] 84fbe94b758a: Preparing [2025-12-24T08:11:28.803Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:28.803Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:28.803Z] 0313f7163ea4: Preparing [2025-12-24T08:11:28.803Z] cff44bba679a: Preparing [2025-12-24T08:11:28.803Z] 5f70bf18a086: Preparing [2025-12-24T08:11:28.803Z] f6e84858762c: Preparing [2025-12-24T08:11:28.803Z] f235924c524b: Preparing [2025-12-24T08:11:28.803Z] cd15e6b8baf2: Preparing [2025-12-24T08:11:28.803Z] 0e64f2360a44: Preparing [2025-12-24T08:11:28.803Z] 0313f7163ea4: Waiting [2025-12-24T08:11:28.803Z] cff44bba679a: Waiting [2025-12-24T08:11:28.803Z] 5f70bf18a086: Waiting [2025-12-24T08:11:28.803Z] f6e84858762c: Waiting [2025-12-24T08:11:28.803Z] f235924c524b: Waiting [2025-12-24T08:11:28.803Z] cd15e6b8baf2: Waiting [2025-12-24T08:11:28.803Z] 0e64f2360a44: Waiting [2025-12-24T08:11:28.803Z] 3143fd93c0fe: Waiting [2025-12-24T08:11:28.803Z] 84fbe94b758a: Waiting [2025-12-24T08:11:28.803Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:28.803Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:28.803Z] cdc9cf50430e: Layer already exists [2025-12-24T08:11:28.803Z] 3eeb07a2ef8f: Layer already exists [2025-12-24T08:11:28.803Z] 8bcbd9cf3908: Layer already exists [2025-12-24T08:11:28.803Z] 5a8efca25c1b: Layer already exists [2025-12-24T08:11:28.803Z] 97c5b6b2cbb0: Layer already exists [2025-12-24T08:11:28.803Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:28.803Z] 3143fd93c0fe: Layer already exists [2025-12-24T08:11:28.803Z] 0313f7163ea4: Layer already exists [2025-12-24T08:11:28.803Z] 84fbe94b758a: Layer already exists [2025-12-24T08:11:28.803Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:28.803Z] 5f70bf18a086: Layer already exists [2025-12-24T08:11:28.803Z] f235924c524b: Layer already exists [2025-12-24T08:11:28.803Z] f6e84858762c: Layer already exists [2025-12-24T08:11:28.803Z] cff44bba679a: Layer already exists [2025-12-24T08:11:28.803Z] cd15e6b8baf2: Layer already exists [2025-12-24T08:11:28.803Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:29.067Z] main: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:11:29.158Z] ===================================================== [Pipeline] echo [2025-12-24T08:11:29.169Z] taggedImages: [2025-12-24T08:11:29.169Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:29.169Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-12-24T08:11:29.169Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [2025-12-24T08:11:29.169Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:29.169Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-12-24T08:11:29.192Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-12-24T08:11:29.193Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:29.193Z] latest [2025-12-24T08:11:29.193Z] 4.1.0-dev.88 [2025-12-24T08:11:29.193Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:29.193Z] main [2025-12-24T08:11:29.193Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:29.547Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:29.897Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:29.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-24T08:11:29.897Z] 0501b56d2823: Preparing [2025-12-24T08:11:29.897Z] e284deafce2d: Preparing [2025-12-24T08:11:29.897Z] 4d065e4f94a3: Preparing [2025-12-24T08:11:29.897Z] ee9ac8cd2661: Preparing [2025-12-24T08:11:29.897Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:29.897Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:29.897Z] 228861e5d65d: Preparing [2025-12-24T08:11:29.897Z] f8a3e289ffba: Preparing [2025-12-24T08:11:29.897Z] 0e64f2360a44: Preparing [2025-12-24T08:11:29.897Z] 228861e5d65d: Waiting [2025-12-24T08:11:29.897Z] f8a3e289ffba: Waiting [2025-12-24T08:11:29.897Z] 0e64f2360a44: Waiting [2025-12-24T08:11:29.897Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:29.897Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:30.162Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:30.162Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:30.162Z] 4d065e4f94a3: Pushed [2025-12-24T08:11:30.162Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:30.162Z] e284deafce2d: Pushed [2025-12-24T08:11:30.162Z] 0501b56d2823: Pushed [2025-12-24T08:11:30.162Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:38.340Z] ee9ac8cd2661: Pushed [2025-12-24T08:11:38.340Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:38.702Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:39.055Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-12-24T08:11:39.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-24T08:11:39.055Z] 0501b56d2823: Preparing [2025-12-24T08:11:39.055Z] e284deafce2d: Preparing [2025-12-24T08:11:39.055Z] 4d065e4f94a3: Preparing [2025-12-24T08:11:39.055Z] ee9ac8cd2661: Preparing [2025-12-24T08:11:39.055Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:39.055Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:39.055Z] 228861e5d65d: Preparing [2025-12-24T08:11:39.055Z] f8a3e289ffba: Preparing [2025-12-24T08:11:39.055Z] 0e64f2360a44: Preparing [2025-12-24T08:11:39.055Z] 228861e5d65d: Waiting [2025-12-24T08:11:39.055Z] f8a3e289ffba: Waiting [2025-12-24T08:11:39.055Z] 0e64f2360a44: Waiting [2025-12-24T08:11:39.055Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:39.055Z] e284deafce2d: Layer already exists [2025-12-24T08:11:39.055Z] ee9ac8cd2661: Layer already exists [2025-12-24T08:11:39.055Z] 0501b56d2823: Layer already exists [2025-12-24T08:11:39.055Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:39.055Z] 4d065e4f94a3: Layer already exists [2025-12-24T08:11:39.055Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:39.055Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:39.055Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:39.055Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:39.319Z] latest: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:39.677Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:40.041Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [2025-12-24T08:11:40.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-24T08:11:40.041Z] 0501b56d2823: Preparing [2025-12-24T08:11:40.041Z] e284deafce2d: Preparing [2025-12-24T08:11:40.041Z] 4d065e4f94a3: Preparing [2025-12-24T08:11:40.041Z] ee9ac8cd2661: Preparing [2025-12-24T08:11:40.041Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:40.041Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:40.041Z] 228861e5d65d: Preparing [2025-12-24T08:11:40.041Z] f8a3e289ffba: Preparing [2025-12-24T08:11:40.041Z] 0e64f2360a44: Preparing [2025-12-24T08:11:40.041Z] 228861e5d65d: Waiting [2025-12-24T08:11:40.041Z] f8a3e289ffba: Waiting [2025-12-24T08:11:40.041Z] 0e64f2360a44: Waiting [2025-12-24T08:11:40.041Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:40.041Z] 0501b56d2823: Layer already exists [2025-12-24T08:11:40.041Z] e284deafce2d: Layer already exists [2025-12-24T08:11:40.041Z] 4d065e4f94a3: Layer already exists [2025-12-24T08:11:40.041Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:40.041Z] ee9ac8cd2661: Layer already exists [2025-12-24T08:11:40.041Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:40.041Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:40.041Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:40.041Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:40.305Z] 4.1.0-dev.88: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:40.667Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:41.016Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:41.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-24T08:11:41.017Z] 0501b56d2823: Preparing [2025-12-24T08:11:41.017Z] e284deafce2d: Preparing [2025-12-24T08:11:41.017Z] 4d065e4f94a3: Preparing [2025-12-24T08:11:41.017Z] ee9ac8cd2661: Preparing [2025-12-24T08:11:41.017Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:41.017Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:41.017Z] 228861e5d65d: Preparing [2025-12-24T08:11:41.017Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:41.017Z] f8a3e289ffba: Preparing [2025-12-24T08:11:41.017Z] 228861e5d65d: Waiting [2025-12-24T08:11:41.017Z] 0e64f2360a44: Preparing [2025-12-24T08:11:41.017Z] f8a3e289ffba: Waiting [2025-12-24T08:11:41.017Z] 0e64f2360a44: Waiting [2025-12-24T08:11:41.017Z] ee9ac8cd2661: Layer already exists [2025-12-24T08:11:41.017Z] 4d065e4f94a3: Layer already exists [2025-12-24T08:11:41.017Z] e284deafce2d: Layer already exists [2025-12-24T08:11:41.017Z] 0501b56d2823: Layer already exists [2025-12-24T08:11:41.017Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:41.017Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:41.017Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:41.017Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:41.017Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:41.281Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:41.637Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:41.993Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-12-24T08:11:41.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-24T08:11:41.994Z] 0501b56d2823: Preparing [2025-12-24T08:11:41.994Z] e284deafce2d: Preparing [2025-12-24T08:11:41.994Z] 4d065e4f94a3: Preparing [2025-12-24T08:11:41.994Z] ee9ac8cd2661: Preparing [2025-12-24T08:11:41.994Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:41.994Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:41.994Z] 228861e5d65d: Preparing [2025-12-24T08:11:41.994Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:41.994Z] f8a3e289ffba: Preparing [2025-12-24T08:11:41.994Z] 228861e5d65d: Waiting [2025-12-24T08:11:41.994Z] 0e64f2360a44: Preparing [2025-12-24T08:11:41.994Z] f8a3e289ffba: Waiting [2025-12-24T08:11:41.994Z] 0e64f2360a44: Waiting [2025-12-24T08:11:41.994Z] e284deafce2d: Layer already exists [2025-12-24T08:11:41.994Z] 0501b56d2823: Layer already exists [2025-12-24T08:11:41.994Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:41.994Z] 4d065e4f94a3: Layer already exists [2025-12-24T08:11:41.994Z] ee9ac8cd2661: Layer already exists [2025-12-24T08:11:41.994Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:41.994Z] f8a3e289ffba: Layer already exists [2025-12-24T08:11:41.994Z] 228861e5d65d: Layer already exists [2025-12-24T08:11:41.994Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:42.258Z] main: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:11:42.335Z] ===================================================== [Pipeline] echo [2025-12-24T08:11:42.353Z] taggedImages: [2025-12-24T08:11:42.353Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:42.353Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-12-24T08:11:42.353Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [2025-12-24T08:11:42.353Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:42.353Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-12-24T08:11:42.382Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-12-24T08:11:42.382Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:42.382Z] latest [2025-12-24T08:11:42.382Z] 4.1.0-dev.88 [2025-12-24T08:11:42.382Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:42.382Z] main [2025-12-24T08:11:42.382Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:42.753Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:43.197Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:43.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-24T08:11:43.197Z] f7d576d5cfeb: Preparing [2025-12-24T08:11:43.197Z] 98b15a34e2cf: Preparing [2025-12-24T08:11:43.197Z] 772e5794f140: Preparing [2025-12-24T08:11:43.197Z] 3d848a519cfc: Preparing [2025-12-24T08:11:43.197Z] 8945f50d82ea: Preparing [2025-12-24T08:11:43.197Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:43.197Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:43.197Z] be874df5575b: Preparing [2025-12-24T08:11:43.197Z] 3ee56c4b2c62: Preparing [2025-12-24T08:11:43.197Z] 35672b18d09b: Preparing [2025-12-24T08:11:43.197Z] 0e64f2360a44: Preparing [2025-12-24T08:11:43.197Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:43.197Z] be874df5575b: Waiting [2025-12-24T08:11:43.197Z] 35672b18d09b: Waiting [2025-12-24T08:11:43.197Z] 0e64f2360a44: Waiting [2025-12-24T08:11:43.197Z] 3ee56c4b2c62: Waiting [2025-12-24T08:11:43.197Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:43.472Z] 3d848a519cfc: Pushed [2025-12-24T08:11:43.472Z] 98b15a34e2cf: Pushed [2025-12-24T08:11:43.472Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:43.472Z] 8945f50d82ea: Pushed [2025-12-24T08:11:43.472Z] f7d576d5cfeb: Pushed [2025-12-24T08:11:43.472Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:43.472Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:43.747Z] be874df5575b: Pushed [2025-12-24T08:11:43.747Z] 3ee56c4b2c62: Pushed [2025-12-24T08:11:47.128Z] 35672b18d09b: Pushed [2025-12-24T08:11:49.694Z] 772e5794f140: Pushed [2025-12-24T08:11:49.959Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:50.324Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:50.675Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-12-24T08:11:50.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-24T08:11:50.675Z] f7d576d5cfeb: Preparing [2025-12-24T08:11:50.675Z] 98b15a34e2cf: Preparing [2025-12-24T08:11:50.675Z] 772e5794f140: Preparing [2025-12-24T08:11:50.675Z] 3d848a519cfc: Preparing [2025-12-24T08:11:50.675Z] 8945f50d82ea: Preparing [2025-12-24T08:11:50.675Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:50.675Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:50.675Z] be874df5575b: Preparing [2025-12-24T08:11:50.675Z] 3ee56c4b2c62: Preparing [2025-12-24T08:11:50.675Z] 35672b18d09b: Preparing [2025-12-24T08:11:50.675Z] 0e64f2360a44: Preparing [2025-12-24T08:11:50.675Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:50.675Z] be874df5575b: Waiting [2025-12-24T08:11:50.675Z] 3ee56c4b2c62: Waiting [2025-12-24T08:11:50.675Z] 35672b18d09b: Waiting [2025-12-24T08:11:50.675Z] 0e64f2360a44: Waiting [2025-12-24T08:11:50.675Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:50.675Z] 3d848a519cfc: Layer already exists [2025-12-24T08:11:50.675Z] f7d576d5cfeb: Layer already exists [2025-12-24T08:11:50.675Z] 772e5794f140: Layer already exists [2025-12-24T08:11:50.675Z] 8945f50d82ea: Layer already exists [2025-12-24T08:11:50.675Z] 98b15a34e2cf: Layer already exists [2025-12-24T08:11:50.675Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:50.675Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:50.675Z] 3ee56c4b2c62: Layer already exists [2025-12-24T08:11:50.675Z] be874df5575b: Layer already exists [2025-12-24T08:11:50.675Z] 35672b18d09b: Layer already exists [2025-12-24T08:11:50.675Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:50.940Z] latest: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:51.300Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:51.649Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [2025-12-24T08:11:51.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-24T08:11:51.649Z] f7d576d5cfeb: Preparing [2025-12-24T08:11:51.649Z] 98b15a34e2cf: Preparing [2025-12-24T08:11:51.649Z] 772e5794f140: Preparing [2025-12-24T08:11:51.649Z] 3d848a519cfc: Preparing [2025-12-24T08:11:51.649Z] 8945f50d82ea: Preparing [2025-12-24T08:11:51.649Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:51.649Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:51.649Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:51.649Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:51.649Z] be874df5575b: Preparing [2025-12-24T08:11:51.649Z] 3ee56c4b2c62: Preparing [2025-12-24T08:11:51.649Z] be874df5575b: Waiting [2025-12-24T08:11:51.649Z] 35672b18d09b: Preparing [2025-12-24T08:11:51.649Z] 3ee56c4b2c62: Waiting [2025-12-24T08:11:51.649Z] 35672b18d09b: Waiting [2025-12-24T08:11:51.649Z] 0e64f2360a44: Preparing [2025-12-24T08:11:51.649Z] 0e64f2360a44: Waiting [2025-12-24T08:11:51.649Z] 3d848a519cfc: Layer already exists [2025-12-24T08:11:51.649Z] 772e5794f140: Layer already exists [2025-12-24T08:11:51.649Z] 8945f50d82ea: Layer already exists [2025-12-24T08:11:51.649Z] f7d576d5cfeb: Layer already exists [2025-12-24T08:11:51.649Z] 98b15a34e2cf: Layer already exists [2025-12-24T08:11:51.649Z] be874df5575b: Layer already exists [2025-12-24T08:11:51.649Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:51.649Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:51.649Z] 3ee56c4b2c62: Layer already exists [2025-12-24T08:11:51.649Z] 35672b18d09b: Layer already exists [2025-12-24T08:11:51.649Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:51.913Z] 4.1.0-dev.88: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:52.281Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:52.627Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:52.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-24T08:11:52.627Z] f7d576d5cfeb: Preparing [2025-12-24T08:11:52.627Z] 98b15a34e2cf: Preparing [2025-12-24T08:11:52.627Z] 772e5794f140: Preparing [2025-12-24T08:11:52.627Z] 3d848a519cfc: Preparing [2025-12-24T08:11:52.627Z] 8945f50d82ea: Preparing [2025-12-24T08:11:52.627Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:52.627Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:52.627Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:52.627Z] be874df5575b: Preparing [2025-12-24T08:11:52.627Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:52.627Z] 3ee56c4b2c62: Preparing [2025-12-24T08:11:52.627Z] be874df5575b: Waiting [2025-12-24T08:11:52.627Z] 35672b18d09b: Preparing [2025-12-24T08:11:52.627Z] 0e64f2360a44: Preparing [2025-12-24T08:11:52.627Z] 35672b18d09b: Waiting [2025-12-24T08:11:52.627Z] 3ee56c4b2c62: Waiting [2025-12-24T08:11:52.627Z] 0e64f2360a44: Waiting [2025-12-24T08:11:52.627Z] 8945f50d82ea: Layer already exists [2025-12-24T08:11:52.627Z] 772e5794f140: Layer already exists [2025-12-24T08:11:52.627Z] f7d576d5cfeb: Layer already exists [2025-12-24T08:11:52.627Z] 3d848a519cfc: Layer already exists [2025-12-24T08:11:52.627Z] 98b15a34e2cf: Layer already exists [2025-12-24T08:11:52.627Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:52.627Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:52.627Z] 35672b18d09b: Layer already exists [2025-12-24T08:11:52.627Z] be874df5575b: Layer already exists [2025-12-24T08:11:52.628Z] 3ee56c4b2c62: Layer already exists [2025-12-24T08:11:52.628Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:52.892Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:53.250Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:53.605Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-12-24T08:11:53.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-24T08:11:53.605Z] f7d576d5cfeb: Preparing [2025-12-24T08:11:53.605Z] 98b15a34e2cf: Preparing [2025-12-24T08:11:53.605Z] 772e5794f140: Preparing [2025-12-24T08:11:53.605Z] 3d848a519cfc: Preparing [2025-12-24T08:11:53.605Z] 8945f50d82ea: Preparing [2025-12-24T08:11:53.605Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:53.605Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:53.605Z] be874df5575b: Preparing [2025-12-24T08:11:53.605Z] 3ee56c4b2c62: Preparing [2025-12-24T08:11:53.605Z] 35672b18d09b: Preparing [2025-12-24T08:11:53.605Z] 0e64f2360a44: Preparing [2025-12-24T08:11:53.605Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:53.605Z] 35672b18d09b: Waiting [2025-12-24T08:11:53.605Z] 0e64f2360a44: Waiting [2025-12-24T08:11:53.605Z] be874df5575b: Waiting [2025-12-24T08:11:53.605Z] 3ee56c4b2c62: Waiting [2025-12-24T08:11:53.605Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:53.605Z] f7d576d5cfeb: Layer already exists [2025-12-24T08:11:53.605Z] 772e5794f140: Layer already exists [2025-12-24T08:11:53.605Z] 3d848a519cfc: Layer already exists [2025-12-24T08:11:53.605Z] 8945f50d82ea: Layer already exists [2025-12-24T08:11:53.605Z] 98b15a34e2cf: Layer already exists [2025-12-24T08:11:53.605Z] be874df5575b: Layer already exists [2025-12-24T08:11:53.605Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:53.605Z] 35672b18d09b: Layer already exists [2025-12-24T08:11:53.605Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:53.605Z] 3ee56c4b2c62: Layer already exists [2025-12-24T08:11:53.605Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:53.868Z] main: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:11:53.953Z] ===================================================== [Pipeline] echo [2025-12-24T08:11:53.972Z] taggedImages: [2025-12-24T08:11:53.972Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:53.972Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-12-24T08:11:53.972Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [2025-12-24T08:11:53.972Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:53.972Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-12-24T08:11:54.001Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-12-24T08:11:54.001Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:54.001Z] latest [2025-12-24T08:11:54.001Z] 4.1.0-dev.88 [2025-12-24T08:11:54.001Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:11:54.001Z] main [2025-12-24T08:11:54.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:54.381Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:11:54.749Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:11:54.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-24T08:11:54.749Z] 2c68289376a6: Preparing [2025-12-24T08:11:54.749Z] 27f8f15bb0f1: Preparing [2025-12-24T08:11:54.749Z] 47f7ddee984a: Preparing [2025-12-24T08:11:54.749Z] df91f8fd5ee0: Preparing [2025-12-24T08:11:54.749Z] e24c72ddf79f: Preparing [2025-12-24T08:11:54.749Z] 255808d3bb5e: Preparing [2025-12-24T08:11:54.749Z] 640942cc98ab: Preparing [2025-12-24T08:11:54.749Z] 6d1a28e82a88: Preparing [2025-12-24T08:11:54.749Z] 0cfdd22f20e4: Preparing [2025-12-24T08:11:54.749Z] 25cdefa93a76: Preparing [2025-12-24T08:11:54.749Z] 35b80431df63: Preparing [2025-12-24T08:11:54.749Z] 0e64f2360a44: Preparing [2025-12-24T08:11:54.749Z] 0cfdd22f20e4: Waiting [2025-12-24T08:11:54.749Z] 25cdefa93a76: Waiting [2025-12-24T08:11:54.749Z] 35b80431df63: Waiting [2025-12-24T08:11:54.749Z] 255808d3bb5e: Waiting [2025-12-24T08:11:54.749Z] 0e64f2360a44: Waiting [2025-12-24T08:11:54.749Z] 640942cc98ab: Waiting [2025-12-24T08:11:54.749Z] 6d1a28e82a88: Waiting [2025-12-24T08:11:55.018Z] 27f8f15bb0f1: Pushed [2025-12-24T08:11:55.018Z] e24c72ddf79f: Pushed [2025-12-24T08:11:55.018Z] 2c68289376a6: Pushed [2025-12-24T08:11:55.018Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:11:55.018Z] 255808d3bb5e: Pushed [2025-12-24T08:11:55.018Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:11:55.018Z] 640942cc98ab: Pushed [2025-12-24T08:11:55.283Z] 0e64f2360a44: Layer already exists [2025-12-24T08:11:55.548Z] 25cdefa93a76: Pushed [2025-12-24T08:11:58.876Z] 35b80431df63: Pushed [2025-12-24T08:12:01.442Z] df91f8fd5ee0: Pushed [2025-12-24T08:12:01.442Z] 47f7ddee984a: Pushed [2025-12-24T08:12:01.707Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:02.199Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:02.558Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-12-24T08:12:02.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-24T08:12:02.559Z] 2c68289376a6: Preparing [2025-12-24T08:12:02.559Z] 27f8f15bb0f1: Preparing [2025-12-24T08:12:02.559Z] 47f7ddee984a: Preparing [2025-12-24T08:12:02.559Z] df91f8fd5ee0: Preparing [2025-12-24T08:12:02.559Z] e24c72ddf79f: Preparing [2025-12-24T08:12:02.559Z] 255808d3bb5e: Preparing [2025-12-24T08:12:02.559Z] 640942cc98ab: Preparing [2025-12-24T08:12:02.559Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:02.559Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:02.559Z] 25cdefa93a76: Preparing [2025-12-24T08:12:02.559Z] 35b80431df63: Preparing [2025-12-24T08:12:02.559Z] 0e64f2360a44: Preparing [2025-12-24T08:12:02.559Z] 255808d3bb5e: Waiting [2025-12-24T08:12:02.559Z] 0cfdd22f20e4: Waiting [2025-12-24T08:12:02.559Z] 6d1a28e82a88: Waiting [2025-12-24T08:12:02.559Z] 640942cc98ab: Waiting [2025-12-24T08:12:02.559Z] 25cdefa93a76: Waiting [2025-12-24T08:12:02.559Z] 0e64f2360a44: Waiting [2025-12-24T08:12:02.559Z] 35b80431df63: Waiting [2025-12-24T08:12:02.559Z] 27f8f15bb0f1: Layer already exists [2025-12-24T08:12:02.559Z] 47f7ddee984a: Layer already exists [2025-12-24T08:12:02.559Z] 2c68289376a6: Layer already exists [2025-12-24T08:12:02.559Z] df91f8fd5ee0: Layer already exists [2025-12-24T08:12:02.559Z] e24c72ddf79f: Layer already exists [2025-12-24T08:12:02.559Z] 640942cc98ab: Layer already exists [2025-12-24T08:12:02.559Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:02.559Z] 25cdefa93a76: Layer already exists [2025-12-24T08:12:02.559Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:02.559Z] 255808d3bb5e: Layer already exists [2025-12-24T08:12:02.559Z] 35b80431df63: Layer already exists [2025-12-24T08:12:02.559Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:02.823Z] latest: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:03.190Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:03.546Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [2025-12-24T08:12:03.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-24T08:12:03.546Z] 2c68289376a6: Preparing [2025-12-24T08:12:03.546Z] 27f8f15bb0f1: Preparing [2025-12-24T08:12:03.546Z] 47f7ddee984a: Preparing [2025-12-24T08:12:03.546Z] df91f8fd5ee0: Preparing [2025-12-24T08:12:03.546Z] e24c72ddf79f: Preparing [2025-12-24T08:12:03.546Z] 255808d3bb5e: Preparing [2025-12-24T08:12:03.546Z] 640942cc98ab: Preparing [2025-12-24T08:12:03.546Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:03.546Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:03.546Z] 25cdefa93a76: Preparing [2025-12-24T08:12:03.546Z] 35b80431df63: Preparing [2025-12-24T08:12:03.546Z] 0e64f2360a44: Preparing [2025-12-24T08:12:03.546Z] 255808d3bb5e: Waiting [2025-12-24T08:12:03.546Z] 640942cc98ab: Waiting [2025-12-24T08:12:03.546Z] 6d1a28e82a88: Waiting [2025-12-24T08:12:03.546Z] 0cfdd22f20e4: Waiting [2025-12-24T08:12:03.546Z] 35b80431df63: Waiting [2025-12-24T08:12:03.546Z] 25cdefa93a76: Waiting [2025-12-24T08:12:03.546Z] 0e64f2360a44: Waiting [2025-12-24T08:12:03.546Z] 47f7ddee984a: Layer already exists [2025-12-24T08:12:03.546Z] 27f8f15bb0f1: Layer already exists [2025-12-24T08:12:03.546Z] df91f8fd5ee0: Layer already exists [2025-12-24T08:12:03.546Z] e24c72ddf79f: Layer already exists [2025-12-24T08:12:03.546Z] 2c68289376a6: Layer already exists [2025-12-24T08:12:03.546Z] 640942cc98ab: Layer already exists [2025-12-24T08:12:03.546Z] 255808d3bb5e: Layer already exists [2025-12-24T08:12:03.546Z] 25cdefa93a76: Layer already exists [2025-12-24T08:12:03.546Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:03.546Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:03.546Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:03.546Z] 35b80431df63: Layer already exists [2025-12-24T08:12:03.810Z] 4.1.0-dev.88: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:04.168Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:04.613Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:04.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-24T08:12:04.613Z] 2c68289376a6: Preparing [2025-12-24T08:12:04.613Z] 27f8f15bb0f1: Preparing [2025-12-24T08:12:04.613Z] 47f7ddee984a: Preparing [2025-12-24T08:12:04.613Z] df91f8fd5ee0: Preparing [2025-12-24T08:12:04.613Z] e24c72ddf79f: Preparing [2025-12-24T08:12:04.613Z] 255808d3bb5e: Preparing [2025-12-24T08:12:04.613Z] 640942cc98ab: Preparing [2025-12-24T08:12:04.613Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:04.613Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:04.613Z] 25cdefa93a76: Preparing [2025-12-24T08:12:04.613Z] 35b80431df63: Preparing [2025-12-24T08:12:04.613Z] 0e64f2360a44: Preparing [2025-12-24T08:12:04.613Z] 255808d3bb5e: Waiting [2025-12-24T08:12:04.613Z] 640942cc98ab: Waiting [2025-12-24T08:12:04.613Z] 6d1a28e82a88: Waiting [2025-12-24T08:12:04.613Z] 0cfdd22f20e4: Waiting [2025-12-24T08:12:04.613Z] 25cdefa93a76: Waiting [2025-12-24T08:12:04.613Z] 35b80431df63: Waiting [2025-12-24T08:12:04.613Z] 0e64f2360a44: Waiting [2025-12-24T08:12:04.613Z] 47f7ddee984a: Layer already exists [2025-12-24T08:12:04.613Z] 27f8f15bb0f1: Layer already exists [2025-12-24T08:12:04.613Z] 2c68289376a6: Layer already exists [2025-12-24T08:12:04.613Z] e24c72ddf79f: Layer already exists [2025-12-24T08:12:04.613Z] df91f8fd5ee0: Layer already exists [2025-12-24T08:12:04.613Z] 640942cc98ab: Layer already exists [2025-12-24T08:12:04.613Z] 255808d3bb5e: Layer already exists [2025-12-24T08:12:04.613Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:04.613Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:04.613Z] 25cdefa93a76: Layer already exists [2025-12-24T08:12:04.613Z] 35b80431df63: Layer already exists [2025-12-24T08:12:04.613Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:04.613Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:04.972Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:05.327Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-12-24T08:12:05.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-24T08:12:05.327Z] 2c68289376a6: Preparing [2025-12-24T08:12:05.327Z] 27f8f15bb0f1: Preparing [2025-12-24T08:12:05.327Z] 47f7ddee984a: Preparing [2025-12-24T08:12:05.327Z] df91f8fd5ee0: Preparing [2025-12-24T08:12:05.327Z] e24c72ddf79f: Preparing [2025-12-24T08:12:05.327Z] 255808d3bb5e: Preparing [2025-12-24T08:12:05.327Z] 640942cc98ab: Preparing [2025-12-24T08:12:05.327Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:05.327Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:05.327Z] 25cdefa93a76: Preparing [2025-12-24T08:12:05.327Z] 35b80431df63: Preparing [2025-12-24T08:12:05.327Z] 0e64f2360a44: Preparing [2025-12-24T08:12:05.327Z] 0cfdd22f20e4: Waiting [2025-12-24T08:12:05.327Z] 25cdefa93a76: Waiting [2025-12-24T08:12:05.327Z] 35b80431df63: Waiting [2025-12-24T08:12:05.327Z] 0e64f2360a44: Waiting [2025-12-24T08:12:05.327Z] 255808d3bb5e: Waiting [2025-12-24T08:12:05.327Z] 640942cc98ab: Waiting [2025-12-24T08:12:05.327Z] 6d1a28e82a88: Waiting [2025-12-24T08:12:05.327Z] df91f8fd5ee0: Layer already exists [2025-12-24T08:12:05.327Z] 27f8f15bb0f1: Layer already exists [2025-12-24T08:12:05.327Z] 2c68289376a6: Layer already exists [2025-12-24T08:12:05.327Z] e24c72ddf79f: Layer already exists [2025-12-24T08:12:05.327Z] 47f7ddee984a: Layer already exists [2025-12-24T08:12:05.327Z] 640942cc98ab: Layer already exists [2025-12-24T08:12:05.327Z] 255808d3bb5e: Layer already exists [2025-12-24T08:12:05.327Z] 25cdefa93a76: Layer already exists [2025-12-24T08:12:05.327Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:05.327Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:05.327Z] 35b80431df63: Layer already exists [2025-12-24T08:12:05.327Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:05.592Z] main: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:12:05.692Z] ===================================================== [Pipeline] echo [2025-12-24T08:12:05.711Z] taggedImages: [2025-12-24T08:12:05.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:05.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-12-24T08:12:05.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [2025-12-24T08:12:05.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:05.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-12-24T08:12:05.745Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-12-24T08:12:05.745Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:05.745Z] latest [2025-12-24T08:12:05.745Z] 4.1.0-dev.88 [2025-12-24T08:12:05.745Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:05.745Z] main [2025-12-24T08:12:05.745Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:06.117Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:06.475Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:06.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-24T08:12:06.475Z] 681b6a52fac8: Preparing [2025-12-24T08:12:06.475Z] 11c20da53abf: Preparing [2025-12-24T08:12:06.475Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:06.475Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:06.475Z] fec3bbe34560: Preparing [2025-12-24T08:12:06.475Z] cf715df75f9c: Preparing [2025-12-24T08:12:06.475Z] 0e64f2360a44: Preparing [2025-12-24T08:12:06.475Z] cf715df75f9c: Waiting [2025-12-24T08:12:06.475Z] 0e64f2360a44: Waiting [2025-12-24T08:12:06.475Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:06.475Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:06.739Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:06.739Z] 681b6a52fac8: Pushed [2025-12-24T08:12:07.006Z] fec3bbe34560: Pushed [2025-12-24T08:12:08.405Z] cf715df75f9c: Pushed [2025-12-24T08:12:13.733Z] 11c20da53abf: Pushed [2025-12-24T08:12:13.733Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:14.097Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:14.456Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-12-24T08:12:14.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-24T08:12:14.457Z] 681b6a52fac8: Preparing [2025-12-24T08:12:14.457Z] 11c20da53abf: Preparing [2025-12-24T08:12:14.457Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:14.457Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:14.457Z] fec3bbe34560: Preparing [2025-12-24T08:12:14.457Z] cf715df75f9c: Preparing [2025-12-24T08:12:14.457Z] 0e64f2360a44: Preparing [2025-12-24T08:12:14.457Z] cf715df75f9c: Waiting [2025-12-24T08:12:14.457Z] 0e64f2360a44: Waiting [2025-12-24T08:12:14.457Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:14.457Z] 681b6a52fac8: Layer already exists [2025-12-24T08:12:14.457Z] 11c20da53abf: Layer already exists [2025-12-24T08:12:14.457Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:14.457Z] fec3bbe34560: Layer already exists [2025-12-24T08:12:14.457Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:14.457Z] cf715df75f9c: Layer already exists [2025-12-24T08:12:14.457Z] latest: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:15.088Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:15.440Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [2025-12-24T08:12:15.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-24T08:12:15.440Z] 681b6a52fac8: Preparing [2025-12-24T08:12:15.440Z] 11c20da53abf: Preparing [2025-12-24T08:12:15.440Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:15.440Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:15.440Z] fec3bbe34560: Preparing [2025-12-24T08:12:15.440Z] cf715df75f9c: Preparing [2025-12-24T08:12:15.440Z] 0e64f2360a44: Preparing [2025-12-24T08:12:15.440Z] 0e64f2360a44: Waiting [2025-12-24T08:12:15.440Z] cf715df75f9c: Waiting [2025-12-24T08:12:15.440Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:15.440Z] fec3bbe34560: Layer already exists [2025-12-24T08:12:15.440Z] 681b6a52fac8: Layer already exists [2025-12-24T08:12:15.440Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:15.440Z] 11c20da53abf: Layer already exists [2025-12-24T08:12:15.440Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:15.440Z] cf715df75f9c: Layer already exists [2025-12-24T08:12:15.703Z] 4.1.0-dev.88: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:16.056Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:16.409Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:16.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-24T08:12:16.409Z] 681b6a52fac8: Preparing [2025-12-24T08:12:16.409Z] 11c20da53abf: Preparing [2025-12-24T08:12:16.409Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:16.409Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:16.409Z] fec3bbe34560: Preparing [2025-12-24T08:12:16.409Z] cf715df75f9c: Preparing [2025-12-24T08:12:16.409Z] 0e64f2360a44: Preparing [2025-12-24T08:12:16.409Z] cf715df75f9c: Waiting [2025-12-24T08:12:16.409Z] 0e64f2360a44: Waiting [2025-12-24T08:12:16.409Z] 681b6a52fac8: Layer already exists [2025-12-24T08:12:16.409Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:16.409Z] 11c20da53abf: Layer already exists [2025-12-24T08:12:16.409Z] fec3bbe34560: Layer already exists [2025-12-24T08:12:16.409Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:16.409Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:16.409Z] cf715df75f9c: Layer already exists [2025-12-24T08:12:16.409Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:16.777Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:17.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-12-24T08:12:17.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-24T08:12:17.137Z] 681b6a52fac8: Preparing [2025-12-24T08:12:17.137Z] 11c20da53abf: Preparing [2025-12-24T08:12:17.137Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:17.137Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:17.137Z] fec3bbe34560: Preparing [2025-12-24T08:12:17.137Z] cf715df75f9c: Preparing [2025-12-24T08:12:17.137Z] 0e64f2360a44: Preparing [2025-12-24T08:12:17.137Z] cf715df75f9c: Waiting [2025-12-24T08:12:17.137Z] 0e64f2360a44: Waiting [2025-12-24T08:12:17.137Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:17.137Z] 681b6a52fac8: Layer already exists [2025-12-24T08:12:17.137Z] 11c20da53abf: Layer already exists [2025-12-24T08:12:17.137Z] fec3bbe34560: Layer already exists [2025-12-24T08:12:17.137Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:17.137Z] cf715df75f9c: Layer already exists [2025-12-24T08:12:17.137Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:17.402Z] main: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:12:17.486Z] ===================================================== [Pipeline] echo [2025-12-24T08:12:17.496Z] taggedImages: [2025-12-24T08:12:17.496Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:17.496Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-12-24T08:12:17.496Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [2025-12-24T08:12:17.496Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:17.496Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-12-24T08:12:17.518Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-12-24T08:12:17.518Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:17.518Z] latest [2025-12-24T08:12:17.518Z] 4.1.0-dev.88 [2025-12-24T08:12:17.518Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:17.518Z] main [2025-12-24T08:12:17.518Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:17.896Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:18.248Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:18.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-24T08:12:18.248Z] 62bd84638c22: Preparing [2025-12-24T08:12:18.248Z] 68a99ba468bd: Preparing [2025-12-24T08:12:18.248Z] 4a9427373225: Preparing [2025-12-24T08:12:18.248Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:18.248Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:18.248Z] fd9954d87931: Preparing [2025-12-24T08:12:18.248Z] 6d8a72411aa7: Preparing [2025-12-24T08:12:18.248Z] 1275a97e404a: Preparing [2025-12-24T08:12:18.248Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:12:18.248Z] 0e64f2360a44: Preparing [2025-12-24T08:12:18.248Z] 6d8a72411aa7: Waiting [2025-12-24T08:12:18.248Z] 1275a97e404a: Waiting [2025-12-24T08:12:18.248Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:12:18.248Z] 0e64f2360a44: Waiting [2025-12-24T08:12:18.248Z] fd9954d87931: Waiting [2025-12-24T08:12:18.248Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:18.248Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:18.513Z] 62bd84638c22: Pushed [2025-12-24T08:12:18.513Z] 68a99ba468bd: Pushed [2025-12-24T08:12:18.513Z] 4a9427373225: Pushed [2025-12-24T08:12:18.513Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:18.778Z] 1275a97e404a: Pushed [2025-12-24T08:12:19.356Z] 0bb1ffbfc0e4: Pushed [2025-12-24T08:12:31.640Z] 6d8a72411aa7: Pushed [2025-12-24T08:12:46.598Z] fd9954d87931: Pushed [2025-12-24T08:12:46.862Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:47.213Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:47.829Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-12-24T08:12:47.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-24T08:12:47.829Z] 62bd84638c22: Preparing [2025-12-24T08:12:47.829Z] 68a99ba468bd: Preparing [2025-12-24T08:12:47.829Z] 4a9427373225: Preparing [2025-12-24T08:12:47.829Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:47.829Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:47.829Z] fd9954d87931: Preparing [2025-12-24T08:12:47.829Z] 6d8a72411aa7: Preparing [2025-12-24T08:12:47.829Z] 1275a97e404a: Preparing [2025-12-24T08:12:47.829Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:12:47.829Z] 0e64f2360a44: Preparing [2025-12-24T08:12:47.829Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:12:47.829Z] 1275a97e404a: Waiting [2025-12-24T08:12:47.829Z] fd9954d87931: Waiting [2025-12-24T08:12:47.829Z] 0e64f2360a44: Waiting [2025-12-24T08:12:47.829Z] 6d8a72411aa7: Waiting [2025-12-24T08:12:47.829Z] 62bd84638c22: Layer already exists [2025-12-24T08:12:47.829Z] 4a9427373225: Layer already exists [2025-12-24T08:12:47.829Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:47.829Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:47.829Z] 68a99ba468bd: Layer already exists [2025-12-24T08:12:47.829Z] fd9954d87931: Layer already exists [2025-12-24T08:12:47.829Z] 1275a97e404a: Layer already exists [2025-12-24T08:12:47.829Z] 6d8a72411aa7: Layer already exists [2025-12-24T08:12:47.829Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:12:47.829Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:48.093Z] latest: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:48.455Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:48.804Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [2025-12-24T08:12:48.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-24T08:12:48.805Z] 62bd84638c22: Preparing [2025-12-24T08:12:48.805Z] 68a99ba468bd: Preparing [2025-12-24T08:12:48.805Z] 4a9427373225: Preparing [2025-12-24T08:12:48.805Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:48.805Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:48.805Z] fd9954d87931: Preparing [2025-12-24T08:12:48.805Z] 6d8a72411aa7: Preparing [2025-12-24T08:12:48.805Z] 1275a97e404a: Preparing [2025-12-24T08:12:48.805Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:12:48.805Z] 0e64f2360a44: Preparing [2025-12-24T08:12:48.805Z] 1275a97e404a: Waiting [2025-12-24T08:12:48.805Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:12:48.805Z] 0e64f2360a44: Waiting [2025-12-24T08:12:48.805Z] 6d8a72411aa7: Waiting [2025-12-24T08:12:48.805Z] fd9954d87931: Waiting [2025-12-24T08:12:48.805Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:48.805Z] 4a9427373225: Layer already exists [2025-12-24T08:12:48.805Z] 68a99ba468bd: Layer already exists [2025-12-24T08:12:48.805Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:48.805Z] 62bd84638c22: Layer already exists [2025-12-24T08:12:48.805Z] 6d8a72411aa7: Layer already exists [2025-12-24T08:12:48.805Z] fd9954d87931: Layer already exists [2025-12-24T08:12:48.805Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:12:48.805Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:48.805Z] 1275a97e404a: Layer already exists [2025-12-24T08:12:49.070Z] 4.1.0-dev.88: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:49.440Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:49.797Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:49.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-24T08:12:49.797Z] 62bd84638c22: Preparing [2025-12-24T08:12:49.797Z] 68a99ba468bd: Preparing [2025-12-24T08:12:49.797Z] 4a9427373225: Preparing [2025-12-24T08:12:49.797Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:49.797Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:49.797Z] fd9954d87931: Preparing [2025-12-24T08:12:49.797Z] 6d8a72411aa7: Preparing [2025-12-24T08:12:49.797Z] 1275a97e404a: Preparing [2025-12-24T08:12:49.797Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:12:49.797Z] 0e64f2360a44: Preparing [2025-12-24T08:12:49.797Z] 6d8a72411aa7: Waiting [2025-12-24T08:12:49.797Z] 1275a97e404a: Waiting [2025-12-24T08:12:49.797Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:12:49.797Z] 0e64f2360a44: Waiting [2025-12-24T08:12:49.797Z] fd9954d87931: Waiting [2025-12-24T08:12:49.797Z] 4a9427373225: Layer already exists [2025-12-24T08:12:49.797Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:49.797Z] 62bd84638c22: Layer already exists [2025-12-24T08:12:49.797Z] 68a99ba468bd: Layer already exists [2025-12-24T08:12:49.797Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:49.797Z] 1275a97e404a: Layer already exists [2025-12-24T08:12:49.797Z] fd9954d87931: Layer already exists [2025-12-24T08:12:49.797Z] 6d8a72411aa7: Layer already exists [2025-12-24T08:12:49.797Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:49.797Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:12:49.797Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:50.158Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:50.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-12-24T08:12:50.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-24T08:12:50.501Z] 62bd84638c22: Preparing [2025-12-24T08:12:50.501Z] 68a99ba468bd: Preparing [2025-12-24T08:12:50.501Z] 4a9427373225: Preparing [2025-12-24T08:12:50.501Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:50.501Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:50.501Z] fd9954d87931: Preparing [2025-12-24T08:12:50.501Z] 6d8a72411aa7: Preparing [2025-12-24T08:12:50.501Z] 1275a97e404a: Preparing [2025-12-24T08:12:50.501Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:12:50.501Z] 0e64f2360a44: Preparing [2025-12-24T08:12:50.501Z] fd9954d87931: Waiting [2025-12-24T08:12:50.501Z] 6d8a72411aa7: Waiting [2025-12-24T08:12:50.501Z] 1275a97e404a: Waiting [2025-12-24T08:12:50.501Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:12:50.501Z] 0e64f2360a44: Waiting [2025-12-24T08:12:50.501Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:50.501Z] 62bd84638c22: Layer already exists [2025-12-24T08:12:50.501Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:50.501Z] 4a9427373225: Layer already exists [2025-12-24T08:12:50.501Z] 68a99ba468bd: Layer already exists [2025-12-24T08:12:50.501Z] 6d8a72411aa7: Layer already exists [2025-12-24T08:12:50.501Z] fd9954d87931: Layer already exists [2025-12-24T08:12:50.501Z] 1275a97e404a: Layer already exists [2025-12-24T08:12:50.501Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:12:50.501Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:50.501Z] main: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:12:50.858Z] ===================================================== [Pipeline] echo [2025-12-24T08:12:50.877Z] taggedImages: [2025-12-24T08:12:50.877Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:50.877Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-12-24T08:12:50.877Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [2025-12-24T08:12:50.877Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:50.877Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-12-24T08:12:50.908Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-12-24T08:12:50.908Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:50.908Z] latest [2025-12-24T08:12:50.908Z] 4.1.0-dev.88 [2025-12-24T08:12:50.908Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:50.908Z] main [2025-12-24T08:12:50.908Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:51.289Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:51.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:51.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-24T08:12:51.643Z] d2d4a2b41e70: Preparing [2025-12-24T08:12:51.643Z] 2a1e12c284e4: Preparing [2025-12-24T08:12:51.643Z] 1aa37a8f321b: Preparing [2025-12-24T08:12:51.643Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:51.643Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:51.643Z] fd9954d87931: Preparing [2025-12-24T08:12:51.643Z] bb15d69fce60: Preparing [2025-12-24T08:12:51.643Z] 99fe426867a5: Preparing [2025-12-24T08:12:51.643Z] 0e64f2360a44: Preparing [2025-12-24T08:12:51.643Z] 99fe426867a5: Waiting [2025-12-24T08:12:51.643Z] 0e64f2360a44: Waiting [2025-12-24T08:12:51.643Z] bb15d69fce60: Waiting [2025-12-24T08:12:51.643Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:51.643Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:51.908Z] fd9954d87931: Layer already exists [2025-12-24T08:12:51.908Z] 2a1e12c284e4: Pushed [2025-12-24T08:12:51.908Z] 1aa37a8f321b: Pushed [2025-12-24T08:12:51.908Z] d2d4a2b41e70: Pushed [2025-12-24T08:12:51.908Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:52.173Z] bb15d69fce60: Pushed [2025-12-24T08:12:52.752Z] 99fe426867a5: Pushed [2025-12-24T08:12:52.752Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:53.118Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:53.464Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-12-24T08:12:53.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-24T08:12:53.464Z] d2d4a2b41e70: Preparing [2025-12-24T08:12:53.464Z] 2a1e12c284e4: Preparing [2025-12-24T08:12:53.464Z] 1aa37a8f321b: Preparing [2025-12-24T08:12:53.464Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:53.464Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:53.464Z] fd9954d87931: Preparing [2025-12-24T08:12:53.464Z] bb15d69fce60: Preparing [2025-12-24T08:12:53.464Z] 99fe426867a5: Preparing [2025-12-24T08:12:53.464Z] 0e64f2360a44: Preparing [2025-12-24T08:12:53.464Z] bb15d69fce60: Waiting [2025-12-24T08:12:53.464Z] 99fe426867a5: Waiting [2025-12-24T08:12:53.464Z] 0e64f2360a44: Waiting [2025-12-24T08:12:53.464Z] fd9954d87931: Waiting [2025-12-24T08:12:53.464Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:53.464Z] 2a1e12c284e4: Layer already exists [2025-12-24T08:12:53.464Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:53.464Z] 1aa37a8f321b: Layer already exists [2025-12-24T08:12:53.464Z] d2d4a2b41e70: Layer already exists [2025-12-24T08:12:53.464Z] fd9954d87931: Layer already exists [2025-12-24T08:12:53.464Z] bb15d69fce60: Layer already exists [2025-12-24T08:12:53.464Z] 99fe426867a5: Layer already exists [2025-12-24T08:12:53.464Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:53.727Z] latest: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:54.108Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:54.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [2025-12-24T08:12:54.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-24T08:12:54.470Z] d2d4a2b41e70: Preparing [2025-12-24T08:12:54.470Z] 2a1e12c284e4: Preparing [2025-12-24T08:12:54.470Z] 1aa37a8f321b: Preparing [2025-12-24T08:12:54.470Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:54.470Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:54.470Z] fd9954d87931: Preparing [2025-12-24T08:12:54.470Z] bb15d69fce60: Preparing [2025-12-24T08:12:54.470Z] 99fe426867a5: Preparing [2025-12-24T08:12:54.470Z] 0e64f2360a44: Preparing [2025-12-24T08:12:54.470Z] bb15d69fce60: Waiting [2025-12-24T08:12:54.470Z] 99fe426867a5: Waiting [2025-12-24T08:12:54.470Z] 0e64f2360a44: Waiting [2025-12-24T08:12:54.470Z] fd9954d87931: Waiting [2025-12-24T08:12:54.470Z] 1aa37a8f321b: Layer already exists [2025-12-24T08:12:54.470Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:54.470Z] d2d4a2b41e70: Layer already exists [2025-12-24T08:12:54.470Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:54.470Z] 2a1e12c284e4: Layer already exists [2025-12-24T08:12:54.470Z] fd9954d87931: Layer already exists [2025-12-24T08:12:54.470Z] bb15d69fce60: Layer already exists [2025-12-24T08:12:54.470Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:54.470Z] 99fe426867a5: Layer already exists [2025-12-24T08:12:54.736Z] 4.1.0-dev.88: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:55.095Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:55.441Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:55.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-24T08:12:55.441Z] d2d4a2b41e70: Preparing [2025-12-24T08:12:55.441Z] 2a1e12c284e4: Preparing [2025-12-24T08:12:55.441Z] 1aa37a8f321b: Preparing [2025-12-24T08:12:55.441Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:55.441Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:55.441Z] fd9954d87931: Preparing [2025-12-24T08:12:55.441Z] bb15d69fce60: Preparing [2025-12-24T08:12:55.441Z] 99fe426867a5: Preparing [2025-12-24T08:12:55.441Z] 0e64f2360a44: Preparing [2025-12-24T08:12:55.441Z] bb15d69fce60: Waiting [2025-12-24T08:12:55.441Z] 99fe426867a5: Waiting [2025-12-24T08:12:55.441Z] 0e64f2360a44: Waiting [2025-12-24T08:12:55.441Z] fd9954d87931: Waiting [2025-12-24T08:12:55.441Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:55.441Z] 1aa37a8f321b: Layer already exists [2025-12-24T08:12:55.441Z] 2a1e12c284e4: Layer already exists [2025-12-24T08:12:55.441Z] d2d4a2b41e70: Layer already exists [2025-12-24T08:12:55.441Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:55.441Z] bb15d69fce60: Layer already exists [2025-12-24T08:12:55.441Z] fd9954d87931: Layer already exists [2025-12-24T08:12:55.441Z] 99fe426867a5: Layer already exists [2025-12-24T08:12:55.441Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:55.705Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:56.058Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:56.409Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-12-24T08:12:56.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-24T08:12:56.410Z] d2d4a2b41e70: Preparing [2025-12-24T08:12:56.410Z] 2a1e12c284e4: Preparing [2025-12-24T08:12:56.410Z] 1aa37a8f321b: Preparing [2025-12-24T08:12:56.410Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:56.410Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:56.410Z] fd9954d87931: Preparing [2025-12-24T08:12:56.410Z] bb15d69fce60: Preparing [2025-12-24T08:12:56.410Z] 99fe426867a5: Preparing [2025-12-24T08:12:56.410Z] 0e64f2360a44: Preparing [2025-12-24T08:12:56.410Z] bb15d69fce60: Waiting [2025-12-24T08:12:56.410Z] 99fe426867a5: Waiting [2025-12-24T08:12:56.410Z] 0e64f2360a44: Waiting [2025-12-24T08:12:56.410Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:56.410Z] d2d4a2b41e70: Layer already exists [2025-12-24T08:12:56.410Z] 1aa37a8f321b: Layer already exists [2025-12-24T08:12:56.410Z] 2a1e12c284e4: Layer already exists [2025-12-24T08:12:56.410Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:56.410Z] fd9954d87931: Layer already exists [2025-12-24T08:12:56.410Z] bb15d69fce60: Layer already exists [2025-12-24T08:12:56.410Z] 99fe426867a5: Layer already exists [2025-12-24T08:12:56.410Z] 0e64f2360a44: Layer already exists [2025-12-24T08:12:56.674Z] main: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:12:56.766Z] ===================================================== [Pipeline] echo [2025-12-24T08:12:56.782Z] taggedImages: [2025-12-24T08:12:56.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:56.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-12-24T08:12:56.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [2025-12-24T08:12:56.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:56.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-12-24T08:12:56.810Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-12-24T08:12:56.810Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:56.810Z] latest [2025-12-24T08:12:56.810Z] 4.1.0-dev.88 [2025-12-24T08:12:56.810Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:12:56.810Z] main [2025-12-24T08:12:56.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:57.198Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:12:57.544Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:12:57.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-24T08:12:57.544Z] 62bd84638c22: Preparing [2025-12-24T08:12:57.544Z] fceb14af3675: Preparing [2025-12-24T08:12:57.544Z] d541a3cc3e2b: Preparing [2025-12-24T08:12:57.544Z] 6d1a28e82a88: Preparing [2025-12-24T08:12:57.544Z] 0cfdd22f20e4: Preparing [2025-12-24T08:12:57.544Z] 3cce32895108: Preparing [2025-12-24T08:12:57.544Z] 1275a97e404a: Preparing [2025-12-24T08:12:57.544Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:12:57.544Z] 0e64f2360a44: Preparing [2025-12-24T08:12:57.544Z] 3cce32895108: Waiting [2025-12-24T08:12:57.544Z] 1275a97e404a: Waiting [2025-12-24T08:12:57.544Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:12:57.544Z] 0e64f2360a44: Waiting [2025-12-24T08:12:57.544Z] 62bd84638c22: Layer already exists [2025-12-24T08:12:57.544Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:12:57.544Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:12:57.544Z] 1275a97e404a: Layer already exists [2025-12-24T08:12:57.809Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:12:57.809Z] d541a3cc3e2b: Pushed [2025-12-24T08:12:57.809Z] fceb14af3675: Pushed [2025-12-24T08:12:57.809Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:29.991Z] 3cce32895108: Pushed [2025-12-24T08:13:29.991Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:30.418Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:30.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-12-24T08:13:30.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-24T08:13:30.769Z] 62bd84638c22: Preparing [2025-12-24T08:13:30.769Z] fceb14af3675: Preparing [2025-12-24T08:13:30.769Z] d541a3cc3e2b: Preparing [2025-12-24T08:13:30.769Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:30.769Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:30.769Z] 3cce32895108: Preparing [2025-12-24T08:13:30.769Z] 1275a97e404a: Preparing [2025-12-24T08:13:30.769Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:13:30.769Z] 0e64f2360a44: Preparing [2025-12-24T08:13:30.769Z] 1275a97e404a: Waiting [2025-12-24T08:13:30.769Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:13:30.769Z] 0e64f2360a44: Waiting [2025-12-24T08:13:30.769Z] 3cce32895108: Waiting [2025-12-24T08:13:30.769Z] fceb14af3675: Layer already exists [2025-12-24T08:13:30.769Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:30.769Z] 62bd84638c22: Layer already exists [2025-12-24T08:13:30.769Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:30.769Z] d541a3cc3e2b: Layer already exists [2025-12-24T08:13:30.769Z] 1275a97e404a: Layer already exists [2025-12-24T08:13:30.769Z] 3cce32895108: Layer already exists [2025-12-24T08:13:30.769Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:30.769Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:13:30.769Z] latest: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:31.395Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:31.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [2025-12-24T08:13:31.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-24T08:13:31.752Z] 62bd84638c22: Preparing [2025-12-24T08:13:31.752Z] fceb14af3675: Preparing [2025-12-24T08:13:31.752Z] d541a3cc3e2b: Preparing [2025-12-24T08:13:31.752Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:31.752Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:31.752Z] 3cce32895108: Preparing [2025-12-24T08:13:31.752Z] 1275a97e404a: Preparing [2025-12-24T08:13:31.752Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:13:31.752Z] 0e64f2360a44: Preparing [2025-12-24T08:13:31.752Z] 1275a97e404a: Waiting [2025-12-24T08:13:31.752Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:13:31.752Z] 0e64f2360a44: Waiting [2025-12-24T08:13:31.752Z] 3cce32895108: Waiting [2025-12-24T08:13:31.752Z] fceb14af3675: Layer already exists [2025-12-24T08:13:31.752Z] 62bd84638c22: Layer already exists [2025-12-24T08:13:31.752Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:31.752Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:31.752Z] d541a3cc3e2b: Layer already exists [2025-12-24T08:13:31.752Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:13:31.752Z] 3cce32895108: Layer already exists [2025-12-24T08:13:31.752Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:31.752Z] 1275a97e404a: Layer already exists [2025-12-24T08:13:32.020Z] 4.1.0-dev.88: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:32.372Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:32.729Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:13:32.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-24T08:13:32.729Z] 62bd84638c22: Preparing [2025-12-24T08:13:32.729Z] fceb14af3675: Preparing [2025-12-24T08:13:32.729Z] d541a3cc3e2b: Preparing [2025-12-24T08:13:32.729Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:32.729Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:32.729Z] 3cce32895108: Preparing [2025-12-24T08:13:32.729Z] 1275a97e404a: Preparing [2025-12-24T08:13:32.729Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:13:32.729Z] 0e64f2360a44: Preparing [2025-12-24T08:13:32.729Z] 1275a97e404a: Waiting [2025-12-24T08:13:32.729Z] 3cce32895108: Waiting [2025-12-24T08:13:32.729Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:13:32.729Z] 0e64f2360a44: Waiting [2025-12-24T08:13:32.729Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:32.729Z] d541a3cc3e2b: Layer already exists [2025-12-24T08:13:32.729Z] 62bd84638c22: Layer already exists [2025-12-24T08:13:32.729Z] fceb14af3675: Layer already exists [2025-12-24T08:13:32.729Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:32.729Z] 1275a97e404a: Layer already exists [2025-12-24T08:13:32.729Z] 3cce32895108: Layer already exists [2025-12-24T08:13:32.729Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:32.729Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:13:32.994Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:33.348Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:33.704Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-12-24T08:13:33.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-24T08:13:33.704Z] 62bd84638c22: Preparing [2025-12-24T08:13:33.704Z] fceb14af3675: Preparing [2025-12-24T08:13:33.704Z] d541a3cc3e2b: Preparing [2025-12-24T08:13:33.704Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:33.704Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:33.704Z] 3cce32895108: Preparing [2025-12-24T08:13:33.704Z] 1275a97e404a: Preparing [2025-12-24T08:13:33.704Z] 0bb1ffbfc0e4: Preparing [2025-12-24T08:13:33.704Z] 0e64f2360a44: Preparing [2025-12-24T08:13:33.704Z] 3cce32895108: Waiting [2025-12-24T08:13:33.704Z] 1275a97e404a: Waiting [2025-12-24T08:13:33.704Z] 0bb1ffbfc0e4: Waiting [2025-12-24T08:13:33.704Z] 0e64f2360a44: Waiting [2025-12-24T08:13:33.704Z] fceb14af3675: Layer already exists [2025-12-24T08:13:33.704Z] d541a3cc3e2b: Layer already exists [2025-12-24T08:13:33.704Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:33.704Z] 62bd84638c22: Layer already exists [2025-12-24T08:13:33.704Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:33.704Z] 1275a97e404a: Layer already exists [2025-12-24T08:13:33.704Z] 0bb1ffbfc0e4: Layer already exists [2025-12-24T08:13:33.704Z] 3cce32895108: Layer already exists [2025-12-24T08:13:33.704Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:33.967Z] main: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:13:34.051Z] ===================================================== [Pipeline] echo [2025-12-24T08:13:34.066Z] taggedImages: [2025-12-24T08:13:34.066Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:13:34.066Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-12-24T08:13:34.066Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [2025-12-24T08:13:34.066Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:13:34.066Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-12-24T08:13:34.090Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-12-24T08:13:34.090Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:13:34.090Z] latest [2025-12-24T08:13:34.090Z] 4.1.0-dev.88 [2025-12-24T08:13:34.090Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:13:34.090Z] main [2025-12-24T08:13:34.090Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:34.442Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:34.789Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:13:34.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-24T08:13:34.789Z] 257ff0fc9863: Preparing [2025-12-24T08:13:34.789Z] 5ea55b2ced63: Preparing [2025-12-24T08:13:34.789Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:34.789Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:34.789Z] 1ce745e4c613: Preparing [2025-12-24T08:13:34.789Z] 62814f4c4bb9: Preparing [2025-12-24T08:13:34.789Z] 0e64f2360a44: Preparing [2025-12-24T08:13:34.789Z] 62814f4c4bb9: Waiting [2025-12-24T08:13:34.789Z] 0e64f2360a44: Waiting [2025-12-24T08:13:34.789Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:34.789Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:35.054Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:35.054Z] 257ff0fc9863: Pushed [2025-12-24T08:13:35.320Z] 1ce745e4c613: Pushed [2025-12-24T08:13:38.652Z] 62814f4c4bb9: Pushed [2025-12-24T08:13:43.971Z] 5ea55b2ced63: Pushed [2025-12-24T08:13:43.971Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:44.325Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:44.674Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-12-24T08:13:44.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-24T08:13:44.674Z] 257ff0fc9863: Preparing [2025-12-24T08:13:44.674Z] 5ea55b2ced63: Preparing [2025-12-24T08:13:44.674Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:44.674Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:44.674Z] 1ce745e4c613: Preparing [2025-12-24T08:13:44.674Z] 62814f4c4bb9: Preparing [2025-12-24T08:13:44.674Z] 0e64f2360a44: Preparing [2025-12-24T08:13:44.674Z] 62814f4c4bb9: Waiting [2025-12-24T08:13:44.674Z] 0e64f2360a44: Waiting [2025-12-24T08:13:44.674Z] 5ea55b2ced63: Layer already exists [2025-12-24T08:13:44.674Z] 1ce745e4c613: Layer already exists [2025-12-24T08:13:44.674Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:44.674Z] 257ff0fc9863: Layer already exists [2025-12-24T08:13:44.674Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:44.674Z] 62814f4c4bb9: Layer already exists [2025-12-24T08:13:44.674Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:44.938Z] latest: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:45.298Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:45.649Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [2025-12-24T08:13:45.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-24T08:13:45.649Z] 257ff0fc9863: Preparing [2025-12-24T08:13:45.649Z] 5ea55b2ced63: Preparing [2025-12-24T08:13:45.649Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:45.649Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:45.649Z] 1ce745e4c613: Preparing [2025-12-24T08:13:45.649Z] 62814f4c4bb9: Preparing [2025-12-24T08:13:45.649Z] 0e64f2360a44: Preparing [2025-12-24T08:13:45.649Z] 62814f4c4bb9: Waiting [2025-12-24T08:13:45.649Z] 0e64f2360a44: Waiting [2025-12-24T08:13:45.649Z] 1ce745e4c613: Layer already exists [2025-12-24T08:13:45.649Z] 257ff0fc9863: Layer already exists [2025-12-24T08:13:45.649Z] 5ea55b2ced63: Layer already exists [2025-12-24T08:13:45.649Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:45.649Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:45.649Z] 62814f4c4bb9: Layer already exists [2025-12-24T08:13:45.649Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:45.649Z] 4.1.0-dev.88: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:46.265Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:46.622Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:13:46.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-24T08:13:46.622Z] 257ff0fc9863: Preparing [2025-12-24T08:13:46.622Z] 5ea55b2ced63: Preparing [2025-12-24T08:13:46.622Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:46.622Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:46.622Z] 1ce745e4c613: Preparing [2025-12-24T08:13:46.622Z] 62814f4c4bb9: Preparing [2025-12-24T08:13:46.622Z] 0e64f2360a44: Preparing [2025-12-24T08:13:46.622Z] 62814f4c4bb9: Waiting [2025-12-24T08:13:46.622Z] 0e64f2360a44: Waiting [2025-12-24T08:13:46.622Z] 1ce745e4c613: Layer already exists [2025-12-24T08:13:46.622Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:46.622Z] 5ea55b2ced63: Layer already exists [2025-12-24T08:13:46.622Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:46.622Z] 257ff0fc9863: Layer already exists [2025-12-24T08:13:46.622Z] 62814f4c4bb9: Layer already exists [2025-12-24T08:13:46.622Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:46.622Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:47.229Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:47.566Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-12-24T08:13:47.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-24T08:13:47.566Z] 257ff0fc9863: Preparing [2025-12-24T08:13:47.566Z] 5ea55b2ced63: Preparing [2025-12-24T08:13:47.566Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:47.566Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:47.566Z] 1ce745e4c613: Preparing [2025-12-24T08:13:47.566Z] 62814f4c4bb9: Preparing [2025-12-24T08:13:47.566Z] 0e64f2360a44: Preparing [2025-12-24T08:13:47.566Z] 62814f4c4bb9: Waiting [2025-12-24T08:13:47.566Z] 0e64f2360a44: Waiting [2025-12-24T08:13:47.566Z] 257ff0fc9863: Layer already exists [2025-12-24T08:13:47.566Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:47.566Z] 5ea55b2ced63: Layer already exists [2025-12-24T08:13:47.566Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:47.566Z] 1ce745e4c613: Layer already exists [2025-12-24T08:13:47.566Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:47.566Z] 62814f4c4bb9: Layer already exists [2025-12-24T08:13:47.566Z] main: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:13:47.895Z] ===================================================== [Pipeline] echo [2025-12-24T08:13:47.913Z] taggedImages: [2025-12-24T08:13:47.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:13:47.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-12-24T08:13:47.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [2025-12-24T08:13:47.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:13:47.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-12-24T08:13:47.942Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-12-24T08:13:47.942Z] 32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:13:47.942Z] latest [2025-12-24T08:13:47.942Z] 4.1.0-dev.88 [2025-12-24T08:13:47.942Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:13:47.942Z] main [2025-12-24T08:13:47.942Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:48.327Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:48.685Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:13:48.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-24T08:13:48.686Z] 690d4f4ca070: Preparing [2025-12-24T08:13:48.686Z] b24dbaddb951: Preparing [2025-12-24T08:13:48.686Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:48.686Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:48.686Z] 0ba90a9f2cd7: Preparing [2025-12-24T08:13:48.686Z] 22a8e7e8fe0f: Preparing [2025-12-24T08:13:48.686Z] 0e64f2360a44: Preparing [2025-12-24T08:13:48.686Z] 22a8e7e8fe0f: Waiting [2025-12-24T08:13:48.686Z] 0e64f2360a44: Waiting [2025-12-24T08:13:49.266Z] 0ba90a9f2cd7: Pushed [2025-12-24T08:13:51.198Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:51.198Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:51.198Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:51.198Z] 690d4f4ca070: Pushed [2025-12-24T08:13:51.781Z] 22a8e7e8fe0f: Pushed [2025-12-24T08:13:58.403Z] b24dbaddb951: Pushed [2025-12-24T08:13:58.403Z] 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:58.762Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:59.099Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-12-24T08:13:59.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-24T08:13:59.099Z] 690d4f4ca070: Preparing [2025-12-24T08:13:59.099Z] b24dbaddb951: Preparing [2025-12-24T08:13:59.099Z] 6d1a28e82a88: Preparing [2025-12-24T08:13:59.099Z] 0cfdd22f20e4: Preparing [2025-12-24T08:13:59.099Z] 0ba90a9f2cd7: Preparing [2025-12-24T08:13:59.099Z] 22a8e7e8fe0f: Preparing [2025-12-24T08:13:59.099Z] 0e64f2360a44: Preparing [2025-12-24T08:13:59.099Z] 22a8e7e8fe0f: Waiting [2025-12-24T08:13:59.099Z] 0e64f2360a44: Waiting [2025-12-24T08:13:59.099Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:13:59.099Z] b24dbaddb951: Layer already exists [2025-12-24T08:13:59.099Z] 0ba90a9f2cd7: Layer already exists [2025-12-24T08:13:59.099Z] 690d4f4ca070: Layer already exists [2025-12-24T08:13:59.099Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:13:59.099Z] 22a8e7e8fe0f: Layer already exists [2025-12-24T08:13:59.099Z] 0e64f2360a44: Layer already exists [2025-12-24T08:13:59.362Z] latest: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:13:59.709Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:14:00.060Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [2025-12-24T08:14:00.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-24T08:14:00.060Z] 690d4f4ca070: Preparing [2025-12-24T08:14:00.060Z] b24dbaddb951: Preparing [2025-12-24T08:14:00.060Z] 6d1a28e82a88: Preparing [2025-12-24T08:14:00.060Z] 0cfdd22f20e4: Preparing [2025-12-24T08:14:00.060Z] 0ba90a9f2cd7: Preparing [2025-12-24T08:14:00.060Z] 22a8e7e8fe0f: Preparing [2025-12-24T08:14:00.060Z] 0e64f2360a44: Preparing [2025-12-24T08:14:00.060Z] 22a8e7e8fe0f: Waiting [2025-12-24T08:14:00.060Z] 0e64f2360a44: Waiting [2025-12-24T08:14:00.060Z] b24dbaddb951: Layer already exists [2025-12-24T08:14:00.060Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:14:00.060Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:14:00.060Z] 690d4f4ca070: Layer already exists [2025-12-24T08:14:00.060Z] 0ba90a9f2cd7: Layer already exists [2025-12-24T08:14:00.060Z] 22a8e7e8fe0f: Layer already exists [2025-12-24T08:14:00.060Z] 0e64f2360a44: Layer already exists [2025-12-24T08:14:00.060Z] 4.1.0-dev.88: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:14:00.680Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:14:01.025Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:14:01.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-24T08:14:01.025Z] 690d4f4ca070: Preparing [2025-12-24T08:14:01.025Z] b24dbaddb951: Preparing [2025-12-24T08:14:01.025Z] 6d1a28e82a88: Preparing [2025-12-24T08:14:01.025Z] 0cfdd22f20e4: Preparing [2025-12-24T08:14:01.025Z] 0ba90a9f2cd7: Preparing [2025-12-24T08:14:01.025Z] 22a8e7e8fe0f: Preparing [2025-12-24T08:14:01.025Z] 0e64f2360a44: Preparing [2025-12-24T08:14:01.025Z] 22a8e7e8fe0f: Waiting [2025-12-24T08:14:01.025Z] 0e64f2360a44: Waiting [2025-12-24T08:14:01.026Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:14:01.026Z] 0ba90a9f2cd7: Layer already exists [2025-12-24T08:14:01.026Z] b24dbaddb951: Layer already exists [2025-12-24T08:14:01.026Z] 690d4f4ca070: Layer already exists [2025-12-24T08:14:01.026Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:14:01.026Z] 22a8e7e8fe0f: Layer already exists [2025-12-24T08:14:01.026Z] 0e64f2360a44: Layer already exists [2025-12-24T08:14:01.026Z] 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:14:01.643Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:14:02.002Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-12-24T08:14:02.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-24T08:14:02.002Z] 690d4f4ca070: Preparing [2025-12-24T08:14:02.002Z] b24dbaddb951: Preparing [2025-12-24T08:14:02.002Z] 6d1a28e82a88: Preparing [2025-12-24T08:14:02.002Z] 0cfdd22f20e4: Preparing [2025-12-24T08:14:02.002Z] 0ba90a9f2cd7: Preparing [2025-12-24T08:14:02.002Z] 22a8e7e8fe0f: Preparing [2025-12-24T08:14:02.002Z] 0e64f2360a44: Preparing [2025-12-24T08:14:02.002Z] 22a8e7e8fe0f: Waiting [2025-12-24T08:14:02.002Z] 0e64f2360a44: Waiting [2025-12-24T08:14:02.002Z] 0cfdd22f20e4: Layer already exists [2025-12-24T08:14:02.002Z] 690d4f4ca070: Layer already exists [2025-12-24T08:14:02.002Z] 6d1a28e82a88: Layer already exists [2025-12-24T08:14:02.002Z] 0ba90a9f2cd7: Layer already exists [2025-12-24T08:14:02.002Z] b24dbaddb951: Layer already exists [2025-12-24T08:14:02.002Z] 22a8e7e8fe0f: Layer already exists [2025-12-24T08:14:02.002Z] 0e64f2360a44: Layer already exists [2025-12-24T08:14:02.265Z] main: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T08:14:02.349Z] ===================================================== [Pipeline] echo [2025-12-24T08:14:02.364Z] taggedImages: [2025-12-24T08:14:02.364Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [2025-12-24T08:14:02.364Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-12-24T08:14:02.364Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [2025-12-24T08:14:02.364Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [2025-12-24T08:14:02.364Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-12-24T08:14:02.382Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.395Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.411Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.423Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.439Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-12-24T08:14:02.450Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.460Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.470Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.484Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.497Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-12-24T08:14:02.513Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.530Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.546Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.560Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.575Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-12-24T08:14:02.589Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.604Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.622Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.640Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.657Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-12-24T08:14:02.670Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.684Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.700Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.710Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.721Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-12-24T08:14:02.738Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.754Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.767Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.779Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.790Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-12-24T08:14:02.805Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.821Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.840Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.852Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.866Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-12-24T08:14:02.879Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.895Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.910Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.923Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.940Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-12-24T08:14:02.949Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:02.962Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-12-24T08:14:02.979Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:02.994Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.005Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-12-24T08:14:03.015Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:03.031Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-12-24T08:14:03.046Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.061Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.076Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-12-24T08:14:03.091Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:03.103Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-12-24T08:14:03.121Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.134Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.150Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-12-24T08:14:03.164Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:03.179Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-12-24T08:14:03.192Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.205Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.218Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-12-24T08:14:03.234Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:03.246Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-12-24T08:14:03.258Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.269Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.282Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-12-24T08:14:03.293Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:03.310Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-12-24T08:14:03.322Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.338Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.351Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-12-24T08:14:03.362Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo [2025-12-24T08:14:03.376Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-12-24T08:14:03.390Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.407Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo [2025-12-24T08:14:03.423Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:14:03.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-12-24T08:14:03.816Z] [2025-12-24T08:14:03.816Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T08:14:04.145Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-12-24T08:14:04.145Z] arm64: Pulling from edgex-lftools-log-publisher [2025-12-24T08:14:04.145Z] 8998bd30e6a1: Pulling fs layer [2025-12-24T08:14:04.145Z] 04944245beec: Pulling fs layer [2025-12-24T08:14:04.145Z] 699f458cf7ca: Pulling fs layer [2025-12-24T08:14:04.145Z] 765212b225bb: Pulling fs layer [2025-12-24T08:14:04.145Z] f23df028b6ca: Pulling fs layer [2025-12-24T08:14:04.145Z] d65c8cfc05b1: Pulling fs layer [2025-12-24T08:14:04.145Z] 2437ff75d9bd: Pulling fs layer [2025-12-24T08:14:04.145Z] f23df028b6ca: Waiting [2025-12-24T08:14:04.145Z] 2437ff75d9bd: Waiting [2025-12-24T08:14:04.145Z] d65c8cfc05b1: Waiting [2025-12-24T08:14:04.145Z] 765212b225bb: Waiting [2025-12-24T08:14:04.411Z] 04944245beec: Verifying Checksum [2025-12-24T08:14:04.411Z] 04944245beec: Download complete [2025-12-24T08:14:04.411Z] 765212b225bb: Verifying Checksum [2025-12-24T08:14:04.411Z] 765212b225bb: Download complete [2025-12-24T08:14:04.411Z] f23df028b6ca: Verifying Checksum [2025-12-24T08:14:04.411Z] f23df028b6ca: Download complete [2025-12-24T08:14:04.411Z] d65c8cfc05b1: Verifying Checksum [2025-12-24T08:14:04.411Z] d65c8cfc05b1: Download complete [2025-12-24T08:14:04.411Z] 699f458cf7ca: Verifying Checksum [2025-12-24T08:14:04.411Z] 699f458cf7ca: Download complete [2025-12-24T08:14:04.993Z] 8998bd30e6a1: Verifying Checksum [2025-12-24T08:14:04.993Z] 8998bd30e6a1: Download complete [2025-12-24T08:14:07.580Z] 2437ff75d9bd: Verifying Checksum [2025-12-24T08:14:07.580Z] 2437ff75d9bd: Download complete [2025-12-24T08:14:09.513Z] 8998bd30e6a1: Pull complete [2025-12-24T08:14:10.091Z] 04944245beec: Pull complete [2025-12-24T08:14:12.026Z] 699f458cf7ca: Pull complete [2025-12-24T08:14:12.026Z] 765212b225bb: Pull complete [2025-12-24T08:14:12.605Z] f23df028b6ca: Pull complete [2025-12-24T08:14:12.869Z] d65c8cfc05b1: Pull complete [2025-12-24T08:14:31.052Z] 2437ff75d9bd: Pull complete [2025-12-24T08:14:31.052Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-12-24T08:14:31.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-12-24T08:14:31.052Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T08:14:31.261Z] prd-ubuntu20.04-docker-arm64-4c-16g-775640 does not seem to be running inside a container [2025-12-24T08:14:31.317Z] $ 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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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-12-24T08:14:34.042Z] $ docker top 2bfc24c897a79da608e4e22e3ab8adef9aa95f1fa582ecc008a3c58b01cdb03a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-24T08:14:34.980Z] ---> job-cost.sh [2025-12-24T08:14:34.980Z] lf-activate-venv: SKIPPING [2025-12-24T08:14:34.980Z] INFO: No Stack... [2025-12-24T08:14:35.244Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-12-24T08:14:36.196Z] INFO: Archiving Costs [Pipeline] sh [2025-12-24T08:14:36.837Z] + cat /w/workspace/edgex-go/942/archives/cost.csv [2025-12-24T08:14:36.837Z] + cut -d, -f6 [Pipeline] lock [2025-12-24T08:14:36.876Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-942-stack-cost] [2025-12-24T08:14:36.883Z] Resource [jenkins-edgexfoundry-edgex-go-main-942-stack-cost] did not exist. Created. [2025-12-24T08:14:36.890Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-942-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-12-24T08:14:37.541Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-12-24T08:14:38.255Z] Stashed 1 file(s) [Pipeline] } [2025-12-24T08:14:38.268Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-942-stack-cost] [Pipeline] // lock [Pipeline] } [2025-12-24T08:14:38.285Z] $ docker stop --time=1 2bfc24c897a79da608e4e22e3ab8adef9aa95f1fa582ecc008a3c58b01cdb03a [2025-12-24T08:14:40.558Z] $ docker rm -f --volumes 2bfc24c897a79da608e4e22e3ab8adef9aa95f1fa582ecc008a3c58b01cdb03a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-12-24T13:22:44.871Z] Cancelling nested steps due to timeout [2025-12-24T13:22:44.876Z] Sending interrupt signal to process [2025-12-24T13:22:47.644Z] script returned exit code 143 [Pipeline] } [2025-12-24T13:22:47.651Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-12-24T13:22:48.264Z] + '[' -d /w/workspace/edgex-go/942/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:22:48.585Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:22:49.148Z] ---> package-listing.sh [2025-12-24T13:22:49.148Z] ++ facter osfamily [2025-12-24T13:22:49.148Z] ++ tr '[:upper:]' '[:lower:]' [2025-12-24T13:22:49.409Z] + OS_FAMILY=redhat [2025-12-24T13:22:49.409Z] + workspace=/w/workspace/edgex-go/942 [2025-12-24T13:22:49.409Z] + START_PACKAGES=/tmp/packages_start.txt [2025-12-24T13:22:49.409Z] + END_PACKAGES=/tmp/packages_end.txt [2025-12-24T13:22:49.409Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-12-24T13:22:49.409Z] + PACKAGES=/tmp/packages_start.txt [2025-12-24T13:22:49.409Z] + '[' /w/workspace/edgex-go/942 ']' [2025-12-24T13:22:49.409Z] + PACKAGES=/tmp/packages_end.txt [2025-12-24T13:22:49.409Z] + case "${OS_FAMILY}" in [2025-12-24T13:22:49.409Z] + rpm -qa [2025-12-24T13:22:49.409Z] + sort [2025-12-24T13:22:49.981Z] + '[' -f /tmp/packages_start.txt ']' [2025-12-24T13:22:49.981Z] + '[' -f /tmp/packages_end.txt ']' [2025-12-24T13:22:49.981Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-12-24T13:22:49.981Z] + '[' /w/workspace/edgex-go/942 ']' [2025-12-24T13:22:49.981Z] + mkdir -p /w/workspace/edgex-go/942/archives/ [2025-12-24T13:22:49.981Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/942/archives/ [Pipeline] echo [2025-12-24T13:22:49.995Z] 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/942/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-12-24T13:22:50.281Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T13:22:50.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-24T13:22:50.894Z] [2025-12-24T13:22:50.894Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T13:22:51.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-24T13:22:51.215Z] latest: Pulling from edgex-lftools-log-publisher [2025-12-24T13:22:51.215Z] 5eb5b503b376: Pulling fs layer [2025-12-24T13:22:51.215Z] 5c69ac0246d0: Pulling fs layer [2025-12-24T13:22:51.215Z] ec43610c2a17: Pulling fs layer [2025-12-24T13:22:51.215Z] 3a2ae6a8a46f: Pulling fs layer [2025-12-24T13:22:51.215Z] 33b1e0a273af: Pulling fs layer [2025-12-24T13:22:51.215Z] 5d3b04190fa2: Pulling fs layer [2025-12-24T13:22:51.215Z] 2f39f015ded8: Pulling fs layer [2025-12-24T13:22:51.215Z] 33b1e0a273af: Waiting [2025-12-24T13:22:51.215Z] 5d3b04190fa2: Waiting [2025-12-24T13:22:51.215Z] 2f39f015ded8: Waiting [2025-12-24T13:22:51.215Z] 3a2ae6a8a46f: Waiting [2025-12-24T13:22:51.475Z] 5c69ac0246d0: Download complete [2025-12-24T13:22:51.475Z] 3a2ae6a8a46f: Verifying Checksum [2025-12-24T13:22:51.475Z] 3a2ae6a8a46f: Download complete [2025-12-24T13:22:51.475Z] 33b1e0a273af: Verifying Checksum [2025-12-24T13:22:51.475Z] 33b1e0a273af: Download complete [2025-12-24T13:22:51.475Z] ec43610c2a17: Verifying Checksum [2025-12-24T13:22:51.475Z] ec43610c2a17: Download complete [2025-12-24T13:22:51.475Z] 5d3b04190fa2: Verifying Checksum [2025-12-24T13:22:51.475Z] 5d3b04190fa2: Download complete [2025-12-24T13:22:51.475Z] 5eb5b503b376: Verifying Checksum [2025-12-24T13:22:51.475Z] 5eb5b503b376: Download complete [2025-12-24T13:22:52.046Z] 2f39f015ded8: Verifying Checksum [2025-12-24T13:22:52.046Z] 2f39f015ded8: Download complete [2025-12-24T13:22:52.992Z] 5eb5b503b376: Pull complete [2025-12-24T13:22:52.992Z] 5c69ac0246d0: Pull complete [2025-12-24T13:22:53.563Z] ec43610c2a17: Pull complete [2025-12-24T13:22:53.563Z] 3a2ae6a8a46f: Pull complete [2025-12-24T13:22:53.825Z] 33b1e0a273af: Pull complete [2025-12-24T13:22:53.825Z] 5d3b04190fa2: Pull complete [2025-12-24T13:22:58.058Z] 2f39f015ded8: Pull complete [2025-12-24T13:22:58.058Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-12-24T13:22:58.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-24T13:22:58.058Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T13:22:58.177Z] prd-centos7-docker-4c-2g-775641 does not seem to be running inside a container [2025-12-24T13:22:58.219Z] $ 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/942/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-12-24T13:23:01.591Z] $ docker top f50c2d4e5ad71110928631efc4e2ff4edc9b8ef798b7f8834c7c678e4a6fc094 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-24T13:23:01.947Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-12-24T13:23:02.240Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-12-24T13:23:02.535Z] + ls /var/log/sa-host [2025-12-24T13:23:02.535Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-24T13:23:02.724Z] provisioning config files... [2025-12-24T13:23:02.734Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config8162899665234901586tmp [Pipeline] { [Pipeline] echo [2025-12-24T13:23:02.758Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:03.055Z] ---> create-netrc.sh [Pipeline] } [2025-12-24T13:23:03.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:03.483Z] ---> python-tools-install.sh [Pipeline] echo [2025-12-24T13:23:03.527Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:03.821Z] ---> sudo-logs.sh [2025-12-24T13:23:03.821Z] Archiving 'sudo' log.. [2025-12-24T13:23:03.821Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-24T13:23:03.859Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-12-24T13:23:03.862Z] $ docker stop --time=1 f50c2d4e5ad71110928631efc4e2ff4edc9b8ef798b7f8834c7c678e4a6fc094 [2025-12-24T13:23:04.996Z] $ docker rm -f --volumes f50c2d4e5ad71110928631efc4e2ff4edc9b8ef798b7f8834c7c678e4a6fc094 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-12-24T13:23:05.124Z] [WS-CLEANUP] Deleting project workspace... [2025-12-24T13:23:05.124Z] [WS-CLEANUP] Deferred wipeout is used... [2025-12-24T13:23:05.144Z] [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-12-24T13:23:05.395Z] 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-12-24T13:23:06.215Z] + [ -d /w/workspace/edgex-go/942/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:06.507Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:07.369Z] ---> package-listing.sh [2025-12-24T13:23:07.369Z] ++ facter osfamily [2025-12-24T13:23:07.369Z] ++ tr '[:upper:]' '[:lower:]' [2025-12-24T13:23:07.628Z] + OS_FAMILY=debian [2025-12-24T13:23:07.628Z] + workspace=/w/workspace/edgex-go/942 [2025-12-24T13:23:07.628Z] + START_PACKAGES=/tmp/packages_start.txt [2025-12-24T13:23:07.628Z] + END_PACKAGES=/tmp/packages_end.txt [2025-12-24T13:23:07.628Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-12-24T13:23:07.628Z] + PACKAGES=/tmp/packages_start.txt [2025-12-24T13:23:07.628Z] + '[' /w/workspace/edgex-go/942 ']' [2025-12-24T13:23:07.628Z] + PACKAGES=/tmp/packages_end.txt [2025-12-24T13:23:07.628Z] + case "${OS_FAMILY}" in [2025-12-24T13:23:07.628Z] + dpkg -l [2025-12-24T13:23:07.628Z] + grep '^ii' [2025-12-24T13:23:07.628Z] + '[' -f /tmp/packages_start.txt ']' [2025-12-24T13:23:07.628Z] + '[' -f /tmp/packages_end.txt ']' [2025-12-24T13:23:07.628Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-12-24T13:23:07.628Z] + '[' /w/workspace/edgex-go/942 ']' [2025-12-24T13:23:07.628Z] + mkdir -p /w/workspace/edgex-go/942/archives/ [2025-12-24T13:23:07.628Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/942/archives/ [Pipeline] echo [2025-12-24T13:23:07.636Z] 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/942/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-12-24T13:23:07.909Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T13:23:08.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-24T13:23:08.473Z] [2025-12-24T13:23:08.473Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-24T13:23:08.774Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-24T13:23:08.774Z] latest: Pulling from edgex-lftools-log-publisher [2025-12-24T13:23:08.774Z] 5eb5b503b376: Pulling fs layer [2025-12-24T13:23:08.774Z] 5c69ac0246d0: Pulling fs layer [2025-12-24T13:23:08.774Z] ec43610c2a17: Pulling fs layer [2025-12-24T13:23:08.774Z] 3a2ae6a8a46f: Pulling fs layer [2025-12-24T13:23:08.774Z] 33b1e0a273af: Pulling fs layer [2025-12-24T13:23:08.774Z] 5d3b04190fa2: Pulling fs layer [2025-12-24T13:23:08.774Z] 2f39f015ded8: Pulling fs layer [2025-12-24T13:23:08.774Z] 3a2ae6a8a46f: Waiting [2025-12-24T13:23:08.774Z] 33b1e0a273af: Waiting [2025-12-24T13:23:08.774Z] 2f39f015ded8: Waiting [2025-12-24T13:23:08.774Z] 5d3b04190fa2: Waiting [2025-12-24T13:23:08.774Z] 5c69ac0246d0: Verifying Checksum [2025-12-24T13:23:08.774Z] 5c69ac0246d0: Download complete [2025-12-24T13:23:08.774Z] 3a2ae6a8a46f: Download complete [2025-12-24T13:23:08.774Z] 33b1e0a273af: Verifying Checksum [2025-12-24T13:23:08.774Z] 33b1e0a273af: Download complete [2025-12-24T13:23:08.774Z] 5d3b04190fa2: Verifying Checksum [2025-12-24T13:23:08.774Z] 5d3b04190fa2: Download complete [2025-12-24T13:23:08.774Z] ec43610c2a17: Verifying Checksum [2025-12-24T13:23:08.774Z] ec43610c2a17: Download complete [2025-12-24T13:23:09.034Z] 5eb5b503b376: Verifying Checksum [2025-12-24T13:23:09.034Z] 5eb5b503b376: Download complete [2025-12-24T13:23:10.408Z] 5eb5b503b376: Pull complete [2025-12-24T13:23:10.666Z] 5c69ac0246d0: Pull complete [2025-12-24T13:23:10.924Z] ec43610c2a17: Pull complete [2025-12-24T13:23:10.924Z] 3a2ae6a8a46f: Pull complete [2025-12-24T13:23:11.184Z] 33b1e0a273af: Pull complete [2025-12-24T13:23:11.184Z] 5d3b04190fa2: Pull complete [2025-12-24T13:23:16.453Z] 2f39f015ded8: Pull complete [2025-12-24T13:23:16.453Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-12-24T13:23:16.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-24T13:23:16.453Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-24T13:23:16.558Z] prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container [2025-12-24T13:23:16.584Z] $ 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/942/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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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-12-24T13:23:18.715Z] $ docker top c168355b91137d4bfe59ac6acd53f3bb81417d573d375adf0c5b3fb3f82ec2a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-24T13:23:19.059Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-12-24T13:23:19.345Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-12-24T13:23:19.634Z] + ls /var/log/sa-host [2025-12-24T13:23:19.634Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-24T13:23:19.687Z] provisioning config files... [2025-12-24T13:23:19.694Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/942@tmp/config10431458248361146910tmp [Pipeline] { [Pipeline] echo [2025-12-24T13:23:19.714Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:19.999Z] ---> create-netrc.sh [Pipeline] } [2025-12-24T13:23:20.006Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:20.326Z] ---> python-tools-install.sh [Pipeline] echo [2025-12-24T13:23:20.337Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:20.622Z] ---> sudo-logs.sh [2025-12-24T13:23:20.622Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-12-24T13:23:20.679Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:20.963Z] ---> job-cost.sh [2025-12-24T13:23:20.963Z] lf-activate-venv: SKIPPING [2025-12-24T13:23:20.963Z] DEBUG: total: 0.10999999940395355 [2025-12-24T13:23:20.963Z] INFO: Retrieving Stack Cost... [2025-12-24T13:23:21.531Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-12-24T13:23:21.791Z] INFO: Archiving Costs [Pipeline] echo [2025-12-24T13:23:21.808Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-24T13:23:22.099Z] ---> logs-deploy.sh [2025-12-24T13:23:22.100Z] lf-activate-venv: SKIPPING [2025-12-24T13:23:22.100Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/942 [2025-12-24T13:23:22.100Z] INFO: archiving workspace using pattern(s): [2025-12-24T13:23:23.039Z] Archives upload complete. [2025-12-24T13:23:23.039Z] INFO: archiving logs to Nexus [2025-12-24T13:23:23.986Z] ---> uname -a: [2025-12-24T13:23:23.986Z] Linux prd-ubuntu20-04-docker-8c-8g-775639 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] ---> lscpu: [2025-12-24T13:23:23.986Z] Architecture: x86_64 [2025-12-24T13:23:23.986Z] CPU op-mode(s): 32-bit, 64-bit [2025-12-24T13:23:23.986Z] Byte Order: Little Endian [2025-12-24T13:23:23.986Z] Address sizes: 40 bits physical, 48 bits virtual [2025-12-24T13:23:23.986Z] CPU(s): 8 [2025-12-24T13:23:23.986Z] On-line CPU(s) list: 0-7 [2025-12-24T13:23:23.986Z] Thread(s) per core: 1 [2025-12-24T13:23:23.986Z] Core(s) per socket: 1 [2025-12-24T13:23:23.986Z] Socket(s): 8 [2025-12-24T13:23:23.986Z] NUMA node(s): 1 [2025-12-24T13:23:23.986Z] Vendor ID: AuthenticAMD [2025-12-24T13:23:23.986Z] CPU family: 23 [2025-12-24T13:23:23.986Z] Model: 49 [2025-12-24T13:23:23.986Z] Model name: AMD EPYC-Rome Processor [2025-12-24T13:23:23.986Z] Stepping: 0 [2025-12-24T13:23:23.986Z] CPU MHz: 2800.000 [2025-12-24T13:23:23.986Z] BogoMIPS: 5600.00 [2025-12-24T13:23:23.986Z] Virtualization: AMD-V [2025-12-24T13:23:23.986Z] Hypervisor vendor: KVM [2025-12-24T13:23:23.986Z] Virtualization type: full [2025-12-24T13:23:23.986Z] L1d cache: 256 KiB [2025-12-24T13:23:23.986Z] L1i cache: 256 KiB [2025-12-24T13:23:23.986Z] L2 cache: 4 MiB [2025-12-24T13:23:23.986Z] L3 cache: 128 MiB [2025-12-24T13:23:23.986Z] NUMA node0 CPU(s): 0-7 [2025-12-24T13:23:23.986Z] Vulnerability Gather data sampling: Not affected [2025-12-24T13:23:23.986Z] Vulnerability Itlb multihit: Not affected [2025-12-24T13:23:23.986Z] Vulnerability L1tf: Not affected [2025-12-24T13:23:23.986Z] Vulnerability Mds: Not affected [2025-12-24T13:23:23.986Z] Vulnerability Meltdown: Not affected [2025-12-24T13:23:23.986Z] Vulnerability Mmio stale data: Not affected [2025-12-24T13:23:23.986Z] Vulnerability Retbleed: Vulnerable [2025-12-24T13:23:23.986Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-12-24T13:23:23.986Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-12-24T13:23:23.986Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-12-24T13:23:23.986Z] Vulnerability Srbds: Not affected [2025-12-24T13:23:23.986Z] Vulnerability Tsx async abort: Not affected [2025-12-24T13:23:23.986Z] 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-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] ---> nproc: [2025-12-24T13:23:23.986Z] 8 [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] ---> df -h: [2025-12-24T13:23:23.986Z] Filesystem Size Used Avail Use% Mounted on [2025-12-24T13:23:23.986Z] overlay 155G 32G 124G 21% / [2025-12-24T13:23:23.986Z] tmpfs 64M 0 64M 0% /dev [2025-12-24T13:23:23.986Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-12-24T13:23:23.986Z] shm 64M 0 64M 0% /dev/shm [2025-12-24T13:23:23.986Z] /dev/vda1 155G 32G 124G 21% /facter-os [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] ---> sar -b -r -n DEV: [2025-12-24T13:23:23.986Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775639) 12/24/25 _x86_64_ (8 CPU) [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] 07:22:00 LINUX RESTART (8 CPU) [2025-12-24T13:23:23.986Z] [2025-12-24T13:23:23.986Z] 07:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-12-24T13:23:23.986Z] 07:24:01 176.75 9.87 166.89 0.00 1657.32 47097.62 0.00 [2025-12-24T13:23:23.986Z] 07:25:01 44.67 0.05 44.62 0.00 0.40 38826.14 0.00 [2025-12-24T13:23:23.986Z] 07:26:01 48.04 0.22 47.83 0.00 2.67 19913.35 0.00 [2025-12-24T13:23:23.986Z] 07:27:01 257.59 0.23 257.36 0.00 16.13 172371.94 0.00 [2025-12-24T13:23:23.986Z] 07:28:01 1235.06 24.88 1210.18 0.00 2520.32 419895.14 0.00 [2025-12-24T13:23:23.986Z] 07:29:01 105.54 1.45 104.09 0.00 212.18 44971.31 0.00 [2025-12-24T13:23:23.986Z] 07:30:01 370.09 0.12 369.98 0.00 0.93 102251.12 0.00 [2025-12-24T13:23:23.986Z] 07:31:02 833.22 11.36 821.86 0.00 523.83 172975.54 0.00 [2025-12-24T13:23:23.986Z] 07:32:01 35.47 1.05 34.42 0.00 45.69 904.39 0.00 [2025-12-24T13:23:23.986Z] 07:33:01 26.91 2.52 24.40 0.00 84.92 600.83 0.00 [2025-12-24T13:23:23.986Z] 07:34:01 5.65 0.00 5.65 0.00 0.00 116.49 0.00 [2025-12-24T13:23:23.986Z] 07:35:01 1.80 0.00 1.80 0.00 0.00 23.86 0.00 [2025-12-24T13:23:23.986Z] 07:36:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 [2025-12-24T13:23:23.986Z] 07:37:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 [2025-12-24T13:23:23.986Z] 07:38:01 2.62 0.52 2.10 0.00 6.66 26.92 0.00 [2025-12-24T13:23:23.986Z] 07:39:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 [2025-12-24T13:23:23.986Z] 07:40:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 [2025-12-24T13:23:23.986Z] 07:41:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 [2025-12-24T13:23:23.986Z] 07:42:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 [2025-12-24T13:23:23.986Z] 07:43:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 [2025-12-24T13:23:23.986Z] 07:44:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 [2025-12-24T13:23:23.986Z] 07:45:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 [2025-12-24T13:23:23.986Z] 07:46:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 [2025-12-24T13:23:23.986Z] 07:47:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.986Z] 07:48:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.986Z] 07:49:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 [2025-12-24T13:23:23.986Z] 07:50:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.986Z] 07:51:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 [2025-12-24T13:23:23.986Z] 07:52:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 [2025-12-24T13:23:23.986Z] 07:53:01 1.37 0.00 1.37 0.00 0.00 16.40 0.00 [2025-12-24T13:23:23.986Z] 07:54:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 [2025-12-24T13:23:23.986Z] 07:55:01 1.28 0.00 1.28 0.00 0.00 16.13 0.00 [2025-12-24T13:23:23.986Z] 07:56:01 0.85 0.00 0.85 0.00 0.00 9.46 0.00 [2025-12-24T13:23:23.986Z] 07:57:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 [2025-12-24T13:23:23.986Z] 07:58:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.986Z] 07:59:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 [2025-12-24T13:23:23.986Z] 08:00:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.986Z] 08:01:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 [2025-12-24T13:23:23.986Z] 08:02:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2025-12-24T13:23:23.986Z] 08:03:01 1.23 0.00 1.23 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.986Z] 08:04:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2025-12-24T13:23:23.986Z] 08:05:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 [2025-12-24T13:23:23.986Z] 08:06:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2025-12-24T13:23:23.986Z] 08:07:01 1.38 0.00 1.38 0.00 0.00 17.46 0.00 [2025-12-24T13:23:23.986Z] 08:08:01 1.23 0.00 1.23 0.00 0.00 13.46 0.00 [2025-12-24T13:23:23.986Z] 08:09:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.986Z] 08:10:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-12-24T13:23:23.986Z] 08:11:01 1.27 0.00 1.27 0.00 0.00 15.60 0.00 [2025-12-24T13:23:23.986Z] 08:12:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 [2025-12-24T13:23:23.986Z] 08:13:01 1.42 0.00 1.42 0.00 0.00 17.99 0.00 [2025-12-24T13:23:23.986Z] 08:14:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 [2025-12-24T13:23:23.986Z] 08:15:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 [2025-12-24T13:23:23.986Z] 08:16:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 [2025-12-24T13:23:23.986Z] 08:17:01 1.38 0.05 1.33 0.00 1.07 17.73 0.00 [2025-12-24T13:23:23.986Z] 08:18:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 [2025-12-24T13:23:23.986Z] 08:19:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.986Z] 08:20:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 [2025-12-24T13:23:23.986Z] 08:21:01 1.25 0.00 1.25 0.00 0.00 16.66 0.00 [2025-12-24T13:23:23.986Z] 08:22:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 [2025-12-24T13:23:23.986Z] 08:23:01 1.25 0.00 1.25 0.00 0.00 16.80 0.00 [2025-12-24T13:23:23.986Z] 08:24:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-12-24T13:23:23.986Z] 08:25:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.986Z] 08:26:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.986Z] 08:27:01 1.42 0.00 1.42 0.00 0.00 18.80 0.00 [2025-12-24T13:23:23.986Z] 08:28:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.986Z] 08:29:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 [2025-12-24T13:23:23.986Z] 08:30:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.986Z] 08:31:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.986Z] 08:32:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 [2025-12-24T13:23:23.986Z] 08:33:01 1.50 0.00 1.50 0.00 0.00 18.13 0.00 [2025-12-24T13:23:23.986Z] 08:34:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 [2025-12-24T13:23:23.986Z] 08:35:01 1.27 0.00 1.27 0.00 0.00 15.59 0.00 [2025-12-24T13:23:23.986Z] 08:36:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 [2025-12-24T13:23:23.986Z] 08:37:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 [2025-12-24T13:23:23.986Z] 08:38:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.986Z] 08:39:01 1.27 0.00 1.27 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.986Z] 08:40:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 [2025-12-24T13:23:23.986Z] 08:41:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 [2025-12-24T13:23:23.986Z] 08:42:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.986Z] 08:43:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 [2025-12-24T13:23:23.986Z] 08:44:02 1.03 0.00 1.03 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.986Z] 08:45:01 1.24 0.00 1.24 0.00 0.00 15.18 0.00 [2025-12-24T13:23:23.986Z] 08:46:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.986Z] 08:47:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 [2025-12-24T13:23:23.986Z] 08:48:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 [2025-12-24T13:23:23.986Z] 08:49:01 1.28 0.00 1.28 0.00 0.00 16.39 0.00 [2025-12-24T13:23:23.986Z] 08:50:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 [2025-12-24T13:23:23.986Z] 08:51:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 [2025-12-24T13:23:23.986Z] 08:52:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.986Z] 08:53:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 [2025-12-24T13:23:23.986Z] 08:54:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.986Z] 08:55:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 [2025-12-24T13:23:23.986Z] 08:56:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.986Z] 08:57:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.986Z] 08:58:01 0.98 0.00 0.98 0.00 0.00 10.13 0.00 [2025-12-24T13:23:23.986Z] 08:59:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 [2025-12-24T13:23:23.987Z] 09:00:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 [2025-12-24T13:23:23.987Z] 09:01:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 [2025-12-24T13:23:23.987Z] 09:02:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 [2025-12-24T13:23:23.987Z] 09:03:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 [2025-12-24T13:23:23.987Z] 09:04:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 [2025-12-24T13:23:23.987Z] 09:05:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 [2025-12-24T13:23:23.987Z] 09:06:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 [2025-12-24T13:23:23.987Z] 09:07:01 1.18 0.00 1.18 0.00 0.00 15.33 0.00 [2025-12-24T13:23:23.987Z] 09:08:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 [2025-12-24T13:23:23.987Z] 09:09:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 [2025-12-24T13:23:23.987Z] 09:10:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 [2025-12-24T13:23:23.987Z] 09:11:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 [2025-12-24T13:23:23.987Z] 09:12:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 [2025-12-24T13:23:23.987Z] 09:13:01 1.38 0.00 1.38 0.00 0.00 17.06 0.00 [2025-12-24T13:23:23.987Z] 09:14:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.987Z] 09:15:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 [2025-12-24T13:23:23.987Z] 09:16:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 [2025-12-24T13:23:23.987Z] 09:17:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 [2025-12-24T13:23:23.987Z] 09:18:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.987Z] 09:19:01 1.43 0.00 1.43 0.00 0.00 17.73 0.00 [2025-12-24T13:23:23.987Z] 09:20:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 [2025-12-24T13:23:23.987Z] 09:21:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 [2025-12-24T13:23:23.987Z] 09:22:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.987Z] 09:23:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 [2025-12-24T13:23:23.987Z] 09:24:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.987Z] 09:25:01 1.25 0.00 1.25 0.00 0.00 16.00 0.00 [2025-12-24T13:23:23.987Z] 09:26:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.987Z] 09:27:01 1.22 0.00 1.22 0.00 0.00 15.46 0.00 [2025-12-24T13:23:23.987Z] 09:28:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 [2025-12-24T13:23:23.987Z] 09:29:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.987Z] 09:30:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 [2025-12-24T13:23:23.987Z] 09:31:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 [2025-12-24T13:23:23.987Z] 09:32:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 [2025-12-24T13:23:23.987Z] 09:33:01 1.53 0.00 1.53 0.00 0.00 19.33 0.00 [2025-12-24T13:23:23.987Z] 09:34:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 [2025-12-24T13:23:23.987Z] 09:35:01 1.33 0.00 1.33 0.00 0.00 17.06 0.00 [2025-12-24T13:23:23.987Z] 09:36:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 [2025-12-24T13:23:23.987Z] 09:37:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 [2025-12-24T13:23:23.987Z] 09:38:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.987Z] 09:39:01 1.43 0.00 1.43 0.00 0.00 17.19 0.00 [2025-12-24T13:23:23.987Z] 09:40:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.987Z] 09:41:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 [2025-12-24T13:23:23.987Z] 09:42:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 [2025-12-24T13:23:23.987Z] 09:43:01 1.42 0.00 1.42 0.00 0.00 18.00 0.00 [2025-12-24T13:23:23.987Z] 09:44:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.987Z] 09:45:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.987Z] 09:46:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.987Z] 09:47:01 1.27 0.00 1.27 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.987Z] 09:48:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.987Z] 09:49:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.987Z] 09:50:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.987Z] 09:51:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 [2025-12-24T13:23:23.987Z] 09:52:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 [2025-12-24T13:23:23.987Z] 09:53:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 [2025-12-24T13:23:23.987Z] 09:54:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 [2025-12-24T13:23:23.987Z] 09:55:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 [2025-12-24T13:23:23.987Z] 09:56:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2025-12-24T13:23:23.987Z] 09:57:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.987Z] 09:58:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.987Z] 09:59:02 1.40 0.00 1.40 0.00 0.00 16.93 0.00 [2025-12-24T13:23:23.987Z] 10:00:01 1.19 0.00 1.19 0.00 0.00 12.88 0.00 [2025-12-24T13:23:23.987Z] 10:01:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.987Z] 10:02:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.987Z] 10:03:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2025-12-24T13:23:23.987Z] 10:04:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 [2025-12-24T13:23:23.987Z] 10:05:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 [2025-12-24T13:23:23.987Z] 10:06:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.987Z] 10:07:01 1.27 0.00 1.27 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.987Z] 10:08:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.987Z] 10:09:01 1.42 0.00 1.42 0.00 0.00 17.73 0.00 [2025-12-24T13:23:23.987Z] 10:10:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 [2025-12-24T13:23:23.987Z] 10:11:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 [2025-12-24T13:23:23.987Z] 10:12:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 [2025-12-24T13:23:23.987Z] 10:13:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 [2025-12-24T13:23:23.987Z] 10:14:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.987Z] 10:15:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 [2025-12-24T13:23:23.987Z] 10:16:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.987Z] 10:17:01 1.57 0.00 1.57 0.00 0.00 19.46 0.00 [2025-12-24T13:23:23.987Z] 10:18:01 7.85 6.17 1.68 0.00 368.07 66.79 0.00 [2025-12-24T13:23:23.987Z] 10:19:01 3.05 0.00 3.05 0.00 0.00 48.79 0.00 [2025-12-24T13:23:23.987Z] 10:20:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 [2025-12-24T13:23:23.987Z] 10:21:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 [2025-12-24T13:23:23.987Z] 10:22:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.987Z] 10:23:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.987Z] 10:24:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 [2025-12-24T13:23:23.987Z] 10:25:01 1.43 0.00 1.43 0.00 0.00 16.79 0.00 [2025-12-24T13:23:23.987Z] 10:26:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2025-12-24T13:23:23.987Z] 10:27:01 1.42 0.00 1.42 0.00 0.00 16.79 0.00 [2025-12-24T13:23:23.987Z] 10:28:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 [2025-12-24T13:23:23.987Z] 10:29:01 1.50 0.00 1.50 0.00 0.00 18.53 0.00 [2025-12-24T13:23:23.987Z] 10:30:01 1.15 0.00 1.15 0.00 0.00 12.00 0.00 [2025-12-24T13:23:23.987Z] 10:31:01 1.58 0.00 1.58 0.00 0.00 19.73 0.00 [2025-12-24T13:23:23.987Z] 10:32:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 [2025-12-24T13:23:23.987Z] 10:33:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 [2025-12-24T13:23:23.987Z] 10:34:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 [2025-12-24T13:23:23.987Z] 10:35:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 [2025-12-24T13:23:23.987Z] 10:36:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 [2025-12-24T13:23:23.987Z] 10:37:01 1.47 0.00 1.47 0.00 0.00 17.59 0.00 [2025-12-24T13:23:23.987Z] 10:38:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 [2025-12-24T13:23:23.987Z] 10:39:01 1.53 0.00 1.53 0.00 0.00 18.80 0.00 [2025-12-24T13:23:23.987Z] 10:40:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2025-12-24T13:23:23.987Z] 10:41:01 1.33 0.00 1.33 0.00 0.00 16.66 0.00 [2025-12-24T13:23:23.987Z] 10:42:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.987Z] 10:43:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2025-12-24T13:23:23.987Z] 10:44:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 [2025-12-24T13:23:23.987Z] 10:45:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 [2025-12-24T13:23:23.987Z] 10:46:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 [2025-12-24T13:23:23.987Z] 10:47:01 1.37 0.00 1.37 0.00 0.00 16.53 0.00 [2025-12-24T13:23:23.987Z] 10:48:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.987Z] 10:49:01 1.60 0.00 1.60 0.00 0.00 19.20 0.00 [2025-12-24T13:23:23.987Z] 10:50:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 [2025-12-24T13:23:23.987Z] 10:51:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 [2025-12-24T13:23:23.987Z] 10:52:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.987Z] 10:53:01 1.38 0.00 1.38 0.00 0.00 16.93 0.00 [2025-12-24T13:23:23.987Z] 10:54:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 [2025-12-24T13:23:23.987Z] 10:55:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.987Z] 10:56:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.987Z] 10:57:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.987Z] 10:58:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2025-12-24T13:23:23.987Z] 10:59:01 1.57 0.00 1.57 0.00 0.00 19.73 0.00 [2025-12-24T13:23:23.987Z] 11:00:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.987Z] 11:01:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 [2025-12-24T13:23:23.987Z] 11:02:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.987Z] 11:03:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 [2025-12-24T13:23:23.987Z] 11:04:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 [2025-12-24T13:23:23.987Z] 11:05:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 [2025-12-24T13:23:23.987Z] 11:06:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2025-12-24T13:23:23.987Z] 11:07:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2025-12-24T13:23:23.987Z] 11:08:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 [2025-12-24T13:23:23.987Z] 11:09:01 1.60 0.00 1.60 0.00 0.00 18.00 0.00 [2025-12-24T13:23:23.987Z] 11:10:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 [2025-12-24T13:23:23.987Z] 11:11:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 [2025-12-24T13:23:23.987Z] 11:12:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 [2025-12-24T13:23:23.987Z] 11:13:01 1.53 0.00 1.53 0.00 0.00 18.80 0.00 [2025-12-24T13:23:23.987Z] 11:14:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.987Z] 11:15:01 1.39 0.00 1.39 0.00 0.00 15.99 0.00 [2025-12-24T13:23:23.987Z] 11:16:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 [2025-12-24T13:23:23.987Z] 11:17:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 [2025-12-24T13:23:23.987Z] 11:18:01 1.33 0.00 1.33 0.00 0.00 14.40 0.00 [2025-12-24T13:23:23.987Z] 11:19:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 [2025-12-24T13:23:23.987Z] 11:20:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.987Z] 11:21:01 1.80 0.00 1.80 0.00 0.00 20.40 0.00 [2025-12-24T13:23:23.987Z] 11:22:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.987Z] 11:23:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 [2025-12-24T13:23:23.987Z] 11:24:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.987Z] 11:25:01 1.68 0.00 1.68 0.00 0.00 19.73 0.00 [2025-12-24T13:23:23.987Z] 11:26:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.987Z] 11:27:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 [2025-12-24T13:23:23.987Z] 11:28:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 [2025-12-24T13:23:23.987Z] 11:29:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 [2025-12-24T13:23:23.987Z] 11:30:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 [2025-12-24T13:23:23.987Z] 11:31:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 [2025-12-24T13:23:23.987Z] 11:32:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.987Z] 11:33:01 1.60 0.00 1.60 0.00 0.00 18.53 0.00 [2025-12-24T13:23:23.987Z] 11:34:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.987Z] 11:35:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 [2025-12-24T13:23:23.987Z] 11:36:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 [2025-12-24T13:23:23.987Z] 11:37:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 [2025-12-24T13:23:23.987Z] 11:38:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.987Z] 11:39:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 [2025-12-24T13:23:23.987Z] 11:40:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.987Z] 11:41:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 [2025-12-24T13:23:23.987Z] 11:42:01 0.95 0.00 0.95 0.00 0.00 9.73 0.00 [2025-12-24T13:23:23.987Z] 11:43:01 1.78 0.00 1.78 0.00 0.00 20.93 0.00 [2025-12-24T13:23:23.987Z] 11:44:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.987Z] 11:45:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 [2025-12-24T13:23:23.987Z] 11:46:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.987Z] 11:47:01 1.50 0.00 1.50 0.00 0.00 16.39 0.00 [2025-12-24T13:23:23.987Z] 11:48:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2025-12-24T13:23:23.987Z] 11:49:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 [2025-12-24T13:23:23.987Z] 11:50:01 0.98 0.00 0.98 0.00 0.00 10.00 0.00 [2025-12-24T13:23:23.987Z] 11:51:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 [2025-12-24T13:23:23.987Z] 11:52:01 1.03 0.00 1.03 0.00 0.00 10.40 0.00 [2025-12-24T13:23:23.987Z] 11:53:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 [2025-12-24T13:23:23.987Z] 11:54:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.987Z] 11:55:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 [2025-12-24T13:23:23.987Z] 11:56:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.987Z] 11:57:01 1.48 0.00 1.48 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.987Z] 11:58:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2025-12-24T13:23:23.987Z] 11:59:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 [2025-12-24T13:23:23.987Z] 12:00:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 [2025-12-24T13:23:23.987Z] 12:01:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 [2025-12-24T13:23:23.987Z] 12:02:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.987Z] 12:03:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 [2025-12-24T13:23:23.987Z] 12:04:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 [2025-12-24T13:23:23.987Z] 12:05:01 1.80 0.00 1.80 0.00 0.00 20.80 0.00 [2025-12-24T13:23:23.987Z] 12:06:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.987Z] 12:07:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 [2025-12-24T13:23:23.987Z] 12:08:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-12-24T13:23:23.987Z] 12:09:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 [2025-12-24T13:23:23.987Z] 12:10:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 [2025-12-24T13:23:23.987Z] 12:11:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 [2025-12-24T13:23:23.987Z] 12:12:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 [2025-12-24T13:23:23.987Z] 12:13:01 1.45 0.00 1.45 0.00 0.00 17.19 0.00 [2025-12-24T13:23:23.987Z] 12:14:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.987Z] 12:15:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 [2025-12-24T13:23:23.987Z] 12:16:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 [2025-12-24T13:23:23.988Z] 12:17:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 [2025-12-24T13:23:23.988Z] 12:18:01 1.38 0.05 1.33 0.00 12.26 16.26 0.00 [2025-12-24T13:23:23.988Z] 12:19:01 1.70 0.00 1.70 0.00 0.00 20.39 0.00 [2025-12-24T13:23:23.988Z] 12:20:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 [2025-12-24T13:23:23.988Z] 12:21:01 1.72 0.00 1.72 0.00 0.00 19.33 0.00 [2025-12-24T13:23:23.988Z] 12:22:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 [2025-12-24T13:23:23.988Z] 12:23:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 [2025-12-24T13:23:23.988Z] 12:24:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 [2025-12-24T13:23:23.988Z] 12:25:01 1.62 0.00 1.62 0.00 0.00 19.20 0.00 [2025-12-24T13:23:23.988Z] 12:26:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.988Z] 12:27:01 1.50 0.00 1.50 0.00 0.00 16.53 0.00 [2025-12-24T13:23:23.988Z] 12:28:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.988Z] 12:29:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 [2025-12-24T13:23:23.988Z] 12:30:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.988Z] 12:31:01 1.82 0.00 1.82 0.00 0.00 20.53 0.00 [2025-12-24T13:23:23.988Z] 12:32:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 [2025-12-24T13:23:23.988Z] 12:33:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 [2025-12-24T13:23:23.988Z] 12:34:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.988Z] 12:35:01 1.90 0.00 1.90 0.00 0.00 21.28 0.00 [2025-12-24T13:23:23.988Z] 12:36:01 1.37 0.25 1.12 0.00 19.33 13.06 0.00 [2025-12-24T13:23:23.988Z] 12:37:01 2.97 0.00 2.97 0.00 0.00 37.06 0.00 [2025-12-24T13:23:23.988Z] 12:38:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.988Z] 12:39:01 1.48 0.00 1.48 0.00 0.00 16.79 0.00 [2025-12-24T13:23:23.988Z] 12:40:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 [2025-12-24T13:23:23.988Z] 12:41:01 1.85 0.00 1.85 0.00 0.00 21.59 0.00 [2025-12-24T13:23:23.988Z] 12:42:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 [2025-12-24T13:23:23.988Z] 12:43:01 1.83 0.00 1.83 0.00 0.00 21.46 0.00 [2025-12-24T13:23:23.988Z] 12:44:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 [2025-12-24T13:23:23.988Z] 12:45:01 1.53 0.00 1.53 0.00 0.00 17.99 0.00 [2025-12-24T13:23:23.988Z] 12:46:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 [2025-12-24T13:23:23.988Z] 12:47:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 [2025-12-24T13:23:23.988Z] 12:48:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 [2025-12-24T13:23:23.988Z] 12:49:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 [2025-12-24T13:23:23.988Z] 12:50:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 [2025-12-24T13:23:23.988Z] 12:51:01 1.67 0.00 1.67 0.00 0.00 19.86 0.00 [2025-12-24T13:23:23.988Z] 12:52:01 1.03 0.00 1.03 0.00 0.00 10.53 0.00 [2025-12-24T13:23:23.988Z] 12:53:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 [2025-12-24T13:23:23.988Z] 12:54:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.988Z] 12:55:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 [2025-12-24T13:23:23.988Z] 12:56:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.988Z] 12:57:01 1.75 0.00 1.75 0.00 0.00 19.60 0.00 [2025-12-24T13:23:23.988Z] 12:58:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 [2025-12-24T13:23:23.988Z] 12:59:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 [2025-12-24T13:23:23.988Z] 13:00:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.988Z] 13:01:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 [2025-12-24T13:23:23.988Z] 13:02:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2025-12-24T13:23:23.988Z] 13:03:01 1.38 0.00 1.38 0.00 0.00 17.20 0.00 [2025-12-24T13:23:23.988Z] 13:04:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2025-12-24T13:23:23.988Z] 13:05:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 [2025-12-24T13:23:23.988Z] 13:06:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 [2025-12-24T13:23:23.988Z] 13:07:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 [2025-12-24T13:23:23.988Z] 13:08:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2025-12-24T13:23:23.988Z] 13:09:01 1.32 0.00 1.32 0.00 0.00 15.73 0.00 [2025-12-24T13:23:23.988Z] 13:10:01 1.12 0.00 1.12 0.00 0.00 14.13 0.00 [2025-12-24T13:23:23.988Z] 13:11:01 1.52 0.00 1.52 0.00 0.00 16.66 0.00 [2025-12-24T13:23:23.988Z] 13:12:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.988Z] 13:13:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 [2025-12-24T13:23:23.988Z] 13:14:01 1.12 0.00 1.12 0.00 0.00 11.20 0.00 [2025-12-24T13:23:23.988Z] 13:15:01 1.65 0.00 1.65 0.00 0.00 18.79 0.00 [2025-12-24T13:23:23.988Z] 13:16:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 [2025-12-24T13:23:23.988Z] 13:17:01 1.65 0.00 1.65 0.00 0.00 18.26 0.00 [2025-12-24T13:23:23.988Z] 13:18:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 [2025-12-24T13:23:23.988Z] 13:19:01 1.57 0.00 1.57 0.00 0.00 17.20 0.00 [2025-12-24T13:23:23.988Z] 13:20:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 [2025-12-24T13:23:23.988Z] 13:21:01 1.72 0.00 1.72 0.00 0.00 19.46 0.00 [2025-12-24T13:23:23.988Z] 13:22:01 1.25 0.00 1.25 0.00 0.00 12.80 0.00 [2025-12-24T13:23:23.988Z] 13:23:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 [2025-12-24T13:23:23.988Z] Average: 9.98 0.16 9.81 0.00 15.20 2848.92 0.00 [2025-12-24T13:23:23.988Z] [2025-12-24T13:23:23.988Z] 07:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-12-24T13:23:23.988Z] 07:24:01 26811756 31186768 1090636 3.32 123504 4408384 2357584 6.95 1864604 3661208 427220 [2025-12-24T13:23:23.988Z] 07:25:01 26149940 31405148 870132 2.65 129596 5229740 1940576 5.72 2094412 4042188 129196 [2025-12-24T13:23:23.988Z] 07:26:01 25451444 31001652 1271472 3.87 137884 5479336 2443012 7.20 2222072 4573720 394592 [2025-12-24T13:23:23.988Z] 07:27:01 21579656 31245320 1020976 3.11 153000 9492684 2965280 8.74 2201812 8361056 900336 [2025-12-24T13:23:23.988Z] 07:28:01 8313352 29685960 2481472 7.55 413468 20073812 6830876 20.14 4953796 17892100 36820 [2025-12-24T13:23:23.988Z] 07:29:01 3550752 27530480 4630976 14.09 438560 22520216 11731764 34.59 8312376 19138308 1246796 [2025-12-24T13:23:23.988Z] 07:30:01 1389732 27947100 4219520 12.84 454416 24988356 10368880 30.57 8987160 20538892 1098564 [2025-12-24T13:23:23.988Z] 07:31:02 5087672 31380016 849736 2.59 466636 24877168 2211764 6.52 3845540 22233576 472 [2025-12-24T13:23:23.988Z] 07:32:01 5090004 31385452 843320 2.57 468036 24879012 2051668 6.05 4123492 21959172 728 [2025-12-24T13:23:23.988Z] 07:33:01 5071536 31371492 856760 2.61 468704 24881908 2199428 6.48 4597860 21503744 628 [2025-12-24T13:23:23.988Z] 07:34:01 5080576 31380432 847692 2.58 468820 24881936 2043812 6.03 4630200 21461092 16 [2025-12-24T13:23:23.988Z] 07:35:01 5083392 31383272 845208 2.57 468832 24881940 2043812 6.03 4626792 21461076 16 [2025-12-24T13:23:23.988Z] 07:36:01 5099324 31399208 829252 2.52 468864 24881944 2043812 6.03 4610288 21461080 4 [2025-12-24T13:23:23.988Z] 07:37:01 5100704 31400636 828040 2.52 468884 24881948 2043812 6.03 4609484 21461080 40 [2025-12-24T13:23:23.988Z] 07:38:01 5103716 31404028 824876 2.51 468944 24882240 2099224 6.19 4606588 21461188 8 [2025-12-24T13:23:23.988Z] 07:39:01 5103620 31403960 824848 2.51 468960 24882240 2099224 6.19 4606428 21461188 12 [2025-12-24T13:23:23.988Z] 07:40:01 5103796 31404160 824816 2.51 468972 24882244 2099224 6.19 4606424 21461192 8 [2025-12-24T13:23:23.988Z] 07:41:01 5103652 31404068 824752 2.51 469012 24882248 2099224 6.19 4606700 21461196 8 [2025-12-24T13:23:23.988Z] 07:42:01 5104652 31405128 823716 2.51 469032 24882248 2099224 6.19 4605400 21461200 8 [2025-12-24T13:23:23.988Z] 07:43:01 5105108 31405588 823220 2.50 469048 24882252 2099224 6.19 4605484 21461204 12 [2025-12-24T13:23:23.988Z] 07:44:01 5104840 31405320 823420 2.51 469056 24882252 2099224 6.19 4605424 21461204 12 [2025-12-24T13:23:23.988Z] 07:45:01 5105044 31405556 823172 2.50 469072 24882260 2099224 6.19 4605460 21461204 4 [2025-12-24T13:23:23.988Z] 07:46:01 5104736 31405252 823404 2.50 469084 24882264 2099224 6.19 4605460 21461208 24 [2025-12-24T13:23:23.988Z] 07:47:01 5104980 31405528 823080 2.50 469104 24882264 2099224 6.19 4605488 21461212 8 [2025-12-24T13:23:23.988Z] 07:48:01 5104964 31405516 823016 2.50 469120 24882268 2099224 6.19 4605564 21461216 8 [2025-12-24T13:23:23.988Z] 07:49:01 5104948 31405536 823000 2.50 469136 24882268 2099224 6.19 4605540 21461216 12 [2025-12-24T13:23:23.988Z] 07:50:01 5104900 31405492 822976 2.50 469144 24882272 2099224 6.19 4605540 21461220 4 [2025-12-24T13:23:23.988Z] 07:51:01 5104536 31405132 823268 2.50 469152 24882276 2099224 6.19 4605540 21461224 8 [2025-12-24T13:23:23.988Z] 07:52:01 5104708 31405308 823016 2.50 469180 24882268 2099224 6.19 4605540 21461228 4 [2025-12-24T13:23:23.988Z] 07:53:01 5104868 31405532 822916 2.50 469208 24882284 2099224 6.19 4605660 21461236 12 [2025-12-24T13:23:23.988Z] 07:54:01 5104576 31405240 823168 2.50 469220 24882284 2099224 6.19 4605604 21461236 32 [2025-12-24T13:23:23.988Z] 07:55:01 5104244 31404984 823316 2.50 469240 24882292 2099224 6.19 4605664 21461248 4 [2025-12-24T13:23:23.988Z] 07:56:01 5104740 31405480 822756 2.50 469248 24882292 2099224 6.19 4605956 21461248 8 [2025-12-24T13:23:23.988Z] 07:57:01 5104984 31405732 822424 2.50 469280 24882284 2099224 6.19 4605680 21461252 28 [2025-12-24T13:23:23.988Z] 07:58:01 5104868 31405660 822708 2.50 469304 24882300 2099224 6.19 4605788 21461248 32 [2025-12-24T13:23:23.988Z] 07:59:01 5104592 31405536 822812 2.50 469324 24882428 2099224 6.19 4605752 21461376 8 [2025-12-24T13:23:23.988Z] 08:00:01 5104800 31405772 822728 2.50 469340 24882432 2099224 6.19 4606068 21461380 4 [2025-12-24T13:23:23.988Z] 08:01:01 5105052 31406024 822436 2.50 469364 24882432 2099224 6.19 4605776 21461380 12 [2025-12-24T13:23:23.988Z] 08:02:01 5104540 31405580 822912 2.50 469384 24882436 2099224 6.19 4605832 21461388 4 [2025-12-24T13:23:23.988Z] 08:03:01 5104308 31405388 822916 2.50 469396 24882444 2099224 6.19 4605896 21461392 36 [2025-12-24T13:23:23.988Z] 08:04:01 5104780 31405908 822324 2.50 469416 24882444 2099224 6.19 4606120 21461392 8 [2025-12-24T13:23:23.988Z] 08:05:01 5104164 31405316 822780 2.50 469440 24882448 2099224 6.19 4606192 21461396 28 [2025-12-24T13:23:23.988Z] 08:06:01 5104124 31405276 822748 2.50 469460 24882448 2099224 6.19 4605872 21461396 4 [2025-12-24T13:23:23.988Z] 08:07:01 5103980 31405184 822788 2.50 469496 24882456 2099224 6.19 4605920 21461400 48 [2025-12-24T13:23:23.988Z] 08:08:01 5103868 31405140 822768 2.50 469528 24882460 2099224 6.19 4606068 21461412 8 [2025-12-24T13:23:23.988Z] 08:09:01 5103820 31405092 822720 2.50 469564 24882460 2082900 6.14 4605984 21461412 12 [2025-12-24T13:23:23.988Z] 08:10:01 5104064 31405340 822692 2.50 469580 24882464 2082900 6.14 4605984 21461416 8 [2025-12-24T13:23:23.988Z] 08:11:01 5103688 31405020 822968 2.50 469616 24882464 2082900 6.14 4606068 21461412 12 [2025-12-24T13:23:23.988Z] 08:12:01 5103920 31405320 822888 2.50 469652 24882468 2082900 6.14 4606108 21461420 48 [2025-12-24T13:23:23.988Z] 08:13:01 5103256 31404724 823356 2.50 469676 24882476 2082900 6.14 4606220 21461424 4 [2025-12-24T13:23:23.988Z] 08:14:01 5102892 31404364 823656 2.51 469684 24882476 2066564 6.09 4606140 21461424 8 [2025-12-24T13:23:23.988Z] 08:15:01 5102812 31404304 823628 2.51 469712 24882480 2066564 6.09 4606608 21461428 176 [2025-12-24T13:23:23.988Z] 08:16:01 5103364 31404860 823068 2.50 469732 24882480 2066564 6.09 4606176 21461428 12 [2025-12-24T13:23:23.988Z] 08:17:01 5102652 31404252 823536 2.51 469764 24882488 2082608 6.14 4607316 21461444 36 [2025-12-24T13:23:23.988Z] 08:18:01 5103204 31404832 822944 2.50 469776 24882516 2082608 6.14 4606360 21461456 32 [2025-12-24T13:23:23.988Z] 08:19:01 5103180 31404836 822916 2.50 469804 24882516 2082608 6.14 4606292 21461456 12 [2025-12-24T13:23:23.988Z] 08:20:01 5103140 31404832 822896 2.50 469812 24882520 2082608 6.14 4606320 21461460 28 [2025-12-24T13:23:23.988Z] 08:21:01 5102744 31404564 823068 2.50 469844 24882652 2082608 6.14 4606340 21461588 24 [2025-12-24T13:23:23.988Z] 08:22:01 5102728 31404616 822992 2.50 469872 24882656 2082608 6.14 4606376 21461600 4 [2025-12-24T13:23:23.988Z] 08:23:01 5102744 31404644 822924 2.50 469900 24882664 2098796 6.19 4606748 21461600 48 [2025-12-24T13:23:23.988Z] 08:24:01 5102500 31404432 823076 2.50 469924 24882664 2098796 6.19 4606436 21461604 4 [2025-12-24T13:23:23.988Z] 08:25:01 5102452 31404388 823348 2.50 469932 24882668 2098796 6.19 4606436 21461608 28 [2025-12-24T13:23:23.988Z] 08:26:01 5102620 31404556 823132 2.50 469948 24882668 2082632 6.14 4606436 21461608 4 [2025-12-24T13:23:23.988Z] 08:27:01 5102564 31404552 823128 2.50 469984 24882664 2082632 6.14 4606504 21461612 28 [2025-12-24T13:23:23.988Z] 08:28:01 5102264 31404256 823348 2.50 470000 24882676 2082632 6.14 4606552 21461616 8 [2025-12-24T13:23:23.988Z] 08:29:01 5102216 31404260 823308 2.50 470028 24882676 2082632 6.14 4606536 21461616 12 [2025-12-24T13:23:23.988Z] 08:30:01 5102168 31404216 823272 2.50 470048 24882680 2082632 6.14 4606572 21461620 28 [2025-12-24T13:23:23.988Z] 08:31:01 5101932 31404044 823424 2.51 470068 24882684 2082632 6.14 4606608 21461628 24 [2025-12-24T13:23:23.988Z] 08:32:01 5102092 31404208 823376 2.50 470108 24882688 2082632 6.14 4606916 21461468 48 [2025-12-24T13:23:23.988Z] 08:33:01 5100884 31403216 824404 2.51 470120 24882692 2082632 6.14 4608784 21460588 184 [2025-12-24T13:23:23.988Z] 08:34:01 5100836 31403168 824428 2.51 470136 24882692 2082632 6.14 4608080 21460588 8 [2025-12-24T13:23:23.988Z] 08:35:01 5100820 31403160 824348 2.51 470164 24882696 2082632 6.14 4608024 21460592 28 [2025-12-24T13:23:23.988Z] 08:36:01 5101128 31403528 823964 2.51 470180 24882696 2082632 6.14 4608268 21460596 8 [2025-12-24T13:23:23.988Z] 08:37:01 5101080 31403484 823920 2.51 470212 24882696 2082632 6.14 4608080 21460600 28 [2025-12-24T13:23:23.988Z] 08:38:01 5101292 31403724 823636 2.51 470224 24882704 2082632 6.14 4608164 21460600 28 [2025-12-24T13:23:23.988Z] 08:39:01 5101420 31403860 823648 2.51 470232 24882712 2082632 6.14 4608096 21460608 40 [2025-12-24T13:23:23.988Z] 08:40:01 5101644 31404088 823592 2.51 470240 24882716 2082632 6.14 4608116 21460612 28 [2025-12-24T13:23:23.988Z] 08:41:01 5101628 31404072 823568 2.51 470252 24882716 2082632 6.14 4608096 21460612 12 [2025-12-24T13:23:23.988Z] 08:42:01 5101580 31404032 823532 2.51 470276 24882712 2082632 6.14 4608096 21460616 28 [2025-12-24T13:23:23.988Z] 08:43:01 5101728 31404244 823300 2.50 470288 24882724 2082632 6.14 4608560 21460624 184 [2025-12-24T13:23:23.988Z] 08:44:02 5101176 31403692 823772 2.51 470308 24882724 2082632 6.14 4608544 21460624 176 [2025-12-24T13:23:23.988Z] 08:45:01 5101136 31403656 823796 2.51 470320 24882728 2082632 6.14 4608160 21460628 28 [2025-12-24T13:23:23.988Z] 08:46:01 5101332 31403912 823772 2.51 470340 24882728 2082632 6.14 4608216 21460632 4 [2025-12-24T13:23:23.988Z] 08:47:01 5101324 31403916 823712 2.51 470356 24882732 2098696 6.19 4608252 21460628 28 [2025-12-24T13:23:23.988Z] 08:48:01 5101544 31404144 823420 2.51 470380 24882736 2082240 6.14 4608660 21460632 220 [2025-12-24T13:23:23.988Z] 08:49:01 5101268 31403936 823612 2.51 470408 24882740 2082240 6.14 4608724 21460632 196 [2025-12-24T13:23:23.988Z] 08:50:01 5101324 31403996 823536 2.51 470416 24882744 2082240 6.14 4608308 21460636 24 [2025-12-24T13:23:23.988Z] 08:51:01 5101340 31404016 823444 2.51 470432 24882744 2098408 6.19 4608324 21460640 8 [2025-12-24T13:23:23.988Z] 08:52:01 5101040 31403744 823672 2.51 470440 24882748 2098408 6.19 4608332 21460644 28 [2025-12-24T13:23:23.988Z] 08:53:01 5101252 31403964 823372 2.50 470468 24882748 2098408 6.19 4608404 21460644 8 [2025-12-24T13:23:23.988Z] 08:54:01 5101380 31404124 823380 2.50 470488 24882748 2098408 6.19 4608388 21460648 28 [2025-12-24T13:23:23.988Z] 08:55:01 5101136 31403904 823556 2.51 470512 24882760 2098408 6.19 4608656 21460652 204 [2025-12-24T13:23:23.988Z] 08:56:01 5101336 31404268 823428 2.51 470524 24882888 2098408 6.19 4608424 21460780 28 [2025-12-24T13:23:23.988Z] 08:57:01 5101288 31404228 823424 2.51 470540 24882896 2098408 6.19 4608436 21460788 20 [2025-12-24T13:23:23.988Z] 08:58:01 5101264 31404236 823388 2.50 470552 24882896 2098408 6.19 4608488 21460788 8 [2025-12-24T13:23:23.988Z] 08:59:01 5101252 31404260 823536 2.51 470568 24882900 2098408 6.19 4608752 21460792 12 [2025-12-24T13:23:23.988Z] 09:00:01 5101188 31404204 823576 2.51 470576 24882904 2098408 6.19 4608480 21460800 24 [2025-12-24T13:23:23.988Z] 09:01:01 5101440 31404456 823260 2.50 470596 24882904 2098408 6.19 4608476 21460800 4 [2025-12-24T13:23:23.988Z] 09:02:01 5101156 31404180 823480 2.51 470608 24882908 2098408 6.19 4608488 21460804 28 [2025-12-24T13:23:23.988Z] 09:03:01 5101132 31404216 823456 2.51 470636 24882892 2098408 6.19 4608584 21460808 12 [2025-12-24T13:23:23.988Z] 09:04:01 5100468 31403556 824056 2.51 470656 24882912 2082088 6.14 4608764 21460812 36 [2025-12-24T13:23:23.988Z] 09:05:01 5100648 31403804 823788 2.51 470676 24882916 2082088 6.14 4608872 21460820 8 [2025-12-24T13:23:23.988Z] 09:06:01 5100816 31403976 823756 2.51 470692 24882916 2082088 6.14 4608872 21460820 4 [2025-12-24T13:23:23.988Z] 09:07:01 5100768 31403952 823708 2.51 470708 24882924 2082088 6.14 4608580 21460824 36 [2025-12-24T13:23:23.988Z] 09:08:01 5100920 31404144 823680 2.51 470736 24882924 2082088 6.14 4608708 21460820 8 [2025-12-24T13:23:23.989Z] 09:09:01 5100700 31403988 823804 2.51 470780 24882928 2082088 6.14 4608688 21460828 28 [2025-12-24T13:23:23.989Z] 09:10:01 5100652 31403956 823768 2.51 470800 24882932 2082088 6.14 4608704 21460828 4 [2025-12-24T13:23:23.989Z] 09:11:01 5100604 31403928 823724 2.51 470832 24882932 2082088 6.14 4608740 21460828 12 [2025-12-24T13:23:23.989Z] 09:12:01 5100288 31403616 823980 2.51 470848 24882940 2082088 6.14 4608724 21460832 8 [2025-12-24T13:23:23.989Z] 09:13:01 5100352 31403732 823828 2.51 470884 24882932 2082088 6.14 4608852 21460836 12 [2025-12-24T13:23:23.989Z] 09:14:01 5100732 31404152 823724 2.51 470900 24882944 2082088 6.14 4608812 21460840 24 [2025-12-24T13:23:23.989Z] 09:15:01 5100000 31403424 824412 2.51 470924 24882948 2082088 6.14 4608812 21460844 8 [2025-12-24T13:23:23.989Z] 09:16:01 5099952 31403380 824392 2.51 470932 24882952 2082088 6.14 4608828 21460848 24 [2025-12-24T13:23:23.989Z] 09:17:01 5100076 31403572 824192 2.51 470948 24882956 2082088 6.14 4608936 21460852 28 [2025-12-24T13:23:23.989Z] 09:18:01 5099996 31403496 824188 2.51 470956 24882956 2082088 6.14 4608968 21460836 8 [2025-12-24T13:23:23.989Z] 09:19:01 5099956 31403468 824280 2.51 470960 24882960 2082088 6.14 4608896 21460840 4 [2025-12-24T13:23:23.989Z] 09:20:01 5099940 31403456 824232 2.51 470968 24882964 2082088 6.14 4608896 21460844 28 [2025-12-24T13:23:23.989Z] 09:21:01 5099640 31403156 824472 2.51 470976 24882964 2082088 6.14 4608916 21460844 12 [2025-12-24T13:23:23.989Z] 09:22:01 5100096 31403616 824056 2.51 470984 24882968 2098136 6.19 4608900 21460848 24 [2025-12-24T13:23:23.989Z] 09:23:01 5100296 31403816 824004 2.51 471000 24882968 2114196 6.23 4608960 21460848 4 [2025-12-24T13:23:23.989Z] 09:24:01 5100256 31403832 824020 2.51 471016 24882972 2114196 6.23 4608980 21460852 24 [2025-12-24T13:23:23.989Z] 09:25:01 5100232 31403776 824020 2.51 471028 24882980 2114196 6.23 4608960 21460856 36 [2025-12-24T13:23:23.989Z] 09:26:01 5100384 31403952 824012 2.51 471048 24882980 2114196 6.23 4609396 21460860 192 [2025-12-24T13:23:23.989Z] 09:27:01 5100920 31404496 823460 2.51 471064 24882984 2114196 6.23 4609000 21460864 28 [2025-12-24T13:23:23.989Z] 09:28:01 5100944 31404572 823380 2.50 471096 24882988 2114196 6.23 4609392 21460864 4 [2025-12-24T13:23:23.989Z] 09:29:01 5100928 31404576 823360 2.50 471112 24882992 2114196 6.23 4609076 21460868 28 [2025-12-24T13:23:23.989Z] 09:30:01 5100912 31404568 823296 2.50 471128 24882996 2114196 6.23 4609092 21460876 4 [2025-12-24T13:23:23.989Z] 09:31:01 5100800 31404456 823328 2.50 471148 24882996 2114196 6.23 4609076 21460876 12 [2025-12-24T13:23:23.989Z] 09:32:01 5100436 31404156 823628 2.51 471168 24883000 2114196 6.23 4609212 21460884 8 [2025-12-24T13:23:23.989Z] 09:33:01 5099972 31403736 823980 2.51 471216 24882988 2114196 6.23 4609672 21460884 16 [2025-12-24T13:23:23.989Z] 09:34:01 5099468 31403260 824448 2.51 471228 24883008 2114196 6.23 4609440 21460888 36 [2025-12-24T13:23:23.989Z] 09:35:01 5099704 31403532 824128 2.51 471248 24883012 2114196 6.23 4609484 21460892 28 [2025-12-24T13:23:23.989Z] 09:36:01 5099808 31403656 824160 2.51 471268 24883012 2114196 6.23 4609756 21460892 8 [2025-12-24T13:23:23.989Z] 09:37:01 5099792 31403644 824120 2.51 471296 24883012 2114196 6.23 4609424 21460896 28 [2025-12-24T13:23:23.989Z] 09:38:01 5099524 31403404 824364 2.51 471300 24883016 2114196 6.23 4609492 21460896 8 [2025-12-24T13:23:23.989Z] 09:39:01 5099696 31403584 824068 2.51 471328 24883020 2114196 6.23 4609436 21460900 4 [2025-12-24T13:23:23.989Z] 09:40:01 5099584 31403476 824104 2.51 471340 24883024 2114196 6.23 4609456 21460904 28 [2025-12-24T13:23:23.989Z] 09:41:01 5099568 31403564 823980 2.51 471356 24883088 2114196 6.23 4609476 21460968 8 [2025-12-24T13:23:23.989Z] 09:42:01 5099268 31403268 824204 2.51 471368 24883092 2097412 6.18 4609476 21460972 28 [2025-12-24T13:23:23.989Z] 09:43:01 5099120 31403148 824468 2.51 471404 24883096 2081340 6.14 4609584 21460972 48 [2025-12-24T13:23:23.989Z] 09:44:01 5099320 31403420 824424 2.51 471428 24883104 2081340 6.14 4609560 21460988 40 [2025-12-24T13:23:23.989Z] 09:45:01 5099336 31403436 824352 2.51 471440 24883108 2081340 6.14 4609840 21460992 188 [2025-12-24T13:23:23.989Z] 09:46:01 5100108 31404208 823568 2.51 471448 24883108 2081340 6.14 4609580 21460992 8 [2025-12-24T13:23:23.989Z] 09:47:01 5099800 31404052 823700 2.51 471468 24883240 2081340 6.14 4609604 21461120 28 [2025-12-24T13:23:23.989Z] 09:48:01 5099752 31404004 823720 2.51 471488 24883240 2081340 6.14 4609664 21461120 4 [2025-12-24T13:23:23.989Z] 09:49:01 5099752 31404008 823648 2.51 471504 24883244 2081340 6.14 4609584 21461124 28 [2025-12-24T13:23:23.989Z] 09:50:01 5099460 31403780 823872 2.51 471532 24883248 2081340 6.14 4609940 21461132 168 [2025-12-24T13:23:23.989Z] 09:51:01 5099760 31404080 823556 2.51 471548 24883248 2081340 6.14 4609668 21461132 12 [2025-12-24T13:23:23.989Z] 09:52:01 5099744 31404072 823524 2.51 471560 24883256 2081340 6.14 4609696 21461140 4 [2025-12-24T13:23:23.989Z] 09:53:01 5099728 31404124 823508 2.51 471580 24883252 2081340 6.14 4609816 21461136 8 [2025-12-24T13:23:23.989Z] 09:54:01 5099932 31404336 823212 2.50 471604 24883260 2081340 6.14 4609764 21461140 28 [2025-12-24T13:23:23.989Z] 09:55:01 5099696 31404164 823348 2.50 471640 24883260 2081340 6.14 4609844 21461144 12 [2025-12-24T13:23:23.989Z] 09:56:01 5099104 31403576 823856 2.51 471660 24883264 2081340 6.14 4609824 21461148 8 [2025-12-24T13:23:23.989Z] 09:57:01 5099288 31403912 823664 2.51 471668 24883396 2097396 6.18 4609872 21461276 8 [2025-12-24T13:23:23.989Z] 09:58:01 5099256 31403888 823672 2.51 471692 24883384 2097396 6.18 4609948 21461276 8 [2025-12-24T13:23:23.989Z] 09:59:02 5098680 31403316 824208 2.51 471716 24883400 2097396 6.18 4609892 21461280 28 [2025-12-24T13:23:23.989Z] 10:00:01 5098672 31403356 824128 2.51 471740 24883404 2097500 6.18 4609924 21461280 8 [2025-12-24T13:23:23.989Z] 10:01:01 5097544 31402264 825164 2.51 471760 24883412 2097500 6.18 4609976 21461288 8 [2025-12-24T13:23:23.989Z] 10:02:01 5097716 31402464 824904 2.51 471780 24883416 2097500 6.18 4609996 21461296 28 [2025-12-24T13:23:23.989Z] 10:03:01 5097496 31402264 825052 2.51 471804 24883416 2097500 6.18 4610372 21461296 8 [2025-12-24T13:23:23.989Z] 10:04:01 5098544 31403316 823920 2.51 471844 24883412 2097500 6.18 4610020 21461300 24 [2025-12-24T13:23:23.989Z] 10:05:01 5098064 31402896 824360 2.51 471868 24883420 2097500 6.18 4610400 21461304 12 [2025-12-24T13:23:23.989Z] 10:06:01 5097980 31402864 824580 2.51 471888 24883424 2097500 6.18 4610356 21461304 8 [2025-12-24T13:23:23.989Z] 10:07:01 5097964 31402852 824536 2.51 471916 24883428 2097500 6.18 4610412 21461308 28 [2025-12-24T13:23:23.989Z] 10:08:01 5098168 31403060 824280 2.51 471936 24883428 2097500 6.18 4610472 21461308 8 [2025-12-24T13:23:23.989Z] 10:09:01 5097884 31402840 824508 2.51 471964 24883424 2097500 6.18 4610204 21461316 28 [2025-12-24T13:23:23.989Z] 10:10:01 5097884 31402868 824484 2.51 471976 24883436 2097500 6.18 4610212 21461316 4 [2025-12-24T13:23:23.989Z] 10:11:01 5097572 31402584 824920 2.51 472000 24883440 2097500 6.18 4610540 21461320 192 [2025-12-24T13:23:23.989Z] 10:12:01 5098092 31403120 824380 2.51 472016 24883444 2097500 6.18 4610272 21461324 24 [2025-12-24T13:23:23.989Z] 10:13:01 5098344 31403372 824172 2.51 472044 24883444 2097500 6.18 4610640 21461324 8 [2025-12-24T13:23:23.989Z] 10:14:01 5098596 31403628 823900 2.51 472060 24883440 2080660 6.13 4610280 21461328 24 [2025-12-24T13:23:23.989Z] 10:15:01 5098320 31403416 824116 2.51 472076 24883448 2080660 6.13 4610320 21461332 4 [2025-12-24T13:23:23.989Z] 10:16:01 5098280 31403384 824120 2.51 472088 24883452 2080660 6.13 4610320 21461336 28 [2025-12-24T13:23:23.989Z] 10:17:01 5098524 31403768 823668 2.51 472100 24883588 2080660 6.13 4610344 21461472 4 [2025-12-24T13:23:23.989Z] 10:18:01 5060676 31380296 843388 2.57 472536 24895920 2168036 6.39 4631952 21470560 972 [2025-12-24T13:23:23.989Z] 10:19:01 5060408 31380032 843596 2.57 472564 24895908 2168036 6.39 4631884 21470564 60 [2025-12-24T13:23:23.989Z] 10:20:01 5060928 31380584 843028 2.56 472580 24895924 2168036 6.39 4631900 21470564 12 [2025-12-24T13:23:23.989Z] 10:21:01 5060912 31380572 842964 2.56 472596 24895928 2168036 6.39 4631908 21470568 8 [2025-12-24T13:23:23.989Z] 10:22:01 5061368 31381068 842528 2.56 472616 24895936 2168036 6.39 4631836 21470576 4 [2025-12-24T13:23:23.989Z] 10:23:01 5061280 31380980 842680 2.56 472644 24895936 2168036 6.39 4631912 21470576 12 [2025-12-24T13:23:23.989Z] 10:24:01 5061020 31380784 842836 2.56 472692 24895940 2168036 6.39 4632180 21470584 32 [2025-12-24T13:23:23.989Z] 10:25:01 5061004 31380828 842776 2.56 472716 24895940 2168036 6.39 4631972 21470588 12 [2025-12-24T13:23:23.989Z] 10:26:01 5061744 31381580 841996 2.56 472736 24895944 2168036 6.39 4631996 21470596 8 [2025-12-24T13:23:23.989Z] 10:27:01 5061664 31381520 842032 2.56 472756 24895948 2168036 6.39 4632000 21470600 8 [2025-12-24T13:23:23.989Z] 10:28:01 5061428 31381284 842232 2.56 472776 24895948 2168036 6.39 4632068 21470600 8 [2025-12-24T13:23:23.989Z] 10:29:01 5061380 31381284 842208 2.56 472800 24895940 2168036 6.39 4632076 21470592 28 [2025-12-24T13:23:23.989Z] 10:30:01 5060612 31380548 843140 2.57 472828 24895948 2168036 6.39 4632080 21470592 8 [2025-12-24T13:23:23.989Z] 10:31:01 5050740 31370848 853048 2.60 472852 24896080 2168036 6.39 4643208 21470728 4 [2025-12-24T13:23:23.989Z] 10:32:01 5050732 31370844 852992 2.59 472880 24896096 2168036 6.39 4643384 21470732 68 [2025-12-24T13:23:23.989Z] 10:33:01 5050432 31370588 853220 2.60 472892 24896096 2168036 6.39 4643428 21470728 8 [2025-12-24T13:23:23.989Z] 10:34:01 5049424 31369548 854232 2.60 472916 24896100 2168036 6.39 4644120 21470740 28 [2025-12-24T13:23:23.989Z] 10:35:01 5049220 31369364 854344 2.60 472944 24896100 2168036 6.39 4643772 21470740 8 [2025-12-24T13:23:23.989Z] 10:36:01 5049208 31369392 854516 2.60 472956 24896104 2168036 6.39 4643852 21470744 40 [2025-12-24T13:23:23.989Z] 10:37:01 5049444 31369656 854228 2.60 472980 24896108 2168036 6.39 4643700 21470748 12 [2025-12-24T13:23:23.989Z] 10:38:01 5049428 31369644 854172 2.60 472992 24896108 2168036 6.39 4643804 21470748 8 [2025-12-24T13:23:23.989Z] 10:39:01 5049000 31369232 854516 2.60 473024 24896100 2168036 6.39 4644008 21470752 20 [2025-12-24T13:23:23.989Z] 10:40:01 5048952 31369220 854464 2.60 473048 24896112 2168036 6.39 4643792 21470752 8 [2025-12-24T13:23:23.989Z] 10:41:01 5049124 31369400 854188 2.60 473080 24896120 2168036 6.39 4643776 21470756 36 [2025-12-24T13:23:23.989Z] 10:42:01 5049328 31369668 853904 2.60 473096 24896124 2168036 6.39 4644124 21470764 4 [2025-12-24T13:23:23.989Z] 10:43:01 5049336 31369680 853796 2.60 473128 24896124 2168036 6.39 4644208 21470768 12 [2025-12-24T13:23:23.989Z] 10:44:01 5049540 31369948 853496 2.60 473164 24896120 2168036 6.39 4643916 21470776 4 [2025-12-24T13:23:23.989Z] 10:45:01 5048680 31369124 854200 2.60 473196 24896128 2168036 6.39 4643896 21470776 12 [2025-12-24T13:23:23.989Z] 10:46:01 5048664 31369168 854268 2.60 473228 24896132 2168036 6.39 4643960 21470772 4 [2025-12-24T13:23:23.989Z] 10:47:01 5048388 31368932 854504 2.60 473244 24896136 2184180 6.44 4644020 21470776 32 [2025-12-24T13:23:23.989Z] 10:48:01 5049104 31369664 853720 2.60 473256 24896136 2184180 6.44 4644100 21470776 8 [2025-12-24T13:23:23.989Z] 10:49:01 5049072 31369656 853692 2.60 473272 24896148 2184180 6.44 4644052 21470788 4 [2025-12-24T13:23:23.989Z] 10:50:01 5048300 31368900 854384 2.60 473300 24896148 2184180 6.44 4644048 21470788 12 [2025-12-24T13:23:23.989Z] 10:51:01 5048368 31369036 854116 2.60 473324 24896152 2184180 6.44 4644460 21470792 200 [2025-12-24T13:23:23.989Z] 10:52:01 5048636 31369344 853816 2.60 473348 24896152 2184180 6.44 4644140 21470796 4 [2025-12-24T13:23:23.989Z] 10:53:01 5048856 31369568 853576 2.60 473364 24896156 2184180 6.44 4644524 21470800 8 [2025-12-24T13:23:23.989Z] 10:54:01 5048456 31369220 854108 2.60 473396 24896152 2184180 6.44 4644472 21470800 4 [2025-12-24T13:23:23.989Z] 10:55:01 5048432 31369232 854068 2.60 473416 24896160 2184180 6.44 4644224 21470800 12 [2025-12-24T13:23:23.989Z] 10:56:01 5048668 31369492 853788 2.60 473436 24896164 2184180 6.44 4644248 21470804 4 [2025-12-24T13:23:23.989Z] 10:57:01 5051480 31372324 850920 2.59 473456 24896164 2184180 6.44 4641720 21470804 8 [2025-12-24T13:23:23.989Z] 10:58:01 5051380 31372248 851148 2.59 473476 24896172 2184180 6.44 4642088 21470808 196 [2025-12-24T13:23:23.989Z] 10:59:01 5051616 31372508 850836 2.59 473512 24896176 2184180 6.44 4641772 21470812 56 [2025-12-24T13:23:23.989Z] 11:00:01 5051592 31372544 850772 2.59 473540 24896176 2184180 6.44 4641820 21470816 8 [2025-12-24T13:23:23.989Z] 11:01:01 5051048 31372012 851236 2.59 473552 24896180 2184180 6.44 4641832 21470816 28 [2025-12-24T13:23:23.989Z] 11:02:01 5050992 31372100 851088 2.59 473568 24896308 2184180 6.44 4641928 21470948 36 [2025-12-24T13:23:23.989Z] 11:03:01 5050952 31372064 851052 2.59 473588 24896304 2184180 6.44 4641912 21470952 4 [2025-12-24T13:23:23.989Z] 11:04:01 5050676 31371792 851280 2.59 473620 24896304 2184180 6.44 4641948 21470956 28 [2025-12-24T13:23:23.989Z] 11:05:01 5050508 31371688 851348 2.59 473640 24896320 2184180 6.44 4642076 21470960 24 [2025-12-24T13:23:23.989Z] 11:06:01 5050460 31371644 851332 2.59 473640 24896324 2184180 6.44 4641956 21470964 24 [2025-12-24T13:23:23.989Z] 11:07:01 5050728 31371948 851032 2.59 473648 24896328 2167576 6.39 4641972 21470964 4 [2025-12-24T13:23:23.989Z] 11:08:01 5050368 31371604 851576 2.59 473660 24896332 2167576 6.39 4642340 21470972 216 [2025-12-24T13:23:23.989Z] 11:09:01 5050644 31371884 851288 2.59 473668 24896336 2183632 6.44 4642004 21470976 4 [2025-12-24T13:23:23.989Z] 11:10:01 5050864 31372124 851016 2.59 473676 24896336 2183632 6.44 4642008 21470976 12 [2025-12-24T13:23:23.989Z] 11:11:01 5050304 31371580 851536 2.59 473692 24896340 2183632 6.44 4642036 21470980 4 [2025-12-24T13:23:23.989Z] 11:12:01 5050512 31371804 851472 2.59 473712 24896340 2183632 6.44 4642280 21470980 12 [2025-12-24T13:23:23.989Z] 11:13:01 5049952 31371280 851868 2.59 473736 24896344 2183632 6.44 4642052 21470984 8 [2025-12-24T13:23:23.989Z] 11:14:01 5050188 31371588 851584 2.59 473764 24896348 2183632 6.44 4642036 21470992 4 [2025-12-24T13:23:23.989Z] 11:15:01 5049596 31371004 852056 2.59 473784 24896348 2183632 6.44 4642072 21470988 12 [2025-12-24T13:23:23.990Z] 11:16:01 5050100 31371528 851540 2.59 473792 24896352 2183632 6.44 4642068 21470992 4 [2025-12-24T13:23:23.990Z] 11:17:01 5049848 31371276 851772 2.59 473808 24896356 2166956 6.39 4642088 21470992 24 [2025-12-24T13:23:23.990Z] 11:18:01 5050156 31371616 851440 2.59 473820 24896360 2166956 6.39 4642180 21471000 8 [2025-12-24T13:23:23.990Z] 11:19:01 5049352 31370828 852220 2.59 473840 24896364 2166956 6.39 4642420 21471004 28 [2025-12-24T13:23:23.990Z] 11:20:01 5050116 31371596 851392 2.59 473856 24896364 2166956 6.39 4642132 21471004 8 [2025-12-24T13:23:23.990Z] 11:21:01 5049352 31370840 852132 2.59 473864 24896372 2150652 6.34 4642132 21471012 16 [2025-12-24T13:23:23.990Z] 11:22:01 5049556 31371092 851860 2.59 473872 24896372 2150652 6.34 4642156 21471012 4 [2025-12-24T13:23:23.990Z] 11:23:01 5049368 31370916 852184 2.59 473892 24896376 2166704 6.39 4642544 21471016 32 [2025-12-24T13:23:23.990Z] 11:24:01 5049888 31371440 851608 2.59 473912 24896380 2166704 6.39 4642204 21471020 4 [2025-12-24T13:23:23.990Z] 11:25:01 5049344 31370936 852132 2.59 473920 24896384 2166704 6.39 4642244 21471020 24 [2025-12-24T13:23:23.990Z] 11:26:01 5049296 31370900 852104 2.59 473936 24896388 2166704 6.39 4642232 21471024 4 [2025-12-24T13:23:23.990Z] 11:27:01 5049532 31371152 851784 2.59 473960 24896388 2166704 6.39 4642268 21471024 12 [2025-12-24T13:23:23.990Z] 11:28:01 5049256 31370904 852076 2.59 473984 24896392 2166704 6.39 4642332 21471028 12 [2025-12-24T13:23:23.990Z] 11:29:01 5049248 31370908 852008 2.59 473992 24896396 2166704 6.39 4642276 21471032 28 [2025-12-24T13:23:23.990Z] 11:30:01 5049168 31370864 852024 2.59 474008 24896384 2166704 6.39 4642324 21471032 12 [2025-12-24T13:23:23.990Z] 11:31:01 5049412 31371144 851688 2.59 474020 24896400 2166704 6.39 4642332 21471040 8 [2025-12-24T13:23:23.990Z] 11:32:01 5049272 31371016 851984 2.59 474024 24896400 2166704 6.39 4642412 21471040 12 [2025-12-24T13:23:23.990Z] 11:33:01 5049272 31371024 851936 2.59 474044 24896404 2166704 6.39 4642444 21471044 8 [2025-12-24T13:23:23.990Z] 11:34:01 5048748 31370760 852172 2.59 474068 24896404 2182928 6.44 4642792 21471040 4 [2025-12-24T13:23:23.990Z] 11:35:01 5048772 31370948 851928 2.59 474084 24896540 2166264 6.39 4642640 21471172 24 [2025-12-24T13:23:23.990Z] 11:36:01 5048692 31370884 851928 2.59 474100 24896544 2166264 6.39 4642636 21471176 4 [2025-12-24T13:23:23.990Z] 11:37:01 5048608 31370832 852144 2.59 474120 24896548 2166264 6.39 4642576 21471180 8 [2025-12-24T13:23:23.990Z] 11:38:01 5048584 31370820 852112 2.59 474136 24896552 2166264 6.39 4642628 21471184 28 [2025-12-24T13:23:23.990Z] 11:39:01 5048768 31371040 852064 2.59 474152 24896556 2166264 6.39 4642668 21471188 4 [2025-12-24T13:23:23.990Z] 11:40:01 5049236 31371512 851780 2.59 474168 24896552 2166264 6.39 4642620 21471188 12 [2025-12-24T13:23:23.990Z] 11:41:01 5049008 31371288 851960 2.59 474188 24896560 2166264 6.39 4642636 21471192 4 [2025-12-24T13:23:23.990Z] 11:42:01 5048960 31371276 851932 2.59 474204 24896560 2166264 6.39 4642672 21471192 8 [2025-12-24T13:23:23.990Z] 11:43:01 5048596 31370920 852212 2.59 474216 24896568 2166264 6.39 4642752 21471196 24 [2025-12-24T13:23:23.990Z] 11:44:01 5048612 31370968 852148 2.59 474244 24896572 2166264 6.39 4642700 21471200 8 [2025-12-24T13:23:23.990Z] 11:45:01 5048784 31371144 851884 2.59 474272 24896572 2166264 6.39 4642760 21471200 4 [2025-12-24T13:23:23.990Z] 11:46:01 5048888 31371316 851916 2.59 474284 24896576 2166264 6.39 4642772 21471208 28 [2025-12-24T13:23:23.990Z] 11:47:01 5048904 31371344 851848 2.59 474308 24896576 2166264 6.39 4643060 21471208 8 [2025-12-24T13:23:23.990Z] 11:48:01 5048636 31371112 852128 2.59 474328 24896580 2166264 6.39 4642852 21471212 8 [2025-12-24T13:23:23.990Z] 11:49:01 5049124 31371624 851600 2.59 474356 24896576 2166264 6.39 4642828 21471216 28 [2025-12-24T13:23:23.990Z] 11:50:01 5049612 31372112 851080 2.59 474364 24896584 2166264 6.39 4642812 21471216 12 [2025-12-24T13:23:23.990Z] 11:51:01 5049564 31372068 851064 2.59 474368 24896588 2166264 6.39 4642832 21471220 28 [2025-12-24T13:23:23.990Z] 11:52:01 5049816 31372360 850904 2.59 474384 24896588 2166264 6.39 4642852 21471220 8 [2025-12-24T13:23:23.990Z] 11:53:01 5049492 31372044 851172 2.59 474396 24896596 2166264 6.39 4642912 21471224 32 [2025-12-24T13:23:23.990Z] 11:54:01 5049456 31372012 851360 2.59 474416 24896600 2166264 6.39 4642868 21471228 24 [2025-12-24T13:23:23.990Z] 11:55:01 5049408 31372044 851352 2.59 474444 24896604 2166264 6.39 4642964 21471232 52 [2025-12-24T13:23:23.990Z] 11:56:01 5049100 31371744 851624 2.59 474456 24896608 2166264 6.39 4642928 21471236 28 [2025-12-24T13:23:23.990Z] 11:57:01 5048800 31371468 851848 2.59 474476 24896608 2166264 6.39 4642960 21471240 12 [2025-12-24T13:23:23.990Z] 11:58:01 5048580 31371272 851952 2.59 474492 24896612 2166264 6.39 4643024 21471244 28 [2025-12-24T13:23:23.990Z] 11:59:01 5048532 31371244 851916 2.59 474512 24896612 2166264 6.39 4642984 21471244 8 [2025-12-24T13:23:23.990Z] 12:00:01 5048768 31371508 851640 2.59 474536 24896608 2182308 6.43 4643024 21471248 28 [2025-12-24T13:23:23.990Z] 12:01:01 5048500 31371244 851828 2.59 474540 24896624 2182308 6.43 4643004 21471252 8 [2025-12-24T13:23:23.990Z] 12:02:01 5048500 31371276 851812 2.59 474552 24896624 2182308 6.43 4643032 21471252 12 [2025-12-24T13:23:23.990Z] 12:03:01 5048444 31371248 851940 2.59 474564 24896628 2182308 6.43 4643188 21471256 8 [2025-12-24T13:23:23.990Z] 12:04:01 5048932 31371760 851412 2.59 474588 24896628 2182308 6.43 4643156 21471256 12 [2025-12-24T13:23:23.990Z] 12:05:01 5048860 31371700 851440 2.59 474616 24896624 2182308 6.43 4643348 21471264 12 [2025-12-24T13:23:23.990Z] 12:06:01 5048592 31371468 851668 2.59 474624 24896636 2182308 6.43 4643128 21471268 24 [2025-12-24T13:23:23.990Z] 12:07:01 5048576 31371460 851656 2.59 474636 24896636 2182308 6.43 4643408 21471268 4 [2025-12-24T13:23:23.990Z] 12:08:01 5048776 31371684 851644 2.59 474644 24896640 2182308 6.43 4643416 21471272 8 [2025-12-24T13:23:23.990Z] 12:09:01 5048556 31371464 851840 2.59 474668 24896640 2182308 6.43 4643160 21471272 8 [2025-12-24T13:23:23.990Z] 12:10:01 5048516 31371452 851864 2.59 474676 24896648 2182308 6.43 4643164 21471276 40 [2025-12-24T13:23:23.990Z] 12:11:01 5049044 31371996 851248 2.59 474704 24896656 2182308 6.43 4643172 21471280 4 [2025-12-24T13:23:23.990Z] 12:12:01 5048932 31371912 851300 2.59 474716 24896656 2182308 6.43 4643220 21471280 8 [2025-12-24T13:23:23.990Z] 12:13:01 5048664 31371660 851484 2.59 474748 24896660 2182308 6.43 4643272 21471284 4 [2025-12-24T13:23:23.990Z] 12:14:01 5048832 31371860 851464 2.59 474768 24896660 2182308 6.43 4643244 21471284 12 [2025-12-24T13:23:23.990Z] 12:15:01 5048240 31371296 852012 2.59 474796 24896656 2165316 6.38 4643580 21471288 4 [2025-12-24T13:23:23.990Z] 12:16:01 5048484 31371576 851680 2.59 474820 24896668 2149028 6.34 4643308 21471292 28 [2025-12-24T13:23:23.990Z] 12:17:01 5048404 31371520 851688 2.59 474844 24896668 2149028 6.34 4643320 21471292 8 [2025-12-24T13:23:23.990Z] 12:18:01 5069352 31392432 834840 2.54 474876 24897036 2063236 6.08 4630472 21467176 208 [2025-12-24T13:23:23.990Z] 12:19:01 5070400 31393560 833692 2.54 474888 24897104 2063236 6.08 4630424 21467240 24 [2025-12-24T13:23:23.990Z] 12:20:01 5070592 31393760 833672 2.54 474904 24897096 2063236 6.08 4630400 21467244 8 [2025-12-24T13:23:23.990Z] 12:21:01 5070576 31393748 833632 2.54 474924 24897112 2063236 6.08 4630400 21467248 12 [2025-12-24T13:23:23.990Z] 12:22:01 5070308 31393516 833836 2.54 474932 24897112 2063236 6.08 4630456 21467248 8 [2025-12-24T13:23:23.990Z] 12:23:01 5070260 31393544 833724 2.54 474960 24897180 2063236 6.08 4630516 21467320 4 [2025-12-24T13:23:23.990Z] 12:24:01 5070724 31394044 833184 2.53 474984 24897180 2063236 6.08 4630472 21467320 12 [2025-12-24T13:23:23.990Z] 12:25:01 5070676 31394024 833140 2.53 475024 24897172 2063236 6.08 4630496 21467324 8 [2025-12-24T13:23:23.990Z] 12:26:01 5070628 31394020 833080 2.53 475052 24897192 2063236 6.08 4630556 21467328 44 [2025-12-24T13:23:23.990Z] 12:27:01 5070580 31394000 833056 2.53 475064 24897192 2063236 6.08 4630564 21467328 8 [2025-12-24T13:23:23.990Z] 12:28:01 5070436 31393872 833120 2.53 475080 24897196 2063236 6.08 4630636 21467332 8 [2025-12-24T13:23:23.990Z] 12:29:01 5070420 31393876 833052 2.53 475096 24897200 2063236 6.08 4630612 21467332 4 [2025-12-24T13:23:23.990Z] 12:30:01 5070152 31393628 833288 2.54 475112 24897200 2063236 6.08 4630608 21467336 24 [2025-12-24T13:23:23.990Z] 12:31:01 5070156 31393788 833316 2.54 475128 24897336 2063236 6.08 4630624 21467468 12 [2025-12-24T13:23:23.990Z] 12:32:01 5069832 31393468 833592 2.54 475152 24897336 2063236 6.08 4630644 21467468 8 [2025-12-24T13:23:23.990Z] 12:33:01 5069748 31393428 833820 2.54 475160 24897340 2063236 6.08 4630728 21467472 8 [2025-12-24T13:23:23.990Z] 12:34:01 5069376 31393116 834044 2.54 475176 24897340 2095696 6.18 4630928 21467476 12 [2025-12-24T13:23:23.990Z] 12:35:01 5069872 31393616 833568 2.54 475200 24897344 2095696 6.18 4630800 21467480 16 [2025-12-24T13:23:23.990Z] 12:36:01 5060956 31385772 839540 2.55 475236 24897932 2095652 6.18 4638736 21468024 192 [2025-12-24T13:23:23.990Z] 12:37:01 5067752 31392324 834908 2.54 475260 24897928 2094720 6.18 4630884 21468016 28 [2025-12-24T13:23:23.990Z] 12:38:01 5068044 31392632 834572 2.54 475268 24897932 2094720 6.18 4630932 21468020 8 [2025-12-24T13:23:23.990Z] 12:39:01 5068468 31393184 833948 2.54 475280 24898060 2094720 6.18 4630892 21468148 8 [2025-12-24T13:23:23.990Z] 12:40:01 5068248 31392988 834108 2.54 475292 24898064 2094720 6.18 4630892 21468152 8 [2025-12-24T13:23:23.990Z] 12:41:01 5068240 31392996 834136 2.54 475324 24898060 2094720 6.18 4631108 21468156 16 [2025-12-24T13:23:23.990Z] 12:42:01 5068436 31393232 833972 2.54 475340 24898072 2094720 6.18 4630964 21468156 24 [2025-12-24T13:23:23.990Z] 12:43:01 5068364 31393172 833972 2.54 475356 24898076 2094720 6.18 4631252 21468160 12 [2025-12-24T13:23:23.990Z] 12:44:01 5068308 31393132 833964 2.54 475368 24898076 2094720 6.18 4630972 21468160 8 [2025-12-24T13:23:23.990Z] 12:45:01 5068236 31393080 833968 2.54 475372 24898084 2094720 6.18 4631000 21468168 4 [2025-12-24T13:23:23.990Z] 12:46:01 5068188 31393040 833940 2.54 475384 24898088 2094720 6.18 4630988 21468172 24 [2025-12-24T13:23:23.990Z] 12:47:01 5067856 31392720 834200 2.54 475396 24898088 2094720 6.18 4631000 21468172 4 [2025-12-24T13:23:23.990Z] 12:48:01 5068056 31392944 834132 2.54 475412 24898092 2094720 6.18 4631320 21468180 28 [2025-12-24T13:23:23.990Z] 12:49:01 5068292 31393200 833840 2.54 475436 24898092 2094720 6.18 4631028 21468180 8 [2025-12-24T13:23:23.990Z] 12:50:01 5068600 31393516 833496 2.54 475448 24898096 2094720 6.18 4631028 21468184 8 [2025-12-24T13:23:23.990Z] 12:51:01 5068728 31393684 833496 2.54 475476 24898096 2094720 6.18 4631076 21468188 8 [2025-12-24T13:23:23.990Z] 12:52:01 5068428 31393420 833776 2.54 475484 24898100 2094720 6.18 4631092 21468188 8 [2025-12-24T13:23:23.990Z] 12:53:01 5068460 31393464 833660 2.54 475504 24898104 2094720 6.18 4631160 21468192 8 [2025-12-24T13:23:23.990Z] 12:54:01 5068160 31393184 833880 2.54 475520 24898108 2094720 6.18 4631132 21468192 20 [2025-12-24T13:23:23.990Z] 12:55:01 5068048 31393096 833912 2.54 475532 24898112 2094720 6.18 4631136 21468196 4 [2025-12-24T13:23:23.990Z] 12:56:01 5068504 31393564 833376 2.54 475564 24898100 2094720 6.18 4631148 21468196 8 [2025-12-24T13:23:23.990Z] 12:57:01 5068204 31393316 833688 2.54 475568 24898116 2094720 6.18 4631188 21468204 8 [2025-12-24T13:23:23.990Z] 12:58:01 5068380 31393504 833632 2.54 475572 24898124 2094720 6.18 4631504 21468208 4 [2025-12-24T13:23:23.990Z] 12:59:01 5068340 31393468 833648 2.54 475580 24898124 2094720 6.18 4631368 21468208 12 [2025-12-24T13:23:23.990Z] 13:00:01 5068292 31393436 833612 2.54 475604 24898128 2094720 6.18 4631200 21468216 4 [2025-12-24T13:23:23.990Z] 13:01:01 5067960 31393128 833872 2.54 475628 24898120 2094720 6.18 4631512 21468216 8 [2025-12-24T13:23:23.990Z] 13:02:01 5068116 31393316 833628 2.54 475636 24898132 2094720 6.18 4631244 21468220 8 [2025-12-24T13:23:23.990Z] 13:03:01 5068360 31393572 833304 2.54 475648 24898140 2094720 6.18 4631316 21468224 36 [2025-12-24T13:23:23.990Z] 13:04:01 5068028 31393256 833548 2.54 475660 24898140 2094720 6.18 4631424 21468228 28 [2025-12-24T13:23:23.990Z] 13:05:01 5068156 31393392 833564 2.54 475672 24898144 2094720 6.18 4631284 21468232 32 [2025-12-24T13:23:23.990Z] 13:06:01 5068148 31393388 833536 2.54 475700 24898128 2078200 6.13 4631264 21468232 8 [2025-12-24T13:23:23.990Z] 13:07:01 5068132 31393428 833508 2.54 475708 24898148 2078200 6.13 4631316 21468236 28 [2025-12-24T13:23:23.990Z] 13:08:01 5067832 31393148 833732 2.54 475712 24898152 2078200 6.13 4631404 21468240 4 [2025-12-24T13:23:23.990Z] 13:09:01 5067816 31393136 833672 2.54 475728 24898152 2078200 6.13 4631612 21468240 12 [2025-12-24T13:23:23.990Z] 13:10:01 5067744 31393084 833696 2.54 475728 24898156 2078200 6.13 4631348 21468244 28 [2025-12-24T13:23:23.990Z] 13:11:01 5067716 31393056 833884 2.54 475740 24898156 2094244 6.17 4631348 21468244 4 [2025-12-24T13:23:23.990Z] 13:12:01 5067448 31392808 834104 2.54 475760 24898160 2110300 6.22 4631380 21468248 28 [2025-12-24T13:23:23.990Z] 13:13:01 5067400 31392788 834064 2.54 475776 24898168 2110300 6.22 4631732 21468252 36 [2025-12-24T13:23:23.990Z] 13:14:01 5067092 31392484 834312 2.54 475784 24898168 2110300 6.22 4631400 21468256 8 [2025-12-24T13:23:23.990Z] 13:15:01 5067536 31392960 834104 2.54 475804 24898176 2110300 6.22 4631684 21468264 4 [2025-12-24T13:23:23.990Z] 13:16:01 5067496 31392940 834144 2.54 475808 24898172 2110300 6.22 4631424 21468264 12 [2025-12-24T13:23:23.990Z] 13:17:01 5067756 31393204 833872 2.54 475812 24898180 2110300 6.22 4631424 21468268 4 [2025-12-24T13:23:23.990Z] 13:18:01 5067692 31393160 833964 2.54 475820 24898184 2110300 6.22 4631980 21468272 220 [2025-12-24T13:23:23.990Z] 13:19:01 5067724 31393192 833920 2.54 475832 24898184 2110300 6.22 4631436 21468272 4 [2025-12-24T13:23:23.990Z] 13:20:01 5067708 31393196 833864 2.54 475848 24898188 2110300 6.22 4631472 21468276 24 [2025-12-24T13:23:23.990Z] 13:21:01 5067172 31392740 834280 2.54 475884 24898240 2110300 6.22 4631468 21468340 8 [2025-12-24T13:23:23.990Z] 13:22:01 5066652 31392256 834744 2.54 475900 24898260 2110300 6.22 4631496 21468344 4 [2025-12-24T13:23:23.990Z] 13:23:01 5067048 31392688 834504 2.54 475908 24898264 2110300 6.22 4631600 21468352 24 [2025-12-24T13:23:23.990Z] Average: 5293534 31363787 862361 2.62 468456 24662310 2185099 6.44 4615682 21269236 11791 [2025-12-24T13:23:23.990Z] [2025-12-24T13:23:23.990Z] 07:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-12-24T13:23:23.990Z] 07:24:01 docker0 781.35 799.55 58.43 4680.70 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:24:01 ens3 974.57 889.67 8075.24 127.54 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:24:01 vethb6c4098 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:24:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:25:01 docker0 1.17 1.17 0.09 0.11 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:25:01 ens3 22.51 15.28 17.34 9.85 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:25:01 vethb6c4098 1.17 1.20 0.10 0.11 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:26:01 ens3 21.55 13.68 20.96 10.57 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:26:01 vethb6c4098 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 vethe69db14 1.67 3.95 0.14 43.19 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 veth55a1209 8.62 4.52 125.00 0.40 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 vethc376c2d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 vethdb7bcad 4.52 8.62 0.40 125.00 0.00 0.00 0.00 0.01 [2025-12-24T13:23:23.990Z] 07:27:01 veth94bfb19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 veth7ae2d59 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 docker0 12.51 22.98 0.93 324.59 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 veth2fede7d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 veth6c31fda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 veth58407e3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 ens3 124.15 77.92 2547.15 20.93 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 veth7f34637 3.95 1.67 43.19 0.14 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 veth99ef133 0.62 1.08 0.05 0.26 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:27:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 veth2c23848 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 veth218c89e 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 vethc2d91a6 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 docker0 598.02 974.70 52.53 9176.94 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 vethc01d4a1 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 vethb962ab5 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 veth1161146 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 vetha660cc1 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.990Z] 07:28:01 veth85d9a95 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:28:01 ens3 1221.60 716.44 12487.75 85.77 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:28:01 vethcf1db0a 0.05 0.50 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:28:01 veth99ef133 0.07 2.60 0.00 0.11 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:28:01 veth5f4dc58 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:28:01 veth24e2c72 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:28:01 veth20bb391 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:28:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 veth2c23848 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 veth218c89e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 vethc2d91a6 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 docker0 0.10 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 vethc01d4a1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 vethb962ab5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 veth1161146 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 vetha660cc1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 veth85d9a95 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 ens3 7.12 4.29 5.75 3.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 vethcf1db0a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 veth99ef133 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 veth5f4dc58 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 veth24e2c72 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 veth20bb391 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:29:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 veth2c23848 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 veth218c89e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 vethc01d4a1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 vethb962ab5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 veth1161146 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 vetha660cc1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 veth85d9a95 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 ens3 7.88 4.15 6.42 3.45 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 vethcf1db0a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 veth99ef133 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 veth5f4dc58 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 veth20bb391 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:31:02 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:31:02 ens3 33.19 29.07 19.78 133.37 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:31:02 lo 2.80 2.80 0.28 0.28 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:32:01 ens3 417.52 435.76 207.87 1970.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:32:01 lo 39.65 39.65 3.88 3.88 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:33:01 ens3 386.95 385.24 150.94 2473.48 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:33:01 lo 24.60 24.60 2.40 2.40 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:34:01 ens3 46.37 42.44 22.88 238.61 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:34:01 lo 3.60 3.60 0.35 0.35 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:35:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:36:01 ens3 0.55 0.42 0.27 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:37:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:38:01 ens3 0.23 0.13 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:39:01 ens3 0.18 0.13 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:40:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:41:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:42:01 ens3 0.20 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:43:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:45:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:46:01 ens3 0.18 0.03 0.07 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:47:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:48:01 ens3 0.22 0.13 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:49:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:51:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:53:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:54:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:55:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:56:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:57:01 ens3 0.23 0.17 0.10 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:58:01 ens3 0.23 0.15 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:59:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:00:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:01:01 ens3 0.32 0.20 0.08 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:03:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:04:01 ens3 0.70 0.35 0.30 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:05:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:06:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:07:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:08:01 ens3 0.28 0.12 0.14 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:09:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:12:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:13:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.991Z] 08:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:14:01 ens3 0.17 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:15:01 ens3 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:17:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:18:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:19:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:20:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:21:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:23:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:24:01 ens3 0.20 0.10 0.12 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:25:01 ens3 0.13 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:27:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:28:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:30:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:31:01 ens3 0.28 0.20 0.08 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:32:01 ens3 0.23 0.23 0.11 0.25 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:33:01 ens3 2.93 2.63 1.64 4.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:33:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:34:01 ens3 1.52 1.25 0.79 1.15 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:35:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:36:01 ens3 0.53 0.33 0.27 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:37:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:38:01 ens3 0.35 0.15 0.15 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:39:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:40:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:41:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:42:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:43:01 ens3 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:44:02 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:45:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:47:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:48:01 ens3 0.25 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:49:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:51:01 ens3 0.27 0.17 0.08 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:53:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:55:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:56:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:57:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:58:01 ens3 0.23 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:59:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:01:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:04:01 ens3 0.98 0.37 0.48 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:05:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:06:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.992Z] 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:08:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:09:01 ens3 0.25 0.17 0.08 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:12:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:13:01 ens3 0.27 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:15:01 ens3 0.27 0.17 0.08 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:16:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:17:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:18:01 ens3 0.23 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:21:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:23:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:24:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:25:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:26:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:27:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:28:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:30:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:31:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:32:01 ens3 0.27 0.17 0.11 0.25 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:33:01 ens3 3.02 2.57 1.76 4.02 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:33:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:34:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:35:01 ens3 1.72 1.30 0.81 1.15 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:36:01 ens3 0.52 0.30 0.27 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:37:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:38:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:39:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:40:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:41:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:42:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:43:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:45:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:47:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:48:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:49:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:50:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:51:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:53:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:55:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:56:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:57:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:58:01 ens3 0.22 0.10 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:59:02 ens3 0.30 0.15 0.29 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 09:59:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:01:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:04:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:05:01 ens3 0.45 0.37 0.27 0.22 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.993Z] 10:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:06:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:07:01 ens3 0.27 0.12 0.08 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:08:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:09:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:10:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:12:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:13:01 ens3 0.30 0.27 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:15:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:17:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:18:01 ens3 1.33 1.28 4.36 0.17 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:18:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:19:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:21:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:22:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:23:01 ens3 0.47 0.33 0.31 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:24:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:25:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:27:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:28:01 ens3 0.23 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:30:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:31:01 ens3 0.80 0.87 0.06 11.72 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:32:01 ens3 1.50 3.02 0.19 13.44 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:33:01 ens3 1.00 2.48 0.24 6.75 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:34:01 ens3 8.70 14.15 1.86 52.76 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:35:01 ens3 1.58 1.28 0.80 1.15 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:36:01 ens3 0.50 0.33 0.27 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:37:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:38:01 ens3 0.22 0.15 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:39:01 ens3 0.88 0.57 0.37 0.23 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:40:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:41:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:42:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:43:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:45:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:47:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:48:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:49:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:51:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:53:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:54:01 ens3 0.20 0.12 0.18 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:55:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:56:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:57:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:58:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:59:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:01:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:04:01 ens3 0.58 0.12 0.17 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.994Z] 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:05:01 ens3 0.60 0.65 0.31 0.24 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:06:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:08:01 ens3 0.27 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:09:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:10:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:12:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:13:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:15:01 ens3 0.14 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:16:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:17:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:18:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:21:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:22:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:23:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:24:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.995Z] 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:25:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:27:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:28:01 ens3 0.37 0.18 0.36 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:30:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:31:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:32:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:33:01 ens3 0.55 0.33 0.25 0.32 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:34:01 ens3 2.57 2.33 1.46 3.94 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:35:01 ens3 1.53 1.27 0.80 1.15 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:36:01 ens3 0.60 0.58 0.34 0.23 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:37:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:38:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:39:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:40:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:41:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:42:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:43:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:45:01 ens3 0.27 0.18 0.13 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:47:01 ens3 0.27 0.13 0.13 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:48:01 ens3 0.23 0.13 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:49:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:50:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:51:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:53:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:55:01 ens3 0.17 0.13 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:56:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:57:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:58:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:59:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 11:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:01:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:04:01 ens3 0.58 0.07 0.28 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:05:01 ens3 0.52 0.33 0.27 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:06:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:08:01 ens3 0.35 0.13 0.15 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:09:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:12:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:13:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:14:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:15:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:17:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:18:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:21:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:23:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:24:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:25:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:27:01 ens3 0.30 0.18 0.18 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:28:01 ens3 0.35 0.20 0.20 0.13 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:30:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:31:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:32:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:33:01 ens3 0.50 0.37 0.24 0.32 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:34:01 ens3 2.63 2.48 1.51 3.95 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:35:01 ens3 1.51 0.86 0.81 1.10 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:36:01 ens3 0.52 0.38 0.28 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:36:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:37:01 ens3 0.32 0.35 0.09 0.04 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:38:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:39:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:40:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:41:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:42:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:43:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:45:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:47:01 ens3 0.30 0.18 0.13 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:48:01 ens3 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:49:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:51:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:53:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:55:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:56:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:57:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:58:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:59:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 12:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 13:00:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 13:01:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 13:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.996Z] 13:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:04:01 ens3 0.90 0.35 0.32 0.21 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:05:01 ens3 0.23 0.12 0.18 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:06:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:08:01 ens3 0.25 0.15 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:09:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:10:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:11:01 ens3 0.13 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:12:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:13:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:15:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:17:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:18:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:20:01 ens3 0.23 0.07 0.18 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:21:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:22:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:23:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] 13:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] Average: docker0 3.87 5.00 0.31 39.41 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] Average: ens3 9.29 7.44 65.56 14.34 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 [2025-12-24T13:23:23.997Z] [2025-12-24T13:23:23.997Z] [2025-12-24T13:23:23.997Z] ---> sar -P ALL: [2025-12-24T13:23:23.997Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775639) 12/24/25 _x86_64_ (8 CPU) [2025-12-24T13:23:23.997Z] [2025-12-24T13:23:23.997Z] 07:22:00 LINUX RESTART (8 CPU) [2025-12-24T13:23:23.997Z] [2025-12-24T13:23:23.997Z] 07:23:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.997Z] 07:24:01 all 20.45 0.00 4.39 0.89 0.06 74.20 [2025-12-24T13:23:23.997Z] 07:24:01 0 19.59 0.00 4.68 3.21 0.07 72.45 [2025-12-24T13:23:23.997Z] 07:24:01 1 21.82 0.00 4.65 0.89 0.07 72.57 [2025-12-24T13:23:23.997Z] 07:24:01 2 20.36 0.00 4.82 0.47 0.05 74.30 [2025-12-24T13:23:23.997Z] 07:24:01 3 19.57 0.00 4.23 1.52 0.05 74.62 [2025-12-24T13:23:23.997Z] 07:24:01 4 22.97 0.00 3.90 0.22 0.07 72.84 [2025-12-24T13:23:23.997Z] 07:24:01 5 20.49 0.00 5.44 0.29 0.07 73.72 [2025-12-24T13:23:23.997Z] 07:24:01 6 18.56 0.00 3.50 0.12 0.08 77.73 [2025-12-24T13:23:23.997Z] 07:24:01 7 20.25 0.00 3.86 0.42 0.05 75.41 [2025-12-24T13:23:23.997Z] 07:25:01 all 40.95 0.00 8.62 0.41 0.09 49.93 [2025-12-24T13:23:23.997Z] 07:25:01 0 39.30 0.00 8.61 1.70 0.08 50.30 [2025-12-24T13:23:23.997Z] 07:25:01 1 41.17 0.00 8.47 0.05 0.08 50.22 [2025-12-24T13:23:23.997Z] 07:25:01 2 42.97 0.00 8.69 0.02 0.08 48.24 [2025-12-24T13:23:23.997Z] 07:25:01 3 39.16 0.00 9.94 0.24 0.08 50.57 [2025-12-24T13:23:23.997Z] 07:25:01 4 41.07 0.00 8.48 0.08 0.10 50.27 [2025-12-24T13:23:23.997Z] 07:25:01 5 42.13 0.00 8.10 0.12 0.08 49.57 [2025-12-24T13:23:23.997Z] 07:25:01 6 40.21 0.00 8.05 1.04 0.08 50.61 [2025-12-24T13:23:23.997Z] 07:25:01 7 41.59 0.00 8.64 0.07 0.08 49.62 [2025-12-24T13:23:23.997Z] 07:26:01 all 68.29 0.00 8.74 0.16 0.09 22.73 [2025-12-24T13:23:23.997Z] 07:26:01 0 67.59 0.00 8.26 0.98 0.08 23.09 [2025-12-24T13:23:23.997Z] 07:26:01 1 68.86 0.00 8.57 0.03 0.07 22.48 [2025-12-24T13:23:23.997Z] 07:26:01 2 67.10 0.00 9.28 0.03 0.10 23.48 [2025-12-24T13:23:23.997Z] 07:26:01 3 68.87 0.00 8.26 0.12 0.10 22.65 [2025-12-24T13:23:23.997Z] 07:26:01 4 67.41 0.00 8.80 0.00 0.10 23.69 [2025-12-24T13:23:23.997Z] 07:26:01 5 68.34 0.00 8.50 0.03 0.08 23.04 [2025-12-24T13:23:23.997Z] 07:26:01 6 68.34 0.00 9.00 0.00 0.08 22.58 [2025-12-24T13:23:23.997Z] 07:26:01 7 69.80 0.00 9.24 0.05 0.08 20.83 [2025-12-24T13:23:23.997Z] 07:27:01 all 31.88 0.00 7.79 2.63 0.09 57.60 [2025-12-24T13:23:23.997Z] 07:27:01 0 31.57 0.00 7.08 3.07 0.10 58.18 [2025-12-24T13:23:23.997Z] 07:27:01 1 34.21 0.00 7.55 4.99 0.10 53.15 [2025-12-24T13:23:23.997Z] 07:27:01 2 32.38 0.00 8.38 3.19 0.07 55.99 [2025-12-24T13:23:23.997Z] 07:27:01 3 29.40 0.00 8.08 2.36 0.08 60.08 [2025-12-24T13:23:23.997Z] 07:27:01 4 33.18 0.00 7.48 1.97 0.10 57.28 [2025-12-24T13:23:23.997Z] 07:27:01 5 32.13 0.00 8.07 1.65 0.08 58.07 [2025-12-24T13:23:23.997Z] 07:27:01 6 30.25 0.00 7.68 1.47 0.08 60.52 [2025-12-24T13:23:23.997Z] 07:27:01 7 31.95 0.00 8.03 2.38 0.10 57.55 [2025-12-24T13:23:23.997Z] 07:28:01 all 28.96 0.00 12.83 20.91 0.09 37.21 [2025-12-24T13:23:23.997Z] 07:28:01 0 29.42 0.00 12.88 18.77 0.12 38.80 [2025-12-24T13:23:23.997Z] 07:28:01 1 29.70 0.00 13.02 18.33 0.07 38.89 [2025-12-24T13:23:23.997Z] 07:28:01 2 30.08 0.00 12.70 15.56 0.08 41.57 [2025-12-24T13:23:23.997Z] 07:28:01 3 28.22 0.00 11.69 18.49 0.08 41.52 [2025-12-24T13:23:23.997Z] 07:28:01 4 29.31 0.00 12.82 15.53 0.08 42.25 [2025-12-24T13:23:23.997Z] 07:28:01 5 29.83 0.00 12.98 35.58 0.08 21.52 [2025-12-24T13:23:23.997Z] 07:28:01 6 29.10 0.00 12.95 9.73 0.08 48.14 [2025-12-24T13:23:23.997Z] 07:28:01 7 25.97 0.00 13.59 35.45 0.09 24.90 [2025-12-24T13:23:23.997Z] 07:29:01 all 89.58 0.00 10.29 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:29:01 0 89.80 0.00 10.08 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:29:01 1 89.72 0.00 10.18 0.00 0.10 0.00 [2025-12-24T13:23:23.997Z] 07:29:01 2 89.87 0.00 10.01 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:29:01 3 89.35 0.00 10.53 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:29:01 4 90.60 0.00 9.28 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:29:01 5 90.22 0.00 9.63 0.02 0.12 0.02 [2025-12-24T13:23:23.997Z] 07:29:01 6 88.70 0.00 11.16 0.00 0.13 0.00 [2025-12-24T13:23:23.997Z] 07:29:01 7 88.39 0.00 11.46 0.00 0.13 0.02 [2025-12-24T13:23:23.997Z] 07:30:01 all 90.46 0.00 9.43 0.00 0.11 0.00 [2025-12-24T13:23:23.997Z] 07:30:01 0 90.77 0.00 9.11 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:30:01 1 89.87 0.00 10.03 0.00 0.10 0.00 [2025-12-24T13:23:23.997Z] 07:30:01 2 90.37 0.00 9.53 0.00 0.10 0.00 [2025-12-24T13:23:23.997Z] 07:30:01 3 89.92 0.00 9.96 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:30:01 4 91.00 0.00 8.90 0.00 0.10 0.00 [2025-12-24T13:23:23.997Z] 07:30:01 5 91.02 0.00 8.86 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:30:01 6 90.50 0.00 9.38 0.00 0.12 0.00 [2025-12-24T13:23:23.997Z] 07:30:01 7 90.20 0.00 9.66 0.00 0.13 0.00 [2025-12-24T13:23:23.997Z] 07:31:02 all 76.00 0.00 9.99 1.04 0.12 12.86 [2025-12-24T13:23:23.997Z] 07:31:02 0 76.66 0.00 9.84 0.90 0.12 12.48 [2025-12-24T13:23:23.997Z] 07:31:02 1 75.55 0.00 9.83 1.64 0.12 12.87 [2025-12-24T13:23:23.997Z] 07:31:02 2 75.23 0.00 11.35 0.74 0.12 12.57 [2025-12-24T13:23:23.997Z] 07:31:02 3 74.77 0.00 10.84 1.24 0.12 13.03 [2025-12-24T13:23:23.997Z] 07:31:02 4 76.67 0.00 9.08 0.78 0.12 13.35 [2025-12-24T13:23:23.997Z] 07:31:02 5 76.02 0.00 9.36 0.77 0.10 13.74 [2025-12-24T13:23:23.997Z] 07:31:02 6 77.32 0.00 9.86 0.88 0.13 11.80 [2025-12-24T13:23:23.997Z] 07:31:02 7 75.77 0.00 9.74 1.35 0.12 13.02 [2025-12-24T13:23:23.997Z] 07:32:01 all 8.77 0.00 1.05 0.11 0.05 90.02 [2025-12-24T13:23:23.997Z] 07:32:01 0 10.64 0.00 1.17 0.05 0.05 88.09 [2025-12-24T13:23:23.997Z] 07:32:01 1 9.11 0.00 1.09 0.15 0.05 89.60 [2025-12-24T13:23:23.997Z] 07:32:01 2 6.86 0.00 0.83 0.05 0.05 92.20 [2025-12-24T13:23:23.997Z] 07:32:01 3 11.48 0.00 0.95 0.05 0.07 87.45 [2025-12-24T13:23:23.997Z] 07:32:01 4 8.13 0.00 0.83 0.02 0.05 90.96 [2025-12-24T13:23:23.997Z] 07:32:01 5 8.20 0.00 0.85 0.02 0.05 90.88 [2025-12-24T13:23:23.997Z] 07:32:01 6 5.18 0.00 1.47 0.38 0.05 92.93 [2025-12-24T13:23:23.997Z] 07:32:01 7 10.52 0.00 1.21 0.15 0.05 88.07 [2025-12-24T13:23:23.997Z] 07:33:01 all 10.85 0.00 0.80 0.09 0.07 88.20 [2025-12-24T13:23:23.997Z] 07:33:01 0 7.50 0.00 0.75 0.28 0.05 91.41 [2025-12-24T13:23:23.997Z] 07:33:01 1 13.90 0.00 0.88 0.07 0.08 85.06 [2025-12-24T13:23:23.997Z] 07:33:01 2 7.25 0.00 0.73 0.02 0.07 91.94 [2025-12-24T13:23:23.997Z] 07:33:01 3 13.66 0.00 0.79 0.05 0.08 85.42 [2025-12-24T13:23:23.997Z] 07:33:01 4 15.07 0.00 0.73 0.05 0.07 84.08 [2025-12-24T13:23:23.997Z] 07:33:01 5 14.73 0.00 0.77 0.03 0.10 84.38 [2025-12-24T13:23:23.997Z] 07:33:01 6 8.24 0.00 0.95 0.17 0.05 90.59 [2025-12-24T13:23:23.997Z] 07:33:01 7 6.45 0.00 0.75 0.02 0.05 92.73 [2025-12-24T13:23:23.997Z] 07:34:01 all 1.16 0.00 0.11 0.01 0.02 98.70 [2025-12-24T13:23:23.997Z] 07:34:01 0 0.80 0.00 0.10 0.00 0.02 99.08 [2025-12-24T13:23:23.997Z] 07:34:01 1 1.72 0.00 0.15 0.00 0.02 98.11 [2025-12-24T13:23:23.997Z] 07:34:01 2 2.00 0.00 0.10 0.02 0.03 97.85 [2025-12-24T13:23:23.997Z] 07:34:01 3 1.69 0.00 0.08 0.03 0.03 98.16 [2025-12-24T13:23:23.997Z] 07:34:01 4 0.40 0.00 0.13 0.00 0.02 99.45 [2025-12-24T13:23:23.997Z] 07:34:01 5 0.73 0.00 0.13 0.05 0.02 99.07 [2025-12-24T13:23:23.998Z] 07:34:01 6 1.75 0.00 0.12 0.02 0.02 98.10 [2025-12-24T13:23:23.998Z] 07:34:01 7 0.15 0.00 0.07 0.00 0.02 99.77 [2025-12-24T13:23:23.998Z] [2025-12-24T13:23:23.998Z] 07:34:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.998Z] 07:35:01 all 0.04 0.00 0.01 0.01 0.01 99.93 [2025-12-24T13:23:23.998Z] 07:35:01 0 0.15 0.00 0.02 0.00 0.02 99.82 [2025-12-24T13:23:23.998Z] 07:35:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:35:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:35:01 3 0.10 0.00 0.03 0.00 0.02 99.85 [2025-12-24T13:23:23.998Z] 07:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:35:01 5 0.00 0.00 0.00 0.03 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:35:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:36:01 all 0.03 0.00 0.02 0.00 0.01 99.93 [2025-12-24T13:23:23.998Z] 07:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:36:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-12-24T13:23:23.998Z] 07:36:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:36:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:36:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:23.998Z] 07:36:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 07:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:37:01 all 0.02 0.00 0.01 0.01 0.01 99.94 [2025-12-24T13:23:23.998Z] 07:37:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:37:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:37:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:23.998Z] 07:37:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:37:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:37:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:37:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:23.998Z] 07:38:01 all 0.10 0.00 0.03 0.01 0.01 99.85 [2025-12-24T13:23:23.998Z] 07:38:01 0 0.50 0.00 0.03 0.02 0.02 99.43 [2025-12-24T13:23:23.998Z] 07:38:01 1 0.00 0.00 0.03 0.03 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:38:01 2 0.08 0.00 0.05 0.00 0.03 99.83 [2025-12-24T13:23:23.998Z] 07:38:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:38:01 4 0.08 0.00 0.02 0.00 0.02 99.88 [2025-12-24T13:23:23.998Z] 07:38:01 5 0.03 0.00 0.03 0.02 0.00 99.92 [2025-12-24T13:23:23.998Z] 07:38:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:38:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 07:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:39:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:39:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:23.998Z] 07:39:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:39:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:39:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 07:40:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:40:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:40:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:40:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:40:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:41:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-12-24T13:23:23.998Z] 07:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:41:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:41:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:23.998Z] 07:41:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 07:41:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:41:01 5 0.00 0.00 0.02 0.03 0.00 99.95 [2025-12-24T13:23:23.998Z] 07:41:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:41:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:42:01 all 0.23 0.00 0.01 0.00 0.01 99.74 [2025-12-24T13:23:23.998Z] 07:42:01 0 1.53 0.00 0.02 0.00 0.02 98.43 [2025-12-24T13:23:23.998Z] 07:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:42:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2025-12-24T13:23:23.998Z] 07:42:01 3 0.10 0.00 0.00 0.00 0.00 99.90 [2025-12-24T13:23:23.998Z] 07:42:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:23.998Z] 07:42:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:42:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:42:01 7 0.05 0.00 0.00 0.02 0.00 99.93 [2025-12-24T13:23:23.998Z] 07:43:01 all 0.25 0.00 0.02 0.00 0.01 99.72 [2025-12-24T13:23:23.998Z] 07:43:01 0 1.81 0.00 0.02 0.00 0.02 98.16 [2025-12-24T13:23:23.998Z] 07:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:43:01 2 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.998Z] 07:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:43:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:43:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:23.998Z] 07:43:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:44:01 all 0.21 0.00 0.01 0.00 0.01 99.76 [2025-12-24T13:23:23.998Z] 07:44:01 0 1.52 0.00 0.00 0.00 0.02 98.47 [2025-12-24T13:23:23.998Z] 07:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:44:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2025-12-24T13:23:23.998Z] 07:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:44:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:44:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:45:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-12-24T13:23:23.998Z] 07:45:01 0 0.12 0.00 0.00 0.00 0.02 99.87 [2025-12-24T13:23:23.998Z] 07:45:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:45:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2025-12-24T13:23:23.998Z] 07:45:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:45:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:45:01 6 0.10 0.00 0.02 0.00 0.00 99.88 [2025-12-24T13:23:23.998Z] 07:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] [2025-12-24T13:23:23.998Z] 07:45:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.998Z] 07:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 07:46:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:46:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:46:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:23.998Z] 07:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:46:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 07:46:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:46:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2025-12-24T13:23:23.998Z] 07:47:01 all 0.04 0.00 0.01 0.01 0.01 99.92 [2025-12-24T13:23:23.998Z] 07:47:01 0 0.18 0.00 0.02 0.00 0.00 99.80 [2025-12-24T13:23:23.998Z] 07:47:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:47:01 2 0.03 0.00 0.03 0.00 0.05 99.88 [2025-12-24T13:23:23.998Z] 07:47:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2025-12-24T13:23:23.998Z] 07:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:47:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:47:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:48:01 all 0.08 0.00 0.02 0.00 0.01 99.88 [2025-12-24T13:23:23.998Z] 07:48:01 0 0.47 0.00 0.02 0.00 0.02 99.50 [2025-12-24T13:23:23.998Z] 07:48:01 1 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:23.998Z] 07:48:01 2 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-24T13:23:23.998Z] 07:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:48:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:23.998Z] 07:48:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:23.998Z] 07:48:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:49:01 all 0.26 0.00 0.02 0.00 0.02 99.70 [2025-12-24T13:23:23.998Z] 07:49:01 0 1.97 0.00 0.00 0.00 0.02 98.01 [2025-12-24T13:23:23.998Z] 07:49:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:49:01 2 0.00 0.00 0.05 0.00 0.05 99.90 [2025-12-24T13:23:23.998Z] 07:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:49:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:49:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:49:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.998Z] 07:50:01 all 0.28 0.00 0.01 0.00 0.02 99.69 [2025-12-24T13:23:23.998Z] 07:50:01 0 1.99 0.00 0.00 0.00 0.02 98.00 [2025-12-24T13:23:23.998Z] 07:50:01 1 0.03 0.00 0.02 0.02 0.03 99.90 [2025-12-24T13:23:23.998Z] 07:50:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-12-24T13:23:23.998Z] 07:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:50:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:50:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:51:01 all 0.20 0.00 0.01 0.00 0.01 99.78 [2025-12-24T13:23:23.998Z] 07:51:01 0 1.40 0.00 0.02 0.00 0.02 98.56 [2025-12-24T13:23:23.998Z] 07:51:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:23.998Z] 07:51:01 2 0.03 0.00 0.00 0.00 0.03 99.93 [2025-12-24T13:23:23.998Z] 07:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:51:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:23.998Z] 07:51:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.998Z] 07:52:01 all 0.04 0.00 0.02 0.00 0.01 99.92 [2025-12-24T13:23:23.998Z] 07:52:01 0 0.17 0.00 0.02 0.00 0.02 99.80 [2025-12-24T13:23:23.998Z] 07:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:52:01 2 0.03 0.00 0.07 0.00 0.03 99.87 [2025-12-24T13:23:23.998Z] 07:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:52:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:52:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:52:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.998Z] 07:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 07:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:53:01 2 0.05 0.00 0.00 0.00 0.03 99.92 [2025-12-24T13:23:23.998Z] 07:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:53:01 5 0.08 0.00 0.02 0.02 0.02 99.87 [2025-12-24T13:23:23.998Z] 07:53:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:53:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:54:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:23.998Z] 07:54:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:54:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 07:54:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2025-12-24T13:23:23.998Z] 07:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:54:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:54:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 07:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:55:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:23.998Z] 07:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:55:01 3 0.08 0.00 0.00 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 07:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:55:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:23.998Z] 07:55:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:56:01 all 0.03 0.00 0.01 0.00 0.02 99.94 [2025-12-24T13:23:23.998Z] 07:56:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:56:01 1 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:56:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:56:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:56:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:56:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.998Z] 07:56:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] [2025-12-24T13:23:23.998Z] 07:56:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.998Z] 07:57:01 all 0.01 0.00 0.01 0.01 0.01 99.95 [2025-12-24T13:23:23.998Z] 07:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:57:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2025-12-24T13:23:23.998Z] 07:57:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:57:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:57:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:57:01 6 0.02 0.00 0.03 0.02 0.05 99.88 [2025-12-24T13:23:23.998Z] 07:57:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:58:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:23.998Z] 07:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 07:58:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:58:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.998Z] 07:58:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 07:58:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 07:58:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:58:01 6 0.02 0.00 0.05 0.00 0.03 99.90 [2025-12-24T13:23:23.998Z] 07:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 07:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 07:59:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 07:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 07:59:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:23.998Z] 07:59:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 07:59:01 5 0.05 0.00 0.02 0.02 0.00 99.92 [2025-12-24T13:23:23.998Z] 07:59:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 07:59:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:00:01 all 0.02 0.00 0.02 0.00 0.02 99.94 [2025-12-24T13:23:23.998Z] 08:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:00:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 08:00:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2025-12-24T13:23:23.998Z] 08:00:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:00:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:00:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:00:01 6 0.00 0.00 0.05 0.02 0.03 99.90 [2025-12-24T13:23:23.998Z] 08:00:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:01:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 08:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:01:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 08:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:01:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:23.998Z] 08:01:01 6 0.02 0.00 0.03 0.02 0.03 99.90 [2025-12-24T13:23:23.998Z] 08:01:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:02:01 all 0.03 0.00 0.01 0.00 0.02 99.94 [2025-12-24T13:23:23.998Z] 08:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:02:01 1 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:23.998Z] 08:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:02:01 4 0.12 0.00 0.00 0.00 0.02 99.87 [2025-12-24T13:23:23.998Z] 08:02:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:02:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:23.998Z] 08:02:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 08:03:01 all 0.19 0.00 0.02 0.00 0.01 99.78 [2025-12-24T13:23:23.998Z] 08:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:03:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-24T13:23:23.998Z] 08:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.998Z] 08:03:01 3 1.42 0.00 0.00 0.00 0.02 98.57 [2025-12-24T13:23:23.998Z] 08:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:03:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:03:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:03:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:04:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-12-24T13:23:23.998Z] 08:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:04:01 3 2.04 0.00 0.00 0.00 0.02 97.95 [2025-12-24T13:23:23.998Z] 08:04:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:04:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:23.998Z] 08:04:01 6 0.00 0.00 0.02 0.02 0.03 99.93 [2025-12-24T13:23:23.998Z] 08:04:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:05:01 all 0.20 0.00 0.02 0.00 0.01 99.76 [2025-12-24T13:23:23.998Z] 08:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:05:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2025-12-24T13:23:23.998Z] 08:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:05:01 3 1.48 0.00 0.03 0.00 0.00 98.48 [2025-12-24T13:23:23.998Z] 08:05:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:05:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:23.998Z] 08:05:01 6 0.03 0.00 0.02 0.02 0.03 99.90 [2025-12-24T13:23:23.998Z] 08:05:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 08:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:06:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:23.998Z] 08:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:06:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:06:01 6 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:23.998Z] 08:06:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.998Z] 08:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:07:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:07:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:07:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:07:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:07:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] [2025-12-24T13:23:23.998Z] 08:07:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.998Z] 08:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 08:08:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:08:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2025-12-24T13:23:23.998Z] 08:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:08:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:08:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:23.998Z] 08:08:01 6 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:23.998Z] 08:08:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2025-12-24T13:23:23.998Z] 08:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.998Z] 08:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:09:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:09:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:23.998Z] 08:09:01 6 0.02 0.00 0.00 0.02 0.03 99.93 [2025-12-24T13:23:23.998Z] 08:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:10:01 all 0.19 0.00 0.01 0.00 0.02 99.78 [2025-12-24T13:23:23.998Z] 08:10:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:10:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:10:01 3 1.35 0.00 0.02 0.00 0.02 98.62 [2025-12-24T13:23:23.998Z] 08:10:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:10:01 5 0.05 0.00 0.03 0.02 0.02 99.88 [2025-12-24T13:23:23.998Z] 08:10:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.998Z] 08:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:11:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2025-12-24T13:23:23.998Z] 08:11:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:11:01 3 1.12 0.00 0.00 0.00 0.00 98.88 [2025-12-24T13:23:23.998Z] 08:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:11:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:23.998Z] 08:11:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:11:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:12:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2025-12-24T13:23:23.998Z] 08:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:12:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:12:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:12:01 6 0.02 0.00 0.00 0.00 0.03 99.95 [2025-12-24T13:23:23.998Z] 08:12:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:13:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-12-24T13:23:23.998Z] 08:13:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:23.998Z] 08:13:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:13:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:23.998Z] 08:13:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:13:01 7 0.10 0.00 0.02 0.02 0.02 99.85 [2025-12-24T13:23:23.998Z] 08:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 08:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:14:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:14:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:14:01 6 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:23.998Z] 08:14:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:15:01 all 0.02 0.00 0.01 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:15:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:15:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:15:01 6 0.02 0.00 0.00 0.02 0.03 99.93 [2025-12-24T13:23:23.998Z] 08:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:16:01 all 0.24 0.00 0.01 0.00 0.01 99.75 [2025-12-24T13:23:23.998Z] 08:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:23.998Z] 08:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:16:01 6 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:23.998Z] 08:16:01 7 1.70 0.00 0.00 0.00 0.00 98.30 [2025-12-24T13:23:23.998Z] 08:17:01 all 0.26 0.00 0.01 0.00 0.01 99.70 [2025-12-24T13:23:23.998Z] 08:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:17:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:17:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.998Z] 08:17:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:17:01 7 1.97 0.00 0.02 0.00 0.02 98.00 [2025-12-24T13:23:23.998Z] 08:18:01 all 0.06 0.00 0.01 0.00 0.01 99.92 [2025-12-24T13:23:23.998Z] 08:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:18:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:23.998Z] 08:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:18:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:18:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:23.998Z] 08:18:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:18:01 7 0.32 0.00 0.02 0.00 0.00 99.67 [2025-12-24T13:23:23.998Z] [2025-12-24T13:23:23.998Z] 08:18:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.998Z] 08:19:01 all 0.21 0.00 0.01 0.00 0.01 99.75 [2025-12-24T13:23:23.998Z] 08:19:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:19:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:19:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:19:01 6 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:23.998Z] 08:19:01 7 1.58 0.00 0.05 0.00 0.02 98.35 [2025-12-24T13:23:23.998Z] 08:20:01 all 0.05 0.00 0.03 0.00 0.01 99.91 [2025-12-24T13:23:23.998Z] 08:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:20:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2025-12-24T13:23:23.998Z] 08:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:20:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.998Z] 08:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.998Z] 08:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:20:01 7 0.20 0.00 0.12 0.00 0.02 99.67 [2025-12-24T13:23:23.998Z] 08:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.998Z] 08:21:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:21:01 1 0.05 0.00 0.05 0.00 0.03 99.87 [2025-12-24T13:23:23.998Z] 08:21:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.998Z] 08:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:21:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:21:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:23.998Z] 08:21:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.998Z] 08:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:22:01 1 0.05 0.00 0.05 0.00 0.03 99.87 [2025-12-24T13:23:23.998Z] 08:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.998Z] 08:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.998Z] 08:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.998Z] 08:22:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.998Z] 08:22:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:23.998Z] 08:22:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:23:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:23:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.999Z] 08:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:23:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:23:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:23:01 5 0.05 0.00 0.03 0.02 0.00 99.90 [2025-12-24T13:23:23.999Z] 08:23:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:23:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:24:01 0 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:24:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:23.999Z] 08:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:24:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:24:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:24:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:24:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:25:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:25:01 0 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:23.999Z] 08:25:01 1 0.08 0.00 0.05 0.00 0.03 99.83 [2025-12-24T13:23:23.999Z] 08:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:25:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:26:01 1 0.07 0.00 0.07 0.00 0.03 99.83 [2025-12-24T13:23:23.999Z] 08:26:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:26:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:26:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:26:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:23.999Z] 08:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:27:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:27:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.999Z] 08:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:27:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:27:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:28:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:23.999Z] 08:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:28:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:28:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:29:01 all 0.24 0.00 0.01 0.00 0.01 99.73 [2025-12-24T13:23:23.999Z] 08:29:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:29:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:23.999Z] 08:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:29:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:29:01 5 1.79 0.00 0.03 0.02 0.02 98.14 [2025-12-24T13:23:23.999Z] 08:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] [2025-12-24T13:23:23.999Z] 08:29:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.999Z] 08:30:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-12-24T13:23:23.999Z] 08:30:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:30:01 1 0.08 0.00 0.03 0.00 0.03 99.85 [2025-12-24T13:23:23.999Z] 08:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:30:01 5 1.99 0.00 0.00 0.02 0.02 97.98 [2025-12-24T13:23:23.999Z] 08:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:30:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:31:01 all 0.13 0.00 0.02 0.00 0.01 99.84 [2025-12-24T13:23:23.999Z] 08:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:31:01 1 0.03 0.00 0.03 0.00 0.05 99.88 [2025-12-24T13:23:23.999Z] 08:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:31:01 5 0.90 0.00 0.05 0.02 0.02 99.02 [2025-12-24T13:23:23.999Z] 08:31:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:32:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-12-24T13:23:23.999Z] 08:32:01 0 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:32:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-24T13:23:23.999Z] 08:32:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:32:01 3 0.10 0.00 0.02 0.00 0.00 99.88 [2025-12-24T13:23:23.999Z] 08:32:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:32:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:32:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:33:01 all 0.19 0.00 0.03 0.00 0.01 99.76 [2025-12-24T13:23:23.999Z] 08:33:01 0 0.05 0.00 0.00 0.02 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:33:01 1 1.01 0.00 0.08 0.00 0.03 98.87 [2025-12-24T13:23:23.999Z] 08:33:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2025-12-24T13:23:23.999Z] 08:33:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2025-12-24T13:23:23.999Z] 08:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:33:01 5 0.12 0.00 0.03 0.02 0.02 99.82 [2025-12-24T13:23:23.999Z] 08:33:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:33:01 7 0.08 0.00 0.00 0.00 0.00 99.92 [2025-12-24T13:23:23.999Z] 08:34:01 all 0.18 0.00 0.03 0.00 0.01 99.78 [2025-12-24T13:23:23.999Z] 08:34:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:34:01 1 1.32 0.00 0.05 0.00 0.02 98.61 [2025-12-24T13:23:23.999Z] 08:34:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2025-12-24T13:23:23.999Z] 08:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:34:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.999Z] 08:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:34:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:35:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:35:01 4 0.05 0.00 0.05 0.00 0.03 99.87 [2025-12-24T13:23:23.999Z] 08:35:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:36:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:36:01 4 0.07 0.00 0.05 0.00 0.03 99.85 [2025-12-24T13:23:23.999Z] 08:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:36:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:37:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:37:01 4 0.07 0.00 0.02 0.00 0.03 99.88 [2025-12-24T13:23:23.999Z] 08:37:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:37:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:37:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:38:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:38:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:38:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:38:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:38:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:23.999Z] 08:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:39:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:23.999Z] 08:39:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:39:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:40:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2025-12-24T13:23:23.999Z] 08:40:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:40:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:40:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] [2025-12-24T13:23:23.999Z] 08:40:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.999Z] 08:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:23.999Z] 08:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:41:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:41:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:42:01 all 0.02 0.00 0.02 0.01 0.01 99.94 [2025-12-24T13:23:23.999Z] 08:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2025-12-24T13:23:23.999Z] 08:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:42:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:42:01 6 0.02 0.00 0.00 0.05 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:42:01 7 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-24T13:23:23.999Z] 08:43:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:43:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:43:01 6 0.02 0.00 0.02 0.03 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:43:01 7 0.07 0.00 0.03 0.00 0.03 99.87 [2025-12-24T13:23:23.999Z] 08:44:02 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:44:02 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:44:02 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:44:02 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:44:02 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:44:02 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:44:02 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:44:02 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:44:02 7 0.07 0.00 0.03 0.00 0.03 99.87 [2025-12-24T13:23:23.999Z] 08:45:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:23.999Z] 08:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:45:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2025-12-24T13:23:23.999Z] 08:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:45:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:45:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:45:01 7 0.08 0.00 0.05 0.00 0.03 99.83 [2025-12-24T13:23:23.999Z] 08:46:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-12-24T13:23:23.999Z] 08:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:46:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:46:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:46:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:46:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:46:01 7 0.07 0.00 0.07 0.00 0.03 99.83 [2025-12-24T13:23:23.999Z] 08:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:47:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:47:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:47:01 7 0.07 0.00 0.05 0.00 0.03 99.85 [2025-12-24T13:23:23.999Z] 08:48:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:23.999Z] 08:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:48:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:48:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:48:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:48:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:48:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:48:01 7 0.08 0.00 0.03 0.00 0.03 99.85 [2025-12-24T13:23:23.999Z] 08:49:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:49:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:49:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:49:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:23.999Z] 08:50:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:50:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.999Z] 08:50:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:50:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:50:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:50:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:51:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2025-12-24T13:23:23.999Z] 08:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:51:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:51:01 5 0.03 0.00 0.05 0.02 0.02 99.88 [2025-12-24T13:23:23.999Z] 08:51:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:51:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] [2025-12-24T13:23:23.999Z] 08:51:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.999Z] 08:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:52:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:52:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:52:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:53:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:53:01 0 0.05 0.00 0.00 0.00 0.03 99.92 [2025-12-24T13:23:23.999Z] 08:53:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:53:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:53:01 5 0.03 0.00 0.00 0.03 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:53:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:53:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:54:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:23.999Z] 08:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:54:01 5 0.00 0.00 0.05 0.02 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:54:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:54:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:55:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2025-12-24T13:23:23.999Z] 08:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:55:01 1 0.38 0.00 0.02 0.00 0.02 99.58 [2025-12-24T13:23:23.999Z] 08:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:55:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:55:01 5 0.03 0.00 0.05 0.02 0.02 99.88 [2025-12-24T13:23:23.999Z] 08:55:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:56:01 all 0.05 0.00 0.03 0.00 0.01 99.91 [2025-12-24T13:23:23.999Z] 08:56:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2025-12-24T13:23:23.999Z] 08:56:01 1 0.23 0.00 0.10 0.00 0.02 99.65 [2025-12-24T13:23:23.999Z] 08:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:56:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:56:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 08:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:56:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:23.999Z] 08:57:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-12-24T13:23:23.999Z] 08:57:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:23.999Z] 08:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:57:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:57:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 08:57:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:57:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:58:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 08:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 08:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:58:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:23.999Z] 08:58:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 08:58:01 7 0.08 0.00 0.02 0.00 0.02 99.88 [2025-12-24T13:23:23.999Z] 08:59:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:23.999Z] 08:59:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:23.999Z] 08:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:59:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 08:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 08:59:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 08:59:01 5 0.07 0.00 0.02 0.02 0.02 99.88 [2025-12-24T13:23:23.999Z] 08:59:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.999Z] 08:59:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2025-12-24T13:23:23.999Z] 09:00:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 09:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 09:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:00:01 2 0.02 0.00 0.00 0.00 0.03 99.95 [2025-12-24T13:23:23.999Z] 09:00:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 09:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:00:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 09:00:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 09:00:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 09:01:01 all 0.01 0.00 0.01 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:01:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 09:01:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:23.999Z] 09:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 09:01:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 09:01:01 5 0.03 0.00 0.03 0.02 0.00 99.92 [2025-12-24T13:23:23.999Z] 09:01:01 6 0.00 0.00 0.02 0.00 0.03 99.95 [2025-12-24T13:23:23.999Z] 09:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 09:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 09:02:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.999Z] 09:02:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 09:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 09:02:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 09:02:01 6 0.05 0.00 0.00 0.02 0.00 99.93 [2025-12-24T13:23:23.999Z] 09:02:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] [2025-12-24T13:23:23.999Z] 09:02:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:23.999Z] 09:03:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 09:03:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:23.999Z] 09:03:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:03:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:03:01 5 0.03 0.00 0.05 0.02 0.02 99.88 [2025-12-24T13:23:23.999Z] 09:03:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:03:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 09:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 09:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 09:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:04:01 3 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:23.999Z] 09:04:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 09:04:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:23.999Z] 09:04:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:04:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:23.999Z] 09:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 09:05:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 09:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:05:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:05:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.999Z] 09:05:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:23.999Z] 09:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:23.999Z] 09:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:06:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2025-12-24T13:23:23.999Z] 09:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:23.999Z] 09:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 09:06:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:23.999Z] 09:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 09:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 09:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:23.999Z] 09:07:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:23.999Z] 09:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 09:07:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 09:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 09:07:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:23.999Z] 09:07:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:23.999Z] 09:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:23.999Z] 09:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:08:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:08:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:23.999Z] 09:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:23.999Z] 09:08:01 5 0.03 0.00 0.05 0.02 0.03 99.87 [2025-12-24T13:23:23.999Z] 09:08:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:23.999Z] 09:08:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 09:09:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2025-12-24T13:23:23.999Z] 09:09:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:23.999Z] 09:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:09:01 5 0.02 0.00 0.05 0.03 0.02 99.88 [2025-12-24T13:23:23.999Z] 09:09:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:23.999Z] 09:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 09:10:01 all 0.20 0.00 0.02 0.00 0.01 99.76 [2025-12-24T13:23:23.999Z] 09:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:23.999Z] 09:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:23.999Z] 09:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:23.999Z] 09:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:23.999Z] 09:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:23.999Z] 09:10:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:10:01 6 1.48 0.00 0.02 0.02 0.02 98.47 [2025-12-24T13:23:24.000Z] 09:10:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:11:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2025-12-24T13:23:24.000Z] 09:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:11:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:11:01 6 0.37 0.00 0.02 0.02 0.02 99.58 [2025-12-24T13:23:24.000Z] 09:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:12:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.000Z] 09:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:12:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:12:01 5 0.05 0.00 0.00 0.00 0.03 99.92 [2025-12-24T13:23:24.000Z] 09:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:13:01 all 0.04 0.00 0.02 0.01 0.01 99.92 [2025-12-24T13:23:24.000Z] 09:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:13:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.000Z] 09:13:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:13:01 5 0.07 0.00 0.03 0.03 0.03 99.83 [2025-12-24T13:23:24.000Z] 09:13:01 6 0.08 0.00 0.00 0.02 0.03 99.87 [2025-12-24T13:23:24.000Z] 09:13:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] [2025-12-24T13:23:24.000Z] 09:13:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.000Z] 09:14:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-12-24T13:23:24.000Z] 09:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:14:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:14:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:14:01 5 0.05 0.00 0.05 0.02 0.03 99.85 [2025-12-24T13:23:24.000Z] 09:14:01 6 0.27 0.00 0.00 0.02 0.02 99.70 [2025-12-24T13:23:24.000Z] 09:14:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:15:01 all 0.12 0.00 0.01 0.00 0.01 99.85 [2025-12-24T13:23:24.000Z] 09:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:15:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:15:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:15:01 6 0.90 0.00 0.00 0.02 0.02 99.07 [2025-12-24T13:23:24.000Z] 09:15:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:16:01 all 0.08 0.00 0.02 0.00 0.01 99.90 [2025-12-24T13:23:24.000Z] 09:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:16:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:16:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.000Z] 09:16:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:16:01 5 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.000Z] 09:16:01 6 0.47 0.00 0.03 0.00 0.02 99.48 [2025-12-24T13:23:24.000Z] 09:16:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:17:01 all 0.19 0.00 0.02 0.00 0.01 99.77 [2025-12-24T13:23:24.000Z] 09:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:17:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:17:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:17:01 5 0.03 0.00 0.02 0.02 0.03 99.90 [2025-12-24T13:23:24.000Z] 09:17:01 6 1.40 0.00 0.08 0.02 0.03 98.47 [2025-12-24T13:23:24.000Z] 09:17:01 7 0.02 0.00 0.05 0.00 0.00 99.93 [2025-12-24T13:23:24.000Z] 09:18:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:18:01 5 0.02 0.00 0.05 0.00 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:18:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:19:01 5 0.02 0.00 0.05 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:19:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:20:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2025-12-24T13:23:24.000Z] 09:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:20:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:20:01 5 0.02 0.00 0.05 0.02 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:20:01 6 0.35 0.00 0.02 0.02 0.03 99.58 [2025-12-24T13:23:24.000Z] 09:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:21:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-12-24T13:23:24.000Z] 09:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:21:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:21:01 5 0.07 0.00 0.03 0.02 0.03 99.85 [2025-12-24T13:23:24.000Z] 09:21:01 6 1.97 0.00 0.02 0.00 0.02 98.00 [2025-12-24T13:23:24.000Z] 09:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:22:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.000Z] 09:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:22:01 5 0.00 0.00 0.02 0.00 0.03 99.95 [2025-12-24T13:23:24.000Z] 09:22:01 6 1.99 0.00 0.00 0.02 0.02 97.98 [2025-12-24T13:23:24.000Z] 09:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:23:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2025-12-24T13:23:24.000Z] 09:23:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:23:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:23:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:23:01 6 1.97 0.00 0.02 0.02 0.02 97.98 [2025-12-24T13:23:24.000Z] 09:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:24:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2025-12-24T13:23:24.000Z] 09:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:24:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:24:01 6 1.94 0.00 0.00 0.00 0.03 98.03 [2025-12-24T13:23:24.000Z] 09:24:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] [2025-12-24T13:23:24.000Z] 09:24:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.000Z] 09:25:01 all 0.13 0.00 0.02 0.00 0.01 99.84 [2025-12-24T13:23:24.000Z] 09:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:25:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:25:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:25:01 6 0.93 0.00 0.03 0.02 0.02 99.00 [2025-12-24T13:23:24.000Z] 09:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:26:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2025-12-24T13:23:24.000Z] 09:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:26:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.000Z] 09:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:26:01 5 0.02 0.00 0.03 0.02 0.03 99.90 [2025-12-24T13:23:24.000Z] 09:26:01 6 0.30 0.00 0.02 0.02 0.02 99.65 [2025-12-24T13:23:24.000Z] 09:26:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:27:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-12-24T13:23:24.000Z] 09:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:27:01 5 0.05 0.00 0.03 0.02 0.02 99.88 [2025-12-24T13:23:24.000Z] 09:27:01 6 0.00 0.00 0.00 0.03 0.03 99.93 [2025-12-24T13:23:24.000Z] 09:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:28:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:24.000Z] 09:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:28:01 3 0.17 0.00 0.02 0.00 0.00 99.82 [2025-12-24T13:23:24.000Z] 09:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:28:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:29:01 all 0.06 0.00 0.02 0.00 0.01 99.90 [2025-12-24T13:23:24.000Z] 09:29:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:29:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:29:01 6 0.43 0.00 0.02 0.02 0.02 99.52 [2025-12-24T13:23:24.000Z] 09:29:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:30:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2025-12-24T13:23:24.000Z] 09:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:30:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:30:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:30:01 6 1.81 0.00 0.02 0.00 0.02 98.16 [2025-12-24T13:23:24.000Z] 09:30:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:31:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2025-12-24T13:23:24.000Z] 09:31:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:31:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:31:01 6 1.95 0.00 0.00 0.03 0.02 98.00 [2025-12-24T13:23:24.000Z] 09:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:32:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-12-24T13:23:24.000Z] 09:32:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:32:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:32:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:32:01 5 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.000Z] 09:32:01 6 1.97 0.00 0.02 0.02 0.03 97.96 [2025-12-24T13:23:24.000Z] 09:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:33:01 all 0.33 0.00 0.05 0.00 0.01 99.61 [2025-12-24T13:23:24.000Z] 09:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:33:01 1 0.15 0.00 0.05 0.00 0.00 99.80 [2025-12-24T13:23:24.000Z] 09:33:01 2 0.08 0.00 0.10 0.00 0.02 99.80 [2025-12-24T13:23:24.000Z] 09:33:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2025-12-24T13:23:24.000Z] 09:33:01 4 0.08 0.00 0.03 0.00 0.02 99.87 [2025-12-24T13:23:24.000Z] 09:33:01 5 0.20 0.00 0.00 0.03 0.02 99.75 [2025-12-24T13:23:24.000Z] 09:33:01 6 1.92 0.00 0.12 0.00 0.02 97.95 [2025-12-24T13:23:24.000Z] 09:33:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:34:01 all 0.03 0.00 0.02 0.00 0.01 99.93 [2025-12-24T13:23:24.000Z] 09:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:34:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:34:01 5 0.03 0.00 0.05 0.02 0.03 99.87 [2025-12-24T13:23:24.000Z] 09:34:01 6 0.13 0.00 0.05 0.02 0.03 99.77 [2025-12-24T13:23:24.000Z] 09:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:35:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:24.000Z] 09:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:35:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:35:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:35:01 5 0.05 0.00 0.02 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:35:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] [2025-12-24T13:23:24.000Z] 09:35:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.000Z] 09:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.000Z] 09:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:36:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:36:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:36:01 5 0.07 0.00 0.05 0.02 0.02 99.85 [2025-12-24T13:23:24.000Z] 09:36:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.000Z] 09:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:37:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:37:01 5 0.03 0.00 0.02 0.02 0.03 99.90 [2025-12-24T13:23:24.000Z] 09:37:01 6 0.00 0.00 0.02 0.02 0.03 99.93 [2025-12-24T13:23:24.000Z] 09:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:38:01 all 0.10 0.00 0.02 0.00 0.01 99.86 [2025-12-24T13:23:24.000Z] 09:38:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:38:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:38:01 5 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:38:01 6 0.70 0.00 0.02 0.02 0.02 99.25 [2025-12-24T13:23:24.000Z] 09:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:39:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2025-12-24T13:23:24.000Z] 09:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:39:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:39:01 5 0.07 0.00 0.02 0.02 0.03 99.87 [2025-12-24T13:23:24.000Z] 09:39:01 6 0.48 0.00 0.02 0.02 0.02 99.47 [2025-12-24T13:23:24.000Z] 09:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:40:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-12-24T13:23:24.000Z] 09:40:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.000Z] 09:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:40:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:40:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-12-24T13:23:24.000Z] 09:41:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:41:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:41:01 4 0.07 0.00 0.05 0.00 0.02 99.87 [2025-12-24T13:23:24.000Z] 09:41:01 5 0.03 0.00 0.05 0.02 0.03 99.87 [2025-12-24T13:23:24.000Z] 09:41:01 6 0.07 0.00 0.00 0.02 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:42:01 all 0.25 0.00 0.02 0.00 0.01 99.72 [2025-12-24T13:23:24.000Z] 09:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:42:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:42:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:42:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:42:01 6 1.81 0.00 0.03 0.02 0.02 98.13 [2025-12-24T13:23:24.000Z] 09:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:43:01 all 0.07 0.00 0.01 0.00 0.01 99.90 [2025-12-24T13:23:24.000Z] 09:43:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:43:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:43:01 5 0.03 0.00 0.02 0.02 0.03 99.90 [2025-12-24T13:23:24.000Z] 09:43:01 6 0.47 0.00 0.03 0.00 0.02 99.48 [2025-12-24T13:23:24.000Z] 09:43:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.000Z] 09:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:44:01 5 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:24.000Z] 09:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:44:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:45:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:45:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:46:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.000Z] 09:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:46:01 4 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:24.000Z] 09:46:01 5 0.02 0.00 0.00 0.00 0.03 99.95 [2025-12-24T13:23:24.000Z] 09:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] [2025-12-24T13:23:24.000Z] 09:46:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.000Z] 09:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:47:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:47:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:47:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:47:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:48:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.000Z] 09:48:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:48:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:48:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.000Z] 09:48:01 5 0.03 0.00 0.05 0.02 0.03 99.87 [2025-12-24T13:23:24.000Z] 09:48:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:49:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:24.000Z] 09:49:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:49:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:49:01 5 0.05 0.00 0.05 0.02 0.03 99.85 [2025-12-24T13:23:24.000Z] 09:49:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:50:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:50:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:50:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:50:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:50:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:50:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:51:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-12-24T13:23:24.000Z] 09:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:51:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:51:01 5 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.000Z] 09:51:01 6 0.15 0.00 0.02 0.00 0.02 99.82 [2025-12-24T13:23:24.000Z] 09:51:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:52:01 all 0.12 0.00 0.02 0.00 0.01 99.85 [2025-12-24T13:23:24.000Z] 09:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:52:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:52:01 4 0.05 0.00 0.07 0.00 0.03 99.85 [2025-12-24T13:23:24.000Z] 09:52:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:24.000Z] 09:52:01 6 0.81 0.00 0.02 0.02 0.02 99.14 [2025-12-24T13:23:24.000Z] 09:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:53:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-12-24T13:23:24.000Z] 09:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:53:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:53:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:53:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:53:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.000Z] 09:53:01 6 1.97 0.00 0.00 0.00 0.00 98.03 [2025-12-24T13:23:24.000Z] 09:53:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:54:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-12-24T13:23:24.000Z] 09:54:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:54:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:54:01 6 2.00 0.00 0.00 0.00 0.02 97.98 [2025-12-24T13:23:24.000Z] 09:54:01 7 0.03 0.00 0.05 0.02 0.02 99.88 [2025-12-24T13:23:24.000Z] 09:55:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2025-12-24T13:23:24.000Z] 09:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:55:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:55:01 5 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:24.000Z] 09:55:01 6 1.97 0.00 0.00 0.00 0.02 98.01 [2025-12-24T13:23:24.000Z] 09:55:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:56:01 all 0.21 0.00 0.01 0.00 0.01 99.76 [2025-12-24T13:23:24.000Z] 09:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:56:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:56:01 4 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:56:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:56:01 6 1.50 0.00 0.02 0.00 0.00 98.48 [2025-12-24T13:23:24.000Z] 09:56:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:57:01 all 0.05 0.00 0.02 0.00 0.01 99.91 [2025-12-24T13:23:24.000Z] 09:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:57:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:57:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:57:01 6 0.38 0.00 0.02 0.00 0.02 99.58 [2025-12-24T13:23:24.000Z] 09:57:01 7 0.00 0.00 0.03 0.02 0.02 99.93 [2025-12-24T13:23:24.000Z] [2025-12-24T13:23:24.000Z] 09:57:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.000Z] 09:58:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.000Z] 09:58:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.000Z] 09:58:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:58:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 09:58:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.000Z] 09:58:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.000Z] 09:58:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 09:58:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.000Z] 09:59:02 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.000Z] 09:59:02 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:59:02 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.000Z] 09:59:02 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.000Z] 09:59:02 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:59:02 4 0.07 0.00 0.03 0.00 0.03 99.87 [2025-12-24T13:23:24.000Z] 09:59:02 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.000Z] 09:59:02 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 09:59:02 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.000Z] 10:00:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.000Z] 10:00:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.000Z] 10:00:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.000Z] 10:00:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.000Z] 10:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.000Z] 10:00:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.000Z] 10:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.000Z] 10:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.000Z] 10:00:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.001Z] 10:01:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:01:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:01:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:24.001Z] 10:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:01:01 7 0.02 0.00 0.05 0.00 0.03 99.90 [2025-12-24T13:23:24.001Z] 10:02:01 all 0.12 0.00 0.01 0.00 0.01 99.86 [2025-12-24T13:23:24.001Z] 10:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.001Z] 10:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:02:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:02:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:02:01 6 0.80 0.00 0.00 0.00 0.02 99.19 [2025-12-24T13:23:24.001Z] 10:02:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:03:01 all 0.19 0.00 0.01 0.00 0.01 99.78 [2025-12-24T13:23:24.001Z] 10:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:03:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:03:01 6 1.35 0.00 0.05 0.00 0.02 98.58 [2025-12-24T13:23:24.001Z] 10:03:01 7 0.03 0.00 0.02 0.02 0.03 99.90 [2025-12-24T13:23:24.001Z] 10:04:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:24.001Z] 10:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:24.001Z] 10:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:04:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:04:01 4 0.02 0.00 0.07 0.00 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:04:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:04:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:04:01 7 0.02 0.00 0.00 0.00 0.03 99.95 [2025-12-24T13:23:24.001Z] 10:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:05:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:05:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:05:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:05:01 7 0.03 0.00 0.05 0.02 0.03 99.87 [2025-12-24T13:23:24.001Z] 10:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:06:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:06:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:06:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:06:01 7 0.02 0.00 0.05 0.00 0.03 99.90 [2025-12-24T13:23:24.001Z] 10:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:07:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:07:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:07:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:07:01 7 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.001Z] 10:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:24.001Z] 10:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:08:01 4 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:08:01 5 0.00 0.00 0.03 0.02 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:08:01 6 0.10 0.00 0.00 0.00 0.02 99.88 [2025-12-24T13:23:24.001Z] 10:08:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.001Z] [2025-12-24T13:23:24.001Z] 10:08:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.001Z] 10:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:09:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:09:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:09:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2025-12-24T13:23:24.001Z] 10:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.001Z] 10:10:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:10:01 1 0.08 0.00 0.00 0.00 0.00 99.92 [2025-12-24T13:23:24.001Z] 10:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:10:01 7 0.05 0.00 0.02 0.00 0.05 99.88 [2025-12-24T13:23:24.001Z] 10:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.001Z] 10:11:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:11:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:11:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:11:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:12:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:24.001Z] 10:12:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:12:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:12:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:12:01 7 0.05 0.00 0.05 0.00 0.03 99.87 [2025-12-24T13:23:24.001Z] 10:13:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.001Z] 10:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:13:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:13:01 7 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-24T13:23:24.001Z] 10:14:01 all 0.09 0.00 0.02 0.00 0.01 99.88 [2025-12-24T13:23:24.001Z] 10:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.001Z] 10:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:14:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:14:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:14:01 6 0.58 0.00 0.00 0.00 0.02 99.40 [2025-12-24T13:23:24.001Z] 10:14:01 7 0.03 0.00 0.07 0.00 0.03 99.87 [2025-12-24T13:23:24.001Z] 10:15:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:15:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:15:01 7 0.07 0.00 0.00 0.00 0.03 99.90 [2025-12-24T13:23:24.001Z] 10:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:16:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:16:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:16:01 7 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-24T13:23:24.001Z] 10:17:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2025-12-24T13:23:24.001Z] 10:17:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:17:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:17:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:17:01 6 0.32 0.00 0.02 0.02 0.02 99.63 [2025-12-24T13:23:24.001Z] 10:17:01 7 0.08 0.00 0.02 0.00 0.03 99.87 [2025-12-24T13:23:24.001Z] 10:18:01 all 0.40 0.00 0.09 0.03 0.01 99.46 [2025-12-24T13:23:24.001Z] 10:18:01 0 0.10 0.00 0.12 0.03 0.02 99.73 [2025-12-24T13:23:24.001Z] 10:18:01 1 0.03 0.00 0.08 0.00 0.02 99.87 [2025-12-24T13:23:24.001Z] 10:18:01 2 0.65 0.00 0.15 0.13 0.02 99.05 [2025-12-24T13:23:24.001Z] 10:18:01 3 0.10 0.00 0.05 0.02 0.00 99.83 [2025-12-24T13:23:24.001Z] 10:18:01 4 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:18:01 5 0.22 0.00 0.12 0.03 0.02 99.62 [2025-12-24T13:23:24.001Z] 10:18:01 6 2.02 0.00 0.03 0.00 0.00 97.95 [2025-12-24T13:23:24.001Z] 10:18:01 7 0.05 0.00 0.13 0.02 0.03 99.77 [2025-12-24T13:23:24.001Z] 10:19:01 all 0.26 0.00 0.02 0.01 0.01 99.70 [2025-12-24T13:23:24.001Z] 10:19:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:19:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:19:01 5 0.02 0.00 0.03 0.03 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:19:01 6 1.97 0.00 0.00 0.00 0.02 98.01 [2025-12-24T13:23:24.001Z] 10:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] [2025-12-24T13:23:24.001Z] 10:19:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.001Z] 10:20:01 all 0.11 0.00 0.01 0.00 0.01 99.88 [2025-12-24T13:23:24.001Z] 10:20:01 0 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:20:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:20:01 6 0.75 0.00 0.00 0.00 0.02 99.24 [2025-12-24T13:23:24.001Z] 10:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.001Z] 10:21:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:21:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:21:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:21:01 5 0.02 0.00 0.03 0.02 0.03 99.90 [2025-12-24T13:23:24.001Z] 10:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:22:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:22:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:22:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:22:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:23:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:23:01 0 0.00 0.00 0.03 0.02 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:23:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:24.001Z] 10:23:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:23:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:24:01 all 0.03 0.00 0.02 0.01 0.01 99.93 [2025-12-24T13:23:24.001Z] 10:24:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:24.001Z] 10:24:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:24:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:24:01 5 0.03 0.00 0.02 0.10 0.02 99.83 [2025-12-24T13:23:24.001Z] 10:24:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:24:01 7 0.02 0.00 0.05 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:25:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:25:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:25:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:25:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:24.001Z] 10:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.001Z] 10:26:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:26:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:26:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:26:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:26:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:26:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:27:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:27:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:27:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:27:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:27:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:28:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:28:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:28:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:28:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:29:01 all 0.01 0.00 0.02 0.01 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:29:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2025-12-24T13:23:24.001Z] 10:29:01 5 0.00 0.00 0.02 0.02 0.03 99.93 [2025-12-24T13:23:24.001Z] 10:29:01 6 0.00 0.00 0.02 0.03 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:29:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:30:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2025-12-24T13:23:24.001Z] 10:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:30:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.001Z] 10:30:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:30:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] [2025-12-24T13:23:24.001Z] 10:30:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.001Z] 10:31:01 all 0.03 0.00 0.03 0.00 0.01 99.92 [2025-12-24T13:23:24.001Z] 10:31:01 0 0.07 0.00 0.10 0.00 0.02 99.82 [2025-12-24T13:23:24.001Z] 10:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:31:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:31:01 5 0.10 0.00 0.08 0.02 0.00 99.80 [2025-12-24T13:23:24.001Z] 10:31:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:32:01 all 0.04 0.00 0.02 0.00 0.01 99.92 [2025-12-24T13:23:24.001Z] 10:32:01 0 0.10 0.00 0.05 0.00 0.02 99.83 [2025-12-24T13:23:24.001Z] 10:32:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:32:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:32:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:32:01 6 0.05 0.00 0.00 0.02 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:32:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:33:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:33:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:34:01 all 0.30 0.00 0.04 0.00 0.01 99.65 [2025-12-24T13:23:24.001Z] 10:34:01 0 0.07 0.00 0.03 0.02 0.02 99.87 [2025-12-24T13:23:24.001Z] 10:34:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:34:01 3 1.87 0.00 0.02 0.00 0.02 98.09 [2025-12-24T13:23:24.001Z] 10:34:01 4 0.13 0.00 0.03 0.00 0.02 99.82 [2025-12-24T13:23:24.001Z] 10:34:01 5 0.08 0.00 0.03 0.02 0.00 99.87 [2025-12-24T13:23:24.001Z] 10:34:01 6 0.10 0.00 0.10 0.00 0.02 99.78 [2025-12-24T13:23:24.001Z] 10:34:01 7 0.07 0.00 0.05 0.00 0.03 99.85 [2025-12-24T13:23:24.001Z] 10:35:01 all 0.10 0.00 0.01 0.00 0.01 99.88 [2025-12-24T13:23:24.001Z] 10:35:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:35:01 3 0.73 0.00 0.02 0.00 0.00 99.25 [2025-12-24T13:23:24.001Z] 10:35:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:35:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:35:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:36:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:36:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:36:01 4 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:36:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:36:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:37:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:37:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:37:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.001Z] 10:38:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:38:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:38:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:38:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:39:01 0 0.07 0.00 0.02 0.02 0.02 99.88 [2025-12-24T13:23:24.001Z] 10:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:39:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:39:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:39:01 7 0.00 0.00 0.00 0.00 0.03 99.97 [2025-12-24T13:23:24.001Z] 10:40:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.001Z] 10:40:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:40:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:40:01 7 0.00 0.00 0.05 0.00 0.03 99.92 [2025-12-24T13:23:24.001Z] 10:41:01 all 0.07 0.00 0.02 0.00 0.01 99.90 [2025-12-24T13:23:24.001Z] 10:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:41:01 3 0.50 0.00 0.00 0.00 0.00 99.50 [2025-12-24T13:23:24.001Z] 10:41:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.001Z] 10:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:41:01 6 0.00 0.00 0.05 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:41:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] [2025-12-24T13:23:24.001Z] 10:41:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.001Z] 10:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.001Z] 10:42:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:42:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:42:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:42:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:42:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.001Z] 10:43:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:43:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:43:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:43:01 7 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.001Z] 10:44:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:44:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:44:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:44:01 5 0.00 0.00 0.02 0.03 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:44:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:44:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:45:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2025-12-24T13:23:24.001Z] 10:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:45:01 3 0.18 0.00 0.02 0.00 0.02 99.78 [2025-12-24T13:23:24.001Z] 10:45:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:45:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:45:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:45:01 7 0.05 0.00 0.00 0.00 0.03 99.92 [2025-12-24T13:23:24.001Z] 10:46:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-12-24T13:23:24.001Z] 10:46:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:46:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:46:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:46:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:46:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:46:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:47:01 all 0.18 0.00 0.01 0.00 0.01 99.80 [2025-12-24T13:23:24.001Z] 10:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:47:01 3 1.25 0.00 0.03 0.00 0.02 98.70 [2025-12-24T13:23:24.001Z] 10:47:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:47:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:48:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-12-24T13:23:24.001Z] 10:48:01 0 0.07 0.00 0.00 0.02 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:48:01 3 1.97 0.00 0.00 0.00 0.02 98.01 [2025-12-24T13:23:24.001Z] 10:48:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.001Z] 10:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:48:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:48:01 7 0.00 0.00 0.03 0.00 0.03 99.93 [2025-12-24T13:23:24.001Z] 10:49:01 all 0.09 0.00 0.01 0.00 0.01 99.89 [2025-12-24T13:23:24.001Z] 10:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:49:01 3 0.66 0.00 0.02 0.00 0.02 99.30 [2025-12-24T13:23:24.001Z] 10:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:49:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:49:01 7 0.00 0.00 0.02 0.00 0.03 99.95 [2025-12-24T13:23:24.001Z] 10:50:01 all 0.11 0.00 0.01 0.00 0.01 99.87 [2025-12-24T13:23:24.001Z] 10:50:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.001Z] 10:50:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:50:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:50:01 3 0.71 0.00 0.02 0.00 0.02 99.25 [2025-12-24T13:23:24.001Z] 10:50:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:50:01 5 0.00 0.00 0.03 0.02 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.001Z] 10:51:01 all 0.26 0.00 0.00 0.00 0.01 99.73 [2025-12-24T13:23:24.001Z] 10:51:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.001Z] 10:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.001Z] 10:51:01 3 1.99 0.00 0.00 0.00 0.02 98.00 [2025-12-24T13:23:24.001Z] 10:51:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.001Z] 10:51:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.001Z] 10:51:01 7 0.00 0.00 0.00 0.00 0.03 99.97 [2025-12-24T13:23:24.001Z] 10:52:01 all 0.11 0.00 0.02 0.00 0.01 99.85 [2025-12-24T13:23:24.001Z] 10:52:01 0 0.05 0.00 0.03 0.02 0.02 99.88 [2025-12-24T13:23:24.001Z] 10:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.001Z] 10:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.001Z] 10:52:01 3 0.76 0.00 0.03 0.00 0.02 99.19 [2025-12-24T13:23:24.001Z] 10:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.001Z] 10:52:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 10:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] [2025-12-24T13:23:24.002Z] 10:52:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.002Z] 10:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 10:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 10:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 10:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 10:53:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 10:53:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.002Z] 10:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:53:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 10:54:01 all 0.04 0.00 0.01 0.01 0.01 99.92 [2025-12-24T13:23:24.002Z] 10:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 10:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 10:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:54:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 10:54:01 4 0.18 0.00 0.03 0.00 0.02 99.77 [2025-12-24T13:23:24.002Z] 10:54:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2025-12-24T13:23:24.002Z] 10:54:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 10:54:01 7 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.002Z] 10:55:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2025-12-24T13:23:24.002Z] 10:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:55:01 3 0.00 0.00 0.05 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 10:55:01 4 1.14 0.00 0.08 0.00 0.02 98.76 [2025-12-24T13:23:24.002Z] 10:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:55:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:55:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 10:56:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.002Z] 10:56:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 10:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:56:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 10:56:01 4 1.99 0.00 0.00 0.00 0.02 98.00 [2025-12-24T13:23:24.002Z] 10:56:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 10:56:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.002Z] 10:56:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 10:57:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.002Z] 10:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 10:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 10:57:01 4 1.95 0.00 0.02 0.00 0.02 98.01 [2025-12-24T13:23:24.002Z] 10:57:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 10:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:57:01 7 0.02 0.00 0.07 0.00 0.03 99.88 [2025-12-24T13:23:24.002Z] 10:58:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.002Z] 10:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 10:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:58:01 4 1.97 0.00 0.02 0.00 0.03 97.98 [2025-12-24T13:23:24.002Z] 10:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:58:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.002Z] 10:58:01 7 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.002Z] 10:59:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2025-12-24T13:23:24.002Z] 10:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 10:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 10:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 10:59:01 4 1.95 0.00 0.03 0.02 0.02 97.98 [2025-12-24T13:23:24.002Z] 10:59:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 10:59:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 10:59:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:24.002Z] 11:00:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:00:01 4 0.17 0.00 0.02 0.00 0.02 99.80 [2025-12-24T13:23:24.002Z] 11:00:01 5 0.02 0.00 0.05 0.02 0.00 99.92 [2025-12-24T13:23:24.002Z] 11:00:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:00:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:01:01 all 0.17 0.00 0.02 0.00 0.01 99.79 [2025-12-24T13:23:24.002Z] 11:01:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:01:01 4 1.29 0.00 0.02 0.00 0.03 98.66 [2025-12-24T13:23:24.002Z] 11:01:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:01:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:01:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:02:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2025-12-24T13:23:24.002Z] 11:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:02:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:02:01 4 0.55 0.00 0.03 0.00 0.02 99.40 [2025-12-24T13:23:24.002Z] 11:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:02:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.002Z] 11:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.002Z] 11:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:03:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:03:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:03:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:03:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] [2025-12-24T13:23:24.002Z] 11:03:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.002Z] 11:04:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-12-24T13:23:24.002Z] 11:04:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:04:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:04:01 4 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:24.002Z] 11:04:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:04:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.002Z] 11:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:05:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:05:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:05:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:05:01 7 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-24T13:23:24.002Z] 11:06:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-24T13:23:24.002Z] 11:06:01 0 0.05 0.00 0.00 0.02 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:06:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:06:01 7 0.02 0.00 0.07 0.00 0.02 99.90 [2025-12-24T13:23:24.002Z] 11:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:07:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:07:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:07:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:07:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:07:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.002Z] 11:08:01 all 0.25 0.00 0.02 0.00 0.01 99.72 [2025-12-24T13:23:24.002Z] 11:08:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:08:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:08:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.002Z] 11:08:01 4 1.82 0.00 0.07 0.00 0.02 98.09 [2025-12-24T13:23:24.002Z] 11:08:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:08:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:08:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:09:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.002Z] 11:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:09:01 4 1.99 0.00 0.00 0.00 0.02 98.00 [2025-12-24T13:23:24.002Z] 11:09:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:09:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:09:01 7 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.002Z] 11:10:01 all 0.22 0.00 0.01 0.00 0.01 99.76 [2025-12-24T13:23:24.002Z] 11:10:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:10:01 4 1.65 0.00 0.00 0.00 0.02 98.34 [2025-12-24T13:23:24.002Z] 11:10:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:10:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:10:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:11:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:11:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:11:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:11:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:11:01 7 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.002Z] 11:12:01 all 0.23 0.00 0.01 0.00 0.01 99.74 [2025-12-24T13:23:24.002Z] 11:12:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:12:01 4 1.69 0.00 0.00 0.00 0.02 98.29 [2025-12-24T13:23:24.002Z] 11:12:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:12:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:13:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:24.002Z] 11:13:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.002Z] 11:13:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:24.002Z] 11:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:13:01 7 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.002Z] 11:14:01 all 0.20 0.00 0.01 0.00 0.01 99.78 [2025-12-24T13:23:24.002Z] 11:14:01 0 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:24.002Z] 11:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:14:01 4 1.53 0.00 0.02 0.00 0.02 98.43 [2025-12-24T13:23:24.002Z] 11:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:14:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.002Z] [2025-12-24T13:23:24.002Z] 11:14:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.002Z] 11:15:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.002Z] 11:15:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:15:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:15:01 4 1.97 0.00 0.02 0.00 0.00 98.01 [2025-12-24T13:23:24.002Z] 11:15:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:15:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:16:01 all 0.12 0.00 0.02 0.00 0.01 99.85 [2025-12-24T13:23:24.002Z] 11:16:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:16:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:16:01 4 0.90 0.00 0.03 0.00 0.02 99.06 [2025-12-24T13:23:24.002Z] 11:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:16:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:17:01 all 0.18 0.00 0.02 0.00 0.01 99.79 [2025-12-24T13:23:24.002Z] 11:17:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:17:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:17:01 4 1.32 0.00 0.02 0.00 0.00 98.66 [2025-12-24T13:23:24.002Z] 11:17:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:17:01 7 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.002Z] 11:18:01 all 0.10 0.00 0.01 0.00 0.01 99.88 [2025-12-24T13:23:24.002Z] 11:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:18:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:18:01 4 0.73 0.00 0.00 0.00 0.02 99.25 [2025-12-24T13:23:24.002Z] 11:18:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:18:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:24.002Z] 11:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:19:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:19:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:19:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:20:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:20:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:20:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:20:01 3 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:20:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:20:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:20:01 7 0.03 0.00 0.00 0.00 0.03 99.93 [2025-12-24T13:23:24.002Z] 11:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.002Z] 11:21:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:21:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:21:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:21:01 4 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:21:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:22:01 all 0.13 0.00 0.01 0.00 0.01 99.85 [2025-12-24T13:23:24.002Z] 11:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:22:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:22:01 4 0.88 0.00 0.02 0.00 0.02 99.09 [2025-12-24T13:23:24.002Z] 11:22:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:22:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:23:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.002Z] 11:23:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:23:01 4 1.97 0.00 0.00 0.00 0.00 98.03 [2025-12-24T13:23:24.002Z] 11:23:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:24.002Z] 11:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:23:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.002Z] 11:24:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-12-24T13:23:24.002Z] 11:24:01 0 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:24.002Z] 11:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:24:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:24:01 4 1.97 0.00 0.00 0.00 0.02 98.01 [2025-12-24T13:23:24.002Z] 11:24:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:24:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.002Z] 11:25:01 all 0.25 0.00 0.01 0.01 0.01 99.72 [2025-12-24T13:23:24.002Z] 11:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:25:01 4 1.89 0.00 0.02 0.00 0.02 98.08 [2025-12-24T13:23:24.002Z] 11:25:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:24.002Z] 11:25:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:25:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:24.002Z] [2025-12-24T13:23:24.002Z] 11:25:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.002Z] 11:26:01 all 0.07 0.00 0.02 0.00 0.01 99.90 [2025-12-24T13:23:24.002Z] 11:26:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:26:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:26:01 4 0.40 0.00 0.08 0.00 0.02 99.50 [2025-12-24T13:23:24.002Z] 11:26:01 5 0.00 0.00 0.03 0.02 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:26:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:24.002Z] 11:27:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-12-24T13:23:24.002Z] 11:27:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:27:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:27:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:28:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:28:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:28:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.002Z] 11:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:29:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:29:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:29:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:29:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:29:01 7 0.00 0.00 0.05 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.002Z] 11:30:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:30:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:30:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:30:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:24.002Z] 11:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:30:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:31:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:31:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:31:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:24.002Z] 11:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:32:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:32:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:32:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.002Z] 11:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:33:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:33:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:33:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:33:01 7 0.05 0.00 0.00 0.00 0.03 99.92 [2025-12-24T13:23:24.002Z] 11:34:01 all 0.05 0.00 0.02 0.00 0.01 99.93 [2025-12-24T13:23:24.002Z] 11:34:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2025-12-24T13:23:24.002Z] 11:34:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:34:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.002Z] 11:34:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2025-12-24T13:23:24.002Z] 11:34:01 4 0.08 0.00 0.00 0.00 0.00 99.92 [2025-12-24T13:23:24.002Z] 11:34:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:34:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.002Z] 11:35:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2025-12-24T13:23:24.002Z] 11:35:01 0 0.07 0.00 0.00 0.02 0.00 99.92 [2025-12-24T13:23:24.002Z] 11:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:35:01 4 0.50 0.00 0.02 0.00 0.02 99.47 [2025-12-24T13:23:24.002Z] 11:35:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:35:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.002Z] 11:36:01 0 0.05 0.00 0.03 0.02 0.02 99.88 [2025-12-24T13:23:24.002Z] 11:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.002Z] 11:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:36:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:36:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:36:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:24.002Z] [2025-12-24T13:23:24.002Z] 11:36:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.002Z] 11:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.002Z] 11:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:37:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.002Z] 11:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:37:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:37:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:37:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:38:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-12-24T13:23:24.002Z] 11:38:01 0 0.05 0.00 0.00 0.02 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:38:01 4 1.24 0.00 0.02 0.00 0.02 98.73 [2025-12-24T13:23:24.002Z] 11:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:38:01 7 0.02 0.00 0.00 0.00 0.03 99.95 [2025-12-24T13:23:24.002Z] 11:39:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.002Z] 11:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.002Z] 11:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.002Z] 11:39:01 4 1.98 0.00 0.00 0.00 0.02 98.00 [2025-12-24T13:23:24.002Z] 11:39:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:39:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.002Z] 11:39:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.002Z] 11:40:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2025-12-24T13:23:24.002Z] 11:40:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.002Z] 11:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.002Z] 11:40:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.002Z] 11:40:01 4 1.82 0.00 0.00 0.00 0.00 98.18 [2025-12-24T13:23:24.002Z] 11:40:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.002Z] 11:40:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.002Z] 11:40:01 7 0.05 0.00 0.05 0.00 0.03 99.87 [2025-12-24T13:23:24.002Z] 11:41:01 all 0.11 0.00 0.01 0.00 0.01 99.87 [2025-12-24T13:23:24.002Z] 11:41:01 0 0.76 0.00 0.00 0.00 0.02 99.22 [2025-12-24T13:23:24.002Z] 11:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:24.003Z] 11:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:41:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:41:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:41:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:41:01 7 0.00 0.00 0.02 0.00 0.03 99.95 [2025-12-24T13:23:24.003Z] 11:42:01 all 0.09 0.00 0.01 0.00 0.01 99.90 [2025-12-24T13:23:24.003Z] 11:42:01 0 0.52 0.00 0.00 0.00 0.02 99.47 [2025-12-24T13:23:24.003Z] 11:42:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.003Z] 11:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:42:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 11:42:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:42:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:43:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2025-12-24T13:23:24.003Z] 11:43:01 0 0.15 0.00 0.00 0.00 0.00 99.85 [2025-12-24T13:23:24.003Z] 11:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:24.003Z] 11:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:43:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:43:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 11:44:01 all 0.09 0.00 0.01 0.01 0.01 99.88 [2025-12-24T13:23:24.003Z] 11:44:01 0 0.62 0.00 0.03 0.00 0.02 99.34 [2025-12-24T13:23:24.003Z] 11:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:44:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:44:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:44:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:44:01 6 0.00 0.00 0.00 0.03 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:44:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.003Z] 11:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 11:45:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.003Z] 11:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:45:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.003Z] 11:45:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:45:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 11:46:01 all 0.09 0.00 0.01 0.00 0.01 99.89 [2025-12-24T13:23:24.003Z] 11:46:01 0 0.60 0.00 0.00 0.00 0.02 99.39 [2025-12-24T13:23:24.003Z] 11:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 11:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:46:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:46:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:46:01 7 0.02 0.00 0.05 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] 11:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 11:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:47:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:47:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:47:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.003Z] [2025-12-24T13:23:24.003Z] 11:47:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.003Z] 11:48:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.003Z] 11:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:48:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:48:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:24.003Z] 11:49:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-12-24T13:23:24.003Z] 11:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:49:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:24.003Z] 11:49:01 6 0.00 0.00 0.00 0.03 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:50:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.003Z] 11:50:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:50:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.003Z] 11:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 11:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:50:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.003Z] 11:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:50:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] 11:51:01 all 0.07 0.00 0.01 0.00 0.01 99.90 [2025-12-24T13:23:24.003Z] 11:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:51:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2025-12-24T13:23:24.003Z] 11:51:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:51:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:51:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:51:01 7 0.02 0.00 0.05 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] 11:52:01 all 0.21 0.00 0.02 0.00 0.01 99.76 [2025-12-24T13:23:24.003Z] 11:52:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.003Z] 11:52:01 1 1.53 0.00 0.02 0.00 0.02 98.44 [2025-12-24T13:23:24.003Z] 11:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:52:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:52:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 11:52:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:52:01 7 0.02 0.00 0.05 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] 11:53:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2025-12-24T13:23:24.003Z] 11:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:53:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.003Z] 11:53:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:53:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 11:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:54:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2025-12-24T13:23:24.003Z] 11:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 11:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.003Z] 11:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:55:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:55:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:55:01 7 0.02 0.00 0.05 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] 11:56:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 11:56:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.003Z] 11:56:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.003Z] 11:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:56:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.003Z] 11:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:56:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:57:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 11:57:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:57:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:57:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 11:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:57:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.003Z] 11:57:01 7 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.003Z] 11:58:01 all 0.07 0.00 0.01 0.00 0.00 99.91 [2025-12-24T13:23:24.003Z] 11:58:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 11:58:01 1 0.40 0.00 0.03 0.00 0.00 99.57 [2025-12-24T13:23:24.003Z] 11:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:58:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:24.003Z] 11:58:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 11:58:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] [2025-12-24T13:23:24.003Z] 11:58:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.003Z] 11:59:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-12-24T13:23:24.003Z] 11:59:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2025-12-24T13:23:24.003Z] 11:59:01 1 0.20 0.00 0.05 0.00 0.02 99.73 [2025-12-24T13:23:24.003Z] 11:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 11:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 11:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:59:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 11:59:01 7 0.02 0.00 0.05 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:00:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.003Z] 12:00:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:00:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2025-12-24T13:23:24.003Z] 12:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:00:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:00:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:01:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:01:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:01:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] 12:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:01:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:01:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:02:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.003Z] 12:02:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2025-12-24T13:23:24.003Z] 12:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:02:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:02:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:02:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:03:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2025-12-24T13:23:24.003Z] 12:03:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.003Z] 12:03:01 1 0.15 0.00 0.03 0.00 0.02 99.80 [2025-12-24T13:23:24.003Z] 12:03:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.003Z] 12:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:03:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:03:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:03:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.003Z] 12:04:01 0 0.12 0.00 0.03 0.00 0.02 99.83 [2025-12-24T13:23:24.003Z] 12:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:04:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:04:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:05:01 2 0.00 0.00 0.03 0.00 0.03 99.93 [2025-12-24T13:23:24.003Z] 12:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:05:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:05:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:06:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:06:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.003Z] 12:07:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:07:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:07:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.003Z] 12:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:08:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.003Z] 12:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:08:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.003Z] 12:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:08:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:09:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.003Z] 12:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:09:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:09:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:09:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] [2025-12-24T13:23:24.003Z] 12:09:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.003Z] 12:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.003Z] 12:10:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:10:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:10:01 5 0.02 0.00 0.02 0.03 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:10:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:11:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2025-12-24T13:23:24.003Z] 12:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:11:01 1 0.22 0.00 0.02 0.00 0.03 99.73 [2025-12-24T13:23:24.003Z] 12:11:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] 12:11:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:11:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:12:01 all 0.10 0.00 0.02 0.00 0.01 99.87 [2025-12-24T13:23:24.003Z] 12:12:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:12:01 1 0.65 0.00 0.10 0.00 0.02 99.24 [2025-12-24T13:23:24.003Z] 12:12:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:12:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:12:01 7 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:13:01 all 0.01 0.00 0.03 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:13:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:13:01 2 0.02 0.00 0.07 0.00 0.03 99.88 [2025-12-24T13:23:24.003Z] 12:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:13:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:13:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.003Z] 12:14:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:14:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.003Z] 12:14:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.003Z] 12:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:14:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:15:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:15:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:15:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:16:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:16:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:16:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-12-24T13:23:24.003Z] 12:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:16:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:16:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:17:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2025-12-24T13:23:24.003Z] 12:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:17:01 1 0.43 0.00 0.00 0.00 0.02 99.55 [2025-12-24T13:23:24.003Z] 12:17:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:24.003Z] 12:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:17:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:18:01 all 0.25 0.00 0.02 0.00 0.01 99.71 [2025-12-24T13:23:24.003Z] 12:18:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:18:01 1 1.76 0.00 0.10 0.00 0.02 98.13 [2025-12-24T13:23:24.003Z] 12:18:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:18:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:18:01 5 0.10 0.00 0.00 0.02 0.00 99.88 [2025-12-24T13:23:24.003Z] 12:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:18:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.003Z] 12:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:19:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:19:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:24.003Z] 12:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:19:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:19:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.003Z] 12:20:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:20:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:20:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:24.003Z] 12:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:20:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:20:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:20:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] [2025-12-24T13:23:24.003Z] 12:20:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.003Z] 12:21:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2025-12-24T13:23:24.003Z] 12:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:21:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:21:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.003Z] 12:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:21:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.003Z] 12:22:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:22:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:22:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:24.003Z] 12:22:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:22:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:22:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:23:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-12-24T13:23:24.003Z] 12:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:23:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:23:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:24:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.003Z] 12:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:24:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:24:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.003Z] 12:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:24:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:24:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:24:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.003Z] 12:25:01 all 0.26 0.00 0.01 0.00 0.01 99.73 [2025-12-24T13:23:24.003Z] 12:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:25:01 1 1.97 0.00 0.00 0.00 0.00 98.03 [2025-12-24T13:23:24.003Z] 12:25:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.003Z] 12:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:25:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:26:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2025-12-24T13:23:24.003Z] 12:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:26:01 1 1.79 0.00 0.02 0.00 0.02 98.18 [2025-12-24T13:23:24.003Z] 12:26:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2025-12-24T13:23:24.003Z] 12:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:26:01 5 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:24.003Z] 12:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:26:01 7 0.05 0.00 0.00 0.02 0.00 99.93 [2025-12-24T13:23:24.003Z] 12:27:01 all 0.25 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.003Z] 12:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:27:01 1 1.97 0.00 0.02 0.00 0.00 98.01 [2025-12-24T13:23:24.003Z] 12:27:01 2 0.00 0.00 0.05 0.00 0.03 99.92 [2025-12-24T13:23:24.003Z] 12:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.003Z] 12:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:27:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.003Z] 12:27:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.003Z] 12:28:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-12-24T13:23:24.003Z] 12:28:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.003Z] 12:28:01 1 1.95 0.00 0.00 0.00 0.02 98.03 [2025-12-24T13:23:24.003Z] 12:28:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2025-12-24T13:23:24.003Z] 12:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.003Z] 12:28:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.003Z] 12:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.003Z] 12:28:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2025-12-24T13:23:24.003Z] 12:29:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2025-12-24T13:23:24.003Z] 12:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:29:01 1 1.86 0.00 0.03 0.00 0.00 98.11 [2025-12-24T13:23:24.004Z] 12:29:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.004Z] 12:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:29:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:29:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:30:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-12-24T13:23:24.004Z] 12:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:30:01 1 0.18 0.00 0.02 0.00 0.02 99.78 [2025-12-24T13:23:24.004Z] 12:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:30:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:30:01 5 0.05 0.00 0.00 0.02 0.03 99.90 [2025-12-24T13:23:24.004Z] 12:30:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:31:01 all 0.01 0.00 0.02 0.00 0.00 99.96 [2025-12-24T13:23:24.004Z] 12:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:31:01 1 0.08 0.00 0.00 0.00 0.00 99.92 [2025-12-24T13:23:24.004Z] 12:31:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:31:01 5 0.00 0.00 0.05 0.02 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:31:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] [2025-12-24T13:23:24.004Z] 12:31:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.004Z] 12:32:01 all 0.27 0.00 0.01 0.00 0.02 99.71 [2025-12-24T13:23:24.004Z] 12:32:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:32:01 1 1.97 0.00 0.00 0.00 0.02 98.01 [2025-12-24T13:23:24.004Z] 12:32:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:32:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:32:01 5 0.07 0.00 0.02 0.02 0.03 99.87 [2025-12-24T13:23:24.004Z] 12:32:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:33:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-12-24T13:23:24.004Z] 12:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:33:01 5 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:24.004Z] 12:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:33:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:24.004Z] 12:34:01 all 0.10 0.00 0.02 0.00 0.01 99.86 [2025-12-24T13:23:24.004Z] 12:34:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.004Z] 12:34:01 1 0.33 0.00 0.05 0.00 0.00 99.62 [2025-12-24T13:23:24.004Z] 12:34:01 2 0.10 0.00 0.03 0.00 0.02 99.85 [2025-12-24T13:23:24.004Z] 12:34:01 3 0.08 0.00 0.00 0.00 0.00 99.92 [2025-12-24T13:23:24.004Z] 12:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:34:01 5 0.05 0.00 0.05 0.02 0.03 99.85 [2025-12-24T13:23:24.004Z] 12:34:01 6 0.12 0.00 0.02 0.00 0.02 99.85 [2025-12-24T13:23:24.004Z] 12:34:01 7 0.07 0.00 0.00 0.02 0.02 99.90 [2025-12-24T13:23:24.004Z] 12:35:01 all 0.20 0.00 0.01 0.00 0.01 99.78 [2025-12-24T13:23:24.004Z] 12:35:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:35:01 1 1.47 0.00 0.00 0.00 0.02 98.51 [2025-12-24T13:23:24.004Z] 12:35:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:35:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2025-12-24T13:23:24.004Z] 12:36:01 all 0.27 0.00 0.04 0.01 0.01 99.67 [2025-12-24T13:23:24.004Z] 12:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:36:01 1 1.99 0.00 0.15 0.02 0.00 97.84 [2025-12-24T13:23:24.004Z] 12:36:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2025-12-24T13:23:24.004Z] 12:36:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:36:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:36:01 5 0.05 0.00 0.02 0.02 0.03 99.88 [2025-12-24T13:23:24.004Z] 12:36:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:36:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:37:01 all 0.11 0.00 0.03 0.01 0.01 99.84 [2025-12-24T13:23:24.004Z] 12:37:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:37:01 1 0.80 0.00 0.02 0.00 0.02 99.17 [2025-12-24T13:23:24.004Z] 12:37:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:37:01 5 0.00 0.00 0.05 0.03 0.02 99.90 [2025-12-24T13:23:24.004Z] 12:37:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:37:01 7 0.02 0.00 0.05 0.00 0.00 99.93 [2025-12-24T13:23:24.004Z] 12:38:01 all 0.12 0.00 0.01 0.00 0.01 99.86 [2025-12-24T13:23:24.004Z] 12:38:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:38:01 1 0.78 0.00 0.00 0.00 0.00 99.22 [2025-12-24T13:23:24.004Z] 12:38:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:38:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:38:01 5 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:24.004Z] 12:38:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:38:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.004Z] 12:39:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:39:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:39:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:39:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:39:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:40:01 all 0.11 0.00 0.01 0.00 0.01 99.86 [2025-12-24T13:23:24.004Z] 12:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:40:01 1 0.71 0.00 0.00 0.00 0.02 99.27 [2025-12-24T13:23:24.004Z] 12:40:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2025-12-24T13:23:24.004Z] 12:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:40:01 5 0.05 0.00 0.03 0.02 0.02 99.88 [2025-12-24T13:23:24.004Z] 12:40:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:40:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:41:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2025-12-24T13:23:24.004Z] 12:41:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:41:01 1 1.97 0.00 0.00 0.00 0.00 98.03 [2025-12-24T13:23:24.004Z] 12:41:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:41:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:41:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:42:01 all 0.19 0.00 0.01 0.00 0.01 99.78 [2025-12-24T13:23:24.004Z] 12:42:01 0 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.004Z] 12:42:01 1 1.37 0.00 0.02 0.00 0.02 98.60 [2025-12-24T13:23:24.004Z] 12:42:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:42:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:42:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:42:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] [2025-12-24T13:23:24.004Z] 12:42:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.004Z] 12:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.004Z] 12:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:43:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:43:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 12:44:01 0 0.00 0.00 0.03 0.00 0.03 99.93 [2025-12-24T13:23:24.004Z] 12:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:44:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:44:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.004Z] 12:44:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 12:45:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2025-12-24T13:23:24.004Z] 12:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:45:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:45:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:45:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:45:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.004Z] 12:46:01 0 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:46:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2025-12-24T13:23:24.004Z] 12:46:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:46:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:46:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:46:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:46:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2025-12-24T13:23:24.004Z] 12:47:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:47:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:47:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:47:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:47:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 12:48:01 0 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-24T13:23:24.004Z] 12:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:48:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:48:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:48:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 12:49:01 0 0.03 0.00 0.02 0.02 0.03 99.90 [2025-12-24T13:23:24.004Z] 12:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:49:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:49:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:49:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:49:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:49:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 12:50:01 0 0.07 0.00 0.02 0.00 0.03 99.88 [2025-12-24T13:23:24.004Z] 12:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:50:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:51:01 all 0.01 0.00 0.02 0.01 0.01 99.96 [2025-12-24T13:23:24.004Z] 12:51:01 0 0.03 0.00 0.08 0.02 0.03 99.83 [2025-12-24T13:23:24.004Z] 12:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:51:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:51:01 5 0.00 0.00 0.02 0.03 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:51:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:52:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2025-12-24T13:23:24.004Z] 12:52:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:52:01 1 0.42 0.00 0.02 0.00 0.02 99.55 [2025-12-24T13:23:24.004Z] 12:52:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:52:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:52:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:53:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.004Z] 12:53:01 0 0.02 0.00 0.03 0.02 0.03 99.90 [2025-12-24T13:23:24.004Z] 12:53:01 1 1.97 0.00 0.00 0.00 0.00 98.03 [2025-12-24T13:23:24.004Z] 12:53:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:53:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:53:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] [2025-12-24T13:23:24.004Z] 12:53:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.004Z] 12:54:01 all 0.27 0.00 0.00 0.00 0.01 99.72 [2025-12-24T13:23:24.004Z] 12:54:01 0 0.02 0.00 0.00 0.02 0.03 99.93 [2025-12-24T13:23:24.004Z] 12:54:01 1 1.97 0.00 0.00 0.00 0.00 98.03 [2025-12-24T13:23:24.004Z] 12:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:54:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:54:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:54:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:55:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-12-24T13:23:24.004Z] 12:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:55:01 1 1.97 0.00 0.00 0.00 0.02 98.01 [2025-12-24T13:23:24.004Z] 12:55:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:55:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:56:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-12-24T13:23:24.004Z] 12:56:01 0 0.02 0.00 0.03 0.02 0.03 99.90 [2025-12-24T13:23:24.004Z] 12:56:01 1 1.92 0.00 0.00 0.00 0.00 98.08 [2025-12-24T13:23:24.004Z] 12:56:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:56:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:56:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-12-24T13:23:24.004Z] 12:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 12:56:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 12:57:01 all 0.11 0.00 0.01 0.00 0.01 99.86 [2025-12-24T13:23:24.004Z] 12:57:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:57:01 1 0.80 0.00 0.08 0.00 0.02 99.10 [2025-12-24T13:23:24.004Z] 12:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:57:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.004Z] 12:57:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 12:58:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.004Z] 12:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 12:58:01 5 0.05 0.00 0.02 0.02 0.00 99.92 [2025-12-24T13:23:24.004Z] 12:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 12:59:01 all 0.01 0.00 0.01 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:59:01 0 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:24.004Z] 12:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:59:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 12:59:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 12:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 12:59:01 5 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:24.004Z] 12:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 12:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:00:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2025-12-24T13:23:24.004Z] 13:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:00:01 5 0.05 0.00 0.00 0.02 0.00 99.93 [2025-12-24T13:23:24.004Z] 13:00:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 13:00:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 13:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.004Z] 13:01:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.004Z] 13:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:01:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 13:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:01:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 13:02:01 0 0.02 0.00 0.03 0.02 0.03 99.90 [2025-12-24T13:23:24.004Z] 13:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 13:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:02:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:02:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-24T13:23:24.004Z] 13:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.004Z] 13:03:01 0 0.00 0.00 0.05 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 13:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:03:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:03:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:04:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-12-24T13:23:24.004Z] 13:04:01 0 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-24T13:23:24.004Z] 13:04:01 1 0.22 0.00 0.00 0.00 0.00 99.78 [2025-12-24T13:23:24.004Z] 13:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:04:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:04:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 13:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] [2025-12-24T13:23:24.004Z] 13:04:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.004Z] 13:05:01 all 0.07 0.00 0.02 0.00 0.01 99.89 [2025-12-24T13:23:24.004Z] 13:05:01 0 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:24.004Z] 13:05:01 1 0.50 0.00 0.02 0.00 0.00 99.49 [2025-12-24T13:23:24.004Z] 13:05:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:05:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.004Z] 13:05:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 13:05:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 13:06:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2025-12-24T13:23:24.004Z] 13:06:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:06:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 13:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 13:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-12-24T13:23:24.004Z] 13:07:01 0 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-24T13:23:24.004Z] 13:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:07:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 13:07:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 13:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.004Z] 13:08:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:08:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:08:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 13:08:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:08:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 13:08:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 13:09:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:09:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-24T13:23:24.004Z] 13:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:09:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:09:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:10:01 all 0.02 0.00 0.01 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:10:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.004Z] 13:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 13:10:01 5 0.05 0.00 0.02 0.02 0.02 99.90 [2025-12-24T13:23:24.004Z] 13:10:01 6 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 13:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:11:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2025-12-24T13:23:24.004Z] 13:11:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:11:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:12:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 13:12:01 0 0.02 0.00 0.00 0.00 0.03 99.95 [2025-12-24T13:23:24.004Z] 13:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:12:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:12:01 6 0.05 0.00 0.00 0.02 0.00 99.93 [2025-12-24T13:23:24.004Z] 13:12:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-24T13:23:24.004Z] 13:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 13:13:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2025-12-24T13:23:24.004Z] 13:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:13:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:13:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:13:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:13:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 13:14:01 all 0.24 0.00 0.01 0.00 0.01 99.74 [2025-12-24T13:23:24.004Z] 13:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-24T13:23:24.004Z] 13:14:01 1 1.78 0.00 0.00 0.00 0.02 98.21 [2025-12-24T13:23:24.004Z] 13:14:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:14:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:14:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.004Z] 13:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:15:01 all 0.20 0.00 0.02 0.00 0.01 99.76 [2025-12-24T13:23:24.004Z] 13:15:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.004Z] 13:15:01 1 1.48 0.00 0.08 0.00 0.02 98.42 [2025-12-24T13:23:24.004Z] 13:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:15:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-24T13:23:24.004Z] 13:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] [2025-12-24T13:23:24.004Z] 13:15:01 CPU %user %nice %system %iowait %steal %idle [2025-12-24T13:23:24.004Z] 13:16:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-24T13:23:24.004Z] 13:16:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-24T13:23:24.004Z] 13:16:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-24T13:23:24.004Z] 13:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.004Z] 13:16:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:16:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.004Z] 13:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.004Z] 13:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.004Z] 13:17:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-24T13:23:24.004Z] 13:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.004Z] 13:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-24T13:23:24.004Z] 13:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.004Z] 13:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.004Z] 13:17:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-24T13:23:24.005Z] 13:18:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2025-12-24T13:23:24.005Z] 13:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.005Z] 13:18:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.005Z] 13:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.005Z] 13:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:18:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-24T13:23:24.005Z] 13:18:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-24T13:23:24.005Z] 13:18:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.005Z] 13:19:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-12-24T13:23:24.005Z] 13:19:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-24T13:23:24.005Z] 13:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.005Z] 13:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.005Z] 13:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-24T13:23:24.005Z] 13:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.005Z] 13:19:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:19:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.005Z] 13:19:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-24T13:23:24.005Z] 13:20:01 all 0.10 0.00 0.01 0.00 0.01 99.87 [2025-12-24T13:23:24.005Z] 13:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.005Z] 13:20:01 1 0.66 0.00 0.00 0.00 0.02 99.32 [2025-12-24T13:23:24.005Z] 13:20:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-24T13:23:24.005Z] 13:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.005Z] 13:20:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-24T13:23:24.005Z] 13:20:01 6 0.05 0.00 0.02 0.02 0.00 99.92 [2025-12-24T13:23:24.005Z] 13:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-24T13:23:24.005Z] 13:21:01 all 0.11 0.00 0.02 0.00 0.01 99.86 [2025-12-24T13:23:24.005Z] 13:21:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-24T13:23:24.005Z] 13:21:01 1 0.73 0.00 0.03 0.00 0.02 99.22 [2025-12-24T13:23:24.005Z] 13:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-24T13:23:24.005Z] 13:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.005Z] 13:21:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:21:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.005Z] 13:21:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.005Z] 13:22:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-12-24T13:23:24.005Z] 13:22:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-24T13:23:24.005Z] 13:22:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-24T13:23:24.005Z] 13:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.005Z] 13:22:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-24T13:23:24.005Z] 13:22:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-24T13:23:24.005Z] 13:22:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-24T13:23:24.005Z] 13:22:01 7 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-24T13:23:24.005Z] 13:23:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-12-24T13:23:24.005Z] 13:23:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-24T13:23:24.005Z] 13:23:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2025-12-24T13:23:24.005Z] 13:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-24T13:23:24.005Z] 13:23:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-24T13:23:24.005Z] 13:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-24T13:23:24.005Z] 13:23:01 5 0.03 0.00 0.02 0.03 0.02 99.90 [2025-12-24T13:23:24.005Z] 13:23:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-24T13:23:24.005Z] 13:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-24T13:23:24.005Z] Average: all 1.37 0.00 0.22 0.08 0.01 98.33 [2025-12-24T13:23:24.005Z] Average: 0 1.34 0.00 0.21 0.08 0.02 98.34 [2025-12-24T13:23:24.005Z] Average: 1 1.46 0.00 0.22 0.07 0.01 98.24 [2025-12-24T13:23:24.005Z] Average: 2 1.30 0.00 0.22 0.06 0.01 98.41 [2025-12-24T13:23:24.005Z] Average: 3 1.35 0.00 0.22 0.07 0.01 98.36 [2025-12-24T13:23:24.005Z] Average: 4 1.44 0.00 0.21 0.05 0.01 98.30 [2025-12-24T13:23:24.005Z] Average: 5 1.34 0.00 0.22 0.12 0.01 98.31 [2025-12-24T13:23:24.005Z] Average: 6 1.40 0.00 0.21 0.05 0.01 98.33 [2025-12-24T13:23:24.005Z] Average: 7 1.31 0.00 0.23 0.11 0.02 98.33 [2025-12-24T13:23:24.005Z] [2025-12-24T13:23:24.005Z] [2025-12-24T13:23:24.005Z]