Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ba40e9f024fc9a292396c27210f7b939c9ca846c 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-ssh12109260833098623191.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-ssh14735877754679026296.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-ssh13862923936285161471.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-ssh13824334697277262985.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-ssh5757101529458289332.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4086 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/962 [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/962 # 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 ba40e9f024fc9a292396c27210f7b939c9ca846c (main) Commit message: "Merge pull request #5385 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.59" > git config core.sparsecheckout # timeout=10 > git checkout -f ba40e9f024fc9a292396c27210f7b939c9ca846c # timeout=10 > git rev-list --no-walk 5c11ac2d3f82390d1a7a975125afec5ec5414e10 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-03-26T00:41:36.705Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-03-26T00:41:36.772Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-03-26T00:41:36.800Z] ========================================================= [2026-03-26T00:41:36.800Z] EdgeX Global Pipelines Version Info [2026-03-26T00:41:36.800Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-03-26T00:41:37.939Z] ------------------- [2026-03-26T00:41:37.939Z] stable info: [2026-03-26T00:41:37.939Z] ------------------- [2026-03-26T00:41:37.939Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-03-26T00:41:37.939Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2026-03-26T00:41:37.939Z] Message: update stable to v1.0.278 [2026-03-26T00:41:38.503Z] ------------------- [2026-03-26T00:41:38.503Z] experimental info: [2026-03-26T00:41:38.503Z] ------------------- [2026-03-26T00:41:38.503Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-03-26T00:41:38.503Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2026-03-26T00:41:38.503Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-03-26T00:41:38.574Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2026-03-26T00:41:38.594Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2026-03-26T00:41:38.619Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-03-26T00:41:38.642Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-03-26T00:41:38.664Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-03-26T00:41:38.678Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-03-26T00:41:38.697Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-03-26T00:41:38.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2026-03-26T00:41:38.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2026-03-26T00:41:38.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2026-03-26T00:41:38.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-03-26T00:41:38.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-03-26T00:41:38.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-03-26T00:41:38.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-03-26T00:41:38.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-03-26T00:41:38.882Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-03-26T00:41:38.903Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-03-26T00:41:38.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-03-26T00:41:38.951Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2026-03-26T00:41:38.977Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2026-03-26T00:41:39.001Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-03-26T00:41:39.023Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-03-26T00:41:39.054Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-03-26T00:41:39.075Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-03-26T00:41:39.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-03-26T00:41:39.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-03-26T00:41:39.137Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T00:41:39.160Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba40e9f [Pipeline] echo [2026-03-26T00:41:39.178Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-26T00:41:39.238Z] provisioning config files... [2026-03-26T00:41:39.254Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/962@tmp/config13765572956592073059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-26T00:41:39.593Z] ---> ****-login.sh [2026-03-26T00:41:39.593Z] nexus3.edgexfoundry.org:10001 [2026-03-26T00:41:39.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:41:39.852Z] [2026-03-26T00:41:39.852Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-26T00:41:39.852Z] Configure a credential helper to remove this warning. See [2026-03-26T00:41:39.852Z] https://docs.****.com/go/credential-store/ [2026-03-26T00:41:39.852Z] [2026-03-26T00:41:39.852Z] Login Succeeded [2026-03-26T00:41:39.852Z] nexus3.edgexfoundry.org:10002 [2026-03-26T00:41:39.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:41:39.852Z] [2026-03-26T00:41:39.852Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-26T00:41:39.852Z] Configure a credential helper to remove this warning. See [2026-03-26T00:41:39.852Z] https://docs.****.com/go/credential-store/ [2026-03-26T00:41:39.852Z] [2026-03-26T00:41:39.852Z] Login Succeeded [2026-03-26T00:41:39.852Z] nexus3.edgexfoundry.org:10003 [2026-03-26T00:41:39.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:41:39.852Z] [2026-03-26T00:41:39.852Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-26T00:41:39.852Z] Configure a credential helper to remove this warning. See [2026-03-26T00:41:39.852Z] https://docs.****.com/go/credential-store/ [2026-03-26T00:41:39.852Z] [2026-03-26T00:41:39.852Z] Login Succeeded [2026-03-26T00:41:39.852Z] nexus3.edgexfoundry.org:10004 [2026-03-26T00:41:40.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:41:40.112Z] [2026-03-26T00:41:40.112Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-26T00:41:40.112Z] Configure a credential helper to remove this warning. See [2026-03-26T00:41:40.112Z] https://docs.****.com/go/credential-store/ [2026-03-26T00:41:40.112Z] [2026-03-26T00:41:40.112Z] Login Succeeded [2026-03-26T00:41:40.112Z] ****.io [2026-03-26T00:41:40.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:41:40.375Z] [2026-03-26T00:41:40.375Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-26T00:41:40.375Z] Configure a credential helper to remove this warning. See [2026-03-26T00:41:40.375Z] https://docs.****.com/go/credential-store/ [2026-03-26T00:41:40.375Z] [2026-03-26T00:41:40.375Z] Login Succeeded [2026-03-26T00:41:40.375Z] ---> ****-login.sh ends [Pipeline] } [2026-03-26T00:41:40.383Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-26T00:41:40.711Z] + 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 [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + dirname cmd/core-command/Dockerfile [2026-03-26T00:41:40.711Z] + echo core-command,cmd/core-command/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/core-data/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo core-data,cmd/core-data/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/core-keeper/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/core-metadata/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/security-bootstrapper/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/security-proxy-auth/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/security-proxy-setup/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/security-secretstore-setup/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/security-spire-agent/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/security-spire-config/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/security-spire-server/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/support-notifications/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2026-03-26T00:41:40.711Z] + dirname cmd/support-scheduler/Dockerfile [2026-03-26T00:41:40.711Z] + cut -d/ -f2 [2026-03-26T00:41:40.711Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2026-03-26T00:41:40.750Z] 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 [2026-03-26T00:41:41.112Z] + git rev-list -1 --merges ba40e9f024fc9a292396c27210f7b939c9ca846c~1..ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T00:41:41.123Z] -----------> git rev-list -1 --merges ba40e9f024fc9a292396c27210f7b939c9ca846c~1..ba40e9f024fc9a292396c27210f7b939c9ca846c ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:41:41.123Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [false] [Pipeline] sh [2026-03-26T00:41:41.423Z] + git log --format=format:%s -1 ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T00:41:41.440Z] ========================================================= [2026-03-26T00:41:41.440Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-03-26T00:41:41.440Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-03-26T00:41:41.818Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-26T00:41:41.818Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-03-26T00:41:41.818Z] + [ -e /tmp/ssh_known_hosts ] [2026-03-26T00:41:41.818Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-03-26T00:41:41.818Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-03-26T00:41:41.818Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-03-26T00:41:41.819Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:41:42.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-26T00:41:42.234Z] [2026-03-26T00:41:42.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:41:42.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-26T00:41:42.539Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-03-26T00:41:42.539Z] 3dae71ba6b94: Pulling fs layer [2026-03-26T00:41:42.539Z] 6bf1a483ea7c: Pulling fs layer [2026-03-26T00:41:42.539Z] f5dfc541a4d3: Pulling fs layer [2026-03-26T00:41:42.539Z] 461d9e800cba: Pulling fs layer [2026-03-26T00:41:42.539Z] 80192f66455f: Pulling fs layer [2026-03-26T00:41:42.539Z] 2e8e34ca0e6c: Pulling fs layer [2026-03-26T00:41:42.539Z] a29436f7fd5d: Pulling fs layer [2026-03-26T00:41:42.539Z] 923cac83aea3: Pulling fs layer [2026-03-26T00:41:42.539Z] 25ad8b0a4227: Pulling fs layer [2026-03-26T00:41:42.539Z] db01528c6b51: Pulling fs layer [2026-03-26T00:41:42.539Z] 28988de357af: Pulling fs layer [2026-03-26T00:41:42.539Z] a29436f7fd5d: Waiting [2026-03-26T00:41:42.539Z] 923cac83aea3: Waiting [2026-03-26T00:41:42.539Z] 25ad8b0a4227: Waiting [2026-03-26T00:41:42.539Z] db01528c6b51: Waiting [2026-03-26T00:41:42.539Z] 28988de357af: Waiting [2026-03-26T00:41:42.539Z] 461d9e800cba: Waiting [2026-03-26T00:41:42.539Z] 2e8e34ca0e6c: Waiting [2026-03-26T00:41:42.539Z] 80192f66455f: Waiting [2026-03-26T00:41:42.539Z] 6bf1a483ea7c: Verifying Checksum [2026-03-26T00:41:42.539Z] 6bf1a483ea7c: Download complete [2026-03-26T00:41:42.539Z] 461d9e800cba: Verifying Checksum [2026-03-26T00:41:42.539Z] 461d9e800cba: Download complete [2026-03-26T00:41:42.539Z] 80192f66455f: Verifying Checksum [2026-03-26T00:41:42.539Z] 80192f66455f: Download complete [2026-03-26T00:41:42.800Z] f5dfc541a4d3: Verifying Checksum [2026-03-26T00:41:42.800Z] f5dfc541a4d3: Download complete [2026-03-26T00:41:42.800Z] 3dae71ba6b94: Verifying Checksum [2026-03-26T00:41:42.800Z] 3dae71ba6b94: Download complete [2026-03-26T00:41:42.800Z] 923cac83aea3: Verifying Checksum [2026-03-26T00:41:42.800Z] 923cac83aea3: Download complete [2026-03-26T00:41:42.800Z] 25ad8b0a4227: Verifying Checksum [2026-03-26T00:41:42.800Z] 25ad8b0a4227: Download complete [2026-03-26T00:41:42.800Z] db01528c6b51: Verifying Checksum [2026-03-26T00:41:42.800Z] db01528c6b51: Download complete [2026-03-26T00:41:42.800Z] 28988de357af: Download complete [2026-03-26T00:41:43.059Z] a29436f7fd5d: Verifying Checksum [2026-03-26T00:41:43.059Z] a29436f7fd5d: Download complete [2026-03-26T00:41:43.629Z] 2e8e34ca0e6c: Verifying Checksum [2026-03-26T00:41:43.629Z] 2e8e34ca0e6c: Download complete [2026-03-26T00:41:44.196Z] 3dae71ba6b94: Pull complete [2026-03-26T00:41:44.457Z] 6bf1a483ea7c: Pull complete [2026-03-26T00:41:45.396Z] f5dfc541a4d3: Pull complete [2026-03-26T00:41:45.396Z] 461d9e800cba: Pull complete [2026-03-26T00:41:45.396Z] 80192f66455f: Pull complete [2026-03-26T00:41:49.611Z] 2e8e34ca0e6c: Pull complete [2026-03-26T00:41:50.222Z] a29436f7fd5d: Pull complete [2026-03-26T00:41:50.222Z] 923cac83aea3: Pull complete [2026-03-26T00:41:50.222Z] 25ad8b0a4227: Pull complete [2026-03-26T00:41:50.222Z] db01528c6b51: Pull complete [2026-03-26T00:41:50.222Z] 28988de357af: Pull complete [2026-03-26T00:41:50.222Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-03-26T00:41:50.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-26T00:41:50.222Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T00:41:50.522Z] prd-ubuntu20.04-docker-8c-8g-4086 does not seem to be running inside a container [2026-03-26T00:41:50.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/962 -v /w/workspace/edgex-go/962:/w/workspace/edgex-go/962:rw,z -v /w/workspace/edgex-go/962@tmp:/w/workspace/edgex-go/962@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 [2026-03-26T00:41:52.200Z] $ docker top da3c3087a35767169290615d53f938cee1f4e5674a43ff4c44ca65b8d03261ab -eo pid,comm [2026-03-26T00:41:52.255Z] 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). [2026-03-26T00:41:52.255Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-26T00:41:52.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-26T00:41:52.311Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-26T00:41:52.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-26T00:41:52.431Z] $ docker exec da3c3087a35767169290615d53f938cee1f4e5674a43ff4c44ca65b8d03261ab ssh-agent [2026-03-26T00:41:52.544Z] SSH_AUTH_SOCK=/tmp/ssh-Ns5lbpcY6IXb/agent.33 [2026-03-26T00:41:52.544Z] SSH_AGENT_PID=39 [2026-03-26T00:41:52.550Z] Running ssh-add (command line suppressed) [2026-03-26T00:41:52.651Z] Identity added: /w/workspace/edgex-go/962@tmp/private_key_14899984545153261143.key (/w/workspace/edgex-go/962@tmp/private_key_14899984545153261143.key) [2026-03-26T00:41:52.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-26T00:41:53.107Z] + git config --global --add safe.directory /w/workspace/edgex-go/962 [Pipeline] sh [2026-03-26T00:41:53.402Z] + git tag --points-at HEAD [Pipeline] } [2026-03-26T00:41:53.406Z] $ docker exec --env ******** --env ******** da3c3087a35767169290615d53f938cee1f4e5674a43ff4c44ca65b8d03261ab ssh-agent -k [2026-03-26T00:41:53.502Z] unset SSH_AUTH_SOCK; [2026-03-26T00:41:53.503Z] unset SSH_AGENT_PID; [2026-03-26T00:41:53.503Z] echo Agent pid 39 killed; [2026-03-26T00:41:53.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-03-26T00:41:53.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-26T00:41:53.550Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-26T00:41:53.649Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-26T00:41:53.646Z] $ docker exec da3c3087a35767169290615d53f938cee1f4e5674a43ff4c44ca65b8d03261ab ssh-agent [2026-03-26T00:41:53.758Z] SSH_AUTH_SOCK=/tmp/ssh-jSxqaN0Nq1eD/agent.86 [2026-03-26T00:41:53.758Z] SSH_AGENT_PID=92 [2026-03-26T00:41:53.762Z] Running ssh-add (command line suppressed) [2026-03-26T00:41:53.848Z] Identity added: /w/workspace/edgex-go/962@tmp/private_key_15853591675754738746.key (/w/workspace/edgex-go/962@tmp/private_key_15853591675754738746.key) [2026-03-26T00:41:53.866Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-26T00:41:54.154Z] + git semver init [2026-03-26T00:41:54.414Z] 2026-03-26 00:41:54,368 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-26T00:41:54.414Z] 2026-03-26 00:41:54,380 [run_init] DEBUG init version:0.0.0 force:False [2026-03-26T00:41:54.414Z] 2026-03-26 00:41:54,381 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/962/.semver [2026-03-26T00:41:54.414Z] 2026-03-26 00:41:54,382 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/962/.semver [2026-03-26T00:41:54.414Z] 2026-03-26 00:41:54,383 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/962/.semver'], cwd=/w/workspace/edgex-go/962, stdin=None, shell=False, universal_newlines=False) [2026-03-26T00:41:59.691Z] 2026-03-26 00:41:58,999 [append_file] DEBUG append to file:/w/workspace/edgex-go/962/.git/info/exclude [2026-03-26T00:41:59.691Z] 2026-03-26 00:41:58,999 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/962/.semver/main with force:False [2026-03-26T00:41:59.691Z] 2026-03-26 00:41:58,999 [read_version] DEBUG read version from /w/workspace/edgex-go/962/.semver/main [2026-03-26T00:41:59.691Z] 2026-03-26 00:41:58,999 [read_version] DEBUG read version from /w/workspace/edgex-go/962/.semver/main [2026-03-26T00:41:59.691Z] 4.1.0-dev.104 [Pipeline] } [2026-03-26T00:41:59.704Z] $ docker exec --env ******** --env ******** da3c3087a35767169290615d53f938cee1f4e5674a43ff4c44ca65b8d03261ab ssh-agent -k [2026-03-26T00:41:59.795Z] unset SSH_AUTH_SOCK; [2026-03-26T00:41:59.796Z] unset SSH_AGENT_PID; [2026-03-26T00:41:59.796Z] echo Agent pid 92 killed; [2026-03-26T00:41:59.810Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-26T00:42:00.146Z] + git semver [Pipeline] } [2026-03-26T00:42:00.415Z] $ docker stop --time=1 da3c3087a35767169290615d53f938cee1f4e5674a43ff4c44ca65b8d03261ab [2026-03-26T00:42:01.698Z] $ docker rm -f --volumes da3c3087a35767169290615d53f938cee1f4e5674a43ff4c44ca65b8d03261ab [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-26T00:42:02.045Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-03-26T00:42:02.317Z] Stashed 1 file(s) [Pipeline] echo [2026-03-26T00:42:02.320Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.104 [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 [2026-03-26T00:42:02.763Z] + git config --global --add safe.directory /w/workspace/edgex-go/962 [Pipeline] echo [2026-03-26T00:42:02.774Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-26T00:42:02.792Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-26T00:42:02.806Z] ========================================================= [2026-03-26T00:42:02.806Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-03-26T00:42:02.806Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-03-26T00:42:03.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-26T00:42:03.097Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-03-26T00:42:03.097Z] 2d35ebdb57d9: Pulling fs layer [2026-03-26T00:42:03.097Z] c35fb4624d26: Pulling fs layer [2026-03-26T00:42:03.097Z] 4e2aec7ef170: Pulling fs layer [2026-03-26T00:42:03.097Z] 333b49ad6fbf: Pulling fs layer [2026-03-26T00:42:03.097Z] 4f4fb700ef54: Pulling fs layer [2026-03-26T00:42:03.097Z] c3e65509a76b: Pulling fs layer [2026-03-26T00:42:03.097Z] 7cf9ebb963bd: Pulling fs layer [2026-03-26T00:42:03.097Z] bb34ca984cfb: Pulling fs layer [2026-03-26T00:42:03.097Z] 151cf03bc807: Pulling fs layer [2026-03-26T00:42:03.097Z] c3e65509a76b: Waiting [2026-03-26T00:42:03.097Z] 333b49ad6fbf: Waiting [2026-03-26T00:42:03.097Z] 7cf9ebb963bd: Waiting [2026-03-26T00:42:03.097Z] bb34ca984cfb: Waiting [2026-03-26T00:42:03.097Z] 151cf03bc807: Waiting [2026-03-26T00:42:03.097Z] 4f4fb700ef54: Waiting [2026-03-26T00:42:03.097Z] c35fb4624d26: Verifying Checksum [2026-03-26T00:42:03.097Z] c35fb4624d26: Download complete [2026-03-26T00:42:03.097Z] 333b49ad6fbf: Download complete [2026-03-26T00:42:03.097Z] 4f4fb700ef54: Download complete [2026-03-26T00:42:03.097Z] c3e65509a76b: Download complete [2026-03-26T00:42:03.097Z] 2d35ebdb57d9: Verifying Checksum [2026-03-26T00:42:03.097Z] 2d35ebdb57d9: Download complete [2026-03-26T00:42:03.355Z] 7cf9ebb963bd: Verifying Checksum [2026-03-26T00:42:03.355Z] 7cf9ebb963bd: Download complete [2026-03-26T00:42:03.355Z] 2d35ebdb57d9: Pull complete [2026-03-26T00:42:03.614Z] c35fb4624d26: Pull complete [2026-03-26T00:42:03.614Z] 4e2aec7ef170: Verifying Checksum [2026-03-26T00:42:03.614Z] 4e2aec7ef170: Download complete [2026-03-26T00:42:03.614Z] 151cf03bc807: Verifying Checksum [2026-03-26T00:42:03.614Z] 151cf03bc807: Download complete [2026-03-26T00:42:04.180Z] bb34ca984cfb: Verifying Checksum [2026-03-26T00:42:04.180Z] bb34ca984cfb: Download complete [2026-03-26T00:42:08.374Z] 4e2aec7ef170: Pull complete [2026-03-26T00:42:08.374Z] 333b49ad6fbf: Pull complete [2026-03-26T00:42:08.374Z] 4f4fb700ef54: Pull complete [2026-03-26T00:42:08.374Z] c3e65509a76b: Pull complete [2026-03-26T00:42:08.634Z] 7cf9ebb963bd: Pull complete [2026-03-26T00:42:11.959Z] bb34ca984cfb: Pull complete [2026-03-26T00:42:12.228Z] 151cf03bc807: Pull complete [2026-03-26T00:42:12.228Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-03-26T00:42:12.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-26T00:42:12.228Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-03-26T00:42:12.536Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-26T00:42:12.536Z] WORKDIR /edgex [2026-03-26T00:42:12.536Z] COPY go.mod . [2026-03-26T00:42:12.536Z] RUN go mod download [2026-03-26T00:42:12.536Z] + docker build -t ci-base-image-x86_64 -f - . [2026-03-26T00:42:13.111Z] #0 building with "default" instance using docker driver [2026-03-26T00:42:13.112Z] [2026-03-26T00:42:13.112Z] #1 [internal] load build definition from Dockerfile [2026-03-26T00:42:13.112Z] #1 transferring dockerfile: 164B done [2026-03-26T00:42:13.112Z] #1 DONE 0.1s [2026-03-26T00:42:13.112Z] [2026-03-26T00:42:13.112Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-26T00:42:13.112Z] #2 DONE 0.0s [2026-03-26T00:42:13.112Z] [2026-03-26T00:42:13.112Z] #3 [internal] load .dockerignore [2026-03-26T00:42:13.112Z] #3 transferring context: [2026-03-26T00:42:13.372Z] #3 transferring context: 50B done [2026-03-26T00:42:13.372Z] #3 DONE 0.0s [2026-03-26T00:42:13.372Z] [2026-03-26T00:42:13.372Z] #4 [internal] load build context [2026-03-26T00:42:13.372Z] #4 transferring context: 7.03kB done [2026-03-26T00:42:13.372Z] #4 DONE 0.0s [2026-03-26T00:42:13.372Z] [2026-03-26T00:42:13.372Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-26T00:42:13.372Z] #5 DONE 0.1s [2026-03-26T00:42:13.372Z] [2026-03-26T00:42:13.372Z] #6 [2/4] WORKDIR /edgex [2026-03-26T00:42:14.754Z] #6 DONE 1.3s [2026-03-26T00:42:14.754Z] [2026-03-26T00:42:14.754Z] #7 [3/4] COPY go.mod . [2026-03-26T00:42:14.754Z] #7 DONE 0.0s [2026-03-26T00:42:14.754Z] [2026-03-26T00:42:14.754Z] #8 [4/4] RUN go mod download [2026-03-26T00:42:17.414Z] Still waiting to schedule task [2026-03-26T00:42:17.415Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4082’ [2026-03-26T00:42:32.963Z] #8 DONE 16.3s [2026-03-26T00:42:32.963Z] [2026-03-26T00:42:32.963Z] #9 exporting to image [2026-03-26T00:42:32.963Z] #9 exporting layers [2026-03-26T00:42:34.369Z] #9 exporting layers 3.4s done [2026-03-26T00:42:34.369Z] #9 writing image sha256:ed43364cb299ca29ac3f69a58edff8219e229e976f42ada6379c5b6a328d35df done [2026-03-26T00:42:34.369Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2026-03-26T00:42:34.369Z] #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:42:34.704Z] + docker inspect -f . ci-base-image-x86_64 [2026-03-26T00:42:34.704Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T00:42:34.782Z] prd-ubuntu20.04-docker-8c-8g-4086 does not seem to be running inside a container [2026-03-26T00:42:34.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/962 -v /w/workspace/edgex-go/962:/w/workspace/edgex-go/962:rw,z -v /w/workspace/edgex-go/962@tmp:/w/workspace/edgex-go/962@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 [2026-03-26T00:42:35.109Z] $ docker top c3de3c5bdb79d388e205dab962e86ddeda7e7cfad202ab6427e283b1471778b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-26T00:42:35.486Z] + go version [2026-03-26T00:42:35.486Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-03-26T00:42:35.495Z] $ docker stop --time=1 c3de3c5bdb79d388e205dab962e86ddeda7e7cfad202ab6427e283b1471778b8 [2026-03-26T00:42:36.763Z] $ docker rm -f --volumes c3de3c5bdb79d388e205dab962e86ddeda7e7cfad202ab6427e283b1471778b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:42:37.187Z] + docker inspect -f . ci-base-image-x86_64 [2026-03-26T00:42:37.187Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T00:42:37.282Z] prd-ubuntu20.04-docker-8c-8g-4086 does not seem to be running inside a container [2026-03-26T00:42:37.332Z] $ 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/962 -v /w/workspace/edgex-go/962:/w/workspace/edgex-go/962:rw,z -v /w/workspace/edgex-go/962@tmp:/w/workspace/edgex-go/962@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 [2026-03-26T00:42:37.592Z] $ docker top 9d65495ad51d4fb8243c640340a05cf7007e41014dbd1d7ba765694ad5d4d0f6 -eo pid,comm [Pipeline] { [Pipeline] echo [2026-03-26T00:42:37.653Z] ========================================================= [2026-03-26T00:42:37.653Z] [edgeXBuildGoParallel] Running Tests and Build... [2026-03-26T00:42:37.653Z] ========================================================= [Pipeline] sh [2026-03-26T00:42:37.971Z] + git config --global --add safe.directory /w/workspace/edgex-go/962 [Pipeline] fileExists [Pipeline] sh [2026-03-26T00:42:38.288Z] + make test [2026-03-26T00:42:38.288Z] go test -race -coverprofile=coverage.out ./... [2026-03-26T00:42:48.421Z] ? github.com/edgexfoundry/edgex-go [no test files] [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2026-03-26T00:43:20.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements [2026-03-26T00:43:23.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.050s coverage: 69.4% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 4.8% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.059s coverage: 57.3% of statements [2026-03-26T00:43:23.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.025s coverage: 86.5% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.119s coverage: 94.2% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2026-03-26T00:43:23.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.049s coverage: 90.7% of statements [2026-03-26T00:43:23.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2026-03-26T00:43:23.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.026s coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2026-03-26T00:43:23.756Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2026-03-26T00:43:24.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.038s coverage: 8.2% of statements [2026-03-26T00:43:24.324Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2026-03-26T00:43:24.324Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.377s coverage: 97.6% of statements [2026-03-26T00:43:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2026-03-26T00:43:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.037s coverage: 72.2% of statements [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2026-03-26T00:43:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2026-03-26T00:43:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.044s coverage: 3.5% of statements [2026-03-26T00:43:28.761Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2026-03-26T00:43:28.761Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2026-03-26T00:43:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.048s coverage: 1.0% of statements [2026-03-26T00:43:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2026-03-26T00:43:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.2% of statements [2026-03-26T00:43:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.022s coverage: 68.8% of statements [2026-03-26T00:43:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2026-03-26T00:43:28.761Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2026-03-26T00:43:28.761Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2026-03-26T00:43:29.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements [2026-03-26T00:43:29.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 87.1% of statements [2026-03-26T00:43:29.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 89.5% of statements [2026-03-26T00:43:29.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.034s coverage: 93.1% of statements [2026-03-26T00:43:30.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.026s coverage: 87.5% of statements [2026-03-26T00:43:42.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.023s coverage: 94.4% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.048s coverage: 92.9% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 68.8% of statements [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.022s coverage: 47.4% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.025s coverage: 87.2% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.016s coverage: 100.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.051s coverage: 81.8% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.049s coverage: 82.1% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.029s coverage: 6.8% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.025s coverage: 33.3% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.028s coverage: 100.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.147s coverage: 54.8% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.6% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.034s coverage: 20.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.034s coverage: 88.6% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.031s coverage: 96.8% of statements [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.127s coverage: 29.2% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.015s coverage: 76.2% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.047s coverage: 17.1% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.110s coverage: 94.9% of statements [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.024s coverage: 9.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.069s coverage: 97.7% of statements [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2026-03-26T00:43:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 47.1% of statements [2026-03-26T00:43:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2026-03-26T00:43:54.705Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-26T00:43:54.706Z] 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 [2026-03-26T00:43:54.964Z] running golangci-lint [2026-03-26T00:43:55.223Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2026-03-26T00:43:55.223Z] go version go1.25.2 linux/amd64 [2026-03-26T00:43:55.223Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2026-03-26T00:43:55.223Z] level=info msg="[config_reader] Used config file .golangci.yml" [2026-03-26T00:43:55.223Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2026-03-26T00:43:55.223Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2026-03-26T00:43:55.482Z] level=info msg="[goenv] Read go env for 5.241506ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2026-03-26T00:43:55.482Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2026-03-26T00:44:17.392Z] level=info msg="[loader] Go packages loading at mode 8767 (name|compiled_files|files|imports|types_sizes|deps|exports_file) took 20.452242003s" [2026-03-26T00:44:17.392Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.910167ms" [2026-03-26T00:44:27.356Z] level=info msg="[linters_context/goanalysis] analyzers took 1m58.046006497s with top 10 stages: buildir: 52.26122612s, fact_deprecated: 3.143849218s, gosec: 2.85053896s, inspect: 2.613165143s, printf: 2.351084592s, ctrlflow: 1.90837297s, S1038: 1.333558267s, fact_purity: 1.275001579s, nilness: 1.049280462s, directives: 1.046439415s" [2026-03-26T00:44:27.356Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2026-03-26T00:44:27.356Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2026-03-26T00:44:27.356Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2026-03-26T00:44:27.356Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2026-03-26T00:44:27.356Z] level=info msg="[runner] Processors filtering stat (in/out): exclusion_rules: 22/21, path_relativity: 35/35, cgo: 35/35, invalid_issue: 35/35, exclusion_paths: 35/35, generated_file_filter: 35/22, nolint_filter: 21/0, path_absoluter: 35/35, filename_unadjuster: 35/35" [2026-03-26T00:44:27.356Z] level=info msg="[runner] processing took 8.85892ms with stages: nolint_filter: 7.94576ms, generated_file_filter: 688.937µs, exclusion_rules: 120.716µs, exclusion_paths: 52.253µs, path_relativity: 35.552µs, cgo: 3.67µs, path_absoluter: 2.631µs, sort_results: 2.35µs, invalid_issue: 2.09µs, max_same_issues: 940ns, filename_unadjuster: 800ns, diff: 630ns, max_per_file_from_linter: 620ns, fixer: 600ns, path_shortener: 291ns, uniq_by_line: 280ns, max_from_linter: 240ns, path_prettifier: 210ns, source_code: 200ns, severity-rules: 150ns" [2026-03-26T00:44:27.356Z] level=info msg="[runner] linters took 10.969533717s with stages: goanalysis_metalinter: 10.960592154s" [2026-03-26T00:44:27.356Z] 0 issues. [2026-03-26T00:44:27.356Z] level=info msg="File cache stats: 0 entries of total size 0B" [2026-03-26T00:44:27.356Z] level=info msg="Memory: 316 samples, avg is 337.8MB, max is 1345.5MB" [2026-03-26T00:44:27.356Z] level=info msg="Execution took 31.474692957s" [2026-03-26T00:44:27.356Z] go vet ./... [2026-03-26T00:44:33.960Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-03-26T00:44:33.960Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2026-03-26T00:44:33.960Z] ./bin/test-attribution-txt.sh [2026-03-26T00:44:33.960Z] An attribution for github.com/oklog/ulid/v2 is missing from Attribution.txt, please add [Pipeline] echo [2026-03-26T00:44:33.970Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2026-03-26T00:44:34.269Z] + ls -al . [2026-03-26T00:44:34.269Z] total 1392 [2026-03-26T00:44:34.269Z] drwxrwxr-x 11 1001 1001 4096 Mar 26 00:42 . [2026-03-26T00:44:34.269Z] drwxr-xr-x 4 root root 4096 Mar 26 00:42 .. [2026-03-26T00:44:34.269Z] drwxrwxr-x 2 1001 1001 4096 Mar 26 00:41 .blubracket [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 10 Mar 26 00:41 .dockerignore [2026-03-26T00:44:34.269Z] drwxrwxr-x 8 1001 1001 4096 Mar 26 00:43 .git [2026-03-26T00:44:34.269Z] drwxrwxr-x 3 1001 1001 4096 Mar 26 00:41 .github [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 909 Mar 26 00:41 .gitignore [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 359 Mar 26 00:41 .golangci.yml [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 100 Mar 26 00:41 .hadolint.yml [2026-03-26T00:44:34.269Z] drwxr-xr-x 3 1001 1001 4096 Mar 26 00:41 .semver [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 155 Mar 26 00:41 .sonarcloud.properties [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 1171 Mar 26 00:41 ADOPTERS.md [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 20143 Mar 26 00:41 Attribution.txt [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 108018 Mar 26 00:41 CHANGELOG.md [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 3804 Mar 26 00:41 CONTRIBUTING.md [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 677 Mar 26 00:41 GOVERNANCE.md [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 886 Mar 26 00:41 Jenkinsfile [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 10775 Mar 26 00:41 LICENSE [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 16743 Mar 26 00:41 Makefile [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 582 Mar 26 00:41 OWNERS.md [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 9932 Mar 26 00:41 README.md [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 789 Mar 26 00:41 SECURITY.md [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 13 Mar 26 00:42 VERSION [2026-03-26T00:44:34.269Z] drwxrwxr-x 2 1001 1001 4096 Mar 26 00:41 bin [2026-03-26T00:44:34.269Z] drwxrwxr-x 19 1001 1001 4096 Mar 26 00:41 cmd [2026-03-26T00:44:34.269Z] -rw-r--r-- 1 root root 1044024 Mar 26 00:43 coverage.out [2026-03-26T00:44:34.269Z] drwxrwxr-x 2 1001 1001 4096 Mar 26 00:41 fuzz_test [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 6990 Mar 26 00:41 go.mod [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 90838 Mar 26 00:41 go.sum [2026-03-26T00:44:34.269Z] drwxrwxr-x 7 1001 1001 4096 Mar 26 00:41 internal [2026-03-26T00:44:34.269Z] drwxrwxr-x 2 1001 1001 4096 Mar 26 00:41 openapi [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 584 Mar 26 00:41 security.txt [2026-03-26T00:44:34.269Z] -rw-rw-r-- 1 1001 1001 204 Mar 26 00:41 version.go [Pipeline] sh [2026-03-26T00:44:34.557Z] + '[' -e coverage.out ] [2026-03-26T00:44:34.557Z] + chown 1001:1001 coverage.out [Pipeline] stash [2026-03-26T00:44:34.696Z] Stashed 1 file(s) [Pipeline] sh [2026-03-26T00:44:34.977Z] + make build [2026-03-26T00:44:34.977Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-26T00:45:01.605Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-26T00:45:01.605Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-26T00:45:01.605Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-26T00:45:01.605Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-26T00:45:03.513Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-26T00:45:08.782Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-03-26T00:45:10.681Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-26T00:45:13.210Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-26T00:45:15.116Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-26T00:45:17.031Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-26T00:45:18.940Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-26T00:45:19.509Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2026-03-26T00:45:21.420Z] $ docker stop --time=1 9d65495ad51d4fb8243c640340a05cf7007e41014dbd1d7ba765694ad5d4d0f6 [2026-03-26T00:45:23.931Z] $ docker rm -f --volumes 9d65495ad51d4fb8243c640340a05cf7007e41014dbd1d7ba765694ad5d4d0f6 [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 [2026-03-26T00:45:25.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-26T00:45:25.106Z] [2026-03-26T00:45:25.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:45:25.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-26T00:45:25.405Z] latest: Pulling from edgex-devops/edgex-compose [2026-03-26T00:45:25.405Z] 91d30c5bc195: Pulling fs layer [2026-03-26T00:45:25.405Z] 2e9b0aa3be6d: Pulling fs layer [2026-03-26T00:45:25.405Z] 9c61dcf015f6: Pulling fs layer [2026-03-26T00:45:25.405Z] 4698f68db338: Pulling fs layer [2026-03-26T00:45:25.405Z] 2a2f49069b9e: Pulling fs layer [2026-03-26T00:45:25.405Z] e0025b399a48: Pulling fs layer [2026-03-26T00:45:25.405Z] 4698f68db338: Waiting [2026-03-26T00:45:25.405Z] e0025b399a48: Waiting [2026-03-26T00:45:25.405Z] 91d30c5bc195: Verifying Checksum [2026-03-26T00:45:25.405Z] 91d30c5bc195: Download complete [2026-03-26T00:45:25.405Z] 4698f68db338: Verifying Checksum [2026-03-26T00:45:25.406Z] 4698f68db338: Download complete [2026-03-26T00:45:25.664Z] 2e9b0aa3be6d: Verifying Checksum [2026-03-26T00:45:25.664Z] 2e9b0aa3be6d: Download complete [2026-03-26T00:45:25.664Z] e0025b399a48: Download complete [2026-03-26T00:45:25.664Z] 91d30c5bc195: Pull complete [2026-03-26T00:45:25.664Z] 2a2f49069b9e: Download complete [2026-03-26T00:45:25.921Z] 2e9b0aa3be6d: Pull complete [2026-03-26T00:45:26.487Z] 9c61dcf015f6: Download complete [2026-03-26T00:45:29.771Z] 9c61dcf015f6: Pull complete [2026-03-26T00:45:29.771Z] 4698f68db338: Pull complete [2026-03-26T00:45:30.032Z] 2a2f49069b9e: Pull complete [2026-03-26T00:45:30.032Z] e0025b399a48: Pull complete [2026-03-26T00:45:30.032Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2026-03-26T00:45:30.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-26T00:45:30.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T00:45:30.122Z] prd-ubuntu20.04-docker-8c-8g-4086 does not seem to be running inside a container [2026-03-26T00:45:30.156Z] $ 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/962 -v /w/workspace/edgex-go/962:/w/workspace/edgex-go/962:rw,z -v /w/workspace/edgex-go/962@tmp:/w/workspace/edgex-go/962@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 [2026-03-26T00:45:31.015Z] $ docker top 96159c7eee355889c8edfb3d24908fa02c21c1cd2f9857d27f46e622e1233157 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-26T00:45:31.354Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-03-26T00:45:31.613Z] #1 [security-spire-server internal] load build definition from Dockerfile [2026-03-26T00:45:31.613Z] #1 transferring dockerfile: 1.70kB done [2026-03-26T00:45:31.613Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-03-26T00:45:31.613Z] #1 DONE 0.1s [2026-03-26T00:45:31.613Z] [2026-03-26T00:45:31.613Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2026-03-26T00:45:31.613Z] #2 transferring dockerfile: 3.02kB done [2026-03-26T00:45:31.613Z] #2 DONE 0.1s [2026-03-26T00:45:31.613Z] [2026-03-26T00:45:31.613Z] #3 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-03-26T00:45:31.613Z] #3 DONE 0.0s [2026-03-26T00:45:31.613Z] [2026-03-26T00:45:31.613Z] #4 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2026-03-26T00:45:31.613Z] #4 ... [2026-03-26T00:45:31.613Z] [2026-03-26T00:45:31.614Z] #5 [security-spire-config internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #5 transferring dockerfile: 1.69kB done [2026-03-26T00:45:31.614Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-03-26T00:45:31.614Z] #5 DONE 0.1s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #6 [core-metadata internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #6 transferring dockerfile: 2.10kB done [2026-03-26T00:45:31.614Z] #6 DONE 0.1s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #7 transferring dockerfile: 1.89kB done [2026-03-26T00:45:31.614Z] #7 DONE 0.1s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #8 [support-notifications internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #8 transferring dockerfile: 2.02kB done [2026-03-26T00:45:31.614Z] #8 DONE 0.2s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #9 transferring dockerfile: 2.49kB done [2026-03-26T00:45:31.614Z] #9 DONE 0.2s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #10 [support-scheduler internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #10 transferring dockerfile: 1.83kB done [2026-03-26T00:45:31.614Z] #10 DONE 0.2s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #11 transferring dockerfile: 2.23kB done [2026-03-26T00:45:31.614Z] #11 DONE 0.2s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #12 [core-keeper internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #12 transferring dockerfile: 2.07kB done [2026-03-26T00:45:31.614Z] #12 DONE 0.2s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-03-26T00:45:31.614Z] #3 DONE 0.0s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #13 [core-command internal] load build definition from Dockerfile [2026-03-26T00:45:31.614Z] #13 transferring dockerfile: 1.94kB done [2026-03-26T00:45:31.614Z] #13 DONE 0.2s [2026-03-26T00:45:31.614Z] [2026-03-26T00:45:31.614Z] #4 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2026-03-26T00:45:31.874Z] #4 DONE 0.2s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2026-03-26T00:45:31.874Z] #14 transferring dockerfile: 2.50kB done [2026-03-26T00:45:31.874Z] #14 DONE 0.2s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #15 [core-data internal] load build definition from Dockerfile [2026-03-26T00:45:31.874Z] #15 transferring dockerfile: 2.04kB done [2026-03-26T00:45:31.874Z] #15 DONE 0.2s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2026-03-26T00:45:31.874Z] #16 transferring dockerfile: 1.81kB done [2026-03-26T00:45:31.874Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-03-26T00:45:31.874Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2026-03-26T00:45:31.874Z] #16 DONE 0.2s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #3 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-03-26T00:45:31.874Z] #3 DONE 0.0s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2026-03-26T00:45:31.874Z] #17 transferring context: 50B done [2026-03-26T00:45:31.874Z] #17 DONE 0.1s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #18 [security-bootstrapper internal] load .dockerignore [2026-03-26T00:45:31.874Z] #18 transferring context: 50B done [2026-03-26T00:45:31.874Z] #18 DONE 0.1s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #19 [core-metadata internal] load .dockerignore [2026-03-26T00:45:31.874Z] #19 transferring context: 50B done [2026-03-26T00:45:31.874Z] #19 DONE 0.1s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #20 [support-notifications internal] load .dockerignore [2026-03-26T00:45:31.874Z] #20 transferring context: 50B done [2026-03-26T00:45:31.874Z] #20 DONE 0.1s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #21 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:31.874Z] #21 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-26T00:45:31.874Z] #21 ... [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #22 [security-secretstore-setup internal] load .dockerignore [2026-03-26T00:45:31.874Z] #22 transferring context: 50B done [2026-03-26T00:45:31.874Z] #22 DONE 0.1s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #23 [support-scheduler internal] load .dockerignore [2026-03-26T00:45:31.874Z] #23 transferring context: 50B done [2026-03-26T00:45:31.874Z] #23 DONE 0.1s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #24 [security-proxy-setup internal] load .dockerignore [2026-03-26T00:45:31.874Z] #24 transferring context: 50B done [2026-03-26T00:45:31.874Z] #24 DONE 0.1s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #25 [core-data internal] load .dockerignore [2026-03-26T00:45:31.874Z] #25 transferring context: 50B done [2026-03-26T00:45:31.874Z] #25 DONE 0.1s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:31.874Z] #21 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-26T00:45:31.874Z] #21 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 [2026-03-26T00:45:31.874Z] #21 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:45:31.874Z] #21 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-26T00:45:31.874Z] #21 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-26T00:45:31.874Z] #21 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-26T00:45:31.874Z] #21 ... [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2026-03-26T00:45:31.874Z] #26 transferring context: 50B done [2026-03-26T00:45:31.874Z] #26 DONE 0.2s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #27 [core-command internal] load .dockerignore [2026-03-26T00:45:31.874Z] #27 transferring context: 50B done [2026-03-26T00:45:31.874Z] #27 DONE 0.2s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #28 [core-keeper internal] load .dockerignore [2026-03-26T00:45:31.874Z] #28 transferring context: 50B done [2026-03-26T00:45:31.874Z] #28 DONE 0.2s [2026-03-26T00:45:31.874Z] [2026-03-26T00:45:31.874Z] #21 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:31.874Z] #21 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-26T00:45:31.874Z] #21 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:45:31.874Z] #21 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-26T00:45:31.874Z] #21 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-26T00:45:31.874Z] #21 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-26T00:45:32.134Z] #21 ... [2026-03-26T00:45:32.134Z] [2026-03-26T00:45:32.134Z] #29 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-03-26T00:45:32.134Z] #29 DONE 0.4s [2026-03-26T00:45:32.134Z] [2026-03-26T00:45:32.134Z] #21 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:32.394Z] #21 ... [2026-03-26T00:45:32.394Z] [2026-03-26T00:45:32.394Z] #30 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-26T00:45:32.394Z] #30 DONE 0.7s [2026-03-26T00:45:32.394Z] [2026-03-26T00:45:32.394Z] #21 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:32.394Z] #21 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-26T00:45:32.655Z] #21 ... [2026-03-26T00:45:32.655Z] [2026-03-26T00:45:32.655Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-03-26T00:45:32.655Z] #31 DONE 1.0s [2026-03-26T00:45:32.655Z] [2026-03-26T00:45:32.655Z] #32 [support-notifications builder 2/7] WORKDIR /edgex-go [2026-03-26T00:45:32.655Z] #32 DONE 0.5s [2026-03-26T00:45:32.915Z] [2026-03-26T00:45:32.915Z] #33 [security-spire-server internal] load .dockerignore [2026-03-26T00:45:32.915Z] #33 transferring context: 50B 0.0s done [2026-03-26T00:45:32.915Z] #33 DONE 0.6s [2026-03-26T00:45:32.915Z] [2026-03-26T00:45:32.915Z] #34 [security-spire-config internal] load .dockerignore [2026-03-26T00:45:32.915Z] #34 transferring context: 50B 0.0s done [2026-03-26T00:45:32.915Z] #34 DONE 0.6s [2026-03-26T00:45:32.915Z] [2026-03-26T00:45:32.915Z] #21 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:32.915Z] #21 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-26T00:45:32.915Z] #21 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-26T00:45:32.915Z] #21 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:45:32.915Z] #21 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-26T00:45:32.915Z] #21 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-26T00:45:32.915Z] #21 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-26T00:45:32.915Z] #21 DONE 1.1s [2026-03-26T00:45:32.915Z] [2026-03-26T00:45:32.915Z] #35 [security-spire-server internal] load build context [2026-03-26T00:45:32.915Z] #35 ... [2026-03-26T00:45:32.915Z] [2026-03-26T00:45:32.915Z] #21 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:32.915Z] #21 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-26T00:45:32.915Z] #21 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-26T00:45:32.915Z] #21 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:45:32.915Z] #21 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-26T00:45:32.915Z] #21 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-26T00:45:32.915Z] #21 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-26T00:45:32.915Z] #21 DONE 1.1s [2026-03-26T00:45:32.915Z] [2026-03-26T00:45:32.915Z] #36 [security-spire-agent internal] load .dockerignore [2026-03-26T00:45:32.915Z] #36 transferring context: 50B done [2026-03-26T00:45:32.915Z] #36 DONE 0.3s [2026-03-26T00:45:33.173Z] [2026-03-26T00:45:33.173Z] #21 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:33.173Z] #21 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-26T00:45:33.173Z] #21 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-26T00:45:33.173Z] #21 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:45:33.173Z] #21 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-26T00:45:33.173Z] #21 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-26T00:45:33.173Z] #21 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-26T00:45:33.173Z] #21 DONE 1.1s [2026-03-26T00:45:33.173Z] [2026-03-26T00:45:33.173Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:33.173Z] #37 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:33.173Z] #37 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.3s done [2026-03-26T00:45:33.436Z] #37 ... [2026-03-26T00:45:33.436Z] [2026-03-26T00:45:33.436Z] #35 [security-spire-server internal] load build context [2026-03-26T00:45:33.436Z] #35 transferring context: 26.57kB done [2026-03-26T00:45:33.436Z] #35 DONE 0.4s [2026-03-26T00:45:33.436Z] [2026-03-26T00:45:33.436Z] #38 [security-spire-config internal] load build context [2026-03-26T00:45:33.436Z] #38 transferring context: 24.82kB 0.0s done [2026-03-26T00:45:33.436Z] #38 DONE 0.4s [2026-03-26T00:45:33.436Z] [2026-03-26T00:45:33.436Z] #39 [security-spire-agent internal] load build context [2026-03-26T00:45:33.436Z] #39 transferring context: 26.10kB 0.0s done [2026-03-26T00:45:33.436Z] #39 DONE 0.4s [2026-03-26T00:45:33.436Z] [2026-03-26T00:45:33.436Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:33.436Z] #37 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.1s [2026-03-26T00:45:33.436Z] #37 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-03-26T00:45:33.436Z] #37 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2026-03-26T00:45:33.436Z] #37 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2026-03-26T00:45:33.436Z] #37 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0B / 126.89kB 0.1s [2026-03-26T00:45:33.436Z] #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.1s [2026-03-26T00:45:33.436Z] #37 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done [2026-03-26T00:45:33.436Z] #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s [2026-03-26T00:45:33.436Z] #37 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-03-26T00:45:33.436Z] #37 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0B / 41.51MB 0.2s [2026-03-26T00:45:33.695Z] #37 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.3s done [2026-03-26T00:45:33.695Z] #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-03-26T00:45:33.695Z] #37 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-03-26T00:45:33.695Z] #37 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2026-03-26T00:45:33.695Z] #37 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 5.24MB / 41.51MB 0.4s [2026-03-26T00:45:33.695Z] #37 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 13.63MB / 41.51MB 0.5s [2026-03-26T00:45:33.954Z] #37 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 28.31MB / 41.51MB 0.7s [2026-03-26T00:45:33.954Z] #37 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 35.44MB / 41.51MB 0.8s [2026-03-26T00:45:34.224Z] #37 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.40MB / 41.51MB 0.9s [2026-03-26T00:45:35.187Z] #37 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.9s done [2026-03-26T00:45:36.191Z] #37 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d [2026-03-26T00:45:37.136Z] #37 ... [2026-03-26T00:45:37.136Z] [2026-03-26T00:45:37.136Z] #40 [security-proxy-auth internal] load build definition from Dockerfile [2026-03-26T00:45:37.136Z] #40 transferring dockerfile: 2.14kB 0.0s done [2026-03-26T00:45:37.136Z] #40 DONE 2.6s [2026-03-26T00:45:37.136Z] [2026-03-26T00:45:37.136Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:39.661Z] #37 ... [2026-03-26T00:45:39.661Z] [2026-03-26T00:45:39.661Z] #41 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-26T00:45:39.661Z] #41 DONE 7.0s [2026-03-26T00:45:39.661Z] [2026-03-26T00:45:39.661Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:40.231Z] #37 ... [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #42 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:45:40.231Z] #0 0.904 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.443 OK: 265 MiB in 60 packages [2026-03-26T00:45:40.231Z] #42 DONE 7.3s [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-03-26T00:45:40.231Z] #3 DONE 0.0s [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #43 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-26T00:45:40.231Z] #0 0.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.058 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.456 OK: 265 MiB in 60 packages [2026-03-26T00:45:40.231Z] #43 DONE 7.3s [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #44 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-26T00:45:40.231Z] #0 1.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 2.313 (1/3) Installing ca-certificates (20250911-r0) [2026-03-26T00:45:40.231Z] #0 2.338 (2/3) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:40.231Z] #0 2.338 (3/3) Installing tzdata (2026a-r0) [2026-03-26T00:45:40.231Z] #0 2.373 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:40.231Z] #0 2.376 Executing ca-certificates-20250911-r0.trigger [2026-03-26T00:45:40.231Z] #0 2.418 OK: 8 MiB in 19 packages [2026-03-26T00:45:40.231Z] #44 DONE 7.2s [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #45 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-26T00:45:40.231Z] #0 3.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 3.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 3.671 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:40.231Z] #0 3.711 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:40.231Z] #0 3.716 OK: 7 MiB in 17 packages [2026-03-26T00:45:40.231Z] #45 DONE 7.2s [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #46 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:45:40.231Z] #0 0.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.546 OK: 265 MiB in 60 packages [2026-03-26T00:45:40.231Z] #46 DONE 7.4s [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #4 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 [2026-03-26T00:45:40.231Z] #4 DONE 0.2s [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:40.231Z] #37 ... [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.231Z] #47 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-26T00:45:40.231Z] #0 1.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.231Z] #0 1.806 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:40.231Z] #0 1.893 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:40.231Z] #0 1.903 OK: 7 MiB in 17 packages [2026-03-26T00:45:40.231Z] #47 DONE 7.3s [2026-03-26T00:45:40.231Z] [2026-03-26T00:45:40.232Z] #48 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-26T00:45:40.232Z] #0 1.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 1.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 1.579 OK: 265 MiB in 60 packages [2026-03-26T00:45:40.232Z] #48 DONE 7.4s [2026-03-26T00:45:40.232Z] [2026-03-26T00:45:40.232Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-26T00:45:40.232Z] #0 2.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 3.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 3.387 (1/4) Installing ca-certificates (20250911-r0) [2026-03-26T00:45:40.232Z] #0 3.402 (2/4) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:40.232Z] #0 3.409 (3/4) Installing su-exec (0.2-r3) [2026-03-26T00:45:40.232Z] #0 3.419 (4/4) Installing yq-go (4.47.2-r3) [2026-03-26T00:45:40.232Z] #0 3.614 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:40.232Z] #0 3.625 Executing ca-certificates-20250911-r0.trigger [2026-03-26T00:45:40.232Z] #0 3.686 OK: 20 MiB in 20 packages [2026-03-26T00:45:40.232Z] #49 DONE 7.3s [2026-03-26T00:45:40.232Z] [2026-03-26T00:45:40.232Z] #50 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-26T00:45:40.232Z] #0 0.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 1.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 1.598 v3.22.3-79-gbb1fa65fef5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-26T00:45:40.232Z] #0 1.598 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-26T00:45:40.232Z] #0 1.598 OK: 26335 distinct packages available [2026-03-26T00:45:40.232Z] #0 1.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 1.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 2.185 OK: 265 MiB in 60 packages [2026-03-26T00:45:40.232Z] #50 DONE 7.5s [2026-03-26T00:45:40.232Z] [2026-03-26T00:45:40.232Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:40.232Z] #37 ... [2026-03-26T00:45:40.232Z] [2026-03-26T00:45:40.232Z] #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-26T00:45:40.232Z] #0 1.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 1.140 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 1.643 (1/7) Installing ca-certificates (20250911-r0) [2026-03-26T00:45:40.232Z] #0 1.683 (2/7) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:40.232Z] #0 1.687 (3/7) Installing libgcc (14.2.0-r6) [2026-03-26T00:45:40.232Z] #0 1.693 (4/7) Installing libsodium (1.0.20-r1) [2026-03-26T00:45:40.232Z] #0 1.712 (5/7) Installing libstdc++ (14.2.0-r6) [2026-03-26T00:45:40.232Z] #0 1.738 (6/7) Installing libzmq (4.3.5-r2) [2026-03-26T00:45:40.232Z] #0 1.895 (7/7) Installing zeromq (4.3.5-r2) [2026-03-26T00:45:40.232Z] #0 1.896 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:40.232Z] #0 1.903 Executing ca-certificates-20250911-r0.trigger [2026-03-26T00:45:40.232Z] #0 2.044 OK: 12 MiB in 23 packages [2026-03-26T00:45:40.232Z] #51 DONE 7.4s [2026-03-26T00:45:40.232Z] [2026-03-26T00:45:40.232Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-26T00:45:40.232Z] #0 3.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 3.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:40.232Z] #0 3.589 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:40.232Z] #0 3.601 (2/4) Installing openssl (3.5.5-r0) [2026-03-26T00:45:40.232Z] #0 3.622 (3/4) Installing su-exec (0.2-r3) [2026-03-26T00:45:40.232Z] #0 3.625 (4/4) Installing yq-go (4.47.2-r3) [2026-03-26T00:45:40.232Z] #0 3.701 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:40.232Z] #0 3.705 OK: 20 MiB in 20 packages [2026-03-26T00:45:40.232Z] #52 DONE 7.4s [2026-03-26T00:45:40.489Z] [2026-03-26T00:45:40.489Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:40.489Z] #37 ... [2026-03-26T00:45:40.489Z] [2026-03-26T00:45:40.489Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-26T00:45:40.489Z] #53 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.2s done [2026-03-26T00:45:40.489Z] #53 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2026-03-26T00:45:40.489Z] #53 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-03-26T00:45:40.489Z] #53 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2026-03-26T00:45:40.489Z] #53 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-03-26T00:45:40.490Z] #53 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-03-26T00:45:40.490Z] #53 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done [2026-03-26T00:45:40.490Z] #53 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.3s done [2026-03-26T00:45:40.490Z] #53 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 2.0s done [2026-03-26T00:45:40.490Z] #53 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2026-03-26T00:45:40.490Z] #53 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 2.3s done [2026-03-26T00:45:40.490Z] #53 DONE 7.6s [2026-03-26T00:45:40.490Z] [2026-03-26T00:45:40.490Z] #54 [security-proxy-auth internal] load .dockerignore [2026-03-26T00:45:40.490Z] #54 transferring context: 50B 0.0s done [2026-03-26T00:45:40.490Z] #54 DONE 0.5s [2026-03-26T00:45:40.751Z] [2026-03-26T00:45:40.751Z] #29 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-03-26T00:45:40.751Z] #29 DONE 0.4s [2026-03-26T00:45:40.751Z] [2026-03-26T00:45:40.751Z] #32 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2026-03-26T00:45:40.751Z] #32 DONE 0.5s [2026-03-26T00:45:40.751Z] [2026-03-26T00:45:40.751Z] #21 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:45:40.751Z] #21 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-26T00:45:40.751Z] #21 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-26T00:45:40.751Z] #21 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:45:40.751Z] #21 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-26T00:45:40.751Z] #21 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-26T00:45:40.751Z] #21 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-26T00:45:40.751Z] #21 DONE 1.1s [2026-03-26T00:45:40.751Z] [2026-03-26T00:45:40.751Z] #42 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:45:40.751Z] #42 DONE 7.3s [2026-03-26T00:45:40.751Z] [2026-03-26T00:45:40.751Z] #47 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-26T00:45:40.751Z] #47 DONE 7.3s [2026-03-26T00:45:40.751Z] [2026-03-26T00:45:40.751Z] #55 [security-proxy-auth internal] load build context [2026-03-26T00:45:41.687Z] #55 ... [2026-03-26T00:45:41.687Z] [2026-03-26T00:45:41.687Z] #56 [support-notifications internal] load build context [2026-03-26T00:45:41.946Z] #56 ... [2026-03-26T00:45:41.946Z] [2026-03-26T00:45:41.946Z] #57 [core-data internal] load build context [2026-03-26T00:45:41.946Z] #57 ... [2026-03-26T00:45:41.946Z] [2026-03-26T00:45:41.946Z] #58 [support-scheduler internal] load build context [2026-03-26T00:45:42.203Z] #58 ... [2026-03-26T00:45:42.203Z] [2026-03-26T00:45:42.203Z] #59 [core-keeper internal] load build context [2026-03-26T00:45:42.203Z] #59 ... [2026-03-26T00:45:42.203Z] [2026-03-26T00:45:42.203Z] #60 [core-command internal] load build context [2026-03-26T00:45:42.203Z] #60 ... [2026-03-26T00:45:42.203Z] [2026-03-26T00:45:42.203Z] #61 [security-bootstrapper internal] load build context [2026-03-26T00:45:42.462Z] #61 ... [2026-03-26T00:45:42.462Z] [2026-03-26T00:45:42.462Z] #62 [core-metadata internal] load build context [2026-03-26T00:45:42.462Z] #62 ... [2026-03-26T00:45:42.462Z] [2026-03-26T00:45:42.462Z] #63 [security-proxy-setup internal] load build context [2026-03-26T00:45:42.721Z] #63 ... [2026-03-26T00:45:42.721Z] [2026-03-26T00:45:42.721Z] #64 [security-spiffe-token-provider internal] load build context [2026-03-26T00:45:42.721Z] #64 ... [2026-03-26T00:45:42.721Z] [2026-03-26T00:45:42.721Z] #65 [core-common-config-bootstrapper internal] load build context [2026-03-26T00:45:42.978Z] #65 ... [2026-03-26T00:45:42.978Z] [2026-03-26T00:45:42.978Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-26T00:45:42.978Z] #66 ... [2026-03-26T00:45:42.978Z] [2026-03-26T00:45:42.978Z] #67 [security-secretstore-setup internal] load build context [2026-03-26T00:45:43.224Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4088 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [2026-03-26T00:45:43.235Z] #67 ... [2026-03-26T00:45:43.235Z] [2026-03-26T00:45:43.235Z] #68 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-26T00:45:43.235Z] #68 ... [2026-03-26T00:45:43.235Z] [2026-03-26T00:45:43.235Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-26T00:45:43.235Z] #0 9.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.235Z] #0 9.226 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.235Z] #0 9.566 v3.22.3-79-gbb1fa65fef5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-26T00:45:43.235Z] #0 9.566 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-26T00:45:43.235Z] #0 9.566 OK: 26324 distinct packages available [2026-03-26T00:45:43.235Z] #0 9.628 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.235Z] #0 9.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.235Z] #0 10.05 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:43.235Z] #0 10.10 (2/4) Installing musl-obstack (1.2.3-r2) [2026-03-26T00:45:43.235Z] #0 10.11 (3/4) Installing libucontext (1.3.2-r0) [2026-03-26T00:45:43.235Z] #0 10.12 (4/4) Installing gcompat (1.1.0-r4) [2026-03-26T00:45:43.235Z] #0 10.14 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:43.235Z] #0 10.15 OK: 8 MiB in 20 packages [Pipeline] ws [2026-03-26T00:45:43.242Z] Running in /w/workspace/edgex-go/962 [Pipeline] { [Pipeline] checkout [2026-03-26T00:45:43.493Z] #69 ... [2026-03-26T00:45:43.493Z] [2026-03-26T00:45:43.493Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:45:43.493Z] #0 10.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.493Z] #0 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.493Z] #70 10.62 v3.22.3-79-gbb1fa65fef5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-26T00:45:43.493Z] #70 10.62 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-26T00:45:43.493Z] #70 10.62 OK: 26324 distinct packages available [2026-03-26T00:45:43.493Z] #70 ... [2026-03-26T00:45:43.493Z] [2026-03-26T00:45:43.493Z] #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:45:43.493Z] #0 10.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.493Z] #71 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.493Z] #71 ... [2026-03-26T00:45:43.493Z] [2026-03-26T00:45:43.493Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:45:43.493Z] #70 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:43.493Z] #70 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:44.060Z] #70 11.10 (1/13) Installing brotli-libs (1.1.0-r2) [2026-03-26T00:45:44.060Z] #70 11.24 (2/13) Installing c-ares (1.34.6-r0) [2026-03-26T00:45:44.060Z] #70 11.25 (3/13) Installing libunistring (1.3-r0) [2026-03-26T00:45:44.060Z] #70 11.27 (4/13) Installing libidn2 (2.3.7-r0) [2026-03-26T00:45:44.319Z] #70 11.34 (5/13) Installing nghttp2-libs (1.65.0-r0) [2026-03-26T00:45:44.319Z] #70 11.34 (6/13) Installing libpsl (0.21.5-r3) [2026-03-26T00:45:44.319Z] #70 11.35 (7/13) Installing zstd-libs (1.5.7-r0) [2026-03-26T00:45:44.319Z] #70 11.36 (8/13) Installing libcurl (8.14.1-r2) [2026-03-26T00:45:44.319Z] #70 11.37 (9/13) Installing curl (8.14.1-r2) [2026-03-26T00:45:44.319Z] #70 11.38 (10/13) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:44.319Z] #70 11.39 (11/13) Installing musl-obstack (1.2.3-r2) [2026-03-26T00:45:44.319Z] #70 11.41 (12/13) Installing libucontext (1.3.2-r0) [2026-03-26T00:45:44.319Z] #70 11.42 (13/13) Installing gcompat (1.1.0-r4) [2026-03-26T00:45:44.319Z] #70 11.42 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:44.319Z] #70 11.44 OK: 13 MiB in 29 packages [2026-03-26T00:45:46.301Z] The recommended git tool is: git [2026-03-26T00:45:46.856Z] #70 DONE 13.7s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #67 [security-secretstore-setup internal] load build context [2026-03-26T00:45:46.856Z] #67 transferring context: 639.13MB 12.3s done [2026-03-26T00:45:46.856Z] #67 DONE 14.7s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:45:46.856Z] #71 11.09 v3.22.3-79-gbb1fa65fef5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-26T00:45:46.856Z] #71 11.09 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-26T00:45:46.856Z] #71 11.09 OK: 26324 distinct packages available [2026-03-26T00:45:46.856Z] #71 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:46.856Z] #71 11.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:46.856Z] #71 11.71 (1/5) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:46.856Z] #71 11.72 (2/5) Installing musl-obstack (1.2.3-r2) [2026-03-26T00:45:46.856Z] #71 11.72 (3/5) Installing libucontext (1.3.2-r0) [2026-03-26T00:45:46.856Z] #71 11.73 (4/5) Installing gcompat (1.1.0-r4) [2026-03-26T00:45:46.856Z] #71 11.74 (5/5) Installing openssl (3.5.5-r0) [2026-03-26T00:45:46.856Z] #71 11.75 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:46.856Z] #71 11.75 OK: 8 MiB in 21 packages [2026-03-26T00:45:46.856Z] #71 DONE 13.6s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:45:46.856Z] #37 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.5s done [2026-03-26T00:45:46.856Z] #37 DONE 13.6s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #55 [security-proxy-auth internal] load build context [2026-03-26T00:45:46.856Z] #55 ... [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-26T00:45:46.856Z] #69 DONE 13.6s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #68 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-26T00:45:46.856Z] #68 DONE 13.7s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #62 [core-metadata internal] load build context [2026-03-26T00:45:46.856Z] #62 transferring context: 639.13MB 12.4s done [2026-03-26T00:45:46.856Z] #62 DONE 14.8s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #57 [core-data internal] load build context [2026-03-26T00:45:46.856Z] #57 transferring context: 639.13MB 12.4s done [2026-03-26T00:45:46.856Z] #57 DONE 14.7s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #59 [core-keeper internal] load build context [2026-03-26T00:45:46.856Z] #59 transferring context: 639.13MB 12.6s done [2026-03-26T00:45:46.856Z] #59 DONE 14.6s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #64 [security-spiffe-token-provider internal] load build context [2026-03-26T00:45:46.856Z] #64 transferring context: 639.13MB 13.0s done [2026-03-26T00:45:46.856Z] #64 DONE 14.8s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #61 [security-bootstrapper internal] load build context [2026-03-26T00:45:46.856Z] #61 transferring context: 639.13MB 13.2s done [2026-03-26T00:45:46.856Z] #61 DONE 14.8s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #56 [support-notifications internal] load build context [2026-03-26T00:45:46.856Z] #56 transferring context: 639.13MB 13.3s done [2026-03-26T00:45:46.856Z] #56 DONE 14.8s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #65 [core-common-config-bootstrapper internal] load build context [2026-03-26T00:45:46.856Z] #65 transferring context: 639.13MB 12.8s done [2026-03-26T00:45:46.856Z] #65 DONE 14.7s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #60 [core-command internal] load build context [2026-03-26T00:45:46.856Z] #60 transferring context: 639.13MB 13.1s done [2026-03-26T00:45:46.856Z] #60 DONE 14.6s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #58 [support-scheduler internal] load build context [2026-03-26T00:45:46.856Z] #58 transferring context: 639.13MB 13.3s done [2026-03-26T00:45:46.856Z] #58 DONE 14.8s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #63 [security-proxy-setup internal] load build context [2026-03-26T00:45:46.856Z] #63 transferring context: 639.13MB 13.4s done [2026-03-26T00:45:46.856Z] #63 DONE 14.8s [2026-03-26T00:45:46.856Z] [2026-03-26T00:45:46.856Z] #72 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:45:47.113Z] #72 ... [2026-03-26T00:45:47.113Z] [2026-03-26T00:45:47.113Z] #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:45:47.113Z] #73 DONE 0.5s [2026-03-26T00:45:47.113Z] [2026-03-26T00:45:47.113Z] #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:45:47.113Z] #74 DONE 0.3s [2026-03-26T00:45:47.113Z] [2026-03-26T00:45:47.113Z] #72 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:45:47.113Z] #72 DONE 0.4s [2026-03-26T00:45:47.113Z] [2026-03-26T00:45:47.113Z] #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:45:47.113Z] #75 DONE 0.3s [2026-03-26T00:45:47.113Z] [2026-03-26T00:45:47.113Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:45:47.113Z] #76 DONE 0.4s [2026-03-26T00:45:47.113Z] [2026-03-26T00:45:47.113Z] #77 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:45:48.052Z] #77 ... [2026-03-26T00:45:48.052Z] [2026-03-26T00:45:48.052Z] #72 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:45:48.052Z] #72 DONE 0.4s [2026-03-26T00:45:48.052Z] [2026-03-26T00:45:48.052Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:45:48.052Z] #0 6.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 6.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.434 OK: 7 MiB in 17 packages [2026-03-26T00:45:48.052Z] #78 DONE 7.8s [2026-03-26T00:45:48.052Z] [2026-03-26T00:45:48.052Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:45:48.052Z] #0 6.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.510 OK: 8 MiB in 19 packages [2026-03-26T00:45:48.052Z] #79 DONE 7.9s [2026-03-26T00:45:48.052Z] [2026-03-26T00:45:48.052Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-26T00:45:48.052Z] #66 14.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #66 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #66 14.70 (1/2) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:48.052Z] #66 14.71 (2/2) Installing su-exec (0.2-r3) [2026-03-26T00:45:48.052Z] #66 14.72 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:48.052Z] #66 14.73 OK: 7 MiB in 18 packages [2026-03-26T00:45:48.052Z] #66 DONE 15.1s [2026-03-26T00:45:48.052Z] [2026-03-26T00:45:48.052Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:45:48.052Z] #0 6.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.431 OK: 12 MiB in 23 packages [2026-03-26T00:45:48.052Z] #80 DONE 7.7s [2026-03-26T00:45:48.052Z] [2026-03-26T00:45:48.052Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-26T00:45:48.052Z] #0 6.926 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.038 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.474 OK: 20 MiB in 20 packages [2026-03-26T00:45:48.052Z] #81 DONE 7.7s [2026-03-26T00:45:48.052Z] [2026-03-26T00:45:48.052Z] #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-03-26T00:45:48.052Z] #0 7.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.052Z] #0 7.655 OK: 7 MiB in 17 packages [2026-03-26T00:45:48.052Z] #82 DONE 7.8s [2026-03-26T00:45:48.052Z] [2026-03-26T00:45:48.052Z] #55 [security-proxy-auth internal] load build context [2026-03-26T00:45:48.052Z] #55 transferring context: 639.13MB 6.3s done [2026-03-26T00:45:48.052Z] #55 DONE 7.3s [2026-03-26T00:45:48.053Z] [2026-03-26T00:45:48.053Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-26T00:45:48.053Z] #0 7.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.053Z] #0 7.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.053Z] #0 7.643 OK: 20 MiB in 20 packages [2026-03-26T00:45:48.053Z] #83 DONE 7.8s [2026-03-26T00:45:48.053Z] [2026-03-26T00:45:48.053Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-03-26T00:45:48.053Z] #84 DONE 0.0s [2026-03-26T00:45:48.053Z] [2026-03-26T00:45:48.053Z] #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-26T00:45:48.312Z] #85 ... [2026-03-26T00:45:48.312Z] [2026-03-26T00:45:48.312Z] #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-26T00:45:48.312Z] #0 7.302 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.312Z] #0 7.732 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.312Z] #0 8.361 OK: 265 MiB in 60 packages [2026-03-26T00:45:48.312Z] #86 DONE 8.5s [2026-03-26T00:45:48.312Z] [2026-03-26T00:45:48.312Z] #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-03-26T00:45:48.312Z] #87 DONE 0.0s [2026-03-26T00:45:48.312Z] [2026-03-26T00:45:48.312Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:45:48.312Z] #0 1.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.312Z] #0 1.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.312Z] #0 1.582 OK: 13 MiB in 29 packages [2026-03-26T00:45:48.312Z] #88 DONE 1.7s [2026-03-26T00:45:48.312Z] [2026-03-26T00:45:48.312Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-26T00:45:48.312Z] #0 1.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.312Z] #0 1.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.312Z] #0 1.661 OK: 8 MiB in 21 packages [2026-03-26T00:45:48.312Z] #89 DONE 1.8s [2026-03-26T00:45:48.312Z] [2026-03-26T00:45:48.312Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:45:48.882Z] #90 DONE 0.4s [2026-03-26T00:45:48.882Z] [2026-03-26T00:45:48.882Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-26T00:45:48.882Z] #0 1.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.882Z] #0 1.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.882Z] #0 1.810 OK: 8 MiB in 20 packages [2026-03-26T00:45:48.882Z] #91 DONE 2.2s [2026-03-26T00:45:48.882Z] [2026-03-26T00:45:48.882Z] #92 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-26T00:45:48.882Z] #0 1.006 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.882Z] #0 1.231 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:48.882Z] #0 1.811 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-26T00:45:48.882Z] #0 1.966 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:45:48.882Z] #0 1.972 OK: 7 MiB in 17 packages [2026-03-26T00:45:48.882Z] #92 DONE 2.2s [2026-03-26T00:45:48.882Z] [2026-03-26T00:45:48.882Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-03-26T00:45:48.882Z] #93 DONE 0.4s [2026-03-26T00:45:48.882Z] [2026-03-26T00:45:48.882Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-03-26T00:45:48.882Z] #94 DONE 0.2s [2026-03-26T00:45:48.882Z] [2026-03-26T00:45:48.882Z] #95 [security-spire-server stage-2 6/9] COPY security.txt / [2026-03-26T00:45:49.456Z] #95 DONE 0.4s [2026-03-26T00:45:49.456Z] [2026-03-26T00:45:49.456Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:45:49.456Z] #96 DONE 0.5s [2026-03-26T00:45:49.456Z] [2026-03-26T00:45:49.456Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:45:49.456Z] #97 DONE 0.6s [2026-03-26T00:45:49.456Z] [2026-03-26T00:45:49.456Z] #98 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-03-26T00:45:49.456Z] #98 DONE 0.1s [2026-03-26T00:45:49.456Z] [2026-03-26T00:45:49.456Z] #99 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-03-26T00:45:49.456Z] #99 DONE 0.1s [2026-03-26T00:45:49.456Z] [2026-03-26T00:45:49.456Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-03-26T00:45:49.456Z] #100 DONE 0.1s [2026-03-26T00:45:49.456Z] [2026-03-26T00:45:49.456Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2026-03-26T00:45:49.456Z] #101 DONE 0.1s [2026-03-26T00:45:49.456Z] [2026-03-26T00:45:49.456Z] #102 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-03-26T00:45:49.456Z] #102 DONE 0.1s [2026-03-26T00:45:49.456Z] [2026-03-26T00:45:49.456Z] #103 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-03-26T00:45:49.716Z] #103 DONE 0.1s [2026-03-26T00:45:49.716Z] [2026-03-26T00:45:49.716Z] #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-03-26T00:45:49.716Z] #104 DONE 0.1s [2026-03-26T00:45:49.716Z] [2026-03-26T00:45:49.716Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-03-26T00:45:49.716Z] #105 DONE 0.2s [2026-03-26T00:45:49.716Z] [2026-03-26T00:45:49.716Z] #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-03-26T00:45:49.716Z] #106 DONE 0.1s [2026-03-26T00:45:49.716Z] [2026-03-26T00:45:49.716Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-03-26T00:45:49.716Z] #107 DONE 0.1s [2026-03-26T00:45:49.716Z] [2026-03-26T00:45:49.716Z] #108 [security-spire-server] exporting to image [2026-03-26T00:45:49.716Z] #108 exporting layers [2026-03-26T00:45:49.973Z] #108 ... [2026-03-26T00:45:49.973Z] [2026-03-26T00:45:49.973Z] #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-03-26T00:45:49.973Z] #109 DONE 0.1s [2026-03-26T00:45:49.973Z] [2026-03-26T00:45:49.973Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-03-26T00:45:49.973Z] #110 DONE 0.1s [2026-03-26T00:45:49.973Z] [2026-03-26T00:45:49.973Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-03-26T00:45:49.973Z] #111 DONE 0.1s [2026-03-26T00:45:49.973Z] [2026-03-26T00:45:49.973Z] #112 [security-spire-config] exporting to image [2026-03-26T00:45:50.235Z] #112 ... [2026-03-26T00:45:50.235Z] [2026-03-26T00:45:50.235Z] #108 [security-spire-server] exporting to image [2026-03-26T00:45:50.235Z] #108 exporting layers 0.5s done [2026-03-26T00:45:50.235Z] #108 writing image sha256:308c7b00ba5a7cf794b1eb486437f0c8ddf82649bbb8df68f721f63dbc6adbac done [2026-03-26T00:45:50.235Z] #108 naming to docker.io/library/security-spire-server done [2026-03-26T00:45:50.235Z] #108 DONE 0.5s [2026-03-26T00:45:50.492Z] [2026-03-26T00:45:50.492Z] #113 [security-spire-agent] exporting to image [2026-03-26T00:45:50.492Z] #113 exporting layers 0.4s done [2026-03-26T00:45:50.492Z] #113 writing image sha256:b784d718b966debb5ee9c5436912c97eaf85c4e8ed7e0569cf3b2f31ce5c4562 done [2026-03-26T00:45:50.492Z] #113 naming to docker.io/library/security-spire-agent done [2026-03-26T00:45:50.492Z] #113 DONE 0.5s [2026-03-26T00:45:50.492Z] [2026-03-26T00:45:50.492Z] #112 [security-spire-config] exporting to image [2026-03-26T00:45:50.492Z] #112 exporting layers 0.4s done [2026-03-26T00:45:50.492Z] #112 writing image sha256:6a5c4b8f2b1728bcad3138325bb557b25b81b9ec2413cd710a2c74ae2c9eec49 done [2026-03-26T00:45:50.492Z] #112 naming to docker.io/library/security-spire-config done [2026-03-26T00:45:50.492Z] #112 DONE 0.5s [2026-03-26T00:45:50.492Z] [2026-03-26T00:45:50.492Z] #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-26T00:45:50.492Z] #85 1.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:50.492Z] #85 2.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-26T00:45:50.492Z] #85 2.346 OK: 7 MiB in 18 packages [2026-03-26T00:45:50.492Z] #85 DONE 2.5s [2026-03-26T00:45:50.492Z] [2026-03-26T00:45:50.492Z] #114 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-26T00:45:50.750Z] #114 DONE 0.4s [2026-03-26T00:45:50.750Z] [2026-03-26T00:45:50.750Z] #115 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-03-26T00:45:50.750Z] #115 DONE 0.1s [2026-03-26T00:45:50.750Z] [2026-03-26T00:45:50.750Z] #116 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:45:51.181Z] using credential edgex-jenkins-ssh [2026-03-26T00:45:51.208Z] Cloning the remote Git repository [2026-03-26T00:45:51.244Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2026-03-26T00:45:51.327Z] > git init /w/workspace/edgex-go/962 # timeout=10 [2026-03-26T00:45:51.471Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2026-03-26T00:45:51.472Z] > git --version # timeout=10 [2026-03-26T00:45:51.492Z] > git --version # 'git version 2.25.1' [2026-03-26T00:45:51.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-03-26T00:45:51.635Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-03-26T00:45:57.618Z] #116 ... [2026-03-26T00:45:57.618Z] [2026-03-26T00:45:57.618Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:45:57.618Z] #117 ... [2026-03-26T00:45:57.618Z] [2026-03-26T00:45:57.618Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:45:57.618Z] #118 ... [2026-03-26T00:45:57.618Z] [2026-03-26T00:45:57.618Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:45:57.618Z] #119 ... [2026-03-26T00:45:57.618Z] [2026-03-26T00:45:57.618Z] #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:07.597Z] #120 DONE 17.9s [2026-03-26T00:46:07.597Z] [2026-03-26T00:46:07.597Z] #77 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:07.597Z] #77 DONE 19.0s [2026-03-26T00:46:07.597Z] [2026-03-26T00:46:07.597Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:07.597Z] #119 DONE 19.1s [2026-03-26T00:46:07.597Z] [2026-03-26T00:46:07.597Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:07.597Z] #118 DONE 19.1s [2026-03-26T00:46:07.597Z] [2026-03-26T00:46:07.597Z] #116 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:07.597Z] #116 DONE 19.1s [2026-03-26T00:46:07.597Z] [2026-03-26T00:46:07.597Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:07.597Z] #117 DONE 19.1s [2026-03-26T00:46:07.597Z] [2026-03-26T00:46:07.597Z] #121 [core-data builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #121 ... [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #122 [support-notifications builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #122 DONE 6.0s [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #123 [security-proxy-setup builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #123 DONE 6.0s [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #124 [support-scheduler builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #124 DONE 6.0s [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #125 [security-spiffe-token-provider builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #125 DONE 6.0s [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #126 [core-keeper builder 7/8] COPY . . [2026-03-26T00:46:12.919Z] #126 DONE 6.0s [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #121 [core-data builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #121 DONE 6.0s [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #127 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:46:12.919Z] #127 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:12.919Z] #128 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #129 [security-proxy-auth builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #129 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #130 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:12.919Z] #130 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #131 [security-bootstrapper builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #131 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #132 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:46:12.919Z] #132 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #133 [core-data builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #133 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:12.919Z] #134 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #135 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:46:12.919Z] #135 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #136 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:12.919Z] #137 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:46:12.919Z] #138 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #139 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:12.919Z] #139 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #140 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:46:12.919Z] #140 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #141 [core-command builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #141 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #142 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:46:12.919Z] #142 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #143 [security-proxy-setup builder 6/7] COPY . . [2026-03-26T00:46:12.919Z] #143 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #144 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:46:12.919Z] #144 CACHED [2026-03-26T00:46:12.919Z] [2026-03-26T00:46:12.919Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-26T00:46:13.180Z] #145 0.895 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-26T00:46:16.815Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2026-03-26T00:46:16.842Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-03-26T00:46:17.696Z] Avoid second fetch [2026-03-26T00:46:17.696Z] Checking out Revision ba40e9f024fc9a292396c27210f7b939c9ca846c (main) [2026-03-26T00:46:18.508Z] Commit message: "Merge pull request #5385 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.59" [2026-03-26T00:46:17.705Z] > git config core.sparsecheckout # timeout=10 [2026-03-26T00:46:17.763Z] > git checkout -f ba40e9f024fc9a292396c27210f7b939c9ca846c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-26T00:46:22.754Z] provisioning config files... [2026-03-26T00:46:22.781Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/962@tmp/config10602816918786570863tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-26T00:46:23.156Z] #145 ... [2026-03-26T00:46:23.156Z] [2026-03-26T00:46:23.156Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T00:46:23.156Z] #0 0.564 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-26T00:46:23.156Z] #146 ... [2026-03-26T00:46:23.156Z] [2026-03-26T00:46:23.156Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-26T00:46:23.156Z] #0 0.890 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-26T00:46:23.156Z] #147 ... [2026-03-26T00:46:23.156Z] [2026-03-26T00:46:23.156Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-26T00:46:23.156Z] #0 0.686 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-26T00:46:23.156Z] #148 ... [2026-03-26T00:46:23.156Z] [2026-03-26T00:46:23.156Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-26T00:46:23.156Z] #0 0.614 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-26T00:46:23.156Z] #149 ... [2026-03-26T00:46:23.156Z] [2026-03-26T00:46:23.156Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-26T00:46:23.156Z] #0 0.910 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-26T00:46:23.156Z] #150 ... [2026-03-26T00:46:23.156Z] [2026-03-26T00:46:23.156Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-26T00:46:23.156Z] #0 0.681 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-26T00:46:23.156Z] #151 ... [2026-03-26T00:46:23.156Z] [2026-03-26T00:46:23.156Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T00:46:23.156Z] #0 0.572 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-03-26T00:46:23.413Z] #152 ... [2026-03-26T00:46:23.413Z] [2026-03-26T00:46:23.413Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-26T00:46:23.413Z] #0 0.684 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-03-26T00:46:23.413Z] #153 ... [2026-03-26T00:46:23.413Z] [2026-03-26T00:46:23.413Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T00:46:23.413Z] #0 0.771 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-26T00:46:23.537Z] ---> ****-login.sh [2026-03-26T00:46:23.537Z] nexus3.edgexfoundry.org:10001 [2026-03-26T00:46:23.671Z] #154 ... [2026-03-26T00:46:23.671Z] [2026-03-26T00:46:23.671Z] #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-26T00:46:23.671Z] #0 0.887 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-26T00:46:23.671Z] #155 ... [2026-03-26T00:46:23.671Z] [2026-03-26T00:46:23.671Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-26T00:46:23.671Z] #0 0.589 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-26T00:46:23.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:46:24.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T00:46:24.086Z] Configure a credential helper to remove this warning. See [2026-03-26T00:46:24.086Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T00:46:24.086Z] [2026-03-26T00:46:24.086Z] Login Succeeded [2026-03-26T00:46:24.086Z] nexus3.edgexfoundry.org:10002 [2026-03-26T00:46:24.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:46:24.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T00:46:24.357Z] Configure a credential helper to remove this warning. See [2026-03-26T00:46:24.357Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T00:46:24.357Z] [2026-03-26T00:46:24.357Z] Login Succeeded [2026-03-26T00:46:24.357Z] nexus3.edgexfoundry.org:10003 [2026-03-26T00:46:24.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:46:24.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T00:46:24.898Z] Configure a credential helper to remove this warning. See [2026-03-26T00:46:24.898Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T00:46:24.898Z] [2026-03-26T00:46:24.898Z] Login Succeeded [2026-03-26T00:46:24.898Z] nexus3.edgexfoundry.org:10004 [2026-03-26T00:46:25.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:46:25.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T00:46:25.168Z] Configure a credential helper to remove this warning. See [2026-03-26T00:46:25.168Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T00:46:25.168Z] [2026-03-26T00:46:25.168Z] Login Succeeded [2026-03-26T00:46:25.168Z] ****.io [2026-03-26T00:46:25.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:46:25.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T00:46:25.703Z] Configure a credential helper to remove this warning. See [2026-03-26T00:46:25.703Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T00:46:25.703Z] [2026-03-26T00:46:25.703Z] Login Succeeded [2026-03-26T00:46:25.703Z] ---> ****-login.sh ends [Pipeline] } [2026-03-26T00:46:25.719Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2026-03-26T00:46:26.336Z] + git config --global --add safe.directory /w/workspace/edgex-go/962 [Pipeline] echo [2026-03-26T00:46:26.357Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-26T00:46:26.378Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-26T00:46:26.398Z] ========================================================= [2026-03-26T00:46:26.398Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2026-03-26T00:46:26.398Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-03-26T00:46:26.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-26T00:46:30.086Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2026-03-26T00:46:30.086Z] 6b59a28fa201: Pulling fs layer [2026-03-26T00:46:30.086Z] d32bb0dddca7: Pulling fs layer [2026-03-26T00:46:30.086Z] 5dab1238d3d9: Pulling fs layer [2026-03-26T00:46:30.086Z] 196fd7d83e7d: Pulling fs layer [2026-03-26T00:46:30.086Z] 4f4fb700ef54: Pulling fs layer [2026-03-26T00:46:30.086Z] 8ba94037c8f0: Pulling fs layer [2026-03-26T00:46:30.086Z] deaec5988b04: Pulling fs layer [2026-03-26T00:46:30.086Z] 9f65657bb879: Pulling fs layer [2026-03-26T00:46:30.086Z] 4f4fb700ef54: Waiting [2026-03-26T00:46:30.086Z] 8ba94037c8f0: Waiting [2026-03-26T00:46:30.086Z] deaec5988b04: Waiting [2026-03-26T00:46:30.086Z] 9f65657bb879: Waiting [2026-03-26T00:46:30.086Z] 196fd7d83e7d: Waiting [2026-03-26T00:46:30.086Z] d32bb0dddca7: Verifying Checksum [2026-03-26T00:46:30.086Z] d32bb0dddca7: Download complete [2026-03-26T00:46:30.086Z] 196fd7d83e7d: Verifying Checksum [2026-03-26T00:46:30.086Z] 196fd7d83e7d: Download complete [2026-03-26T00:46:30.086Z] 4f4fb700ef54: Verifying Checksum [2026-03-26T00:46:30.086Z] 4f4fb700ef54: Download complete [2026-03-26T00:46:30.086Z] 8ba94037c8f0: Verifying Checksum [2026-03-26T00:46:30.086Z] 8ba94037c8f0: Download complete [2026-03-26T00:46:30.086Z] 6b59a28fa201: Verifying Checksum [2026-03-26T00:46:30.086Z] 6b59a28fa201: Download complete [2026-03-26T00:46:30.675Z] 9f65657bb879: Verifying Checksum [2026-03-26T00:46:30.945Z] 6b59a28fa201: Pull complete [2026-03-26T00:46:31.530Z] d32bb0dddca7: Pull complete [2026-03-26T00:46:31.800Z] 5dab1238d3d9: Verifying Checksum [2026-03-26T00:46:31.800Z] 5dab1238d3d9: Download complete [2026-03-26T00:46:33.231Z] deaec5988b04: Verifying Checksum [2026-03-26T00:46:33.231Z] deaec5988b04: Download complete [2026-03-26T00:46:45.602Z] 5dab1238d3d9: Pull complete [2026-03-26T00:46:45.870Z] 196fd7d83e7d: Pull complete [2026-03-26T00:46:46.138Z] 4f4fb700ef54: Pull complete [2026-03-26T00:46:46.409Z] 8ba94037c8f0: Pull complete [2026-03-26T00:46:56.701Z] deaec5988b04: Pull complete [2026-03-26T00:46:58.150Z] 9f65657bb879: Pull complete [2026-03-26T00:46:58.151Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2026-03-26T00:46:58.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-26T00:46:58.151Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-03-26T00:46:58.506Z] + docker build -t ci-base-image-arm64 -f - . [2026-03-26T00:46:58.506Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-26T00:46:58.506Z] WORKDIR /edgex [2026-03-26T00:46:58.506Z] COPY go.mod . [2026-03-26T00:46:58.506Z] RUN go mod download [2026-03-26T00:46:59.478Z] Sending build context to Docker daemon 3.894MB [2026-03-26T00:46:59.478Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-26T00:46:59.478Z] ---> 334268110677 [2026-03-26T00:46:59.478Z] Step 2/4 : WORKDIR /edgex [2026-03-26T00:47:01.428Z] ---> Running in 81c3f524ae85 [2026-03-26T00:47:01.428Z] Removing intermediate container 81c3f524ae85 [2026-03-26T00:47:01.428Z] ---> 5abf2a19cb2d [2026-03-26T00:47:01.428Z] Step 3/4 : COPY go.mod . [2026-03-26T00:47:02.018Z] ---> a24ea673bbd3 [2026-03-26T00:47:02.018Z] Step 4/4 : RUN go mod download [2026-03-26T00:47:02.018Z] ---> Running in d6c882cc2a41 [2026-03-26T00:47:45.091Z] #156 ... [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-26T00:47:45.091Z] #150 DONE 91.9s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-26T00:47:45.091Z] #145 DONE 91.9s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:47:45.091Z] #157 DONE 0.1s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-03-26T00:47:45.091Z] #158 DONE 0.1s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:47:45.091Z] #159 DONE 0.2s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-03-26T00:47:45.091Z] #160 ... [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-03-26T00:47:45.091Z] #161 DONE 0.1s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #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 [2026-03-26T00:47:45.091Z] #162 DONE 0.2s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-03-26T00:47:45.091Z] #163 DONE 0.2s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T00:47:45.091Z] #154 ... [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-03-26T00:47:45.091Z] #160 DONE 1.0s [2026-03-26T00:47:45.091Z] [2026-03-26T00:47:45.091Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T00:47:45.349Z] #164 ... [2026-03-26T00:47:45.349Z] [2026-03-26T00:47:45.350Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:47:45.350Z] #165 DONE 0.2s [2026-03-26T00:47:45.624Z] [2026-03-26T00:47:45.625Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:47:45.625Z] #166 DONE 0.2s [2026-03-26T00:47:45.625Z] [2026-03-26T00:47:45.625Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-26T00:47:45.625Z] #147 ... [2026-03-26T00:47:45.625Z] [2026-03-26T00:47:45.625Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-03-26T00:47:45.625Z] #167 DONE 0.1s [2026-03-26T00:47:45.625Z] [2026-03-26T00:47:45.625Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-03-26T00:47:45.882Z] #168 DONE 0.1s [2026-03-26T00:47:45.882Z] [2026-03-26T00:47:45.882Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T00:47:45.882Z] #164 DONE 0.8s [2026-03-26T00:47:45.882Z] [2026-03-26T00:47:45.882Z] #169 [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/ [2026-03-26T00:47:45.882Z] #169 DONE 0.1s [2026-03-26T00:47:45.882Z] [2026-03-26T00:47:45.882Z] #170 [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/ [2026-03-26T00:47:46.141Z] #170 DONE 0.2s [2026-03-26T00:47:46.141Z] [2026-03-26T00:47:46.141Z] #171 [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/ [2026-03-26T00:47:46.141Z] #171 DONE 0.2s [2026-03-26T00:47:46.141Z] [2026-03-26T00:47:46.141Z] #172 [core-common-config-bootstrapper] exporting to image [2026-03-26T00:47:46.141Z] #172 exporting layers [2026-03-26T00:47:46.707Z] #172 exporting layers 0.6s done [2026-03-26T00:47:46.707Z] #172 writing image sha256:4d6c70087cf364ac0437093c2b4efa9108a848ed5a30e61e1ca06627971993fd done [2026-03-26T00:47:46.707Z] #172 naming to docker.io/library/core-common-config-bootstrapper done [2026-03-26T00:47:46.707Z] #172 DONE 0.7s [2026-03-26T00:47:46.707Z] [2026-03-26T00:47:46.707Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-03-26T00:47:46.707Z] #173 DONE 0.2s [2026-03-26T00:47:46.707Z] [2026-03-26T00:47:46.707Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-03-26T00:47:47.639Z] #174 DONE 1.2s [2026-03-26T00:47:47.639Z] [2026-03-26T00:47:47.639Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T00:47:47.639Z] #154 ... [2026-03-26T00:47:47.639Z] [2026-03-26T00:47:47.639Z] #175 [security-bootstrapper] exporting to image [2026-03-26T00:47:48.206Z] #175 exporting layers 0.5s done [2026-03-26T00:47:48.206Z] #175 writing image sha256:dcf08c6840b40d3f7d90276811a532bb7625af3295489afd5744e9f1da16376a 0.0s done [2026-03-26T00:47:48.206Z] #175 naming to docker.io/library/security-bootstrapper [2026-03-26T00:47:48.206Z] #175 naming to docker.io/library/security-bootstrapper done [2026-03-26T00:47:48.206Z] #175 DONE 0.6s [2026-03-26T00:47:48.206Z] [2026-03-26T00:47:48.206Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T00:47:48.866Z] Removing intermediate container d6c882cc2a41 [2026-03-26T00:47:48.866Z] ---> 81819cafb487 [2026-03-26T00:47:48.866Z] Successfully built 81819cafb487 [2026-03-26T00:47:48.866Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:47:49.215Z] + docker inspect -f . ci-base-image-arm64 [2026-03-26T00:47:49.215Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T00:47:49.440Z] prd-ubuntu20.04-docker-arm64-4c-16g-4088 does not seem to be running inside a container [2026-03-26T00:47:49.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/962 -v /w/workspace/edgex-go/962:/w/workspace/edgex-go/962:rw,z -v /w/workspace/edgex-go/962@tmp:/w/workspace/edgex-go/962@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 [2026-03-26T00:47:50.744Z] $ docker top f3c932a84b4573efa6ab67e23d025f7da7ee58da85ce2b3938b47f2c4b940cfe -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-26T00:47:51.588Z] + go version [2026-03-26T00:47:51.588Z] go version go1.25.3 linux/arm64 [Pipeline] } [2026-03-26T00:47:51.599Z] $ docker stop --time=1 f3c932a84b4573efa6ab67e23d025f7da7ee58da85ce2b3938b47f2c4b940cfe [2026-03-26T00:47:53.244Z] $ docker rm -f --volumes f3c932a84b4573efa6ab67e23d025f7da7ee58da85ce2b3938b47f2c4b940cfe [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 [2026-03-26T00:47:53.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-26T00:47:53.968Z] [2026-03-26T00:47:53.968Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:47:54.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-26T00:47:54.319Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2026-03-26T00:47:54.319Z] 547446be3368: Pulling fs layer [2026-03-26T00:47:54.319Z] d125d8839a47: Pulling fs layer [2026-03-26T00:47:54.319Z] 3e85d5ac6304: Pulling fs layer [2026-03-26T00:47:54.319Z] c3105a71a48b: Pulling fs layer [2026-03-26T00:47:54.319Z] 0f093f025ec4: Pulling fs layer [2026-03-26T00:47:54.319Z] c3106fc0e877: Pulling fs layer [2026-03-26T00:47:54.319Z] c3105a71a48b: Waiting [2026-03-26T00:47:54.319Z] 0f093f025ec4: Waiting [2026-03-26T00:47:54.319Z] c3106fc0e877: Waiting [2026-03-26T00:47:54.592Z] 547446be3368: Verifying Checksum [2026-03-26T00:47:54.592Z] 547446be3368: Download complete [2026-03-26T00:47:54.592Z] c3105a71a48b: Verifying Checksum [2026-03-26T00:47:54.592Z] c3105a71a48b: Download complete [2026-03-26T00:47:54.858Z] d125d8839a47: Verifying Checksum [2026-03-26T00:47:54.859Z] d125d8839a47: Download complete [2026-03-26T00:47:54.859Z] c3106fc0e877: Verifying Checksum [2026-03-26T00:47:54.859Z] c3106fc0e877: Download complete [2026-03-26T00:47:55.125Z] 0f093f025ec4: Verifying Checksum [2026-03-26T00:47:55.125Z] 0f093f025ec4: Download complete [2026-03-26T00:47:55.392Z] 547446be3368: Pull complete [2026-03-26T00:47:56.804Z] d125d8839a47: Pull complete [2026-03-26T00:47:57.071Z] 3e85d5ac6304: Verifying Checksum [2026-03-26T00:47:57.071Z] 3e85d5ac6304: Download complete [2026-03-26T00:48:07.148Z] 3e85d5ac6304: Pull complete [2026-03-26T00:48:07.416Z] c3105a71a48b: Pull complete [2026-03-26T00:48:08.824Z] 0f093f025ec4: Pull complete [2026-03-26T00:48:09.092Z] c3106fc0e877: Pull complete [2026-03-26T00:48:09.092Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2026-03-26T00:48:09.092Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-26T00:48:09.092Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T00:48:09.314Z] prd-ubuntu20.04-docker-arm64-4c-16g-4088 does not seem to be running inside a container [2026-03-26T00:48:09.373Z] $ 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/962 -v /w/workspace/edgex-go/962:/w/workspace/edgex-go/962:rw,z -v /w/workspace/edgex-go/962@tmp:/w/workspace/edgex-go/962@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 [2026-03-26T00:48:12.381Z] $ docker top 89fc4977580da91aeb290f81a3b03d95ff66338706805b672df6fb3b5474c5c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-26T00:48:13.249Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-03-26T00:48:23.456Z] #1 [security-spire-config internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #1 transferring dockerfile: [2026-03-26T00:48:23.456Z] #1 transferring dockerfile: 1.69kB 0.0s done [2026-03-26T00:48:23.456Z] #1 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #2 [core-keeper internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #2 transferring dockerfile: 2.07kB done [2026-03-26T00:48:23.456Z] #2 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #3 transferring dockerfile: 2.14kB 0.0s done [2026-03-26T00:48:23.456Z] #3 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #4 [core-data internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #4 transferring dockerfile: 2.04kB 0.0s done [2026-03-26T00:48:23.456Z] #4 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #5 transferring dockerfile: 1.89kB done [2026-03-26T00:48:23.456Z] #5 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #6 transferring dockerfile: 3.02kB done [2026-03-26T00:48:23.456Z] #6 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #7 transferring dockerfile: 2.23kB done [2026-03-26T00:48:23.456Z] #7 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #8 [core-command internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #8 transferring dockerfile: 1.94kB done [2026-03-26T00:48:23.456Z] #8 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #9 [security-spire-agent internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #9 transferring dockerfile: 1.81kB done [2026-03-26T00:48:23.456Z] #9 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #10 [core-metadata internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #10 transferring dockerfile: 2.10kB 0.0s done [2026-03-26T00:48:23.456Z] #10 DONE 0.1s [2026-03-26T00:48:23.456Z] [2026-03-26T00:48:23.456Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2026-03-26T00:48:23.456Z] #11 transferring dockerfile: 2.49kB 0.0s done [2026-03-26T00:48:23.456Z] #11 DONE 0.1s [2026-03-26T00:48:23.734Z] [2026-03-26T00:48:23.734Z] #12 [support-notifications internal] load build definition from Dockerfile [2026-03-26T00:48:23.734Z] #12 transferring dockerfile: 2.02kB done [2026-03-26T00:48:23.734Z] #12 DONE 0.1s [2026-03-26T00:48:23.734Z] [2026-03-26T00:48:23.734Z] #13 [support-scheduler internal] load build definition from Dockerfile [2026-03-26T00:48:23.734Z] #13 transferring dockerfile: 1.83kB done [2026-03-26T00:48:23.734Z] #13 DONE 0.0s [2026-03-26T00:48:23.734Z] [2026-03-26T00:48:23.734Z] #14 [security-spire-server internal] load build definition from Dockerfile [2026-03-26T00:48:23.734Z] #14 transferring dockerfile: 1.70kB done [2026-03-26T00:48:23.734Z] #14 DONE 0.1s [2026-03-26T00:48:24.002Z] [2026-03-26T00:48:24.002Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2026-03-26T00:48:24.002Z] #15 transferring dockerfile: 2.50kB 0.0s done [2026-03-26T00:48:24.002Z] #15 DONE 0.1s [2026-03-26T00:48:24.002Z] [2026-03-26T00:48:24.002Z] #16 [security-spire-config internal] load .dockerignore [2026-03-26T00:48:24.002Z] #16 transferring context: 50B 0.0s done [2026-03-26T00:48:24.002Z] #16 DONE 0.1s [2026-03-26T00:48:24.987Z] [2026-03-26T00:48:24.987Z] #17 [core-keeper internal] load .dockerignore [2026-03-26T00:48:24.987Z] #17 transferring context: 50B 0.0s done [2026-03-26T00:48:24.987Z] #17 DONE 0.3s [2026-03-26T00:48:24.987Z] [2026-03-26T00:48:24.987Z] #18 [security-proxy-auth internal] load .dockerignore [2026-03-26T00:48:24.987Z] #18 transferring context: 50B done [2026-03-26T00:48:24.987Z] #18 DONE 0.2s [2026-03-26T00:48:24.987Z] [2026-03-26T00:48:24.987Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2026-03-26T00:48:24.987Z] #19 ... [2026-03-26T00:48:24.987Z] [2026-03-26T00:48:24.987Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2026-03-26T00:48:24.987Z] #20 transferring context: 50B done [2026-03-26T00:48:24.987Z] #20 DONE 0.3s [2026-03-26T00:48:25.257Z] [2026-03-26T00:48:25.257Z] #21 [security-bootstrapper internal] load .dockerignore [2026-03-26T00:48:25.257Z] #21 transferring context: 50B 0.0s done [2026-03-26T00:48:25.257Z] #21 DONE 0.2s [2026-03-26T00:48:25.257Z] [2026-03-26T00:48:25.257Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2026-03-26T00:48:25.257Z] #19 transferring context: 50B 0.0s done [2026-03-26T00:48:25.257Z] #19 DONE 0.2s [2026-03-26T00:48:25.257Z] [2026-03-26T00:48:25.257Z] #22 [core-command internal] load .dockerignore [2026-03-26T00:48:25.257Z] #22 transferring context: 50B 0.0s done [2026-03-26T00:48:25.257Z] #22 DONE 0.1s [2026-03-26T00:48:25.257Z] [2026-03-26T00:48:25.257Z] #23 [core-data internal] load .dockerignore [2026-03-26T00:48:25.257Z] #23 transferring context: 50B 0.0s done [2026-03-26T00:48:25.257Z] #23 DONE 0.3s [2026-03-26T00:48:25.257Z] [2026-03-26T00:48:25.257Z] #24 [core-metadata internal] load .dockerignore [2026-03-26T00:48:25.257Z] #24 transferring context: 50B 0.0s done [2026-03-26T00:48:25.257Z] #24 DONE 0.1s [2026-03-26T00:48:25.257Z] [2026-03-26T00:48:25.257Z] #25 [security-spire-agent internal] load .dockerignore [2026-03-26T00:48:25.257Z] #25 transferring context: 50B 0.0s done [2026-03-26T00:48:25.257Z] #25 DONE 0.1s [2026-03-26T00:48:25.257Z] [2026-03-26T00:48:25.257Z] #26 [security-secretstore-setup internal] load .dockerignore [2026-03-26T00:48:25.525Z] #26 transferring context: 50B 0.0s done [2026-03-26T00:48:25.525Z] #26 DONE 0.1s [2026-03-26T00:48:25.525Z] [2026-03-26T00:48:25.525Z] #27 [support-notifications internal] load .dockerignore [2026-03-26T00:48:25.525Z] #27 transferring context: 50B 0.0s done [2026-03-26T00:48:25.525Z] #27 DONE 0.1s [2026-03-26T00:48:25.525Z] [2026-03-26T00:48:25.525Z] #28 [support-scheduler internal] load .dockerignore [2026-03-26T00:48:25.525Z] #28 transferring context: 50B done [2026-03-26T00:48:25.525Z] #28 DONE 0.1s [2026-03-26T00:48:25.525Z] [2026-03-26T00:48:25.525Z] #29 [security-spire-server internal] load .dockerignore [2026-03-26T00:48:25.525Z] #29 transferring context: 50B done [2026-03-26T00:48:25.525Z] #29 DONE 0.1s [2026-03-26T00:48:25.525Z] [2026-03-26T00:48:25.525Z] #30 [security-proxy-setup internal] load .dockerignore [2026-03-26T00:48:25.525Z] #30 transferring context: 50B 0.0s done [2026-03-26T00:48:25.525Z] #30 DONE 0.1s [2026-03-26T00:48:25.525Z] [2026-03-26T00:48:25.525Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-26T00:48:26.492Z] #31 ... [2026-03-26T00:48:26.492Z] [2026-03-26T00:48:26.492Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.22 [2026-03-26T00:48:26.492Z] #32 DONE 0.6s [2026-03-26T00:48:26.492Z] [2026-03-26T00:48:26.492Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-26T00:48:26.760Z] #33 DONE 0.0s [2026-03-26T00:48:26.760Z] [2026-03-26T00:48:26.760Z] #34 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:26.760Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:26.760Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:26.760Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:26.760Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:26.760Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 0B / 4.14MB 0.2s [2026-03-26T00:48:26.760Z] #34 ... [2026-03-26T00:48:26.760Z] [2026-03-26T00:48:26.760Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-26T00:48:26.760Z] #33 DONE 0.0s [2026-03-26T00:48:26.760Z] [2026-03-26T00:48:26.760Z] #34 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:26.760Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:26.760Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:26.760Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:26.760Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:27.025Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:27.025Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:27.025Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:27.025Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:27.025Z] #34 ... [2026-03-26T00:48:27.025Z] [2026-03-26T00:48:27.025Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-26T00:48:27.025Z] #33 DONE 0.0s [2026-03-26T00:48:27.025Z] [2026-03-26T00:48:27.025Z] #34 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:27.025Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 1.05MB / 4.14MB 0.5s [2026-03-26T00:48:27.294Z] #34 ... [2026-03-26T00:48:27.294Z] [2026-03-26T00:48:27.294Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2026-03-26T00:48:27.294Z] #32 DONE 0.7s [2026-03-26T00:48:27.294Z] [2026-03-26T00:48:27.294Z] #34 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:27.294Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:27.294Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:27.294Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:27.294Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:27.294Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 2.10MB / 4.14MB 0.7s [2026-03-26T00:48:27.560Z] #34 ... [2026-03-26T00:48:27.560Z] [2026-03-26T00:48:27.560Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:27.560Z] #35 DONE 0.0s [2026-03-26T00:48:27.560Z] [2026-03-26T00:48:27.560Z] #34 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:27.560Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:27.560Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:27.560Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:27.560Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:27.560Z] #34 ... [2026-03-26T00:48:27.560Z] [2026-03-26T00:48:27.560Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-26T00:48:27.560Z] #33 DONE 0.0s [2026-03-26T00:48:27.560Z] [2026-03-26T00:48:27.560Z] #34 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:27.560Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 3.15MB / 4.14MB 1.1s [2026-03-26T00:48:27.831Z] #34 ... [2026-03-26T00:48:27.831Z] [2026-03-26T00:48:27.831Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-26T00:48:27.831Z] #33 DONE 0.0s [2026-03-26T00:48:27.831Z] [2026-03-26T00:48:27.831Z] #34 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:27.831Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.3s [2026-03-26T00:48:28.098Z] #34 ... [2026-03-26T00:48:28.098Z] [2026-03-26T00:48:28.098Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-26T00:48:28.098Z] #33 DONE 0.0s [2026-03-26T00:48:28.098Z] [2026-03-26T00:48:28.098Z] #34 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:28.368Z] #34 ... [2026-03-26T00:48:28.368Z] [2026-03-26T00:48:28.368Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-26T00:48:28.368Z] #33 DONE 0.0s [2026-03-26T00:48:28.368Z] [2026-03-26T00:48:28.368Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-26T00:48:28.368Z] #31 DONE 1.7s [2026-03-26T00:48:28.368Z] [2026-03-26T00:48:28.368Z] #34 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:28.368Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.5s done [2026-03-26T00:48:28.368Z] #34 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 [2026-03-26T00:48:28.368Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:28.368Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:28.368Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:28.368Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:28.368Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.5s done [2026-03-26T00:48:28.368Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:28.368Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:28.368Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:28.368Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:28.368Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.5s done [2026-03-26T00:48:29.335Z] #34 ... [2026-03-26T00:48:29.335Z] [2026-03-26T00:48:29.335Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-26T00:48:29.335Z] #33 DONE 0.0s [2026-03-26T00:48:29.335Z] [2026-03-26T00:48:29.335Z] #34 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:29.603Z] #34 ... [2026-03-26T00:48:29.603Z] [2026-03-26T00:48:29.603Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2026-03-26T00:48:29.603Z] #32 DONE 2.8s [2026-03-26T00:48:29.603Z] [2026-03-26T00:48:29.603Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-26T00:48:29.603Z] #31 DONE 2.5s [2026-03-26T00:48:29.603Z] [2026-03-26T00:48:29.603Z] #34 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:29.603Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:29.603Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:29.603Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:29.603Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:29.603Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.5s done [2026-03-26T00:48:29.603Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:29.603Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:29.603Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:29.603Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:29.603Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.5s done [2026-03-26T00:48:29.870Z] #34 ... [2026-03-26T00:48:29.870Z] [2026-03-26T00:48:29.870Z] #36 [security-proxy-auth internal] load build context [2026-03-26T00:48:29.870Z] #36 transferring context: 3.40MB 2.1s done [2026-03-26T00:48:29.870Z] #36 DONE 3.2s [2026-03-26T00:48:29.870Z] [2026-03-26T00:48:29.870Z] #37 [core-keeper internal] load build context [2026-03-26T00:48:29.870Z] #37 transferring context: 3.40MB 2.3s done [2026-03-26T00:48:29.870Z] #37 DONE 3.4s [2026-03-26T00:48:30.141Z] [2026-03-26T00:48:30.141Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-03-26T00:48:30.141Z] #38 DONE 2.8s [2026-03-26T00:48:30.141Z] [2026-03-26T00:48:30.141Z] #39 [security-spiffe-token-provider internal] load build context [2026-03-26T00:48:30.141Z] #39 transferring context: 3.40MB 2.3s done [2026-03-26T00:48:30.141Z] #39 DONE 3.5s [2026-03-26T00:48:30.141Z] [2026-03-26T00:48:30.141Z] #34 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:30.141Z] #34 ... [2026-03-26T00:48:30.141Z] [2026-03-26T00:48:30.141Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-26T00:48:30.141Z] #40 DONE 0.0s [2026-03-26T00:48:30.141Z] [2026-03-26T00:48:30.141Z] #41 [security-spire-agent internal] load build context [2026-03-26T00:48:30.141Z] #41 DONE 0.0s [2026-03-26T00:48:30.141Z] [2026-03-26T00:48:30.141Z] #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:30.141Z] #34 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-26T00:48:30.141Z] #34 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-26T00:48:30.141Z] #34 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-26T00:48:30.141Z] #34 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-26T00:48:30.141Z] #34 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.5s done [2026-03-26T00:48:30.733Z] #34 ... [2026-03-26T00:48:30.733Z] [2026-03-26T00:48:30.733Z] #42 [security-spire-config internal] load build context [2026-03-26T00:48:30.733Z] #42 transferring context: 24.82kB 0.3s done [2026-03-26T00:48:30.733Z] #42 DONE 3.1s [2026-03-26T00:48:30.733Z] [2026-03-26T00:48:30.733Z] #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:30.733Z] #34 ... [2026-03-26T00:48:30.733Z] [2026-03-26T00:48:30.733Z] #43 [core-data internal] load build context [2026-03-26T00:48:30.733Z] #43 transferring context: 3.40MB 2.2s done [2026-03-26T00:48:30.733Z] #43 DONE 3.9s [2026-03-26T00:48:30.733Z] [2026-03-26T00:48:30.733Z] #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:31.004Z] #34 ... [2026-03-26T00:48:31.004Z] [2026-03-26T00:48:31.004Z] #44 [security-bootstrapper internal] load build context [2026-03-26T00:48:31.004Z] #44 transferring context: 3.40MB 2.3s done [2026-03-26T00:48:31.004Z] #44 DONE 4.0s [2026-03-26T00:48:31.004Z] [2026-03-26T00:48:31.004Z] #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:31.272Z] #34 ... [2026-03-26T00:48:31.272Z] [2026-03-26T00:48:31.272Z] #45 [core-common-config-bootstrapper internal] load build context [2026-03-26T00:48:31.272Z] #45 transferring context: 3.40MB 2.6s done [2026-03-26T00:48:31.272Z] #45 DONE 3.8s [2026-03-26T00:48:31.272Z] [2026-03-26T00:48:31.272Z] #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:31.540Z] #34 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 3.3s done [2026-03-26T00:48:31.540Z] #34 ... [2026-03-26T00:48:31.540Z] [2026-03-26T00:48:31.540Z] #46 [core-command internal] load build context [2026-03-26T00:48:31.540Z] #46 transferring context: 3.40MB 2.7s done [2026-03-26T00:48:31.540Z] #46 DONE 4.3s [2026-03-26T00:48:31.540Z] [2026-03-26T00:48:31.540Z] #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:31.540Z] #34 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 3.3s done [2026-03-26T00:48:32.501Z] #34 ... [2026-03-26T00:48:32.501Z] [2026-03-26T00:48:32.501Z] #47 [support-notifications internal] load build context [2026-03-26T00:48:32.501Z] #47 transferring context: 3.40MB 2.2s done [2026-03-26T00:48:32.501Z] #47 DONE 4.0s [2026-03-26T00:48:32.501Z] [2026-03-26T00:48:32.501Z] #48 [security-secretstore-setup internal] load build context [2026-03-26T00:48:32.501Z] #48 transferring context: 3.40MB 2.2s done [2026-03-26T00:48:32.501Z] #48 DONE 3.8s [2026-03-26T00:48:32.501Z] [2026-03-26T00:48:32.501Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:32.501Z] #35 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.1s done [2026-03-26T00:48:32.501Z] #35 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-03-26T00:48:32.501Z] #35 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-03-26T00:48:32.501Z] #35 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-03-26T00:48:32.501Z] #35 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done [2026-03-26T00:48:32.501Z] #35 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-03-26T00:48:32.501Z] #35 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done [2026-03-26T00:48:32.501Z] #35 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.3s done [2026-03-26T00:48:32.501Z] #35 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.07MB / 37.02MB 3.0s [2026-03-26T00:48:32.501Z] #35 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done [2026-03-26T00:48:32.501Z] #35 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 [2026-03-26T00:48:32.770Z] #35 ... [2026-03-26T00:48:32.770Z] [2026-03-26T00:48:32.770Z] #49 [core-metadata internal] load build context [2026-03-26T00:48:32.770Z] #49 transferring context: 3.40MB 2.4s done [2026-03-26T00:48:32.770Z] #49 DONE 4.3s [2026-03-26T00:48:32.770Z] [2026-03-26T00:48:32.770Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:32.770Z] #35 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.17MB / 37.02MB 3.2s [2026-03-26T00:48:32.770Z] #35 ... [2026-03-26T00:48:32.770Z] [2026-03-26T00:48:32.770Z] #34 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-26T00:48:32.770Z] #34 DONE 7.1s [2026-03-26T00:48:32.770Z] [2026-03-26T00:48:32.770Z] #41 [security-spire-agent internal] load build context [2026-03-26T00:48:32.770Z] #41 transferring context: 26.10kB 0.0s done [2026-03-26T00:48:32.770Z] #41 DONE 2.2s [2026-03-26T00:48:32.770Z] [2026-03-26T00:48:32.770Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:33.038Z] #35 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.36MB / 37.02MB 3.5s [2026-03-26T00:48:33.038Z] #35 ... [2026-03-26T00:48:33.038Z] [2026-03-26T00:48:33.038Z] #50 [security-spire-server internal] load build context [2026-03-26T00:48:33.038Z] #50 transferring context: 26.57kB 0.1s done [2026-03-26T00:48:33.038Z] #50 DONE 3.4s [2026-03-26T00:48:33.038Z] [2026-03-26T00:48:33.038Z] #51 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2026-03-26T00:48:33.038Z] #51 DONE 6.8s [2026-03-26T00:48:33.038Z] [2026-03-26T00:48:33.038Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:33.038Z] #35 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 32.31MB / 37.02MB 3.6s [2026-03-26T00:48:33.313Z] #35 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 3.8s [2026-03-26T00:48:33.583Z] #35 ... [2026-03-26T00:48:33.583Z] [2026-03-26T00:48:33.583Z] #52 [support-scheduler internal] load build context [2026-03-26T00:48:33.583Z] #52 transferring context: 3.40MB 1.1s done [2026-03-26T00:48:33.583Z] #52 DONE 3.9s [2026-03-26T00:48:33.583Z] [2026-03-26T00:48:33.583Z] #53 [security-proxy-setup internal] load build context [2026-03-26T00:48:33.583Z] #53 transferring context: 3.40MB 1.1s done [2026-03-26T00:48:33.583Z] #53 DONE 4.0s [2026-03-26T00:48:33.583Z] [2026-03-26T00:48:33.583Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:33.583Z] #35 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 4.0s done [2026-03-26T00:48:33.583Z] #35 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 4.0s done [2026-03-26T00:48:34.725Z] #35 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 [2026-03-26T00:48:35.713Z] #35 ... [2026-03-26T00:48:35.713Z] [2026-03-26T00:48:35.713Z] #54 [security-bootstrapper builder 2/8] WORKDIR /edgex-go [2026-03-26T00:48:35.713Z] #54 DONE 2.4s [2026-03-26T00:48:35.713Z] [2026-03-26T00:48:35.713Z] #55 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:48:41.169Z] #55 ... [2026-03-26T00:48:41.170Z] [2026-03-26T00:48:41.170Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-26T00:48:41.170Z] #40 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.2s done [2026-03-26T00:48:41.170Z] #40 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-03-26T00:48:41.170Z] #40 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2026-03-26T00:48:41.170Z] #40 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-03-26T00:48:41.170Z] #40 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-03-26T00:48:41.170Z] #40 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2026-03-26T00:48:41.170Z] #40 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2026-03-26T00:48:41.170Z] #40 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.3s done [2026-03-26T00:48:41.170Z] #40 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 2.3s done [2026-03-26T00:48:41.170Z] #40 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.0s done [2026-03-26T00:48:41.170Z] #40 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 7.3s [2026-03-26T00:48:41.170Z] #40 ... [2026-03-26T00:48:41.170Z] [2026-03-26T00:48:41.170Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:41.170Z] #35 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.1s [2026-03-26T00:48:42.581Z] #35 ... [2026-03-26T00:48:42.581Z] [2026-03-26T00:48:42.581Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-26T00:48:42.581Z] #56 DONE 9.4s [2026-03-26T00:48:42.581Z] [2026-03-26T00:48:42.581Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:42.849Z] #57 ... [2026-03-26T00:48:42.849Z] [2026-03-26T00:48:42.849Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-26T00:48:42.849Z] #0 7.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:42.849Z] #0 8.102 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:43.124Z] #58 ... [2026-03-26T00:48:43.124Z] [2026-03-26T00:48:43.124Z] #59 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:43.124Z] #59 ... [2026-03-26T00:48:43.124Z] [2026-03-26T00:48:43.124Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-26T00:48:43.401Z] #40 ... [2026-03-26T00:48:43.401Z] [2026-03-26T00:48:43.401Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:43.401Z] #60 ... [2026-03-26T00:48:43.401Z] [2026-03-26T00:48:43.401Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:48:43.668Z] #61 ... [2026-03-26T00:48:43.668Z] [2026-03-26T00:48:43.668Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:48:43.668Z] #62 ... [2026-03-26T00:48:43.668Z] [2026-03-26T00:48:43.668Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-26T00:48:43.668Z] #0 9.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:43.668Z] #0 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:43.935Z] #63 ... [2026-03-26T00:48:43.935Z] [2026-03-26T00:48:43.935Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-26T00:48:43.935Z] #64 ... [2026-03-26T00:48:43.935Z] [2026-03-26T00:48:43.935Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-26T00:48:44.204Z] #65 ... [2026-03-26T00:48:44.204Z] [2026-03-26T00:48:44.204Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-26T00:48:44.204Z] #66 ... [2026-03-26T00:48:44.204Z] [2026-03-26T00:48:44.204Z] #67 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-26T00:48:44.204Z] #0 8.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:44.204Z] #0 8.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:44.477Z] #67 ... [2026-03-26T00:48:44.477Z] [2026-03-26T00:48:44.477Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-26T00:48:45.889Z] #40 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 12.5s [2026-03-26T00:48:45.889Z] #40 ... [2026-03-26T00:48:45.889Z] [2026-03-26T00:48:45.889Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-26T00:48:45.889Z] #0 7.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:45.889Z] #0 8.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:45.889Z] #68 ... [2026-03-26T00:48:45.889Z] [2026-03-26T00:48:45.889Z] #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:48:45.889Z] #69 ... [2026-03-26T00:48:45.889Z] [2026-03-26T00:48:45.889Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-26T00:48:46.156Z] #70 ... [2026-03-26T00:48:46.156Z] [2026-03-26T00:48:46.156Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-26T00:48:46.156Z] #0 9.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:46.156Z] #71 ... [2026-03-26T00:48:46.156Z] [2026-03-26T00:48:46.156Z] #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-26T00:48:46.425Z] #72 ... [2026-03-26T00:48:46.425Z] [2026-03-26T00:48:46.425Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:46.425Z] #35 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.0s [2026-03-26T00:48:47.388Z] #35 ... [2026-03-26T00:48:47.388Z] [2026-03-26T00:48:47.388Z] #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-26T00:48:47.388Z] #72 DONE 11.5s [2026-03-26T00:48:47.388Z] [2026-03-26T00:48:47.388Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:51.647Z] #35 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 17.1s [2026-03-26T00:48:53.588Z] #35 ... [2026-03-26T00:48:53.588Z] [2026-03-26T00:48:53.588Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-26T00:48:53.588Z] #58 10.97 (1/3) Installing ca-certificates (20250911-r0) [2026-03-26T00:48:53.588Z] #58 11.32 (2/3) Installing dumb-init (1.2.5-r3) [2026-03-26T00:48:53.588Z] #58 11.33 (3/3) Installing tzdata (2026a-r0) [2026-03-26T00:48:53.588Z] #58 12.44 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:48:53.588Z] #58 12.56 Executing ca-certificates-20250911-r0.trigger [2026-03-26T00:48:53.588Z] #58 14.27 OK: 9 MiB in 19 packages [2026-03-26T00:48:53.588Z] #58 DONE 20.6s [2026-03-26T00:48:53.588Z] [2026-03-26T00:48:53.588Z] #73 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:48:54.171Z] #73 ... [2026-03-26T00:48:54.171Z] [2026-03-26T00:48:54.171Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-26T00:48:54.171Z] #64 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:54.171Z] #64 12.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:54.171Z] #64 ... [2026-03-26T00:48:54.171Z] [2026-03-26T00:48:54.171Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:54.758Z] #35 ... [2026-03-26T00:48:54.758Z] [2026-03-26T00:48:54.758Z] #67 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-26T00:48:54.758Z] #67 16.80 (1/7) Installing ca-certificates (20250911-r0) [2026-03-26T00:48:54.758Z] #67 17.31 (2/7) Installing dumb-init (1.2.5-r3) [2026-03-26T00:48:54.758Z] #67 17.35 (3/7) Installing libgcc (14.2.0-r6) [2026-03-26T00:48:54.758Z] #67 17.37 (4/7) Installing libsodium (1.0.20-r1) [2026-03-26T00:48:54.758Z] #67 17.49 (5/7) Installing libstdc++ (14.2.0-r6) [2026-03-26T00:48:54.758Z] #67 17.82 (6/7) Installing libzmq (4.3.5-r2) [2026-03-26T00:48:54.758Z] #67 17.93 (7/7) Installing zeromq (4.3.5-r2) [2026-03-26T00:48:54.758Z] #67 17.99 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:48:54.758Z] #67 18.12 Executing ca-certificates-20250911-r0.trigger [2026-03-26T00:48:54.758Z] #67 19.20 OK: 12 MiB in 23 packages [2026-03-26T00:48:54.758Z] #67 DONE 21.6s [2026-03-26T00:48:54.758Z] [2026-03-26T00:48:54.758Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:54.758Z] #35 ... [2026-03-26T00:48:54.758Z] [2026-03-26T00:48:54.758Z] #59 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:54.758Z] #59 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:54.758Z] #59 13.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:55.026Z] #59 ... [2026-03-26T00:48:55.026Z] [2026-03-26T00:48:55.026Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:48:55.026Z] #61 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:55.026Z] #61 13.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:55.026Z] #61 ... [2026-03-26T00:48:55.026Z] [2026-03-26T00:48:55.026Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:55.026Z] #60 11.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:55.026Z] #60 13.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:55.292Z] #60 ... [2026-03-26T00:48:55.292Z] [2026-03-26T00:48:55.292Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:55.292Z] #35 ... [2026-03-26T00:48:55.292Z] [2026-03-26T00:48:55.292Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-26T00:48:55.292Z] #66 12.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:55.292Z] #66 14.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:55.565Z] #66 ... [2026-03-26T00:48:55.565Z] [2026-03-26T00:48:55.565Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:55.831Z] #35 ... [2026-03-26T00:48:55.831Z] [2026-03-26T00:48:55.831Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-26T00:48:55.831Z] #40 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 14.7s done [2026-03-26T00:48:55.894Z] #154 ... [2026-03-26T00:48:55.894Z] [2026-03-26T00:48:55.894Z] #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-26T00:48:55.894Z] #155 160.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-26T00:48:56.097Z] #40 ... [2026-03-26T00:48:56.097Z] [2026-03-26T00:48:56.097Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-26T00:48:56.097Z] #68 20.05 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-26T00:48:56.097Z] #68 20.05 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-26T00:48:56.097Z] #68 20.05 OK: 26176 distinct packages available [2026-03-26T00:48:56.097Z] #68 ... [2026-03-26T00:48:56.097Z] [2026-03-26T00:48:56.097Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-26T00:48:56.097Z] #70 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:56.097Z] #70 13.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:56.367Z] #70 ... [2026-03-26T00:48:56.367Z] [2026-03-26T00:48:56.367Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:48:56.367Z] #35 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 21.8s done [2026-03-26T00:48:56.951Z] #35 ... [2026-03-26T00:48:56.951Z] [2026-03-26T00:48:56.951Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:48:56.951Z] #62 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:56.951Z] #62 16.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:56.951Z] #62 ... [2026-03-26T00:48:56.951Z] [2026-03-26T00:48:56.951Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-26T00:48:56.951Z] #64 23.73 (1/2) Installing dumb-init (1.2.5-r3) [2026-03-26T00:48:56.951Z] #64 23.76 (2/2) Installing su-exec (0.2-r3) [2026-03-26T00:48:56.951Z] #64 23.76 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:48:57.217Z] #64 23.95 OK: 8 MiB in 18 packages [2026-03-26T00:48:57.217Z] #64 ... [2026-03-26T00:48:57.217Z] [2026-03-26T00:48:57.217Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-26T00:48:57.217Z] #0 7.116 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:57.217Z] #0 9.261 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:57.548Z] #74 ... [2026-03-26T00:48:57.548Z] [2026-03-26T00:48:57.548Z] #55 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:48:57.548Z] #55 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:57.548Z] #55 14.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:57.548Z] #55 ... [2026-03-26T00:48:57.548Z] [2026-03-26T00:48:57.548Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-26T00:48:57.548Z] #68 21.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:57.548Z] #68 ... [2026-03-26T00:48:57.548Z] [2026-03-26T00:48:57.548Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-26T00:48:57.548Z] #65 14.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:57.548Z] #65 16.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:57.822Z] #65 ... [2026-03-26T00:48:57.822Z] [2026-03-26T00:48:57.822Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-26T00:48:57.822Z] #71 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:58.089Z] #71 ... [2026-03-26T00:48:58.089Z] [2026-03-26T00:48:58.089Z] #59 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:58.089Z] #59 23.59 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-26T00:48:58.089Z] #59 23.88 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:48:58.089Z] #59 24.05 OK: 8 MiB in 17 packages [2026-03-26T00:48:58.356Z] #59 ... [2026-03-26T00:48:58.356Z] [2026-03-26T00:48:58.356Z] #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:48:58.356Z] #69 12.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:58.356Z] #69 20.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:58.356Z] #69 ... [2026-03-26T00:48:58.356Z] [2026-03-26T00:48:58.356Z] #73 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:48:58.356Z] #73 4.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:58.941Z] #73 ... [2026-03-26T00:48:58.941Z] [2026-03-26T00:48:58.941Z] #59 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:58.941Z] #59 DONE 26.0s [2026-03-26T00:48:58.941Z] [2026-03-26T00:48:58.941Z] #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2026-03-26T00:48:59.208Z] #75 ... [2026-03-26T00:48:59.208Z] [2026-03-26T00:48:59.208Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:59.208Z] #57 6.550 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:59.208Z] #57 8.306 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:48:59.482Z] #57 ... [2026-03-26T00:48:59.482Z] [2026-03-26T00:48:59.482Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-26T00:48:59.482Z] #70 23.67 OK: 255 MiB in 60 packages [2026-03-26T00:48:59.751Z] #70 ... [2026-03-26T00:48:59.751Z] [2026-03-26T00:48:59.751Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-26T00:48:59.751Z] #64 DONE 26.4s [2026-03-26T00:48:59.751Z] [2026-03-26T00:48:59.751Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-26T00:48:59.751Z] #60 26.34 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-26T00:48:59.751Z] #60 26.49 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:49:00.336Z] #60 26.98 OK: 8 MiB in 17 packages [2026-03-26T00:49:01.747Z] #60 ... [2026-03-26T00:49:01.747Z] [2026-03-26T00:49:01.747Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-26T00:49:01.747Z] #71 24.22 OK: 255 MiB in 60 packages [2026-03-26T00:49:01.747Z] #71 DONE 26.0s [2026-03-26T00:49:01.747Z] [2026-03-26T00:49:01.747Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:49:01.747Z] #76 ... [2026-03-26T00:49:01.747Z] [2026-03-26T00:49:01.747Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-26T00:49:01.747Z] #70 DONE 26.2s [2026-03-26T00:49:02.016Z] [2026-03-26T00:49:02.016Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:49:02.016Z] #62 28.55 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-26T00:49:02.016Z] #62 28.55 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-26T00:49:02.016Z] #62 28.55 OK: 26165 distinct packages available [2026-03-26T00:49:02.295Z] #62 ... [2026-03-26T00:49:02.295Z] [2026-03-26T00:49:02.295Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-26T00:49:02.295Z] #63 20.35 (1/4) Installing ca-certificates (20250911-r0) [2026-03-26T00:49:02.295Z] #63 21.21 (2/4) Installing dumb-init (1.2.5-r3) [2026-03-26T00:49:02.295Z] #63 21.25 (3/4) Installing su-exec (0.2-r3) [2026-03-26T00:49:02.295Z] #63 21.28 (4/4) Installing yq-go (4.47.2-r3) [2026-03-26T00:49:02.295Z] #63 23.50 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:49:02.295Z] #63 23.72 Executing ca-certificates-20250911-r0.trigger [2026-03-26T00:49:02.295Z] #63 25.34 OK: 20 MiB in 20 packages [2026-03-26T00:49:02.295Z] #63 DONE 29.0s [2026-03-26T00:49:02.295Z] [2026-03-26T00:49:02.295Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-26T00:49:02.883Z] #77 ... [2026-03-26T00:49:02.883Z] [2026-03-26T00:49:02.883Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-26T00:49:02.883Z] #60 DONE 29.5s [2026-03-26T00:49:02.883Z] [2026-03-26T00:49:02.883Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-26T00:49:02.883Z] #65 29.37 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-26T00:49:02.883Z] #65 29.37 (2/4) Installing openssl (3.5.5-r0) [2026-03-26T00:49:02.883Z] #65 29.52 (3/4) Installing su-exec (0.2-r3) [2026-03-26T00:49:02.883Z] #65 29.64 (4/4) Installing yq-go (4.47.2-r3) [2026-03-26T00:49:03.156Z] #65 ... [2026-03-26T00:49:03.156Z] [2026-03-26T00:49:03.156Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:49:03.156Z] #76 DONE 1.6s [2026-03-26T00:49:03.422Z] [2026-03-26T00:49:03.422Z] #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:49:03.422Z] #78 DONE 1.4s [2026-03-26T00:49:03.422Z] [2026-03-26T00:49:03.422Z] #79 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:04.841Z] #79 ... [2026-03-26T00:49:04.841Z] [2026-03-26T00:49:04.841Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:04.841Z] #0 3.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:04.841Z] #0 5.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:05.156Z] #80 ... [2026-03-26T00:49:05.156Z] [2026-03-26T00:49:05.156Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-26T00:49:05.156Z] #57 22.40 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-26T00:49:05.751Z] #57 23.28 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:49:06.019Z] #57 23.53 OK: 8 MiB in 17 packages [2026-03-26T00:49:07.454Z] #57 ... [2026-03-26T00:49:07.454Z] [2026-03-26T00:49:07.454Z] #55 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:49:07.454Z] #55 28.75 OK: 255 MiB in 60 packages [2026-03-26T00:49:07.454Z] #55 DONE 31.8s [2026-03-26T00:49:07.454Z] [2026-03-26T00:49:07.454Z] #81 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:49:08.039Z] #81 DONE 0.6s [2026-03-26T00:49:08.039Z] [2026-03-26T00:49:08.039Z] #82 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:08.176Z] #155 DONE 174.0s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T00:49:08.176Z] #154 DONE 174.0s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T00:49:08.176Z] #146 DONE 174.0s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-26T00:49:08.176Z] #151 DONE 174.0s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-26T00:49:08.176Z] #156 DONE 174.0s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T00:49:08.176Z] #152 DONE 174.0s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-26T00:49:08.176Z] #147 DONE 174.1s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-26T00:49:08.176Z] #148 DONE 174.1s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-26T00:49:08.176Z] #153 DONE 174.1s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-26T00:49:08.176Z] #149 DONE 174.1s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #176 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #176 ... [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #177 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #177 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #178 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #176 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #176 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #179 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #179 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #180 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #180 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #181 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #181 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #182 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #182 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #183 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #184 ... [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #185 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #185 CACHED [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #186 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #186 CACHED [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #187 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #187 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #188 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #188 CACHED [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #189 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T00:49:08.176Z] #189 CACHED [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #190 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-03-26T00:49:08.176Z] #190 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #191 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #192 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #192 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #193 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #194 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #194 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #195 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-03-26T00:49:08.176Z] #195 ... [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #196 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #196 DONE 0.5s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-03-26T00:49:08.176Z] #184 DONE 0.5s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-03-26T00:49:08.176Z] #197 DONE 0.6s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-03-26T00:49:08.176Z] #198 DONE 0.6s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-03-26T00:49:08.176Z] #199 DONE 0.6s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-03-26T00:49:08.176Z] #200 ... [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-03-26T00:49:08.176Z] #201 DONE 0.8s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-03-26T00:49:08.176Z] #202 DONE 0.9s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #203 [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 [2026-03-26T00:49:08.176Z] #203 DONE 0.6s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-03-26T00:49:08.176Z] #204 ... [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #205 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-03-26T00:49:08.176Z] #205 DONE 0.8s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #195 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-03-26T00:49:08.176Z] #195 DONE 0.9s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #206 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2026-03-26T00:49:08.176Z] #206 DONE 0.7s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-03-26T00:49:08.176Z] #207 DONE 0.6s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-26T00:49:08.176Z] #208 DONE 0.7s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-03-26T00:49:08.176Z] #200 DONE 0.6s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #209 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-03-26T00:49:08.176Z] #209 DONE 0.5s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #210 [core-keeper] exporting to image [2026-03-26T00:49:08.176Z] #210 exporting layers 0.2s done [2026-03-26T00:49:08.176Z] #210 writing image sha256:873c74affa67c878b7b8c3d4e95918787f3a3d8fc5904aadae273536726eded3 done [2026-03-26T00:49:08.176Z] #210 naming to docker.io/library/core-keeper done [2026-03-26T00:49:08.176Z] #210 DONE 0.3s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-03-26T00:49:08.176Z] #204 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #211 [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 [2026-03-26T00:49:08.176Z] #211 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #212 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-03-26T00:49:08.176Z] #212 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #213 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-03-26T00:49:08.176Z] #213 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #214 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2026-03-26T00:49:08.176Z] #214 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #215 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-03-26T00:49:08.176Z] #215 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #216 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-03-26T00:49:08.176Z] #216 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #217 [security-spiffe-token-provider] exporting to image [2026-03-26T00:49:08.176Z] #217 ... [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #218 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-03-26T00:49:08.176Z] #218 DONE 0.2s [2026-03-26T00:49:08.176Z] [2026-03-26T00:49:08.176Z] #219 [core-command] exporting to image [2026-03-26T00:49:08.176Z] #219 exporting layers 0.2s done [2026-03-26T00:49:08.176Z] #219 writing image sha256:3529f5bc526d6e7b64dca559da7dddc995d5b84914c5a7a5cd2166e7f0f630bb done [2026-03-26T00:49:08.176Z] #219 naming to docker.io/library/core-command 0.0s done [2026-03-26T00:49:08.311Z] #82 ... [2026-03-26T00:49:08.311Z] [2026-03-26T00:49:08.311Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-26T00:49:08.311Z] #65 31.81 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:49:08.311Z] #65 32.07 OK: 20 MiB in 20 packages [2026-03-26T00:49:08.311Z] #65 DONE 34.9s [2026-03-26T00:49:08.311Z] [2026-03-26T00:49:08.311Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-26T00:49:08.440Z] #219 DONE 0.6s [2026-03-26T00:49:08.440Z] [2026-03-26T00:49:08.440Z] #220 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-03-26T00:49:08.440Z] #220 DONE 0.6s [2026-03-26T00:49:08.440Z] [2026-03-26T00:49:08.440Z] #221 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-03-26T00:49:08.440Z] #221 DONE 0.6s [2026-03-26T00:49:08.440Z] [2026-03-26T00:49:08.440Z] #222 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-03-26T00:49:08.699Z] #222 DONE 0.2s [2026-03-26T00:49:08.699Z] [2026-03-26T00:49:08.700Z] #223 [core-metadata] exporting to image [2026-03-26T00:49:08.700Z] #223 exporting layers 0.6s done [2026-03-26T00:49:08.700Z] #223 writing image sha256:92c0dbcf0272aba880eef54d98edfbf85c334a7e519a09ab1e7577ce63a13a33 0.1s done [2026-03-26T00:49:08.700Z] #223 naming to docker.io/library/core-metadata 0.0s done [2026-03-26T00:49:08.700Z] #223 DONE 0.8s [2026-03-26T00:49:08.700Z] [2026-03-26T00:49:08.700Z] #224 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-03-26T00:49:08.700Z] #224 DONE 0.2s [2026-03-26T00:49:08.700Z] [2026-03-26T00:49:08.700Z] #225 [core-data] exporting to image [2026-03-26T00:49:08.700Z] #225 exporting layers 0.5s done [2026-03-26T00:49:08.700Z] #225 writing image sha256:8900a779dfcb81b350f0992226d70be82e0d76e1ccb5bbd4fdd1ad128a2f734a 0.2s done [2026-03-26T00:49:08.700Z] #225 naming to docker.io/library/core-data 0.0s done [2026-03-26T00:49:08.700Z] #225 DONE 0.8s [2026-03-26T00:49:08.700Z] [2026-03-26T00:49:08.700Z] #217 [security-spiffe-token-provider] exporting to image [2026-03-26T00:49:08.700Z] #217 exporting layers 0.8s done [2026-03-26T00:49:09.006Z] #217 writing image sha256:6ba5026c12ff9816f5d665fb02e746a45ee59dfe5262d12c30a5164026264db3 0.0s done [2026-03-26T00:49:09.006Z] #217 naming to docker.io/library/security-spiffe-token-provider done [2026-03-26T00:49:09.006Z] #217 DONE 0.9s [2026-03-26T00:49:09.006Z] [2026-03-26T00:49:09.006Z] #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T00:49:09.006Z] #226 DONE 0.8s [2026-03-26T00:49:09.006Z] [2026-03-26T00:49:09.006Z] #227 [security-proxy-auth] exporting to image [2026-03-26T00:49:09.263Z] #227 ... [2026-03-26T00:49:09.263Z] [2026-03-26T00:49:09.263Z] #228 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-03-26T00:49:09.263Z] #228 DONE 0.2s [2026-03-26T00:49:09.263Z] [2026-03-26T00:49:09.263Z] #229 [support-notifications] exporting to image [2026-03-26T00:49:09.263Z] #229 exporting layers 0.9s done [2026-03-26T00:49:09.263Z] #229 writing image sha256:58f86d69e8a1508aa51a03f39e453607a0403f0e4d67f66f823d1c472c91da33 done [2026-03-26T00:49:09.263Z] #229 naming to docker.io/library/support-notifications 0.1s done [2026-03-26T00:49:09.263Z] #229 DONE 1.1s [2026-03-26T00:49:09.263Z] [2026-03-26T00:49:09.263Z] #230 [support-scheduler] exporting to image [2026-03-26T00:49:09.263Z] #230 exporting layers 1.1s done [2026-03-26T00:49:09.263Z] #230 writing image sha256:b897242447f05502a1132bee408db6738873d76ba3a21df4e7d4396eccc94dd1 done [2026-03-26T00:49:09.263Z] #230 naming to docker.io/library/support-scheduler done [2026-03-26T00:49:09.263Z] #230 DONE 1.1s [2026-03-26T00:49:09.263Z] [2026-03-26T00:49:09.263Z] #231 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-03-26T00:49:09.263Z] #231 DONE 0.2s [2026-03-26T00:49:09.263Z] [2026-03-26T00:49:09.263Z] #227 [security-proxy-auth] exporting to image [2026-03-26T00:49:09.263Z] #227 exporting layers 0.3s done [2026-03-26T00:49:09.263Z] #227 writing image sha256:0256d965a04e5735cb9d8926c0e006b5b8cc8ffa576bf6a7a758d9e8a0b18ea9 done [2026-03-26T00:49:09.263Z] #227 naming to docker.io/library/security-proxy-auth 0.0s done [2026-03-26T00:49:09.263Z] #227 DONE 0.4s [2026-03-26T00:49:09.263Z] [2026-03-26T00:49:09.263Z] #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T00:49:09.399Z] #83 ... [2026-03-26T00:49:09.399Z] [2026-03-26T00:49:09.399Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-26T00:49:09.399Z] #57 DONE 26.6s [2026-03-26T00:49:09.399Z] [2026-03-26T00:49:09.399Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-26T00:49:09.399Z] #77 5.382 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:09.521Z] #232 ... [2026-03-26T00:49:09.521Z] [2026-03-26T00:49:09.521Z] #233 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T00:49:09.521Z] #233 DONE 0.5s [2026-03-26T00:49:09.521Z] [2026-03-26T00:49:09.521Z] #234 [security-proxy-setup] exporting to image [2026-03-26T00:49:09.521Z] #234 exporting layers 0.2s done [2026-03-26T00:49:09.521Z] #234 writing image sha256:90bdb0022eaf4214d271cefa227132e9d84514e4fbf3f034b1c417cfb319ceef done [2026-03-26T00:49:09.521Z] #234 naming to docker.io/library/security-proxy-setup done [2026-03-26T00:49:09.521Z] #234 DONE 0.2s [2026-03-26T00:49:09.521Z] [2026-03-26T00:49:09.521Z] #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T00:49:09.521Z] #232 DONE 0.4s [2026-03-26T00:49:09.667Z] #77 ... [2026-03-26T00:49:09.667Z] [2026-03-26T00:49:09.667Z] #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-26T00:49:09.667Z] #0 6.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:09.667Z] #0 9.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:09.779Z] [2026-03-26T00:49:09.779Z] #235 [security-secretstore-setup] exporting to image [2026-03-26T00:49:09.779Z] #235 exporting layers 0.2s done [2026-03-26T00:49:09.779Z] #235 writing image sha256:cc8f41ebf47f72f619e1bd47fbbabbe08576c37b926a1e91813d61781d778585 done [2026-03-26T00:49:09.779Z] #235 naming to docker.io/library/security-secretstore-setup [2026-03-26T00:49:09.779Z] #235 naming to docker.io/library/security-secretstore-setup done [2026-03-26T00:49:09.779Z] #235 DONE 0.3s [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T00:49:09.779Z] time="2026-03-26T00:45:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-03-26T00:49:09.796Z] $ docker stop --time=1 96159c7eee355889c8edfb3d24908fa02c21c1cd2f9857d27f46e622e1233157 [2026-03-26T00:49:09.938Z] #84 ... [2026-03-26T00:49:09.938Z] [2026-03-26T00:49:09.938Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:49:09.938Z] #61 27.26 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-26T00:49:09.938Z] #61 27.26 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-26T00:49:09.938Z] #61 27.26 OK: 26165 distinct packages available [2026-03-26T00:49:09.938Z] #61 29.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:09.938Z] #61 32.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:09.938Z] #61 ... [2026-03-26T00:49:09.938Z] [2026-03-26T00:49:09.938Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-26T00:49:09.938Z] #77 7.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:10.531Z] #77 ... [2026-03-26T00:49:10.531Z] [2026-03-26T00:49:10.531Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-26T00:49:10.531Z] #66 27.06 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-26T00:49:10.531Z] #66 27.06 v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-26T00:49:10.531Z] #66 27.06 OK: 26165 distinct packages available [2026-03-26T00:49:10.531Z] #66 30.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:10.531Z] #66 32.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:10.531Z] #66 ... [2026-03-26T00:49:10.531Z] [2026-03-26T00:49:10.531Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:10.531Z] #0 5.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:10.531Z] #0 7.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:10.806Z] #85 ... [2026-03-26T00:49:10.806Z] [2026-03-26T00:49:10.806Z] #73 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:10.806Z] #73 7.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:10.806Z] #73 ... [2026-03-26T00:49:10.806Z] [2026-03-26T00:49:10.806Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:49:10.806Z] #62 31.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:10.806Z] #62 33.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:11.050Z] $ docker rm -f --volumes 96159c7eee355889c8edfb3d24908fa02c21c1cd2f9857d27f46e622e1233157 [2026-03-26T00:49:11.074Z] #62 ... [2026-03-26T00:49:11.074Z] [2026-03-26T00:49:11.074Z] #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:49:11.074Z] #69 35.66 OK: 255 MiB in 60 packages [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-26T00:49:11.355Z] #69 ... [2026-03-26T00:49:11.355Z] [2026-03-26T00:49:11.355Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-26T00:49:11.355Z] #68 25.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:11.355Z] #68 ... [2026-03-26T00:49:11.355Z] [2026-03-26T00:49:11.355Z] #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2026-03-26T00:49:11.355Z] #75 3.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:11.355Z] #75 6.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:11.386Z] + docker images [2026-03-26T00:49:11.386Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-03-26T00:49:11.386Z] security-proxy-setup latest 90bdb0022eaf 2 seconds ago 54.7MB [2026-03-26T00:49:11.386Z] security-secretstore-setup latest cc8f41ebf47f 2 seconds ago 89.2MB [2026-03-26T00:49:11.386Z] security-proxy-auth latest 0256d965a04e 3 seconds ago 48.9MB [2026-03-26T00:49:11.386Z] core-metadata latest 92c0dbcf0272 4 seconds ago 49.9MB [2026-03-26T00:49:11.386Z] security-spiffe-token-provider latest 6ba5026c12ff 4 seconds ago 53MB [2026-03-26T00:49:11.386Z] core-command latest 3529f5bc526d 4 seconds ago 44.1MB [2026-03-26T00:49:11.386Z] support-scheduler latest b897242447f0 4 seconds ago 54MB [2026-03-26T00:49:11.386Z] core-keeper latest 873c74affa67 4 seconds ago 49.6MB [2026-03-26T00:49:11.386Z] core-data latest 8900a779dfcb 4 seconds ago 49.8MB [2026-03-26T00:49:11.386Z] support-notifications latest 58f86d69e8a1 4 seconds ago 57.7MB [2026-03-26T00:49:11.386Z] security-bootstrapper latest dcf08c6840b4 About a minute ago 21.6MB [2026-03-26T00:49:11.386Z] core-common-config-bootstrapper latest 4d6c70087cf3 About a minute ago 20.5MB [2026-03-26T00:49:11.386Z] security-spire-config latest 6a5c4b8f2b17 3 minutes ago 177MB [2026-03-26T00:49:11.386Z] security-spire-server latest 308c7b00ba5a 3 minutes ago 178MB [2026-03-26T00:49:11.386Z] security-spire-agent latest b784d718b966 3 minutes ago 237MB [2026-03-26T00:49:11.386Z] ci-base-image-x86_64 latest ed43364cb299 6 minutes ago 970MB [2026-03-26T00:49:11.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 5 months ago 636MB [2026-03-26T00:49:11.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 10 months ago 573MB [2026-03-26T00:49:11.386Z] 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 [2026-03-26T00:49:11.508Z] provisioning config files... [2026-03-26T00:49:11.517Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/962@tmp/config15442843294801302025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-26T00:49:11.819Z] ---> ****-login.sh [2026-03-26T00:49:11.819Z] nexus3.edgexfoundry.org:10001 [2026-03-26T00:49:11.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:49:11.819Z] Login Succeeded [2026-03-26T00:49:11.819Z] nexus3.edgexfoundry.org:10002 [2026-03-26T00:49:11.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:49:11.819Z] Login Succeeded [2026-03-26T00:49:11.819Z] nexus3.edgexfoundry.org:10003 [2026-03-26T00:49:11.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:49:11.938Z] #75 ... [2026-03-26T00:49:11.938Z] [2026-03-26T00:49:11.938Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-26T00:49:11.938Z] #83 3.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:12.079Z] Login Succeeded [2026-03-26T00:49:12.079Z] nexus3.edgexfoundry.org:10004 [2026-03-26T00:49:12.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:49:12.079Z] Login Succeeded [2026-03-26T00:49:12.079Z] ****.io [2026-03-26T00:49:12.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T00:49:12.339Z] Login Succeeded [2026-03-26T00:49:12.339Z] ---> ****-login.sh ends [Pipeline] } [2026-03-26T00:49:12.346Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:49:12.403Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-26T00:49:12.428Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2026-03-26T00:49:12.428Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:12.428Z] latest [2026-03-26T00:49:12.428Z] 4.1.0-dev.104 [2026-03-26T00:49:12.428Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:12.428Z] main [2026-03-26T00:49:12.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:12.799Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:12.925Z] #83 ... [2026-03-26T00:49:12.925Z] [2026-03-26T00:49:12.925Z] #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-03-26T00:49:12.925Z] #69 DONE 37.5s [2026-03-26T00:49:13.142Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:13.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-26T00:49:13.142Z] 0f5e0dac58f0: Preparing [2026-03-26T00:49:13.142Z] c66adcf72be9: Preparing [2026-03-26T00:49:13.142Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:13.142Z] 2882bf9839f9: Preparing [2026-03-26T00:49:13.142Z] bb634af8446e: Preparing [2026-03-26T00:49:13.142Z] b12246d8d8c3: Preparing [2026-03-26T00:49:13.142Z] cce92674e987: Preparing [2026-03-26T00:49:13.142Z] b12246d8d8c3: Waiting [2026-03-26T00:49:13.142Z] cce92674e987: Waiting [2026-03-26T00:49:13.142Z] 0f5e0dac58f0: Pushed [2026-03-26T00:49:13.142Z] 2882bf9839f9: Pushed [2026-03-26T00:49:13.142Z] bb634af8446e: Pushed [2026-03-26T00:49:13.142Z] cddc1bc3dda8: Pushed [2026-03-26T00:49:13.142Z] cce92674e987: Layer already exists [2026-03-26T00:49:13.206Z] [2026-03-26T00:49:13.206Z] #86 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:49:13.206Z] #86 ... [2026-03-26T00:49:13.206Z] [2026-03-26T00:49:13.206Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:13.399Z] b12246d8d8c3: Pushed [2026-03-26T00:49:13.797Z] #87 ... [2026-03-26T00:49:13.797Z] [2026-03-26T00:49:13.797Z] #86 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:49:13.797Z] #86 DONE 0.7s [2026-03-26T00:49:13.797Z] [2026-03-26T00:49:13.797Z] #88 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:15.753Z] #88 ... [2026-03-26T00:49:15.753Z] [2026-03-26T00:49:15.753Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-26T00:49:15.753Z] #74 26.98 OK: 255 MiB in 60 packages [2026-03-26T00:49:15.753Z] #74 DONE 28.8s [2026-03-26T00:49:16.030Z] [2026-03-26T00:49:16.030Z] #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-03-26T00:49:16.307Z] #89 DONE 0.5s [2026-03-26T00:49:16.307Z] [2026-03-26T00:49:16.307Z] #73 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:16.307Z] #73 21.47 OK: 9 MiB in 19 packages [2026-03-26T00:49:16.708Z] c66adcf72be9: Pushed [2026-03-26T00:49:16.708Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:2f7f4ac6de141e1fca1023b6e2b36604b7746af93e4bbdb33ecb48d3183ab2bf size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:16.916Z] #73 ... [2026-03-26T00:49:16.916Z] [2026-03-26T00:49:16.916Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:16.916Z] #80 19.44 OK: 12 MiB in 23 packages [2026-03-26T00:49:16.916Z] #80 DONE 22.0s [2026-03-26T00:49:17.148Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:17.188Z] [2026-03-26T00:49:17.188Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:49:17.188Z] #61 43.39 (1/13) Installing brotli-libs (1.1.0-r2) [2026-03-26T00:49:17.188Z] #61 43.85 (2/13) Installing c-ares (1.34.6-r0) [2026-03-26T00:49:17.188Z] #61 43.90 (3/13) Installing libunistring (1.3-r0) [2026-03-26T00:49:17.458Z] #61 44.06 (4/13) Installing libidn2 (2.3.7-r0) [2026-03-26T00:49:17.458Z] #61 44.13 (5/13) Installing nghttp2-libs (1.65.0-r0) [2026-03-26T00:49:17.458Z] #61 ... [2026-03-26T00:49:17.458Z] [2026-03-26T00:49:17.458Z] #73 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:17.458Z] #73 DONE 24.1s [2026-03-26T00:49:17.458Z] [2026-03-26T00:49:17.458Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:49:17.458Z] #61 44.28 (6/13) Installing libpsl (0.21.5-r3) [2026-03-26T00:49:17.478Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-26T00:49:17.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-26T00:49:17.478Z] 0f5e0dac58f0: Preparing [2026-03-26T00:49:17.478Z] c66adcf72be9: Preparing [2026-03-26T00:49:17.478Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:17.478Z] 2882bf9839f9: Preparing [2026-03-26T00:49:17.478Z] bb634af8446e: Preparing [2026-03-26T00:49:17.478Z] b12246d8d8c3: Preparing [2026-03-26T00:49:17.478Z] cce92674e987: Preparing [2026-03-26T00:49:17.478Z] b12246d8d8c3: Waiting [2026-03-26T00:49:17.478Z] cce92674e987: Waiting [2026-03-26T00:49:17.478Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:17.478Z] bb634af8446e: Layer already exists [2026-03-26T00:49:17.478Z] 0f5e0dac58f0: Layer already exists [2026-03-26T00:49:17.478Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:17.478Z] c66adcf72be9: Layer already exists [2026-03-26T00:49:17.478Z] cce92674e987: Layer already exists [2026-03-26T00:49:17.478Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:17.478Z] latest: digest: sha256:2f7f4ac6de141e1fca1023b6e2b36604b7746af93e4bbdb33ecb48d3183ab2bf size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:17.729Z] #61 ... [2026-03-26T00:49:17.729Z] [2026-03-26T00:49:17.729Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-26T00:49:17.729Z] #68 38.83 OK: 255 MiB in 60 packages [2026-03-26T00:49:17.729Z] #68 DONE 42.0s [2026-03-26T00:49:17.729Z] [2026-03-26T00:49:17.729Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:49:17.729Z] #61 44.34 (7/13) Installing zstd-libs (1.5.7-r0) [2026-03-26T00:49:17.729Z] #61 44.49 (8/13) Installing libcurl (8.14.1-r2) [2026-03-26T00:49:17.828Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:17.999Z] #61 44.71 (9/13) Installing curl (8.14.1-r2) [2026-03-26T00:49:17.999Z] #61 44.79 (10/13) Installing dumb-init (1.2.5-r3) [2026-03-26T00:49:17.999Z] #61 44.84 (11/13) Installing musl-obstack (1.2.3-r2) [2026-03-26T00:49:17.999Z] #61 44.89 (12/13) Installing libucontext (1.3.2-r0) [2026-03-26T00:49:17.999Z] #61 44.94 (13/13) Installing gcompat (1.1.0-r4) [2026-03-26T00:49:18.179Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.104 [2026-03-26T00:49:18.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-26T00:49:18.179Z] 0f5e0dac58f0: Preparing [2026-03-26T00:49:18.179Z] c66adcf72be9: Preparing [2026-03-26T00:49:18.179Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:18.179Z] 2882bf9839f9: Preparing [2026-03-26T00:49:18.179Z] bb634af8446e: Preparing [2026-03-26T00:49:18.179Z] b12246d8d8c3: Preparing [2026-03-26T00:49:18.179Z] cce92674e987: Preparing [2026-03-26T00:49:18.179Z] b12246d8d8c3: Waiting [2026-03-26T00:49:18.179Z] cce92674e987: Waiting [2026-03-26T00:49:18.179Z] 0f5e0dac58f0: Layer already exists [2026-03-26T00:49:18.179Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:18.179Z] bb634af8446e: Layer already exists [2026-03-26T00:49:18.179Z] c66adcf72be9: Layer already exists [2026-03-26T00:49:18.179Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:18.179Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:18.179Z] cce92674e987: Layer already exists [2026-03-26T00:49:18.179Z] 4.1.0-dev.104: digest: sha256:2f7f4ac6de141e1fca1023b6e2b36604b7746af93e4bbdb33ecb48d3183ab2bf size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:18.269Z] #61 ... [2026-03-26T00:49:18.269Z] [2026-03-26T00:49:18.269Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:49:18.269Z] #90 DONE 0.6s [2026-03-26T00:49:18.269Z] [2026-03-26T00:49:18.269Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-26T00:49:18.269Z] #61 45.05 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:49:18.269Z] #61 45.20 OK: 13 MiB in 29 packages [2026-03-26T00:49:18.513Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:18.834Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:18.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-26T00:49:18.834Z] 0f5e0dac58f0: Preparing [2026-03-26T00:49:18.834Z] c66adcf72be9: Preparing [2026-03-26T00:49:18.834Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:18.834Z] 2882bf9839f9: Preparing [2026-03-26T00:49:18.834Z] bb634af8446e: Preparing [2026-03-26T00:49:18.834Z] b12246d8d8c3: Preparing [2026-03-26T00:49:18.834Z] cce92674e987: Preparing [2026-03-26T00:49:18.834Z] b12246d8d8c3: Waiting [2026-03-26T00:49:18.834Z] cce92674e987: Waiting [2026-03-26T00:49:18.834Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:18.834Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:18.834Z] 0f5e0dac58f0: Layer already exists [2026-03-26T00:49:18.834Z] bb634af8446e: Layer already exists [2026-03-26T00:49:18.834Z] c66adcf72be9: Layer already exists [2026-03-26T00:49:18.834Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:18.834Z] cce92674e987: Layer already exists [2026-03-26T00:49:18.834Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:2f7f4ac6de141e1fca1023b6e2b36604b7746af93e4bbdb33ecb48d3183ab2bf size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:19.155Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:19.461Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2026-03-26T00:49:19.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-26T00:49:19.461Z] 0f5e0dac58f0: Preparing [2026-03-26T00:49:19.461Z] c66adcf72be9: Preparing [2026-03-26T00:49:19.461Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:19.461Z] 2882bf9839f9: Preparing [2026-03-26T00:49:19.461Z] bb634af8446e: Preparing [2026-03-26T00:49:19.461Z] b12246d8d8c3: Preparing [2026-03-26T00:49:19.461Z] cce92674e987: Preparing [2026-03-26T00:49:19.461Z] b12246d8d8c3: Waiting [2026-03-26T00:49:19.461Z] cce92674e987: Waiting [2026-03-26T00:49:19.461Z] bb634af8446e: Layer already exists [2026-03-26T00:49:19.461Z] 0f5e0dac58f0: Layer already exists [2026-03-26T00:49:19.461Z] c66adcf72be9: Layer already exists [2026-03-26T00:49:19.461Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:19.461Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:19.461Z] cce92674e987: Layer already exists [2026-03-26T00:49:19.461Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:19.461Z] main: digest: sha256:2f7f4ac6de141e1fca1023b6e2b36604b7746af93e4bbdb33ecb48d3183ab2bf size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:49:19.527Z] ===================================================== [Pipeline] echo [2026-03-26T00:49:19.542Z] taggedImages: [2026-03-26T00:49:19.542Z] - nexus3.edgexfoundry.org:10004/core-command:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:19.542Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-26T00:49:19.542Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.104 [2026-03-26T00:49:19.542Z] - nexus3.edgexfoundry.org:10004/core-command:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:19.542Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2026-03-26T00:49:19.642Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2026-03-26T00:49:19.642Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:19.642Z] latest [2026-03-26T00:49:19.642Z] 4.1.0-dev.104 [2026-03-26T00:49:19.642Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:19.642Z] main [2026-03-26T00:49:19.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:19.982Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:20.301Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:20.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-26T00:49:20.301Z] 1c1fb3d1a0d9: Preparing [2026-03-26T00:49:20.301Z] 7566d28ac711: Preparing [2026-03-26T00:49:20.301Z] 2025acdf5d41: Preparing [2026-03-26T00:49:20.301Z] a6782893ea31: Preparing [2026-03-26T00:49:20.301Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:20.301Z] 2882bf9839f9: Preparing [2026-03-26T00:49:20.301Z] bb634af8446e: Preparing [2026-03-26T00:49:20.301Z] b12246d8d8c3: Preparing [2026-03-26T00:49:20.301Z] cce92674e987: Preparing [2026-03-26T00:49:20.301Z] bb634af8446e: Waiting [2026-03-26T00:49:20.301Z] 2882bf9839f9: Waiting [2026-03-26T00:49:20.301Z] b12246d8d8c3: Waiting [2026-03-26T00:49:20.301Z] cce92674e987: Waiting [2026-03-26T00:49:20.301Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:20.301Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:20.301Z] bb634af8446e: Layer already exists [2026-03-26T00:49:20.301Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:20.301Z] 7566d28ac711: Pushed [2026-03-26T00:49:20.301Z] cce92674e987: Layer already exists [2026-03-26T00:49:20.301Z] 2025acdf5d41: Pushed [2026-03-26T00:49:20.301Z] 1c1fb3d1a0d9: Pushed [2026-03-26T00:49:20.867Z] #61 DONE 47.4s [2026-03-26T00:49:20.867Z] [2026-03-26T00:49:20.867Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:21.674Z] a6782893ea31: Pushed [2026-03-26T00:49:21.674Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:294bd49ef3f2c1a26d872564875263a7bd3870e0615408fca3fbf48b50e3683a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:21.833Z] #91 ... [2026-03-26T00:49:21.833Z] [2026-03-26T00:49:21.833Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-26T00:49:21.833Z] #66 45.55 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-26T00:49:21.833Z] #66 45.61 (2/4) Installing musl-obstack (1.2.3-r2) [2026-03-26T00:49:21.833Z] #66 45.62 (3/4) Installing libucontext (1.3.2-r0) [2026-03-26T00:49:21.833Z] #66 45.63 (4/4) Installing gcompat (1.1.0-r4) [2026-03-26T00:49:21.833Z] #66 45.71 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:49:21.833Z] #66 45.90 OK: 8 MiB in 20 packages [2026-03-26T00:49:21.833Z] #66 DONE 48.5s [2026-03-26T00:49:21.833Z] [2026-03-26T00:49:21.833Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:49:21.833Z] #62 48.14 (1/5) Installing dumb-init (1.2.5-r3) [2026-03-26T00:49:21.833Z] #62 48.17 (2/5) Installing musl-obstack (1.2.3-r2) [2026-03-26T00:49:21.833Z] #62 48.20 (3/5) Installing libucontext (1.3.2-r0) [2026-03-26T00:49:21.833Z] #62 48.23 (4/5) Installing gcompat (1.1.0-r4) [2026-03-26T00:49:21.833Z] #62 48.26 (5/5) Installing openssl (3.5.5-r0) [2026-03-26T00:49:21.833Z] #62 48.43 Executing busybox-1.37.0-r20.trigger [2026-03-26T00:49:21.998Z] + 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 [2026-03-26T00:49:22.101Z] #62 ... [2026-03-26T00:49:22.101Z] [2026-03-26T00:49:22.101Z] #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2026-03-26T00:49:22.101Z] #75 20.70 OK: 8 MiB in 17 packages [2026-03-26T00:49:22.101Z] #75 DONE 23.4s [2026-03-26T00:49:22.101Z] [2026-03-26T00:49:22.101Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:49:22.101Z] #62 48.60 OK: 9 MiB in 21 packages [2026-03-26T00:49:22.316Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-26T00:49:22.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-26T00:49:22.316Z] 1c1fb3d1a0d9: Preparing [2026-03-26T00:49:22.316Z] 7566d28ac711: Preparing [2026-03-26T00:49:22.316Z] 2025acdf5d41: Preparing [2026-03-26T00:49:22.316Z] a6782893ea31: Preparing [2026-03-26T00:49:22.316Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:22.316Z] 2882bf9839f9: Preparing [2026-03-26T00:49:22.316Z] bb634af8446e: Preparing [2026-03-26T00:49:22.316Z] b12246d8d8c3: Preparing [2026-03-26T00:49:22.316Z] cce92674e987: Preparing [2026-03-26T00:49:22.316Z] 2882bf9839f9: Waiting [2026-03-26T00:49:22.316Z] bb634af8446e: Waiting [2026-03-26T00:49:22.316Z] b12246d8d8c3: Waiting [2026-03-26T00:49:22.316Z] cce92674e987: Waiting [2026-03-26T00:49:22.316Z] 2025acdf5d41: Layer already exists [2026-03-26T00:49:22.316Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:22.316Z] 7566d28ac711: Layer already exists [2026-03-26T00:49:22.316Z] 1c1fb3d1a0d9: Layer already exists [2026-03-26T00:49:22.316Z] a6782893ea31: Layer already exists [2026-03-26T00:49:22.316Z] bb634af8446e: Layer already exists [2026-03-26T00:49:22.316Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:22.316Z] cce92674e987: Layer already exists [2026-03-26T00:49:22.316Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:22.316Z] latest: digest: sha256:294bd49ef3f2c1a26d872564875263a7bd3870e0615408fca3fbf48b50e3683a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:22.638Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:22.962Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.104 [2026-03-26T00:49:22.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-26T00:49:22.962Z] 1c1fb3d1a0d9: Preparing [2026-03-26T00:49:22.962Z] 7566d28ac711: Preparing [2026-03-26T00:49:22.962Z] 2025acdf5d41: Preparing [2026-03-26T00:49:22.962Z] a6782893ea31: Preparing [2026-03-26T00:49:22.962Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:22.962Z] 2882bf9839f9: Preparing [2026-03-26T00:49:22.962Z] bb634af8446e: Preparing [2026-03-26T00:49:22.962Z] b12246d8d8c3: Preparing [2026-03-26T00:49:22.962Z] cce92674e987: Preparing [2026-03-26T00:49:22.962Z] 2882bf9839f9: Waiting [2026-03-26T00:49:22.962Z] bb634af8446e: Waiting [2026-03-26T00:49:22.962Z] b12246d8d8c3: Waiting [2026-03-26T00:49:22.962Z] cce92674e987: Waiting [2026-03-26T00:49:22.962Z] 7566d28ac711: Layer already exists [2026-03-26T00:49:22.962Z] a6782893ea31: Layer already exists [2026-03-26T00:49:22.962Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:22.962Z] 2025acdf5d41: Layer already exists [2026-03-26T00:49:22.962Z] 1c1fb3d1a0d9: Layer already exists [2026-03-26T00:49:22.962Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:22.962Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:22.962Z] bb634af8446e: Layer already exists [2026-03-26T00:49:22.962Z] cce92674e987: Layer already exists [2026-03-26T00:49:22.962Z] 4.1.0-dev.104: digest: sha256:294bd49ef3f2c1a26d872564875263a7bd3870e0615408fca3fbf48b50e3683a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:23.281Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:23.602Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:23.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-26T00:49:23.602Z] 1c1fb3d1a0d9: Preparing [2026-03-26T00:49:23.602Z] 7566d28ac711: Preparing [2026-03-26T00:49:23.602Z] 2025acdf5d41: Preparing [2026-03-26T00:49:23.602Z] a6782893ea31: Preparing [2026-03-26T00:49:23.602Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:23.602Z] 2882bf9839f9: Preparing [2026-03-26T00:49:23.602Z] bb634af8446e: Preparing [2026-03-26T00:49:23.602Z] b12246d8d8c3: Preparing [2026-03-26T00:49:23.602Z] cce92674e987: Preparing [2026-03-26T00:49:23.602Z] cce92674e987: Waiting [2026-03-26T00:49:23.602Z] b12246d8d8c3: Waiting [2026-03-26T00:49:23.602Z] bb634af8446e: Waiting [2026-03-26T00:49:23.602Z] 2882bf9839f9: Waiting [2026-03-26T00:49:23.602Z] a6782893ea31: Layer already exists [2026-03-26T00:49:23.602Z] 7566d28ac711: Layer already exists [2026-03-26T00:49:23.602Z] 2025acdf5d41: Layer already exists [2026-03-26T00:49:23.602Z] 1c1fb3d1a0d9: Layer already exists [2026-03-26T00:49:23.602Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:23.602Z] bb634af8446e: Layer already exists [2026-03-26T00:49:23.602Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:23.602Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:23.602Z] cce92674e987: Layer already exists [2026-03-26T00:49:23.602Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:294bd49ef3f2c1a26d872564875263a7bd3870e0615408fca3fbf48b50e3683a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:23.924Z] + 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 [2026-03-26T00:49:24.067Z] #62 ... [2026-03-26T00:49:24.067Z] [2026-03-26T00:49:24.067Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-26T00:49:24.067Z] #83 5.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:24.067Z] #83 ... [2026-03-26T00:49:24.067Z] [2026-03-26T00:49:24.067Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:24.067Z] #85 20.55 OK: 8 MiB in 17 packages [2026-03-26T00:49:24.242Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-26T00:49:24.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-26T00:49:24.242Z] 1c1fb3d1a0d9: Preparing [2026-03-26T00:49:24.242Z] 7566d28ac711: Preparing [2026-03-26T00:49:24.242Z] 2025acdf5d41: Preparing [2026-03-26T00:49:24.242Z] a6782893ea31: Preparing [2026-03-26T00:49:24.242Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:24.242Z] 2882bf9839f9: Preparing [2026-03-26T00:49:24.242Z] bb634af8446e: Preparing [2026-03-26T00:49:24.242Z] b12246d8d8c3: Preparing [2026-03-26T00:49:24.242Z] cce92674e987: Preparing [2026-03-26T00:49:24.242Z] 2882bf9839f9: Waiting [2026-03-26T00:49:24.242Z] bb634af8446e: Waiting [2026-03-26T00:49:24.242Z] b12246d8d8c3: Waiting [2026-03-26T00:49:24.242Z] cce92674e987: Waiting [2026-03-26T00:49:24.242Z] 2025acdf5d41: Layer already exists [2026-03-26T00:49:24.242Z] 1c1fb3d1a0d9: Layer already exists [2026-03-26T00:49:24.242Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:24.242Z] a6782893ea31: Layer already exists [2026-03-26T00:49:24.242Z] 7566d28ac711: Layer already exists [2026-03-26T00:49:24.242Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:24.242Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:24.242Z] bb634af8446e: Layer already exists [2026-03-26T00:49:24.242Z] cce92674e987: Layer already exists [2026-03-26T00:49:24.242Z] main: digest: sha256:294bd49ef3f2c1a26d872564875263a7bd3870e0615408fca3fbf48b50e3683a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:49:24.308Z] ===================================================== [Pipeline] echo [2026-03-26T00:49:24.319Z] taggedImages: [2026-03-26T00:49:24.319Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:24.319Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-26T00:49:24.319Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.104 [2026-03-26T00:49:24.319Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:24.319Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-26T00:49:24.334Z] #85 ... [2026-03-26T00:49:24.334Z] [2026-03-26T00:49:24.334Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-26T00:49:24.334Z] #77 20.28 OK: 20 MiB in 20 packages [2026-03-26T00:49:24.334Z] #77 DONE 22.0s [Pipeline] echo [2026-03-26T00:49:24.339Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2026-03-26T00:49:24.339Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:24.339Z] latest [2026-03-26T00:49:24.339Z] 4.1.0-dev.104 [2026-03-26T00:49:24.339Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:24.339Z] main [2026-03-26T00:49:24.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:24.602Z] [2026-03-26T00:49:24.602Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-26T00:49:24.602Z] #62 DONE 51.1s [2026-03-26T00:49:24.602Z] [2026-03-26T00:49:24.602Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-26T00:49:24.676Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:24.999Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:24.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-26T00:49:24.999Z] b6e3aa117600: Preparing [2026-03-26T00:49:24.999Z] 99165bf27e8d: Preparing [2026-03-26T00:49:24.999Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:24.999Z] 2882bf9839f9: Preparing [2026-03-26T00:49:24.999Z] bb634af8446e: Preparing [2026-03-26T00:49:24.999Z] 04eee880ece3: Preparing [2026-03-26T00:49:24.999Z] cce92674e987: Preparing [2026-03-26T00:49:24.999Z] 04eee880ece3: Waiting [2026-03-26T00:49:24.999Z] cce92674e987: Waiting [2026-03-26T00:49:24.999Z] bb634af8446e: Layer already exists [2026-03-26T00:49:24.999Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:24.999Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:24.999Z] cce92674e987: Layer already exists [2026-03-26T00:49:24.999Z] b6e3aa117600: Pushed [2026-03-26T00:49:24.999Z] 04eee880ece3: Pushed [2026-03-26T00:49:25.187Z] #92 ... [2026-03-26T00:49:25.187Z] [2026-03-26T00:49:25.187Z] #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-26T00:49:25.187Z] #84 23.37 OK: 8 MiB in 18 packages [2026-03-26T00:49:25.187Z] #84 DONE 25.3s [2026-03-26T00:49:25.187Z] [2026-03-26T00:49:25.187Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-26T00:49:25.187Z] #83 16.92 OK: 20 MiB in 20 packages [2026-03-26T00:49:25.774Z] #83 ... [2026-03-26T00:49:25.774Z] [2026-03-26T00:49:25.774Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:25.774Z] #85 DONE 23.1s [2026-03-26T00:49:26.042Z] [2026-03-26T00:49:26.042Z] #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-26T00:49:26.308Z] #93 ... [2026-03-26T00:49:26.308Z] [2026-03-26T00:49:26.308Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:26.576Z] #94 ... [2026-03-26T00:49:26.576Z] [2026-03-26T00:49:26.576Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:26.576Z] #91 3.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:26.576Z] #91 5.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:27.159Z] #91 ... [2026-03-26T00:49:27.159Z] [2026-03-26T00:49:27.159Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-26T00:49:27.159Z] #83 DONE 18.9s [2026-03-26T00:49:27.430Z] [2026-03-26T00:49:27.430Z] #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-03-26T00:49:27.430Z] #95 DONE 0.3s [2026-03-26T00:49:27.430Z] [2026-03-26T00:49:27.430Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-26T00:49:27.430Z] #0 4.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:27.698Z] #96 5.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:28.283Z] #96 ... [2026-03-26T00:49:28.283Z] [2026-03-26T00:49:28.283Z] #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:28.283Z] #97 ... [2026-03-26T00:49:28.283Z] [2026-03-26T00:49:28.283Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-26T00:49:28.283Z] #92 4.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:28.883Z] #92 ... [2026-03-26T00:49:28.883Z] [2026-03-26T00:49:28.883Z] #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-26T00:49:28.883Z] #93 DONE 3.7s [2026-03-26T00:49:28.883Z] [2026-03-26T00:49:28.883Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-03-26T00:49:28.883Z] #98 DONE 0.2s [2026-03-26T00:49:28.883Z] [2026-03-26T00:49:28.883Z] #88 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:29.150Z] #88 ... [2026-03-26T00:49:29.150Z] [2026-03-26T00:49:29.150Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-26T00:49:29.150Z] #92 4.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-26T00:49:29.189Z] 99165bf27e8d: Pushed [2026-03-26T00:49:29.189Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:1b8080f02ba4ed5d2ac94e5bbd0c42d2cf07ab4b19203ae0ce3d304aae63e35b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:29.508Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:29.942Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-26T00:49:29.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-26T00:49:29.942Z] b6e3aa117600: Preparing [2026-03-26T00:49:29.942Z] 99165bf27e8d: Preparing [2026-03-26T00:49:29.942Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:29.942Z] 2882bf9839f9: Preparing [2026-03-26T00:49:29.942Z] bb634af8446e: Preparing [2026-03-26T00:49:29.942Z] 04eee880ece3: Preparing [2026-03-26T00:49:29.942Z] cce92674e987: Preparing [2026-03-26T00:49:29.942Z] 04eee880ece3: Waiting [2026-03-26T00:49:29.942Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:29.942Z] 99165bf27e8d: Layer already exists [2026-03-26T00:49:29.942Z] b6e3aa117600: Layer already exists [2026-03-26T00:49:29.942Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:29.942Z] bb634af8446e: Layer already exists [2026-03-26T00:49:29.942Z] 04eee880ece3: Layer already exists [2026-03-26T00:49:29.942Z] cce92674e987: Layer already exists [2026-03-26T00:49:29.942Z] latest: digest: sha256:1b8080f02ba4ed5d2ac94e5bbd0c42d2cf07ab4b19203ae0ce3d304aae63e35b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:30.326Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:30.676Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.104 [2026-03-26T00:49:30.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-26T00:49:30.676Z] b6e3aa117600: Preparing [2026-03-26T00:49:30.676Z] 99165bf27e8d: Preparing [2026-03-26T00:49:30.676Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:30.676Z] 2882bf9839f9: Preparing [2026-03-26T00:49:30.676Z] bb634af8446e: Preparing [2026-03-26T00:49:30.676Z] 04eee880ece3: Preparing [2026-03-26T00:49:30.676Z] cce92674e987: Preparing [2026-03-26T00:49:30.676Z] 04eee880ece3: Waiting [2026-03-26T00:49:30.676Z] cce92674e987: Waiting [2026-03-26T00:49:30.676Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:30.676Z] b6e3aa117600: Layer already exists [2026-03-26T00:49:30.676Z] bb634af8446e: Layer already exists [2026-03-26T00:49:30.676Z] 99165bf27e8d: Layer already exists [2026-03-26T00:49:30.676Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:30.676Z] 04eee880ece3: Layer already exists [2026-03-26T00:49:30.676Z] cce92674e987: Layer already exists [2026-03-26T00:49:30.676Z] 4.1.0-dev.104: digest: sha256:1b8080f02ba4ed5d2ac94e5bbd0c42d2cf07ab4b19203ae0ce3d304aae63e35b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:31.048Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:31.371Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:31.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-26T00:49:31.371Z] b6e3aa117600: Preparing [2026-03-26T00:49:31.371Z] 99165bf27e8d: Preparing [2026-03-26T00:49:31.371Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:31.371Z] 2882bf9839f9: Preparing [2026-03-26T00:49:31.371Z] bb634af8446e: Preparing [2026-03-26T00:49:31.371Z] 04eee880ece3: Preparing [2026-03-26T00:49:31.371Z] cce92674e987: Preparing [2026-03-26T00:49:31.371Z] 04eee880ece3: Waiting [2026-03-26T00:49:31.371Z] cce92674e987: Waiting [2026-03-26T00:49:31.371Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:31.371Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:31.371Z] 99165bf27e8d: Layer already exists [2026-03-26T00:49:31.371Z] bb634af8446e: Layer already exists [2026-03-26T00:49:31.371Z] b6e3aa117600: Layer already exists [2026-03-26T00:49:31.371Z] 04eee880ece3: Layer already exists [2026-03-26T00:49:31.371Z] cce92674e987: Layer already exists [2026-03-26T00:49:31.371Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:1b8080f02ba4ed5d2ac94e5bbd0c42d2cf07ab4b19203ae0ce3d304aae63e35b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:31.698Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:32.019Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2026-03-26T00:49:32.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-26T00:49:32.019Z] b6e3aa117600: Preparing [2026-03-26T00:49:32.019Z] 99165bf27e8d: Preparing [2026-03-26T00:49:32.019Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:32.019Z] 2882bf9839f9: Preparing [2026-03-26T00:49:32.019Z] bb634af8446e: Preparing [2026-03-26T00:49:32.019Z] 04eee880ece3: Preparing [2026-03-26T00:49:32.019Z] cce92674e987: Preparing [2026-03-26T00:49:32.019Z] 04eee880ece3: Waiting [2026-03-26T00:49:32.019Z] cce92674e987: Waiting [2026-03-26T00:49:32.019Z] 99165bf27e8d: Layer already exists [2026-03-26T00:49:32.019Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:32.019Z] bb634af8446e: Layer already exists [2026-03-26T00:49:32.019Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:32.019Z] b6e3aa117600: Layer already exists [2026-03-26T00:49:32.019Z] 04eee880ece3: Layer already exists [2026-03-26T00:49:32.019Z] cce92674e987: Layer already exists [2026-03-26T00:49:32.019Z] main: digest: sha256:1b8080f02ba4ed5d2ac94e5bbd0c42d2cf07ab4b19203ae0ce3d304aae63e35b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:49:32.093Z] ===================================================== [Pipeline] echo [2026-03-26T00:49:32.109Z] taggedImages: [2026-03-26T00:49:32.109Z] - nexus3.edgexfoundry.org:10004/core-data:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:32.109Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-26T00:49:32.109Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.104 [2026-03-26T00:49:32.109Z] - nexus3.edgexfoundry.org:10004/core-data:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:32.109Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2026-03-26T00:49:32.137Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2026-03-26T00:49:32.137Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:32.137Z] latest [2026-03-26T00:49:32.137Z] 4.1.0-dev.104 [2026-03-26T00:49:32.137Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:32.137Z] main [2026-03-26T00:49:32.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:32.484Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:32.798Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:32.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-26T00:49:32.798Z] db77ae7afc64: Preparing [2026-03-26T00:49:32.798Z] 3fb19744b652: Preparing [2026-03-26T00:49:32.798Z] 2882bf9839f9: Preparing [2026-03-26T00:49:32.798Z] 9b443658b564: Preparing [2026-03-26T00:49:32.798Z] 73c61a86c8fb: Preparing [2026-03-26T00:49:32.798Z] cce92674e987: Preparing [2026-03-26T00:49:32.798Z] cce92674e987: Waiting [2026-03-26T00:49:32.798Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:32.798Z] cce92674e987: Layer already exists [2026-03-26T00:49:32.798Z] 73c61a86c8fb: Pushed [2026-03-26T00:49:32.798Z] 9b443658b564: Pushed [2026-03-26T00:49:32.798Z] db77ae7afc64: Pushed [2026-03-26T00:49:33.419Z] #92 8.910 OK: 9 MiB in 21 packages [2026-03-26T00:49:33.419Z] #92 ... [2026-03-26T00:49:33.419Z] [2026-03-26T00:49:33.419Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-26T00:49:33.419Z] #91 11.55 OK: 13 MiB in 29 packages [2026-03-26T00:49:33.419Z] #91 DONE 12.8s [2026-03-26T00:49:33.688Z] [2026-03-26T00:49:33.688Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-26T00:49:33.688Z] #96 11.14 OK: 8 MiB in 20 packages [2026-03-26T00:49:33.965Z] #96 DONE 12.3s [2026-03-26T00:49:33.965Z] [2026-03-26T00:49:33.965Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T00:49:34.238Z] #35 ... [2026-03-26T00:49:34.238Z] [2026-03-26T00:49:34.238Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:49:34.844Z] #99 ... [2026-03-26T00:49:34.844Z] [2026-03-26T00:49:34.844Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-26T00:49:34.844Z] #92 DONE 10.4s [2026-03-26T00:49:34.844Z] [2026-03-26T00:49:34.845Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:49:36.933Z] #100 ... [2026-03-26T00:49:36.933Z] [2026-03-26T00:49:36.933Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-03-26T00:49:36.933Z] #101 DONE 2.2s [2026-03-26T00:49:36.933Z] [2026-03-26T00:49:36.933Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:49:36.933Z] #102 ... [2026-03-26T00:49:36.933Z] [2026-03-26T00:49:36.933Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:49:36.933Z] #99 DONE 3.0s [2026-03-26T00:49:37.067Z] 3fb19744b652: Pushed [2026-03-26T00:49:37.067Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:a373bbda1e160076e10e326608bb3e09d9174b1f1d6a7a2b770e080f7c778451 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:37.223Z] [2026-03-26T00:49:37.224Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:49:37.224Z] #100 DONE 2.5s [2026-03-26T00:49:37.224Z] [2026-03-26T00:49:37.224Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-03-26T00:49:37.407Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:37.496Z] #103 DONE 0.4s [2026-03-26T00:49:37.496Z] [2026-03-26T00:49:37.496Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-03-26T00:49:37.731Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-26T00:49:37.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-26T00:49:37.731Z] db77ae7afc64: Preparing [2026-03-26T00:49:37.731Z] 3fb19744b652: Preparing [2026-03-26T00:49:37.731Z] 2882bf9839f9: Preparing [2026-03-26T00:49:37.731Z] 9b443658b564: Preparing [2026-03-26T00:49:37.731Z] 73c61a86c8fb: Preparing [2026-03-26T00:49:37.731Z] cce92674e987: Preparing [2026-03-26T00:49:37.731Z] cce92674e987: Waiting [2026-03-26T00:49:37.731Z] 9b443658b564: Layer already exists [2026-03-26T00:49:37.731Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:37.731Z] 73c61a86c8fb: Layer already exists [2026-03-26T00:49:37.731Z] 3fb19744b652: Layer already exists [2026-03-26T00:49:37.731Z] db77ae7afc64: Layer already exists [2026-03-26T00:49:37.731Z] cce92674e987: Layer already exists [2026-03-26T00:49:37.731Z] latest: digest: sha256:a373bbda1e160076e10e326608bb3e09d9174b1f1d6a7a2b770e080f7c778451 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2026-03-26T00:49:37.769Z] #104 DONE 0.5s [2026-03-26T00:49:37.770Z] [2026-03-26T00:49:37.770Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [Pipeline] sh [2026-03-26T00:49:38.048Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.104 [2026-03-26T00:49:38.049Z] #105 ... [2026-03-26T00:49:38.049Z] [2026-03-26T00:49:38.049Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2026-03-26T00:49:38.049Z] #106 DONE 0.4s [2026-03-26T00:49:38.049Z] [2026-03-26T00:49:38.049Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2026-03-26T00:49:38.049Z] #105 DONE 0.4s [2026-03-26T00:49:38.049Z] [2026-03-26T00:49:38.049Z] #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:38.328Z] #107 ... [2026-03-26T00:49:38.328Z] [2026-03-26T00:49:38.328Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-03-26T00:49:38.328Z] #108 DONE 0.4s [2026-03-26T00:49:38.383Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.104 [2026-03-26T00:49:38.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-26T00:49:38.383Z] db77ae7afc64: Preparing [2026-03-26T00:49:38.383Z] 3fb19744b652: Preparing [2026-03-26T00:49:38.383Z] 2882bf9839f9: Preparing [2026-03-26T00:49:38.383Z] 9b443658b564: Preparing [2026-03-26T00:49:38.383Z] 73c61a86c8fb: Preparing [2026-03-26T00:49:38.383Z] cce92674e987: Preparing [2026-03-26T00:49:38.383Z] cce92674e987: Waiting [2026-03-26T00:49:38.383Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:38.383Z] 9b443658b564: Layer already exists [2026-03-26T00:49:38.383Z] 73c61a86c8fb: Layer already exists [2026-03-26T00:49:38.383Z] 3fb19744b652: Layer already exists [2026-03-26T00:49:38.383Z] db77ae7afc64: Layer already exists [2026-03-26T00:49:38.383Z] cce92674e987: Layer already exists [2026-03-26T00:49:38.383Z] 4.1.0-dev.104: digest: sha256:a373bbda1e160076e10e326608bb3e09d9174b1f1d6a7a2b770e080f7c778451 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:38.600Z] [2026-03-26T00:49:38.600Z] #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-03-26T00:49:38.600Z] #107 DONE 0.4s [2026-03-26T00:49:38.600Z] [2026-03-26T00:49:38.600Z] #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-03-26T00:49:38.600Z] #109 ... [2026-03-26T00:49:38.600Z] [2026-03-26T00:49:38.600Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-03-26T00:49:38.600Z] #110 DONE 0.3s [2026-03-26T00:49:38.705Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:38.897Z] [2026-03-26T00:49:38.897Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-03-26T00:49:38.897Z] #111 ... [2026-03-26T00:49:38.897Z] [2026-03-26T00:49:38.897Z] #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-03-26T00:49:38.897Z] #109 DONE 0.5s [2026-03-26T00:49:39.018Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:39.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-26T00:49:39.018Z] db77ae7afc64: Preparing [2026-03-26T00:49:39.018Z] 3fb19744b652: Preparing [2026-03-26T00:49:39.018Z] 2882bf9839f9: Preparing [2026-03-26T00:49:39.018Z] 9b443658b564: Preparing [2026-03-26T00:49:39.018Z] 73c61a86c8fb: Preparing [2026-03-26T00:49:39.018Z] cce92674e987: Preparing [2026-03-26T00:49:39.018Z] cce92674e987: Waiting [2026-03-26T00:49:39.018Z] 73c61a86c8fb: Layer already exists [2026-03-26T00:49:39.018Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:39.018Z] 3fb19744b652: Layer already exists [2026-03-26T00:49:39.018Z] db77ae7afc64: Layer already exists [2026-03-26T00:49:39.018Z] 9b443658b564: Layer already exists [2026-03-26T00:49:39.018Z] cce92674e987: Layer already exists [2026-03-26T00:49:39.018Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:a373bbda1e160076e10e326608bb3e09d9174b1f1d6a7a2b770e080f7c778451 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:39.168Z] [2026-03-26T00:49:39.168Z] #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-03-26T00:49:39.168Z] #112 ... [2026-03-26T00:49:39.168Z] [2026-03-26T00:49:39.168Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-03-26T00:49:39.168Z] #111 DONE 0.5s [2026-03-26T00:49:39.345Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:39.439Z] [2026-03-26T00:49:39.439Z] #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-03-26T00:49:39.439Z] #112 DONE 0.4s [2026-03-26T00:49:39.439Z] [2026-03-26T00:49:39.439Z] #113 [security-spire-server] exporting to image [2026-03-26T00:49:39.439Z] #113 exporting layers [2026-03-26T00:49:39.668Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2026-03-26T00:49:39.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-26T00:49:39.668Z] db77ae7afc64: Preparing [2026-03-26T00:49:39.668Z] 3fb19744b652: Preparing [2026-03-26T00:49:39.668Z] 2882bf9839f9: Preparing [2026-03-26T00:49:39.668Z] 9b443658b564: Preparing [2026-03-26T00:49:39.668Z] 73c61a86c8fb: Preparing [2026-03-26T00:49:39.668Z] cce92674e987: Preparing [2026-03-26T00:49:39.668Z] cce92674e987: Waiting [2026-03-26T00:49:39.668Z] db77ae7afc64: Layer already exists [2026-03-26T00:49:39.668Z] 3fb19744b652: Layer already exists [2026-03-26T00:49:39.668Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:39.668Z] 73c61a86c8fb: Layer already exists [2026-03-26T00:49:39.668Z] 9b443658b564: Layer already exists [2026-03-26T00:49:39.668Z] cce92674e987: Layer already exists [2026-03-26T00:49:39.668Z] main: digest: sha256:a373bbda1e160076e10e326608bb3e09d9174b1f1d6a7a2b770e080f7c778451 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:49:39.728Z] ===================================================== [Pipeline] echo [2026-03-26T00:49:39.742Z] taggedImages: [2026-03-26T00:49:39.742Z] - nexus3.edgexfoundry.org:10004/core-keeper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:39.742Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-26T00:49:39.742Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.104 [2026-03-26T00:49:39.742Z] - nexus3.edgexfoundry.org:10004/core-keeper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:39.742Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2026-03-26T00:49:39.763Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2026-03-26T00:49:39.763Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:39.763Z] latest [2026-03-26T00:49:39.763Z] 4.1.0-dev.104 [2026-03-26T00:49:39.763Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:39.763Z] main [2026-03-26T00:49:39.763Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:40.092Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:40.403Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:40.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-26T00:49:40.403Z] 2defa576256c: Preparing [2026-03-26T00:49:40.403Z] b4dbe605d584: Preparing [2026-03-26T00:49:40.403Z] 9f8c39fcdea5: Preparing [2026-03-26T00:49:40.403Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:40.403Z] 2882bf9839f9: Preparing [2026-03-26T00:49:40.403Z] bb634af8446e: Preparing [2026-03-26T00:49:40.403Z] b12246d8d8c3: Preparing [2026-03-26T00:49:40.403Z] cce92674e987: Preparing [2026-03-26T00:49:40.403Z] bb634af8446e: Waiting [2026-03-26T00:49:40.403Z] b12246d8d8c3: Waiting [2026-03-26T00:49:40.403Z] cce92674e987: Waiting [2026-03-26T00:49:40.403Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:40.403Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:40.403Z] bb634af8446e: Layer already exists [2026-03-26T00:49:40.403Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:40.403Z] cce92674e987: Layer already exists [2026-03-26T00:49:40.403Z] b4dbe605d584: Pushed [2026-03-26T00:49:40.403Z] 2defa576256c: Pushed [2026-03-26T00:49:41.395Z] #113 ... [2026-03-26T00:49:41.395Z] [2026-03-26T00:49:41.395Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-26T00:49:41.395Z] #102 DONE 4.3s [2026-03-26T00:49:41.395Z] [2026-03-26T00:49:41.395Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-03-26T00:49:41.664Z] #114 DONE 0.3s [2026-03-26T00:49:41.664Z] [2026-03-26T00:49:41.664Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-03-26T00:49:41.931Z] #115 DONE 0.3s [2026-03-26T00:49:41.931Z] [2026-03-26T00:49:41.931Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-03-26T00:49:42.209Z] #116 DONE 0.5s [2026-03-26T00:49:42.209Z] [2026-03-26T00:49:42.209Z] #113 [security-spire-config] exporting to image [2026-03-26T00:49:42.481Z] #113 ... [2026-03-26T00:49:42.481Z] [2026-03-26T00:49:42.481Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-03-26T00:49:42.481Z] #117 DONE 0.2s [2026-03-26T00:49:42.756Z] [2026-03-26T00:49:42.756Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-03-26T00:49:42.756Z] #118 DONE 0.3s [2026-03-26T00:49:42.756Z] [2026-03-26T00:49:42.756Z] #79 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:43.030Z] #79 ... [2026-03-26T00:49:43.030Z] [2026-03-26T00:49:43.030Z] #113 [security-spire-agent] exporting to image [2026-03-26T00:49:44.470Z] #113 exporting layers 5.2s done [2026-03-26T00:49:44.470Z] #113 writing image sha256:000c08b39bc635ff85c2d45039f58f71805e9de157fa172b7ccfc5393aae4171 0.1s done [2026-03-26T00:49:44.470Z] #113 naming to docker.io/library/security-spire-server-arm64 0.1s done [2026-03-26T00:49:44.597Z] 9f8c39fcdea5: Pushed [2026-03-26T00:49:44.597Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:7728ae48f684bc6a462d7d132be9e12ab4d926f1b901890c95c04c34887d594f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:44.761Z] #113 exporting layers 5.3s done [2026-03-26T00:49:44.761Z] #113 writing image sha256:50a83fc988b92bfe2d4d8bace79664373628dcda44ab65e3f024b775c318569b [2026-03-26T00:49:44.761Z] #113 writing image sha256:50a83fc988b92bfe2d4d8bace79664373628dcda44ab65e3f024b775c318569b 0.0s done [2026-03-26T00:49:44.761Z] #113 naming to docker.io/library/security-spire-config-arm64 0.0s done [2026-03-26T00:49:44.920Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:45.234Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-26T00:49:45.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-26T00:49:45.234Z] 2defa576256c: Preparing [2026-03-26T00:49:45.234Z] b4dbe605d584: Preparing [2026-03-26T00:49:45.234Z] 9f8c39fcdea5: Preparing [2026-03-26T00:49:45.234Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:45.234Z] 2882bf9839f9: Preparing [2026-03-26T00:49:45.234Z] bb634af8446e: Preparing [2026-03-26T00:49:45.234Z] b12246d8d8c3: Preparing [2026-03-26T00:49:45.234Z] cce92674e987: Preparing [2026-03-26T00:49:45.234Z] bb634af8446e: Waiting [2026-03-26T00:49:45.234Z] b12246d8d8c3: Waiting [2026-03-26T00:49:45.234Z] cce92674e987: Waiting [2026-03-26T00:49:45.234Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:45.234Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:45.234Z] 2defa576256c: Layer already exists [2026-03-26T00:49:45.234Z] 9f8c39fcdea5: Layer already exists [2026-03-26T00:49:45.234Z] b4dbe605d584: Layer already exists [2026-03-26T00:49:45.234Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:45.234Z] cce92674e987: Layer already exists [2026-03-26T00:49:45.234Z] bb634af8446e: Layer already exists [2026-03-26T00:49:45.234Z] latest: digest: sha256:7728ae48f684bc6a462d7d132be9e12ab4d926f1b901890c95c04c34887d594f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:45.558Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:45.884Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.104 [2026-03-26T00:49:45.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-26T00:49:45.884Z] 2defa576256c: Preparing [2026-03-26T00:49:45.884Z] b4dbe605d584: Preparing [2026-03-26T00:49:45.884Z] 9f8c39fcdea5: Preparing [2026-03-26T00:49:45.884Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:45.884Z] 2882bf9839f9: Preparing [2026-03-26T00:49:45.884Z] bb634af8446e: Preparing [2026-03-26T00:49:45.884Z] b12246d8d8c3: Preparing [2026-03-26T00:49:45.884Z] cce92674e987: Preparing [2026-03-26T00:49:45.884Z] bb634af8446e: Waiting [2026-03-26T00:49:45.884Z] b12246d8d8c3: Waiting [2026-03-26T00:49:45.884Z] cce92674e987: Waiting [2026-03-26T00:49:45.884Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:45.884Z] 2defa576256c: Layer already exists [2026-03-26T00:49:45.884Z] 9f8c39fcdea5: Layer already exists [2026-03-26T00:49:45.884Z] b4dbe605d584: Layer already exists [2026-03-26T00:49:45.884Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:45.884Z] bb634af8446e: Layer already exists [2026-03-26T00:49:45.884Z] cce92674e987: Layer already exists [2026-03-26T00:49:45.884Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:45.884Z] 4.1.0-dev.104: digest: sha256:7728ae48f684bc6a462d7d132be9e12ab4d926f1b901890c95c04c34887d594f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:46.179Z] #113 exporting layers 3.1s done [2026-03-26T00:49:46.179Z] #113 writing image sha256:253f34c5335715be76455129f9eab6ae353789a83448e5195263c6afc49b2ffe done [2026-03-26T00:49:46.179Z] #113 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2026-03-26T00:49:46.179Z] #113 DONE 6.9s [2026-03-26T00:49:46.179Z] [2026-03-26T00:49:46.179Z] #88 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:49:46.203Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:46.519Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:46.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-26T00:49:46.519Z] 2defa576256c: Preparing [2026-03-26T00:49:46.519Z] b4dbe605d584: Preparing [2026-03-26T00:49:46.519Z] 9f8c39fcdea5: Preparing [2026-03-26T00:49:46.519Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:46.519Z] 2882bf9839f9: Preparing [2026-03-26T00:49:46.519Z] bb634af8446e: Preparing [2026-03-26T00:49:46.519Z] b12246d8d8c3: Preparing [2026-03-26T00:49:46.519Z] cce92674e987: Preparing [2026-03-26T00:49:46.519Z] b12246d8d8c3: Waiting [2026-03-26T00:49:46.519Z] bb634af8446e: Waiting [2026-03-26T00:49:46.519Z] cce92674e987: Waiting [2026-03-26T00:49:46.519Z] 2defa576256c: Layer already exists [2026-03-26T00:49:46.519Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:46.519Z] 9f8c39fcdea5: Layer already exists [2026-03-26T00:49:46.519Z] b4dbe605d584: Layer already exists [2026-03-26T00:49:46.519Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:46.519Z] bb634af8446e: Layer already exists [2026-03-26T00:49:46.519Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:46.519Z] cce92674e987: Layer already exists [2026-03-26T00:49:46.519Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:7728ae48f684bc6a462d7d132be9e12ab4d926f1b901890c95c04c34887d594f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:46.848Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:47.169Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2026-03-26T00:49:47.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-26T00:49:47.169Z] 2defa576256c: Preparing [2026-03-26T00:49:47.169Z] b4dbe605d584: Preparing [2026-03-26T00:49:47.169Z] 9f8c39fcdea5: Preparing [2026-03-26T00:49:47.169Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:47.169Z] 2882bf9839f9: Preparing [2026-03-26T00:49:47.169Z] bb634af8446e: Preparing [2026-03-26T00:49:47.169Z] b12246d8d8c3: Preparing [2026-03-26T00:49:47.169Z] bb634af8446e: Waiting [2026-03-26T00:49:47.169Z] cce92674e987: Preparing [2026-03-26T00:49:47.169Z] cce92674e987: Waiting [2026-03-26T00:49:47.169Z] b12246d8d8c3: Waiting [2026-03-26T00:49:47.169Z] 9f8c39fcdea5: Layer already exists [2026-03-26T00:49:47.169Z] 2defa576256c: Layer already exists [2026-03-26T00:49:47.169Z] b4dbe605d584: Layer already exists [2026-03-26T00:49:47.169Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:47.169Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:47.169Z] bb634af8446e: Layer already exists [2026-03-26T00:49:47.169Z] cce92674e987: Layer already exists [2026-03-26T00:49:47.169Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:47.169Z] main: digest: sha256:7728ae48f684bc6a462d7d132be9e12ab4d926f1b901890c95c04c34887d594f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:49:47.230Z] ===================================================== [Pipeline] echo [2026-03-26T00:49:47.243Z] taggedImages: [2026-03-26T00:49:47.243Z] - nexus3.edgexfoundry.org:10004/core-metadata:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:47.243Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-26T00:49:47.243Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.104 [2026-03-26T00:49:47.243Z] - nexus3.edgexfoundry.org:10004/core-metadata:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:47.243Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2026-03-26T00:49:47.265Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2026-03-26T00:49:47.265Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:47.265Z] latest [2026-03-26T00:49:47.265Z] 4.1.0-dev.104 [2026-03-26T00:49:47.265Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:47.265Z] main [2026-03-26T00:49:47.265Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:47.596Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:47.924Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:47.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-26T00:49:47.924Z] 773518fb05c5: Preparing [2026-03-26T00:49:47.924Z] b44cbb8a32f2: Preparing [2026-03-26T00:49:47.924Z] bb8c5da48ce0: Preparing [2026-03-26T00:49:47.924Z] f2a8eae8ba11: Preparing [2026-03-26T00:49:47.924Z] 48851d0cac38: Preparing [2026-03-26T00:49:47.924Z] d4976c1dc8c5: Preparing [2026-03-26T00:49:47.924Z] 2b75d00b7df5: Preparing [2026-03-26T00:49:47.924Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:47.924Z] 2882bf9839f9: Preparing [2026-03-26T00:49:47.924Z] d56ba1be2bb6: Preparing [2026-03-26T00:49:47.924Z] b08a868fd0ac: Preparing [2026-03-26T00:49:47.924Z] 5f70bf18a086: Preparing [2026-03-26T00:49:47.924Z] d4976c1dc8c5: Waiting [2026-03-26T00:49:47.924Z] 03659b06d712: Preparing [2026-03-26T00:49:47.924Z] cddc1bc3dda8: Waiting [2026-03-26T00:49:47.924Z] fb16bbf7ef38: Preparing [2026-03-26T00:49:47.924Z] 2882bf9839f9: Waiting [2026-03-26T00:49:47.924Z] d56ba1be2bb6: Waiting [2026-03-26T00:49:47.924Z] 47f4ff81d602: Preparing [2026-03-26T00:49:47.924Z] b08a868fd0ac: Waiting [2026-03-26T00:49:47.924Z] cce92674e987: Preparing [2026-03-26T00:49:47.924Z] 5f70bf18a086: Waiting [2026-03-26T00:49:47.924Z] 03659b06d712: Waiting [2026-03-26T00:49:47.924Z] fb16bbf7ef38: Waiting [2026-03-26T00:49:47.924Z] 47f4ff81d602: Waiting [2026-03-26T00:49:47.924Z] cce92674e987: Waiting [2026-03-26T00:49:47.924Z] 2b75d00b7df5: Waiting [2026-03-26T00:49:47.924Z] bb8c5da48ce0: Pushed [2026-03-26T00:49:47.924Z] 48851d0cac38: Pushed [2026-03-26T00:49:47.924Z] b44cbb8a32f2: Pushed [2026-03-26T00:49:47.924Z] f2a8eae8ba11: Pushed [2026-03-26T00:49:47.924Z] 773518fb05c5: Pushed [2026-03-26T00:49:47.924Z] d4976c1dc8c5: Pushed [2026-03-26T00:49:48.182Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:48.182Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:48.182Z] 5f70bf18a086: Layer already exists [2026-03-26T00:49:48.182Z] d56ba1be2bb6: Pushed [2026-03-26T00:49:48.182Z] b08a868fd0ac: Pushed [2026-03-26T00:49:48.182Z] 03659b06d712: Pushed [2026-03-26T00:49:48.182Z] fb16bbf7ef38: Pushed [2026-03-26T00:49:48.182Z] cce92674e987: Layer already exists [2026-03-26T00:49:48.182Z] 47f4ff81d602: Pushed [2026-03-26T00:49:49.556Z] 2b75d00b7df5: Pushed [2026-03-26T00:49:49.556Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:a88969b46e69bc275bbd076430bc361163620bbceca95a90322d320bcf4e91c0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:49.876Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:50.190Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-26T00:49:50.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-26T00:49:50.190Z] 773518fb05c5: Preparing [2026-03-26T00:49:50.190Z] b44cbb8a32f2: Preparing [2026-03-26T00:49:50.190Z] bb8c5da48ce0: Preparing [2026-03-26T00:49:50.190Z] f2a8eae8ba11: Preparing [2026-03-26T00:49:50.190Z] 48851d0cac38: Preparing [2026-03-26T00:49:50.190Z] d4976c1dc8c5: Preparing [2026-03-26T00:49:50.190Z] 2b75d00b7df5: Preparing [2026-03-26T00:49:50.190Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:50.190Z] 2882bf9839f9: Preparing [2026-03-26T00:49:50.190Z] d56ba1be2bb6: Preparing [2026-03-26T00:49:50.190Z] b08a868fd0ac: Preparing [2026-03-26T00:49:50.190Z] 5f70bf18a086: Preparing [2026-03-26T00:49:50.190Z] 03659b06d712: Preparing [2026-03-26T00:49:50.190Z] fb16bbf7ef38: Preparing [2026-03-26T00:49:50.190Z] 47f4ff81d602: Preparing [2026-03-26T00:49:50.190Z] cce92674e987: Preparing [2026-03-26T00:49:50.190Z] d4976c1dc8c5: Waiting [2026-03-26T00:49:50.190Z] cddc1bc3dda8: Waiting [2026-03-26T00:49:50.190Z] 2882bf9839f9: Waiting [2026-03-26T00:49:50.190Z] 03659b06d712: Waiting [2026-03-26T00:49:50.190Z] 2b75d00b7df5: Waiting [2026-03-26T00:49:50.190Z] fb16bbf7ef38: Waiting [2026-03-26T00:49:50.190Z] d56ba1be2bb6: Waiting [2026-03-26T00:49:50.190Z] 47f4ff81d602: Waiting [2026-03-26T00:49:50.190Z] b08a868fd0ac: Waiting [2026-03-26T00:49:50.190Z] 5f70bf18a086: Waiting [2026-03-26T00:49:50.190Z] cce92674e987: Waiting [2026-03-26T00:49:50.190Z] b44cbb8a32f2: Layer already exists [2026-03-26T00:49:50.190Z] 773518fb05c5: Layer already exists [2026-03-26T00:49:50.190Z] f2a8eae8ba11: Layer already exists [2026-03-26T00:49:50.190Z] 48851d0cac38: Layer already exists [2026-03-26T00:49:50.190Z] bb8c5da48ce0: Layer already exists [2026-03-26T00:49:50.190Z] d4976c1dc8c5: Layer already exists [2026-03-26T00:49:50.190Z] d56ba1be2bb6: Layer already exists [2026-03-26T00:49:50.190Z] 2b75d00b7df5: Layer already exists [2026-03-26T00:49:50.190Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:50.190Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:50.190Z] b08a868fd0ac: Layer already exists [2026-03-26T00:49:50.190Z] 5f70bf18a086: Layer already exists [2026-03-26T00:49:50.190Z] 03659b06d712: Layer already exists [2026-03-26T00:49:50.190Z] fb16bbf7ef38: Layer already exists [2026-03-26T00:49:50.190Z] 47f4ff81d602: Layer already exists [2026-03-26T00:49:50.190Z] cce92674e987: Layer already exists [2026-03-26T00:49:50.190Z] latest: digest: sha256:a88969b46e69bc275bbd076430bc361163620bbceca95a90322d320bcf4e91c0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:50.577Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:50.894Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.104 [2026-03-26T00:49:50.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-26T00:49:50.894Z] 773518fb05c5: Preparing [2026-03-26T00:49:50.894Z] b44cbb8a32f2: Preparing [2026-03-26T00:49:50.894Z] bb8c5da48ce0: Preparing [2026-03-26T00:49:50.894Z] f2a8eae8ba11: Preparing [2026-03-26T00:49:50.894Z] 48851d0cac38: Preparing [2026-03-26T00:49:50.894Z] d4976c1dc8c5: Preparing [2026-03-26T00:49:50.894Z] 2b75d00b7df5: Preparing [2026-03-26T00:49:50.894Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:50.894Z] 2882bf9839f9: Preparing [2026-03-26T00:49:50.894Z] d56ba1be2bb6: Preparing [2026-03-26T00:49:50.894Z] b08a868fd0ac: Preparing [2026-03-26T00:49:50.894Z] 5f70bf18a086: Preparing [2026-03-26T00:49:50.894Z] 03659b06d712: Preparing [2026-03-26T00:49:50.894Z] fb16bbf7ef38: Preparing [2026-03-26T00:49:50.894Z] 47f4ff81d602: Preparing [2026-03-26T00:49:50.894Z] cce92674e987: Preparing [2026-03-26T00:49:50.894Z] 2882bf9839f9: Waiting [2026-03-26T00:49:50.894Z] d56ba1be2bb6: Waiting [2026-03-26T00:49:50.894Z] b08a868fd0ac: Waiting [2026-03-26T00:49:50.894Z] 5f70bf18a086: Waiting [2026-03-26T00:49:50.894Z] 03659b06d712: Waiting [2026-03-26T00:49:50.894Z] fb16bbf7ef38: Waiting [2026-03-26T00:49:50.894Z] 47f4ff81d602: Waiting [2026-03-26T00:49:50.894Z] cce92674e987: Waiting [2026-03-26T00:49:50.894Z] 2b75d00b7df5: Waiting [2026-03-26T00:49:50.894Z] d4976c1dc8c5: Waiting [2026-03-26T00:49:50.894Z] cddc1bc3dda8: Waiting [2026-03-26T00:49:50.894Z] 48851d0cac38: Layer already exists [2026-03-26T00:49:50.894Z] 773518fb05c5: Layer already exists [2026-03-26T00:49:50.894Z] f2a8eae8ba11: Layer already exists [2026-03-26T00:49:50.894Z] bb8c5da48ce0: Layer already exists [2026-03-26T00:49:50.894Z] b44cbb8a32f2: Layer already exists [2026-03-26T00:49:50.894Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:50.894Z] d4976c1dc8c5: Layer already exists [2026-03-26T00:49:50.894Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:50.894Z] 2b75d00b7df5: Layer already exists [2026-03-26T00:49:50.894Z] d56ba1be2bb6: Layer already exists [2026-03-26T00:49:50.894Z] b08a868fd0ac: Layer already exists [2026-03-26T00:49:50.894Z] 03659b06d712: Layer already exists [2026-03-26T00:49:50.894Z] 5f70bf18a086: Layer already exists [2026-03-26T00:49:50.894Z] 47f4ff81d602: Layer already exists [2026-03-26T00:49:50.894Z] fb16bbf7ef38: Layer already exists [2026-03-26T00:49:50.894Z] cce92674e987: Layer already exists [2026-03-26T00:49:50.894Z] 4.1.0-dev.104: digest: sha256:a88969b46e69bc275bbd076430bc361163620bbceca95a90322d320bcf4e91c0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:51.217Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:51.539Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:51.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-26T00:49:51.539Z] 773518fb05c5: Preparing [2026-03-26T00:49:51.539Z] b44cbb8a32f2: Preparing [2026-03-26T00:49:51.539Z] bb8c5da48ce0: Preparing [2026-03-26T00:49:51.539Z] f2a8eae8ba11: Preparing [2026-03-26T00:49:51.539Z] 48851d0cac38: Preparing [2026-03-26T00:49:51.539Z] d4976c1dc8c5: Preparing [2026-03-26T00:49:51.539Z] 2b75d00b7df5: Preparing [2026-03-26T00:49:51.539Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:51.539Z] 2882bf9839f9: Preparing [2026-03-26T00:49:51.539Z] d56ba1be2bb6: Preparing [2026-03-26T00:49:51.539Z] b08a868fd0ac: Preparing [2026-03-26T00:49:51.539Z] 5f70bf18a086: Preparing [2026-03-26T00:49:51.539Z] 03659b06d712: Preparing [2026-03-26T00:49:51.539Z] fb16bbf7ef38: Preparing [2026-03-26T00:49:51.539Z] 47f4ff81d602: Preparing [2026-03-26T00:49:51.539Z] cce92674e987: Preparing [2026-03-26T00:49:51.539Z] d4976c1dc8c5: Waiting [2026-03-26T00:49:51.539Z] b08a868fd0ac: Waiting [2026-03-26T00:49:51.539Z] 5f70bf18a086: Waiting [2026-03-26T00:49:51.539Z] 03659b06d712: Waiting [2026-03-26T00:49:51.539Z] fb16bbf7ef38: Waiting [2026-03-26T00:49:51.539Z] 47f4ff81d602: Waiting [2026-03-26T00:49:51.539Z] cce92674e987: Waiting [2026-03-26T00:49:51.539Z] cddc1bc3dda8: Waiting [2026-03-26T00:49:51.539Z] 2882bf9839f9: Waiting [2026-03-26T00:49:51.539Z] 2b75d00b7df5: Waiting [2026-03-26T00:49:51.539Z] d56ba1be2bb6: Waiting [2026-03-26T00:49:51.539Z] 773518fb05c5: Layer already exists [2026-03-26T00:49:51.539Z] bb8c5da48ce0: Layer already exists [2026-03-26T00:49:51.539Z] 48851d0cac38: Layer already exists [2026-03-26T00:49:51.539Z] b44cbb8a32f2: Layer already exists [2026-03-26T00:49:51.539Z] f2a8eae8ba11: Layer already exists [2026-03-26T00:49:51.539Z] d4976c1dc8c5: Layer already exists [2026-03-26T00:49:51.539Z] 2b75d00b7df5: Layer already exists [2026-03-26T00:49:51.539Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:51.539Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:51.539Z] d56ba1be2bb6: Layer already exists [2026-03-26T00:49:51.539Z] b08a868fd0ac: Layer already exists [2026-03-26T00:49:51.539Z] fb16bbf7ef38: Layer already exists [2026-03-26T00:49:51.539Z] 03659b06d712: Layer already exists [2026-03-26T00:49:51.539Z] 47f4ff81d602: Layer already exists [2026-03-26T00:49:51.539Z] 5f70bf18a086: Layer already exists [2026-03-26T00:49:51.539Z] cce92674e987: Layer already exists [2026-03-26T00:49:51.539Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:a88969b46e69bc275bbd076430bc361163620bbceca95a90322d320bcf4e91c0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:51.869Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:52.199Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-03-26T00:49:52.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-26T00:49:52.199Z] 773518fb05c5: Preparing [2026-03-26T00:49:52.199Z] b44cbb8a32f2: Preparing [2026-03-26T00:49:52.199Z] bb8c5da48ce0: Preparing [2026-03-26T00:49:52.199Z] f2a8eae8ba11: Preparing [2026-03-26T00:49:52.199Z] 48851d0cac38: Preparing [2026-03-26T00:49:52.199Z] d4976c1dc8c5: Preparing [2026-03-26T00:49:52.199Z] 2b75d00b7df5: Preparing [2026-03-26T00:49:52.199Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:52.199Z] 2882bf9839f9: Preparing [2026-03-26T00:49:52.199Z] d56ba1be2bb6: Preparing [2026-03-26T00:49:52.199Z] b08a868fd0ac: Preparing [2026-03-26T00:49:52.199Z] 5f70bf18a086: Preparing [2026-03-26T00:49:52.199Z] 03659b06d712: Preparing [2026-03-26T00:49:52.199Z] fb16bbf7ef38: Preparing [2026-03-26T00:49:52.199Z] 47f4ff81d602: Preparing [2026-03-26T00:49:52.199Z] cce92674e987: Preparing [2026-03-26T00:49:52.199Z] 2b75d00b7df5: Waiting [2026-03-26T00:49:52.199Z] cddc1bc3dda8: Waiting [2026-03-26T00:49:52.199Z] 2882bf9839f9: Waiting [2026-03-26T00:49:52.199Z] d56ba1be2bb6: Waiting [2026-03-26T00:49:52.199Z] b08a868fd0ac: Waiting [2026-03-26T00:49:52.199Z] 5f70bf18a086: Waiting [2026-03-26T00:49:52.199Z] 03659b06d712: Waiting [2026-03-26T00:49:52.199Z] d4976c1dc8c5: Waiting [2026-03-26T00:49:52.199Z] fb16bbf7ef38: Waiting [2026-03-26T00:49:52.199Z] 47f4ff81d602: Waiting [2026-03-26T00:49:52.199Z] cce92674e987: Waiting [2026-03-26T00:49:52.199Z] b44cbb8a32f2: Layer already exists [2026-03-26T00:49:52.199Z] 48851d0cac38: Layer already exists [2026-03-26T00:49:52.199Z] f2a8eae8ba11: Layer already exists [2026-03-26T00:49:52.199Z] bb8c5da48ce0: Layer already exists [2026-03-26T00:49:52.199Z] 773518fb05c5: Layer already exists [2026-03-26T00:49:52.199Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:52.199Z] d4976c1dc8c5: Layer already exists [2026-03-26T00:49:52.199Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:52.199Z] d56ba1be2bb6: Layer already exists [2026-03-26T00:49:52.199Z] 2b75d00b7df5: Layer already exists [2026-03-26T00:49:52.199Z] b08a868fd0ac: Layer already exists [2026-03-26T00:49:52.199Z] 47f4ff81d602: Layer already exists [2026-03-26T00:49:52.199Z] 5f70bf18a086: Layer already exists [2026-03-26T00:49:52.199Z] 03659b06d712: Layer already exists [2026-03-26T00:49:52.199Z] fb16bbf7ef38: Layer already exists [2026-03-26T00:49:52.199Z] cce92674e987: Layer already exists [2026-03-26T00:49:52.199Z] main: digest: sha256:a88969b46e69bc275bbd076430bc361163620bbceca95a90322d320bcf4e91c0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:49:52.269Z] ===================================================== [Pipeline] echo [2026-03-26T00:49:52.282Z] taggedImages: [2026-03-26T00:49:52.282Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:52.282Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-26T00:49:52.282Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.104 [2026-03-26T00:49:52.282Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:52.282Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2026-03-26T00:49:52.307Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2026-03-26T00:49:52.307Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:52.307Z] latest [2026-03-26T00:49:52.307Z] 4.1.0-dev.104 [2026-03-26T00:49:52.307Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:52.307Z] main [2026-03-26T00:49:52.307Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:52.644Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:52.972Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:52.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-26T00:49:52.972Z] cec627531d42: Preparing [2026-03-26T00:49:52.972Z] 2d2738daf30c: Preparing [2026-03-26T00:49:52.972Z] a16a1eb6b383: Preparing [2026-03-26T00:49:52.972Z] d28d2178e888: Preparing [2026-03-26T00:49:52.972Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:52.972Z] 2882bf9839f9: Preparing [2026-03-26T00:49:52.972Z] bb634af8446e: Preparing [2026-03-26T00:49:52.972Z] b12246d8d8c3: Preparing [2026-03-26T00:49:52.972Z] cce92674e987: Preparing [2026-03-26T00:49:52.972Z] 2882bf9839f9: Waiting [2026-03-26T00:49:52.972Z] b12246d8d8c3: Waiting [2026-03-26T00:49:52.972Z] bb634af8446e: Waiting [2026-03-26T00:49:52.972Z] cce92674e987: Waiting [2026-03-26T00:49:52.972Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:52.972Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:52.972Z] bb634af8446e: Layer already exists [2026-03-26T00:49:52.972Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:52.972Z] cce92674e987: Layer already exists [2026-03-26T00:49:52.972Z] 2d2738daf30c: Pushed [2026-03-26T00:49:52.972Z] a16a1eb6b383: Pushed [2026-03-26T00:49:52.972Z] cec627531d42: Pushed [2026-03-26T00:49:57.166Z] d28d2178e888: Pushed [2026-03-26T00:49:57.166Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:1a28ac3d560e2871eb899f5adbd8048b5e92e366843b776c0d7656bf6191dbdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:57.498Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:57.820Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-26T00:49:57.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-26T00:49:57.820Z] cec627531d42: Preparing [2026-03-26T00:49:57.820Z] 2d2738daf30c: Preparing [2026-03-26T00:49:57.820Z] a16a1eb6b383: Preparing [2026-03-26T00:49:57.820Z] d28d2178e888: Preparing [2026-03-26T00:49:57.820Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:57.820Z] 2882bf9839f9: Preparing [2026-03-26T00:49:57.820Z] bb634af8446e: Preparing [2026-03-26T00:49:57.820Z] b12246d8d8c3: Preparing [2026-03-26T00:49:57.820Z] cce92674e987: Preparing [2026-03-26T00:49:57.820Z] 2882bf9839f9: Waiting [2026-03-26T00:49:57.820Z] bb634af8446e: Waiting [2026-03-26T00:49:57.820Z] b12246d8d8c3: Waiting [2026-03-26T00:49:57.820Z] cce92674e987: Waiting [2026-03-26T00:49:57.820Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:57.820Z] d28d2178e888: Layer already exists [2026-03-26T00:49:57.820Z] 2d2738daf30c: Layer already exists [2026-03-26T00:49:57.820Z] a16a1eb6b383: Layer already exists [2026-03-26T00:49:57.820Z] cec627531d42: Layer already exists [2026-03-26T00:49:57.820Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:57.820Z] bb634af8446e: Layer already exists [2026-03-26T00:49:57.820Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:57.820Z] cce92674e987: Layer already exists [2026-03-26T00:49:57.820Z] latest: digest: sha256:1a28ac3d560e2871eb899f5adbd8048b5e92e366843b776c0d7656bf6191dbdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:58.141Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:58.467Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.104 [2026-03-26T00:49:58.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-26T00:49:58.467Z] cec627531d42: Preparing [2026-03-26T00:49:58.467Z] 2d2738daf30c: Preparing [2026-03-26T00:49:58.467Z] a16a1eb6b383: Preparing [2026-03-26T00:49:58.467Z] d28d2178e888: Preparing [2026-03-26T00:49:58.467Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:58.467Z] 2882bf9839f9: Preparing [2026-03-26T00:49:58.467Z] bb634af8446e: Preparing [2026-03-26T00:49:58.467Z] b12246d8d8c3: Preparing [2026-03-26T00:49:58.467Z] cce92674e987: Preparing [2026-03-26T00:49:58.467Z] bb634af8446e: Waiting [2026-03-26T00:49:58.467Z] b12246d8d8c3: Waiting [2026-03-26T00:49:58.467Z] cce92674e987: Waiting [2026-03-26T00:49:58.467Z] 2882bf9839f9: Waiting [2026-03-26T00:49:58.467Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:58.467Z] d28d2178e888: Layer already exists [2026-03-26T00:49:58.467Z] cec627531d42: Layer already exists [2026-03-26T00:49:58.467Z] a16a1eb6b383: Layer already exists [2026-03-26T00:49:58.467Z] 2d2738daf30c: Layer already exists [2026-03-26T00:49:58.467Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:58.467Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:58.467Z] bb634af8446e: Layer already exists [2026-03-26T00:49:58.467Z] cce92674e987: Layer already exists [2026-03-26T00:49:58.467Z] 4.1.0-dev.104: digest: sha256:1a28ac3d560e2871eb899f5adbd8048b5e92e366843b776c0d7656bf6191dbdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:58.787Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:59.116Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:59.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-26T00:49:59.116Z] cec627531d42: Preparing [2026-03-26T00:49:59.116Z] 2d2738daf30c: Preparing [2026-03-26T00:49:59.116Z] a16a1eb6b383: Preparing [2026-03-26T00:49:59.116Z] d28d2178e888: Preparing [2026-03-26T00:49:59.116Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:59.116Z] 2882bf9839f9: Preparing [2026-03-26T00:49:59.116Z] bb634af8446e: Preparing [2026-03-26T00:49:59.116Z] b12246d8d8c3: Preparing [2026-03-26T00:49:59.116Z] cce92674e987: Preparing [2026-03-26T00:49:59.116Z] bb634af8446e: Waiting [2026-03-26T00:49:59.116Z] cce92674e987: Waiting [2026-03-26T00:49:59.116Z] b12246d8d8c3: Waiting [2026-03-26T00:49:59.117Z] 2882bf9839f9: Waiting [2026-03-26T00:49:59.117Z] d28d2178e888: Layer already exists [2026-03-26T00:49:59.117Z] a16a1eb6b383: Layer already exists [2026-03-26T00:49:59.117Z] cec627531d42: Layer already exists [2026-03-26T00:49:59.117Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:59.117Z] 2d2738daf30c: Layer already exists [2026-03-26T00:49:59.117Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:59.117Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:59.117Z] bb634af8446e: Layer already exists [2026-03-26T00:49:59.117Z] cce92674e987: Layer already exists [2026-03-26T00:49:59.117Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:1a28ac3d560e2871eb899f5adbd8048b5e92e366843b776c0d7656bf6191dbdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:59.441Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:49:59.757Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-03-26T00:49:59.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-26T00:49:59.757Z] cec627531d42: Preparing [2026-03-26T00:49:59.757Z] 2d2738daf30c: Preparing [2026-03-26T00:49:59.757Z] a16a1eb6b383: Preparing [2026-03-26T00:49:59.757Z] d28d2178e888: Preparing [2026-03-26T00:49:59.757Z] cddc1bc3dda8: Preparing [2026-03-26T00:49:59.757Z] 2882bf9839f9: Preparing [2026-03-26T00:49:59.757Z] bb634af8446e: Preparing [2026-03-26T00:49:59.757Z] b12246d8d8c3: Preparing [2026-03-26T00:49:59.757Z] cce92674e987: Preparing [2026-03-26T00:49:59.757Z] bb634af8446e: Waiting [2026-03-26T00:49:59.757Z] b12246d8d8c3: Waiting [2026-03-26T00:49:59.757Z] cce92674e987: Waiting [2026-03-26T00:49:59.757Z] 2882bf9839f9: Waiting [2026-03-26T00:49:59.757Z] 2d2738daf30c: Layer already exists [2026-03-26T00:49:59.757Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:49:59.757Z] d28d2178e888: Layer already exists [2026-03-26T00:49:59.757Z] a16a1eb6b383: Layer already exists [2026-03-26T00:49:59.757Z] cec627531d42: Layer already exists [2026-03-26T00:49:59.757Z] b12246d8d8c3: Layer already exists [2026-03-26T00:49:59.757Z] 2882bf9839f9: Layer already exists [2026-03-26T00:49:59.757Z] bb634af8446e: Layer already exists [2026-03-26T00:49:59.757Z] cce92674e987: Layer already exists [2026-03-26T00:49:59.757Z] main: digest: sha256:1a28ac3d560e2871eb899f5adbd8048b5e92e366843b776c0d7656bf6191dbdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:49:59.824Z] ===================================================== [Pipeline] echo [2026-03-26T00:49:59.838Z] taggedImages: [2026-03-26T00:49:59.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:59.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-26T00:49:59.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.104 [2026-03-26T00:49:59.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:59.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2026-03-26T00:49:59.863Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2026-03-26T00:49:59.863Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:49:59.863Z] latest [2026-03-26T00:49:59.863Z] 4.1.0-dev.104 [2026-03-26T00:49:59.863Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:49:59.863Z] main [2026-03-26T00:49:59.863Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:00.217Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:00.531Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:00.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-26T00:50:00.532Z] a76e30d323bf: Preparing [2026-03-26T00:50:00.532Z] c90c62904241: Preparing [2026-03-26T00:50:00.532Z] 67620ed8280d: Preparing [2026-03-26T00:50:00.532Z] f21932ebf08d: Preparing [2026-03-26T00:50:00.532Z] 4005d2597f6e: Preparing [2026-03-26T00:50:00.532Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:00.532Z] 2882bf9839f9: Preparing [2026-03-26T00:50:00.532Z] 6016e57d5b06: Preparing [2026-03-26T00:50:00.532Z] 2ff7802df02b: Preparing [2026-03-26T00:50:00.532Z] 2882bf9839f9: Waiting [2026-03-26T00:50:00.532Z] 6016e57d5b06: Waiting [2026-03-26T00:50:00.532Z] c72091af62e1: Preparing [2026-03-26T00:50:00.532Z] cce92674e987: Preparing [2026-03-26T00:50:00.532Z] c72091af62e1: Waiting [2026-03-26T00:50:00.532Z] 2ff7802df02b: Waiting [2026-03-26T00:50:00.532Z] cce92674e987: Waiting [2026-03-26T00:50:00.532Z] 4005d2597f6e: Pushed [2026-03-26T00:50:00.532Z] f21932ebf08d: Pushed [2026-03-26T00:50:00.532Z] c90c62904241: Pushed [2026-03-26T00:50:00.532Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:00.532Z] a76e30d323bf: Pushed [2026-03-26T00:50:00.532Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:00.532Z] cce92674e987: Layer already exists [2026-03-26T00:50:00.790Z] 6016e57d5b06: Pushed [2026-03-26T00:50:00.790Z] 2ff7802df02b: Pushed [2026-03-26T00:50:02.162Z] c72091af62e1: Pushed [2026-03-26T00:50:03.559Z] 67620ed8280d: Pushed [2026-03-26T00:50:03.817Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:2bba919767cbe23ba2731cccc575ea3c1f045d24cd7c7e4fd846ac1268addbff size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:04.135Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:04.442Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-26T00:50:04.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-26T00:50:04.442Z] a76e30d323bf: Preparing [2026-03-26T00:50:04.442Z] c90c62904241: Preparing [2026-03-26T00:50:04.442Z] 67620ed8280d: Preparing [2026-03-26T00:50:04.442Z] f21932ebf08d: Preparing [2026-03-26T00:50:04.442Z] 4005d2597f6e: Preparing [2026-03-26T00:50:04.442Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:04.442Z] 2882bf9839f9: Preparing [2026-03-26T00:50:04.442Z] 6016e57d5b06: Preparing [2026-03-26T00:50:04.442Z] 2ff7802df02b: Preparing [2026-03-26T00:50:04.442Z] c72091af62e1: Preparing [2026-03-26T00:50:04.442Z] cce92674e987: Preparing [2026-03-26T00:50:04.442Z] 2882bf9839f9: Waiting [2026-03-26T00:50:04.442Z] 6016e57d5b06: Waiting [2026-03-26T00:50:04.442Z] 2ff7802df02b: Waiting [2026-03-26T00:50:04.442Z] c72091af62e1: Waiting [2026-03-26T00:50:04.442Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:04.442Z] cce92674e987: Waiting [2026-03-26T00:50:04.442Z] a76e30d323bf: Layer already exists [2026-03-26T00:50:04.442Z] c90c62904241: Layer already exists [2026-03-26T00:50:04.442Z] f21932ebf08d: Layer already exists [2026-03-26T00:50:04.442Z] 67620ed8280d: Layer already exists [2026-03-26T00:50:04.442Z] 4005d2597f6e: Layer already exists [2026-03-26T00:50:04.442Z] 6016e57d5b06: Layer already exists [2026-03-26T00:50:04.442Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:04.442Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:04.442Z] 2ff7802df02b: Layer already exists [2026-03-26T00:50:04.442Z] c72091af62e1: Layer already exists [2026-03-26T00:50:04.442Z] cce92674e987: Layer already exists [2026-03-26T00:50:04.443Z] latest: digest: sha256:2bba919767cbe23ba2731cccc575ea3c1f045d24cd7c7e4fd846ac1268addbff size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:04.756Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:05.075Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.104 [2026-03-26T00:50:05.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-26T00:50:05.075Z] a76e30d323bf: Preparing [2026-03-26T00:50:05.075Z] c90c62904241: Preparing [2026-03-26T00:50:05.075Z] 67620ed8280d: Preparing [2026-03-26T00:50:05.075Z] f21932ebf08d: Preparing [2026-03-26T00:50:05.075Z] 4005d2597f6e: Preparing [2026-03-26T00:50:05.075Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:05.075Z] 2882bf9839f9: Preparing [2026-03-26T00:50:05.075Z] 6016e57d5b06: Preparing [2026-03-26T00:50:05.075Z] 2ff7802df02b: Preparing [2026-03-26T00:50:05.075Z] c72091af62e1: Preparing [2026-03-26T00:50:05.075Z] cce92674e987: Preparing [2026-03-26T00:50:05.075Z] 6016e57d5b06: Waiting [2026-03-26T00:50:05.075Z] 2ff7802df02b: Waiting [2026-03-26T00:50:05.075Z] c72091af62e1: Waiting [2026-03-26T00:50:05.075Z] cce92674e987: Waiting [2026-03-26T00:50:05.075Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:05.075Z] 2882bf9839f9: Waiting [2026-03-26T00:50:05.075Z] f21932ebf08d: Layer already exists [2026-03-26T00:50:05.075Z] a76e30d323bf: Layer already exists [2026-03-26T00:50:05.075Z] 67620ed8280d: Layer already exists [2026-03-26T00:50:05.075Z] 4005d2597f6e: Layer already exists [2026-03-26T00:50:05.075Z] c90c62904241: Layer already exists [2026-03-26T00:50:05.075Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:05.075Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:05.075Z] c72091af62e1: Layer already exists [2026-03-26T00:50:05.075Z] 2ff7802df02b: Layer already exists [2026-03-26T00:50:05.075Z] 6016e57d5b06: Layer already exists [2026-03-26T00:50:05.075Z] cce92674e987: Layer already exists [2026-03-26T00:50:05.075Z] 4.1.0-dev.104: digest: sha256:2bba919767cbe23ba2731cccc575ea3c1f045d24cd7c7e4fd846ac1268addbff size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:05.394Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:05.712Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:05.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-26T00:50:05.713Z] a76e30d323bf: Preparing [2026-03-26T00:50:05.713Z] c90c62904241: Preparing [2026-03-26T00:50:05.713Z] 67620ed8280d: Preparing [2026-03-26T00:50:05.713Z] f21932ebf08d: Preparing [2026-03-26T00:50:05.713Z] 4005d2597f6e: Preparing [2026-03-26T00:50:05.713Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:05.713Z] 2882bf9839f9: Preparing [2026-03-26T00:50:05.713Z] 6016e57d5b06: Preparing [2026-03-26T00:50:05.713Z] 2ff7802df02b: Preparing [2026-03-26T00:50:05.713Z] c72091af62e1: Preparing [2026-03-26T00:50:05.713Z] cce92674e987: Preparing [2026-03-26T00:50:05.713Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:05.713Z] 6016e57d5b06: Waiting [2026-03-26T00:50:05.713Z] 2ff7802df02b: Waiting [2026-03-26T00:50:05.713Z] c72091af62e1: Waiting [2026-03-26T00:50:05.713Z] cce92674e987: Waiting [2026-03-26T00:50:05.713Z] 2882bf9839f9: Waiting [2026-03-26T00:50:05.713Z] 4005d2597f6e: Layer already exists [2026-03-26T00:50:05.713Z] 67620ed8280d: Layer already exists [2026-03-26T00:50:05.713Z] a76e30d323bf: Layer already exists [2026-03-26T00:50:05.713Z] c90c62904241: Layer already exists [2026-03-26T00:50:05.713Z] f21932ebf08d: Layer already exists [2026-03-26T00:50:05.713Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:05.713Z] 2ff7802df02b: Layer already exists [2026-03-26T00:50:05.713Z] 6016e57d5b06: Layer already exists [2026-03-26T00:50:05.713Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:05.713Z] c72091af62e1: Layer already exists [2026-03-26T00:50:05.713Z] cce92674e987: Layer already exists [2026-03-26T00:50:05.713Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:2bba919767cbe23ba2731cccc575ea3c1f045d24cd7c7e4fd846ac1268addbff size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:06.024Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:06.369Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-03-26T00:50:06.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-26T00:50:06.369Z] a76e30d323bf: Preparing [2026-03-26T00:50:06.369Z] c90c62904241: Preparing [2026-03-26T00:50:06.369Z] 67620ed8280d: Preparing [2026-03-26T00:50:06.369Z] f21932ebf08d: Preparing [2026-03-26T00:50:06.369Z] 4005d2597f6e: Preparing [2026-03-26T00:50:06.369Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:06.369Z] 2882bf9839f9: Preparing [2026-03-26T00:50:06.369Z] 6016e57d5b06: Preparing [2026-03-26T00:50:06.369Z] 2ff7802df02b: Preparing [2026-03-26T00:50:06.369Z] c72091af62e1: Preparing [2026-03-26T00:50:06.369Z] cce92674e987: Preparing [2026-03-26T00:50:06.369Z] 2882bf9839f9: Waiting [2026-03-26T00:50:06.369Z] 6016e57d5b06: Waiting [2026-03-26T00:50:06.369Z] 2ff7802df02b: Waiting [2026-03-26T00:50:06.369Z] cce92674e987: Waiting [2026-03-26T00:50:06.369Z] c72091af62e1: Waiting [2026-03-26T00:50:06.369Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:06.369Z] f21932ebf08d: Layer already exists [2026-03-26T00:50:06.369Z] 67620ed8280d: Layer already exists [2026-03-26T00:50:06.369Z] c90c62904241: Layer already exists [2026-03-26T00:50:06.369Z] a76e30d323bf: Layer already exists [2026-03-26T00:50:06.369Z] 4005d2597f6e: Layer already exists [2026-03-26T00:50:06.369Z] 2ff7802df02b: Layer already exists [2026-03-26T00:50:06.369Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:06.369Z] 6016e57d5b06: Layer already exists [2026-03-26T00:50:06.369Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:06.369Z] c72091af62e1: Layer already exists [2026-03-26T00:50:06.369Z] cce92674e987: Layer already exists [2026-03-26T00:50:21.274Z] main: digest: sha256:2bba919767cbe23ba2731cccc575ea3c1f045d24cd7c7e4fd846ac1268addbff size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:50:21.343Z] ===================================================== [Pipeline] echo [2026-03-26T00:50:21.357Z] taggedImages: [2026-03-26T00:50:21.357Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:21.357Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-26T00:50:21.357Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.104 [2026-03-26T00:50:21.357Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:21.357Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2026-03-26T00:50:21.383Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2026-03-26T00:50:21.383Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:21.383Z] latest [2026-03-26T00:50:21.383Z] 4.1.0-dev.104 [2026-03-26T00:50:21.383Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:21.383Z] main [2026-03-26T00:50:21.383Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:21.785Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:22.113Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:22.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-26T00:50:22.113Z] 20b52af3b435: Preparing [2026-03-26T00:50:22.113Z] 7a9f6cd4c6d4: Preparing [2026-03-26T00:50:22.113Z] db69f6967586: Preparing [2026-03-26T00:50:22.113Z] 38dd003e4583: Preparing [2026-03-26T00:50:22.113Z] b5538c21ef57: Preparing [2026-03-26T00:50:22.113Z] 2a248399ea5d: Preparing [2026-03-26T00:50:22.113Z] cb18392c0475: Preparing [2026-03-26T00:50:22.113Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:22.114Z] 2882bf9839f9: Preparing [2026-03-26T00:50:22.114Z] ed8094ffaac4: Preparing [2026-03-26T00:50:22.114Z] bcdf4356e6a1: Preparing [2026-03-26T00:50:22.114Z] cce92674e987: Preparing [2026-03-26T00:50:22.114Z] cb18392c0475: Waiting [2026-03-26T00:50:22.114Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:22.114Z] 2882bf9839f9: Waiting [2026-03-26T00:50:22.114Z] ed8094ffaac4: Waiting [2026-03-26T00:50:22.114Z] bcdf4356e6a1: Waiting [2026-03-26T00:50:22.114Z] cce92674e987: Waiting [2026-03-26T00:50:22.114Z] 2a248399ea5d: Waiting [2026-03-26T00:50:22.114Z] b5538c21ef57: Pushed [2026-03-26T00:50:22.114Z] 7a9f6cd4c6d4: Pushed [2026-03-26T00:50:22.114Z] 20b52af3b435: Pushed [2026-03-26T00:50:22.114Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:22.114Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:22.114Z] 2a248399ea5d: Pushed [2026-03-26T00:50:22.373Z] cb18392c0475: Pushed [2026-03-26T00:50:22.373Z] cce92674e987: Layer already exists [2026-03-26T00:50:22.373Z] ed8094ffaac4: Pushed [2026-03-26T00:50:23.746Z] bcdf4356e6a1: Pushed [2026-03-26T00:50:25.125Z] 38dd003e4583: Pushed [2026-03-26T00:50:25.125Z] db69f6967586: Pushed [2026-03-26T00:50:25.125Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:e7de52679a18fdd9b734728a19d8fe449714d98cdfaedbd7217d0aa17bc35509 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:25.458Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:25.778Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-26T00:50:25.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-26T00:50:25.778Z] 20b52af3b435: Preparing [2026-03-26T00:50:25.778Z] 7a9f6cd4c6d4: Preparing [2026-03-26T00:50:25.778Z] db69f6967586: Preparing [2026-03-26T00:50:25.778Z] 38dd003e4583: Preparing [2026-03-26T00:50:25.778Z] b5538c21ef57: Preparing [2026-03-26T00:50:25.778Z] 2a248399ea5d: Preparing [2026-03-26T00:50:25.778Z] cb18392c0475: Preparing [2026-03-26T00:50:25.778Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:25.778Z] 2882bf9839f9: Preparing [2026-03-26T00:50:25.778Z] ed8094ffaac4: Preparing [2026-03-26T00:50:25.778Z] bcdf4356e6a1: Preparing [2026-03-26T00:50:25.778Z] cce92674e987: Preparing [2026-03-26T00:50:25.778Z] ed8094ffaac4: Waiting [2026-03-26T00:50:25.778Z] cb18392c0475: Waiting [2026-03-26T00:50:25.778Z] 2a248399ea5d: Waiting [2026-03-26T00:50:25.778Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:25.778Z] 2882bf9839f9: Waiting [2026-03-26T00:50:25.778Z] bcdf4356e6a1: Waiting [2026-03-26T00:50:25.778Z] cce92674e987: Waiting [2026-03-26T00:50:25.778Z] 7a9f6cd4c6d4: Layer already exists [2026-03-26T00:50:25.778Z] b5538c21ef57: Layer already exists [2026-03-26T00:50:25.778Z] db69f6967586: Layer already exists [2026-03-26T00:50:25.778Z] 38dd003e4583: Layer already exists [2026-03-26T00:50:25.778Z] 20b52af3b435: Layer already exists [2026-03-26T00:50:25.778Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:25.778Z] 2a248399ea5d: Layer already exists [2026-03-26T00:50:25.778Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:25.778Z] cb18392c0475: Layer already exists [2026-03-26T00:50:25.778Z] ed8094ffaac4: Layer already exists [2026-03-26T00:50:25.778Z] bcdf4356e6a1: Layer already exists [2026-03-26T00:50:25.778Z] cce92674e987: Layer already exists [2026-03-26T00:50:25.778Z] latest: digest: sha256:e7de52679a18fdd9b734728a19d8fe449714d98cdfaedbd7217d0aa17bc35509 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:26.100Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:26.420Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.104 [2026-03-26T00:50:26.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-26T00:50:26.420Z] 20b52af3b435: Preparing [2026-03-26T00:50:26.420Z] 7a9f6cd4c6d4: Preparing [2026-03-26T00:50:26.420Z] db69f6967586: Preparing [2026-03-26T00:50:26.420Z] 38dd003e4583: Preparing [2026-03-26T00:50:26.420Z] b5538c21ef57: Preparing [2026-03-26T00:50:26.420Z] 2a248399ea5d: Preparing [2026-03-26T00:50:26.420Z] cb18392c0475: Preparing [2026-03-26T00:50:26.420Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:26.420Z] 2882bf9839f9: Preparing [2026-03-26T00:50:26.420Z] ed8094ffaac4: Preparing [2026-03-26T00:50:26.420Z] bcdf4356e6a1: Preparing [2026-03-26T00:50:26.420Z] cce92674e987: Preparing [2026-03-26T00:50:26.420Z] cb18392c0475: Waiting [2026-03-26T00:50:26.420Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:26.420Z] 2882bf9839f9: Waiting [2026-03-26T00:50:26.420Z] ed8094ffaac4: Waiting [2026-03-26T00:50:26.420Z] bcdf4356e6a1: Waiting [2026-03-26T00:50:26.420Z] cce92674e987: Waiting [2026-03-26T00:50:26.420Z] 2a248399ea5d: Waiting [2026-03-26T00:50:26.420Z] 7a9f6cd4c6d4: Layer already exists [2026-03-26T00:50:26.420Z] 38dd003e4583: Layer already exists [2026-03-26T00:50:26.420Z] db69f6967586: Layer already exists [2026-03-26T00:50:26.420Z] 20b52af3b435: Layer already exists [2026-03-26T00:50:26.420Z] b5538c21ef57: Layer already exists [2026-03-26T00:50:26.420Z] 2a248399ea5d: Layer already exists [2026-03-26T00:50:26.420Z] cb18392c0475: Layer already exists [2026-03-26T00:50:26.420Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:26.420Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:26.420Z] ed8094ffaac4: Layer already exists [2026-03-26T00:50:26.420Z] bcdf4356e6a1: Layer already exists [2026-03-26T00:50:26.420Z] cce92674e987: Layer already exists [2026-03-26T00:50:26.420Z] 4.1.0-dev.104: digest: sha256:e7de52679a18fdd9b734728a19d8fe449714d98cdfaedbd7217d0aa17bc35509 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:26.728Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:27.048Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:27.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-26T00:50:27.048Z] 20b52af3b435: Preparing [2026-03-26T00:50:27.048Z] 7a9f6cd4c6d4: Preparing [2026-03-26T00:50:27.048Z] db69f6967586: Preparing [2026-03-26T00:50:27.048Z] 38dd003e4583: Preparing [2026-03-26T00:50:27.048Z] b5538c21ef57: Preparing [2026-03-26T00:50:27.048Z] 2a248399ea5d: Preparing [2026-03-26T00:50:27.048Z] cb18392c0475: Preparing [2026-03-26T00:50:27.048Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:27.048Z] 2882bf9839f9: Preparing [2026-03-26T00:50:27.048Z] ed8094ffaac4: Preparing [2026-03-26T00:50:27.048Z] bcdf4356e6a1: Preparing [2026-03-26T00:50:27.048Z] cce92674e987: Preparing [2026-03-26T00:50:27.048Z] bcdf4356e6a1: Waiting [2026-03-26T00:50:27.048Z] cce92674e987: Waiting [2026-03-26T00:50:27.048Z] cb18392c0475: Waiting [2026-03-26T00:50:27.048Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:27.048Z] ed8094ffaac4: Waiting [2026-03-26T00:50:27.048Z] 2882bf9839f9: Waiting [2026-03-26T00:50:27.048Z] 2a248399ea5d: Waiting [2026-03-26T00:50:27.048Z] db69f6967586: Layer already exists [2026-03-26T00:50:27.048Z] b5538c21ef57: Layer already exists [2026-03-26T00:50:27.048Z] 38dd003e4583: Layer already exists [2026-03-26T00:50:27.048Z] 7a9f6cd4c6d4: Layer already exists [2026-03-26T00:50:27.048Z] 20b52af3b435: Layer already exists [2026-03-26T00:50:27.048Z] cb18392c0475: Layer already exists [2026-03-26T00:50:27.048Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:27.048Z] 2a248399ea5d: Layer already exists [2026-03-26T00:50:27.048Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:27.048Z] ed8094ffaac4: Layer already exists [2026-03-26T00:50:27.048Z] cce92674e987: Layer already exists [2026-03-26T00:50:27.048Z] bcdf4356e6a1: Layer already exists [2026-03-26T00:50:27.048Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:e7de52679a18fdd9b734728a19d8fe449714d98cdfaedbd7217d0aa17bc35509 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:27.377Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:27.708Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-03-26T00:50:27.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-26T00:50:27.708Z] 20b52af3b435: Preparing [2026-03-26T00:50:27.708Z] 7a9f6cd4c6d4: Preparing [2026-03-26T00:50:27.708Z] db69f6967586: Preparing [2026-03-26T00:50:27.708Z] 38dd003e4583: Preparing [2026-03-26T00:50:27.708Z] b5538c21ef57: Preparing [2026-03-26T00:50:27.708Z] 2a248399ea5d: Preparing [2026-03-26T00:50:27.708Z] cb18392c0475: Preparing [2026-03-26T00:50:27.708Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:27.708Z] 2882bf9839f9: Preparing [2026-03-26T00:50:27.708Z] ed8094ffaac4: Preparing [2026-03-26T00:50:27.708Z] bcdf4356e6a1: Preparing [2026-03-26T00:50:27.708Z] cce92674e987: Preparing [2026-03-26T00:50:27.708Z] ed8094ffaac4: Waiting [2026-03-26T00:50:27.708Z] 2a248399ea5d: Waiting [2026-03-26T00:50:27.708Z] bcdf4356e6a1: Waiting [2026-03-26T00:50:27.708Z] cce92674e987: Waiting [2026-03-26T00:50:27.708Z] cb18392c0475: Waiting [2026-03-26T00:50:27.708Z] cddc1bc3dda8: Waiting [2026-03-26T00:50:27.708Z] 2882bf9839f9: Waiting [2026-03-26T00:50:27.708Z] b5538c21ef57: Layer already exists [2026-03-26T00:50:27.708Z] db69f6967586: Layer already exists [2026-03-26T00:50:27.708Z] 20b52af3b435: Layer already exists [2026-03-26T00:50:27.708Z] 38dd003e4583: Layer already exists [2026-03-26T00:50:27.708Z] 7a9f6cd4c6d4: Layer already exists [2026-03-26T00:50:27.708Z] 2a248399ea5d: Layer already exists [2026-03-26T00:50:27.708Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:27.708Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:27.708Z] cb18392c0475: Layer already exists [2026-03-26T00:50:27.708Z] ed8094ffaac4: Layer already exists [2026-03-26T00:50:27.708Z] bcdf4356e6a1: Layer already exists [2026-03-26T00:50:27.708Z] cce92674e987: Layer already exists [2026-03-26T00:50:27.708Z] main: digest: sha256:e7de52679a18fdd9b734728a19d8fe449714d98cdfaedbd7217d0aa17bc35509 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:50:27.784Z] ===================================================== [Pipeline] echo [2026-03-26T00:50:27.797Z] taggedImages: [2026-03-26T00:50:27.797Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:27.797Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-26T00:50:27.797Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.104 [2026-03-26T00:50:27.797Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:27.797Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2026-03-26T00:50:27.821Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2026-03-26T00:50:27.821Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:27.821Z] latest [2026-03-26T00:50:27.821Z] 4.1.0-dev.104 [2026-03-26T00:50:27.821Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:27.821Z] main [2026-03-26T00:50:27.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:28.160Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:28.480Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:28.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-26T00:50:28.480Z] 1fd8d264ac7d: Preparing [2026-03-26T00:50:28.480Z] de0cd107aa9c: Preparing [2026-03-26T00:50:28.480Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:28.480Z] 2882bf9839f9: Preparing [2026-03-26T00:50:28.480Z] c8a8aca66589: Preparing [2026-03-26T00:50:28.480Z] 869b6ebdbdba: Preparing [2026-03-26T00:50:28.480Z] cce92674e987: Preparing [2026-03-26T00:50:28.480Z] 869b6ebdbdba: Waiting [2026-03-26T00:50:28.480Z] cce92674e987: Waiting [2026-03-26T00:50:28.480Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:28.480Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:28.480Z] cce92674e987: Layer already exists [2026-03-26T00:50:28.480Z] c8a8aca66589: Pushed [2026-03-26T00:50:28.480Z] 1fd8d264ac7d: Pushed [2026-03-26T00:50:29.426Z] 869b6ebdbdba: Pushed [2026-03-26T00:50:31.960Z] de0cd107aa9c: Pushed [2026-03-26T00:50:31.960Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:badda11faab4fa4277428d8da68856190030f5bb7d6d29cb675f271aaa399ba1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:32.295Z] + 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 [2026-03-26T00:50:32.622Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-26T00:50:32.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-26T00:50:32.622Z] 1fd8d264ac7d: Preparing [2026-03-26T00:50:32.622Z] de0cd107aa9c: Preparing [2026-03-26T00:50:32.622Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:32.622Z] 2882bf9839f9: Preparing [2026-03-26T00:50:32.622Z] c8a8aca66589: Preparing [2026-03-26T00:50:32.622Z] 869b6ebdbdba: Preparing [2026-03-26T00:50:32.622Z] cce92674e987: Preparing [2026-03-26T00:50:32.622Z] cce92674e987: Waiting [2026-03-26T00:50:32.622Z] 869b6ebdbdba: Waiting [2026-03-26T00:50:32.622Z] c8a8aca66589: Layer already exists [2026-03-26T00:50:32.622Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:32.622Z] 1fd8d264ac7d: Layer already exists [2026-03-26T00:50:32.622Z] de0cd107aa9c: Layer already exists [2026-03-26T00:50:32.622Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:32.622Z] cce92674e987: Layer already exists [2026-03-26T00:50:32.622Z] 869b6ebdbdba: Layer already exists [2026-03-26T00:50:32.622Z] latest: digest: sha256:badda11faab4fa4277428d8da68856190030f5bb7d6d29cb675f271aaa399ba1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:32.952Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:33.274Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.104 [2026-03-26T00:50:33.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-26T00:50:33.274Z] 1fd8d264ac7d: Preparing [2026-03-26T00:50:33.274Z] de0cd107aa9c: Preparing [2026-03-26T00:50:33.274Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:33.274Z] 2882bf9839f9: Preparing [2026-03-26T00:50:33.274Z] c8a8aca66589: Preparing [2026-03-26T00:50:33.274Z] 869b6ebdbdba: Preparing [2026-03-26T00:50:33.274Z] cce92674e987: Preparing [2026-03-26T00:50:33.274Z] 869b6ebdbdba: Waiting [2026-03-26T00:50:33.274Z] cce92674e987: Waiting [2026-03-26T00:50:33.274Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:33.274Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:33.274Z] 1fd8d264ac7d: Layer already exists [2026-03-26T00:50:33.274Z] de0cd107aa9c: Layer already exists [2026-03-26T00:50:33.274Z] c8a8aca66589: Layer already exists [2026-03-26T00:50:33.274Z] 869b6ebdbdba: Layer already exists [2026-03-26T00:50:33.274Z] cce92674e987: Layer already exists [2026-03-26T00:50:33.274Z] 4.1.0-dev.104: digest: sha256:badda11faab4fa4277428d8da68856190030f5bb7d6d29cb675f271aaa399ba1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:33.598Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:33.920Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:33.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-26T00:50:33.920Z] 1fd8d264ac7d: Preparing [2026-03-26T00:50:33.920Z] de0cd107aa9c: Preparing [2026-03-26T00:50:33.920Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:33.920Z] 2882bf9839f9: Preparing [2026-03-26T00:50:33.920Z] c8a8aca66589: Preparing [2026-03-26T00:50:33.920Z] 869b6ebdbdba: Preparing [2026-03-26T00:50:33.920Z] cce92674e987: Preparing [2026-03-26T00:50:33.920Z] 869b6ebdbdba: Waiting [2026-03-26T00:50:33.920Z] cce92674e987: Waiting [2026-03-26T00:50:33.921Z] de0cd107aa9c: Layer already exists [2026-03-26T00:50:33.921Z] 1fd8d264ac7d: Layer already exists [2026-03-26T00:50:33.921Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:33.921Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:33.921Z] c8a8aca66589: Layer already exists [2026-03-26T00:50:33.921Z] 869b6ebdbdba: Layer already exists [2026-03-26T00:50:33.921Z] cce92674e987: Layer already exists [2026-03-26T00:50:33.921Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:badda11faab4fa4277428d8da68856190030f5bb7d6d29cb675f271aaa399ba1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:34.249Z] + 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 [2026-03-26T00:50:34.578Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-03-26T00:50:34.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-26T00:50:34.578Z] 1fd8d264ac7d: Preparing [2026-03-26T00:50:34.578Z] de0cd107aa9c: Preparing [2026-03-26T00:50:34.578Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:34.578Z] 2882bf9839f9: Preparing [2026-03-26T00:50:34.578Z] c8a8aca66589: Preparing [2026-03-26T00:50:34.578Z] 869b6ebdbdba: Preparing [2026-03-26T00:50:34.578Z] cce92674e987: Preparing [2026-03-26T00:50:34.578Z] 869b6ebdbdba: Waiting [2026-03-26T00:50:34.578Z] cce92674e987: Waiting [2026-03-26T00:50:34.578Z] c8a8aca66589: Layer already exists [2026-03-26T00:50:34.578Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:34.578Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:34.578Z] 1fd8d264ac7d: Layer already exists [2026-03-26T00:50:34.578Z] de0cd107aa9c: Layer already exists [2026-03-26T00:50:34.578Z] cce92674e987: Layer already exists [2026-03-26T00:50:34.578Z] 869b6ebdbdba: Layer already exists [2026-03-26T00:50:34.578Z] main: digest: sha256:badda11faab4fa4277428d8da68856190030f5bb7d6d29cb675f271aaa399ba1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:50:34.656Z] ===================================================== [Pipeline] echo [2026-03-26T00:50:34.673Z] taggedImages: [2026-03-26T00:50:34.673Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:34.673Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-26T00:50:34.673Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.104 [2026-03-26T00:50:34.673Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:34.673Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2026-03-26T00:50:34.698Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2026-03-26T00:50:34.698Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:34.698Z] latest [2026-03-26T00:50:34.698Z] 4.1.0-dev.104 [2026-03-26T00:50:34.698Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:34.698Z] main [2026-03-26T00:50:34.698Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:35.028Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:35.354Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:35.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-26T00:50:35.354Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:35.354Z] a79fd06354c6: Preparing [2026-03-26T00:50:35.354Z] 98d3e007d46f: Preparing [2026-03-26T00:50:35.354Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:35.354Z] 2882bf9839f9: Preparing [2026-03-26T00:50:35.354Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:35.354Z] 5f7cd9ab4137: Preparing [2026-03-26T00:50:35.354Z] 83a9be20bcca: Preparing [2026-03-26T00:50:35.354Z] 47784701b1b9: Preparing [2026-03-26T00:50:35.354Z] cce92674e987: Preparing [2026-03-26T00:50:35.354Z] 47784701b1b9: Waiting [2026-03-26T00:50:35.354Z] 5f7cd9ab4137: Waiting [2026-03-26T00:50:35.354Z] 83a9be20bcca: Waiting [2026-03-26T00:50:35.354Z] cce92674e987: Waiting [2026-03-26T00:50:35.354Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:35.354Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:35.354Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:35.354Z] a79fd06354c6: Pushed [2026-03-26T00:50:35.354Z] 9cc138ef4b95: Pushed [2026-03-26T00:50:35.354Z] 98d3e007d46f: Pushed [2026-03-26T00:50:35.354Z] cce92674e987: Layer already exists [2026-03-26T00:50:35.354Z] 83a9be20bcca: Pushed [2026-03-26T00:50:35.923Z] 47784701b1b9: Pushed [2026-03-26T00:50:41.213Z] 5f7cd9ab4137: Pushed [2026-03-26T00:50:49.335Z] e8d8c0f0ccf1: Pushed [2026-03-26T00:50:49.335Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:de3dccf871a8f7cbdc7fedac39456a89031d05a9fd0e82958e87d7c4978534ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:49.660Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:49.981Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-26T00:50:49.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-26T00:50:49.981Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:49.981Z] a79fd06354c6: Preparing [2026-03-26T00:50:49.981Z] 98d3e007d46f: Preparing [2026-03-26T00:50:49.981Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:49.981Z] 2882bf9839f9: Preparing [2026-03-26T00:50:49.981Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:49.981Z] 5f7cd9ab4137: Preparing [2026-03-26T00:50:49.981Z] 83a9be20bcca: Preparing [2026-03-26T00:50:49.981Z] 47784701b1b9: Preparing [2026-03-26T00:50:49.981Z] cce92674e987: Preparing [2026-03-26T00:50:49.981Z] 5f7cd9ab4137: Waiting [2026-03-26T00:50:49.981Z] 83a9be20bcca: Waiting [2026-03-26T00:50:49.981Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:49.981Z] 47784701b1b9: Waiting [2026-03-26T00:50:49.981Z] cce92674e987: Waiting [2026-03-26T00:50:49.981Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:49.981Z] a79fd06354c6: Layer already exists [2026-03-26T00:50:49.981Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:49.981Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:49.981Z] 98d3e007d46f: Layer already exists [2026-03-26T00:50:49.981Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:49.981Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:49.981Z] 5f7cd9ab4137: Layer already exists [2026-03-26T00:50:49.981Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:49.981Z] cce92674e987: Layer already exists [2026-03-26T00:50:49.981Z] latest: digest: sha256:de3dccf871a8f7cbdc7fedac39456a89031d05a9fd0e82958e87d7c4978534ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:50.306Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:50.631Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.104 [2026-03-26T00:50:50.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-26T00:50:50.631Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:50.631Z] a79fd06354c6: Preparing [2026-03-26T00:50:50.631Z] 98d3e007d46f: Preparing [2026-03-26T00:50:50.631Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:50.631Z] 2882bf9839f9: Preparing [2026-03-26T00:50:50.631Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:50.631Z] 5f7cd9ab4137: Preparing [2026-03-26T00:50:50.631Z] 83a9be20bcca: Preparing [2026-03-26T00:50:50.631Z] 47784701b1b9: Preparing [2026-03-26T00:50:50.631Z] cce92674e987: Preparing [2026-03-26T00:50:50.631Z] 83a9be20bcca: Waiting [2026-03-26T00:50:50.631Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:50.631Z] 47784701b1b9: Waiting [2026-03-26T00:50:50.631Z] 5f7cd9ab4137: Waiting [2026-03-26T00:50:50.631Z] cce92674e987: Waiting [2026-03-26T00:50:50.631Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:50.631Z] a79fd06354c6: Layer already exists [2026-03-26T00:50:50.631Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:50.631Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:50.631Z] 98d3e007d46f: Layer already exists [2026-03-26T00:50:50.631Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:50.631Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:50.631Z] 5f7cd9ab4137: Layer already exists [2026-03-26T00:50:50.631Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:50.631Z] cce92674e987: Layer already exists [2026-03-26T00:50:50.631Z] 4.1.0-dev.104: digest: sha256:de3dccf871a8f7cbdc7fedac39456a89031d05a9fd0e82958e87d7c4978534ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:50.963Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:51.279Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:51.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-26T00:50:51.279Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:51.279Z] a79fd06354c6: Preparing [2026-03-26T00:50:51.279Z] 98d3e007d46f: Preparing [2026-03-26T00:50:51.279Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:51.279Z] 2882bf9839f9: Preparing [2026-03-26T00:50:51.279Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:51.279Z] 5f7cd9ab4137: Preparing [2026-03-26T00:50:51.279Z] 83a9be20bcca: Preparing [2026-03-26T00:50:51.279Z] 47784701b1b9: Preparing [2026-03-26T00:50:51.279Z] cce92674e987: Preparing [2026-03-26T00:50:51.279Z] 5f7cd9ab4137: Waiting [2026-03-26T00:50:51.279Z] 47784701b1b9: Waiting [2026-03-26T00:50:51.279Z] 83a9be20bcca: Waiting [2026-03-26T00:50:51.279Z] cce92674e987: Waiting [2026-03-26T00:50:51.279Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:51.279Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:51.279Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:51.279Z] 98d3e007d46f: Layer already exists [2026-03-26T00:50:51.279Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:51.279Z] a79fd06354c6: Layer already exists [2026-03-26T00:50:51.279Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:51.279Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:51.279Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:51.279Z] 5f7cd9ab4137: Layer already exists [2026-03-26T00:50:51.279Z] cce92674e987: Layer already exists [2026-03-26T00:50:51.279Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:de3dccf871a8f7cbdc7fedac39456a89031d05a9fd0e82958e87d7c4978534ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:51.594Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:51.913Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-03-26T00:50:51.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-26T00:50:51.913Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:51.913Z] a79fd06354c6: Preparing [2026-03-26T00:50:51.913Z] 98d3e007d46f: Preparing [2026-03-26T00:50:51.913Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:51.913Z] 2882bf9839f9: Preparing [2026-03-26T00:50:51.913Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:51.913Z] 5f7cd9ab4137: Preparing [2026-03-26T00:50:51.913Z] 83a9be20bcca: Preparing [2026-03-26T00:50:51.913Z] 47784701b1b9: Preparing [2026-03-26T00:50:51.913Z] cce92674e987: Preparing [2026-03-26T00:50:51.913Z] 5f7cd9ab4137: Waiting [2026-03-26T00:50:51.913Z] 83a9be20bcca: Waiting [2026-03-26T00:50:51.913Z] 47784701b1b9: Waiting [2026-03-26T00:50:51.913Z] cce92674e987: Waiting [2026-03-26T00:50:51.913Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:51.913Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:51.913Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:51.913Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:51.913Z] 98d3e007d46f: Layer already exists [2026-03-26T00:50:51.913Z] a79fd06354c6: Layer already exists [2026-03-26T00:50:51.913Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:51.913Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:51.913Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:51.913Z] 5f7cd9ab4137: Layer already exists [2026-03-26T00:50:51.913Z] cce92674e987: Layer already exists [2026-03-26T00:50:51.913Z] main: digest: sha256:de3dccf871a8f7cbdc7fedac39456a89031d05a9fd0e82958e87d7c4978534ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:50:51.975Z] ===================================================== [Pipeline] echo [2026-03-26T00:50:51.992Z] taggedImages: [2026-03-26T00:50:51.992Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:51.992Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-26T00:50:51.992Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.104 [2026-03-26T00:50:51.992Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:51.992Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2026-03-26T00:50:52.030Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2026-03-26T00:50:52.031Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:52.031Z] latest [2026-03-26T00:50:52.031Z] 4.1.0-dev.104 [2026-03-26T00:50:52.031Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:52.031Z] main [2026-03-26T00:50:52.031Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:52.372Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:52.700Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:52.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-26T00:50:52.700Z] 88e98ea41f15: Preparing [2026-03-26T00:50:52.700Z] 1917a468fba0: Preparing [2026-03-26T00:50:52.700Z] 7c92665e3a10: Preparing [2026-03-26T00:50:52.700Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:52.700Z] 2882bf9839f9: Preparing [2026-03-26T00:50:52.700Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:52.700Z] d2cadda7b9a5: Preparing [2026-03-26T00:50:52.700Z] b0f01f91700c: Preparing [2026-03-26T00:50:52.700Z] cce92674e987: Preparing [2026-03-26T00:50:52.700Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:52.700Z] d2cadda7b9a5: Waiting [2026-03-26T00:50:52.700Z] b0f01f91700c: Waiting [2026-03-26T00:50:52.700Z] cce92674e987: Waiting [2026-03-26T00:50:52.700Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:52.700Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:52.700Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:52.700Z] 7c92665e3a10: Pushed [2026-03-26T00:50:52.700Z] 1917a468fba0: Pushed [2026-03-26T00:50:52.700Z] 88e98ea41f15: Pushed [2026-03-26T00:50:52.700Z] d2cadda7b9a5: Pushed [2026-03-26T00:50:52.700Z] cce92674e987: Layer already exists [2026-03-26T00:50:52.960Z] b0f01f91700c: Pushed [2026-03-26T00:50:53.219Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:41f6d462314121c8c9e16ba1d29d03e6f94b5b4a167363933ff486e8906282de size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:53.545Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:53.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-26T00:50:53.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-26T00:50:53.964Z] 88e98ea41f15: Preparing [2026-03-26T00:50:53.964Z] 1917a468fba0: Preparing [2026-03-26T00:50:53.964Z] 7c92665e3a10: Preparing [2026-03-26T00:50:53.964Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:53.964Z] 2882bf9839f9: Preparing [2026-03-26T00:50:53.964Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:53.964Z] d2cadda7b9a5: Preparing [2026-03-26T00:50:53.964Z] b0f01f91700c: Preparing [2026-03-26T00:50:53.964Z] cce92674e987: Preparing [2026-03-26T00:50:53.964Z] b0f01f91700c: Waiting [2026-03-26T00:50:53.964Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:53.964Z] cce92674e987: Waiting [2026-03-26T00:50:53.964Z] d2cadda7b9a5: Waiting [2026-03-26T00:50:53.964Z] 88e98ea41f15: Layer already exists [2026-03-26T00:50:53.964Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:53.964Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:53.964Z] 1917a468fba0: Layer already exists [2026-03-26T00:50:53.964Z] 7c92665e3a10: Layer already exists [2026-03-26T00:50:53.964Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:53.964Z] d2cadda7b9a5: Layer already exists [2026-03-26T00:50:53.964Z] b0f01f91700c: Layer already exists [2026-03-26T00:50:53.964Z] cce92674e987: Layer already exists [2026-03-26T00:50:53.964Z] latest: digest: sha256:41f6d462314121c8c9e16ba1d29d03e6f94b5b4a167363933ff486e8906282de size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:54.375Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:54.733Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.104 [2026-03-26T00:50:54.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-26T00:50:54.733Z] 88e98ea41f15: Preparing [2026-03-26T00:50:54.733Z] 1917a468fba0: Preparing [2026-03-26T00:50:54.733Z] 7c92665e3a10: Preparing [2026-03-26T00:50:54.733Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:54.733Z] 2882bf9839f9: Preparing [2026-03-26T00:50:54.733Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:54.733Z] d2cadda7b9a5: Preparing [2026-03-26T00:50:54.733Z] b0f01f91700c: Preparing [2026-03-26T00:50:54.733Z] cce92674e987: Preparing [2026-03-26T00:50:54.733Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:54.733Z] cce92674e987: Waiting [2026-03-26T00:50:54.733Z] d2cadda7b9a5: Waiting [2026-03-26T00:50:54.733Z] b0f01f91700c: Waiting [2026-03-26T00:50:54.733Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:54.733Z] 1917a468fba0: Layer already exists [2026-03-26T00:50:54.733Z] 88e98ea41f15: Layer already exists [2026-03-26T00:50:54.733Z] 7c92665e3a10: Layer already exists [2026-03-26T00:50:54.733Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:54.733Z] b0f01f91700c: Layer already exists [2026-03-26T00:50:54.733Z] d2cadda7b9a5: Layer already exists [2026-03-26T00:50:54.733Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:54.733Z] cce92674e987: Layer already exists [2026-03-26T00:50:54.733Z] 4.1.0-dev.104: digest: sha256:41f6d462314121c8c9e16ba1d29d03e6f94b5b4a167363933ff486e8906282de size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:55.062Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:55.386Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:55.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-26T00:50:55.386Z] 88e98ea41f15: Preparing [2026-03-26T00:50:55.386Z] 1917a468fba0: Preparing [2026-03-26T00:50:55.386Z] 7c92665e3a10: Preparing [2026-03-26T00:50:55.386Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:55.386Z] 2882bf9839f9: Preparing [2026-03-26T00:50:55.386Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:55.386Z] d2cadda7b9a5: Preparing [2026-03-26T00:50:55.386Z] b0f01f91700c: Preparing [2026-03-26T00:50:55.386Z] cce92674e987: Preparing [2026-03-26T00:50:55.386Z] d2cadda7b9a5: Waiting [2026-03-26T00:50:55.386Z] b0f01f91700c: Waiting [2026-03-26T00:50:55.386Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:55.386Z] cce92674e987: Waiting [2026-03-26T00:50:55.386Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:55.386Z] 1917a468fba0: Layer already exists [2026-03-26T00:50:55.386Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:55.386Z] 7c92665e3a10: Layer already exists [2026-03-26T00:50:55.386Z] 88e98ea41f15: Layer already exists [2026-03-26T00:50:55.386Z] d2cadda7b9a5: Layer already exists [2026-03-26T00:50:55.386Z] cce92674e987: Layer already exists [2026-03-26T00:50:55.386Z] b0f01f91700c: Layer already exists [2026-03-26T00:50:55.386Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:55.386Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:41f6d462314121c8c9e16ba1d29d03e6f94b5b4a167363933ff486e8906282de size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:55.711Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:56.030Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-03-26T00:50:56.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-26T00:50:56.030Z] 88e98ea41f15: Preparing [2026-03-26T00:50:56.030Z] 1917a468fba0: Preparing [2026-03-26T00:50:56.030Z] 7c92665e3a10: Preparing [2026-03-26T00:50:56.030Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:56.030Z] 2882bf9839f9: Preparing [2026-03-26T00:50:56.030Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:56.030Z] d2cadda7b9a5: Preparing [2026-03-26T00:50:56.030Z] b0f01f91700c: Preparing [2026-03-26T00:50:56.030Z] cce92674e987: Preparing [2026-03-26T00:50:56.030Z] d2cadda7b9a5: Waiting [2026-03-26T00:50:56.030Z] cce92674e987: Waiting [2026-03-26T00:50:56.030Z] b0f01f91700c: Waiting [2026-03-26T00:50:56.030Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:56.030Z] 7c92665e3a10: Layer already exists [2026-03-26T00:50:56.030Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:56.030Z] 1917a468fba0: Layer already exists [2026-03-26T00:50:56.030Z] 88e98ea41f15: Layer already exists [2026-03-26T00:50:56.030Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:56.030Z] b0f01f91700c: Layer already exists [2026-03-26T00:50:56.030Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:56.030Z] cce92674e987: Layer already exists [2026-03-26T00:50:56.030Z] d2cadda7b9a5: Layer already exists [2026-03-26T00:50:56.030Z] main: digest: sha256:41f6d462314121c8c9e16ba1d29d03e6f94b5b4a167363933ff486e8906282de size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:50:56.172Z] ===================================================== [Pipeline] echo [2026-03-26T00:50:56.184Z] taggedImages: [2026-03-26T00:50:56.184Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:56.184Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-26T00:50:56.184Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.104 [2026-03-26T00:50:56.184Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:56.184Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2026-03-26T00:50:56.206Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2026-03-26T00:50:56.206Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:56.206Z] latest [2026-03-26T00:50:56.206Z] 4.1.0-dev.104 [2026-03-26T00:50:56.206Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:56.206Z] main [2026-03-26T00:50:56.206Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:56.545Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:56.858Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:56.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-26T00:50:56.858Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:56.858Z] b81d4dded75e: Preparing [2026-03-26T00:50:56.858Z] 0804512b2e87: Preparing [2026-03-26T00:50:56.858Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:56.858Z] 2882bf9839f9: Preparing [2026-03-26T00:50:56.858Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:56.858Z] 83a9be20bcca: Preparing [2026-03-26T00:50:56.858Z] 47784701b1b9: Preparing [2026-03-26T00:50:56.858Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:56.858Z] 83a9be20bcca: Waiting [2026-03-26T00:50:56.858Z] 47784701b1b9: Waiting [2026-03-26T00:50:56.858Z] cce92674e987: Preparing [2026-03-26T00:50:56.858Z] cce92674e987: Waiting [2026-03-26T00:50:56.858Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:56.858Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:56.858Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:56.858Z] 0804512b2e87: Pushed [2026-03-26T00:50:56.858Z] b81d4dded75e: Pushed [2026-03-26T00:50:56.858Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:57.116Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:57.116Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:57.116Z] cce92674e987: Layer already exists [2026-03-26T00:50:57.116Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:00a59615dcddaa782e3608f7d40358e3dd00b3f0454675f0ae1347a84cf188a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:57.440Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:57.751Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-26T00:50:57.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-26T00:50:57.751Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:57.751Z] b81d4dded75e: Preparing [2026-03-26T00:50:57.751Z] 0804512b2e87: Preparing [2026-03-26T00:50:57.751Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:57.751Z] 2882bf9839f9: Preparing [2026-03-26T00:50:57.751Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:57.751Z] 83a9be20bcca: Preparing [2026-03-26T00:50:57.751Z] 47784701b1b9: Preparing [2026-03-26T00:50:57.751Z] cce92674e987: Preparing [2026-03-26T00:50:57.751Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:57.751Z] 83a9be20bcca: Waiting [2026-03-26T00:50:57.751Z] 47784701b1b9: Waiting [2026-03-26T00:50:57.751Z] cce92674e987: Waiting [2026-03-26T00:50:57.751Z] 0804512b2e87: Layer already exists [2026-03-26T00:50:57.751Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:57.751Z] b81d4dded75e: Layer already exists [2026-03-26T00:50:57.751Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:57.751Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:57.751Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:57.751Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:57.751Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:57.751Z] cce92674e987: Layer already exists [2026-03-26T00:50:57.751Z] latest: digest: sha256:00a59615dcddaa782e3608f7d40358e3dd00b3f0454675f0ae1347a84cf188a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:58.065Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:58.381Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.104 [2026-03-26T00:50:58.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-26T00:50:58.381Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:58.381Z] b81d4dded75e: Preparing [2026-03-26T00:50:58.381Z] 0804512b2e87: Preparing [2026-03-26T00:50:58.381Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:58.381Z] 2882bf9839f9: Preparing [2026-03-26T00:50:58.381Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:58.381Z] 83a9be20bcca: Preparing [2026-03-26T00:50:58.381Z] 47784701b1b9: Preparing [2026-03-26T00:50:58.381Z] cce92674e987: Preparing [2026-03-26T00:50:58.381Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:58.381Z] 83a9be20bcca: Waiting [2026-03-26T00:50:58.381Z] 47784701b1b9: Waiting [2026-03-26T00:50:58.381Z] cce92674e987: Waiting [2026-03-26T00:50:58.381Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:58.381Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:58.381Z] 0804512b2e87: Layer already exists [2026-03-26T00:50:58.381Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:58.381Z] b81d4dded75e: Layer already exists [2026-03-26T00:50:58.381Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:58.381Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:58.381Z] cce92674e987: Layer already exists [2026-03-26T00:50:58.381Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:58.381Z] 4.1.0-dev.104: digest: sha256:00a59615dcddaa782e3608f7d40358e3dd00b3f0454675f0ae1347a84cf188a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:58.701Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:59.090Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:59.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-26T00:50:59.090Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:59.090Z] b81d4dded75e: Preparing [2026-03-26T00:50:59.090Z] 0804512b2e87: Preparing [2026-03-26T00:50:59.090Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:59.090Z] 2882bf9839f9: Preparing [2026-03-26T00:50:59.090Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:59.090Z] 83a9be20bcca: Preparing [2026-03-26T00:50:59.090Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:59.090Z] 47784701b1b9: Preparing [2026-03-26T00:50:59.090Z] cce92674e987: Preparing [2026-03-26T00:50:59.090Z] 83a9be20bcca: Waiting [2026-03-26T00:50:59.090Z] 47784701b1b9: Waiting [2026-03-26T00:50:59.090Z] cce92674e987: Waiting [2026-03-26T00:50:59.090Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:59.090Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:59.090Z] 0804512b2e87: Layer already exists [2026-03-26T00:50:59.090Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:59.090Z] b81d4dded75e: Layer already exists [2026-03-26T00:50:59.090Z] cce92674e987: Layer already exists [2026-03-26T00:50:59.090Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:59.090Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:59.090Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:59.090Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:00a59615dcddaa782e3608f7d40358e3dd00b3f0454675f0ae1347a84cf188a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:59.404Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:50:59.712Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-03-26T00:50:59.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-26T00:50:59.712Z] 9cc138ef4b95: Preparing [2026-03-26T00:50:59.712Z] b81d4dded75e: Preparing [2026-03-26T00:50:59.712Z] 0804512b2e87: Preparing [2026-03-26T00:50:59.712Z] cddc1bc3dda8: Preparing [2026-03-26T00:50:59.712Z] 2882bf9839f9: Preparing [2026-03-26T00:50:59.712Z] e8d8c0f0ccf1: Preparing [2026-03-26T00:50:59.712Z] 83a9be20bcca: Preparing [2026-03-26T00:50:59.712Z] 47784701b1b9: Preparing [2026-03-26T00:50:59.712Z] cce92674e987: Preparing [2026-03-26T00:50:59.712Z] e8d8c0f0ccf1: Waiting [2026-03-26T00:50:59.712Z] 83a9be20bcca: Waiting [2026-03-26T00:50:59.712Z] 47784701b1b9: Waiting [2026-03-26T00:50:59.712Z] cce92674e987: Waiting [2026-03-26T00:50:59.712Z] 9cc138ef4b95: Layer already exists [2026-03-26T00:50:59.712Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:50:59.712Z] b81d4dded75e: Layer already exists [2026-03-26T00:50:59.712Z] 2882bf9839f9: Layer already exists [2026-03-26T00:50:59.712Z] 0804512b2e87: Layer already exists [2026-03-26T00:50:59.712Z] 83a9be20bcca: Layer already exists [2026-03-26T00:50:59.712Z] e8d8c0f0ccf1: Layer already exists [2026-03-26T00:50:59.712Z] 47784701b1b9: Layer already exists [2026-03-26T00:50:59.712Z] cce92674e987: Layer already exists [2026-03-26T00:50:59.712Z] main: digest: sha256:00a59615dcddaa782e3608f7d40358e3dd00b3f0454675f0ae1347a84cf188a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:50:59.778Z] ===================================================== [Pipeline] echo [2026-03-26T00:50:59.792Z] taggedImages: [2026-03-26T00:50:59.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:59.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-26T00:50:59.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.104 [2026-03-26T00:50:59.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:59.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2026-03-26T00:50:59.823Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2026-03-26T00:50:59.823Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:50:59.823Z] latest [2026-03-26T00:50:59.823Z] 4.1.0-dev.104 [2026-03-26T00:50:59.823Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:50:59.823Z] main [2026-03-26T00:50:59.823Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:00.211Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:00.653Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:00.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-26T00:51:00.654Z] d83a847a0250: Preparing [2026-03-26T00:51:00.654Z] 004beb47e617: Preparing [2026-03-26T00:51:00.654Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:00.654Z] 2882bf9839f9: Preparing [2026-03-26T00:51:00.654Z] eae75c3f8add: Preparing [2026-03-26T00:51:00.654Z] 7af8e3b871c5: Preparing [2026-03-26T00:51:00.654Z] cce92674e987: Preparing [2026-03-26T00:51:00.654Z] 7af8e3b871c5: Waiting [2026-03-26T00:51:00.654Z] cce92674e987: Waiting [2026-03-26T00:51:00.654Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:00.654Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:00.654Z] cce92674e987: Layer already exists [2026-03-26T00:51:00.654Z] eae75c3f8add: Pushed [2026-03-26T00:51:00.654Z] d83a847a0250: Pushed [2026-03-26T00:51:01.220Z] 7af8e3b871c5: Pushed [2026-03-26T00:51:05.407Z] 004beb47e617: Pushed [2026-03-26T00:51:05.407Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:3ffc8111729c6a5932a367c06f10f34f0d2691e4061cabb718740e537ac67ee5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:05.749Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:06.067Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-26T00:51:06.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-26T00:51:06.067Z] d83a847a0250: Preparing [2026-03-26T00:51:06.067Z] 004beb47e617: Preparing [2026-03-26T00:51:06.067Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:06.067Z] 2882bf9839f9: Preparing [2026-03-26T00:51:06.067Z] eae75c3f8add: Preparing [2026-03-26T00:51:06.067Z] 7af8e3b871c5: Preparing [2026-03-26T00:51:06.067Z] cce92674e987: Preparing [2026-03-26T00:51:06.067Z] 7af8e3b871c5: Waiting [2026-03-26T00:51:06.067Z] cce92674e987: Waiting [2026-03-26T00:51:06.067Z] d83a847a0250: Layer already exists [2026-03-26T00:51:06.067Z] eae75c3f8add: Layer already exists [2026-03-26T00:51:06.067Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:06.067Z] 004beb47e617: Layer already exists [2026-03-26T00:51:06.067Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:06.067Z] 7af8e3b871c5: Layer already exists [2026-03-26T00:51:06.067Z] cce92674e987: Layer already exists [2026-03-26T00:51:06.067Z] latest: digest: sha256:3ffc8111729c6a5932a367c06f10f34f0d2691e4061cabb718740e537ac67ee5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:06.399Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:06.719Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.104 [2026-03-26T00:51:06.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-26T00:51:06.720Z] d83a847a0250: Preparing [2026-03-26T00:51:06.720Z] 004beb47e617: Preparing [2026-03-26T00:51:06.720Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:06.720Z] 2882bf9839f9: Preparing [2026-03-26T00:51:06.720Z] eae75c3f8add: Preparing [2026-03-26T00:51:06.720Z] 7af8e3b871c5: Preparing [2026-03-26T00:51:06.720Z] cce92674e987: Preparing [2026-03-26T00:51:06.720Z] 7af8e3b871c5: Waiting [2026-03-26T00:51:06.720Z] cce92674e987: Waiting [2026-03-26T00:51:06.720Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:06.720Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:06.720Z] 004beb47e617: Layer already exists [2026-03-26T00:51:06.720Z] d83a847a0250: Layer already exists [2026-03-26T00:51:06.720Z] eae75c3f8add: Layer already exists [2026-03-26T00:51:06.720Z] 7af8e3b871c5: Layer already exists [2026-03-26T00:51:06.720Z] cce92674e987: Layer already exists [2026-03-26T00:51:06.720Z] 4.1.0-dev.104: digest: sha256:3ffc8111729c6a5932a367c06f10f34f0d2691e4061cabb718740e537ac67ee5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:07.046Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:07.375Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:07.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-26T00:51:07.375Z] d83a847a0250: Preparing [2026-03-26T00:51:07.375Z] 004beb47e617: Preparing [2026-03-26T00:51:07.375Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:07.375Z] 2882bf9839f9: Preparing [2026-03-26T00:51:07.375Z] eae75c3f8add: Preparing [2026-03-26T00:51:07.375Z] 7af8e3b871c5: Preparing [2026-03-26T00:51:07.375Z] cce92674e987: Preparing [2026-03-26T00:51:07.375Z] 7af8e3b871c5: Waiting [2026-03-26T00:51:07.375Z] cce92674e987: Waiting [2026-03-26T00:51:07.375Z] eae75c3f8add: Layer already exists [2026-03-26T00:51:07.375Z] d83a847a0250: Layer already exists [2026-03-26T00:51:07.375Z] 004beb47e617: Layer already exists [2026-03-26T00:51:07.375Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:07.375Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:07.375Z] cce92674e987: Layer already exists [2026-03-26T00:51:07.375Z] 7af8e3b871c5: Layer already exists [2026-03-26T00:51:07.375Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:3ffc8111729c6a5932a367c06f10f34f0d2691e4061cabb718740e537ac67ee5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:07.700Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:07.846Z] #88 ... [2026-03-26T00:51:07.846Z] [2026-03-26T00:51:07.846Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:07.846Z] #87 DONE 123.8s [2026-03-26T00:51:07.846Z] [2026-03-26T00:51:07.846Z] #82 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:07.846Z] #82 DONE 119.1s [2026-03-26T00:51:07.846Z] [2026-03-26T00:51:07.846Z] #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:07.846Z] #97 DONE 108.9s [2026-03-26T00:51:07.846Z] [2026-03-26T00:51:07.846Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:07.846Z] #94 DONE 110.7s [2026-03-26T00:51:07.846Z] [2026-03-26T00:51:07.846Z] #119 [core-keeper builder 7/8] COPY . . [2026-03-26T00:51:07.846Z] #119 ... [2026-03-26T00:51:07.846Z] [2026-03-26T00:51:07.846Z] #79 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:07.846Z] #79 DONE 123.9s [2026-03-26T00:51:07.846Z] [2026-03-26T00:51:07.846Z] #88 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:07.846Z] #88 DONE 113.5s [2026-03-26T00:51:07.846Z] [2026-03-26T00:51:07.846Z] #120 [support-notifications builder 6/7] COPY . . [2026-03-26T00:51:08.017Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2026-03-26T00:51:08.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-26T00:51:08.017Z] d83a847a0250: Preparing [2026-03-26T00:51:08.017Z] 004beb47e617: Preparing [2026-03-26T00:51:08.017Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:08.017Z] 2882bf9839f9: Preparing [2026-03-26T00:51:08.017Z] eae75c3f8add: Preparing [2026-03-26T00:51:08.017Z] 7af8e3b871c5: Preparing [2026-03-26T00:51:08.017Z] cce92674e987: Preparing [2026-03-26T00:51:08.017Z] 7af8e3b871c5: Waiting [2026-03-26T00:51:08.017Z] cce92674e987: Waiting [2026-03-26T00:51:08.017Z] eae75c3f8add: Layer already exists [2026-03-26T00:51:08.017Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:08.017Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:08.017Z] 004beb47e617: Layer already exists [2026-03-26T00:51:08.017Z] d83a847a0250: Layer already exists [2026-03-26T00:51:08.017Z] 7af8e3b871c5: Layer already exists [2026-03-26T00:51:08.017Z] cce92674e987: Layer already exists [2026-03-26T00:51:08.017Z] main: digest: sha256:3ffc8111729c6a5932a367c06f10f34f0d2691e4061cabb718740e537ac67ee5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:51:08.087Z] ===================================================== [Pipeline] echo [2026-03-26T00:51:08.100Z] taggedImages: [2026-03-26T00:51:08.100Z] - nexus3.edgexfoundry.org:10004/support-notifications:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:08.100Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-26T00:51:08.100Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.104 [2026-03-26T00:51:08.100Z] - nexus3.edgexfoundry.org:10004/support-notifications:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:08.100Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2026-03-26T00:51:08.124Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2026-03-26T00:51:08.124Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:08.124Z] latest [2026-03-26T00:51:08.124Z] 4.1.0-dev.104 [2026-03-26T00:51:08.124Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:08.124Z] main [2026-03-26T00:51:08.124Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:08.457Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:08.781Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:08.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-26T00:51:08.782Z] fc1a05da0ad6: Preparing [2026-03-26T00:51:08.782Z] 13bdffa7b822: Preparing [2026-03-26T00:51:08.782Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:08.782Z] 2882bf9839f9: Preparing [2026-03-26T00:51:08.782Z] 1faff5dbbe4f: Preparing [2026-03-26T00:51:08.782Z] f28fa8687437: Preparing [2026-03-26T00:51:08.782Z] cce92674e987: Preparing [2026-03-26T00:51:08.782Z] cce92674e987: Waiting [2026-03-26T00:51:08.782Z] f28fa8687437: Waiting [2026-03-26T00:51:08.782Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:08.782Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:08.782Z] cce92674e987: Layer already exists [2026-03-26T00:51:08.782Z] 1faff5dbbe4f: Pushed [2026-03-26T00:51:08.782Z] fc1a05da0ad6: Pushed [2026-03-26T00:51:09.040Z] f28fa8687437: Pushed [2026-03-26T00:51:09.251Z] #120 DONE 1.9s [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #121 [support-scheduler builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #121 DONE 2.0s [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #122 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:09.251Z] #122 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #123 [security-proxy-setup builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #123 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #124 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:51:09.251Z] #124 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #125 [security-secretstore-setup builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #125 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:09.251Z] #126 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:51:09.251Z] #127 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:09.251Z] #128 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #129 [core-command builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #129 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #130 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:51:09.251Z] #130 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #131 [security-bootstrapper builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #131 DONE 2.0s [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #119 [core-keeper builder 7/8] COPY . . [2026-03-26T00:51:09.251Z] #119 DONE 2.0s [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #132 [security-proxy-auth builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #132 DONE 2.1s [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-26T00:51:09.251Z] #133 ... [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:51:09.251Z] #134 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #135 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:09.251Z] #135 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #136 [core-metadata builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #136 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:09.251Z] #137 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:51:09.251Z] #138 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #139 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #139 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #140 [security-spiffe-token-provider builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #140 DONE 2.1s [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #141 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-26T00:51:09.251Z] #141 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #142 [core-data builder 6/7] COPY . . [2026-03-26T00:51:09.251Z] #142 CACHED [2026-03-26T00:51:09.251Z] [2026-03-26T00:51:09.251Z] #143 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-03-26T00:51:09.251Z] #143 CACHED [2026-03-26T00:51:09.524Z] [2026-03-26T00:51:09.524Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-26T00:51:13.237Z] 13bdffa7b822: Pushed [2026-03-26T00:51:13.499Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:0c07fdf30c0727dfc859ede5e33e8ab649c48350c8f441192df4dd61584dda7f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:13.825Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:14.165Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-26T00:51:14.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-26T00:51:14.165Z] fc1a05da0ad6: Preparing [2026-03-26T00:51:14.165Z] 13bdffa7b822: Preparing [2026-03-26T00:51:14.165Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:14.165Z] 2882bf9839f9: Preparing [2026-03-26T00:51:14.165Z] 1faff5dbbe4f: Preparing [2026-03-26T00:51:14.165Z] f28fa8687437: Preparing [2026-03-26T00:51:14.165Z] cce92674e987: Preparing [2026-03-26T00:51:14.165Z] f28fa8687437: Waiting [2026-03-26T00:51:14.165Z] cce92674e987: Waiting [2026-03-26T00:51:14.165Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:14.165Z] fc1a05da0ad6: Layer already exists [2026-03-26T00:51:14.165Z] 13bdffa7b822: Layer already exists [2026-03-26T00:51:14.165Z] 1faff5dbbe4f: Layer already exists [2026-03-26T00:51:14.165Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:14.165Z] cce92674e987: Layer already exists [2026-03-26T00:51:14.165Z] f28fa8687437: Layer already exists [2026-03-26T00:51:14.165Z] latest: digest: sha256:0c07fdf30c0727dfc859ede5e33e8ab649c48350c8f441192df4dd61584dda7f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:14.515Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:14.833Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.104 [2026-03-26T00:51:14.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-26T00:51:14.833Z] fc1a05da0ad6: Preparing [2026-03-26T00:51:14.833Z] 13bdffa7b822: Preparing [2026-03-26T00:51:14.833Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:14.833Z] 2882bf9839f9: Preparing [2026-03-26T00:51:14.833Z] 1faff5dbbe4f: Preparing [2026-03-26T00:51:14.833Z] f28fa8687437: Preparing [2026-03-26T00:51:14.833Z] cce92674e987: Preparing [2026-03-26T00:51:14.833Z] cce92674e987: Waiting [2026-03-26T00:51:14.833Z] f28fa8687437: Waiting [2026-03-26T00:51:14.833Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:14.833Z] fc1a05da0ad6: Layer already exists [2026-03-26T00:51:14.833Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:14.833Z] 1faff5dbbe4f: Layer already exists [2026-03-26T00:51:14.833Z] 13bdffa7b822: Layer already exists [2026-03-26T00:51:14.833Z] f28fa8687437: Layer already exists [2026-03-26T00:51:14.833Z] cce92674e987: Layer already exists [2026-03-26T00:51:14.833Z] 4.1.0-dev.104: digest: sha256:0c07fdf30c0727dfc859ede5e33e8ab649c48350c8f441192df4dd61584dda7f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:14.899Z] #144 ... [2026-03-26T00:51:14.899Z] [2026-03-26T00:51:14.899Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-26T00:51:14.899Z] #0 5.411 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-26T00:51:14.899Z] #145 ... [2026-03-26T00:51:14.899Z] [2026-03-26T00:51:14.899Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-26T00:51:14.899Z] #133 5.778 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-26T00:51:15.172Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:15.491Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:15.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-26T00:51:15.491Z] fc1a05da0ad6: Preparing [2026-03-26T00:51:15.491Z] 13bdffa7b822: Preparing [2026-03-26T00:51:15.491Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:15.491Z] 2882bf9839f9: Preparing [2026-03-26T00:51:15.491Z] 1faff5dbbe4f: Preparing [2026-03-26T00:51:15.491Z] f28fa8687437: Preparing [2026-03-26T00:51:15.491Z] cce92674e987: Preparing [2026-03-26T00:51:15.491Z] f28fa8687437: Waiting [2026-03-26T00:51:15.491Z] cce92674e987: Waiting [2026-03-26T00:51:15.491Z] 1faff5dbbe4f: Layer already exists [2026-03-26T00:51:15.491Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:15.491Z] 13bdffa7b822: Layer already exists [2026-03-26T00:51:15.491Z] fc1a05da0ad6: Layer already exists [2026-03-26T00:51:15.491Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:15.491Z] f28fa8687437: Layer already exists [2026-03-26T00:51:15.491Z] cce92674e987: Layer already exists [2026-03-26T00:51:15.491Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:0c07fdf30c0727dfc859ede5e33e8ab649c48350c8f441192df4dd61584dda7f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:15.819Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T00:51:16.137Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-03-26T00:51:16.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-26T00:51:16.137Z] fc1a05da0ad6: Preparing [2026-03-26T00:51:16.137Z] 13bdffa7b822: Preparing [2026-03-26T00:51:16.137Z] cddc1bc3dda8: Preparing [2026-03-26T00:51:16.137Z] 2882bf9839f9: Preparing [2026-03-26T00:51:16.137Z] 1faff5dbbe4f: Preparing [2026-03-26T00:51:16.137Z] f28fa8687437: Preparing [2026-03-26T00:51:16.137Z] cce92674e987: Preparing [2026-03-26T00:51:16.137Z] f28fa8687437: Waiting [2026-03-26T00:51:16.137Z] cce92674e987: Waiting [2026-03-26T00:51:16.137Z] fc1a05da0ad6: Layer already exists [2026-03-26T00:51:16.137Z] 1faff5dbbe4f: Layer already exists [2026-03-26T00:51:16.137Z] 2882bf9839f9: Layer already exists [2026-03-26T00:51:16.137Z] 13bdffa7b822: Layer already exists [2026-03-26T00:51:16.137Z] cddc1bc3dda8: Layer already exists [2026-03-26T00:51:16.137Z] f28fa8687437: Layer already exists [2026-03-26T00:51:16.137Z] cce92674e987: Layer already exists [2026-03-26T00:51:16.137Z] main: digest: sha256:0c07fdf30c0727dfc859ede5e33e8ab649c48350c8f441192df4dd61584dda7f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T00:51:16.214Z] ===================================================== [Pipeline] echo [2026-03-26T00:51:16.225Z] taggedImages: [2026-03-26T00:51:16.225Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.225Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-26T00:51:16.225Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.104 [2026-03-26T00:51:16.225Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.225Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2026-03-26T00:51:16.409Z] ========================================================= [2026-03-26T00:51:16.409Z] [edgeXBuildMultiArch] RAW Config: [2026-03-26T00:51:16.409Z] images: [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-command:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-command:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-command:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-data:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-data:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-data:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-keeper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-keeper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-metadata:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-metadata:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-notifications:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-notifications:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T00:51:16.409Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-03-26T00:51:16.409Z] settingsFile: [2026-03-26T00:51:16.409Z] edgex-go-settings [2026-03-26T00:51:16.409Z] ========================================================= [Pipeline] node [2026-03-26T00:51:19.287Z] #133 ... [2026-03-26T00:51:19.287Z] [2026-03-26T00:51:19.287Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-26T00:51:19.287Z] #0 4.115 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-26T00:51:19.287Z] #146 ... [2026-03-26T00:51:19.287Z] [2026-03-26T00:51:19.287Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-26T00:51:19.287Z] #0 5.772 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-26T00:51:19.569Z] #147 ... [2026-03-26T00:51:19.569Z] [2026-03-26T00:51:19.569Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-26T00:51:19.569Z] #0 4.522 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-26T00:51:19.569Z] #148 ... [2026-03-26T00:51:19.569Z] [2026-03-26T00:51:19.569Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-26T00:51:19.569Z] #0 6.303 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-26T00:51:19.839Z] #149 ... [2026-03-26T00:51:19.839Z] [2026-03-26T00:51:19.839Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T00:51:19.839Z] #0 6.342 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-26T00:51:19.839Z] #150 ... [2026-03-26T00:51:19.839Z] [2026-03-26T00:51:19.839Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T00:51:19.839Z] #0 4.287 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-03-26T00:51:20.180Z] #151 ... [2026-03-26T00:51:20.180Z] [2026-03-26T00:51:20.180Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-26T00:51:20.180Z] #0 5.653 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-26T00:51:20.451Z] #152 ... [2026-03-26T00:51:20.451Z] [2026-03-26T00:51:20.451Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T00:51:20.451Z] #0 5.642 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-26T00:51:20.451Z] #153 ... [2026-03-26T00:51:20.451Z] [2026-03-26T00:51:20.451Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-26T00:51:20.451Z] #0 6.344 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-26T00:51:20.724Z] #154 ... [2026-03-26T00:51:20.724Z] [2026-03-26T00:51:20.724Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-26T00:51:20.724Z] #144 6.373 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-03-26T00:51:31.412Z] Still waiting to schedule task [2026-03-26T00:51:31.412Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2026-03-26T00:52:27.714Z] Running on prd-centos7-docker-4c-2g-4090 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-26T00:52:27.778Z] provisioning config files... [2026-03-26T00:52:27.813Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15060352651849747508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-26T00:52:28.851Z] ---> ****-login.sh [2026-03-26T00:52:28.851Z] nexus3.edgexfoundry.org:10001 [2026-03-26T01:12:02.795Z] #144 ... [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-26T01:12:02.795Z] #145 DONE 1242.5s [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:12:02.795Z] #151 ... [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:12:02.795Z] #155 DONE 0.2s [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:12:02.795Z] #151 ... [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:12:02.795Z] #156 DONE 0.1s [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-03-26T01:12:02.795Z] #157 DONE 0.2s [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #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 [2026-03-26T01:12:02.795Z] #158 DONE 0.1s [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-03-26T01:12:02.795Z] #159 DONE 0.1s [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T01:12:02.795Z] #160 DONE 2.2s [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #113 [core-common-config-bootstrapper] exporting to image [2026-03-26T01:12:02.795Z] #113 exporting layers [2026-03-26T01:12:02.795Z] #113 exporting layers 0.8s done [2026-03-26T01:12:02.795Z] #113 writing image sha256:025f9547f4c1ed051ce041873d5e500acb494f8066458792b788503a9f1bb664 done [2026-03-26T01:12:02.795Z] #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2026-03-26T01:12:02.795Z] #113 DONE 7.8s [2026-03-26T01:12:02.795Z] [2026-03-26T01:12:02.795Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-26T01:12:03.756Z] #154 ... [2026-03-26T01:12:03.756Z] [2026-03-26T01:12:03.756Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-26T01:12:03.756Z] #147 DONE 1254.5s [2026-03-26T01:12:03.756Z] [2026-03-26T01:12:03.756Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-26T01:12:04.050Z] #144 ... [2026-03-26T01:12:04.050Z] [2026-03-26T01:12:04.050Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-03-26T01:12:04.320Z] #161 DONE 0.3s [2026-03-26T01:12:04.320Z] [2026-03-26T01:12:04.320Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-03-26T01:12:06.961Z] #162 DONE 2.8s [2026-03-26T01:12:06.961Z] [2026-03-26T01:12:06.961Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-26T01:12:07.228Z] #133 ... [2026-03-26T01:12:07.228Z] [2026-03-26T01:12:07.228Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:12:07.497Z] #163 DONE 0.5s [2026-03-26T01:12:07.497Z] [2026-03-26T01:12:07.497Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-26T01:12:07.497Z] #133 ... [2026-03-26T01:12:07.497Z] [2026-03-26T01:12:07.497Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:12:07.784Z] #164 DONE 0.2s [2026-03-26T01:12:07.784Z] [2026-03-26T01:12:07.784Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-03-26T01:12:08.054Z] #165 DONE 0.4s [2026-03-26T01:12:08.054Z] [2026-03-26T01:12:08.054Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-26T01:12:08.054Z] #148 ... [2026-03-26T01:12:08.054Z] [2026-03-26T01:12:08.054Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-03-26T01:12:08.320Z] #166 DONE 0.2s [2026-03-26T01:12:08.320Z] [2026-03-26T01:12:08.320Z] #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/ [2026-03-26T01:12:08.320Z] #167 DONE 0.2s [2026-03-26T01:12:08.320Z] [2026-03-26T01:12:08.320Z] #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/ [2026-03-26T01:12:08.636Z] #168 DONE 0.1s [2026-03-26T01:12:08.636Z] [2026-03-26T01:12:08.636Z] #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/ [2026-03-26T01:12:08.905Z] #169 DONE 0.1s [2026-03-26T01:12:08.905Z] [2026-03-26T01:12:08.905Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-03-26T01:12:08.905Z] #170 DONE 0.3s [2026-03-26T01:12:08.905Z] [2026-03-26T01:12:08.905Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-26T01:12:08.905Z] #144 ... [2026-03-26T01:12:08.905Z] [2026-03-26T01:12:08.905Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-03-26T01:12:10.845Z] #171 DONE 2.0s [2026-03-26T01:12:10.845Z] [2026-03-26T01:12:10.845Z] #113 [security-bootstrapper] exporting to image [2026-03-26T01:12:10.845Z] #113 exporting layers [2026-03-26T01:12:12.247Z] #113 exporting layers 1.2s done [2026-03-26T01:12:12.247Z] #113 writing image sha256:a4c7aec3ea1afdd17157a97e34fdb6f73a1fd85a9c4842f8e381bead03f212d2 done [2026-03-26T01:12:12.247Z] #113 naming to docker.io/library/security-bootstrapper-arm64 done [2026-03-26T01:12:12.247Z] #113 DONE 9.0s [2026-03-26T01:12:12.247Z] [2026-03-26T01:12:12.247Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:30:35.035Z] #35 ... [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-26T01:30:35.035Z] #133 DONE 2351.4s [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:30:35.035Z] #151 ... [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:30:35.035Z] #172 DONE 0.2s [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:30:35.035Z] #153 ... [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:30:35.035Z] #173 DONE 0.3s [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-03-26T01:30:35.035Z] #174 DONE 0.5s [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-03-26T01:30:35.035Z] #175 DONE 0.1s [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #113 [core-command] exporting to image [2026-03-26T01:30:35.035Z] #113 exporting layers [2026-03-26T01:30:35.035Z] #113 exporting layers 0.5s done [2026-03-26T01:30:35.035Z] #113 writing image sha256:cbfbe71c165cc67a541d3e3a582adfb129d19d124fe765de95b6057afb30ef74 done [2026-03-26T01:30:35.035Z] #113 naming to docker.io/library/core-command-arm64 done [2026-03-26T01:30:35.035Z] #113 DONE 9.5s [2026-03-26T01:30:35.035Z] [2026-03-26T01:30:35.035Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:30:47.320Z] #153 ... [2026-03-26T01:30:47.320Z] [2026-03-26T01:30:47.320Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-26T01:30:47.320Z] #148 2377.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.104 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-26T01:30:59.618Z] #148 ... [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-26T01:30:59.618Z] #152 DONE 2388.9s [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:30:59.618Z] #151 ... [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:30:59.618Z] #176 DONE 0.1s [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-26T01:30:59.618Z] #146 ... [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:30:59.618Z] #177 DONE 0.2s [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-26T01:30:59.618Z] #148 ... [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #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 [2026-03-26T01:30:59.618Z] #178 DONE 0.1s [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-03-26T01:30:59.618Z] #179 DONE 0.3s [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:30:59.618Z] #151 ... [2026-03-26T01:30:59.618Z] [2026-03-26T01:30:59.618Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-03-26T01:30:59.887Z] #180 DONE 0.6s [2026-03-26T01:30:59.887Z] [2026-03-26T01:30:59.887Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:31:00.156Z] #151 ... [2026-03-26T01:31:00.156Z] [2026-03-26T01:31:00.156Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-03-26T01:31:00.156Z] #181 DONE 0.2s [2026-03-26T01:31:00.156Z] [2026-03-26T01:31:00.156Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T01:31:02.735Z] #182 DONE 2.4s [2026-03-26T01:31:02.735Z] [2026-03-26T01:31:02.735Z] #113 [security-proxy-setup] exporting to image [2026-03-26T01:31:02.735Z] #113 exporting layers [2026-03-26T01:31:03.753Z] #113 exporting layers 1.0s done [2026-03-26T01:31:03.753Z] #113 writing image sha256:9e5cfd99e29304b97b4d3ec13f88c9b43484605a851515276df6fb28d42dd8ee done [2026-03-26T01:31:03.753Z] #113 naming to docker.io/library/security-proxy-setup-arm64 done [2026-03-26T01:31:03.753Z] #113 DONE 10.5s [2026-03-26T01:31:03.753Z] [2026-03-26T01:31:03.753Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T01:31:25.813Z] #150 ... [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-26T01:31:25.813Z] #148 DONE 2414.0s [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:31:25.813Z] #153 ... [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:31:25.813Z] #183 DONE 0.2s [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T01:31:25.813Z] #150 ... [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:31:25.813Z] #184 DONE 0.2s [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #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 [2026-03-26T01:31:25.813Z] #185 DONE 0.1s [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #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 [2026-03-26T01:31:25.813Z] #186 DONE 0.1s [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-03-26T01:31:25.813Z] #187 DONE 0.1s [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-03-26T01:31:25.813Z] #188 DONE 0.5s [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:31:25.813Z] #35 ... [2026-03-26T01:31:25.813Z] [2026-03-26T01:31:25.813Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-03-26T01:31:26.086Z] #189 DONE 0.7s [2026-03-26T01:31:26.086Z] [2026-03-26T01:31:26.086Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:31:26.086Z] #153 ... [2026-03-26T01:31:26.086Z] [2026-03-26T01:31:26.086Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-03-26T01:31:26.352Z] #190 DONE 0.2s [2026-03-26T01:31:26.352Z] [2026-03-26T01:31:26.352Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T01:31:28.460Z] #191 DONE 1.9s [2026-03-26T01:31:28.460Z] [2026-03-26T01:31:28.460Z] #113 [security-secretstore-setup] exporting to image [2026-03-26T01:31:28.461Z] #113 exporting layers [2026-03-26T01:31:30.406Z] #113 exporting layers 2.0s done [2026-03-26T01:31:30.406Z] #113 writing image sha256:b5d2004a424029c785cad0603161514f5578f5ce6c0acf56df1a1549cb485161 done [2026-03-26T01:31:30.406Z] #113 naming to docker.io/library/security-secretstore-setup-arm64 done [2026-03-26T01:31:30.406Z] #113 DONE 12.5s [2026-03-26T01:31:30.406Z] [2026-03-26T01:31:30.406Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:32:26.796Z] #35 ... [2026-03-26T01:32:26.796Z] [2026-03-26T01:32:26.796Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-26T01:32:26.796Z] #144 DONE 2477.1s [2026-03-26T01:32:26.796Z] [2026-03-26T01:32:26.796Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:32:26.796Z] #151 ... [2026-03-26T01:32:26.796Z] [2026-03-26T01:32:26.796Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:32:26.796Z] #192 DONE 0.2s [2026-03-26T01:32:26.796Z] [2026-03-26T01:32:26.796Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:32:27.063Z] #35 ... [2026-03-26T01:32:27.063Z] [2026-03-26T01:32:27.063Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:32:27.329Z] #193 DONE 0.1s [2026-03-26T01:32:27.329Z] [2026-03-26T01:32:27.329Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-03-26T01:32:27.599Z] #194 DONE 0.5s [2026-03-26T01:32:27.599Z] [2026-03-26T01:32:27.599Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:32:27.866Z] #153 ... [2026-03-26T01:32:27.866Z] [2026-03-26T01:32:27.866Z] #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 [2026-03-26T01:32:27.866Z] #195 DONE 0.1s [2026-03-26T01:32:27.866Z] [2026-03-26T01:32:27.866Z] #113 [security-spiffe-token-provider] exporting to image [2026-03-26T01:32:27.866Z] #113 exporting layers [2026-03-26T01:32:28.448Z] #113 exporting layers 0.6s done [2026-03-26T01:32:28.448Z] #113 writing image sha256:abb4d0f6fd1c077508830d9f706f4dd60b8249525875154cdc62c70424a7cf82 done [2026-03-26T01:32:28.448Z] #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2026-03-26T01:32:28.448Z] #113 DONE 13.1s [2026-03-26T01:32:28.448Z] [2026-03-26T01:32:28.448Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-26T01:33:17.461Z] #154 ... [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-26T01:33:17.461Z] #150 DONE 2525.2s [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:33:17.461Z] #196 DONE 0.3s [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:33:17.461Z] #151 ... [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:33:17.461Z] #197 DONE 0.4s [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-03-26T01:33:17.461Z] #198 DONE 0.7s [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-03-26T01:33:17.461Z] #199 DONE 0.4s [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-26T01:33:17.461Z] #146 ... [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-03-26T01:33:17.461Z] #200 DONE 0.3s [2026-03-26T01:33:17.461Z] [2026-03-26T01:33:17.461Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:33:17.732Z] #153 ... [2026-03-26T01:33:17.732Z] [2026-03-26T01:33:17.732Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-26T01:33:19.382Z] #201 DONE 1.9s [2026-03-26T01:33:19.382Z] [2026-03-26T01:33:19.382Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-26T01:33:19.654Z] #40 ... [2026-03-26T01:33:19.654Z] [2026-03-26T01:33:19.654Z] #113 [security-proxy-auth] exporting to image [2026-03-26T01:33:19.654Z] #113 exporting layers [2026-03-26T01:33:20.239Z] #113 ... [2026-03-26T01:33:20.239Z] [2026-03-26T01:33:20.239Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-26T01:33:20.239Z] #146 DONE 2531.1s [2026-03-26T01:33:20.504Z] [2026-03-26T01:33:20.504Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:33:20.773Z] #151 ... [2026-03-26T01:33:20.773Z] [2026-03-26T01:33:20.773Z] #113 [security-proxy-auth] exporting to image [2026-03-26T01:33:20.773Z] #113 exporting layers 1.3s done [2026-03-26T01:33:20.773Z] #113 writing image sha256:4682bb6e959444b5a11a001e85330679adecb400aa9d2700ad12a9b2a6ab77e7 0.0s done [2026-03-26T01:33:20.773Z] #113 naming to docker.io/library/security-proxy-auth-arm64 0.1s done [2026-03-26T01:33:20.773Z] #113 DONE 14.5s [2026-03-26T01:33:20.773Z] [2026-03-26T01:33:20.773Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:33:21.384Z] #151 ... [2026-03-26T01:33:21.384Z] [2026-03-26T01:33:21.384Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:33:21.384Z] #202 DONE 0.2s [2026-03-26T01:33:21.384Z] [2026-03-26T01:33:21.384Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:33:21.656Z] #151 ... [2026-03-26T01:33:21.656Z] [2026-03-26T01:33:21.656Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-03-26T01:33:22.252Z] #203 DONE 0.8s [2026-03-26T01:33:22.252Z] [2026-03-26T01:33:22.252Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-26T01:33:22.252Z] #154 DONE 2533.1s [2026-03-26T01:33:22.252Z] [2026-03-26T01:33:22.252Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-03-26T01:33:23.135Z] #204 DONE 0.7s [2026-03-26T01:33:23.135Z] [2026-03-26T01:33:23.135Z] #113 [core-keeper] exporting to image [2026-03-26T01:33:23.416Z] #113 ... [2026-03-26T01:33:23.416Z] [2026-03-26T01:33:23.416Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:33:23.416Z] #205 DONE 0.5s [2026-03-26T01:33:23.416Z] [2026-03-26T01:33:23.416Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-26T01:33:23.416Z] #149 DONE 2534.2s [2026-03-26T01:33:23.416Z] [2026-03-26T01:33:23.416Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:33:23.694Z] #206 DONE 0.4s [2026-03-26T01:33:23.694Z] [2026-03-26T01:33:23.694Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:33:23.975Z] #35 ... [2026-03-26T01:33:23.975Z] [2026-03-26T01:33:23.975Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-26T01:33:24.609Z] #207 ... [2026-03-26T01:33:24.609Z] [2026-03-26T01:33:24.609Z] #113 [core-keeper] exporting to image [2026-03-26T01:33:24.610Z] #113 exporting layers 1.3s done [2026-03-26T01:33:24.610Z] #113 writing image sha256:38fee75295d26cf6cd62080c90f39fc04bc74f86a1ba44debfec45bfdfe60836 0.0s done [2026-03-26T01:33:24.610Z] #113 naming to docker.io/library/core-keeper-arm64 done [2026-03-26T01:33:24.610Z] #113 DONE 15.9s [2026-03-26T01:33:24.610Z] [2026-03-26T01:33:24.610Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:33:24.893Z] #153 ... [2026-03-26T01:33:24.893Z] [2026-03-26T01:33:24.893Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-26T01:33:24.893Z] #207 DONE 1.0s [2026-03-26T01:33:24.893Z] [2026-03-26T01:33:24.893Z] #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:33:24.893Z] #208 DONE 0.2s [2026-03-26T01:33:24.893Z] [2026-03-26T01:33:24.893Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-03-26T01:33:25.162Z] #209 DONE 0.3s [2026-03-26T01:33:25.162Z] [2026-03-26T01:33:25.162Z] #113 [core-data] exporting to image [2026-03-26T01:33:25.444Z] #113 ... [2026-03-26T01:33:25.444Z] [2026-03-26T01:33:25.444Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:33:25.444Z] #210 DONE 0.4s [2026-03-26T01:33:25.444Z] [2026-03-26T01:33:25.444Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-03-26T01:33:26.423Z] #211 DONE 0.8s [2026-03-26T01:33:26.423Z] [2026-03-26T01:33:26.423Z] #113 [core-data] exporting to image [2026-03-26T01:33:26.423Z] #113 exporting layers 1.1s done [2026-03-26T01:33:26.423Z] #113 writing image sha256:4ffaa33886ef7926a3e6b35ae6f6796adebf25d0e60a904ac1b5a144c8954e26 done [2026-03-26T01:33:26.423Z] #113 naming to docker.io/library/core-data-arm64 done [2026-03-26T01:33:26.423Z] #113 DONE 17.0s [2026-03-26T01:33:26.423Z] [2026-03-26T01:33:26.423Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-03-26T01:33:26.423Z] #212 DONE 0.2s [2026-03-26T01:33:26.423Z] [2026-03-26T01:33:26.423Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:33:26.423Z] #153 ... [2026-03-26T01:33:26.423Z] [2026-03-26T01:33:26.423Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-03-26T01:33:26.423Z] #213 DONE 0.1s [2026-03-26T01:33:26.702Z] [2026-03-26T01:33:26.702Z] #113 [core-metadata] exporting to image [2026-03-26T01:33:26.975Z] #113 exporting layers 0.6s done [2026-03-26T01:33:27.244Z] #113 writing image sha256:5bace611744e962bcc5688180fdeef9fbe9272d85fc07fbe858298505cd8c29e done [2026-03-26T01:33:27.244Z] #113 naming to docker.io/library/core-metadata-arm64 done [2026-03-26T01:33:27.244Z] #113 DONE 17.6s [2026-03-26T01:33:27.244Z] [2026-03-26T01:33:27.244Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:33:59.494Z] #153 ... [2026-03-26T01:33:59.494Z] [2026-03-26T01:33:59.494Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-26T01:33:59.494Z] #151 DONE 2569.8s [2026-03-26T01:33:59.494Z] [2026-03-26T01:33:59.494Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:33:59.494Z] #35 ... [2026-03-26T01:33:59.494Z] [2026-03-26T01:33:59.494Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:33:59.494Z] #214 DONE 0.3s [2026-03-26T01:33:59.494Z] [2026-03-26T01:33:59.494Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:33:59.494Z] #215 DONE 0.1s [2026-03-26T01:33:59.494Z] [2026-03-26T01:33:59.494Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:33:59.766Z] #153 ... [2026-03-26T01:33:59.766Z] [2026-03-26T01:33:59.766Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-03-26T01:34:00.033Z] #216 DONE 0.6s [2026-03-26T01:34:00.033Z] [2026-03-26T01:34:00.033Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:34:00.300Z] #35 ... [2026-03-26T01:34:00.300Z] [2026-03-26T01:34:00.300Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-03-26T01:34:00.300Z] #217 DONE 0.1s [2026-03-26T01:34:00.300Z] [2026-03-26T01:34:00.300Z] #113 [support-scheduler] exporting to image [2026-03-26T01:34:00.300Z] #113 exporting layers [2026-03-26T01:34:02.030Z] #113 exporting layers 1.1s done [2026-03-26T01:34:02.030Z] #113 writing image sha256:108cbd4ca1ff3c19cd6cffdfc62dda9ba35e1a581b023430d95d1918153b644f done [2026-03-26T01:34:02.030Z] #113 naming to docker.io/library/support-scheduler-arm64 done [2026-03-26T01:34:02.030Z] #113 DONE 18.6s [2026-03-26T01:34:02.030Z] [2026-03-26T01:34:02.030Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-26T01:34:08.989Z] #153 DONE 2578.9s [2026-03-26T01:34:08.989Z] [2026-03-26T01:34:08.989Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:34:08.989Z] #35 ... [2026-03-26T01:34:08.989Z] [2026-03-26T01:34:08.989Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-26T01:34:08.989Z] #218 DONE 0.1s [2026-03-26T01:34:08.989Z] [2026-03-26T01:34:08.989Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-26T01:34:08.989Z] #219 DONE 0.1s [2026-03-26T01:34:08.989Z] [2026-03-26T01:34:08.989Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:34:08.989Z] #35 ... [2026-03-26T01:34:08.989Z] [2026-03-26T01:34:08.989Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-03-26T01:34:08.989Z] #220 DONE 0.5s [2026-03-26T01:34:08.989Z] [2026-03-26T01:34:08.989Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-03-26T01:34:08.989Z] #221 DONE 0.1s [2026-03-26T01:34:08.989Z] [2026-03-26T01:34:08.989Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-26T01:34:09.254Z] #40 ... [2026-03-26T01:34:09.254Z] [2026-03-26T01:34:09.254Z] #113 [support-notifications] exporting to image [2026-03-26T01:34:09.254Z] #113 exporting layers [2026-03-26T01:34:09.836Z] #113 exporting layers 0.7s done [2026-03-26T01:34:09.836Z] #113 writing image sha256:b8cd02c7507b30df6f460627a30f567e1f8782e802e8c4621fb918f03f733e33 done [2026-03-26T01:34:09.836Z] #113 naming to docker.io/library/support-notifications-arm64 done [2026-03-26T01:34:09.836Z] #113 DONE 19.3s [2026-03-26T01:34:09.836Z] [2026-03-26T01:34:09.836Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-26T01:34:09.836Z] time="2026-03-26T00:48:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-03-26T01:34:09.841Z] $ docker stop --time=1 89fc4977580da91aeb290f81a3b03d95ff66338706805b672df6fb3b5474c5c2 [2026-03-26T01:34:11.557Z] $ docker rm -f --volumes 89fc4977580da91aeb290f81a3b03d95ff66338706805b672df6fb3b5474c5c2 [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-26T01:34:12.086Z] + docker images [2026-03-26T01:34:12.086Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-03-26T01:34:12.087Z] support-notifications-arm64 latest b8cd02c7507b 3 seconds ago 56MB [2026-03-26T01:34:12.087Z] support-scheduler-arm64 latest 108cbd4ca1ff 11 seconds ago 52.1MB [2026-03-26T01:34:12.087Z] core-metadata-arm64 latest 5bace611744e 45 seconds ago 48MB [2026-03-26T01:34:12.087Z] core-data-arm64 latest 4ffaa33886ef 47 seconds ago 47.9MB [2026-03-26T01:34:12.087Z] core-keeper-arm64 latest 38fee75295d2 49 seconds ago 47.8MB [2026-03-26T01:34:12.087Z] security-proxy-auth-arm64 latest 4682bb6e9594 52 seconds ago 47.1MB [2026-03-26T01:34:12.087Z] security-spiffe-token-provider-arm64 latest abb4d0f6fd1c About a minute ago 51.8MB [2026-03-26T01:34:12.087Z] security-secretstore-setup-arm64 latest b5d2004a4240 2 minutes ago 85.7MB [2026-03-26T01:34:12.087Z] security-proxy-setup-arm64 latest 9e5cfd99e293 3 minutes ago 52.9MB [2026-03-26T01:34:12.087Z] core-command-arm64 latest cbfbe71c165c 3 minutes ago 42.5MB [2026-03-26T01:34:12.087Z] security-bootstrapper-arm64 latest a4c7aec3ea1a 22 minutes ago 21.3MB [2026-03-26T01:34:12.087Z] core-common-config-bootstrapper-arm64 latest 025f9547f4c1 22 minutes ago 20.1MB [2026-03-26T01:34:12.087Z] security-spire-agent-arm64 latest 253f34c53357 44 minutes ago 219MB [2026-03-26T01:34:12.087Z] security-spire-config-arm64 latest 50a83fc988b9 44 minutes ago 162MB [2026-03-26T01:34:12.087Z] security-spire-server-arm64 latest 000c08b39bc6 44 minutes ago 163MB [2026-03-26T01:34:12.087Z] ci-base-image-arm64 latest 81819cafb487 46 minutes ago 898MB [2026-03-26T01:34:12.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 5 months ago 564MB [2026-03-26T01:34:12.087Z] 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 [2026-03-26T01:34:12.258Z] provisioning config files... [2026-03-26T01:34:12.276Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/962@tmp/config17060809370135864281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-26T01:34:12.630Z] ---> ****-login.sh [2026-03-26T01:34:12.630Z] nexus3.edgexfoundry.org:10001 [2026-03-26T01:34:12.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T01:34:12.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T01:34:12.905Z] Configure a credential helper to remove this warning. See [2026-03-26T01:34:12.905Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T01:34:12.905Z] [2026-03-26T01:34:12.905Z] Login Succeeded [2026-03-26T01:34:12.905Z] nexus3.edgexfoundry.org:10002 [2026-03-26T01:34:13.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T01:34:13.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T01:34:13.452Z] Configure a credential helper to remove this warning. See [2026-03-26T01:34:13.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T01:34:13.452Z] [2026-03-26T01:34:13.452Z] Login Succeeded [2026-03-26T01:34:13.452Z] nexus3.edgexfoundry.org:10003 [2026-03-26T01:34:13.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T01:34:13.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T01:34:13.721Z] Configure a credential helper to remove this warning. See [2026-03-26T01:34:13.721Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T01:34:13.721Z] [2026-03-26T01:34:13.721Z] Login Succeeded [2026-03-26T01:34:13.721Z] nexus3.edgexfoundry.org:10004 [2026-03-26T01:34:13.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T01:34:14.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T01:34:14.255Z] Configure a credential helper to remove this warning. See [2026-03-26T01:34:14.255Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T01:34:14.255Z] [2026-03-26T01:34:14.255Z] Login Succeeded [2026-03-26T01:34:14.255Z] ****.io [2026-03-26T01:34:14.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-26T01:34:14.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-26T01:34:14.800Z] Configure a credential helper to remove this warning. See [2026-03-26T01:34:14.800Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-26T01:34:14.800Z] [2026-03-26T01:34:14.800Z] Login Succeeded [2026-03-26T01:34:14.800Z] ---> ****-login.sh ends [Pipeline] } [2026-03-26T01:34:14.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:34:14.852Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-26T01:34:14.879Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2026-03-26T01:34:14.879Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:14.879Z] latest [2026-03-26T01:34:14.879Z] 4.1.0-dev.104 [2026-03-26T01:34:14.879Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:14.879Z] main [2026-03-26T01:34:14.879Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:15.253Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:15.627Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:15.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-26T01:34:15.627Z] de1bda3b79a3: Preparing [2026-03-26T01:34:15.627Z] 6b7149686da3: Preparing [2026-03-26T01:34:15.627Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:15.627Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:15.627Z] 1e2a64092b94: Preparing [2026-03-26T01:34:15.627Z] 075926d2eb87: Preparing [2026-03-26T01:34:15.627Z] c4e71c2a4573: Preparing [2026-03-26T01:34:15.627Z] 075926d2eb87: Waiting [2026-03-26T01:34:15.627Z] c4e71c2a4573: Waiting [2026-03-26T01:34:15.899Z] 911c5c5b9f06: Pushed [2026-03-26T01:34:15.899Z] de1bda3b79a3: Pushed [2026-03-26T01:34:15.899Z] 32acdb0bd72c: Pushed [2026-03-26T01:34:15.899Z] 1e2a64092b94: Pushed [2026-03-26T01:34:15.899Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:16.169Z] 075926d2eb87: Pushed [2026-03-26T01:34:24.377Z] 6b7149686da3: Pushed [2026-03-26T01:34:24.377Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:046755cfd8fdc2f3fdccdd0ba359d670370bb24c980bd8cb1b799e134b44f75d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:24.739Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:25.104Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-03-26T01:34:25.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-26T01:34:25.104Z] de1bda3b79a3: Preparing [2026-03-26T01:34:25.104Z] 6b7149686da3: Preparing [2026-03-26T01:34:25.104Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:25.104Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:25.104Z] 1e2a64092b94: Preparing [2026-03-26T01:34:25.104Z] 075926d2eb87: Preparing [2026-03-26T01:34:25.104Z] c4e71c2a4573: Preparing [2026-03-26T01:34:25.104Z] 075926d2eb87: Waiting [2026-03-26T01:34:25.104Z] c4e71c2a4573: Waiting [2026-03-26T01:34:25.104Z] 6b7149686da3: Layer already exists [2026-03-26T01:34:25.104Z] de1bda3b79a3: Layer already exists [2026-03-26T01:34:25.104Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:25.104Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:25.104Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:25.104Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:25.104Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:25.372Z] latest: digest: sha256:046755cfd8fdc2f3fdccdd0ba359d670370bb24c980bd8cb1b799e134b44f75d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:25.723Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:26.071Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.104 [2026-03-26T01:34:26.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-26T01:34:26.071Z] de1bda3b79a3: Preparing [2026-03-26T01:34:26.071Z] 6b7149686da3: Preparing [2026-03-26T01:34:26.071Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:26.071Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:26.071Z] 1e2a64092b94: Preparing [2026-03-26T01:34:26.071Z] 075926d2eb87: Preparing [2026-03-26T01:34:26.071Z] c4e71c2a4573: Preparing [2026-03-26T01:34:26.071Z] 075926d2eb87: Waiting [2026-03-26T01:34:26.071Z] c4e71c2a4573: Waiting [2026-03-26T01:34:26.071Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:26.071Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:26.071Z] 6b7149686da3: Layer already exists [2026-03-26T01:34:26.071Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:26.071Z] de1bda3b79a3: Layer already exists [2026-03-26T01:34:26.071Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:26.071Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:26.335Z] 4.1.0-dev.104: digest: sha256:046755cfd8fdc2f3fdccdd0ba359d670370bb24c980bd8cb1b799e134b44f75d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:26.694Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:27.058Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:27.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-26T01:34:27.058Z] de1bda3b79a3: Preparing [2026-03-26T01:34:27.058Z] 6b7149686da3: Preparing [2026-03-26T01:34:27.058Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:27.058Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:27.058Z] 1e2a64092b94: Preparing [2026-03-26T01:34:27.058Z] 075926d2eb87: Preparing [2026-03-26T01:34:27.058Z] c4e71c2a4573: Preparing [2026-03-26T01:34:27.058Z] 075926d2eb87: Waiting [2026-03-26T01:34:27.058Z] c4e71c2a4573: Waiting [2026-03-26T01:34:27.058Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:27.058Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:27.058Z] 6b7149686da3: Layer already exists [2026-03-26T01:34:27.058Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:27.058Z] de1bda3b79a3: Layer already exists [2026-03-26T01:34:27.058Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:27.058Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:27.325Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:046755cfd8fdc2f3fdccdd0ba359d670370bb24c980bd8cb1b799e134b44f75d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:27.683Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:28.055Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2026-03-26T01:34:28.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-26T01:34:28.055Z] de1bda3b79a3: Preparing [2026-03-26T01:34:28.055Z] 6b7149686da3: Preparing [2026-03-26T01:34:28.055Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:28.055Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:28.055Z] 1e2a64092b94: Preparing [2026-03-26T01:34:28.055Z] 075926d2eb87: Preparing [2026-03-26T01:34:28.055Z] c4e71c2a4573: Preparing [2026-03-26T01:34:28.055Z] 075926d2eb87: Waiting [2026-03-26T01:34:28.055Z] c4e71c2a4573: Waiting [2026-03-26T01:34:28.055Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:28.055Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:28.055Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:28.055Z] 6b7149686da3: Layer already exists [2026-03-26T01:34:28.055Z] de1bda3b79a3: Layer already exists [2026-03-26T01:34:28.055Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:28.055Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:28.321Z] main: digest: sha256:046755cfd8fdc2f3fdccdd0ba359d670370bb24c980bd8cb1b799e134b44f75d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:34:28.399Z] ===================================================== [Pipeline] echo [2026-03-26T01:34:28.412Z] taggedImages: [2026-03-26T01:34:28.412Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:28.412Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-03-26T01:34:28.412Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.104 [2026-03-26T01:34:28.412Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:28.412Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-03-26T01:34:28.440Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2026-03-26T01:34:28.440Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:28.440Z] latest [2026-03-26T01:34:28.440Z] 4.1.0-dev.104 [2026-03-26T01:34:28.440Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:28.440Z] main [2026-03-26T01:34:28.440Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:28.809Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:29.177Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:29.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-26T01:34:29.177Z] 96b8e04b238d: Preparing [2026-03-26T01:34:29.177Z] 525fd428ed14: Preparing [2026-03-26T01:34:29.177Z] 6cf4d9d71e2a: Preparing [2026-03-26T01:34:29.177Z] dcfe4fcfbece: Preparing [2026-03-26T01:34:29.177Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:29.177Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:29.177Z] 1e2a64092b94: Preparing [2026-03-26T01:34:29.177Z] 075926d2eb87: Preparing [2026-03-26T01:34:29.177Z] c4e71c2a4573: Preparing [2026-03-26T01:34:29.177Z] 32acdb0bd72c: Waiting [2026-03-26T01:34:29.177Z] 1e2a64092b94: Waiting [2026-03-26T01:34:29.177Z] 075926d2eb87: Waiting [2026-03-26T01:34:29.177Z] c4e71c2a4573: Waiting [2026-03-26T01:34:29.177Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:29.442Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:29.442Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:29.442Z] 525fd428ed14: Pushed [2026-03-26T01:34:29.442Z] 6cf4d9d71e2a: Pushed [2026-03-26T01:34:29.442Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:29.442Z] 96b8e04b238d: Pushed [2026-03-26T01:34:29.442Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:32.793Z] dcfe4fcfbece: Pushed [2026-03-26T01:34:32.793Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:680f306551ebf09c48048c6de63b608cf86304acb8dd1bb58cbfc645c981e8f9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:33.152Z] + 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 [2026-03-26T01:34:34.913Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-03-26T01:34:34.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-26T01:34:34.913Z] 96b8e04b238d: Preparing [2026-03-26T01:34:34.913Z] 525fd428ed14: Preparing [2026-03-26T01:34:34.913Z] 6cf4d9d71e2a: Preparing [2026-03-26T01:34:34.913Z] dcfe4fcfbece: Preparing [2026-03-26T01:34:34.913Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:34.913Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:34.913Z] 1e2a64092b94: Preparing [2026-03-26T01:34:34.913Z] 075926d2eb87: Preparing [2026-03-26T01:34:34.913Z] c4e71c2a4573: Preparing [2026-03-26T01:34:34.913Z] 1e2a64092b94: Waiting [2026-03-26T01:34:34.913Z] 075926d2eb87: Waiting [2026-03-26T01:34:34.913Z] c4e71c2a4573: Waiting [2026-03-26T01:34:34.913Z] 32acdb0bd72c: Waiting [2026-03-26T01:34:34.913Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:34.913Z] 6cf4d9d71e2a: Layer already exists [2026-03-26T01:34:34.913Z] 525fd428ed14: Layer already exists [2026-03-26T01:34:34.913Z] dcfe4fcfbece: Layer already exists [2026-03-26T01:34:34.913Z] 96b8e04b238d: Layer already exists [2026-03-26T01:34:34.913Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:34.913Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:34.913Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:34.913Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:35.180Z] latest: digest: sha256:680f306551ebf09c48048c6de63b608cf86304acb8dd1bb58cbfc645c981e8f9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:35.536Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:35.900Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.104 [2026-03-26T01:34:35.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-26T01:34:35.900Z] 96b8e04b238d: Preparing [2026-03-26T01:34:35.900Z] 525fd428ed14: Preparing [2026-03-26T01:34:35.900Z] 6cf4d9d71e2a: Preparing [2026-03-26T01:34:35.900Z] dcfe4fcfbece: Preparing [2026-03-26T01:34:35.900Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:35.900Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:35.900Z] 1e2a64092b94: Preparing [2026-03-26T01:34:35.900Z] 075926d2eb87: Preparing [2026-03-26T01:34:35.900Z] c4e71c2a4573: Preparing [2026-03-26T01:34:35.900Z] 32acdb0bd72c: Waiting [2026-03-26T01:34:35.900Z] 1e2a64092b94: Waiting [2026-03-26T01:34:35.900Z] 075926d2eb87: Waiting [2026-03-26T01:34:35.900Z] c4e71c2a4573: Waiting [2026-03-26T01:34:35.900Z] 6cf4d9d71e2a: Layer already exists [2026-03-26T01:34:35.900Z] dcfe4fcfbece: Layer already exists [2026-03-26T01:34:35.900Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:35.900Z] 96b8e04b238d: Layer already exists [2026-03-26T01:34:35.900Z] 525fd428ed14: Layer already exists [2026-03-26T01:34:35.900Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:35.900Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:35.900Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:35.900Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:36.166Z] 4.1.0-dev.104: digest: sha256:680f306551ebf09c48048c6de63b608cf86304acb8dd1bb58cbfc645c981e8f9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:36.526Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:36.880Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:36.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-26T01:34:36.880Z] 96b8e04b238d: Preparing [2026-03-26T01:34:36.880Z] 525fd428ed14: Preparing [2026-03-26T01:34:36.880Z] 6cf4d9d71e2a: Preparing [2026-03-26T01:34:36.880Z] dcfe4fcfbece: Preparing [2026-03-26T01:34:36.880Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:36.880Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:36.880Z] 1e2a64092b94: Preparing [2026-03-26T01:34:36.880Z] 075926d2eb87: Preparing [2026-03-26T01:34:36.880Z] c4e71c2a4573: Preparing [2026-03-26T01:34:36.880Z] 1e2a64092b94: Waiting [2026-03-26T01:34:36.880Z] 32acdb0bd72c: Waiting [2026-03-26T01:34:36.880Z] 075926d2eb87: Waiting [2026-03-26T01:34:36.880Z] c4e71c2a4573: Waiting [2026-03-26T01:34:36.880Z] 525fd428ed14: Layer already exists [2026-03-26T01:34:36.880Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:36.880Z] dcfe4fcfbece: Layer already exists [2026-03-26T01:34:36.880Z] 96b8e04b238d: Layer already exists [2026-03-26T01:34:36.880Z] 6cf4d9d71e2a: Layer already exists [2026-03-26T01:34:36.880Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:36.880Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:36.880Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:36.880Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:37.145Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:680f306551ebf09c48048c6de63b608cf86304acb8dd1bb58cbfc645c981e8f9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:37.496Z] + 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 [2026-03-26T01:34:37.839Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2026-03-26T01:34:37.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-26T01:34:37.840Z] 96b8e04b238d: Preparing [2026-03-26T01:34:37.840Z] 525fd428ed14: Preparing [2026-03-26T01:34:37.840Z] 6cf4d9d71e2a: Preparing [2026-03-26T01:34:37.840Z] dcfe4fcfbece: Preparing [2026-03-26T01:34:37.840Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:37.840Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:37.840Z] 1e2a64092b94: Preparing [2026-03-26T01:34:37.840Z] 075926d2eb87: Preparing [2026-03-26T01:34:37.840Z] c4e71c2a4573: Preparing [2026-03-26T01:34:37.840Z] 32acdb0bd72c: Waiting [2026-03-26T01:34:37.840Z] 1e2a64092b94: Waiting [2026-03-26T01:34:37.840Z] 075926d2eb87: Waiting [2026-03-26T01:34:37.840Z] c4e71c2a4573: Waiting [2026-03-26T01:34:37.840Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:37.840Z] 525fd428ed14: Layer already exists [2026-03-26T01:34:37.840Z] 96b8e04b238d: Layer already exists [2026-03-26T01:34:37.840Z] 6cf4d9d71e2a: Layer already exists [2026-03-26T01:34:37.840Z] dcfe4fcfbece: Layer already exists [2026-03-26T01:34:37.840Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:37.840Z] 1e2a64092b94: Layer already exists [2026-03-26T01:34:37.840Z] 075926d2eb87: Layer already exists [2026-03-26T01:34:37.840Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:38.105Z] main: digest: sha256:680f306551ebf09c48048c6de63b608cf86304acb8dd1bb58cbfc645c981e8f9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:34:38.176Z] ===================================================== [Pipeline] echo [2026-03-26T01:34:38.188Z] taggedImages: [2026-03-26T01:34:38.189Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:38.189Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-03-26T01:34:38.189Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.104 [2026-03-26T01:34:38.189Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:38.189Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-03-26T01:34:38.425Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2026-03-26T01:34:38.425Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:38.425Z] latest [2026-03-26T01:34:38.425Z] 4.1.0-dev.104 [2026-03-26T01:34:38.425Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:38.425Z] main [2026-03-26T01:34:38.425Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:38.784Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:39.132Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:39.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-26T01:34:39.132Z] f54f9d0a86bf: Preparing [2026-03-26T01:34:39.132Z] dd383131d40e: Preparing [2026-03-26T01:34:39.132Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:39.132Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:39.132Z] ebc675aca01b: Preparing [2026-03-26T01:34:39.132Z] 5c4a0ab00e1e: Preparing [2026-03-26T01:34:39.132Z] c4e71c2a4573: Preparing [2026-03-26T01:34:39.132Z] 5c4a0ab00e1e: Waiting [2026-03-26T01:34:39.132Z] c4e71c2a4573: Waiting [2026-03-26T01:34:39.132Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:39.132Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:39.406Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:39.406Z] ebc675aca01b: Pushed [2026-03-26T01:34:39.406Z] f54f9d0a86bf: Pushed [2026-03-26T01:34:39.406Z] 5c4a0ab00e1e: Pushed [2026-03-26T01:34:49.470Z] dd383131d40e: Pushed [2026-03-26T01:34:49.470Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:86061b2ab90e15090f45e3c8f50693424ee2d48e5c3eb2c1c6c9ce843a6ba7e7 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:49.826Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:50.177Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-03-26T01:34:50.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-26T01:34:50.177Z] f54f9d0a86bf: Preparing [2026-03-26T01:34:50.177Z] dd383131d40e: Preparing [2026-03-26T01:34:50.177Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:50.177Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:50.177Z] ebc675aca01b: Preparing [2026-03-26T01:34:50.177Z] 5c4a0ab00e1e: Preparing [2026-03-26T01:34:50.177Z] c4e71c2a4573: Preparing [2026-03-26T01:34:50.177Z] c4e71c2a4573: Waiting [2026-03-26T01:34:50.177Z] 5c4a0ab00e1e: Waiting [2026-03-26T01:34:50.177Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:50.177Z] dd383131d40e: Layer already exists [2026-03-26T01:34:50.177Z] ebc675aca01b: Layer already exists [2026-03-26T01:34:50.177Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:50.177Z] f54f9d0a86bf: Layer already exists [2026-03-26T01:34:50.177Z] 5c4a0ab00e1e: Layer already exists [2026-03-26T01:34:50.177Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:50.555Z] latest: digest: sha256:86061b2ab90e15090f45e3c8f50693424ee2d48e5c3eb2c1c6c9ce843a6ba7e7 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:50.903Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:51.250Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.104 [2026-03-26T01:34:51.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-26T01:34:51.250Z] f54f9d0a86bf: Preparing [2026-03-26T01:34:51.250Z] dd383131d40e: Preparing [2026-03-26T01:34:51.250Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:51.250Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:51.250Z] ebc675aca01b: Preparing [2026-03-26T01:34:51.250Z] 5c4a0ab00e1e: Preparing [2026-03-26T01:34:51.250Z] c4e71c2a4573: Preparing [2026-03-26T01:34:51.250Z] 5c4a0ab00e1e: Waiting [2026-03-26T01:34:51.250Z] c4e71c2a4573: Waiting [2026-03-26T01:34:51.250Z] f54f9d0a86bf: Layer already exists [2026-03-26T01:34:51.250Z] dd383131d40e: Layer already exists [2026-03-26T01:34:51.250Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:51.250Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:51.250Z] ebc675aca01b: Layer already exists [2026-03-26T01:34:51.250Z] 5c4a0ab00e1e: Layer already exists [2026-03-26T01:34:51.250Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:51.515Z] 4.1.0-dev.104: digest: sha256:86061b2ab90e15090f45e3c8f50693424ee2d48e5c3eb2c1c6c9ce843a6ba7e7 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:53.110Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:53.512Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:53.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-26T01:34:53.512Z] f54f9d0a86bf: Preparing [2026-03-26T01:34:53.512Z] dd383131d40e: Preparing [2026-03-26T01:34:53.512Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:53.512Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:53.512Z] ebc675aca01b: Preparing [2026-03-26T01:34:53.512Z] 5c4a0ab00e1e: Preparing [2026-03-26T01:34:53.512Z] c4e71c2a4573: Preparing [2026-03-26T01:34:53.512Z] 5c4a0ab00e1e: Waiting [2026-03-26T01:34:53.512Z] c4e71c2a4573: Waiting [2026-03-26T01:34:53.512Z] dd383131d40e: Layer already exists [2026-03-26T01:34:53.512Z] ebc675aca01b: Layer already exists [2026-03-26T01:34:53.512Z] f54f9d0a86bf: Layer already exists [2026-03-26T01:34:53.512Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:53.512Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:53.512Z] 5c4a0ab00e1e: Layer already exists [2026-03-26T01:34:53.512Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:53.781Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:86061b2ab90e15090f45e3c8f50693424ee2d48e5c3eb2c1c6c9ce843a6ba7e7 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:54.182Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:54.564Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2026-03-26T01:34:54.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-26T01:34:54.564Z] f54f9d0a86bf: Preparing [2026-03-26T01:34:54.564Z] dd383131d40e: Preparing [2026-03-26T01:34:54.564Z] 911c5c5b9f06: Preparing [2026-03-26T01:34:54.564Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:54.564Z] ebc675aca01b: Preparing [2026-03-26T01:34:54.564Z] 5c4a0ab00e1e: Preparing [2026-03-26T01:34:54.564Z] c4e71c2a4573: Preparing [2026-03-26T01:34:54.564Z] c4e71c2a4573: Waiting [2026-03-26T01:34:54.564Z] 5c4a0ab00e1e: Waiting [2026-03-26T01:34:54.564Z] dd383131d40e: Layer already exists [2026-03-26T01:34:54.564Z] ebc675aca01b: Layer already exists [2026-03-26T01:34:54.564Z] f54f9d0a86bf: Layer already exists [2026-03-26T01:34:54.564Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:34:54.564Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:54.564Z] 5c4a0ab00e1e: Layer already exists [2026-03-26T01:34:54.564Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:54.839Z] main: digest: sha256:86061b2ab90e15090f45e3c8f50693424ee2d48e5c3eb2c1c6c9ce843a6ba7e7 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:34:54.916Z] ===================================================== [Pipeline] echo [2026-03-26T01:34:54.932Z] taggedImages: [2026-03-26T01:34:54.932Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:54.932Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-03-26T01:34:54.932Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.104 [2026-03-26T01:34:54.932Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:54.932Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-03-26T01:34:54.963Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2026-03-26T01:34:54.963Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:54.963Z] latest [2026-03-26T01:34:54.963Z] 4.1.0-dev.104 [2026-03-26T01:34:54.963Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:34:54.963Z] main [2026-03-26T01:34:54.963Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:55.350Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:34:55.722Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:34:55.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-26T01:34:55.722Z] 8fe1ae421256: Preparing [2026-03-26T01:34:55.722Z] 681b0138302e: Preparing [2026-03-26T01:34:55.722Z] 32acdb0bd72c: Preparing [2026-03-26T01:34:55.722Z] df67587dbe77: Preparing [2026-03-26T01:34:55.722Z] b0ce96161500: Preparing [2026-03-26T01:34:55.722Z] c4e71c2a4573: Preparing [2026-03-26T01:34:55.722Z] c4e71c2a4573: Waiting [2026-03-26T01:34:55.991Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:34:55.991Z] c4e71c2a4573: Layer already exists [2026-03-26T01:34:55.991Z] b0ce96161500: Pushed [2026-03-26T01:34:55.991Z] 8fe1ae421256: Pushed [2026-03-26T01:34:55.991Z] df67587dbe77: Pushed [2026-03-26T01:35:06.146Z] 681b0138302e: Pushed [2026-03-26T01:35:06.146Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:9a9b10ac5b822c3dfa75beb78309b8aa1b8146883278b68ffe9fb9be131c3d9e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:06.501Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:06.861Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-03-26T01:35:06.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-26T01:35:06.861Z] 8fe1ae421256: Preparing [2026-03-26T01:35:06.861Z] 681b0138302e: Preparing [2026-03-26T01:35:06.861Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:06.861Z] df67587dbe77: Preparing [2026-03-26T01:35:06.861Z] b0ce96161500: Preparing [2026-03-26T01:35:06.861Z] c4e71c2a4573: Preparing [2026-03-26T01:35:06.861Z] c4e71c2a4573: Waiting [2026-03-26T01:35:06.861Z] 8fe1ae421256: Layer already exists [2026-03-26T01:35:06.861Z] b0ce96161500: Layer already exists [2026-03-26T01:35:06.861Z] 681b0138302e: Layer already exists [2026-03-26T01:35:06.861Z] df67587dbe77: Layer already exists [2026-03-26T01:35:06.861Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:06.861Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:07.127Z] latest: digest: sha256:9a9b10ac5b822c3dfa75beb78309b8aa1b8146883278b68ffe9fb9be131c3d9e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:07.492Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:07.846Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.104 [2026-03-26T01:35:07.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-26T01:35:07.847Z] 8fe1ae421256: Preparing [2026-03-26T01:35:07.847Z] 681b0138302e: Preparing [2026-03-26T01:35:07.847Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:07.847Z] df67587dbe77: Preparing [2026-03-26T01:35:07.847Z] b0ce96161500: Preparing [2026-03-26T01:35:07.847Z] c4e71c2a4573: Preparing [2026-03-26T01:35:07.847Z] c4e71c2a4573: Waiting [2026-03-26T01:35:07.847Z] 8fe1ae421256: Layer already exists [2026-03-26T01:35:07.847Z] df67587dbe77: Layer already exists [2026-03-26T01:35:07.847Z] 681b0138302e: Layer already exists [2026-03-26T01:35:07.847Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:07.847Z] b0ce96161500: Layer already exists [2026-03-26T01:35:07.847Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:08.112Z] 4.1.0-dev.104: digest: sha256:9a9b10ac5b822c3dfa75beb78309b8aa1b8146883278b68ffe9fb9be131c3d9e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:08.477Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:08.835Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:08.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-26T01:35:08.835Z] 8fe1ae421256: Preparing [2026-03-26T01:35:08.835Z] 681b0138302e: Preparing [2026-03-26T01:35:08.835Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:08.835Z] df67587dbe77: Preparing [2026-03-26T01:35:08.835Z] b0ce96161500: Preparing [2026-03-26T01:35:08.835Z] c4e71c2a4573: Preparing [2026-03-26T01:35:08.835Z] c4e71c2a4573: Waiting [2026-03-26T01:35:08.835Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:08.835Z] df67587dbe77: Layer already exists [2026-03-26T01:35:08.835Z] 8fe1ae421256: Layer already exists [2026-03-26T01:35:08.835Z] b0ce96161500: Layer already exists [2026-03-26T01:35:08.835Z] 681b0138302e: Layer already exists [2026-03-26T01:35:08.835Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:09.101Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:9a9b10ac5b822c3dfa75beb78309b8aa1b8146883278b68ffe9fb9be131c3d9e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:09.459Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:09.822Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2026-03-26T01:35:09.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-26T01:35:09.822Z] 8fe1ae421256: Preparing [2026-03-26T01:35:09.822Z] 681b0138302e: Preparing [2026-03-26T01:35:09.822Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:09.822Z] df67587dbe77: Preparing [2026-03-26T01:35:09.822Z] b0ce96161500: Preparing [2026-03-26T01:35:09.822Z] c4e71c2a4573: Preparing [2026-03-26T01:35:09.822Z] c4e71c2a4573: Waiting [2026-03-26T01:35:09.822Z] df67587dbe77: Layer already exists [2026-03-26T01:35:09.822Z] b0ce96161500: Layer already exists [2026-03-26T01:35:09.822Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:09.822Z] 681b0138302e: Layer already exists [2026-03-26T01:35:09.822Z] 8fe1ae421256: Layer already exists [2026-03-26T01:35:09.822Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:10.086Z] main: digest: sha256:9a9b10ac5b822c3dfa75beb78309b8aa1b8146883278b68ffe9fb9be131c3d9e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:35:10.150Z] ===================================================== [Pipeline] echo [2026-03-26T01:35:10.167Z] taggedImages: [2026-03-26T01:35:10.167Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:10.167Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-03-26T01:35:10.167Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.104 [2026-03-26T01:35:10.167Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:10.167Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-03-26T01:35:10.190Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2026-03-26T01:35:10.190Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:10.190Z] latest [2026-03-26T01:35:10.190Z] 4.1.0-dev.104 [2026-03-26T01:35:10.190Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:10.190Z] main [2026-03-26T01:35:10.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:10.546Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:10.909Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:10.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-26T01:35:10.909Z] 2be0bf4c43de: Preparing [2026-03-26T01:35:10.909Z] f8c72a60bbb5: Preparing [2026-03-26T01:35:10.909Z] 36e5ea64704d: Preparing [2026-03-26T01:35:10.909Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:10.909Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:10.909Z] 1e2a64092b94: Preparing [2026-03-26T01:35:10.909Z] 075926d2eb87: Preparing [2026-03-26T01:35:10.909Z] c4e71c2a4573: Preparing [2026-03-26T01:35:10.909Z] 1e2a64092b94: Waiting [2026-03-26T01:35:10.909Z] 075926d2eb87: Waiting [2026-03-26T01:35:10.909Z] c4e71c2a4573: Waiting [2026-03-26T01:35:10.909Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:11.174Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:11.174Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:11.174Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:11.174Z] f8c72a60bbb5: Pushed [2026-03-26T01:35:11.174Z] 2be0bf4c43de: Pushed [2026-03-26T01:35:11.174Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:19.384Z] 36e5ea64704d: Pushed [2026-03-26T01:35:19.650Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:67cc8602733a74a0aace867a2e27445aa92824690acc4935ff506f0e500d62db size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:20.006Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:20.359Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-03-26T01:35:20.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-26T01:35:20.359Z] 2be0bf4c43de: Preparing [2026-03-26T01:35:20.359Z] f8c72a60bbb5: Preparing [2026-03-26T01:35:20.359Z] 36e5ea64704d: Preparing [2026-03-26T01:35:20.359Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:20.359Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:20.359Z] 1e2a64092b94: Preparing [2026-03-26T01:35:20.359Z] 075926d2eb87: Preparing [2026-03-26T01:35:20.359Z] c4e71c2a4573: Preparing [2026-03-26T01:35:20.359Z] 1e2a64092b94: Waiting [2026-03-26T01:35:20.359Z] 075926d2eb87: Waiting [2026-03-26T01:35:20.359Z] c4e71c2a4573: Waiting [2026-03-26T01:35:20.359Z] 2be0bf4c43de: Layer already exists [2026-03-26T01:35:20.359Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:20.359Z] 36e5ea64704d: Layer already exists [2026-03-26T01:35:20.359Z] f8c72a60bbb5: Layer already exists [2026-03-26T01:35:20.359Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:20.359Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:20.359Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:20.359Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:20.624Z] latest: digest: sha256:67cc8602733a74a0aace867a2e27445aa92824690acc4935ff506f0e500d62db size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:20.983Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:21.341Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.104 [2026-03-26T01:35:21.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-26T01:35:21.341Z] 2be0bf4c43de: Preparing [2026-03-26T01:35:21.341Z] f8c72a60bbb5: Preparing [2026-03-26T01:35:21.341Z] 36e5ea64704d: Preparing [2026-03-26T01:35:21.341Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:21.341Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:21.341Z] 1e2a64092b94: Preparing [2026-03-26T01:35:21.341Z] 075926d2eb87: Preparing [2026-03-26T01:35:21.341Z] c4e71c2a4573: Preparing [2026-03-26T01:35:21.341Z] 1e2a64092b94: Waiting [2026-03-26T01:35:21.341Z] 075926d2eb87: Waiting [2026-03-26T01:35:21.341Z] c4e71c2a4573: Waiting [2026-03-26T01:35:21.341Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:21.341Z] 36e5ea64704d: Layer already exists [2026-03-26T01:35:21.341Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:21.341Z] f8c72a60bbb5: Layer already exists [2026-03-26T01:35:21.341Z] 2be0bf4c43de: Layer already exists [2026-03-26T01:35:21.341Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:21.341Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:21.341Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:21.607Z] 4.1.0-dev.104: digest: sha256:67cc8602733a74a0aace867a2e27445aa92824690acc4935ff506f0e500d62db size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:21.966Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:22.321Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:22.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-26T01:35:22.322Z] 2be0bf4c43de: Preparing [2026-03-26T01:35:22.322Z] f8c72a60bbb5: Preparing [2026-03-26T01:35:22.322Z] 36e5ea64704d: Preparing [2026-03-26T01:35:22.322Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:22.322Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:22.322Z] 1e2a64092b94: Preparing [2026-03-26T01:35:22.322Z] 075926d2eb87: Preparing [2026-03-26T01:35:22.322Z] c4e71c2a4573: Preparing [2026-03-26T01:35:22.322Z] 1e2a64092b94: Waiting [2026-03-26T01:35:22.322Z] 075926d2eb87: Waiting [2026-03-26T01:35:22.322Z] c4e71c2a4573: Waiting [2026-03-26T01:35:22.322Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:22.322Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:22.322Z] 2be0bf4c43de: Layer already exists [2026-03-26T01:35:22.322Z] f8c72a60bbb5: Layer already exists [2026-03-26T01:35:22.322Z] 36e5ea64704d: Layer already exists [2026-03-26T01:35:22.322Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:22.322Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:22.322Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:22.587Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:67cc8602733a74a0aace867a2e27445aa92824690acc4935ff506f0e500d62db size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:22.960Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:23.319Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2026-03-26T01:35:23.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-26T01:35:23.319Z] 2be0bf4c43de: Preparing [2026-03-26T01:35:23.319Z] f8c72a60bbb5: Preparing [2026-03-26T01:35:23.319Z] 36e5ea64704d: Preparing [2026-03-26T01:35:23.319Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:23.319Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:23.319Z] 1e2a64092b94: Preparing [2026-03-26T01:35:23.319Z] 075926d2eb87: Preparing [2026-03-26T01:35:23.319Z] c4e71c2a4573: Preparing [2026-03-26T01:35:23.319Z] 1e2a64092b94: Waiting [2026-03-26T01:35:23.319Z] 075926d2eb87: Waiting [2026-03-26T01:35:23.319Z] c4e71c2a4573: Waiting [2026-03-26T01:35:23.319Z] 2be0bf4c43de: Layer already exists [2026-03-26T01:35:23.319Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:23.319Z] f8c72a60bbb5: Layer already exists [2026-03-26T01:35:23.319Z] 36e5ea64704d: Layer already exists [2026-03-26T01:35:23.319Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:23.319Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:23.597Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:23.597Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:24.178Z] main: digest: sha256:67cc8602733a74a0aace867a2e27445aa92824690acc4935ff506f0e500d62db size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:35:24.527Z] ===================================================== [Pipeline] echo [2026-03-26T01:35:24.543Z] taggedImages: [2026-03-26T01:35:24.543Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:24.543Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-03-26T01:35:24.543Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.104 [2026-03-26T01:35:24.543Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:24.543Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-03-26T01:35:24.572Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2026-03-26T01:35:24.572Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:24.572Z] latest [2026-03-26T01:35:24.572Z] 4.1.0-dev.104 [2026-03-26T01:35:24.572Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:24.572Z] main [2026-03-26T01:35:24.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:24.949Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:25.306Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:25.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-26T01:35:25.578Z] 6b36c253d216: Preparing [2026-03-26T01:35:25.578Z] a6477fc56983: Preparing [2026-03-26T01:35:25.578Z] 1d92a78fe33b: Preparing [2026-03-26T01:35:25.578Z] 9633537b819a: Preparing [2026-03-26T01:35:25.578Z] 327ef0c845a1: Preparing [2026-03-26T01:35:25.578Z] ee8221df90e2: Preparing [2026-03-26T01:35:25.578Z] dbead6aa2e43: Preparing [2026-03-26T01:35:25.578Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:25.578Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:25.578Z] ee8221df90e2: Waiting [2026-03-26T01:35:25.578Z] dbead6aa2e43: Waiting [2026-03-26T01:35:25.578Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:25.578Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:25.578Z] 726bcb301938: Preparing [2026-03-26T01:35:25.578Z] d89b184a1d38: Preparing [2026-03-26T01:35:25.578Z] 5f70bf18a086: Preparing [2026-03-26T01:35:25.578Z] f32d439086d5: Preparing [2026-03-26T01:35:25.578Z] e0525eb867e4: Preparing [2026-03-26T01:35:25.578Z] 3d9fb1292164: Preparing [2026-03-26T01:35:25.578Z] c4e71c2a4573: Preparing [2026-03-26T01:35:25.578Z] 726bcb301938: Waiting [2026-03-26T01:35:25.578Z] 5f70bf18a086: Waiting [2026-03-26T01:35:25.578Z] f32d439086d5: Waiting [2026-03-26T01:35:25.578Z] e0525eb867e4: Waiting [2026-03-26T01:35:25.578Z] 3d9fb1292164: Waiting [2026-03-26T01:35:25.578Z] c4e71c2a4573: Waiting [2026-03-26T01:35:25.578Z] d89b184a1d38: Waiting [2026-03-26T01:35:26.532Z] 1d92a78fe33b: Pushed [2026-03-26T01:35:26.532Z] a6477fc56983: Pushed [2026-03-26T01:35:26.532Z] 327ef0c845a1: Pushed [2026-03-26T01:35:26.532Z] 9633537b819a: Pushed [2026-03-26T01:35:26.532Z] 6b36c253d216: Pushed [2026-03-26T01:35:26.799Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:26.799Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:26.799Z] ee8221df90e2: Pushed [2026-03-26T01:35:26.799Z] 5f70bf18a086: Layer already exists [2026-03-26T01:35:26.799Z] 726bcb301938: Pushed [2026-03-26T01:35:26.799Z] d89b184a1d38: Pushed [2026-03-26T01:35:27.064Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:27.064Z] f32d439086d5: Pushed [2026-03-26T01:35:27.064Z] e0525eb867e4: Pushed [2026-03-26T01:35:27.064Z] 3d9fb1292164: Pushed [2026-03-26T01:35:30.396Z] dbead6aa2e43: Pushed [2026-03-26T01:35:30.396Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:c658e37e5c1f99d762460a11b5457051716b07d033c395236239c906e4bf6b2d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:30.752Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:31.111Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-03-26T01:35:31.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-26T01:35:31.111Z] 6b36c253d216: Preparing [2026-03-26T01:35:31.111Z] a6477fc56983: Preparing [2026-03-26T01:35:31.111Z] 1d92a78fe33b: Preparing [2026-03-26T01:35:31.111Z] 9633537b819a: Preparing [2026-03-26T01:35:31.111Z] 327ef0c845a1: Preparing [2026-03-26T01:35:31.111Z] ee8221df90e2: Preparing [2026-03-26T01:35:31.111Z] dbead6aa2e43: Preparing [2026-03-26T01:35:31.111Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:31.111Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:31.111Z] 726bcb301938: Preparing [2026-03-26T01:35:31.111Z] d89b184a1d38: Preparing [2026-03-26T01:35:31.111Z] 5f70bf18a086: Preparing [2026-03-26T01:35:31.111Z] f32d439086d5: Preparing [2026-03-26T01:35:31.111Z] e0525eb867e4: Preparing [2026-03-26T01:35:31.111Z] 3d9fb1292164: Preparing [2026-03-26T01:35:31.111Z] c4e71c2a4573: Preparing [2026-03-26T01:35:31.111Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:31.111Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:31.111Z] 726bcb301938: Waiting [2026-03-26T01:35:31.111Z] d89b184a1d38: Waiting [2026-03-26T01:35:31.111Z] 5f70bf18a086: Waiting [2026-03-26T01:35:31.111Z] f32d439086d5: Waiting [2026-03-26T01:35:31.111Z] ee8221df90e2: Waiting [2026-03-26T01:35:31.111Z] e0525eb867e4: Waiting [2026-03-26T01:35:31.111Z] dbead6aa2e43: Waiting [2026-03-26T01:35:31.111Z] 3d9fb1292164: Waiting [2026-03-26T01:35:31.111Z] c4e71c2a4573: Waiting [2026-03-26T01:35:31.111Z] a6477fc56983: Layer already exists [2026-03-26T01:35:31.111Z] 1d92a78fe33b: Layer already exists [2026-03-26T01:35:31.111Z] 327ef0c845a1: Layer already exists [2026-03-26T01:35:31.111Z] 9633537b819a: Layer already exists [2026-03-26T01:35:31.111Z] 6b36c253d216: Layer already exists [2026-03-26T01:35:31.111Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:31.111Z] ee8221df90e2: Layer already exists [2026-03-26T01:35:31.111Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:31.111Z] dbead6aa2e43: Layer already exists [2026-03-26T01:35:31.111Z] 726bcb301938: Layer already exists [2026-03-26T01:35:31.111Z] d89b184a1d38: Layer already exists [2026-03-26T01:35:31.111Z] 5f70bf18a086: Layer already exists [2026-03-26T01:35:31.111Z] f32d439086d5: Layer already exists [2026-03-26T01:35:31.111Z] 3d9fb1292164: Layer already exists [2026-03-26T01:35:31.111Z] e0525eb867e4: Layer already exists [2026-03-26T01:35:31.111Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:31.376Z] latest: digest: sha256:c658e37e5c1f99d762460a11b5457051716b07d033c395236239c906e4bf6b2d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:31.729Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:32.077Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.104 [2026-03-26T01:35:32.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-26T01:35:32.077Z] 6b36c253d216: Preparing [2026-03-26T01:35:32.077Z] a6477fc56983: Preparing [2026-03-26T01:35:32.077Z] 1d92a78fe33b: Preparing [2026-03-26T01:35:32.077Z] 9633537b819a: Preparing [2026-03-26T01:35:32.077Z] 327ef0c845a1: Preparing [2026-03-26T01:35:32.077Z] ee8221df90e2: Preparing [2026-03-26T01:35:32.077Z] dbead6aa2e43: Preparing [2026-03-26T01:35:32.077Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:32.077Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:32.077Z] 726bcb301938: Preparing [2026-03-26T01:35:32.077Z] d89b184a1d38: Preparing [2026-03-26T01:35:32.077Z] 5f70bf18a086: Preparing [2026-03-26T01:35:32.077Z] f32d439086d5: Preparing [2026-03-26T01:35:32.077Z] e0525eb867e4: Preparing [2026-03-26T01:35:32.077Z] 3d9fb1292164: Preparing [2026-03-26T01:35:32.077Z] c4e71c2a4573: Preparing [2026-03-26T01:35:32.077Z] 726bcb301938: Waiting [2026-03-26T01:35:32.077Z] d89b184a1d38: Waiting [2026-03-26T01:35:32.077Z] f32d439086d5: Waiting [2026-03-26T01:35:32.077Z] 5f70bf18a086: Waiting [2026-03-26T01:35:32.077Z] e0525eb867e4: Waiting [2026-03-26T01:35:32.077Z] 3d9fb1292164: Waiting [2026-03-26T01:35:32.077Z] dbead6aa2e43: Waiting [2026-03-26T01:35:32.077Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:32.077Z] ee8221df90e2: Waiting [2026-03-26T01:35:32.077Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:32.077Z] 6b36c253d216: Layer already exists [2026-03-26T01:35:32.077Z] a6477fc56983: Layer already exists [2026-03-26T01:35:32.077Z] 327ef0c845a1: Layer already exists [2026-03-26T01:35:32.077Z] 1d92a78fe33b: Layer already exists [2026-03-26T01:35:32.077Z] 9633537b819a: Layer already exists [2026-03-26T01:35:32.077Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:32.077Z] dbead6aa2e43: Layer already exists [2026-03-26T01:35:32.077Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:32.077Z] ee8221df90e2: Layer already exists [2026-03-26T01:35:32.077Z] 726bcb301938: Layer already exists [2026-03-26T01:35:32.077Z] d89b184a1d38: Layer already exists [2026-03-26T01:35:32.077Z] 5f70bf18a086: Layer already exists [2026-03-26T01:35:32.077Z] f32d439086d5: Layer already exists [2026-03-26T01:35:32.077Z] e0525eb867e4: Layer already exists [2026-03-26T01:35:32.077Z] 3d9fb1292164: Layer already exists [2026-03-26T01:35:32.077Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:32.343Z] 4.1.0-dev.104: digest: sha256:c658e37e5c1f99d762460a11b5457051716b07d033c395236239c906e4bf6b2d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:32.703Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:33.048Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:33.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-26T01:35:33.048Z] 6b36c253d216: Preparing [2026-03-26T01:35:33.048Z] a6477fc56983: Preparing [2026-03-26T01:35:33.048Z] 1d92a78fe33b: Preparing [2026-03-26T01:35:33.048Z] 9633537b819a: Preparing [2026-03-26T01:35:33.048Z] 327ef0c845a1: Preparing [2026-03-26T01:35:33.048Z] ee8221df90e2: Preparing [2026-03-26T01:35:33.048Z] dbead6aa2e43: Preparing [2026-03-26T01:35:33.048Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:33.048Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:33.048Z] 726bcb301938: Preparing [2026-03-26T01:35:33.048Z] d89b184a1d38: Preparing [2026-03-26T01:35:33.048Z] 5f70bf18a086: Preparing [2026-03-26T01:35:33.048Z] f32d439086d5: Preparing [2026-03-26T01:35:33.048Z] e0525eb867e4: Preparing [2026-03-26T01:35:33.048Z] 3d9fb1292164: Preparing [2026-03-26T01:35:33.048Z] c4e71c2a4573: Preparing [2026-03-26T01:35:33.048Z] 726bcb301938: Waiting [2026-03-26T01:35:33.048Z] d89b184a1d38: Waiting [2026-03-26T01:35:33.048Z] 5f70bf18a086: Waiting [2026-03-26T01:35:33.048Z] f32d439086d5: Waiting [2026-03-26T01:35:33.048Z] e0525eb867e4: Waiting [2026-03-26T01:35:33.048Z] 3d9fb1292164: Waiting [2026-03-26T01:35:33.048Z] c4e71c2a4573: Waiting [2026-03-26T01:35:33.048Z] ee8221df90e2: Waiting [2026-03-26T01:35:33.048Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:33.048Z] dbead6aa2e43: Waiting [2026-03-26T01:35:33.048Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:33.048Z] 9633537b819a: Layer already exists [2026-03-26T01:35:33.048Z] 6b36c253d216: Layer already exists [2026-03-26T01:35:33.048Z] a6477fc56983: Layer already exists [2026-03-26T01:35:33.048Z] 1d92a78fe33b: Layer already exists [2026-03-26T01:35:33.048Z] 327ef0c845a1: Layer already exists [2026-03-26T01:35:33.048Z] dbead6aa2e43: Layer already exists [2026-03-26T01:35:33.048Z] ee8221df90e2: Layer already exists [2026-03-26T01:35:33.048Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:33.048Z] 726bcb301938: Layer already exists [2026-03-26T01:35:33.048Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:33.048Z] 5f70bf18a086: Layer already exists [2026-03-26T01:35:33.048Z] e0525eb867e4: Layer already exists [2026-03-26T01:35:33.048Z] f32d439086d5: Layer already exists [2026-03-26T01:35:33.048Z] d89b184a1d38: Layer already exists [2026-03-26T01:35:33.048Z] 3d9fb1292164: Layer already exists [2026-03-26T01:35:33.048Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:33.314Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:c658e37e5c1f99d762460a11b5457051716b07d033c395236239c906e4bf6b2d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:33.675Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:34.034Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2026-03-26T01:35:34.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-26T01:35:34.034Z] 6b36c253d216: Preparing [2026-03-26T01:35:34.034Z] a6477fc56983: Preparing [2026-03-26T01:35:34.034Z] 1d92a78fe33b: Preparing [2026-03-26T01:35:34.034Z] 9633537b819a: Preparing [2026-03-26T01:35:34.034Z] 327ef0c845a1: Preparing [2026-03-26T01:35:34.034Z] ee8221df90e2: Preparing [2026-03-26T01:35:34.034Z] dbead6aa2e43: Preparing [2026-03-26T01:35:34.034Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:34.034Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:34.034Z] 726bcb301938: Preparing [2026-03-26T01:35:34.034Z] d89b184a1d38: Preparing [2026-03-26T01:35:34.034Z] 5f70bf18a086: Preparing [2026-03-26T01:35:34.034Z] f32d439086d5: Preparing [2026-03-26T01:35:34.034Z] e0525eb867e4: Preparing [2026-03-26T01:35:34.034Z] 3d9fb1292164: Preparing [2026-03-26T01:35:34.034Z] c4e71c2a4573: Preparing [2026-03-26T01:35:34.034Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:34.034Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:34.034Z] 726bcb301938: Waiting [2026-03-26T01:35:34.034Z] d89b184a1d38: Waiting [2026-03-26T01:35:34.034Z] 5f70bf18a086: Waiting [2026-03-26T01:35:34.034Z] f32d439086d5: Waiting [2026-03-26T01:35:34.034Z] e0525eb867e4: Waiting [2026-03-26T01:35:34.034Z] 3d9fb1292164: Waiting [2026-03-26T01:35:34.034Z] c4e71c2a4573: Waiting [2026-03-26T01:35:34.034Z] ee8221df90e2: Waiting [2026-03-26T01:35:34.034Z] dbead6aa2e43: Waiting [2026-03-26T01:35:34.034Z] 6b36c253d216: Layer already exists [2026-03-26T01:35:34.034Z] a6477fc56983: Layer already exists [2026-03-26T01:35:34.034Z] 1d92a78fe33b: Layer already exists [2026-03-26T01:35:34.034Z] 327ef0c845a1: Layer already exists [2026-03-26T01:35:34.034Z] 9633537b819a: Layer already exists [2026-03-26T01:35:34.034Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:34.034Z] dbead6aa2e43: Layer already exists [2026-03-26T01:35:34.034Z] ee8221df90e2: Layer already exists [2026-03-26T01:35:34.034Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:34.034Z] 726bcb301938: Layer already exists [2026-03-26T01:35:34.034Z] d89b184a1d38: Layer already exists [2026-03-26T01:35:34.034Z] 5f70bf18a086: Layer already exists [2026-03-26T01:35:34.034Z] f32d439086d5: Layer already exists [2026-03-26T01:35:34.034Z] 3d9fb1292164: Layer already exists [2026-03-26T01:35:34.034Z] e0525eb867e4: Layer already exists [2026-03-26T01:35:34.034Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:34.300Z] main: digest: sha256:c658e37e5c1f99d762460a11b5457051716b07d033c395236239c906e4bf6b2d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:35:34.381Z] ===================================================== [Pipeline] echo [2026-03-26T01:35:34.397Z] taggedImages: [2026-03-26T01:35:34.397Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:34.397Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-03-26T01:35:34.397Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.104 [2026-03-26T01:35:34.397Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:34.397Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-03-26T01:35:34.418Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2026-03-26T01:35:34.418Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:34.418Z] latest [2026-03-26T01:35:34.418Z] 4.1.0-dev.104 [2026-03-26T01:35:34.418Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:34.418Z] main [2026-03-26T01:35:34.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:34.773Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:35.122Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:35.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-26T01:35:35.122Z] 123626d38fd6: Preparing [2026-03-26T01:35:35.122Z] ca26754d4950: Preparing [2026-03-26T01:35:35.122Z] 2f8285b10a24: Preparing [2026-03-26T01:35:35.122Z] 55b306dab92d: Preparing [2026-03-26T01:35:35.122Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:35.122Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:35.122Z] 1e2a64092b94: Preparing [2026-03-26T01:35:35.122Z] 075926d2eb87: Preparing [2026-03-26T01:35:35.122Z] c4e71c2a4573: Preparing [2026-03-26T01:35:35.122Z] 1e2a64092b94: Waiting [2026-03-26T01:35:35.122Z] 075926d2eb87: Waiting [2026-03-26T01:35:35.122Z] c4e71c2a4573: Waiting [2026-03-26T01:35:35.122Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:35.122Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:35.398Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:35.398Z] ca26754d4950: Pushed [2026-03-26T01:35:35.398Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:35.398Z] 2f8285b10a24: Pushed [2026-03-26T01:35:35.398Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:35.398Z] 123626d38fd6: Pushed [2026-03-26T01:35:35.398Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:43.596Z] 55b306dab92d: Pushed [2026-03-26T01:35:43.596Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:3aa2984cb52466603ba3e0bb80a4518b34dc554f42a7bc27fcbf29d2b08fabc5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:43.978Z] + 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 [2026-03-26T01:35:44.340Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-03-26T01:35:44.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-26T01:35:44.340Z] 123626d38fd6: Preparing [2026-03-26T01:35:44.340Z] ca26754d4950: Preparing [2026-03-26T01:35:44.340Z] 2f8285b10a24: Preparing [2026-03-26T01:35:44.340Z] 55b306dab92d: Preparing [2026-03-26T01:35:44.340Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:44.340Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:44.340Z] 1e2a64092b94: Preparing [2026-03-26T01:35:44.340Z] 075926d2eb87: Preparing [2026-03-26T01:35:44.340Z] c4e71c2a4573: Preparing [2026-03-26T01:35:44.340Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:44.340Z] 1e2a64092b94: Waiting [2026-03-26T01:35:44.340Z] 075926d2eb87: Waiting [2026-03-26T01:35:44.340Z] c4e71c2a4573: Waiting [2026-03-26T01:35:44.340Z] 55b306dab92d: Layer already exists [2026-03-26T01:35:44.340Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:44.340Z] 123626d38fd6: Layer already exists [2026-03-26T01:35:44.340Z] 2f8285b10a24: Layer already exists [2026-03-26T01:35:44.340Z] ca26754d4950: Layer already exists [2026-03-26T01:35:44.340Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:44.340Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:44.340Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:44.340Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:44.606Z] latest: digest: sha256:3aa2984cb52466603ba3e0bb80a4518b34dc554f42a7bc27fcbf29d2b08fabc5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:44.953Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:45.313Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.104 [2026-03-26T01:35:45.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-26T01:35:45.313Z] 123626d38fd6: Preparing [2026-03-26T01:35:45.313Z] ca26754d4950: Preparing [2026-03-26T01:35:45.313Z] 2f8285b10a24: Preparing [2026-03-26T01:35:45.313Z] 55b306dab92d: Preparing [2026-03-26T01:35:45.313Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:45.313Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:45.313Z] 1e2a64092b94: Preparing [2026-03-26T01:35:45.313Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:45.313Z] 075926d2eb87: Preparing [2026-03-26T01:35:45.313Z] 1e2a64092b94: Waiting [2026-03-26T01:35:45.313Z] c4e71c2a4573: Preparing [2026-03-26T01:35:45.313Z] 075926d2eb87: Waiting [2026-03-26T01:35:45.313Z] c4e71c2a4573: Waiting [2026-03-26T01:35:45.313Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:45.313Z] ca26754d4950: Layer already exists [2026-03-26T01:35:45.313Z] 2f8285b10a24: Layer already exists [2026-03-26T01:35:45.313Z] 123626d38fd6: Layer already exists [2026-03-26T01:35:45.313Z] 55b306dab92d: Layer already exists [2026-03-26T01:35:45.313Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:45.313Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:45.313Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:45.313Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:45.579Z] 4.1.0-dev.104: digest: sha256:3aa2984cb52466603ba3e0bb80a4518b34dc554f42a7bc27fcbf29d2b08fabc5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:45.941Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:46.298Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:46.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-26T01:35:46.298Z] 123626d38fd6: Preparing [2026-03-26T01:35:46.298Z] ca26754d4950: Preparing [2026-03-26T01:35:46.298Z] 2f8285b10a24: Preparing [2026-03-26T01:35:46.298Z] 55b306dab92d: Preparing [2026-03-26T01:35:46.298Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:46.298Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:46.298Z] 1e2a64092b94: Preparing [2026-03-26T01:35:46.298Z] 075926d2eb87: Preparing [2026-03-26T01:35:46.298Z] c4e71c2a4573: Preparing [2026-03-26T01:35:46.298Z] 1e2a64092b94: Waiting [2026-03-26T01:35:46.298Z] 075926d2eb87: Waiting [2026-03-26T01:35:46.298Z] c4e71c2a4573: Waiting [2026-03-26T01:35:46.298Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:46.298Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:46.298Z] ca26754d4950: Layer already exists [2026-03-26T01:35:46.298Z] 55b306dab92d: Layer already exists [2026-03-26T01:35:46.298Z] 123626d38fd6: Layer already exists [2026-03-26T01:35:46.298Z] 2f8285b10a24: Layer already exists [2026-03-26T01:35:46.298Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:46.298Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:46.298Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:46.298Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:46.563Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:3aa2984cb52466603ba3e0bb80a4518b34dc554f42a7bc27fcbf29d2b08fabc5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:46.919Z] + 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 [2026-03-26T01:35:47.277Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2026-03-26T01:35:47.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-26T01:35:47.277Z] 123626d38fd6: Preparing [2026-03-26T01:35:47.277Z] ca26754d4950: Preparing [2026-03-26T01:35:47.277Z] 2f8285b10a24: Preparing [2026-03-26T01:35:47.277Z] 55b306dab92d: Preparing [2026-03-26T01:35:47.277Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:47.277Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:47.277Z] 1e2a64092b94: Preparing [2026-03-26T01:35:47.277Z] 075926d2eb87: Preparing [2026-03-26T01:35:47.277Z] c4e71c2a4573: Preparing [2026-03-26T01:35:47.277Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:47.277Z] 1e2a64092b94: Waiting [2026-03-26T01:35:47.277Z] 075926d2eb87: Waiting [2026-03-26T01:35:47.277Z] c4e71c2a4573: Waiting [2026-03-26T01:35:47.277Z] 2f8285b10a24: Layer already exists [2026-03-26T01:35:47.277Z] 55b306dab92d: Layer already exists [2026-03-26T01:35:47.277Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:47.277Z] ca26754d4950: Layer already exists [2026-03-26T01:35:47.277Z] 123626d38fd6: Layer already exists [2026-03-26T01:35:47.277Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:47.277Z] 1e2a64092b94: Layer already exists [2026-03-26T01:35:47.277Z] 075926d2eb87: Layer already exists [2026-03-26T01:35:47.277Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:47.543Z] main: digest: sha256:3aa2984cb52466603ba3e0bb80a4518b34dc554f42a7bc27fcbf29d2b08fabc5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:35:47.628Z] ===================================================== [Pipeline] echo [2026-03-26T01:35:47.639Z] taggedImages: [2026-03-26T01:35:47.639Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:47.639Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-03-26T01:35:47.639Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.104 [2026-03-26T01:35:47.639Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:47.639Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-03-26T01:35:47.665Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2026-03-26T01:35:47.665Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:47.665Z] latest [2026-03-26T01:35:47.665Z] 4.1.0-dev.104 [2026-03-26T01:35:47.665Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:47.665Z] main [2026-03-26T01:35:47.665Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:48.041Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:48.421Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:35:48.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-26T01:35:48.422Z] 28d0926ff72d: Preparing [2026-03-26T01:35:48.422Z] 6de8c3f9608b: Preparing [2026-03-26T01:35:48.422Z] 6018f91cf584: Preparing [2026-03-26T01:35:48.422Z] 518816649a5e: Preparing [2026-03-26T01:35:48.422Z] 8c77979c02af: Preparing [2026-03-26T01:35:48.422Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:48.422Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:48.422Z] aacb2aca5eee: Preparing [2026-03-26T01:35:48.422Z] b5801c0bebd9: Preparing [2026-03-26T01:35:48.422Z] c03ccb7e0824: Preparing [2026-03-26T01:35:48.422Z] c4e71c2a4573: Preparing [2026-03-26T01:35:48.422Z] aacb2aca5eee: Waiting [2026-03-26T01:35:48.422Z] b5801c0bebd9: Waiting [2026-03-26T01:35:48.422Z] c03ccb7e0824: Waiting [2026-03-26T01:35:48.422Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:48.422Z] c4e71c2a4573: Waiting [2026-03-26T01:35:48.422Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:48.690Z] 6de8c3f9608b: Pushed [2026-03-26T01:35:48.690Z] 8c77979c02af: Pushed [2026-03-26T01:35:48.690Z] 518816649a5e: Pushed [2026-03-26T01:35:48.690Z] 28d0926ff72d: Pushed [2026-03-26T01:35:48.690Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:48.690Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:48.690Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:48.956Z] aacb2aca5eee: Pushed [2026-03-26T01:35:48.956Z] b5801c0bebd9: Pushed [2026-03-26T01:35:52.292Z] c03ccb7e0824: Pushed [2026-03-26T01:35:56.626Z] 6018f91cf584: Pushed [2026-03-26T01:35:56.899Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:0c5028a00b05079c0038f1b4b81d41616f615e98e9122ec513b2ffc992ac39b9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:57.370Z] + 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 [2026-03-26T01:35:57.723Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-03-26T01:35:57.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-26T01:35:57.723Z] 28d0926ff72d: Preparing [2026-03-26T01:35:57.723Z] 6de8c3f9608b: Preparing [2026-03-26T01:35:57.723Z] 6018f91cf584: Preparing [2026-03-26T01:35:57.723Z] 518816649a5e: Preparing [2026-03-26T01:35:57.723Z] 8c77979c02af: Preparing [2026-03-26T01:35:57.723Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:57.723Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:57.723Z] aacb2aca5eee: Preparing [2026-03-26T01:35:57.723Z] b5801c0bebd9: Preparing [2026-03-26T01:35:57.723Z] c03ccb7e0824: Preparing [2026-03-26T01:35:57.723Z] c4e71c2a4573: Preparing [2026-03-26T01:35:57.723Z] aacb2aca5eee: Waiting [2026-03-26T01:35:57.723Z] b5801c0bebd9: Waiting [2026-03-26T01:35:57.723Z] c03ccb7e0824: Waiting [2026-03-26T01:35:57.723Z] c4e71c2a4573: Waiting [2026-03-26T01:35:57.723Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:57.723Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:57.723Z] 8c77979c02af: Layer already exists [2026-03-26T01:35:57.723Z] 28d0926ff72d: Layer already exists [2026-03-26T01:35:57.723Z] 6018f91cf584: Layer already exists [2026-03-26T01:35:57.723Z] 518816649a5e: Layer already exists [2026-03-26T01:35:57.723Z] 6de8c3f9608b: Layer already exists [2026-03-26T01:35:57.723Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:57.723Z] b5801c0bebd9: Layer already exists [2026-03-26T01:35:57.723Z] aacb2aca5eee: Layer already exists [2026-03-26T01:35:57.723Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:57.723Z] c03ccb7e0824: Layer already exists [2026-03-26T01:35:57.723Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:57.990Z] latest: digest: sha256:0c5028a00b05079c0038f1b4b81d41616f615e98e9122ec513b2ffc992ac39b9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:58.346Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:58.694Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.104 [2026-03-26T01:35:58.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-26T01:35:58.694Z] 28d0926ff72d: Preparing [2026-03-26T01:35:58.694Z] 6de8c3f9608b: Preparing [2026-03-26T01:35:58.694Z] 6018f91cf584: Preparing [2026-03-26T01:35:58.694Z] 518816649a5e: Preparing [2026-03-26T01:35:58.694Z] 8c77979c02af: Preparing [2026-03-26T01:35:58.694Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:58.694Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:58.694Z] aacb2aca5eee: Preparing [2026-03-26T01:35:58.694Z] b5801c0bebd9: Preparing [2026-03-26T01:35:58.694Z] c03ccb7e0824: Preparing [2026-03-26T01:35:58.694Z] c4e71c2a4573: Preparing [2026-03-26T01:35:58.694Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:58.694Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:58.694Z] aacb2aca5eee: Waiting [2026-03-26T01:35:58.694Z] b5801c0bebd9: Waiting [2026-03-26T01:35:58.694Z] c03ccb7e0824: Waiting [2026-03-26T01:35:58.694Z] c4e71c2a4573: Waiting [2026-03-26T01:35:58.694Z] 28d0926ff72d: Layer already exists [2026-03-26T01:35:58.694Z] 518816649a5e: Layer already exists [2026-03-26T01:35:58.694Z] 8c77979c02af: Layer already exists [2026-03-26T01:35:58.694Z] 6018f91cf584: Layer already exists [2026-03-26T01:35:58.694Z] 6de8c3f9608b: Layer already exists [2026-03-26T01:35:58.694Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:58.694Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:58.694Z] b5801c0bebd9: Layer already exists [2026-03-26T01:35:58.694Z] aacb2aca5eee: Layer already exists [2026-03-26T01:35:58.694Z] c03ccb7e0824: Layer already exists [2026-03-26T01:35:58.694Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:58.960Z] 4.1.0-dev.104: digest: sha256:0c5028a00b05079c0038f1b4b81d41616f615e98e9122ec513b2ffc992ac39b9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:59.315Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:35:59.661Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:35:59.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-26T01:35:59.661Z] 28d0926ff72d: Preparing [2026-03-26T01:35:59.661Z] 6de8c3f9608b: Preparing [2026-03-26T01:35:59.661Z] 6018f91cf584: Preparing [2026-03-26T01:35:59.661Z] 518816649a5e: Preparing [2026-03-26T01:35:59.661Z] 8c77979c02af: Preparing [2026-03-26T01:35:59.661Z] 911c5c5b9f06: Preparing [2026-03-26T01:35:59.661Z] 32acdb0bd72c: Preparing [2026-03-26T01:35:59.661Z] aacb2aca5eee: Preparing [2026-03-26T01:35:59.661Z] b5801c0bebd9: Preparing [2026-03-26T01:35:59.661Z] c03ccb7e0824: Preparing [2026-03-26T01:35:59.661Z] c4e71c2a4573: Preparing [2026-03-26T01:35:59.661Z] aacb2aca5eee: Waiting [2026-03-26T01:35:59.661Z] 911c5c5b9f06: Waiting [2026-03-26T01:35:59.661Z] c4e71c2a4573: Waiting [2026-03-26T01:35:59.661Z] b5801c0bebd9: Waiting [2026-03-26T01:35:59.661Z] c03ccb7e0824: Waiting [2026-03-26T01:35:59.661Z] 32acdb0bd72c: Waiting [2026-03-26T01:35:59.661Z] 28d0926ff72d: Layer already exists [2026-03-26T01:35:59.661Z] 8c77979c02af: Layer already exists [2026-03-26T01:35:59.661Z] 518816649a5e: Layer already exists [2026-03-26T01:35:59.661Z] 6de8c3f9608b: Layer already exists [2026-03-26T01:35:59.661Z] 6018f91cf584: Layer already exists [2026-03-26T01:35:59.661Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:35:59.661Z] aacb2aca5eee: Layer already exists [2026-03-26T01:35:59.661Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:35:59.661Z] b5801c0bebd9: Layer already exists [2026-03-26T01:35:59.661Z] c03ccb7e0824: Layer already exists [2026-03-26T01:35:59.661Z] c4e71c2a4573: Layer already exists [2026-03-26T01:35:59.927Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:0c5028a00b05079c0038f1b4b81d41616f615e98e9122ec513b2ffc992ac39b9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:00.287Z] + 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 [2026-03-26T01:36:00.642Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2026-03-26T01:36:00.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-26T01:36:00.642Z] 28d0926ff72d: Preparing [2026-03-26T01:36:00.642Z] 6de8c3f9608b: Preparing [2026-03-26T01:36:00.642Z] 6018f91cf584: Preparing [2026-03-26T01:36:00.642Z] 518816649a5e: Preparing [2026-03-26T01:36:00.642Z] 8c77979c02af: Preparing [2026-03-26T01:36:00.642Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:00.642Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:00.642Z] aacb2aca5eee: Preparing [2026-03-26T01:36:00.642Z] b5801c0bebd9: Preparing [2026-03-26T01:36:00.642Z] c03ccb7e0824: Preparing [2026-03-26T01:36:00.642Z] c4e71c2a4573: Preparing [2026-03-26T01:36:00.642Z] b5801c0bebd9: Waiting [2026-03-26T01:36:00.642Z] c03ccb7e0824: Waiting [2026-03-26T01:36:00.642Z] c4e71c2a4573: Waiting [2026-03-26T01:36:00.642Z] 32acdb0bd72c: Waiting [2026-03-26T01:36:00.642Z] aacb2aca5eee: Waiting [2026-03-26T01:36:00.642Z] 911c5c5b9f06: Waiting [2026-03-26T01:36:00.642Z] 28d0926ff72d: Layer already exists [2026-03-26T01:36:00.642Z] 518816649a5e: Layer already exists [2026-03-26T01:36:00.642Z] 8c77979c02af: Layer already exists [2026-03-26T01:36:00.642Z] 6018f91cf584: Layer already exists [2026-03-26T01:36:00.642Z] 6de8c3f9608b: Layer already exists [2026-03-26T01:36:00.642Z] aacb2aca5eee: Layer already exists [2026-03-26T01:36:00.642Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:00.642Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:00.642Z] c03ccb7e0824: Layer already exists [2026-03-26T01:36:00.642Z] b5801c0bebd9: Layer already exists [2026-03-26T01:36:00.642Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:00.909Z] main: digest: sha256:0c5028a00b05079c0038f1b4b81d41616f615e98e9122ec513b2ffc992ac39b9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:36:00.983Z] ===================================================== [Pipeline] echo [2026-03-26T01:36:00.997Z] taggedImages: [2026-03-26T01:36:00.997Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:00.997Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-03-26T01:36:00.997Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.104 [2026-03-26T01:36:00.997Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:00.997Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-03-26T01:36:01.021Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2026-03-26T01:36:01.021Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:01.021Z] latest [2026-03-26T01:36:01.021Z] 4.1.0-dev.104 [2026-03-26T01:36:01.021Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:01.021Z] main [2026-03-26T01:36:01.021Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:01.387Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:01.748Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:01.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-26T01:36:01.748Z] dd430f0b2060: Preparing [2026-03-26T01:36:01.748Z] 4952fa5649f5: Preparing [2026-03-26T01:36:01.748Z] 9f812c033558: Preparing [2026-03-26T01:36:01.748Z] 74fd071669f2: Preparing [2026-03-26T01:36:01.748Z] fafbcfd65178: Preparing [2026-03-26T01:36:01.748Z] a42a7d86f350: Preparing [2026-03-26T01:36:01.748Z] a12c7c4077d2: Preparing [2026-03-26T01:36:01.748Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:01.748Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:01.748Z] adfb11ab274e: Preparing [2026-03-26T01:36:01.748Z] 85b9e51f2b1e: Preparing [2026-03-26T01:36:01.748Z] c4e71c2a4573: Preparing [2026-03-26T01:36:01.748Z] 911c5c5b9f06: Waiting [2026-03-26T01:36:01.748Z] 32acdb0bd72c: Waiting [2026-03-26T01:36:01.748Z] adfb11ab274e: Waiting [2026-03-26T01:36:01.748Z] 85b9e51f2b1e: Waiting [2026-03-26T01:36:01.748Z] c4e71c2a4573: Waiting [2026-03-26T01:36:01.748Z] a42a7d86f350: Waiting [2026-03-26T01:36:01.748Z] a12c7c4077d2: Waiting [2026-03-26T01:36:02.015Z] fafbcfd65178: Pushed [2026-03-26T01:36:02.015Z] 4952fa5649f5: Pushed [2026-03-26T01:36:02.015Z] dd430f0b2060: Pushed [2026-03-26T01:36:02.015Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:02.015Z] a12c7c4077d2: Pushed [2026-03-26T01:36:02.015Z] a42a7d86f350: Pushed [2026-03-26T01:36:02.282Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:02.282Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:02.548Z] adfb11ab274e: Pushed [2026-03-26T01:36:05.889Z] 85b9e51f2b1e: Pushed [2026-03-26T01:36:10.142Z] 74fd071669f2: Pushed [2026-03-26T01:36:10.142Z] 9f812c033558: Pushed [2026-03-26T01:36:10.142Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:f49234da2e78d3d6fcaca01cc62a6192cad9687ab79bc32770af5a865c157e12 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:10.500Z] + 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 [2026-03-26T01:36:10.855Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-03-26T01:36:10.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-26T01:36:10.855Z] dd430f0b2060: Preparing [2026-03-26T01:36:10.855Z] 4952fa5649f5: Preparing [2026-03-26T01:36:10.855Z] 9f812c033558: Preparing [2026-03-26T01:36:10.855Z] 74fd071669f2: Preparing [2026-03-26T01:36:10.855Z] fafbcfd65178: Preparing [2026-03-26T01:36:10.855Z] a42a7d86f350: Preparing [2026-03-26T01:36:10.855Z] a12c7c4077d2: Preparing [2026-03-26T01:36:10.855Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:10.855Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:10.855Z] adfb11ab274e: Preparing [2026-03-26T01:36:10.855Z] 85b9e51f2b1e: Preparing [2026-03-26T01:36:10.855Z] c4e71c2a4573: Preparing [2026-03-26T01:36:10.855Z] a12c7c4077d2: Waiting [2026-03-26T01:36:10.855Z] 911c5c5b9f06: Waiting [2026-03-26T01:36:10.855Z] 32acdb0bd72c: Waiting [2026-03-26T01:36:10.855Z] adfb11ab274e: Waiting [2026-03-26T01:36:10.855Z] a42a7d86f350: Waiting [2026-03-26T01:36:10.855Z] c4e71c2a4573: Waiting [2026-03-26T01:36:10.855Z] 85b9e51f2b1e: Waiting [2026-03-26T01:36:10.855Z] dd430f0b2060: Layer already exists [2026-03-26T01:36:10.855Z] 74fd071669f2: Layer already exists [2026-03-26T01:36:10.855Z] 4952fa5649f5: Layer already exists [2026-03-26T01:36:10.855Z] fafbcfd65178: Layer already exists [2026-03-26T01:36:10.855Z] 9f812c033558: Layer already exists [2026-03-26T01:36:10.855Z] a42a7d86f350: Layer already exists [2026-03-26T01:36:10.855Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:10.855Z] a12c7c4077d2: Layer already exists [2026-03-26T01:36:10.855Z] adfb11ab274e: Layer already exists [2026-03-26T01:36:10.855Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:10.855Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:10.855Z] 85b9e51f2b1e: Layer already exists [2026-03-26T01:36:11.120Z] latest: digest: sha256:f49234da2e78d3d6fcaca01cc62a6192cad9687ab79bc32770af5a865c157e12 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:11.476Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:11.825Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.104 [2026-03-26T01:36:11.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-26T01:36:11.826Z] dd430f0b2060: Preparing [2026-03-26T01:36:11.826Z] 4952fa5649f5: Preparing [2026-03-26T01:36:11.826Z] 9f812c033558: Preparing [2026-03-26T01:36:11.826Z] 74fd071669f2: Preparing [2026-03-26T01:36:11.826Z] fafbcfd65178: Preparing [2026-03-26T01:36:11.826Z] a42a7d86f350: Preparing [2026-03-26T01:36:11.826Z] a12c7c4077d2: Preparing [2026-03-26T01:36:11.826Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:11.826Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:11.826Z] adfb11ab274e: Preparing [2026-03-26T01:36:11.826Z] 85b9e51f2b1e: Preparing [2026-03-26T01:36:11.826Z] c4e71c2a4573: Preparing [2026-03-26T01:36:11.826Z] 911c5c5b9f06: Waiting [2026-03-26T01:36:11.826Z] 32acdb0bd72c: Waiting [2026-03-26T01:36:11.826Z] adfb11ab274e: Waiting [2026-03-26T01:36:11.826Z] 85b9e51f2b1e: Waiting [2026-03-26T01:36:11.826Z] c4e71c2a4573: Waiting [2026-03-26T01:36:11.826Z] a12c7c4077d2: Waiting [2026-03-26T01:36:11.826Z] a42a7d86f350: Waiting [2026-03-26T01:36:11.826Z] 74fd071669f2: Layer already exists [2026-03-26T01:36:11.826Z] 4952fa5649f5: Layer already exists [2026-03-26T01:36:11.826Z] fafbcfd65178: Layer already exists [2026-03-26T01:36:11.826Z] 9f812c033558: Layer already exists [2026-03-26T01:36:11.826Z] dd430f0b2060: Layer already exists [2026-03-26T01:36:11.826Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:11.826Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:11.826Z] a42a7d86f350: Layer already exists [2026-03-26T01:36:11.826Z] a12c7c4077d2: Layer already exists [2026-03-26T01:36:11.826Z] adfb11ab274e: Layer already exists [2026-03-26T01:36:11.826Z] 85b9e51f2b1e: Layer already exists [2026-03-26T01:36:11.826Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:12.092Z] 4.1.0-dev.104: digest: sha256:f49234da2e78d3d6fcaca01cc62a6192cad9687ab79bc32770af5a865c157e12 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:12.450Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:12.808Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:12.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-26T01:36:12.808Z] dd430f0b2060: Preparing [2026-03-26T01:36:12.808Z] 4952fa5649f5: Preparing [2026-03-26T01:36:12.808Z] 9f812c033558: Preparing [2026-03-26T01:36:12.808Z] 74fd071669f2: Preparing [2026-03-26T01:36:12.808Z] fafbcfd65178: Preparing [2026-03-26T01:36:12.808Z] a42a7d86f350: Preparing [2026-03-26T01:36:12.808Z] a12c7c4077d2: Preparing [2026-03-26T01:36:12.808Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:12.808Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:12.808Z] adfb11ab274e: Preparing [2026-03-26T01:36:12.808Z] 85b9e51f2b1e: Preparing [2026-03-26T01:36:12.808Z] c4e71c2a4573: Preparing [2026-03-26T01:36:12.808Z] a42a7d86f350: Waiting [2026-03-26T01:36:12.808Z] a12c7c4077d2: Waiting [2026-03-26T01:36:12.808Z] 911c5c5b9f06: Waiting [2026-03-26T01:36:12.808Z] 32acdb0bd72c: Waiting [2026-03-26T01:36:12.808Z] adfb11ab274e: Waiting [2026-03-26T01:36:12.808Z] c4e71c2a4573: Waiting [2026-03-26T01:36:12.808Z] 85b9e51f2b1e: Waiting [2026-03-26T01:36:12.808Z] dd430f0b2060: Layer already exists [2026-03-26T01:36:12.808Z] 74fd071669f2: Layer already exists [2026-03-26T01:36:12.808Z] 4952fa5649f5: Layer already exists [2026-03-26T01:36:12.808Z] fafbcfd65178: Layer already exists [2026-03-26T01:36:12.808Z] 9f812c033558: Layer already exists [2026-03-26T01:36:12.808Z] a42a7d86f350: Layer already exists [2026-03-26T01:36:12.808Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:12.808Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:12.808Z] adfb11ab274e: Layer already exists [2026-03-26T01:36:12.808Z] a12c7c4077d2: Layer already exists [2026-03-26T01:36:12.808Z] 85b9e51f2b1e: Layer already exists [2026-03-26T01:36:12.808Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:13.073Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:f49234da2e78d3d6fcaca01cc62a6192cad9687ab79bc32770af5a865c157e12 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:13.432Z] + 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 [2026-03-26T01:36:13.792Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2026-03-26T01:36:13.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-26T01:36:13.793Z] dd430f0b2060: Preparing [2026-03-26T01:36:13.793Z] 4952fa5649f5: Preparing [2026-03-26T01:36:13.793Z] 9f812c033558: Preparing [2026-03-26T01:36:13.793Z] 74fd071669f2: Preparing [2026-03-26T01:36:13.793Z] fafbcfd65178: Preparing [2026-03-26T01:36:13.793Z] a42a7d86f350: Preparing [2026-03-26T01:36:13.793Z] a12c7c4077d2: Preparing [2026-03-26T01:36:13.793Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:13.793Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:13.793Z] adfb11ab274e: Preparing [2026-03-26T01:36:13.793Z] 85b9e51f2b1e: Preparing [2026-03-26T01:36:13.793Z] c4e71c2a4573: Preparing [2026-03-26T01:36:13.793Z] a12c7c4077d2: Waiting [2026-03-26T01:36:13.793Z] 911c5c5b9f06: Waiting [2026-03-26T01:36:13.793Z] 32acdb0bd72c: Waiting [2026-03-26T01:36:13.793Z] adfb11ab274e: Waiting [2026-03-26T01:36:13.793Z] 85b9e51f2b1e: Waiting [2026-03-26T01:36:13.793Z] a42a7d86f350: Waiting [2026-03-26T01:36:13.793Z] c4e71c2a4573: Waiting [2026-03-26T01:36:13.793Z] dd430f0b2060: Layer already exists [2026-03-26T01:36:13.793Z] fafbcfd65178: Layer already exists [2026-03-26T01:36:13.793Z] 4952fa5649f5: Layer already exists [2026-03-26T01:36:13.793Z] 9f812c033558: Layer already exists [2026-03-26T01:36:13.793Z] 74fd071669f2: Layer already exists [2026-03-26T01:36:13.793Z] a12c7c4077d2: Layer already exists [2026-03-26T01:36:13.793Z] adfb11ab274e: Layer already exists [2026-03-26T01:36:13.793Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:13.793Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:13.793Z] a42a7d86f350: Layer already exists [2026-03-26T01:36:14.060Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:14.060Z] 85b9e51f2b1e: Layer already exists [2026-03-26T01:36:14.060Z] main: digest: sha256:f49234da2e78d3d6fcaca01cc62a6192cad9687ab79bc32770af5a865c157e12 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:36:14.135Z] ===================================================== [Pipeline] echo [2026-03-26T01:36:14.151Z] taggedImages: [2026-03-26T01:36:14.151Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:14.151Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-03-26T01:36:14.151Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.104 [2026-03-26T01:36:14.151Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:14.151Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-03-26T01:36:14.181Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2026-03-26T01:36:14.181Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:14.181Z] latest [2026-03-26T01:36:14.181Z] 4.1.0-dev.104 [2026-03-26T01:36:14.181Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:14.181Z] main [2026-03-26T01:36:14.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:14.558Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:14.909Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:14.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-26T01:36:14.909Z] 2b8e5d5c756e: Preparing [2026-03-26T01:36:14.909Z] 72e6b0398f89: Preparing [2026-03-26T01:36:14.909Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:14.909Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:14.909Z] ff6cfc7cfb4d: Preparing [2026-03-26T01:36:14.909Z] 2889a6956ed1: Preparing [2026-03-26T01:36:14.909Z] c4e71c2a4573: Preparing [2026-03-26T01:36:14.909Z] c4e71c2a4573: Waiting [2026-03-26T01:36:14.909Z] 2889a6956ed1: Waiting [2026-03-26T01:36:15.174Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:15.174Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:15.174Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:15.174Z] ff6cfc7cfb4d: Pushed [2026-03-26T01:36:15.174Z] 2b8e5d5c756e: Pushed [2026-03-26T01:36:17.105Z] 2889a6956ed1: Pushed [2026-03-26T01:36:22.420Z] 72e6b0398f89: Pushed [2026-03-26T01:36:23.371Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:fa04f3fa872c1538f0534b68b3728906809c002348991aba9a141386cee6a306 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:23.984Z] + 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 [2026-03-26T01:36:24.338Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-03-26T01:36:24.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-26T01:36:24.338Z] 2b8e5d5c756e: Preparing [2026-03-26T01:36:24.338Z] 72e6b0398f89: Preparing [2026-03-26T01:36:24.338Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:24.338Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:24.338Z] ff6cfc7cfb4d: Preparing [2026-03-26T01:36:24.338Z] 2889a6956ed1: Preparing [2026-03-26T01:36:24.338Z] c4e71c2a4573: Preparing [2026-03-26T01:36:24.338Z] 2889a6956ed1: Waiting [2026-03-26T01:36:24.338Z] c4e71c2a4573: Waiting [2026-03-26T01:36:24.338Z] 2b8e5d5c756e: Layer already exists [2026-03-26T01:36:24.338Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:24.338Z] 72e6b0398f89: Layer already exists [2026-03-26T01:36:24.338Z] ff6cfc7cfb4d: Layer already exists [2026-03-26T01:36:24.338Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:24.338Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:24.338Z] 2889a6956ed1: Layer already exists [2026-03-26T01:36:24.603Z] latest: digest: sha256:fa04f3fa872c1538f0534b68b3728906809c002348991aba9a141386cee6a306 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:24.956Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:25.309Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.104 [2026-03-26T01:36:25.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-26T01:36:25.310Z] 2b8e5d5c756e: Preparing [2026-03-26T01:36:25.310Z] 72e6b0398f89: Preparing [2026-03-26T01:36:25.310Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:25.310Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:25.310Z] ff6cfc7cfb4d: Preparing [2026-03-26T01:36:25.310Z] 2889a6956ed1: Preparing [2026-03-26T01:36:25.310Z] c4e71c2a4573: Preparing [2026-03-26T01:36:25.310Z] c4e71c2a4573: Waiting [2026-03-26T01:36:25.310Z] 2889a6956ed1: Waiting [2026-03-26T01:36:25.310Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:25.310Z] 72e6b0398f89: Layer already exists [2026-03-26T01:36:25.310Z] 2b8e5d5c756e: Layer already exists [2026-03-26T01:36:25.310Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:25.310Z] ff6cfc7cfb4d: Layer already exists [2026-03-26T01:36:25.310Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:25.310Z] 2889a6956ed1: Layer already exists [2026-03-26T01:36:25.574Z] 4.1.0-dev.104: digest: sha256:fa04f3fa872c1538f0534b68b3728906809c002348991aba9a141386cee6a306 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:25.927Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:26.280Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:26.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-26T01:36:26.280Z] 2b8e5d5c756e: Preparing [2026-03-26T01:36:26.280Z] 72e6b0398f89: Preparing [2026-03-26T01:36:26.280Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:26.280Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:26.280Z] ff6cfc7cfb4d: Preparing [2026-03-26T01:36:26.280Z] 2889a6956ed1: Preparing [2026-03-26T01:36:26.280Z] c4e71c2a4573: Preparing [2026-03-26T01:36:26.280Z] 2889a6956ed1: Waiting [2026-03-26T01:36:26.280Z] c4e71c2a4573: Waiting [2026-03-26T01:36:26.280Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:26.280Z] 2b8e5d5c756e: Layer already exists [2026-03-26T01:36:26.280Z] ff6cfc7cfb4d: Layer already exists [2026-03-26T01:36:26.280Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:26.280Z] 72e6b0398f89: Layer already exists [2026-03-26T01:36:26.280Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:26.280Z] 2889a6956ed1: Layer already exists [2026-03-26T01:36:26.545Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:fa04f3fa872c1538f0534b68b3728906809c002348991aba9a141386cee6a306 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:26.900Z] + 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 [2026-03-26T01:36:27.246Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2026-03-26T01:36:27.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-26T01:36:27.246Z] 2b8e5d5c756e: Preparing [2026-03-26T01:36:27.246Z] 72e6b0398f89: Preparing [2026-03-26T01:36:27.246Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:27.246Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:27.246Z] ff6cfc7cfb4d: Preparing [2026-03-26T01:36:27.246Z] 2889a6956ed1: Preparing [2026-03-26T01:36:27.246Z] c4e71c2a4573: Preparing [2026-03-26T01:36:27.246Z] 2889a6956ed1: Waiting [2026-03-26T01:36:27.246Z] c4e71c2a4573: Waiting [2026-03-26T01:36:27.246Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:27.246Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:27.246Z] 72e6b0398f89: Layer already exists [2026-03-26T01:36:27.246Z] 2b8e5d5c756e: Layer already exists [2026-03-26T01:36:27.246Z] ff6cfc7cfb4d: Layer already exists [2026-03-26T01:36:27.246Z] 2889a6956ed1: Layer already exists [2026-03-26T01:36:27.246Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:27.511Z] main: digest: sha256:fa04f3fa872c1538f0534b68b3728906809c002348991aba9a141386cee6a306 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:36:27.594Z] ===================================================== [Pipeline] echo [2026-03-26T01:36:27.610Z] taggedImages: [2026-03-26T01:36:27.610Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:27.610Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-03-26T01:36:27.610Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.104 [2026-03-26T01:36:27.610Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:27.610Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-03-26T01:36:27.637Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2026-03-26T01:36:27.637Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:27.637Z] latest [2026-03-26T01:36:27.637Z] 4.1.0-dev.104 [2026-03-26T01:36:27.637Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:27.637Z] main [2026-03-26T01:36:27.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:28.002Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:28.361Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:36:28.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-26T01:36:28.361Z] eefc178013fe: Preparing [2026-03-26T01:36:28.361Z] 70ef2480ffb7: Preparing [2026-03-26T01:36:28.361Z] bae257739a9e: Preparing [2026-03-26T01:36:28.361Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:28.361Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:28.361Z] 01cf3ee0d394: Preparing [2026-03-26T01:36:28.361Z] 01cf3ee0d394: Waiting [2026-03-26T01:36:28.361Z] 35f591c3bb70: Preparing [2026-03-26T01:36:28.361Z] bc35814e62ca: Preparing [2026-03-26T01:36:28.361Z] 41528cdebc3c: Preparing [2026-03-26T01:36:28.361Z] 35f591c3bb70: Waiting [2026-03-26T01:36:28.361Z] c4e71c2a4573: Preparing [2026-03-26T01:36:28.361Z] bc35814e62ca: Waiting [2026-03-26T01:36:28.361Z] 41528cdebc3c: Waiting [2026-03-26T01:36:28.361Z] c4e71c2a4573: Waiting [2026-03-26T01:36:28.361Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:28.361Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:28.627Z] bae257739a9e: Pushed [2026-03-26T01:36:28.627Z] eefc178013fe: Pushed [2026-03-26T01:36:28.627Z] 70ef2480ffb7: Pushed [2026-03-26T01:36:28.627Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:28.627Z] bc35814e62ca: Pushed [2026-03-26T01:36:29.586Z] 41528cdebc3c: Pushed [2026-03-26T01:36:41.866Z] 35f591c3bb70: Pushed [2026-03-26T01:36:56.935Z] 01cf3ee0d394: Pushed [2026-03-26T01:36:56.935Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:84bb0e3bbcaf4a220126c04faf769f4c33ef74518589fedf9132267a2d35d356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:57.275Z] + 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 [2026-03-26T01:36:57.618Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-03-26T01:36:57.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-26T01:36:57.618Z] eefc178013fe: Preparing [2026-03-26T01:36:57.618Z] 70ef2480ffb7: Preparing [2026-03-26T01:36:57.618Z] bae257739a9e: Preparing [2026-03-26T01:36:57.618Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:57.618Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:57.618Z] 01cf3ee0d394: Preparing [2026-03-26T01:36:57.618Z] 35f591c3bb70: Preparing [2026-03-26T01:36:57.618Z] bc35814e62ca: Preparing [2026-03-26T01:36:57.618Z] 41528cdebc3c: Preparing [2026-03-26T01:36:57.618Z] c4e71c2a4573: Preparing [2026-03-26T01:36:57.618Z] bc35814e62ca: Waiting [2026-03-26T01:36:57.618Z] 41528cdebc3c: Waiting [2026-03-26T01:36:57.618Z] c4e71c2a4573: Waiting [2026-03-26T01:36:57.618Z] 35f591c3bb70: Waiting [2026-03-26T01:36:57.618Z] 01cf3ee0d394: Waiting [2026-03-26T01:36:57.618Z] eefc178013fe: Layer already exists [2026-03-26T01:36:57.618Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:57.618Z] 70ef2480ffb7: Layer already exists [2026-03-26T01:36:57.618Z] bae257739a9e: Layer already exists [2026-03-26T01:36:57.618Z] 01cf3ee0d394: Layer already exists [2026-03-26T01:36:57.618Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:57.618Z] 35f591c3bb70: Layer already exists [2026-03-26T01:36:57.618Z] 41528cdebc3c: Layer already exists [2026-03-26T01:36:57.618Z] bc35814e62ca: Layer already exists [2026-03-26T01:36:57.618Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:57.882Z] latest: digest: sha256:84bb0e3bbcaf4a220126c04faf769f4c33ef74518589fedf9132267a2d35d356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:58.221Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:58.562Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.104 [2026-03-26T01:36:58.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-26T01:36:58.562Z] eefc178013fe: Preparing [2026-03-26T01:36:58.562Z] 70ef2480ffb7: Preparing [2026-03-26T01:36:58.562Z] bae257739a9e: Preparing [2026-03-26T01:36:58.562Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:58.562Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:58.562Z] 01cf3ee0d394: Preparing [2026-03-26T01:36:58.562Z] 35f591c3bb70: Preparing [2026-03-26T01:36:58.562Z] bc35814e62ca: Preparing [2026-03-26T01:36:58.562Z] 41528cdebc3c: Preparing [2026-03-26T01:36:58.562Z] c4e71c2a4573: Preparing [2026-03-26T01:36:58.562Z] bc35814e62ca: Waiting [2026-03-26T01:36:58.562Z] 41528cdebc3c: Waiting [2026-03-26T01:36:58.562Z] c4e71c2a4573: Waiting [2026-03-26T01:36:58.562Z] 01cf3ee0d394: Waiting [2026-03-26T01:36:58.562Z] 35f591c3bb70: Waiting [2026-03-26T01:36:58.562Z] bae257739a9e: Layer already exists [2026-03-26T01:36:58.562Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:58.562Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:58.562Z] eefc178013fe: Layer already exists [2026-03-26T01:36:58.562Z] 70ef2480ffb7: Layer already exists [2026-03-26T01:36:58.562Z] bc35814e62ca: Layer already exists [2026-03-26T01:36:58.562Z] 35f591c3bb70: Layer already exists [2026-03-26T01:36:58.562Z] 41528cdebc3c: Layer already exists [2026-03-26T01:36:58.562Z] 01cf3ee0d394: Layer already exists [2026-03-26T01:36:58.562Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:58.826Z] 4.1.0-dev.104: digest: sha256:84bb0e3bbcaf4a220126c04faf769f4c33ef74518589fedf9132267a2d35d356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:59.184Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:36:59.524Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:36:59.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-26T01:36:59.524Z] eefc178013fe: Preparing [2026-03-26T01:36:59.524Z] 70ef2480ffb7: Preparing [2026-03-26T01:36:59.524Z] bae257739a9e: Preparing [2026-03-26T01:36:59.524Z] 911c5c5b9f06: Preparing [2026-03-26T01:36:59.524Z] 32acdb0bd72c: Preparing [2026-03-26T01:36:59.524Z] 01cf3ee0d394: Preparing [2026-03-26T01:36:59.524Z] 35f591c3bb70: Preparing [2026-03-26T01:36:59.524Z] bc35814e62ca: Preparing [2026-03-26T01:36:59.524Z] 41528cdebc3c: Preparing [2026-03-26T01:36:59.524Z] c4e71c2a4573: Preparing [2026-03-26T01:36:59.524Z] 35f591c3bb70: Waiting [2026-03-26T01:36:59.524Z] 41528cdebc3c: Waiting [2026-03-26T01:36:59.524Z] bc35814e62ca: Waiting [2026-03-26T01:36:59.524Z] c4e71c2a4573: Waiting [2026-03-26T01:36:59.524Z] 01cf3ee0d394: Waiting [2026-03-26T01:36:59.524Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:36:59.524Z] 70ef2480ffb7: Layer already exists [2026-03-26T01:36:59.524Z] eefc178013fe: Layer already exists [2026-03-26T01:36:59.524Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:36:59.524Z] bae257739a9e: Layer already exists [2026-03-26T01:36:59.524Z] 01cf3ee0d394: Layer already exists [2026-03-26T01:36:59.524Z] 35f591c3bb70: Layer already exists [2026-03-26T01:36:59.524Z] bc35814e62ca: Layer already exists [2026-03-26T01:36:59.524Z] c4e71c2a4573: Layer already exists [2026-03-26T01:36:59.524Z] 41528cdebc3c: Layer already exists [2026-03-26T01:36:59.524Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:84bb0e3bbcaf4a220126c04faf769f4c33ef74518589fedf9132267a2d35d356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:00.141Z] + 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 [2026-03-26T01:37:02.423Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2026-03-26T01:37:02.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-26T01:37:02.423Z] eefc178013fe: Preparing [2026-03-26T01:37:02.423Z] 70ef2480ffb7: Preparing [2026-03-26T01:37:02.423Z] bae257739a9e: Preparing [2026-03-26T01:37:02.423Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:02.423Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:02.423Z] 01cf3ee0d394: Preparing [2026-03-26T01:37:02.423Z] 35f591c3bb70: Preparing [2026-03-26T01:37:02.423Z] bc35814e62ca: Preparing [2026-03-26T01:37:02.423Z] 41528cdebc3c: Preparing [2026-03-26T01:37:02.423Z] c4e71c2a4573: Preparing [2026-03-26T01:37:02.423Z] 01cf3ee0d394: Waiting [2026-03-26T01:37:02.423Z] 35f591c3bb70: Waiting [2026-03-26T01:37:02.423Z] bc35814e62ca: Waiting [2026-03-26T01:37:02.423Z] 41528cdebc3c: Waiting [2026-03-26T01:37:02.423Z] c4e71c2a4573: Waiting [2026-03-26T01:37:02.423Z] eefc178013fe: Layer already exists [2026-03-26T01:37:02.423Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:02.423Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:02.423Z] 70ef2480ffb7: Layer already exists [2026-03-26T01:37:02.423Z] bae257739a9e: Layer already exists [2026-03-26T01:37:02.423Z] 01cf3ee0d394: Layer already exists [2026-03-26T01:37:02.423Z] bc35814e62ca: Layer already exists [2026-03-26T01:37:02.423Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:02.423Z] 35f591c3bb70: Layer already exists [2026-03-26T01:37:02.423Z] 41528cdebc3c: Layer already exists [2026-03-26T01:37:02.687Z] main: digest: sha256:84bb0e3bbcaf4a220126c04faf769f4c33ef74518589fedf9132267a2d35d356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:37:02.769Z] ===================================================== [Pipeline] echo [2026-03-26T01:37:02.784Z] taggedImages: [2026-03-26T01:37:02.784Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:02.784Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-03-26T01:37:02.784Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.104 [2026-03-26T01:37:02.784Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:37:02.784Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-03-26T01:37:02.809Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2026-03-26T01:37:02.809Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:02.809Z] latest [2026-03-26T01:37:02.809Z] 4.1.0-dev.104 [2026-03-26T01:37:02.809Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:37:02.809Z] main [2026-03-26T01:37:02.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:03.174Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:03.512Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:03.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-26T01:37:03.512Z] d6df6da5a590: Preparing [2026-03-26T01:37:03.512Z] c3d10ea35bd8: Preparing [2026-03-26T01:37:03.512Z] 30337934278c: Preparing [2026-03-26T01:37:03.512Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:03.512Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:03.512Z] 07c04d47464b: Preparing [2026-03-26T01:37:03.512Z] 193583bef20d: Preparing [2026-03-26T01:37:03.512Z] 07c04d47464b: Waiting [2026-03-26T01:37:03.512Z] 984b611b1be5: Preparing [2026-03-26T01:37:03.512Z] 193583bef20d: Waiting [2026-03-26T01:37:03.512Z] c4e71c2a4573: Preparing [2026-03-26T01:37:03.512Z] 984b611b1be5: Waiting [2026-03-26T01:37:03.512Z] c4e71c2a4573: Waiting [2026-03-26T01:37:03.512Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:03.776Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:03.776Z] c3d10ea35bd8: Pushed [2026-03-26T01:37:03.776Z] 30337934278c: Pushed [2026-03-26T01:37:03.776Z] d6df6da5a590: Pushed [2026-03-26T01:37:03.776Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:03.776Z] 193583bef20d: Pushed [2026-03-26T01:37:04.356Z] 984b611b1be5: Pushed [2026-03-26T01:37:36.541Z] 07c04d47464b: Pushed [2026-03-26T01:37:36.541Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:6f879ba84ca8076d484bb22a186a283b8f7339d78a9f27ff99183249ccdc78ea size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:36.949Z] + 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 [2026-03-26T01:37:37.297Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-03-26T01:37:37.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-26T01:37:37.297Z] d6df6da5a590: Preparing [2026-03-26T01:37:37.297Z] c3d10ea35bd8: Preparing [2026-03-26T01:37:37.297Z] 30337934278c: Preparing [2026-03-26T01:37:37.297Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:37.297Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:37.297Z] 07c04d47464b: Preparing [2026-03-26T01:37:37.297Z] 193583bef20d: Preparing [2026-03-26T01:37:37.297Z] 984b611b1be5: Preparing [2026-03-26T01:37:37.297Z] c4e71c2a4573: Preparing [2026-03-26T01:37:37.297Z] 193583bef20d: Waiting [2026-03-26T01:37:37.297Z] 984b611b1be5: Waiting [2026-03-26T01:37:37.297Z] c4e71c2a4573: Waiting [2026-03-26T01:37:37.297Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:37.297Z] c3d10ea35bd8: Layer already exists [2026-03-26T01:37:37.297Z] d6df6da5a590: Layer already exists [2026-03-26T01:37:37.297Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:37.297Z] 30337934278c: Layer already exists [2026-03-26T01:37:37.297Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:37.297Z] 984b611b1be5: Layer already exists [2026-03-26T01:37:37.297Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:37.297Z] 193583bef20d: Layer already exists [2026-03-26T01:37:37.567Z] latest: digest: sha256:6f879ba84ca8076d484bb22a186a283b8f7339d78a9f27ff99183249ccdc78ea size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:37.945Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:38.325Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.104 [2026-03-26T01:37:38.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-26T01:37:38.325Z] d6df6da5a590: Preparing [2026-03-26T01:37:38.325Z] c3d10ea35bd8: Preparing [2026-03-26T01:37:38.325Z] 30337934278c: Preparing [2026-03-26T01:37:38.325Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:38.325Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:38.325Z] 07c04d47464b: Preparing [2026-03-26T01:37:38.325Z] 193583bef20d: Preparing [2026-03-26T01:37:38.325Z] 984b611b1be5: Preparing [2026-03-26T01:37:38.325Z] c4e71c2a4573: Preparing [2026-03-26T01:37:38.325Z] 07c04d47464b: Waiting [2026-03-26T01:37:38.325Z] 193583bef20d: Waiting [2026-03-26T01:37:38.325Z] 984b611b1be5: Waiting [2026-03-26T01:37:38.325Z] c4e71c2a4573: Waiting [2026-03-26T01:37:38.325Z] d6df6da5a590: Layer already exists [2026-03-26T01:37:38.325Z] c3d10ea35bd8: Layer already exists [2026-03-26T01:37:38.325Z] 30337934278c: Layer already exists [2026-03-26T01:37:38.325Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:38.325Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:38.325Z] 984b611b1be5: Layer already exists [2026-03-26T01:37:38.325Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:38.325Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:38.325Z] 193583bef20d: Layer already exists [2026-03-26T01:37:38.325Z] 4.1.0-dev.104: digest: sha256:6f879ba84ca8076d484bb22a186a283b8f7339d78a9f27ff99183249ccdc78ea size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:38.957Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:39.305Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:37:39.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-26T01:37:39.305Z] d6df6da5a590: Preparing [2026-03-26T01:37:39.305Z] c3d10ea35bd8: Preparing [2026-03-26T01:37:39.305Z] 30337934278c: Preparing [2026-03-26T01:37:39.305Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:39.305Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:39.305Z] 07c04d47464b: Preparing [2026-03-26T01:37:39.305Z] 193583bef20d: Preparing [2026-03-26T01:37:39.305Z] 984b611b1be5: Preparing [2026-03-26T01:37:39.305Z] c4e71c2a4573: Preparing [2026-03-26T01:37:39.305Z] 193583bef20d: Waiting [2026-03-26T01:37:39.305Z] 984b611b1be5: Waiting [2026-03-26T01:37:39.305Z] 07c04d47464b: Waiting [2026-03-26T01:37:39.305Z] c4e71c2a4573: Waiting [2026-03-26T01:37:39.305Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:39.305Z] c3d10ea35bd8: Layer already exists [2026-03-26T01:37:39.305Z] d6df6da5a590: Layer already exists [2026-03-26T01:37:39.305Z] 30337934278c: Layer already exists [2026-03-26T01:37:39.305Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:39.305Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:39.305Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:39.305Z] 193583bef20d: Layer already exists [2026-03-26T01:37:39.305Z] 984b611b1be5: Layer already exists [2026-03-26T01:37:39.570Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:6f879ba84ca8076d484bb22a186a283b8f7339d78a9f27ff99183249ccdc78ea size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:39.923Z] + 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 [2026-03-26T01:37:40.276Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2026-03-26T01:37:40.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-26T01:37:40.276Z] d6df6da5a590: Preparing [2026-03-26T01:37:40.276Z] c3d10ea35bd8: Preparing [2026-03-26T01:37:40.276Z] 30337934278c: Preparing [2026-03-26T01:37:40.276Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:40.276Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:40.276Z] 07c04d47464b: Preparing [2026-03-26T01:37:40.276Z] 193583bef20d: Preparing [2026-03-26T01:37:40.276Z] 984b611b1be5: Preparing [2026-03-26T01:37:40.276Z] c4e71c2a4573: Preparing [2026-03-26T01:37:40.276Z] 07c04d47464b: Waiting [2026-03-26T01:37:40.276Z] 193583bef20d: Waiting [2026-03-26T01:37:40.276Z] 984b611b1be5: Waiting [2026-03-26T01:37:40.276Z] c4e71c2a4573: Waiting [2026-03-26T01:37:40.276Z] d6df6da5a590: Layer already exists [2026-03-26T01:37:40.276Z] c3d10ea35bd8: Layer already exists [2026-03-26T01:37:40.276Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:40.276Z] 30337934278c: Layer already exists [2026-03-26T01:37:40.276Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:40.276Z] 193583bef20d: Layer already exists [2026-03-26T01:37:40.276Z] 984b611b1be5: Layer already exists [2026-03-26T01:37:40.276Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:40.276Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:40.541Z] main: digest: sha256:6f879ba84ca8076d484bb22a186a283b8f7339d78a9f27ff99183249ccdc78ea size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:37:40.629Z] ===================================================== [Pipeline] echo [2026-03-26T01:37:40.646Z] taggedImages: [2026-03-26T01:37:40.646Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:40.646Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-03-26T01:37:40.646Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.104 [2026-03-26T01:37:40.646Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:37:40.646Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-03-26T01:37:40.670Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2026-03-26T01:37:40.670Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:40.670Z] latest [2026-03-26T01:37:40.670Z] 4.1.0-dev.104 [2026-03-26T01:37:40.670Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:37:40.670Z] main [2026-03-26T01:37:40.670Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:41.045Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:43.962Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:43.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-26T01:37:43.962Z] 350cdf6a7f02: Preparing [2026-03-26T01:37:43.962Z] 6c3c8da22e23: Preparing [2026-03-26T01:37:43.962Z] c3de4866b186: Preparing [2026-03-26T01:37:43.962Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:43.962Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:43.962Z] 07c04d47464b: Preparing [2026-03-26T01:37:43.962Z] bc35814e62ca: Preparing [2026-03-26T01:37:43.962Z] 41528cdebc3c: Preparing [2026-03-26T01:37:43.962Z] c4e71c2a4573: Preparing [2026-03-26T01:37:43.962Z] 07c04d47464b: Waiting [2026-03-26T01:37:43.962Z] 41528cdebc3c: Waiting [2026-03-26T01:37:43.962Z] c4e71c2a4573: Waiting [2026-03-26T01:37:43.962Z] bc35814e62ca: Waiting [2026-03-26T01:37:43.962Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:43.962Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:44.227Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:44.227Z] bc35814e62ca: Layer already exists [2026-03-26T01:37:44.227Z] c3de4866b186: Pushed [2026-03-26T01:37:44.227Z] 6c3c8da22e23: Pushed [2026-03-26T01:37:44.227Z] 41528cdebc3c: Layer already exists [2026-03-26T01:37:44.227Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:44.227Z] 350cdf6a7f02: Pushed [2026-03-26T01:37:44.227Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:d340a08606f91fa05c979f2615a04ea174d4ba4f7a6302e36a0b20736649e505 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:44.571Z] + 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 [2026-03-26T01:37:44.916Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-03-26T01:37:44.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-26T01:37:44.916Z] 350cdf6a7f02: Preparing [2026-03-26T01:37:44.916Z] 6c3c8da22e23: Preparing [2026-03-26T01:37:44.916Z] c3de4866b186: Preparing [2026-03-26T01:37:44.916Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:44.916Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:44.916Z] 07c04d47464b: Preparing [2026-03-26T01:37:44.916Z] bc35814e62ca: Preparing [2026-03-26T01:37:44.916Z] 41528cdebc3c: Preparing [2026-03-26T01:37:44.916Z] c4e71c2a4573: Preparing [2026-03-26T01:37:44.916Z] 07c04d47464b: Waiting [2026-03-26T01:37:44.916Z] 41528cdebc3c: Waiting [2026-03-26T01:37:44.916Z] c4e71c2a4573: Waiting [2026-03-26T01:37:44.916Z] bc35814e62ca: Waiting [2026-03-26T01:37:44.916Z] 6c3c8da22e23: Layer already exists [2026-03-26T01:37:44.916Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:44.916Z] 350cdf6a7f02: Layer already exists [2026-03-26T01:37:44.916Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:44.916Z] c3de4866b186: Layer already exists [2026-03-26T01:37:44.916Z] bc35814e62ca: Layer already exists [2026-03-26T01:37:44.916Z] 41528cdebc3c: Layer already exists [2026-03-26T01:37:44.916Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:44.916Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:45.181Z] latest: digest: sha256:d340a08606f91fa05c979f2615a04ea174d4ba4f7a6302e36a0b20736649e505 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:45.615Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:45.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.104 [2026-03-26T01:37:45.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-26T01:37:45.964Z] 350cdf6a7f02: Preparing [2026-03-26T01:37:45.964Z] 6c3c8da22e23: Preparing [2026-03-26T01:37:45.964Z] c3de4866b186: Preparing [2026-03-26T01:37:45.964Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:45.964Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:45.964Z] 07c04d47464b: Preparing [2026-03-26T01:37:45.964Z] bc35814e62ca: Preparing [2026-03-26T01:37:45.964Z] 41528cdebc3c: Preparing [2026-03-26T01:37:45.964Z] c4e71c2a4573: Preparing [2026-03-26T01:37:45.964Z] 07c04d47464b: Waiting [2026-03-26T01:37:45.964Z] bc35814e62ca: Waiting [2026-03-26T01:37:45.964Z] 41528cdebc3c: Waiting [2026-03-26T01:37:45.964Z] c4e71c2a4573: Waiting [2026-03-26T01:37:45.964Z] 6c3c8da22e23: Layer already exists [2026-03-26T01:37:45.964Z] 350cdf6a7f02: Layer already exists [2026-03-26T01:37:45.964Z] c3de4866b186: Layer already exists [2026-03-26T01:37:45.964Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:45.964Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:45.964Z] bc35814e62ca: Layer already exists [2026-03-26T01:37:45.964Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:45.964Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:45.964Z] 41528cdebc3c: Layer already exists [2026-03-26T01:37:46.230Z] 4.1.0-dev.104: digest: sha256:d340a08606f91fa05c979f2615a04ea174d4ba4f7a6302e36a0b20736649e505 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:46.577Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:46.920Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:37:46.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-26T01:37:46.920Z] 350cdf6a7f02: Preparing [2026-03-26T01:37:46.920Z] 6c3c8da22e23: Preparing [2026-03-26T01:37:46.920Z] c3de4866b186: Preparing [2026-03-26T01:37:46.920Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:46.920Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:46.920Z] 07c04d47464b: Preparing [2026-03-26T01:37:46.920Z] bc35814e62ca: Preparing [2026-03-26T01:37:46.920Z] 41528cdebc3c: Preparing [2026-03-26T01:37:46.920Z] c4e71c2a4573: Preparing [2026-03-26T01:37:46.920Z] 07c04d47464b: Waiting [2026-03-26T01:37:46.920Z] 41528cdebc3c: Waiting [2026-03-26T01:37:46.920Z] c4e71c2a4573: Waiting [2026-03-26T01:37:46.920Z] bc35814e62ca: Waiting [2026-03-26T01:37:46.920Z] 350cdf6a7f02: Layer already exists [2026-03-26T01:37:46.920Z] c3de4866b186: Layer already exists [2026-03-26T01:37:46.920Z] 6c3c8da22e23: Layer already exists [2026-03-26T01:37:46.920Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:46.920Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:46.920Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:46.920Z] bc35814e62ca: Layer already exists [2026-03-26T01:37:46.920Z] 41528cdebc3c: Layer already exists [2026-03-26T01:37:46.920Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:47.185Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:d340a08606f91fa05c979f2615a04ea174d4ba4f7a6302e36a0b20736649e505 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:47.534Z] + 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 [2026-03-26T01:37:47.887Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2026-03-26T01:37:47.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-26T01:37:47.887Z] 350cdf6a7f02: Preparing [2026-03-26T01:37:47.887Z] 6c3c8da22e23: Preparing [2026-03-26T01:37:47.887Z] c3de4866b186: Preparing [2026-03-26T01:37:47.887Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:47.887Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:47.887Z] 07c04d47464b: Preparing [2026-03-26T01:37:47.887Z] bc35814e62ca: Preparing [2026-03-26T01:37:47.887Z] 41528cdebc3c: Preparing [2026-03-26T01:37:47.887Z] c4e71c2a4573: Preparing [2026-03-26T01:37:47.887Z] 07c04d47464b: Waiting [2026-03-26T01:37:47.887Z] bc35814e62ca: Waiting [2026-03-26T01:37:47.887Z] 41528cdebc3c: Waiting [2026-03-26T01:37:47.887Z] c4e71c2a4573: Waiting [2026-03-26T01:37:47.887Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:47.887Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:47.887Z] c3de4866b186: Layer already exists [2026-03-26T01:37:47.887Z] 350cdf6a7f02: Layer already exists [2026-03-26T01:37:47.887Z] 6c3c8da22e23: Layer already exists [2026-03-26T01:37:47.887Z] 41528cdebc3c: Layer already exists [2026-03-26T01:37:47.887Z] 07c04d47464b: Layer already exists [2026-03-26T01:37:47.887Z] bc35814e62ca: Layer already exists [2026-03-26T01:37:47.887Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:48.151Z] main: digest: sha256:d340a08606f91fa05c979f2615a04ea174d4ba4f7a6302e36a0b20736649e505 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:37:48.228Z] ===================================================== [Pipeline] echo [2026-03-26T01:37:48.246Z] taggedImages: [2026-03-26T01:37:48.246Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:48.246Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-03-26T01:37:48.246Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.104 [2026-03-26T01:37:48.246Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:37:48.246Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-03-26T01:37:48.277Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2026-03-26T01:37:48.277Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:48.277Z] latest [2026-03-26T01:37:48.277Z] 4.1.0-dev.104 [2026-03-26T01:37:48.277Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:37:48.277Z] main [2026-03-26T01:37:48.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:48.644Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:49.004Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:37:49.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-26T01:37:49.004Z] a87cdbb483d4: Preparing [2026-03-26T01:37:49.004Z] ffb1474d97e7: Preparing [2026-03-26T01:37:49.004Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:49.004Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:49.004Z] 258c2d28800f: Preparing [2026-03-26T01:37:49.004Z] bb49f6a901fa: Preparing [2026-03-26T01:37:49.004Z] c4e71c2a4573: Preparing [2026-03-26T01:37:49.004Z] bb49f6a901fa: Waiting [2026-03-26T01:37:49.004Z] c4e71c2a4573: Waiting [2026-03-26T01:37:49.004Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:49.004Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:49.268Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:49.268Z] a87cdbb483d4: Pushed [2026-03-26T01:37:49.268Z] 258c2d28800f: Pushed [2026-03-26T01:37:50.663Z] bb49f6a901fa: Pushed [2026-03-26T01:37:58.840Z] ffb1474d97e7: Pushed [2026-03-26T01:37:58.840Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:44fa79f60d1673565471cbd0452c6c190acb2aee6e73d20b1e3d6e9808e9bf7b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:59.196Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:37:59.552Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-03-26T01:37:59.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-26T01:37:59.552Z] a87cdbb483d4: Preparing [2026-03-26T01:37:59.552Z] ffb1474d97e7: Preparing [2026-03-26T01:37:59.552Z] 911c5c5b9f06: Preparing [2026-03-26T01:37:59.552Z] 32acdb0bd72c: Preparing [2026-03-26T01:37:59.552Z] 258c2d28800f: Preparing [2026-03-26T01:37:59.552Z] bb49f6a901fa: Preparing [2026-03-26T01:37:59.552Z] c4e71c2a4573: Preparing [2026-03-26T01:37:59.552Z] bb49f6a901fa: Waiting [2026-03-26T01:37:59.552Z] c4e71c2a4573: Waiting [2026-03-26T01:37:59.552Z] a87cdbb483d4: Layer already exists [2026-03-26T01:37:59.552Z] 258c2d28800f: Layer already exists [2026-03-26T01:37:59.552Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:37:59.552Z] ffb1474d97e7: Layer already exists [2026-03-26T01:37:59.552Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:37:59.552Z] c4e71c2a4573: Layer already exists [2026-03-26T01:37:59.552Z] bb49f6a901fa: Layer already exists [2026-03-26T01:37:59.817Z] latest: digest: sha256:44fa79f60d1673565471cbd0452c6c190acb2aee6e73d20b1e3d6e9808e9bf7b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:00.168Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:00.523Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.104 [2026-03-26T01:38:00.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-26T01:38:00.523Z] a87cdbb483d4: Preparing [2026-03-26T01:38:00.523Z] ffb1474d97e7: Preparing [2026-03-26T01:38:00.523Z] 911c5c5b9f06: Preparing [2026-03-26T01:38:00.523Z] 32acdb0bd72c: Preparing [2026-03-26T01:38:00.523Z] 258c2d28800f: Preparing [2026-03-26T01:38:00.523Z] bb49f6a901fa: Preparing [2026-03-26T01:38:00.523Z] c4e71c2a4573: Preparing [2026-03-26T01:38:00.523Z] bb49f6a901fa: Waiting [2026-03-26T01:38:00.523Z] c4e71c2a4573: Waiting [2026-03-26T01:38:00.523Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:38:00.523Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:38:00.523Z] 258c2d28800f: Layer already exists [2026-03-26T01:38:00.523Z] ffb1474d97e7: Layer already exists [2026-03-26T01:38:00.523Z] a87cdbb483d4: Layer already exists [2026-03-26T01:38:00.523Z] c4e71c2a4573: Layer already exists [2026-03-26T01:38:00.523Z] bb49f6a901fa: Layer already exists [2026-03-26T01:38:00.788Z] 4.1.0-dev.104: digest: sha256:44fa79f60d1673565471cbd0452c6c190acb2aee6e73d20b1e3d6e9808e9bf7b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:01.145Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:01.491Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:38:01.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-26T01:38:01.491Z] a87cdbb483d4: Preparing [2026-03-26T01:38:01.491Z] ffb1474d97e7: Preparing [2026-03-26T01:38:01.491Z] 911c5c5b9f06: Preparing [2026-03-26T01:38:01.491Z] 32acdb0bd72c: Preparing [2026-03-26T01:38:01.491Z] 258c2d28800f: Preparing [2026-03-26T01:38:01.491Z] bb49f6a901fa: Preparing [2026-03-26T01:38:01.491Z] c4e71c2a4573: Preparing [2026-03-26T01:38:01.491Z] bb49f6a901fa: Waiting [2026-03-26T01:38:01.491Z] c4e71c2a4573: Waiting [2026-03-26T01:38:01.491Z] 258c2d28800f: Layer already exists [2026-03-26T01:38:01.491Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:38:01.491Z] ffb1474d97e7: Layer already exists [2026-03-26T01:38:01.491Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:38:01.491Z] a87cdbb483d4: Layer already exists [2026-03-26T01:38:01.491Z] bb49f6a901fa: Layer already exists [2026-03-26T01:38:01.491Z] c4e71c2a4573: Layer already exists [2026-03-26T01:38:01.755Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:44fa79f60d1673565471cbd0452c6c190acb2aee6e73d20b1e3d6e9808e9bf7b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:02.116Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:02.520Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2026-03-26T01:38:02.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-26T01:38:02.520Z] a87cdbb483d4: Preparing [2026-03-26T01:38:02.520Z] ffb1474d97e7: Preparing [2026-03-26T01:38:02.520Z] 911c5c5b9f06: Preparing [2026-03-26T01:38:02.520Z] 32acdb0bd72c: Preparing [2026-03-26T01:38:02.520Z] 258c2d28800f: Preparing [2026-03-26T01:38:02.520Z] bb49f6a901fa: Preparing [2026-03-26T01:38:02.521Z] c4e71c2a4573: Preparing [2026-03-26T01:38:02.521Z] bb49f6a901fa: Waiting [2026-03-26T01:38:02.521Z] c4e71c2a4573: Waiting [2026-03-26T01:38:02.521Z] a87cdbb483d4: Layer already exists [2026-03-26T01:38:02.521Z] ffb1474d97e7: Layer already exists [2026-03-26T01:38:02.521Z] 258c2d28800f: Layer already exists [2026-03-26T01:38:02.521Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:38:02.521Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:38:02.521Z] c4e71c2a4573: Layer already exists [2026-03-26T01:38:02.521Z] bb49f6a901fa: Layer already exists [2026-03-26T01:38:02.796Z] main: digest: sha256:44fa79f60d1673565471cbd0452c6c190acb2aee6e73d20b1e3d6e9808e9bf7b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:38:02.873Z] ===================================================== [Pipeline] echo [2026-03-26T01:38:02.884Z] taggedImages: [2026-03-26T01:38:02.884Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:38:02.884Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-03-26T01:38:02.884Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.104 [2026-03-26T01:38:02.884Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:38:02.884Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-03-26T01:38:02.905Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2026-03-26T01:38:02.905Z] ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:38:02.905Z] latest [2026-03-26T01:38:02.905Z] 4.1.0-dev.104 [2026-03-26T01:38:02.905Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:38:02.905Z] main [2026-03-26T01:38:02.905Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:03.276Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:03.655Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:38:03.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-26T01:38:03.655Z] d12d18f09d88: Preparing [2026-03-26T01:38:03.655Z] dc00271be7ab: Preparing [2026-03-26T01:38:03.655Z] 911c5c5b9f06: Preparing [2026-03-26T01:38:03.655Z] 32acdb0bd72c: Preparing [2026-03-26T01:38:03.655Z] 962363e07fb0: Preparing [2026-03-26T01:38:03.655Z] 9d7e6c893439: Preparing [2026-03-26T01:38:03.655Z] c4e71c2a4573: Preparing [2026-03-26T01:38:03.655Z] 9d7e6c893439: Waiting [2026-03-26T01:38:03.655Z] c4e71c2a4573: Waiting [2026-03-26T01:38:03.655Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:38:03.922Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:38:03.922Z] c4e71c2a4573: Layer already exists [2026-03-26T01:38:03.922Z] 962363e07fb0: Pushed [2026-03-26T01:38:03.922Z] d12d18f09d88: Pushed [2026-03-26T01:38:04.499Z] 9d7e6c893439: Pushed [2026-03-26T01:38:14.537Z] dc00271be7ab: Pushed [2026-03-26T01:38:14.537Z] ba40e9f024fc9a292396c27210f7b939c9ca846c: digest: sha256:57c4203beb2eb12715f249f08b6f5cdef184dc516a77ab2753f528f729231ad8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:14.878Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:15.216Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-03-26T01:38:15.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-26T01:38:15.216Z] d12d18f09d88: Preparing [2026-03-26T01:38:15.216Z] dc00271be7ab: Preparing [2026-03-26T01:38:15.216Z] 911c5c5b9f06: Preparing [2026-03-26T01:38:15.216Z] 32acdb0bd72c: Preparing [2026-03-26T01:38:15.216Z] 962363e07fb0: Preparing [2026-03-26T01:38:15.216Z] 9d7e6c893439: Preparing [2026-03-26T01:38:15.216Z] c4e71c2a4573: Preparing [2026-03-26T01:38:15.216Z] 9d7e6c893439: Waiting [2026-03-26T01:38:15.216Z] c4e71c2a4573: Waiting [2026-03-26T01:38:15.216Z] 962363e07fb0: Layer already exists [2026-03-26T01:38:15.216Z] dc00271be7ab: Layer already exists [2026-03-26T01:38:15.216Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:38:15.216Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:38:15.216Z] d12d18f09d88: Layer already exists [2026-03-26T01:38:15.216Z] 9d7e6c893439: Layer already exists [2026-03-26T01:38:15.216Z] c4e71c2a4573: Layer already exists [2026-03-26T01:38:15.479Z] latest: digest: sha256:57c4203beb2eb12715f249f08b6f5cdef184dc516a77ab2753f528f729231ad8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:15.819Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:16.157Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.104 [2026-03-26T01:38:16.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-26T01:38:16.157Z] d12d18f09d88: Preparing [2026-03-26T01:38:16.157Z] dc00271be7ab: Preparing [2026-03-26T01:38:16.157Z] 911c5c5b9f06: Preparing [2026-03-26T01:38:16.157Z] 32acdb0bd72c: Preparing [2026-03-26T01:38:16.157Z] 962363e07fb0: Preparing [2026-03-26T01:38:16.157Z] 9d7e6c893439: Preparing [2026-03-26T01:38:16.157Z] c4e71c2a4573: Preparing [2026-03-26T01:38:16.157Z] 9d7e6c893439: Waiting [2026-03-26T01:38:16.157Z] c4e71c2a4573: Waiting [2026-03-26T01:38:16.157Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:38:16.157Z] d12d18f09d88: Layer already exists [2026-03-26T01:38:16.157Z] 962363e07fb0: Layer already exists [2026-03-26T01:38:16.157Z] dc00271be7ab: Layer already exists [2026-03-26T01:38:16.157Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:38:16.157Z] 9d7e6c893439: Layer already exists [2026-03-26T01:38:16.157Z] c4e71c2a4573: Layer already exists [2026-03-26T01:38:16.157Z] 4.1.0-dev.104: digest: sha256:57c4203beb2eb12715f249f08b6f5cdef184dc516a77ab2753f528f729231ad8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:16.764Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:17.108Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:38:17.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-26T01:38:17.108Z] d12d18f09d88: Preparing [2026-03-26T01:38:17.108Z] dc00271be7ab: Preparing [2026-03-26T01:38:17.108Z] 911c5c5b9f06: Preparing [2026-03-26T01:38:17.108Z] 32acdb0bd72c: Preparing [2026-03-26T01:38:17.108Z] 962363e07fb0: Preparing [2026-03-26T01:38:17.108Z] 9d7e6c893439: Preparing [2026-03-26T01:38:17.108Z] c4e71c2a4573: Preparing [2026-03-26T01:38:17.108Z] 9d7e6c893439: Waiting [2026-03-26T01:38:17.108Z] c4e71c2a4573: Waiting [2026-03-26T01:38:17.108Z] 962363e07fb0: Layer already exists [2026-03-26T01:38:17.108Z] d12d18f09d88: Layer already exists [2026-03-26T01:38:17.108Z] dc00271be7ab: Layer already exists [2026-03-26T01:38:17.108Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:38:17.108Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:38:17.108Z] c4e71c2a4573: Layer already exists [2026-03-26T01:38:17.108Z] 9d7e6c893439: Layer already exists [2026-03-26T01:38:17.373Z] ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104: digest: sha256:57c4203beb2eb12715f249f08b6f5cdef184dc516a77ab2753f528f729231ad8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:17.753Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:18.108Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2026-03-26T01:38:18.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-26T01:38:18.108Z] d12d18f09d88: Preparing [2026-03-26T01:38:18.108Z] dc00271be7ab: Preparing [2026-03-26T01:38:18.108Z] 911c5c5b9f06: Preparing [2026-03-26T01:38:18.108Z] 32acdb0bd72c: Preparing [2026-03-26T01:38:18.108Z] 962363e07fb0: Preparing [2026-03-26T01:38:18.108Z] 9d7e6c893439: Preparing [2026-03-26T01:38:18.108Z] c4e71c2a4573: Preparing [2026-03-26T01:38:18.108Z] 9d7e6c893439: Waiting [2026-03-26T01:38:18.108Z] c4e71c2a4573: Waiting [2026-03-26T01:38:18.108Z] 911c5c5b9f06: Layer already exists [2026-03-26T01:38:18.108Z] dc00271be7ab: Layer already exists [2026-03-26T01:38:18.108Z] d12d18f09d88: Layer already exists [2026-03-26T01:38:18.108Z] 32acdb0bd72c: Layer already exists [2026-03-26T01:38:18.108Z] 962363e07fb0: Layer already exists [2026-03-26T01:38:18.108Z] c4e71c2a4573: Layer already exists [2026-03-26T01:38:18.108Z] 9d7e6c893439: Layer already exists [2026-03-26T01:38:18.373Z] main: digest: sha256:57c4203beb2eb12715f249f08b6f5cdef184dc516a77ab2753f528f729231ad8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T01:38:18.448Z] ===================================================== [Pipeline] echo [2026-03-26T01:38:18.463Z] taggedImages: [2026-03-26T01:38:18.463Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [2026-03-26T01:38:18.463Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-03-26T01:38:18.463Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.104 [2026-03-26T01:38:18.463Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [2026-03-26T01:38:18.463Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2026-03-26T01:38:18.476Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.486Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2026-03-26T01:38:18.495Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.505Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.516Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-03-26T01:38:18.529Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.540Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2026-03-26T01:38:18.549Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.560Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.571Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-03-26T01:38:18.581Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.590Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2026-03-26T01:38:18.600Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.616Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.627Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-03-26T01:38:18.643Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.654Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2026-03-26T01:38:18.665Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.676Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.688Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-03-26T01:38:18.703Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.713Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2026-03-26T01:38:18.730Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.743Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.755Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-03-26T01:38:18.769Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.782Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2026-03-26T01:38:18.798Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.815Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.833Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-03-26T01:38:18.847Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.860Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2026-03-26T01:38:18.873Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.886Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.900Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-03-26T01:38:18.914Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.925Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2026-03-26T01:38:18.941Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.958Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:18.972Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-03-26T01:38:18.985Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:18.997Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2026-03-26T01:38:19.006Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.018Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.031Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-03-26T01:38:19.048Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:19.060Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2026-03-26T01:38:19.077Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.093Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.107Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-03-26T01:38:19.122Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:19.134Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2026-03-26T01:38:19.145Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.156Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.169Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-03-26T01:38:19.178Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:19.195Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2026-03-26T01:38:19.210Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.221Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.234Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-03-26T01:38:19.253Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:19.268Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2026-03-26T01:38:19.281Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.296Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.313Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-03-26T01:38:19.326Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:19.344Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2026-03-26T01:38:19.358Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.376Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.389Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-03-26T01:38:19.406Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c [Pipeline] echo [2026-03-26T01:38:19.421Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2026-03-26T01:38:19.437Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.450Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ba40e9f024fc9a292396c27210f7b939c9ca846c-4.1.0-dev.104 [Pipeline] echo [2026-03-26T01:38:19.464Z] 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 [2026-03-26T01:38:19.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-26T01:38:19.876Z] [2026-03-26T01:38:19.876Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T01:38:20.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-26T01:38:20.476Z] arm64: Pulling from edgex-lftools-log-publisher [2026-03-26T01:38:20.476Z] 8998bd30e6a1: Pulling fs layer [2026-03-26T01:38:20.476Z] 04944245beec: Pulling fs layer [2026-03-26T01:38:20.476Z] 699f458cf7ca: Pulling fs layer [2026-03-26T01:38:20.476Z] 765212b225bb: Pulling fs layer [2026-03-26T01:38:20.476Z] f23df028b6ca: Pulling fs layer [2026-03-26T01:38:20.476Z] d65c8cfc05b1: Pulling fs layer [2026-03-26T01:38:20.476Z] 2437ff75d9bd: Pulling fs layer [2026-03-26T01:38:20.476Z] 765212b225bb: Waiting [2026-03-26T01:38:20.476Z] f23df028b6ca: Waiting [2026-03-26T01:38:20.476Z] d65c8cfc05b1: Waiting [2026-03-26T01:38:20.476Z] 2437ff75d9bd: Waiting [2026-03-26T01:38:20.476Z] 04944245beec: Verifying Checksum [2026-03-26T01:38:20.476Z] 04944245beec: Download complete [2026-03-26T01:38:20.476Z] 765212b225bb: Verifying Checksum [2026-03-26T01:38:20.476Z] 765212b225bb: Download complete [2026-03-26T01:38:20.476Z] f23df028b6ca: Verifying Checksum [2026-03-26T01:38:20.476Z] f23df028b6ca: Download complete [2026-03-26T01:38:20.476Z] d65c8cfc05b1: Verifying Checksum [2026-03-26T01:38:20.476Z] d65c8cfc05b1: Download complete [2026-03-26T01:38:20.742Z] 699f458cf7ca: Verifying Checksum [2026-03-26T01:38:20.742Z] 699f458cf7ca: Download complete [2026-03-26T01:38:21.007Z] 8998bd30e6a1: Verifying Checksum [2026-03-26T01:38:21.007Z] 8998bd30e6a1: Download complete [2026-03-26T01:38:23.578Z] 2437ff75d9bd: Verifying Checksum [2026-03-26T01:38:23.578Z] 2437ff75d9bd: Download complete [2026-03-26T01:38:26.156Z] 8998bd30e6a1: Pull complete [2026-03-26T01:38:26.423Z] 04944245beec: Pull complete [2026-03-26T01:38:28.361Z] 699f458cf7ca: Pull complete [2026-03-26T01:38:28.361Z] 765212b225bb: Pull complete [2026-03-26T01:38:29.317Z] f23df028b6ca: Pull complete [2026-03-26T01:38:29.582Z] d65c8cfc05b1: Pull complete [2026-03-26T01:38:47.757Z] 2437ff75d9bd: Pull complete [2026-03-26T01:38:47.757Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-03-26T01:38:47.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-26T01:38:47.757Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T01:38:47.949Z] prd-ubuntu20.04-docker-arm64-4c-16g-4088 does not seem to be running inside a container [2026-03-26T01:38:47.989Z] $ 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/962 -v /w/workspace/edgex-go/962:/w/workspace/edgex-go/962:rw,z -v /w/workspace/edgex-go/962@tmp:/w/workspace/edgex-go/962@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 [2026-03-26T01:38:53.003Z] $ docker top 04bb91f004765b00373e54054c66514bc708cf6ab9fb3f52eab9a3a620e435c5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-26T01:38:54.010Z] ---> job-cost.sh [2026-03-26T01:38:54.011Z] lf-activate-venv: SKIPPING [2026-03-26T01:38:54.011Z] INFO: No Stack... [2026-03-26T01:38:54.279Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-03-26T01:38:55.252Z] INFO: Archiving Costs [Pipeline] sh [2026-03-26T01:38:55.923Z] + cat /w/workspace/edgex-go/962/archives/cost.csv [2026-03-26T01:38:55.923Z] + cut -d, -f6 [Pipeline] lock [2026-03-26T01:38:55.954Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-962-stack-cost] [2026-03-26T01:38:55.964Z] Resource [jenkins-edgexfoundry-edgex-go-main-962-stack-cost] did not exist. Created. [2026-03-26T01:38:55.969Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-962-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-03-26T01:38:56.614Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-03-26T01:38:57.239Z] Stashed 1 file(s) [Pipeline] } [2026-03-26T01:38:57.249Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-962-stack-cost] [Pipeline] // lock [Pipeline] } [2026-03-26T01:38:57.261Z] $ docker stop --time=1 04bb91f004765b00373e54054c66514bc708cf6ab9fb3f52eab9a3a620e435c5 [2026-03-26T01:38:58.782Z] $ docker rm -f --volumes 04bb91f004765b00373e54054c66514bc708cf6ab9fb3f52eab9a3a620e435c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-03-26T06:41:36.782Z] Cancelling nested steps due to timeout [2026-03-26T06:41:36.787Z] Sending interrupt signal to process [2026-03-26T06:41:47.624Z] script returned exit code 143 [Pipeline] } [2026-03-26T06:41:47.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-03-26T06:41:48.236Z] + '[' -d /w/workspace/edgex-go/962/archives ']' [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:41:48.540Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:41:49.098Z] ---> package-listing.sh [2026-03-26T06:41:49.098Z] ++ tr '[:upper:]' '[:lower:]' [2026-03-26T06:41:49.098Z] ++ facter osfamily [2026-03-26T06:41:49.359Z] + OS_FAMILY=redhat [2026-03-26T06:41:49.359Z] + workspace=/w/workspace/edgex-go/962 [2026-03-26T06:41:49.359Z] + START_PACKAGES=/tmp/packages_start.txt [2026-03-26T06:41:49.359Z] + END_PACKAGES=/tmp/packages_end.txt [2026-03-26T06:41:49.359Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-03-26T06:41:49.359Z] + PACKAGES=/tmp/packages_start.txt [2026-03-26T06:41:49.359Z] + '[' /w/workspace/edgex-go/962 ']' [2026-03-26T06:41:49.359Z] + PACKAGES=/tmp/packages_end.txt [2026-03-26T06:41:49.359Z] + case "${OS_FAMILY}" in [2026-03-26T06:41:49.359Z] + sort [2026-03-26T06:41:49.359Z] + rpm -qa [2026-03-26T06:41:49.927Z] + '[' -f /tmp/packages_start.txt ']' [2026-03-26T06:41:49.927Z] + '[' -f /tmp/packages_end.txt ']' [2026-03-26T06:41:49.927Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-03-26T06:41:49.927Z] + '[' /w/workspace/edgex-go/962 ']' [2026-03-26T06:41:49.927Z] + mkdir -p /w/workspace/edgex-go/962/archives/ [2026-03-26T06:41:49.927Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/962/archives/ [Pipeline] echo [2026-03-26T06:41:49.939Z] 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/962/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-03-26T06:41:50.224Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T06:41:50.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-26T06:41:50.806Z] [2026-03-26T06:41:50.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T06:41:51.119Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-26T06:41:51.119Z] latest: Pulling from edgex-lftools-log-publisher [2026-03-26T06:41:51.119Z] 5eb5b503b376: Pulling fs layer [2026-03-26T06:41:51.119Z] 5c69ac0246d0: Pulling fs layer [2026-03-26T06:41:51.119Z] ec43610c2a17: Pulling fs layer [2026-03-26T06:41:51.119Z] 3a2ae6a8a46f: Pulling fs layer [2026-03-26T06:41:51.119Z] 33b1e0a273af: Pulling fs layer [2026-03-26T06:41:51.119Z] 5d3b04190fa2: Pulling fs layer [2026-03-26T06:41:51.119Z] 2f39f015ded8: Pulling fs layer [2026-03-26T06:41:51.119Z] 3a2ae6a8a46f: Waiting [2026-03-26T06:41:51.119Z] 33b1e0a273af: Waiting [2026-03-26T06:41:51.119Z] 5d3b04190fa2: Waiting [2026-03-26T06:41:51.119Z] 2f39f015ded8: Waiting [2026-03-26T06:41:51.119Z] 5c69ac0246d0: Verifying Checksum [2026-03-26T06:41:51.119Z] 5c69ac0246d0: Download complete [2026-03-26T06:41:51.119Z] 3a2ae6a8a46f: Verifying Checksum [2026-03-26T06:41:51.119Z] 3a2ae6a8a46f: Download complete [2026-03-26T06:41:51.377Z] 33b1e0a273af: Verifying Checksum [2026-03-26T06:41:51.377Z] 33b1e0a273af: Download complete [2026-03-26T06:41:51.377Z] ec43610c2a17: Verifying Checksum [2026-03-26T06:41:51.377Z] ec43610c2a17: Download complete [2026-03-26T06:41:51.377Z] 5d3b04190fa2: Verifying Checksum [2026-03-26T06:41:51.377Z] 5d3b04190fa2: Download complete [2026-03-26T06:41:51.377Z] 5eb5b503b376: Verifying Checksum [2026-03-26T06:41:51.377Z] 5eb5b503b376: Download complete [2026-03-26T06:41:51.964Z] 2f39f015ded8: Verifying Checksum [2026-03-26T06:41:51.964Z] 2f39f015ded8: Download complete [2026-03-26T06:41:52.539Z] 5eb5b503b376: Pull complete [2026-03-26T06:41:52.797Z] 5c69ac0246d0: Pull complete [2026-03-26T06:41:53.058Z] ec43610c2a17: Pull complete [2026-03-26T06:41:53.318Z] 3a2ae6a8a46f: Pull complete [2026-03-26T06:41:53.318Z] 33b1e0a273af: Pull complete [2026-03-26T06:41:53.580Z] 5d3b04190fa2: Pull complete [2026-03-26T06:41:56.867Z] 2f39f015ded8: Pull complete [2026-03-26T06:41:57.126Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-03-26T06:41:57.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-26T06:41:57.126Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T06:41:57.227Z] prd-centos7-docker-4c-2g-4090 does not seem to be running inside a container [2026-03-26T06:41:57.257Z] $ 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/962/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 [2026-03-26T06:42:00.179Z] $ docker top 81cf662fd3abfad5c02cf80039ffd02ef120af5b69cc6bcc67747e35be6916dc -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-26T06:42:00.526Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-03-26T06:42:00.822Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-03-26T06:42:01.105Z] + ls /var/log/sa-host [2026-03-26T06:42:01.106Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-26T06:42:01.296Z] provisioning config files... [2026-03-26T06:42:01.310Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config10967430060430106193tmp [Pipeline] { [Pipeline] echo [2026-03-26T06:42:01.332Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:01.623Z] ---> create-netrc.sh [Pipeline] } [2026-03-26T06:42:01.629Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:01.987Z] ---> python-tools-install.sh [Pipeline] echo [2026-03-26T06:42:01.997Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:02.289Z] ---> sudo-logs.sh [2026-03-26T06:42:02.289Z] Archiving 'sudo' log.. [2026-03-26T06:42:02.289Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-26T06:42:02.316Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2026-03-26T06:42:02.322Z] $ docker stop --time=1 81cf662fd3abfad5c02cf80039ffd02ef120af5b69cc6bcc67747e35be6916dc [2026-03-26T06:42:03.459Z] $ docker rm -f --volumes 81cf662fd3abfad5c02cf80039ffd02ef120af5b69cc6bcc67747e35be6916dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2026-03-26T06:42:03.554Z] [WS-CLEANUP] Deleting project workspace... [2026-03-26T06:42:03.554Z] [WS-CLEANUP] Deferred wipeout is used... [2026-03-26T06:42:03.573Z] [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] } [2026-03-26T06:42:03.788Z] 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 [2026-03-26T06:42:04.564Z] + [ -d /w/workspace/edgex-go/962/archives ] [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:04.853Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:05.712Z] ---> package-listing.sh [2026-03-26T06:42:05.712Z] ++ facter osfamily [2026-03-26T06:42:05.712Z] ++ tr '[:upper:]' '[:lower:]' [2026-03-26T06:42:05.972Z] + OS_FAMILY=debian [2026-03-26T06:42:05.972Z] + workspace=/w/workspace/edgex-go/962 [2026-03-26T06:42:05.972Z] + START_PACKAGES=/tmp/packages_start.txt [2026-03-26T06:42:05.972Z] + END_PACKAGES=/tmp/packages_end.txt [2026-03-26T06:42:05.972Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-03-26T06:42:05.972Z] + PACKAGES=/tmp/packages_start.txt [2026-03-26T06:42:05.972Z] + '[' /w/workspace/edgex-go/962 ']' [2026-03-26T06:42:05.972Z] + PACKAGES=/tmp/packages_end.txt [2026-03-26T06:42:05.972Z] + case "${OS_FAMILY}" in [2026-03-26T06:42:05.972Z] + dpkg -l [2026-03-26T06:42:05.972Z] + grep '^ii' [2026-03-26T06:42:05.972Z] + '[' -f /tmp/packages_start.txt ']' [2026-03-26T06:42:05.972Z] + '[' -f /tmp/packages_end.txt ']' [2026-03-26T06:42:05.972Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-03-26T06:42:05.972Z] + '[' /w/workspace/edgex-go/962 ']' [2026-03-26T06:42:05.972Z] + mkdir -p /w/workspace/edgex-go/962/archives/ [2026-03-26T06:42:05.972Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/962/archives/ [Pipeline] echo [2026-03-26T06:42:05.984Z] 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/962/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-03-26T06:42:06.260Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T06:42:06.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-26T06:42:06.822Z] [2026-03-26T06:42:06.822Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-26T06:42:07.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-26T06:42:07.118Z] latest: Pulling from edgex-lftools-log-publisher [2026-03-26T06:42:07.118Z] 5eb5b503b376: Pulling fs layer [2026-03-26T06:42:07.118Z] 5c69ac0246d0: Pulling fs layer [2026-03-26T06:42:07.118Z] ec43610c2a17: Pulling fs layer [2026-03-26T06:42:07.118Z] 3a2ae6a8a46f: Pulling fs layer [2026-03-26T06:42:07.118Z] 33b1e0a273af: Pulling fs layer [2026-03-26T06:42:07.118Z] 3a2ae6a8a46f: Waiting [2026-03-26T06:42:07.118Z] 5d3b04190fa2: Pulling fs layer [2026-03-26T06:42:07.118Z] 2f39f015ded8: Pulling fs layer [2026-03-26T06:42:07.118Z] 33b1e0a273af: Waiting [2026-03-26T06:42:07.118Z] 5d3b04190fa2: Waiting [2026-03-26T06:42:07.118Z] 2f39f015ded8: Waiting [2026-03-26T06:42:07.118Z] 5c69ac0246d0: Verifying Checksum [2026-03-26T06:42:07.118Z] 5c69ac0246d0: Download complete [2026-03-26T06:42:07.118Z] 3a2ae6a8a46f: Verifying Checksum [2026-03-26T06:42:07.118Z] 3a2ae6a8a46f: Download complete [2026-03-26T06:42:07.118Z] 33b1e0a273af: Verifying Checksum [2026-03-26T06:42:07.118Z] 33b1e0a273af: Download complete [2026-03-26T06:42:07.118Z] ec43610c2a17: Verifying Checksum [2026-03-26T06:42:07.118Z] ec43610c2a17: Download complete [2026-03-26T06:42:07.376Z] 5d3b04190fa2: Verifying Checksum [2026-03-26T06:42:07.376Z] 5d3b04190fa2: Download complete [2026-03-26T06:42:07.634Z] 5eb5b503b376: Verifying Checksum [2026-03-26T06:42:07.634Z] 5eb5b503b376: Download complete [2026-03-26T06:42:07.890Z] 2f39f015ded8: Download complete [2026-03-26T06:42:08.821Z] 5eb5b503b376: Pull complete [2026-03-26T06:42:08.821Z] 5c69ac0246d0: Pull complete [2026-03-26T06:42:09.387Z] ec43610c2a17: Pull complete [2026-03-26T06:42:09.387Z] 3a2ae6a8a46f: Pull complete [2026-03-26T06:42:09.645Z] 33b1e0a273af: Pull complete [2026-03-26T06:42:09.645Z] 5d3b04190fa2: Pull complete [2026-03-26T06:42:14.906Z] 2f39f015ded8: Pull complete [2026-03-26T06:42:14.906Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-03-26T06:42:14.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-26T06:42:14.906Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-26T06:42:15.007Z] prd-ubuntu20.04-docker-8c-8g-4086 does not seem to be running inside a container [2026-03-26T06:42:15.035Z] $ 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/962/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/962 -v /w/workspace/edgex-go/962:/w/workspace/edgex-go/962:rw,z -v /w/workspace/edgex-go/962@tmp:/w/workspace/edgex-go/962@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 [2026-03-26T06:42:16.357Z] $ docker top 67d675b16b83c3c9b971db1fb42080ea03859d5c660cc63c8a6cd5c86164c2dd -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-26T06:42:16.703Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-03-26T06:42:16.982Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-03-26T06:42:17.266Z] + ls /var/log/sa-host [2026-03-26T06:42:17.266Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-26T06:42:17.304Z] provisioning config files... [2026-03-26T06:42:17.312Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/962@tmp/config10958836407384367229tmp [Pipeline] { [Pipeline] echo [2026-03-26T06:42:17.334Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:17.617Z] ---> create-netrc.sh [Pipeline] } [2026-03-26T06:42:17.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:17.944Z] ---> python-tools-install.sh [Pipeline] echo [2026-03-26T06:42:17.954Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:18.244Z] ---> sudo-logs.sh [2026-03-26T06:42:18.245Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-03-26T06:42:18.303Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:18.587Z] ---> job-cost.sh [2026-03-26T06:42:18.587Z] lf-activate-venv: SKIPPING [2026-03-26T06:42:18.587Z] DEBUG: total: 0.10999999940395355 [2026-03-26T06:42:18.587Z] INFO: Retrieving Stack Cost... [2026-03-26T06:42:18.848Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-03-26T06:42:19.416Z] INFO: Archiving Costs [Pipeline] echo [2026-03-26T06:42:19.425Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-26T06:42:19.716Z] ---> logs-deploy.sh [2026-03-26T06:42:19.716Z] lf-activate-venv: SKIPPING [2026-03-26T06:42:19.716Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/962 [2026-03-26T06:42:19.716Z] INFO: archiving workspace using pattern(s): [2026-03-26T06:42:20.654Z] Archives upload complete. [2026-03-26T06:42:20.654Z] INFO: archiving logs to Nexus [2026-03-26T06:42:21.669Z] ---> uname -a: [2026-03-26T06:42:21.669Z] Linux prd-ubuntu20-04-docker-8c-8g-4086 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] ---> lscpu: [2026-03-26T06:42:21.669Z] Architecture: x86_64 [2026-03-26T06:42:21.669Z] CPU op-mode(s): 32-bit, 64-bit [2026-03-26T06:42:21.669Z] Byte Order: Little Endian [2026-03-26T06:42:21.669Z] Address sizes: 40 bits physical, 48 bits virtual [2026-03-26T06:42:21.669Z] CPU(s): 8 [2026-03-26T06:42:21.669Z] On-line CPU(s) list: 0-7 [2026-03-26T06:42:21.669Z] Thread(s) per core: 1 [2026-03-26T06:42:21.669Z] Core(s) per socket: 1 [2026-03-26T06:42:21.669Z] Socket(s): 8 [2026-03-26T06:42:21.669Z] NUMA node(s): 1 [2026-03-26T06:42:21.669Z] Vendor ID: AuthenticAMD [2026-03-26T06:42:21.669Z] CPU family: 23 [2026-03-26T06:42:21.669Z] Model: 49 [2026-03-26T06:42:21.669Z] Model name: AMD EPYC-Rome Processor [2026-03-26T06:42:21.669Z] Stepping: 0 [2026-03-26T06:42:21.669Z] CPU MHz: 2799.998 [2026-03-26T06:42:21.669Z] BogoMIPS: 5599.99 [2026-03-26T06:42:21.669Z] Virtualization: AMD-V [2026-03-26T06:42:21.669Z] Hypervisor vendor: KVM [2026-03-26T06:42:21.669Z] Virtualization type: full [2026-03-26T06:42:21.669Z] L1d cache: 256 KiB [2026-03-26T06:42:21.669Z] L1i cache: 256 KiB [2026-03-26T06:42:21.669Z] L2 cache: 4 MiB [2026-03-26T06:42:21.669Z] L3 cache: 128 MiB [2026-03-26T06:42:21.669Z] NUMA node0 CPU(s): 0-7 [2026-03-26T06:42:21.669Z] Vulnerability Gather data sampling: Not affected [2026-03-26T06:42:21.669Z] Vulnerability Itlb multihit: Not affected [2026-03-26T06:42:21.669Z] Vulnerability L1tf: Not affected [2026-03-26T06:42:21.669Z] Vulnerability Mds: Not affected [2026-03-26T06:42:21.669Z] Vulnerability Meltdown: Not affected [2026-03-26T06:42:21.669Z] Vulnerability Mmio stale data: Not affected [2026-03-26T06:42:21.669Z] Vulnerability Retbleed: Vulnerable [2026-03-26T06:42:21.669Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2026-03-26T06:42:21.669Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2026-03-26T06:42:21.669Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2026-03-26T06:42:21.669Z] Vulnerability Srbds: Not affected [2026-03-26T06:42:21.669Z] Vulnerability Tsx async abort: Not affected [2026-03-26T06:42:21.669Z] 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 [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] ---> nproc: [2026-03-26T06:42:21.669Z] 8 [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] ---> df -h: [2026-03-26T06:42:21.669Z] Filesystem Size Used Avail Use% Mounted on [2026-03-26T06:42:21.669Z] overlay 155G 33G 123G 22% / [2026-03-26T06:42:21.669Z] tmpfs 64M 0 64M 0% /dev [2026-03-26T06:42:21.669Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2026-03-26T06:42:21.669Z] shm 64M 0 64M 0% /dev/shm [2026-03-26T06:42:21.669Z] /dev/vda1 155G 33G 123G 22% /facter-os [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] ---> sar -b -r -n DEV: [2026-03-26T06:42:21.669Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4086) 03/26/26 _x86_64_ (8 CPU) [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] 00:40:53 LINUX RESTART (8 CPU) [2026-03-26T06:42:21.669Z] [2026-03-26T06:42:21.669Z] 00:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2026-03-26T06:42:21.669Z] 00:42:01 377.44 72.87 304.57 0.00 12311.55 184188.10 0.00 [2026-03-26T06:42:21.669Z] 00:43:01 172.40 10.23 162.17 0.00 1670.39 40113.18 0.00 [2026-03-26T06:42:21.669Z] 00:44:01 50.73 0.05 50.68 0.00 0.40 40950.37 0.00 [2026-03-26T06:42:21.669Z] 00:45:01 55.17 0.22 54.96 0.00 2.67 21430.29 0.00 [2026-03-26T06:42:21.669Z] 00:46:01 1051.01 27.01 1024.00 0.00 2255.49 401830.09 0.00 [2026-03-26T06:42:21.669Z] 00:47:01 419.06 2.42 416.64 0.00 23.19 219440.19 0.00 [2026-03-26T06:42:21.669Z] 00:48:01 394.17 0.12 394.05 0.00 1.47 125318.89 0.00 [2026-03-26T06:42:21.669Z] 00:49:01 230.97 20.23 210.75 0.00 846.71 133866.00 0.00 [2026-03-26T06:42:21.669Z] 00:50:01 469.62 25.61 444.01 0.00 1428.56 39448.76 0.00 [2026-03-26T06:42:21.669Z] 00:51:01 28.07 1.38 26.69 0.00 216.59 687.50 0.00 [2026-03-26T06:42:21.669Z] 00:52:01 6.25 0.02 6.23 0.00 0.13 155.04 0.00 [2026-03-26T06:42:21.669Z] 00:53:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 [2026-03-26T06:42:21.669Z] 00:54:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 [2026-03-26T06:42:21.669Z] 00:55:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 [2026-03-26T06:42:21.669Z] 00:56:01 3.63 2.32 1.32 0.00 21.06 15.73 0.00 [2026-03-26T06:42:21.669Z] 00:57:01 1.35 0.00 1.35 0.00 0.00 17.33 0.00 [2026-03-26T06:42:21.669Z] 00:58:01 1.20 0.00 1.20 0.00 0.00 14.26 0.00 [2026-03-26T06:42:21.669Z] 00:59:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 01:00:01 1.13 0.00 1.13 0.00 0.00 14.00 0.00 [2026-03-26T06:42:21.669Z] 01:01:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 [2026-03-26T06:42:21.669Z] 01:02:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 [2026-03-26T06:42:21.669Z] 01:03:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 [2026-03-26T06:42:21.669Z] 01:04:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 [2026-03-26T06:42:21.669Z] 01:05:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.669Z] 01:06:01 1.43 0.00 1.43 0.00 0.00 17.86 0.00 [2026-03-26T06:42:21.669Z] 01:07:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 [2026-03-26T06:42:21.669Z] 01:08:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 [2026-03-26T06:42:21.669Z] 01:09:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 [2026-03-26T06:42:21.669Z] 01:10:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 [2026-03-26T06:42:21.669Z] 01:11:01 1.50 0.00 1.50 0.00 0.00 18.26 0.00 [2026-03-26T06:42:21.669Z] 01:12:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 [2026-03-26T06:42:21.669Z] 01:13:01 1.43 0.00 1.43 0.00 0.00 15.73 0.00 [2026-03-26T06:42:21.669Z] 01:14:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 [2026-03-26T06:42:21.669Z] 01:15:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 01:16:01 1.30 0.00 1.30 0.00 0.00 16.40 0.00 [2026-03-26T06:42:21.669Z] 01:17:01 1.52 0.05 1.47 0.00 1.07 15.86 0.00 [2026-03-26T06:42:21.669Z] 01:18:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 [2026-03-26T06:42:21.669Z] 01:19:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 [2026-03-26T06:42:21.669Z] 01:20:01 1.08 0.00 1.08 0.00 0.00 13.73 0.00 [2026-03-26T06:42:21.669Z] 01:21:01 1.48 0.00 1.48 0.00 0.00 18.00 0.00 [2026-03-26T06:42:21.669Z] 01:22:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 [2026-03-26T06:42:21.669Z] 01:23:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 [2026-03-26T06:42:21.669Z] 01:24:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 [2026-03-26T06:42:21.669Z] 01:25:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 [2026-03-26T06:42:21.669Z] 01:26:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 [2026-03-26T06:42:21.669Z] 01:27:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 [2026-03-26T06:42:21.669Z] 01:28:01 1.35 0.00 1.35 0.00 0.00 15.60 0.00 [2026-03-26T06:42:21.669Z] 01:29:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 01:30:01 1.18 0.00 1.18 0.00 0.00 14.66 0.00 [2026-03-26T06:42:21.669Z] 01:31:01 1.63 0.00 1.63 0.00 0.00 19.46 0.00 [2026-03-26T06:42:21.669Z] 01:32:01 1.60 0.32 1.28 0.00 16.93 15.06 0.00 [2026-03-26T06:42:21.669Z] 01:33:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 [2026-03-26T06:42:21.669Z] 01:34:01 2.85 1.38 1.47 0.00 28.93 20.00 0.00 [2026-03-26T06:42:21.669Z] 01:35:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 [2026-03-26T06:42:21.669Z] 01:36:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 [2026-03-26T06:42:21.669Z] 01:37:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 [2026-03-26T06:42:21.669Z] 01:38:01 1.20 0.00 1.20 0.00 0.00 14.26 0.00 [2026-03-26T06:42:21.669Z] 01:39:01 1.45 0.00 1.45 0.00 0.00 16.26 0.00 [2026-03-26T06:42:21.669Z] 01:40:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 01:41:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 [2026-03-26T06:42:21.669Z] 01:42:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 [2026-03-26T06:42:21.669Z] 01:43:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.669Z] 01:44:01 1.70 0.00 1.70 0.00 0.00 20.26 0.00 [2026-03-26T06:42:21.669Z] 01:45:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 [2026-03-26T06:42:21.669Z] 01:46:01 1.38 0.00 1.38 0.00 0.00 17.06 0.00 [2026-03-26T06:42:21.669Z] 01:47:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 01:48:02 1.30 0.00 1.30 0.00 0.00 15.33 0.00 [2026-03-26T06:42:21.669Z] 01:49:01 1.07 0.00 1.07 0.00 0.00 11.66 0.00 [2026-03-26T06:42:21.669Z] 01:50:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 [2026-03-26T06:42:21.669Z] 01:51:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 [2026-03-26T06:42:21.669Z] 01:52:01 1.70 0.00 1.70 0.00 0.00 20.80 0.00 [2026-03-26T06:42:21.669Z] 01:53:01 2.02 0.00 2.02 0.00 0.00 22.93 0.00 [2026-03-26T06:42:21.669Z] 01:54:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 [2026-03-26T06:42:21.669Z] 01:55:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 [2026-03-26T06:42:21.669Z] 01:56:01 1.30 0.00 1.30 0.00 0.00 15.19 0.00 [2026-03-26T06:42:21.669Z] 01:57:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 [2026-03-26T06:42:21.669Z] 01:58:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 [2026-03-26T06:42:21.669Z] 01:59:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 [2026-03-26T06:42:21.669Z] 02:00:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 [2026-03-26T06:42:21.669Z] 02:01:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 02:02:01 10.40 6.68 3.72 0.00 425.93 103.72 0.00 [2026-03-26T06:42:21.669Z] 02:03:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 [2026-03-26T06:42:21.669Z] 02:04:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 [2026-03-26T06:42:21.669Z] 02:05:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.669Z] 02:06:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 [2026-03-26T06:42:21.669Z] 02:07:01 1.50 0.00 1.50 0.00 0.00 18.53 0.00 [2026-03-26T06:42:21.669Z] 02:08:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 [2026-03-26T06:42:21.669Z] 02:09:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 [2026-03-26T06:42:21.669Z] 02:10:01 1.13 0.00 1.13 0.00 0.00 13.86 0.00 [2026-03-26T06:42:21.669Z] 02:11:01 0.87 0.00 0.87 0.00 0.00 9.73 0.00 [2026-03-26T06:42:21.669Z] 02:12:01 1.38 0.00 1.38 0.00 0.00 17.60 0.00 [2026-03-26T06:42:21.669Z] 02:13:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2026-03-26T06:42:21.669Z] 02:14:01 1.18 0.00 1.18 0.00 0.00 14.53 0.00 [2026-03-26T06:42:21.669Z] 02:15:01 0.87 0.00 0.87 0.00 0.00 10.13 0.00 [2026-03-26T06:42:21.669Z] 02:16:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 [2026-03-26T06:42:21.669Z] 02:17:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 [2026-03-26T06:42:21.669Z] 02:18:01 1.63 0.00 1.63 0.00 0.00 18.26 0.00 [2026-03-26T06:42:21.669Z] 02:19:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 02:20:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 [2026-03-26T06:42:21.669Z] 02:21:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 [2026-03-26T06:42:21.669Z] 02:22:01 1.35 0.00 1.35 0.00 0.00 16.93 0.00 [2026-03-26T06:42:21.669Z] 02:23:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 02:24:01 1.18 0.00 1.18 0.00 0.00 15.33 0.00 [2026-03-26T06:42:21.669Z] 02:25:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 [2026-03-26T06:42:21.669Z] 02:26:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 [2026-03-26T06:42:21.669Z] 02:27:01 1.62 0.00 1.62 0.00 0.00 19.47 0.00 [2026-03-26T06:42:21.669Z] 02:28:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2026-03-26T06:42:21.669Z] 02:29:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 [2026-03-26T06:42:21.669Z] 02:30:01 1.22 0.00 1.22 0.00 0.00 14.53 0.00 [2026-03-26T06:42:21.669Z] 02:31:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 [2026-03-26T06:42:21.669Z] 02:32:01 1.33 0.00 1.33 0.00 0.00 16.66 0.00 [2026-03-26T06:42:21.669Z] 02:33:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2026-03-26T06:42:21.669Z] 02:34:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 [2026-03-26T06:42:21.669Z] 02:35:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 02:36:01 1.25 0.00 1.25 0.00 0.00 15.73 0.00 [2026-03-26T06:42:21.669Z] 02:37:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 [2026-03-26T06:42:21.669Z] 02:38:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 [2026-03-26T06:42:21.669Z] 02:39:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 [2026-03-26T06:42:21.669Z] 02:40:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 [2026-03-26T06:42:21.669Z] 02:41:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 [2026-03-26T06:42:21.669Z] 02:42:01 1.38 0.00 1.38 0.00 0.00 16.40 0.00 [2026-03-26T06:42:21.669Z] 02:43:01 1.23 0.00 1.23 0.00 0.00 12.80 0.00 [2026-03-26T06:42:21.669Z] 02:44:01 1.33 0.00 1.33 0.00 0.00 15.06 0.00 [2026-03-26T06:42:21.669Z] 02:45:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 [2026-03-26T06:42:21.669Z] 02:46:01 1.23 0.00 1.23 0.00 0.00 15.06 0.00 [2026-03-26T06:42:21.669Z] 02:47:01 1.35 0.00 1.35 0.00 0.00 14.40 0.00 [2026-03-26T06:42:21.669Z] 02:48:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2026-03-26T06:42:21.669Z] 02:49:01 1.23 0.00 1.23 0.00 0.00 12.40 0.00 [2026-03-26T06:42:21.669Z] 02:50:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 [2026-03-26T06:42:21.669Z] 02:51:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 02:52:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 [2026-03-26T06:42:21.669Z] 02:53:01 1.18 0.00 1.18 0.00 0.00 12.53 0.00 [2026-03-26T06:42:21.669Z] 02:54:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 [2026-03-26T06:42:21.669Z] 02:55:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2026-03-26T06:42:21.669Z] 02:56:01 1.37 0.00 1.37 0.00 0.00 15.59 0.00 [2026-03-26T06:42:21.669Z] 02:57:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 [2026-03-26T06:42:21.669Z] 02:58:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 [2026-03-26T06:42:21.669Z] 02:59:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 [2026-03-26T06:42:21.669Z] 03:00:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 [2026-03-26T06:42:21.669Z] 03:01:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.669Z] 03:02:01 1.53 0.00 1.53 0.00 0.00 18.26 0.00 [2026-03-26T06:42:21.669Z] 03:03:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 03:04:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 [2026-03-26T06:42:21.669Z] 03:05:02 1.18 0.00 1.18 0.00 0.00 13.33 0.00 [2026-03-26T06:42:21.669Z] 03:06:01 1.34 0.00 1.34 0.00 0.00 15.45 0.00 [2026-03-26T06:42:21.669Z] 03:07:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2026-03-26T06:42:21.669Z] 03:08:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 [2026-03-26T06:42:21.669Z] 03:09:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 03:10:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 [2026-03-26T06:42:21.669Z] 03:11:01 1.25 0.00 1.25 0.00 0.00 13.46 0.00 [2026-03-26T06:42:21.669Z] 03:12:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 [2026-03-26T06:42:21.669Z] 03:13:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 [2026-03-26T06:42:21.669Z] 03:14:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 [2026-03-26T06:42:21.669Z] 03:15:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 03:16:01 1.22 0.00 1.22 0.00 0.00 14.53 0.00 [2026-03-26T06:42:21.669Z] 03:17:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 03:18:01 2.43 0.00 2.43 0.00 0.00 27.73 0.00 [2026-03-26T06:42:21.669Z] 03:19:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 [2026-03-26T06:42:21.669Z] 03:20:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 [2026-03-26T06:42:21.669Z] 03:21:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 03:22:01 1.27 0.00 1.27 0.00 0.00 15.19 0.00 [2026-03-26T06:42:21.669Z] 03:23:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 [2026-03-26T06:42:21.669Z] 03:24:01 1.67 0.00 1.67 0.00 0.00 18.40 0.00 [2026-03-26T06:42:21.669Z] 03:25:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2026-03-26T06:42:21.669Z] 03:26:01 1.27 0.00 1.27 0.00 0.00 15.20 0.00 [2026-03-26T06:42:21.669Z] 03:27:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 03:28:01 1.45 0.00 1.45 0.00 0.00 18.26 0.00 [2026-03-26T06:42:21.669Z] 03:29:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 03:30:01 1.33 0.00 1.33 0.00 0.00 16.13 0.00 [2026-03-26T06:42:21.669Z] 03:31:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 03:32:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 [2026-03-26T06:42:21.669Z] 03:33:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2026-03-26T06:42:21.669Z] 03:34:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 [2026-03-26T06:42:21.669Z] 03:35:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 03:36:01 1.90 0.00 1.90 0.00 0.00 22.40 0.00 [2026-03-26T06:42:21.669Z] 03:37:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2026-03-26T06:42:21.669Z] 03:38:01 1.58 0.00 1.58 0.00 0.00 18.79 0.00 [2026-03-26T06:42:21.669Z] 03:39:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.669Z] 03:40:01 1.33 0.00 1.33 0.00 0.00 16.13 0.00 [2026-03-26T06:42:21.669Z] 03:41:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 03:42:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 [2026-03-26T06:42:21.669Z] 03:43:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 [2026-03-26T06:42:21.669Z] 03:44:01 1.47 0.00 1.47 0.00 0.00 17.07 0.00 [2026-03-26T06:42:21.669Z] 03:45:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 03:46:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 [2026-03-26T06:42:21.669Z] 03:47:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2026-03-26T06:42:21.669Z] 03:48:01 1.55 0.00 1.55 0.00 0.00 17.99 0.00 [2026-03-26T06:42:21.669Z] 03:49:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 [2026-03-26T06:42:21.669Z] 03:50:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 [2026-03-26T06:42:21.669Z] 03:51:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2026-03-26T06:42:21.669Z] 03:52:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 [2026-03-26T06:42:21.669Z] 03:53:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 [2026-03-26T06:42:21.669Z] 03:54:01 1.53 0.00 1.53 0.00 0.00 18.53 0.00 [2026-03-26T06:42:21.669Z] 03:55:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 03:56:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 [2026-03-26T06:42:21.669Z] 03:57:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 [2026-03-26T06:42:21.669Z] 03:58:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 [2026-03-26T06:42:21.669Z] 03:59:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 [2026-03-26T06:42:21.669Z] 04:00:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 [2026-03-26T06:42:21.669Z] 04:01:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 04:02:01 1.47 0.05 1.42 0.00 12.26 18.26 0.00 [2026-03-26T06:42:21.669Z] 04:03:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 [2026-03-26T06:42:21.669Z] 04:04:01 1.80 0.00 1.80 0.00 0.00 20.80 0.00 [2026-03-26T06:42:21.669Z] 04:05:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2026-03-26T06:42:21.669Z] 04:06:01 1.75 0.00 1.75 0.00 0.00 19.73 0.00 [2026-03-26T06:42:21.669Z] 04:07:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2026-03-26T06:42:21.669Z] 04:08:01 1.88 0.00 1.88 0.00 0.00 21.73 0.00 [2026-03-26T06:42:21.669Z] 04:09:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 04:10:01 1.45 0.00 1.45 0.00 0.00 17.33 0.00 [2026-03-26T06:42:21.669Z] 04:11:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 04:12:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 [2026-03-26T06:42:21.669Z] 04:13:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 [2026-03-26T06:42:21.669Z] 04:14:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 [2026-03-26T06:42:21.669Z] 04:15:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 [2026-03-26T06:42:21.669Z] 04:16:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 [2026-03-26T06:42:21.669Z] 04:17:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2026-03-26T06:42:21.669Z] 04:18:01 2.03 0.00 2.03 0.00 0.00 24.13 0.00 [2026-03-26T06:42:21.669Z] 04:19:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 [2026-03-26T06:42:21.669Z] 04:20:01 1.38 0.00 1.38 0.00 0.00 17.46 0.00 [2026-03-26T06:42:21.669Z] 04:21:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 04:22:01 1.48 0.00 1.48 0.00 0.00 19.33 0.00 [2026-03-26T06:42:21.669Z] 04:23:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 [2026-03-26T06:42:21.669Z] 04:24:01 2.58 0.27 2.32 0.00 23.46 27.73 0.00 [2026-03-26T06:42:21.669Z] 04:25:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 [2026-03-26T06:42:21.669Z] 04:26:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 [2026-03-26T06:42:21.669Z] 04:27:02 1.18 0.00 1.18 0.00 0.00 13.46 0.00 [2026-03-26T06:42:21.669Z] 04:28:01 1.49 0.00 1.49 0.00 0.00 17.08 0.00 [2026-03-26T06:42:21.669Z] 04:29:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 [2026-03-26T06:42:21.669Z] 04:30:01 1.72 0.00 1.72 0.00 0.00 20.00 0.00 [2026-03-26T06:42:21.669Z] 04:31:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.669Z] 04:32:01 1.78 0.00 1.78 0.00 0.00 21.06 0.00 [2026-03-26T06:42:21.669Z] 04:33:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.669Z] 04:34:01 1.38 0.00 1.38 0.00 0.00 17.06 0.00 [2026-03-26T06:42:21.669Z] 04:35:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2026-03-26T06:42:21.669Z] 04:36:01 1.78 0.00 1.78 0.00 0.00 21.46 0.00 [2026-03-26T06:42:21.669Z] 04:37:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2026-03-26T06:42:21.669Z] 04:38:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 [2026-03-26T06:42:21.669Z] 04:39:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 [2026-03-26T06:42:21.669Z] 04:40:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 [2026-03-26T06:42:21.669Z] 04:41:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 [2026-03-26T06:42:21.669Z] 04:42:01 1.72 0.00 1.72 0.00 0.00 20.26 0.00 [2026-03-26T06:42:21.669Z] 04:43:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 [2026-03-26T06:42:21.669Z] 04:44:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 [2026-03-26T06:42:21.669Z] 04:45:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 04:46:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 [2026-03-26T06:42:21.669Z] 04:47:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 04:48:01 1.48 0.00 1.48 0.00 0.00 18.80 0.00 [2026-03-26T06:42:21.669Z] 04:49:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 [2026-03-26T06:42:21.669Z] 04:50:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 [2026-03-26T06:42:21.669Z] 04:51:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 [2026-03-26T06:42:21.669Z] 04:52:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 [2026-03-26T06:42:21.669Z] 04:53:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 [2026-03-26T06:42:21.669Z] 04:54:01 1.45 0.00 1.45 0.00 0.00 17.33 0.00 [2026-03-26T06:42:21.669Z] 04:55:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 [2026-03-26T06:42:21.669Z] 04:56:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 [2026-03-26T06:42:21.669Z] 04:57:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 04:58:01 1.43 0.00 1.43 0.00 0.00 17.59 0.00 [2026-03-26T06:42:21.669Z] 04:59:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 [2026-03-26T06:42:21.669Z] 05:00:01 1.85 0.00 1.85 0.00 0.00 20.93 0.00 [2026-03-26T06:42:21.669Z] 05:01:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 05:02:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 [2026-03-26T06:42:21.669Z] 05:03:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 [2026-03-26T06:42:21.669Z] 05:04:01 1.45 0.00 1.45 0.00 0.00 17.33 0.00 [2026-03-26T06:42:21.669Z] 05:05:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 [2026-03-26T06:42:21.669Z] 05:06:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 [2026-03-26T06:42:21.669Z] 05:07:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 05:08:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 [2026-03-26T06:42:21.669Z] 05:09:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 [2026-03-26T06:42:21.669Z] 05:10:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 [2026-03-26T06:42:21.669Z] 05:11:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 05:12:01 1.82 0.00 1.82 0.00 0.00 21.06 0.00 [2026-03-26T06:42:21.669Z] 05:13:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2026-03-26T06:42:21.669Z] 05:14:01 1.42 0.00 1.42 0.00 0.00 18.00 0.00 [2026-03-26T06:42:21.669Z] 05:15:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2026-03-26T06:42:21.669Z] 05:16:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 [2026-03-26T06:42:21.669Z] 05:17:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 [2026-03-26T06:42:21.669Z] 05:18:01 1.55 0.00 1.55 0.00 0.00 18.26 0.00 [2026-03-26T06:42:21.669Z] 05:19:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 [2026-03-26T06:42:21.669Z] 05:20:01 1.43 0.00 1.43 0.00 0.00 16.53 0.00 [2026-03-26T06:42:21.669Z] 05:21:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 [2026-03-26T06:42:21.669Z] 05:22:01 1.43 0.00 1.43 0.00 0.00 17.99 0.00 [2026-03-26T06:42:21.669Z] 05:23:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.669Z] 05:24:01 1.35 0.00 1.35 0.00 0.00 16.93 0.00 [2026-03-26T06:42:21.669Z] 05:25:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 [2026-03-26T06:42:21.669Z] 05:26:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 [2026-03-26T06:42:21.669Z] 05:27:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 [2026-03-26T06:42:21.669Z] 05:28:01 1.38 0.00 1.38 0.00 0.00 17.06 0.00 [2026-03-26T06:42:21.669Z] 05:29:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 [2026-03-26T06:42:21.669Z] 05:30:01 1.72 0.00 1.72 0.00 0.00 19.46 0.00 [2026-03-26T06:42:21.669Z] 05:31:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 [2026-03-26T06:42:21.669Z] 05:32:01 1.37 0.00 1.37 0.00 0.00 16.53 0.00 [2026-03-26T06:42:21.669Z] 05:33:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 [2026-03-26T06:42:21.669Z] 05:34:01 1.55 0.00 1.55 0.00 0.00 20.00 0.00 [2026-03-26T06:42:21.669Z] 05:35:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 05:36:01 1.55 0.00 1.55 0.00 0.00 19.06 0.00 [2026-03-26T06:42:21.669Z] 05:37:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 05:38:01 1.33 0.00 1.33 0.00 0.00 16.80 0.00 [2026-03-26T06:42:21.669Z] 05:39:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 [2026-03-26T06:42:21.669Z] 05:40:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 [2026-03-26T06:42:21.669Z] 05:41:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 [2026-03-26T06:42:21.669Z] 05:42:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 [2026-03-26T06:42:21.669Z] 05:43:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 [2026-03-26T06:42:21.669Z] 05:44:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 [2026-03-26T06:42:21.669Z] 05:45:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 [2026-03-26T06:42:21.669Z] 05:46:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 [2026-03-26T06:42:21.669Z] 05:47:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2026-03-26T06:42:21.669Z] 05:48:01 1.57 0.00 1.57 0.00 0.00 19.33 0.00 [2026-03-26T06:42:21.669Z] 05:49:01 1.10 0.00 1.10 0.00 0.00 11.46 0.00 [2026-03-26T06:42:21.669Z] 05:50:02 1.63 0.00 1.63 0.00 0.00 18.80 0.00 [2026-03-26T06:42:21.669Z] 05:51:01 1.02 0.02 1.00 0.00 0.14 10.57 0.00 [2026-03-26T06:42:21.669Z] 05:52:01 1.52 0.00 1.52 0.00 0.00 18.80 0.00 [2026-03-26T06:42:21.669Z] 05:53:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 05:54:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 [2026-03-26T06:42:21.669Z] 05:55:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 [2026-03-26T06:42:21.669Z] 05:56:01 1.82 0.00 1.82 0.00 0.00 20.13 0.00 [2026-03-26T06:42:21.669Z] 05:57:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 [2026-03-26T06:42:21.669Z] 05:58:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 [2026-03-26T06:42:21.669Z] 05:59:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.669Z] 06:00:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 [2026-03-26T06:42:21.669Z] 06:01:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 [2026-03-26T06:42:21.669Z] 06:02:01 1.72 0.00 1.72 0.00 0.00 20.13 0.00 [2026-03-26T06:42:21.669Z] 06:03:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 06:04:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 [2026-03-26T06:42:21.669Z] 06:05:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 [2026-03-26T06:42:21.669Z] 06:06:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 [2026-03-26T06:42:21.669Z] 06:07:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 [2026-03-26T06:42:21.669Z] 06:08:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 [2026-03-26T06:42:21.669Z] 06:09:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.669Z] 06:10:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 [2026-03-26T06:42:21.670Z] 06:11:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2026-03-26T06:42:21.670Z] 06:12:01 1.80 0.00 1.80 0.00 0.00 20.26 0.00 [2026-03-26T06:42:21.670Z] 06:13:01 1.02 0.00 1.02 0.00 0.00 11.59 0.00 [2026-03-26T06:42:21.670Z] 06:14:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 [2026-03-26T06:42:21.670Z] 06:15:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 [2026-03-26T06:42:21.670Z] 06:16:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 [2026-03-26T06:42:21.670Z] 06:17:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 [2026-03-26T06:42:21.670Z] 06:18:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 [2026-03-26T06:42:21.670Z] 06:19:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.670Z] 06:20:01 1.40 0.00 1.40 0.00 0.00 18.40 0.00 [2026-03-26T06:42:21.670Z] 06:21:01 1.32 0.00 1.32 0.00 0.00 14.40 0.00 [2026-03-26T06:42:21.670Z] 06:22:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 [2026-03-26T06:42:21.670Z] 06:23:01 1.22 0.00 1.22 0.00 0.00 13.33 0.00 [2026-03-26T06:42:21.670Z] 06:24:01 1.35 0.02 1.33 0.00 1.87 15.46 0.00 [2026-03-26T06:42:21.670Z] 06:25:01 1.22 0.03 1.18 0.00 0.27 13.60 0.00 [2026-03-26T06:42:21.670Z] 06:26:01 5.90 2.77 3.12 0.00 65.51 91.56 0.00 [2026-03-26T06:42:21.670Z] 06:27:01 1.08 0.00 1.08 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.670Z] 06:28:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 [2026-03-26T06:42:21.670Z] 06:29:01 1.05 0.00 1.05 0.00 0.00 10.53 0.00 [2026-03-26T06:42:21.670Z] 06:30:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 [2026-03-26T06:42:21.670Z] 06:31:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 [2026-03-26T06:42:21.670Z] 06:32:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 [2026-03-26T06:42:21.670Z] 06:33:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2026-03-26T06:42:21.670Z] 06:34:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 [2026-03-26T06:42:21.670Z] 06:35:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 [2026-03-26T06:42:21.670Z] 06:36:01 1.60 0.00 1.60 0.00 0.00 18.80 0.00 [2026-03-26T06:42:21.670Z] 06:37:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2026-03-26T06:42:21.670Z] 06:38:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 [2026-03-26T06:42:21.670Z] 06:39:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 [2026-03-26T06:42:21.670Z] 06:40:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 [2026-03-26T06:42:21.670Z] 06:41:01 1.12 0.00 1.12 0.00 0.00 11.06 0.00 [2026-03-26T06:42:21.670Z] 06:42:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 [2026-03-26T06:42:21.670Z] Average: 10.30 0.48 9.81 0.00 53.63 3360.66 0.00 [2026-03-26T06:42:21.670Z] [2026-03-26T06:42:21.670Z] 00:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2026-03-26T06:42:21.670Z] 00:42:01 28942460 31577428 729968 2.22 75880 2853216 1792228 5.28 959304 2605892 924 [2026-03-26T06:42:21.670Z] 00:43:01 26457436 31067908 1208812 3.68 124316 4633024 2434144 7.18 2101712 3766780 683276 [2026-03-26T06:42:21.670Z] 00:44:01 26380196 31231040 1042576 3.17 128832 4843772 2346692 6.92 1841020 4081032 272228 [2026-03-26T06:42:21.670Z] 00:45:01 25756324 31522364 751576 2.29 136200 5690404 1748828 5.16 1860244 4627712 542276 [2026-03-26T06:42:21.670Z] 00:46:01 13991364 31373796 873684 2.66 354820 16506148 2463540 7.26 3171040 14459492 1868392 [2026-03-26T06:42:21.670Z] 00:47:01 4067712 27812092 4361548 13.27 404304 22351280 11942580 35.21 7654284 19322704 1463648 [2026-03-26T06:42:21.670Z] 00:48:01 1282624 27955108 4222624 12.85 422744 25150092 10608972 31.28 8759904 20895540 919872 [2026-03-26T06:42:21.670Z] 00:49:01 6457148 31183844 1041528 3.17 416944 23384536 2786716 8.22 3558324 21168476 565696 [2026-03-26T06:42:21.670Z] 00:50:01 6195704 31411008 831348 2.53 423908 23881908 2209060 6.51 3737696 21292892 480 [2026-03-26T06:42:21.670Z] 00:51:01 6189684 31413292 827996 2.52 425016 23888656 2189960 6.46 4109788 20926688 464 [2026-03-26T06:42:21.670Z] 00:52:01 6198824 31422320 818452 2.49 425264 23888692 2061128 6.08 4181096 20845492 8 [2026-03-26T06:42:21.670Z] 00:53:01 6200612 31424144 816552 2.48 425292 23888696 2061128 6.08 4179292 20845440 176 [2026-03-26T06:42:21.670Z] 00:54:01 6203872 31427496 813972 2.48 425312 23888700 2061128 6.08 4176948 20845444 200 [2026-03-26T06:42:21.670Z] 00:55:01 6204836 31428460 813148 2.47 425336 23888700 2061128 6.08 4176408 20845444 148 [2026-03-26T06:42:21.670Z] 00:56:01 6221316 31445872 795268 2.42 425804 23888888 2072352 6.11 4157756 20844632 236 [2026-03-26T06:42:21.670Z] 00:57:01 6221300 31445860 795216 2.42 425820 23888896 2072352 6.11 4157780 20844636 188 [2026-03-26T06:42:21.670Z] 00:58:01 6221436 31446012 795208 2.42 425848 23888896 2072352 6.11 4157676 20844636 12 [2026-03-26T06:42:21.670Z] 00:59:01 6221900 31446512 794732 2.42 425856 23888900 2072352 6.11 4157836 20844644 176 [2026-03-26T06:42:21.670Z] 01:00:01 6221828 31446448 794744 2.42 425872 23888900 2072352 6.11 4157824 20844644 8 [2026-03-26T06:42:21.670Z] 01:01:01 6221976 31446672 794392 2.42 425908 23888904 2072352 6.11 4157628 20844644 208 [2026-03-26T06:42:21.670Z] 01:02:01 6221692 31446408 794608 2.42 425924 23888908 2072352 6.11 4157948 20844648 8 [2026-03-26T06:42:21.670Z] 01:03:01 6222844 31447560 793372 2.41 425944 23888912 2072352 6.11 4157724 20844648 148 [2026-03-26T06:42:21.670Z] 01:04:01 6222376 31447156 793780 2.41 425980 23888912 2072352 6.11 4158256 20844652 36 [2026-03-26T06:42:21.670Z] 01:05:01 6222248 31447064 793764 2.41 426012 23888912 2088432 6.16 4158816 20844652 156 [2026-03-26T06:42:21.670Z] 01:06:01 6222004 31446872 793932 2.42 426052 23888916 2088432 6.16 4157780 20844660 12 [2026-03-26T06:42:21.670Z] 01:07:01 6221620 31446568 794316 2.42 426064 23888984 2088432 6.16 4159332 20844724 236 [2026-03-26T06:42:21.670Z] 01:08:01 6222156 31447108 793760 2.41 426088 23888988 2088432 6.16 4157916 20844728 8 [2026-03-26T06:42:21.670Z] 01:09:01 6221972 31446984 793728 2.41 426100 23888996 2088432 6.16 4158944 20844732 180 [2026-03-26T06:42:21.670Z] 01:10:01 6222248 31447284 793412 2.41 426124 23888996 2088432 6.16 4157948 20844736 8 [2026-03-26T06:42:21.670Z] 01:11:01 6222136 31447192 793436 2.41 426168 23888980 2104484 6.20 4158948 20844740 36 [2026-03-26T06:42:21.670Z] 01:12:01 6221804 31446908 793672 2.41 426184 23889000 2104484 6.20 4157912 20844740 4 [2026-03-26T06:42:21.670Z] 01:13:01 6221788 31446912 793600 2.41 426204 23889004 2104484 6.20 4158856 20844744 4 [2026-03-26T06:42:21.670Z] 01:14:01 6221480 31446604 793864 2.42 426228 23889004 2104484 6.20 4157944 20844744 12 [2026-03-26T06:42:21.670Z] 01:15:01 6221228 31446532 793996 2.42 426240 23889140 2104484 6.20 4159472 20844876 164 [2026-03-26T06:42:21.670Z] 01:16:01 6221424 31446732 793740 2.41 426256 23889140 2104484 6.20 4157912 20844880 8 [2026-03-26T06:42:21.670Z] 01:17:01 6220728 31446104 794288 2.42 426272 23889168 2104484 6.20 4159376 20844896 28 [2026-03-26T06:42:21.670Z] 01:18:01 6221208 31446680 793608 2.41 426296 23889176 2104484 6.20 4158032 20844900 8 [2026-03-26T06:42:21.670Z] 01:19:01 6221344 31446844 793604 2.41 426308 23889176 2104484 6.20 4159112 20844900 172 [2026-03-26T06:42:21.670Z] 01:20:01 6221344 31446860 793560 2.41 426320 23889180 2104484 6.20 4158052 20844904 28 [2026-03-26T06:42:21.670Z] 01:21:01 6221020 31446684 793700 2.41 426340 23889300 2104484 6.20 4159204 20845032 156 [2026-03-26T06:42:21.670Z] 01:22:01 6220452 31446184 794204 2.42 426360 23889312 2104484 6.20 4158180 20845036 8 [2026-03-26T06:42:21.670Z] 01:23:01 6220444 31446184 794112 2.42 426388 23889316 2104484 6.20 4159116 20845040 152 [2026-03-26T06:42:21.670Z] 01:24:01 6220444 31446212 794056 2.42 426400 23889316 2104484 6.20 4158168 20845040 12 [2026-03-26T06:42:21.670Z] 01:25:01 6220396 31446188 794004 2.42 426428 23889328 2104484 6.20 4159216 20845052 156 [2026-03-26T06:42:21.670Z] 01:26:01 6220348 31446172 793968 2.42 426460 23889316 2104484 6.20 4158416 20845052 4 [2026-03-26T06:42:21.670Z] 01:27:01 6220168 31446040 794268 2.42 426472 23889332 2104484 6.20 4159504 20845056 264 [2026-03-26T06:42:21.670Z] 01:28:01 6220340 31446232 794016 2.42 426496 23889336 2104484 6.20 4158184 20845060 8 [2026-03-26T06:42:21.670Z] 01:29:01 6220460 31446368 793912 2.42 426512 23889336 2104484 6.20 4159532 20845060 152 [2026-03-26T06:42:21.670Z] 01:30:01 6220728 31446660 793580 2.41 426524 23889340 2104484 6.20 4158292 20845064 28 [2026-03-26T06:42:21.670Z] 01:31:01 6220636 31446580 793812 2.41 426540 23889340 2104484 6.20 4159512 20845064 64 [2026-03-26T06:42:21.670Z] 01:32:01 6219860 31446344 794244 2.42 426568 23889844 2104484 6.20 4160224 20845392 24 [2026-03-26T06:42:21.670Z] 01:33:01 6219820 31446308 794204 2.42 426592 23889852 2104484 6.20 4161084 20845376 164 [2026-03-26T06:42:21.670Z] 01:34:01 6212484 31441172 799172 2.43 426612 23890728 2120668 6.25 4165884 20845436 180 [2026-03-26T06:42:21.670Z] 01:35:01 6212824 31441544 798792 2.43 426644 23890732 2120668 6.25 4166304 20845412 188 [2026-03-26T06:42:21.670Z] 01:36:01 6212792 31441544 798748 2.43 426684 23890724 2120668 6.25 4164940 20845392 16 [2026-03-26T06:42:21.670Z] 01:37:01 6211988 31440768 799484 2.43 426708 23890736 2120668 6.25 4166268 20845396 160 [2026-03-26T06:42:21.670Z] 01:38:01 6212508 31441316 798916 2.43 426736 23890736 2120668 6.25 4165044 20845396 8 [2026-03-26T06:42:21.670Z] 01:39:01 6212144 31440988 799180 2.43 426752 23890740 2104504 6.20 4166016 20845400 12 [2026-03-26T06:42:21.670Z] 01:40:01 6212096 31440956 799176 2.43 426760 23890740 2104504 6.20 4165000 20845400 8 [2026-03-26T06:42:21.670Z] 01:41:01 6211576 31440448 799756 2.43 426784 23890740 2104504 6.20 4166044 20845404 196 [2026-03-26T06:42:21.670Z] 01:42:01 6211284 31440196 799964 2.43 426796 23890752 2104504 6.20 4165428 20845408 8 [2026-03-26T06:42:21.670Z] 01:43:01 6211292 31440212 800164 2.43 426816 23890756 2104504 6.20 4166184 20845408 168 [2026-03-26T06:42:21.670Z] 01:44:01 6211192 31440196 800168 2.43 426876 23890760 2104504 6.20 4165232 20845416 8 [2026-03-26T06:42:21.670Z] 01:45:01 6211420 31440432 799932 2.43 426884 23890760 2104504 6.20 4166324 20845420 180 [2026-03-26T06:42:21.670Z] 01:46:01 6211336 31440388 800092 2.43 426912 23890764 2104504 6.20 4165848 20845424 156 [2026-03-26T06:42:21.670Z] 01:47:01 6211368 31440420 800052 2.43 426920 23890764 2120632 6.25 4166560 20845424 164 [2026-03-26T06:42:21.670Z] 01:48:02 6211320 31440384 800016 2.43 426940 23890768 2120632 6.25 4165568 20845428 8 [2026-03-26T06:42:21.670Z] 01:49:01 6211208 31440300 800000 2.43 426960 23890772 2120632 6.25 4166548 20845432 164 [2026-03-26T06:42:21.670Z] 01:50:01 6210908 31440020 800224 2.43 426976 23890772 2120632 6.25 4165608 20845432 8 [2026-03-26T06:42:21.670Z] 01:51:01 6211112 31440248 799980 2.43 426992 23890780 2120632 6.25 4166244 20845436 180 [2026-03-26T06:42:21.670Z] 01:52:01 6210968 31440144 799972 2.43 427048 23890776 2120632 6.25 4165396 20845436 8 [2026-03-26T06:42:21.670Z] 01:53:01 6210448 31439664 800400 2.43 427072 23890784 2120632 6.25 4166372 20845440 300 [2026-03-26T06:42:21.670Z] 01:54:01 6210836 31440080 800132 2.43 427072 23890788 2120632 6.25 4165756 20845444 180 [2026-03-26T06:42:21.670Z] 01:55:01 6210852 31440096 800112 2.43 427076 23890788 2120632 6.25 4166296 20845444 8 [2026-03-26T06:42:21.670Z] 01:56:01 6210788 31440044 800124 2.43 427092 23890792 2120632 6.25 4165868 20845452 184 [2026-03-26T06:42:21.670Z] 01:57:01 6210788 31440060 800108 2.43 427112 23890788 2120632 6.25 4166416 20845452 8 [2026-03-26T06:42:21.670Z] 01:58:01 6210520 31439824 800324 2.43 427136 23890796 2120632 6.25 4165504 20845456 8 [2026-03-26T06:42:21.670Z] 01:59:01 6210496 31439824 800268 2.43 427144 23890800 2120632 6.25 4166700 20845456 8 [2026-03-26T06:42:21.670Z] 02:00:01 6210236 31439572 800468 2.44 427156 23890804 2120632 6.25 4165532 20845460 8 [2026-03-26T06:42:21.670Z] 02:01:01 6210480 31439840 800136 2.43 427172 23890812 2120632 6.25 4166756 20845464 160 [2026-03-26T06:42:21.670Z] 02:02:01 6169800 31415524 819684 2.49 427540 23904912 2197220 6.48 4187128 20856788 28 [2026-03-26T06:42:21.670Z] 02:03:01 6170288 31416080 819080 2.49 427544 23904976 2197220 6.48 4187936 20856852 28 [2026-03-26T06:42:21.670Z] 02:04:01 6170012 31415832 819280 2.49 427568 23904980 2197220 6.48 4187184 20856856 12 [2026-03-26T06:42:21.670Z] 02:05:01 6169940 31415784 819256 2.49 427580 23904988 2197220 6.48 4188132 20856860 184 [2026-03-26T06:42:21.670Z] 02:06:01 6169872 31415728 819488 2.49 427588 23904988 2197220 6.48 4187152 20856864 4 [2026-03-26T06:42:21.670Z] 02:07:01 6169864 31415740 819480 2.49 427604 23904992 2197220 6.48 4188256 20856868 8 [2026-03-26T06:42:21.670Z] 02:08:01 6169816 31415704 819452 2.49 427612 23904996 2197220 6.48 4187192 20856872 8 [2026-03-26T06:42:21.670Z] 02:09:01 6170272 31416180 818920 2.49 427628 23904996 2197220 6.48 4187796 20856872 152 [2026-03-26T06:42:21.670Z] 02:10:01 6170792 31416704 818368 2.49 427640 23905000 2197220 6.48 4186844 20856876 8 [2026-03-26T06:42:21.670Z] 02:11:01 6170776 31416700 818368 2.49 427640 23905000 2197220 6.48 4187688 20856876 160 [2026-03-26T06:42:21.670Z] 02:12:01 6170752 31416816 818216 2.49 427668 23905124 2197220 6.48 4186824 20857008 8 [2026-03-26T06:42:21.670Z] 02:13:01 6170232 31416328 818648 2.49 427684 23905132 2197220 6.48 4187972 20857008 148 [2026-03-26T06:42:21.670Z] 02:14:01 6170720 31416836 818232 2.49 427696 23905140 2197220 6.48 4186816 20857016 8 [2026-03-26T06:42:21.670Z] 02:15:01 6170168 31416300 818716 2.49 427704 23905148 2197220 6.48 4188080 20857020 192 [2026-03-26T06:42:21.670Z] 02:16:01 6170872 31417024 818200 2.49 427716 23905148 2197220 6.48 4187136 20857024 8 [2026-03-26T06:42:21.670Z] 02:17:01 6170076 31416232 818944 2.49 427736 23905152 2197220 6.48 4188076 20857028 24 [2026-03-26T06:42:21.670Z] 02:18:01 6170144 31416352 818716 2.49 427756 23905152 2197220 6.48 4186896 20857012 4 [2026-03-26T06:42:21.670Z] 02:19:01 6170144 31416384 818644 2.49 427772 23905156 2197220 6.48 4187784 20857016 8 [2026-03-26T06:42:21.670Z] 02:20:01 6170348 31416608 818384 2.49 427780 23905160 2197220 6.48 4187212 20857020 8 [2026-03-26T06:42:21.670Z] 02:21:01 6169156 31415560 819372 2.49 427792 23905288 2197220 6.48 4188308 20857148 4 [2026-03-26T06:42:21.670Z] 02:22:01 6169856 31416296 818512 2.49 427816 23905280 2197220 6.48 4187008 20857152 8 [2026-03-26T06:42:21.670Z] 02:23:01 6170080 31416564 818408 2.49 427836 23905292 2197220 6.48 4187892 20857152 4 [2026-03-26T06:42:21.670Z] 02:24:01 6170040 31416544 818348 2.49 427864 23905300 2197220 6.48 4187028 20857156 44 [2026-03-26T06:42:21.670Z] 02:25:01 6169992 31416516 818328 2.49 427872 23905300 2197220 6.48 4187940 20857156 8 [2026-03-26T06:42:21.670Z] 02:26:01 6169944 31416488 818400 2.49 427888 23905304 2197220 6.48 4187068 20857160 8 [2026-03-26T06:42:21.670Z] 02:27:01 6169644 31416200 818624 2.49 427904 23905308 2197220 6.48 4188060 20857164 300 [2026-03-26T06:42:21.670Z] 02:28:01 6169564 31416140 818636 2.49 427916 23905308 2197220 6.48 4187120 20857164 4 [2026-03-26T06:42:21.670Z] 02:29:01 6169208 31415816 818896 2.49 427932 23905312 2197220 6.48 4187716 20857168 28 [2026-03-26T06:42:21.670Z] 02:30:01 6169416 31416028 818832 2.49 427940 23905312 2197220 6.48 4187132 20857168 12 [2026-03-26T06:42:21.670Z] 02:31:01 6169416 31416056 818760 2.49 427960 23905320 2197220 6.48 4187176 20857172 40 [2026-03-26T06:42:21.670Z] 02:32:01 6169264 31415940 818768 2.49 427976 23905324 2197220 6.48 4187632 20857184 192 [2026-03-26T06:42:21.670Z] 02:33:01 6169036 31415716 818980 2.49 427988 23905328 2197220 6.48 4187196 20857188 16 [2026-03-26T06:42:21.670Z] 02:34:01 6168516 31415192 819448 2.49 428004 23905332 2197220 6.48 4188524 20856320 8 [2026-03-26T06:42:21.670Z] 02:35:01 6168500 31415188 819388 2.49 428020 23905332 2197220 6.48 4188320 20856312 4 [2026-03-26T06:42:21.670Z] 02:36:01 6168452 31415156 819356 2.49 428036 23905336 2180916 6.43 4188352 20856316 8 [2026-03-26T06:42:21.670Z] 02:37:01 6168620 31415340 819320 2.49 428060 23905336 2180916 6.43 4188384 20856316 4 [2026-03-26T06:42:21.670Z] 02:38:01 6168636 31415388 819256 2.49 428072 23905340 2180916 6.43 4188352 20856320 28 [2026-03-26T06:42:21.670Z] 02:39:01 6168272 31415044 819524 2.49 428084 23905344 2180916 6.43 4188760 20856324 196 [2026-03-26T06:42:21.670Z] 02:40:01 6169012 31415796 818772 2.49 428096 23905344 2164700 6.38 4188384 20856324 4 [2026-03-26T06:42:21.670Z] 02:41:01 6168996 31415796 818760 2.49 428104 23905348 2164700 6.38 4188380 20856328 8 [2026-03-26T06:42:21.670Z] 02:42:01 6169004 31415820 818696 2.49 428136 23905348 2164700 6.38 4188468 20856328 24 [2026-03-26T06:42:21.670Z] 02:43:01 6168988 31415748 818732 2.49 428156 23905356 2164700 6.38 4188404 20856336 8 [2026-03-26T06:42:21.670Z] 02:44:01 6168972 31415776 818660 2.49 428184 23905356 2164700 6.38 4188444 20856336 12 [2026-03-26T06:42:21.670Z] 02:45:01 6169176 31415984 818476 2.49 428200 23905360 2164700 6.38 4188444 20856340 8 [2026-03-26T06:42:21.670Z] 02:46:01 6168732 31415620 818720 2.49 428220 23905364 2164700 6.38 4188504 20856344 28 [2026-03-26T06:42:21.670Z] 02:47:01 6168884 31415948 818584 2.49 428252 23905492 2164700 6.38 4188656 20856472 32 [2026-03-26T06:42:21.670Z] 02:48:01 6168664 31415744 818780 2.49 428256 23905500 2164700 6.38 4188744 20856480 44 [2026-03-26T06:42:21.670Z] 02:49:01 6169068 31416148 818524 2.49 428272 23905496 2164700 6.38 4188728 20856480 12 [2026-03-26T06:42:21.670Z] 02:50:01 6169044 31416132 818476 2.49 428284 23905504 2164700 6.38 4188680 20856484 20 [2026-03-26T06:42:21.670Z] 02:51:01 6168956 31416080 818584 2.49 428284 23905508 2180800 6.43 4189084 20856488 212 [2026-03-26T06:42:21.670Z] 02:52:01 6169012 31416144 818504 2.49 428312 23905504 2180800 6.43 4188604 20856492 28 [2026-03-26T06:42:21.670Z] 02:53:01 6168704 31415872 818776 2.49 428320 23905516 2180800 6.43 4188556 20856496 8 [2026-03-26T06:42:21.670Z] 02:54:01 6168948 31416124 818468 2.49 428328 23905516 2180800 6.43 4188564 20856496 12 [2026-03-26T06:42:21.670Z] 02:55:01 6168828 31416020 818460 2.49 428340 23905520 2180800 6.43 4189000 20856500 224 [2026-03-26T06:42:21.670Z] 02:56:01 6168632 31415840 818640 2.49 428356 23905520 2180800 6.43 4188632 20856500 8 [2026-03-26T06:42:21.670Z] 02:57:01 6168580 31415820 818860 2.49 428380 23905524 2196868 6.48 4189020 20856504 4 [2026-03-26T06:42:21.670Z] 02:58:01 6168728 31415980 818640 2.49 428396 23905524 2196868 6.48 4188680 20856504 8 [2026-03-26T06:42:21.670Z] 02:59:01 6168728 31416004 818620 2.49 428408 23905528 2196868 6.48 4188680 20856508 8 [2026-03-26T06:42:21.670Z] 03:00:01 6168096 31415428 819128 2.49 428420 23905536 2196868 6.48 4188692 20856516 4 [2026-03-26T06:42:21.670Z] 03:01:01 6168040 31415392 819136 2.49 428444 23905536 2196868 6.48 4188712 20856516 36 [2026-03-26T06:42:21.670Z] 03:02:01 6168284 31415664 818796 2.49 428480 23905532 2196868 6.48 4188840 20856520 8 [2026-03-26T06:42:21.670Z] 03:03:01 6168492 31415900 818772 2.49 428496 23905540 2196868 6.48 4188808 20856520 8 [2026-03-26T06:42:21.670Z] 03:04:01 6168468 31416032 818612 2.49 428516 23905672 2196868 6.48 4189100 20856652 12 [2026-03-26T06:42:21.670Z] 03:05:02 6168484 31416084 818536 2.49 428540 23905680 2196868 6.48 4189016 20856660 40 [2026-03-26T06:42:21.670Z] 03:06:01 6168468 31416072 818524 2.49 428552 23905680 2196868 6.48 4188876 20856660 8 [2026-03-26T06:42:21.670Z] 03:07:01 6168136 31415764 818780 2.49 428564 23905684 2196868 6.48 4188972 20856664 12 [2026-03-26T06:42:21.670Z] 03:08:01 6167828 31415496 819032 2.49 428604 23905684 2196868 6.48 4189312 20856664 8 [2026-03-26T06:42:21.670Z] 03:09:01 6168324 31416032 818436 2.49 428636 23905688 2196868 6.48 4189036 20856668 28 [2026-03-26T06:42:21.670Z] 03:10:01 6168024 31415748 818704 2.49 428648 23905692 2196868 6.48 4189340 20856672 4 [2026-03-26T06:42:21.670Z] 03:11:01 6168024 31415760 818640 2.49 428660 23905696 2196868 6.48 4189068 20856676 8 [2026-03-26T06:42:21.670Z] 03:12:01 6167972 31415740 818852 2.49 428680 23905700 2196868 6.48 4189160 20856680 4 [2026-03-26T06:42:21.670Z] 03:13:01 6167972 31415768 818824 2.49 428708 23905700 2196868 6.48 4189104 20856680 16 [2026-03-26T06:42:21.670Z] 03:14:01 6168192 31416004 818540 2.49 428724 23905704 2196868 6.48 4189124 20856684 8 [2026-03-26T06:42:21.670Z] 03:15:01 6168144 31415972 818516 2.49 428736 23905704 2196868 6.48 4189140 20856684 4 [2026-03-26T06:42:21.670Z] 03:16:01 6168632 31416472 817996 2.49 428740 23905708 2196868 6.48 4189100 20856688 8 [2026-03-26T06:42:21.670Z] 03:17:01 6168548 31416408 818268 2.49 428756 23905708 2196868 6.48 4189752 20856688 8 [2026-03-26T06:42:21.670Z] 03:18:01 6168748 31416644 818164 2.49 428808 23905708 2196868 6.48 4189156 20856692 8 [2026-03-26T06:42:21.670Z] 03:19:01 6168204 31416144 818656 2.49 428824 23905724 2196868 6.48 4189176 20856700 8 [2026-03-26T06:42:21.670Z] 03:20:01 6168236 31416196 818548 2.49 428848 23905724 2196868 6.48 4189196 20856704 8 [2026-03-26T06:42:21.670Z] 03:21:01 6168212 31416196 818532 2.49 428860 23905728 2196868 6.48 4189472 20856708 8 [2026-03-26T06:42:21.670Z] 03:22:01 6168416 31416424 818272 2.49 428880 23905728 2196868 6.48 4189424 20856708 8 [2026-03-26T06:42:21.670Z] 03:23:01 6168408 31416468 818212 2.49 428940 23905728 2196868 6.48 4189336 20856712 8 [2026-03-26T06:42:21.670Z] 03:24:01 6167880 31415972 818700 2.49 428960 23905732 2196868 6.48 4189664 20856712 8 [2026-03-26T06:42:21.670Z] 03:25:01 6167644 31415752 818852 2.49 428968 23905736 2196868 6.48 4189380 20856716 8 [2026-03-26T06:42:21.670Z] 03:26:01 6167628 31415756 818780 2.49 428992 23905740 2196868 6.48 4189416 20856720 8 [2026-03-26T06:42:21.670Z] 03:27:01 6167808 31415960 818676 2.49 429008 23905740 2196868 6.48 4189504 20856720 4 [2026-03-26T06:42:21.670Z] 03:28:01 6168296 31416480 818248 2.49 429040 23905740 2196868 6.48 4189476 20856728 8 [2026-03-26T06:42:21.670Z] 03:29:01 6167776 31415976 818736 2.49 429048 23905748 2196868 6.48 4189768 20856728 8 [2026-03-26T06:42:21.670Z] 03:30:01 6167476 31415684 818980 2.49 429060 23905744 2213024 6.52 4189780 20856732 12 [2026-03-26T06:42:21.670Z] 03:31:01 6167924 31416160 818456 2.49 429076 23905756 2213024 6.52 4189588 20856736 16 [2026-03-26T06:42:21.670Z] 03:32:01 6167900 31416160 818376 2.49 429100 23905756 2213024 6.52 4189604 20856736 12 [2026-03-26T06:42:21.670Z] 03:33:01 6167852 31416128 818348 2.49 429116 23905760 2213024 6.52 4189576 20856740 32 [2026-03-26T06:42:21.670Z] 03:34:01 6167464 31415740 818596 2.49 429132 23905760 2194316 6.47 4190212 20856732 200 [2026-03-26T06:42:21.670Z] 03:35:01 6167944 31416240 818564 2.49 429140 23905764 2194316 6.47 4189784 20856736 8 [2026-03-26T06:42:21.670Z] 03:36:01 6167708 31416156 818616 2.49 429160 23905900 2194316 6.47 4189864 20856872 8 [2026-03-26T06:42:21.670Z] 03:37:01 6167912 31416380 818380 2.49 429172 23905904 2194316 6.47 4189896 20856876 8 [2026-03-26T06:42:21.670Z] 03:38:01 6167864 31416364 818328 2.49 429212 23905904 2194316 6.47 4189868 20856880 8 [2026-03-26T06:42:21.670Z] 03:39:01 6167052 31415576 819108 2.49 429220 23905908 2194316 6.47 4189872 20856880 8 [2026-03-26T06:42:21.670Z] 03:40:01 6167296 31415832 818788 2.49 429228 23905912 2210372 6.52 4189900 20856884 8 [2026-03-26T06:42:21.670Z] 03:41:01 6167264 31415816 818760 2.49 429240 23905912 2194080 6.47 4189896 20856884 8 [2026-03-26T06:42:21.670Z] 03:42:01 6167248 31415824 818736 2.49 429260 23905916 2194080 6.47 4189988 20856888 4 [2026-03-26T06:42:21.670Z] 03:43:01 6167232 31415824 818720 2.49 429280 23905908 2194080 6.47 4189940 20856888 8 [2026-03-26T06:42:21.670Z] 03:44:01 6166964 31415584 818900 2.49 429288 23905920 2194080 6.47 4189972 20856892 4 [2026-03-26T06:42:21.670Z] 03:45:01 6167132 31415768 818884 2.49 429300 23905924 2194080 6.47 4189972 20856896 28 [2026-03-26T06:42:21.670Z] 03:46:01 6167164 31415816 818832 2.49 429312 23905928 2194080 6.47 4190008 20856900 8 [2026-03-26T06:42:21.670Z] 03:47:01 6167360 31416028 818580 2.49 429328 23905932 2194080 6.47 4190064 20856904 8 [2026-03-26T06:42:21.670Z] 03:48:01 6167280 31415980 818580 2.49 429360 23905924 2194080 6.47 4190028 20856904 8 [2026-03-26T06:42:21.670Z] 03:49:01 6166980 31415704 818800 2.49 429364 23905936 2194080 6.47 4190044 20856908 8 [2026-03-26T06:42:21.670Z] 03:50:01 6166932 31415664 818776 2.49 429376 23905936 2194080 6.47 4190072 20856908 8 [2026-03-26T06:42:21.670Z] 03:51:01 6166664 31415420 819000 2.49 429392 23905940 2194080 6.47 4190080 20856912 28 [2026-03-26T06:42:21.670Z] 03:52:01 6166388 31415156 819236 2.49 429400 23905944 2194080 6.47 4190172 20856916 8 [2026-03-26T06:42:21.670Z] 03:53:01 6166640 31415432 818904 2.49 429424 23905948 2210164 6.52 4190124 20856916 8 [2026-03-26T06:42:21.670Z] 03:54:01 6166940 31415876 818436 2.49 429440 23906084 2210164 6.52 4190140 20857048 12 [2026-03-26T06:42:21.670Z] 03:55:01 6166924 31415884 818416 2.49 429456 23906084 2210164 6.52 4190160 20857048 12 [2026-03-26T06:42:21.670Z] 03:56:01 6166560 31415552 818696 2.49 429476 23906088 2210164 6.52 4190192 20857060 8 [2026-03-26T06:42:21.670Z] 03:57:01 6166472 31415484 818692 2.49 429496 23906092 2210164 6.52 4190556 20857064 8 [2026-03-26T06:42:21.670Z] 03:58:01 6166384 31415420 818660 2.49 429528 23906080 2210164 6.52 4190244 20857064 8 [2026-03-26T06:42:21.670Z] 03:59:01 6166276 31415336 818952 2.49 429532 23906096 2210164 6.52 4190244 20857068 8 [2026-03-26T06:42:21.670Z] 04:00:01 6166024 31415096 819180 2.49 429544 23906096 2210164 6.52 4190264 20857068 8 [2026-03-26T06:42:21.670Z] 04:01:01 6166228 31415316 818900 2.49 429556 23906100 2210164 6.52 4190276 20857072 24 [2026-03-26T06:42:21.670Z] 04:02:01 6189144 31438080 800508 2.44 429588 23906464 2137020 6.30 4177604 20852296 232 [2026-03-26T06:42:21.670Z] 04:03:01 6189404 31438356 800196 2.43 429600 23906460 2137020 6.30 4177548 20852300 8 [2026-03-26T06:42:21.670Z] 04:04:01 6189556 31438544 800208 2.43 429620 23906476 2137020 6.30 4178112 20852312 16 [2026-03-26T06:42:21.670Z] 04:05:01 6189564 31438580 800160 2.43 429644 23906476 2137020 6.30 4177880 20852312 12 [2026-03-26T06:42:21.670Z] 04:06:01 6189516 31438564 800112 2.43 429668 23906480 2137020 6.30 4177904 20852316 8 [2026-03-26T06:42:21.670Z] 04:07:01 6189736 31438812 799932 2.43 429684 23906480 2137020 6.30 4178240 20852320 12 [2026-03-26T06:42:21.670Z] 04:08:01 6189688 31438792 799936 2.43 429712 23906472 2137020 6.30 4177656 20852324 8 [2026-03-26T06:42:21.670Z] 04:09:01 6189420 31438548 800280 2.43 429724 23906484 2120716 6.25 4177972 20852324 8 [2026-03-26T06:42:21.670Z] 04:10:01 6189696 31438844 799932 2.43 429732 23906492 2120716 6.25 4178000 20852332 8 [2026-03-26T06:42:21.670Z] 04:11:01 6189816 31438992 799940 2.43 429752 23906496 2120716 6.25 4177712 20852336 28 [2026-03-26T06:42:21.670Z] 04:12:01 6190068 31439260 799672 2.43 429768 23906496 2120716 6.25 4177796 20852336 8 [2026-03-26T06:42:21.670Z] 04:13:01 6190052 31439272 799640 2.43 429792 23906504 2120716 6.25 4178096 20852344 196 [2026-03-26T06:42:21.670Z] 04:14:01 6192888 31442136 796768 2.42 429816 23906504 2120716 6.25 4175464 20852344 12 [2026-03-26T06:42:21.670Z] 04:15:01 6191824 31441216 797668 2.43 429832 23906636 2120716 6.25 4175468 20852476 8 [2026-03-26T06:42:21.670Z] 04:16:01 6191532 31440956 797864 2.43 429868 23906636 2120716 6.25 4175524 20852476 4 [2026-03-26T06:42:21.670Z] 04:17:01 6190632 31440084 798636 2.43 429884 23906640 2120716 6.25 4175984 20852480 248 [2026-03-26T06:42:21.670Z] 04:18:01 6191176 31440652 798072 2.43 429900 23906644 2120716 6.25 4175548 20852484 8 [2026-03-26T06:42:21.670Z] 04:19:01 6191664 31441160 797536 2.43 429924 23906644 2120716 6.25 4175584 20852484 12 [2026-03-26T06:42:21.670Z] 04:20:01 6191876 31441396 797260 2.43 429936 23906648 2120716 6.25 4175592 20852488 8 [2026-03-26T06:42:21.670Z] 04:21:01 6191888 31441428 797416 2.43 429960 23906648 2120716 6.25 4176100 20852488 12 [2026-03-26T06:42:21.670Z] 04:22:01 6191148 31440716 798108 2.43 429984 23906656 2120716 6.25 4175724 20852496 8 [2026-03-26T06:42:21.670Z] 04:23:01 6191148 31440744 798068 2.43 430016 23906652 2120716 6.25 4175688 20852500 28 [2026-03-26T06:42:21.670Z] 04:24:01 6188440 31438992 799432 2.43 430172 23907240 2131876 6.29 4176128 20852896 96 [2026-03-26T06:42:21.670Z] 04:25:01 6188352 31438928 799448 2.43 430180 23907248 2131876 6.29 4176128 20852904 8 [2026-03-26T06:42:21.670Z] 04:26:01 6188564 31439160 799156 2.43 430200 23907248 2131876 6.29 4176180 20852904 8 [2026-03-26T06:42:21.670Z] 04:27:02 6188264 31438888 799368 2.43 430224 23907252 2131876 6.29 4176276 20852908 8 [2026-03-26T06:42:21.670Z] 04:28:01 6188256 31438904 799284 2.43 430252 23907252 2131876 6.29 4176240 20852908 8 [2026-03-26T06:42:21.670Z] 04:29:01 6188384 31439048 799304 2.43 430264 23907248 2131876 6.29 4176240 20852912 8 [2026-03-26T06:42:21.670Z] 04:30:01 6188904 31439588 798736 2.43 430268 23907264 2131876 6.29 4176252 20852920 24 [2026-03-26T06:42:21.670Z] 04:31:01 6188312 31439012 799252 2.43 430284 23907264 2131876 6.29 4176268 20852920 4 [2026-03-26T06:42:21.670Z] 04:32:01 6188508 31439232 798952 2.43 430308 23907268 2131876 6.29 4176700 20852916 200 [2026-03-26T06:42:21.670Z] 04:33:01 6188656 31439404 798780 2.43 430332 23907268 2131876 6.29 4176404 20852916 4 [2026-03-26T06:42:21.670Z] 04:34:01 6188516 31439252 798868 2.43 430348 23907272 2131876 6.29 4176744 20852912 20 [2026-03-26T06:42:21.670Z] 04:35:01 6188720 31439480 798580 2.43 430372 23907272 2131876 6.29 4176548 20852912 12 [2026-03-26T06:42:21.670Z] 04:36:01 6187284 31438060 799932 2.43 430392 23907276 2131876 6.29 4178756 20852916 8 [2026-03-26T06:42:21.670Z] 04:37:01 6186480 31437284 800700 2.44 430404 23907280 2131876 6.29 4178924 20852920 8 [2026-03-26T06:42:21.670Z] 04:38:01 6186680 31437516 800624 2.44 430432 23907284 2115620 6.24 4178892 20852924 8 [2026-03-26T06:42:21.670Z] 04:39:01 6186696 31437548 800556 2.44 430460 23907280 2115620 6.24 4178904 20852928 8 [2026-03-26T06:42:21.670Z] 04:40:01 6186648 31437532 800512 2.44 430476 23907288 2115620 6.24 4178948 20852928 4 [2026-03-26T06:42:21.670Z] 04:41:01 6186056 31436960 801024 2.44 430492 23907292 2115620 6.24 4178952 20852932 8 [2026-03-26T06:42:21.670Z] 04:42:01 6186332 31437260 800664 2.44 430512 23907296 2115620 6.24 4179032 20852936 12 [2026-03-26T06:42:21.670Z] 04:43:01 6186536 31437456 800516 2.44 430528 23907300 2115620 6.24 4178988 20852940 4 [2026-03-26T06:42:21.670Z] 04:44:01 6186172 31437012 800908 2.44 430536 23907304 2115620 6.24 4179004 20852944 28 [2026-03-26T06:42:21.670Z] 04:45:01 6186628 31437484 800484 2.44 430552 23907304 2115620 6.24 4179012 20852944 8 [2026-03-26T06:42:21.670Z] 04:46:01 6186732 31437744 800384 2.43 430576 23907436 2099088 6.19 4179036 20853076 4 [2026-03-26T06:42:21.670Z] 04:47:01 6187036 31438072 800264 2.43 430600 23907436 2099088 6.19 4179124 20853076 8 [2026-03-26T06:42:21.670Z] 04:48:01 6187024 31438092 800440 2.44 430636 23907436 2099088 6.19 4179096 20853080 8 [2026-03-26T06:42:21.670Z] 04:49:01 6187008 31438108 800400 2.43 430664 23907440 2099088 6.19 4179120 20853084 24 [2026-03-26T06:42:21.670Z] 04:50:01 6186992 31438112 800328 2.43 430688 23907448 2099088 6.19 4179136 20853088 8 [2026-03-26T06:42:21.670Z] 04:51:01 6186888 31438076 800404 2.43 430708 23907452 2099088 6.19 4179184 20853092 4 [2026-03-26T06:42:21.670Z] 04:52:01 6187016 31438224 800452 2.44 430724 23907452 2099088 6.19 4179612 20853092 8 [2026-03-26T06:42:21.670Z] 04:53:01 6186992 31438212 800440 2.44 430732 23907456 2099088 6.19 4179260 20853096 4 [2026-03-26T06:42:21.670Z] 04:54:01 6186960 31438192 800428 2.44 430752 23907448 2099088 6.19 4179272 20853096 8 [2026-03-26T06:42:21.670Z] 04:55:01 6186912 31438168 800400 2.43 430764 23907460 2099088 6.19 4179304 20853100 28 [2026-03-26T06:42:21.670Z] 04:56:01 6186928 31438208 800300 2.43 430784 23907464 2099088 6.19 4179880 20853104 16 [2026-03-26T06:42:21.670Z] 04:57:01 6186864 31438152 800288 2.43 430792 23907464 2099088 6.19 4179700 20853104 12 [2026-03-26T06:42:21.670Z] 04:58:01 6186856 31438164 800228 2.43 430804 23907472 2099088 6.19 4179380 20853112 8 [2026-03-26T06:42:21.670Z] 04:59:01 6186352 31437680 800712 2.44 430820 23907476 2115156 6.24 4179672 20853116 8 [2026-03-26T06:42:21.670Z] 05:00:01 6186296 31437648 800720 2.44 430840 23907480 2115156 6.24 4179400 20853120 8 [2026-03-26T06:42:21.670Z] 05:01:01 6186520 31437876 800680 2.44 430848 23907480 2115156 6.24 4179436 20853120 8 [2026-03-26T06:42:21.670Z] 05:02:01 6186416 31437792 800752 2.44 430856 23907484 2115156 6.24 4179556 20853124 8 [2026-03-26T06:42:21.670Z] 05:03:01 6186416 31437816 800724 2.44 430876 23907488 2115156 6.24 4179824 20853128 4 [2026-03-26T06:42:21.670Z] 05:04:01 6186936 31438344 800136 2.43 430892 23907480 2115156 6.24 4179856 20853128 24 [2026-03-26T06:42:21.670Z] 05:05:01 6186432 31437856 800612 2.44 430900 23907492 2115156 6.24 4179572 20853132 20 [2026-03-26T06:42:21.670Z] 05:06:01 6186440 31437888 800552 2.44 430924 23907496 2115156 6.24 4179456 20853136 24 [2026-03-26T06:42:21.670Z] 05:07:01 6186296 31437772 800620 2.44 430940 23907500 2115156 6.24 4179540 20853140 8 [2026-03-26T06:42:21.670Z] 05:08:01 6185932 31437412 800920 2.44 430948 23907500 2115156 6.24 4179484 20853140 16 [2026-03-26T06:42:21.670Z] 05:09:01 6186168 31437660 800616 2.44 430952 23907504 2115156 6.24 4179504 20853144 24 [2026-03-26T06:42:21.670Z] 05:10:01 6186120 31437628 800588 2.44 430964 23907508 2115156 6.24 4179508 20853148 8 [2026-03-26T06:42:21.670Z] 05:11:01 6185812 31437332 800816 2.44 430984 23907508 2131284 6.28 4179812 20853148 8 [2026-03-26T06:42:21.670Z] 05:12:01 6185584 31437140 800996 2.44 431008 23907512 2131284 6.28 4179644 20853152 8 [2026-03-26T06:42:21.670Z] 05:13:01 6185820 31437388 800736 2.44 431016 23907512 2131284 6.28 4179600 20853152 4 [2026-03-26T06:42:21.670Z] 05:14:01 6185740 31437324 800740 2.44 431032 23907512 2131284 6.28 4179624 20853156 12 [2026-03-26T06:42:21.670Z] 05:15:01 6185924 31437512 800704 2.44 431044 23907524 2131284 6.28 4179608 20853160 40 [2026-03-26T06:42:21.670Z] 05:16:01 6185672 31437300 800920 2.44 431064 23907528 2131284 6.28 4179640 20853168 8 [2026-03-26T06:42:21.670Z] 05:17:01 6185332 31436972 801192 2.44 431068 23907532 2131284 6.28 4180000 20853172 8 [2026-03-26T06:42:21.670Z] 05:18:01 6186244 31437908 800612 2.44 431092 23907532 2131284 6.28 4179688 20853172 8 [2026-03-26T06:42:21.670Z] 05:19:01 6185772 31437452 801052 2.44 431112 23907532 2131284 6.28 4179684 20853176 8 [2026-03-26T06:42:21.670Z] 05:20:01 6185740 31437436 801048 2.44 431128 23907536 2131284 6.28 4179720 20853176 4 [2026-03-26T06:42:21.670Z] 05:21:01 6185964 31437684 800988 2.44 431148 23907540 2131284 6.28 4180048 20853180 8 [2026-03-26T06:42:21.670Z] 05:22:01 6185792 31437660 800984 2.44 431164 23907672 2131284 6.28 4179800 20853312 8 [2026-03-26T06:42:21.670Z] 05:23:01 6185476 31437352 801264 2.44 431168 23907672 2131284 6.28 4180248 20853312 216 [2026-03-26T06:42:21.670Z] 05:24:01 6185468 31437368 801224 2.44 431176 23907680 2131284 6.28 4180204 20853320 224 [2026-03-26T06:42:21.670Z] 05:25:01 6185744 31437652 800940 2.44 431184 23907680 2131284 6.28 4179996 20853320 8 [2026-03-26T06:42:21.670Z] 05:26:01 6185956 31437880 800656 2.44 431200 23907684 2131284 6.28 4179780 20853324 8 [2026-03-26T06:42:21.670Z] 05:27:01 6185932 31437868 800604 2.44 431208 23907684 2131284 6.28 4179852 20853324 8 [2026-03-26T06:42:21.670Z] 05:28:01 6185916 31437864 800548 2.44 431216 23907688 2131284 6.28 4179800 20853328 8 [2026-03-26T06:42:21.670Z] 05:29:01 6185868 31437832 800520 2.44 431236 23907684 2131284 6.28 4179832 20853332 8 [2026-03-26T06:42:21.670Z] 05:30:01 6185496 31437476 800812 2.44 431248 23907692 2131284 6.28 4179836 20853332 8 [2026-03-26T06:42:21.670Z] 05:31:01 6185236 31437240 800980 2.44 431272 23907700 2131284 6.28 4179856 20853336 8 [2026-03-26T06:42:21.670Z] 05:32:01 6185312 31437336 800828 2.44 431292 23907696 2131284 6.28 4179936 20853336 16 [2026-03-26T06:42:21.670Z] 05:33:01 6185264 31437328 800780 2.44 431316 23907704 2131284 6.28 4180096 20853224 8 [2026-03-26T06:42:21.670Z] 05:34:01 6184464 31436564 801672 2.44 431348 23907704 2131284 6.28 4180512 20853176 20 [2026-03-26T06:42:21.670Z] 05:35:01 6184488 31436608 801600 2.44 431360 23907712 2131284 6.28 4180480 20853176 16 [2026-03-26T06:42:21.670Z] 05:36:01 6184912 31437052 801124 2.44 431380 23907716 2131284 6.28 4180556 20853180 8 [2026-03-26T06:42:21.670Z] 05:37:01 6184840 31436996 801128 2.44 431396 23907716 2131284 6.28 4180576 20853180 4 [2026-03-26T06:42:21.670Z] 05:38:01 6184824 31437004 801096 2.44 431412 23907720 2131092 6.28 4180540 20853184 8 [2026-03-26T06:42:21.670Z] 05:39:01 6185076 31437268 800780 2.44 431440 23907704 2131092 6.28 4180536 20853184 8 [2026-03-26T06:42:21.670Z] 05:40:01 6184824 31437048 801156 2.44 431452 23907724 2114836 6.23 4180564 20853188 8 [2026-03-26T06:42:21.670Z] 05:41:01 6184548 31436792 801352 2.44 431472 23907728 2114836 6.23 4180992 20853192 196 [2026-03-26T06:42:21.670Z] 05:42:01 6184636 31436908 801240 2.44 431492 23907728 2114836 6.23 4180680 20853192 8 [2026-03-26T06:42:21.670Z] 05:43:01 6184596 31436888 801496 2.44 431512 23907736 2114836 6.23 4180620 20853196 8 [2026-03-26T06:42:21.670Z] 05:44:01 6184512 31436816 801532 2.44 431532 23907732 2114836 6.23 4180632 20853196 8 [2026-03-26T06:42:21.670Z] 05:45:01 6184464 31436788 801676 2.44 431536 23907740 2114836 6.23 4180648 20853200 8 [2026-03-26T06:42:21.670Z] 05:46:01 6184456 31436800 801616 2.44 431552 23907740 2114836 6.23 4180672 20853204 8 [2026-03-26T06:42:21.670Z] 05:47:01 6184400 31436768 801592 2.44 431576 23907744 2114836 6.23 4180744 20853208 24 [2026-03-26T06:42:21.670Z] 05:48:01 6184580 31436960 801448 2.44 431588 23907752 2114836 6.23 4180704 20853216 12 [2026-03-26T06:42:21.670Z] 05:49:01 6184296 31436708 801672 2.44 431608 23907752 2114836 6.23 4180720 20853216 8 [2026-03-26T06:42:21.670Z] 05:50:02 6184344 31436776 801588 2.44 431624 23907756 2114836 6.23 4180736 20853220 8 [2026-03-26T06:42:21.670Z] 05:51:01 6184360 31436800 801544 2.44 431640 23907752 2114836 6.23 4180744 20853220 12 [2026-03-26T06:42:21.670Z] 05:52:01 6184588 31437128 801188 2.44 431656 23907836 2114836 6.23 4180832 20853300 8 [2026-03-26T06:42:21.670Z] 05:53:01 6184824 31437384 800924 2.44 431668 23907836 2114836 6.23 4180780 20853300 8 [2026-03-26T06:42:21.670Z] 05:54:01 6184280 31436864 801392 2.44 431692 23907840 2114836 6.23 4180800 20853304 8 [2026-03-26T06:42:21.670Z] 05:55:01 6184232 31436844 801400 2.44 431728 23907828 2114836 6.23 4180824 20853308 24 [2026-03-26T06:42:21.670Z] 05:56:01 6184216 31436864 801356 2.44 431756 23907844 2114836 6.23 4180868 20853308 8 [2026-03-26T06:42:21.670Z] 05:57:01 6183980 31436668 801544 2.44 431784 23907848 2130884 6.28 4180960 20853312 4 [2026-03-26T06:42:21.670Z] 05:58:01 6184216 31436932 801220 2.44 431808 23907848 2130884 6.28 4180924 20853312 8 [2026-03-26T06:42:21.670Z] 05:59:01 6184168 31436892 801200 2.44 431812 23907852 2130884 6.28 4180928 20853316 8 [2026-03-26T06:42:21.670Z] 06:00:01 6184320 31437200 801032 2.44 431836 23907984 2130884 6.28 4180956 20853448 4 [2026-03-26T06:42:21.670Z] 06:01:01 6183840 31436732 801472 2.44 431856 23907984 2130884 6.28 4180964 20853448 8 [2026-03-26T06:42:21.671Z] 06:02:01 6184228 31437168 801196 2.44 431888 23907992 2130884 6.28 4181064 20853456 8 [2026-03-26T06:42:21.671Z] 06:03:01 6184180 31437140 801200 2.44 431904 23907992 2130884 6.28 4181040 20853456 12 [2026-03-26T06:42:21.671Z] 06:04:01 6183808 31436776 801484 2.44 431916 23908000 2130884 6.28 4181328 20853460 32 [2026-03-26T06:42:21.671Z] 06:05:01 6183760 31436756 801456 2.44 431936 23907996 2130884 6.28 4181052 20853464 16 [2026-03-26T06:42:21.671Z] 06:06:01 6183964 31436988 801160 2.44 431956 23908004 2130884 6.28 4181072 20853468 8 [2026-03-26T06:42:21.671Z] 06:07:01 6184136 31437180 800912 2.44 431968 23908008 2130884 6.28 4181168 20853472 4 [2026-03-26T06:42:21.671Z] 06:08:01 6183584 31436648 801408 2.44 431988 23908008 2130884 6.28 4181124 20853472 8 [2026-03-26T06:42:21.671Z] 06:09:01 6183512 31436696 801264 2.44 431992 23908140 2130884 6.28 4181380 20853588 172 [2026-03-26T06:42:21.671Z] 06:10:01 6183016 31436236 801844 2.44 432012 23908140 2130884 6.28 4181140 20853608 8 [2026-03-26T06:42:21.671Z] 06:11:01 6183236 31436480 801556 2.44 432028 23908148 2130884 6.28 4181144 20853612 24 [2026-03-26T06:42:21.671Z] 06:12:01 6183184 31436448 801792 2.44 432044 23908148 2130884 6.28 4181232 20853612 4 [2026-03-26T06:42:21.671Z] 06:13:01 6183132 31436420 802016 2.44 432064 23908152 2130884 6.28 4181192 20853616 28 [2026-03-26T06:42:21.671Z] 06:14:01 6183328 31436636 801764 2.44 432080 23908156 2130884 6.28 4181220 20853620 8 [2026-03-26T06:42:21.671Z] 06:15:01 6183092 31436388 801952 2.44 432096 23908152 2130884 6.28 4181280 20853620 12 [2026-03-26T06:42:21.671Z] 06:16:01 6183052 31436368 801908 2.44 432112 23908160 2130884 6.28 4181232 20853624 8 [2026-03-26T06:42:21.671Z] 06:17:01 6182704 31436040 802180 2.44 432128 23908160 2147036 6.33 4181604 20853624 4 [2026-03-26T06:42:21.671Z] 06:18:01 6182932 31436288 801804 2.44 432144 23908164 2147036 6.33 4181368 20853628 8 [2026-03-26T06:42:21.671Z] 06:19:01 6183152 31436516 801648 2.44 432152 23908164 2147036 6.33 4181376 20853628 8 [2026-03-26T06:42:21.671Z] 06:20:01 6183136 31436524 801588 2.44 432176 23908164 2130796 6.28 4181416 20853636 48 [2026-03-26T06:42:21.671Z] 06:21:01 6183496 31436920 801560 2.44 432192 23908180 2130796 6.28 4181664 20853644 12 [2026-03-26T06:42:21.671Z] 06:22:01 6183528 31436980 801476 2.44 432220 23908180 2130796 6.28 4181420 20853644 12 [2026-03-26T06:42:21.671Z] 06:23:01 6182968 31436448 801996 2.44 432248 23908184 2130796 6.28 4181700 20853648 8 [2026-03-26T06:42:21.671Z] 06:24:01 6183408 31436916 801404 2.44 432272 23908240 2130796 6.28 4181448 20853648 8 [2026-03-26T06:42:21.671Z] 06:25:01 6182264 31435856 802524 2.44 432292 23908240 2130796 6.28 4181744 20853708 8 [2026-03-26T06:42:21.671Z] 06:26:01 6179784 31436936 801136 2.44 432716 23911112 2127148 6.27 4182536 20856200 168 [2026-03-26T06:42:21.671Z] 06:27:01 6179972 31437144 800928 2.44 432732 23911112 2127148 6.27 4182336 20856200 4 [2026-03-26T06:42:21.671Z] 06:28:01 6179948 31437148 800896 2.44 432748 23911120 2127148 6.27 4182292 20856204 40 [2026-03-26T06:42:21.671Z] 06:29:01 6179696 31436912 801100 2.44 432760 23911120 2127148 6.27 4182304 20856204 8 [2026-03-26T06:42:21.671Z] 06:30:01 6179712 31436956 800992 2.44 432772 23911124 2110776 6.22 4182332 20856212 4 [2026-03-26T06:42:21.671Z] 06:31:01 6179436 31436680 801236 2.44 432772 23911124 2110776 6.22 4182320 20856212 12 [2026-03-26T06:42:21.671Z] 06:32:01 6179704 31436968 800888 2.44 432784 23911128 2110776 6.22 4182396 20856216 4 [2026-03-26T06:42:21.671Z] 06:33:01 6179656 31436948 800848 2.44 432804 23911132 2110776 6.22 4182416 20856220 8 [2026-03-26T06:42:21.671Z] 06:34:01 6179356 31436668 801068 2.44 432824 23911132 2110776 6.22 4182392 20856220 12 [2026-03-26T06:42:21.671Z] 06:35:01 6178788 31436192 801608 2.44 432844 23911128 2110776 6.22 4182740 20856224 8 [2026-03-26T06:42:21.671Z] 06:36:01 6178552 31435980 801860 2.44 432860 23911136 2110776 6.22 4182568 20856228 12 [2026-03-26T06:42:21.671Z] 06:37:01 6178752 31436208 801792 2.44 432880 23911144 2110776 6.22 4182604 20856232 52 [2026-03-26T06:42:21.671Z] 06:38:01 6178736 31436200 801772 2.44 432888 23911148 2110776 6.22 4182496 20856236 8 [2026-03-26T06:42:21.671Z] 06:39:01 6178720 31436220 801740 2.44 432916 23911152 2110776 6.22 4182540 20856240 4 [2026-03-26T06:42:21.671Z] 06:40:01 6178636 31436152 801964 2.44 432932 23911152 2110776 6.22 4182536 20856244 28 [2026-03-26T06:42:21.671Z] 06:41:01 6178620 31436156 801940 2.44 432940 23911156 2110776 6.22 4182552 20856244 8 [2026-03-26T06:42:21.671Z] 06:42:01 6178800 31436364 801652 2.44 432960 23911160 2110776 6.22 4182648 20856248 4 [2026-03-26T06:42:21.671Z] Average: 6418130 31409771 827914 2.52 425507 23665654 2195663 6.47 4168228 20644100 17537 [2026-03-26T06:42:21.671Z] [2026-03-26T06:42:21.671Z] 00:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2026-03-26T06:42:21.671Z] 00:42:01 lo 3.63 3.63 0.36 0.36 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:42:01 veth4ca20e8 572.39 545.04 46.91 2995.21 0.00 0.00 0.00 0.25 [2026-03-26T06:42:21.671Z] 00:42:01 docker0 572.39 544.93 39.09 2995.20 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:42:01 ens3 1512.41 1365.59 10521.04 174.60 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:43:01 veth85d7357 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:43:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:43:01 docker0 262.84 316.63 21.56 1564.40 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:43:01 ens3 485.87 373.44 4948.61 80.78 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:44:01 veth85d7357 1.12 1.15 0.10 0.10 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:44:01 docker0 1.12 1.12 0.08 0.10 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:44:01 ens3 19.89 11.81 15.58 8.74 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:45:01 veth85d7357 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:45:01 ens3 17.95 10.56 15.14 8.58 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:46:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:46:01 docker0 549.24 812.25 50.71 9402.59 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:46:01 vethfae473f 0.45 3.30 0.04 0.26 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:46:01 ens3 1012.70 657.67 13407.80 86.52 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 veth40a0e74 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 veth048ee8c 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 veth70d2128 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 veth1b2eb33 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 vethe159079 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 vethfd0be87 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 vethb150708 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 vethf534b48 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 veth231c66c 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 docker0 0.65 0.05 0.02 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 vethfae473f 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 veth331f376 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 ens3 14.68 8.15 11.99 6.14 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 veth2a772b9 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:47:01 veth943aa9f 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 veth40a0e74 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 veth048ee8c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 veth70d2128 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 veth1b2eb33 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 vethe159079 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 vethb150708 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 veth231c66c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 docker0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 vethfae473f 0.10 0.15 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 veth331f376 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 ens3 8.30 5.91 6.64 3.84 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 veth2a772b9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:48:01 veth943aa9f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth5e11ed5 0.78 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth048ee8c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth70d2128 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth1b2eb33 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 vethb150708 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 vethb9b3fe6 0.78 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth558c168 0.73 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth231c66c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 vethfae473f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth331f376 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 ens3 5.04 2.63 4.09 2.17 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth2a772b9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:49:01 veth943aa9f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:50:01 lo 34.86 34.86 3.42 3.42 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:50:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:50:01 ens3 354.29 366.56 182.11 1480.65 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:51:01 lo 28.46 28.46 2.78 2.78 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:51:01 ens3 373.03 374.69 158.29 2157.32 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:52:01 lo 6.67 6.67 0.65 0.65 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:52:01 ens3 83.05 76.34 43.17 417.10 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:53:01 ens3 0.83 0.32 0.31 0.21 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:54:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:55:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:56:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:57:01 ens3 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:58:01 ens3 0.15 0.08 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 00:59:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:00:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:01:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:02:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:03:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:04:01 ens3 0.85 0.33 0.31 0.21 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:05:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:06:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:07:01 ens3 0.33 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:08:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:09:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:10:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:11:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:12:01 ens3 0.25 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:13:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:14:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:15:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:16:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:17:01 ens3 0.32 0.20 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:18:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:20:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:21:01 ens3 0.52 0.33 0.27 0.21 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:22:01 ens3 0.37 0.17 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:23:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:24:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:25:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:26:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:27:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:28:01 ens3 0.47 0.05 0.11 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:29:01 ens3 0.62 0.38 0.28 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:30:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:31:01 ens3 0.78 0.30 0.31 0.21 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:32:01 ens3 1.48 0.90 0.98 0.46 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:33:01 ens3 0.70 0.08 0.08 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:34:01 ens3 6.67 4.97 4.06 4.96 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:35:01 ens3 2.33 1.52 1.04 1.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:36:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:37:01 ens3 0.47 0.27 0.16 0.09 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:38:01 ens3 0.65 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:39:01 ens3 0.67 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:40:01 ens3 0.13 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:41:01 ens3 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:42:01 ens3 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:43:01 ens3 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:44:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:45:01 ens3 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:46:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:47:01 ens3 0.50 0.32 0.16 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:48:02 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:49:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:50:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:51:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:52:01 ens3 0.60 0.18 0.18 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:53:01 ens3 0.72 0.45 0.37 0.28 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:54:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:55:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:56:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:57:01 ens3 0.30 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:58:01 ens3 0.17 0.07 0.07 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 01:59:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:00:01 ens3 0.63 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:01:01 ens3 0.62 0.50 0.36 0.29 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:02:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:02:01 ens3 1.40 1.30 4.49 0.17 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:03:01 ens3 0.12 0.07 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:04:01 ens3 0.92 0.43 0.32 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:05:01 ens3 0.15 0.07 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:06:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:07:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:08:01 ens3 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:09:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:10:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:11:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:12:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:13:01 ens3 0.27 0.20 0.08 0.02 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:14:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:15:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:16:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:17:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:18:01 ens3 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:19:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:20:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:21:01 ens3 0.58 0.48 0.28 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:22:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:23:01 ens3 0.25 0.12 0.08 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:24:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:25:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:26:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.671Z] 02:27:01 ens3 0.33 0.18 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:28:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:29:01 lo 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:29:01 ens3 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:30:01 lo 0.17 0.17 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:30:01 ens3 0.15 0.05 0.02 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:31:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:32:01 ens3 0.52 0.32 0.25 0.32 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:33:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:34:01 ens3 2.77 2.52 1.51 3.89 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:35:01 ens3 1.57 1.27 0.80 1.15 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:36:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:37:01 ens3 0.33 0.15 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:38:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:39:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:40:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:42:01 ens3 0.33 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:43:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:44:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:45:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:46:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:47:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:48:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:49:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:50:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:52:01 ens3 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:53:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:54:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:55:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:56:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:57:01 ens3 0.32 0.13 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:58:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 02:59:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:00:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:02:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:03:01 ens3 0.25 0.00 0.03 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:04:01 ens3 1.13 0.43 0.34 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:05:02 ens3 0.50 0.22 0.27 0.19 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:06:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:07:01 ens3 0.35 0.15 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:08:01 ens3 0.12 0.07 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:10:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:11:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:12:01 ens3 0.35 0.28 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:13:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:14:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:15:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:16:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:17:01 ens3 0.30 0.25 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:18:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:20:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:21:01 ens3 0.37 0.40 0.26 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:22:01 ens3 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:23:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:24:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:25:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:27:01 ens3 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:28:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:31:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:32:01 ens3 0.60 0.40 0.25 0.32 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:33:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:34:01 ens3 2.75 2.60 1.47 3.89 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:35:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:36:01 ens3 1.52 1.35 0.80 1.16 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:37:01 ens3 0.32 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:38:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:39:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:40:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:42:01 ens3 0.37 0.27 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:43:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:44:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:45:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:46:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:47:01 ens3 0.25 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:48:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:49:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:50:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:52:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:53:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:54:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:55:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:56:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:57:01 ens3 0.27 0.25 0.14 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:58:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 03:59:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:00:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:02:01 ens3 0.37 0.33 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:03:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:04:01 ens3 0.85 0.48 0.31 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:05:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:06:01 ens3 0.57 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:07:01 ens3 0.60 0.45 0.40 0.28 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:08:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:10:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:12:01 ens3 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:13:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:14:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:15:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:16:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:17:01 ens3 0.33 0.15 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:18:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:20:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:21:01 ens3 0.48 0.30 0.27 0.21 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:22:01 ens3 0.38 0.27 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:23:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:24:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:24:01 ens3 0.33 0.33 0.09 0.04 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:25:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:27:02 ens3 0.22 0.13 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:28:01 ens3 0.19 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:31:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:32:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:33:01 ens3 0.37 0.22 0.17 0.25 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:34:01 ens3 2.62 2.32 1.46 3.86 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:35:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:36:01 ens3 6.82 10.40 1.14 31.68 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:37:01 ens3 0.72 0.75 0.17 6.62 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:38:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:39:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:40:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:41:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:42:01 ens3 2.23 2.52 0.22 6.73 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:43:01 ens3 0.17 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.672Z] 04:44:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:45:01 ens3 0.08 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:46:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:47:01 ens3 4.22 7.35 0.34 7.40 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:48:01 ens3 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:49:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:50:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:52:01 ens3 6.00 8.43 0.68 12.58 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:53:01 ens3 0.17 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:54:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:55:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:56:01 ens3 0.80 0.37 0.31 0.21 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:57:01 ens3 0.28 0.12 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:58:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 04:59:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:00:01 ens3 0.18 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:02:01 ens3 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:03:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:04:01 ens3 0.85 0.38 0.31 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:05:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:06:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:07:01 ens3 0.32 0.13 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:08:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:09:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:10:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:12:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:13:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:14:01 ens3 0.18 0.13 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:15:01 ens3 0.17 0.03 0.07 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:16:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:17:01 ens3 0.32 0.13 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:18:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:20:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:21:01 ens3 0.48 0.50 0.27 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:22:01 ens3 0.25 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:23:01 ens3 0.17 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:24:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:25:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:27:01 ens3 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:28:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:31:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:32:01 ens3 0.37 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:33:01 ens3 0.27 0.18 0.11 0.25 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:34:01 ens3 2.85 2.22 1.47 3.86 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:35:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:36:01 ens3 1.55 1.30 0.80 1.15 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:37:01 ens3 0.23 0.12 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:38:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:39:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:40:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:42:01 ens3 0.35 0.23 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:43:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:44:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:45:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:46:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:47:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:48:01 ens3 0.27 0.13 0.08 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:49:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:50:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:50:02 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:51:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:52:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:53:01 ens3 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:54:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:55:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:56:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:57:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:58:01 ens3 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 05:59:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:00:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:02:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:03:01 ens3 0.17 0.07 0.07 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:04:01 ens3 1.00 0.37 0.32 0.21 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:05:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:06:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:07:01 ens3 0.22 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:08:01 ens3 0.30 0.20 0.08 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:09:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:10:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:12:01 ens3 0.37 0.30 0.15 0.08 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:13:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:14:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:15:01 ens3 0.23 0.17 0.13 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:16:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:17:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:18:01 ens3 0.27 0.18 0.08 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:20:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:21:01 ens3 0.47 0.40 0.27 0.22 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:22:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:23:01 ens3 0.20 0.08 0.07 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:24:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:25:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:27:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:28:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:31:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:32:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:33:01 ens3 0.27 0.18 0.11 0.25 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:34:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:35:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:35:01 ens3 2.62 2.33 1.46 3.89 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:36:01 ens3 1.60 1.37 0.80 1.16 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:37:01 ens3 0.22 0.10 0.14 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:38:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:39:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:40:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] 06:42:01 ens3 0.33 0.18 0.15 0.07 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] Average: lo 0.31 0.31 0.03 0.03 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] Average: docker0 3.84 4.64 0.31 38.68 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] Average: ens3 11.09 9.26 81.33 12.56 0.00 0.00 0.00 0.00 [2026-03-26T06:42:21.673Z] [2026-03-26T06:42:21.673Z] [2026-03-26T06:42:21.673Z] ---> sar -P ALL: [2026-03-26T06:42:21.673Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4086) 03/26/26 _x86_64_ (8 CPU) [2026-03-26T06:42:21.673Z] [2026-03-26T06:42:21.673Z] 00:40:53 LINUX RESTART (8 CPU) [2026-03-26T06:42:21.673Z] [2026-03-26T06:42:21.673Z] 00:41:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.673Z] 00:42:01 all 9.52 0.00 2.92 1.43 0.06 86.07 [2026-03-26T06:42:21.673Z] 00:42:01 0 12.35 0.00 4.00 2.68 0.07 80.90 [2026-03-26T06:42:21.673Z] 00:42:01 1 6.27 0.00 2.34 1.98 0.05 89.36 [2026-03-26T06:42:21.673Z] 00:42:01 2 10.24 0.00 2.96 0.54 0.05 86.21 [2026-03-26T06:42:21.673Z] 00:42:01 3 11.77 0.00 2.79 0.32 0.05 85.07 [2026-03-26T06:42:21.673Z] 00:42:01 4 9.50 0.00 3.01 2.55 0.05 84.89 [2026-03-26T06:42:21.673Z] 00:42:01 5 5.93 0.00 1.73 0.88 0.07 91.39 [2026-03-26T06:42:21.673Z] 00:42:01 6 10.21 0.00 3.96 2.05 0.07 83.72 [2026-03-26T06:42:21.673Z] 00:42:01 7 9.91 0.00 2.56 0.45 0.07 87.01 [2026-03-26T06:42:21.673Z] 00:43:01 all 29.00 0.00 5.53 0.78 0.10 64.59 [2026-03-26T06:42:21.673Z] 00:43:01 0 27.90 0.00 6.18 1.98 0.08 63.86 [2026-03-26T06:42:21.673Z] 00:43:01 1 30.77 0.00 6.03 0.10 0.10 63.00 [2026-03-26T06:42:21.673Z] 00:43:01 2 28.54 0.00 5.47 0.24 0.08 65.67 [2026-03-26T06:42:21.673Z] 00:43:01 3 29.35 0.00 5.43 0.50 0.08 64.63 [2026-03-26T06:42:21.673Z] 00:43:01 4 28.94 0.00 5.43 0.53 0.12 64.99 [2026-03-26T06:42:21.673Z] 00:43:01 5 28.24 0.00 5.42 0.37 0.10 65.87 [2026-03-26T06:42:21.673Z] 00:43:01 6 28.47 0.00 5.20 2.37 0.10 63.86 [2026-03-26T06:42:21.673Z] 00:43:01 7 29.76 0.00 5.09 0.18 0.12 64.85 [2026-03-26T06:42:21.673Z] 00:44:01 all 37.38 0.00 6.95 0.34 0.11 55.22 [2026-03-26T06:42:21.673Z] 00:44:01 0 38.62 0.00 7.60 0.03 0.12 53.63 [2026-03-26T06:42:21.673Z] 00:44:01 1 37.32 0.00 7.21 0.05 0.10 55.32 [2026-03-26T06:42:21.673Z] 00:44:01 2 34.20 0.00 7.01 1.34 0.12 57.33 [2026-03-26T06:42:21.673Z] 00:44:01 3 37.83 0.00 6.44 0.02 0.12 55.60 [2026-03-26T06:42:21.673Z] 00:44:01 4 38.44 0.00 6.77 0.94 0.10 53.75 [2026-03-26T06:42:21.673Z] 00:44:01 5 35.67 0.00 7.37 0.05 0.10 56.81 [2026-03-26T06:42:21.673Z] 00:44:01 6 37.50 0.00 6.78 0.22 0.10 55.40 [2026-03-26T06:42:21.673Z] 00:44:01 7 39.50 0.00 6.39 0.05 0.10 53.96 [2026-03-26T06:42:21.673Z] 00:45:01 all 64.28 0.00 7.56 0.07 0.13 27.96 [2026-03-26T06:42:21.673Z] 00:45:01 0 63.89 0.00 7.45 0.00 0.13 28.53 [2026-03-26T06:42:21.673Z] 00:45:01 1 64.05 0.00 7.90 0.05 0.13 27.87 [2026-03-26T06:42:21.673Z] 00:45:01 2 64.21 0.00 7.67 0.02 0.12 27.99 [2026-03-26T06:42:21.673Z] 00:45:01 3 65.03 0.00 7.30 0.02 0.12 27.53 [2026-03-26T06:42:21.673Z] 00:45:01 4 64.93 0.00 7.30 0.03 0.12 27.62 [2026-03-26T06:42:21.673Z] 00:45:01 5 63.68 0.00 7.16 0.00 0.15 29.01 [2026-03-26T06:42:21.673Z] 00:45:01 6 63.17 0.00 7.89 0.42 0.13 28.39 [2026-03-26T06:42:21.673Z] 00:45:01 7 65.30 0.00 7.80 0.02 0.13 26.75 [2026-03-26T06:42:21.673Z] 00:46:01 all 31.80 0.00 12.04 6.23 0.11 49.81 [2026-03-26T06:42:21.673Z] 00:46:01 0 31.08 0.00 12.92 5.83 0.10 50.07 [2026-03-26T06:42:21.673Z] 00:46:01 1 31.77 0.00 11.38 5.61 0.12 51.12 [2026-03-26T06:42:21.673Z] 00:46:01 2 31.96 0.00 11.42 4.65 0.12 51.85 [2026-03-26T06:42:21.673Z] 00:46:01 3 31.02 0.00 11.75 7.50 0.12 49.61 [2026-03-26T06:42:21.673Z] 00:46:01 4 30.75 0.00 12.04 3.85 0.12 53.24 [2026-03-26T06:42:21.673Z] 00:46:01 5 32.59 0.00 12.03 5.49 0.12 49.77 [2026-03-26T06:42:21.673Z] 00:46:01 6 31.93 0.00 12.95 9.79 0.10 45.23 [2026-03-26T06:42:21.673Z] 00:46:01 7 33.32 0.00 11.86 7.17 0.12 47.53 [2026-03-26T06:42:21.673Z] 00:47:01 all 70.76 0.00 10.30 3.81 0.14 14.99 [2026-03-26T06:42:21.673Z] 00:47:01 0 69.67 0.00 11.13 3.01 0.17 16.03 [2026-03-26T06:42:21.673Z] 00:47:01 1 70.95 0.00 10.08 1.57 0.13 17.27 [2026-03-26T06:42:21.673Z] 00:47:01 2 70.30 0.00 10.69 1.24 0.15 17.63 [2026-03-26T06:42:21.673Z] 00:47:01 3 71.04 0.00 9.63 1.20 0.13 17.99 [2026-03-26T06:42:21.673Z] 00:47:01 4 71.53 0.00 9.01 1.84 0.13 17.49 [2026-03-26T06:42:21.673Z] 00:47:01 5 70.78 0.00 9.78 1.91 0.12 17.41 [2026-03-26T06:42:21.673Z] 00:47:01 6 71.58 0.00 11.55 15.30 0.15 1.41 [2026-03-26T06:42:21.673Z] 00:47:01 7 70.23 0.00 10.57 4.50 0.13 14.58 [2026-03-26T06:42:21.673Z] 00:48:01 all 91.70 0.00 8.17 0.00 0.13 0.00 [2026-03-26T06:42:21.674Z] 00:48:01 0 91.54 0.00 8.33 0.00 0.13 0.00 [2026-03-26T06:42:21.674Z] 00:48:01 1 91.69 0.00 8.20 0.00 0.12 0.00 [2026-03-26T06:42:21.674Z] 00:48:01 2 91.73 0.00 8.13 0.00 0.13 0.00 [2026-03-26T06:42:21.674Z] 00:48:01 3 92.22 0.00 7.65 0.00 0.13 0.00 [2026-03-26T06:42:21.674Z] 00:48:01 4 91.78 0.00 8.07 0.00 0.15 0.00 [2026-03-26T06:42:21.674Z] 00:48:01 5 91.97 0.00 7.92 0.00 0.12 0.00 [2026-03-26T06:42:21.674Z] 00:48:01 6 91.25 0.00 8.61 0.00 0.13 0.00 [2026-03-26T06:42:21.674Z] 00:48:01 7 91.44 0.00 8.43 0.00 0.13 0.00 [2026-03-26T06:42:21.674Z] 00:49:01 all 80.44 0.00 8.42 5.21 0.13 5.80 [2026-03-26T06:42:21.674Z] 00:49:01 0 80.52 0.00 8.45 10.11 0.12 0.80 [2026-03-26T06:42:21.674Z] 00:49:01 1 79.40 0.00 9.59 6.08 0.15 4.78 [2026-03-26T06:42:21.674Z] 00:49:01 2 80.70 0.00 7.97 5.66 0.12 5.56 [2026-03-26T06:42:21.674Z] 00:49:01 3 80.12 0.00 8.46 3.21 0.13 8.08 [2026-03-26T06:42:21.674Z] 00:49:01 4 80.64 0.00 8.77 1.86 0.12 8.61 [2026-03-26T06:42:21.674Z] 00:49:01 5 81.00 0.00 7.74 2.31 0.12 8.84 [2026-03-26T06:42:21.674Z] 00:49:01 6 80.58 0.00 7.94 9.03 0.15 2.30 [2026-03-26T06:42:21.674Z] 00:49:01 7 80.54 0.00 8.44 3.46 0.15 7.41 [2026-03-26T06:42:21.674Z] 00:50:01 all 7.27 0.00 1.61 3.39 0.06 87.67 [2026-03-26T06:42:21.674Z] 00:50:01 0 7.97 0.00 1.91 7.99 0.07 82.06 [2026-03-26T06:42:21.674Z] 00:50:01 1 7.09 0.00 1.59 1.79 0.05 89.48 [2026-03-26T06:42:21.674Z] 00:50:01 2 10.05 0.00 1.67 3.84 0.05 84.39 [2026-03-26T06:42:21.674Z] 00:50:01 3 7.87 0.00 1.84 3.70 0.07 86.52 [2026-03-26T06:42:21.674Z] 00:50:01 4 8.55 0.00 1.58 3.39 0.07 86.42 [2026-03-26T06:42:21.674Z] 00:50:01 5 4.89 0.00 1.23 1.10 0.05 92.73 [2026-03-26T06:42:21.674Z] 00:50:01 6 6.61 0.00 1.60 3.40 0.05 88.34 [2026-03-26T06:42:21.674Z] 00:50:01 7 5.17 0.00 1.44 1.91 0.07 91.42 [2026-03-26T06:42:21.674Z] 00:51:01 all 7.96 0.00 0.81 0.17 0.06 91.01 [2026-03-26T06:42:21.674Z] 00:51:01 0 6.19 0.00 0.75 0.03 0.05 92.97 [2026-03-26T06:42:21.674Z] 00:51:01 1 9.11 0.00 0.91 0.05 0.08 89.85 [2026-03-26T06:42:21.674Z] 00:51:01 2 9.69 0.00 0.60 0.03 0.05 89.63 [2026-03-26T06:42:21.674Z] 00:51:01 3 5.80 0.00 0.95 0.07 0.07 93.11 [2026-03-26T06:42:21.674Z] 00:51:01 4 10.69 0.00 0.85 0.50 0.07 87.89 [2026-03-26T06:42:21.674Z] 00:51:01 5 10.95 0.00 0.89 0.54 0.07 87.55 [2026-03-26T06:42:21.674Z] 00:51:01 6 5.59 0.00 0.82 0.10 0.05 93.44 [2026-03-26T06:42:21.674Z] 00:51:01 7 5.63 0.00 0.72 0.02 0.05 93.59 [2026-03-26T06:42:21.674Z] 00:52:01 all 2.06 0.00 0.26 0.02 0.02 97.64 [2026-03-26T06:42:21.674Z] 00:52:01 0 0.93 0.00 0.17 0.00 0.00 98.90 [2026-03-26T06:42:21.674Z] 00:52:01 1 1.30 0.00 0.20 0.03 0.00 98.46 [2026-03-26T06:42:21.674Z] 00:52:01 2 2.14 0.00 0.18 0.00 0.03 97.65 [2026-03-26T06:42:21.674Z] 00:52:01 3 2.68 0.00 0.35 0.00 0.02 96.96 [2026-03-26T06:42:21.674Z] 00:52:01 4 3.94 0.00 0.37 0.07 0.03 95.59 [2026-03-26T06:42:21.674Z] 00:52:01 5 1.02 0.00 0.17 0.03 0.02 98.76 [2026-03-26T06:42:21.674Z] 00:52:01 6 2.05 0.00 0.42 0.00 0.02 97.51 [2026-03-26T06:42:21.674Z] 00:52:01 7 2.37 0.00 0.27 0.02 0.02 97.33 [2026-03-26T06:42:21.674Z] [2026-03-26T06:42:21.674Z] 00:52:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.674Z] 00:53:01 all 0.02 0.00 0.01 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 00:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 00:53:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.674Z] 00:53:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 00:53:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 00:53:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 00:53:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 00:53:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 00:53:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2026-03-26T06:42:21.674Z] 00:54:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.674Z] 00:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 00:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 00:54:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 00:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 00:54:01 4 0.03 0.00 0.02 0.03 0.00 99.92 [2026-03-26T06:42:21.674Z] 00:54:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 00:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 00:54:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 00:55:01 all 0.26 0.00 0.02 0.00 0.00 99.72 [2026-03-26T06:42:21.674Z] 00:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 00:55:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.674Z] 00:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 00:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 00:55:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.674Z] 00:55:01 5 1.89 0.00 0.00 0.00 0.02 98.09 [2026-03-26T06:42:21.674Z] 00:55:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 00:55:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 00:56:01 all 0.28 0.00 0.03 0.01 0.01 99.68 [2026-03-26T06:42:21.674Z] 00:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 00:56:01 1 0.00 0.00 0.03 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 00:56:01 2 0.02 0.00 0.03 0.03 0.02 99.90 [2026-03-26T06:42:21.674Z] 00:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 00:56:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.674Z] 00:56:01 5 2.00 0.00 0.03 0.00 0.00 97.96 [2026-03-26T06:42:21.674Z] 00:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 00:56:01 7 0.07 0.00 0.03 0.00 0.03 99.87 [2026-03-26T06:42:21.674Z] 00:57:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2026-03-26T06:42:21.674Z] 00:57:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 00:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 00:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 00:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 00:57:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 00:57:01 5 0.23 0.00 0.07 0.00 0.02 99.68 [2026-03-26T06:42:21.674Z] 00:57:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.674Z] 00:57:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 00:58:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.674Z] 00:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 00:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 00:58:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 00:58:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 00:58:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 00:58:01 5 0.15 0.00 0.02 0.00 0.02 99.82 [2026-03-26T06:42:21.674Z] 00:58:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.674Z] 00:58:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 00:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.674Z] 00:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 00:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 00:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 00:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 00:59:01 4 0.03 0.00 0.07 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 00:59:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 00:59:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 00:59:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.674Z] 01:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:00:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:00:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.674Z] 01:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:00:01 4 0.07 0.00 0.03 0.02 0.03 99.85 [2026-03-26T06:42:21.674Z] 01:00:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:01:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2026-03-26T06:42:21.674Z] 01:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:01:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:01:01 3 0.13 0.00 0.02 0.00 0.00 99.85 [2026-03-26T06:42:21.674Z] 01:01:01 4 0.03 0.00 0.02 0.02 0.03 99.90 [2026-03-26T06:42:21.674Z] 01:01:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 01:01:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:01:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:02:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:02:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:02:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:02:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.674Z] 01:02:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:02:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:02:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:03:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 01:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:03:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:03:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:03:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] [2026-03-26T06:42:21.674Z] 01:03:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.674Z] 01:04:01 all 0.05 0.00 0.01 0.00 0.01 99.91 [2026-03-26T06:42:21.674Z] 01:04:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:04:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:04:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:04:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:04:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:04:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:04:01 6 0.00 0.00 0.03 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:04:01 7 0.20 0.00 0.02 0.00 0.02 99.77 [2026-03-26T06:42:21.674Z] 01:05:01 all 0.09 0.00 0.02 0.00 0.01 99.89 [2026-03-26T06:42:21.674Z] 01:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:05:01 4 0.03 0.00 0.02 0.02 0.03 99.90 [2026-03-26T06:42:21.674Z] 01:05:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2026-03-26T06:42:21.674Z] 01:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:05:01 7 0.58 0.00 0.05 0.00 0.00 99.37 [2026-03-26T06:42:21.674Z] 01:06:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.674Z] 01:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:06:01 3 0.13 0.00 0.00 0.02 0.00 99.85 [2026-03-26T06:42:21.674Z] 01:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:06:01 5 0.10 0.00 0.03 0.00 0.02 99.85 [2026-03-26T06:42:21.674Z] 01:06:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:07:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:07:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:07:01 5 0.05 0.00 0.03 0.02 0.02 99.88 [2026-03-26T06:42:21.674Z] 01:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:07:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:08:01 all 0.04 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:08:01 3 0.10 0.00 0.00 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 01:08:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.674Z] 01:08:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:09:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2026-03-26T06:42:21.674Z] 01:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:09:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:09:01 4 0.05 0.00 0.00 0.02 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:09:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:09:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:09:01 7 1.11 0.00 0.02 0.00 0.00 98.87 [2026-03-26T06:42:21.674Z] 01:10:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2026-03-26T06:42:21.674Z] 01:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:10:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:10:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:10:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:10:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:10:01 7 1.12 0.00 0.03 0.00 0.02 98.83 [2026-03-26T06:42:21.674Z] 01:11:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.674Z] 01:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:11:01 4 0.03 0.00 0.03 0.02 0.03 99.88 [2026-03-26T06:42:21.674Z] 01:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:11:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:12:01 all 0.11 0.00 0.02 0.00 0.01 99.86 [2026-03-26T06:42:21.674Z] 01:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:12:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:12:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:12:01 6 0.00 0.00 0.05 0.02 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:12:01 7 0.71 0.00 0.02 0.00 0.02 99.25 [2026-03-26T06:42:21.674Z] 01:13:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2026-03-26T06:42:21.674Z] 01:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:13:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:13:01 4 0.02 0.00 0.07 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:13:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:13:01 7 0.30 0.00 0.07 0.00 0.02 99.62 [2026-03-26T06:42:21.674Z] 01:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:14:01 2 0.07 0.00 0.00 0.00 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:14:01 4 0.05 0.00 0.03 0.02 0.03 99.87 [2026-03-26T06:42:21.674Z] 01:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:14:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2026-03-26T06:42:21.674Z] [2026-03-26T06:42:21.674Z] 01:14:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.674Z] 01:15:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:15:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:15:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:15:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:15:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:16:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2026-03-26T06:42:21.674Z] 01:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:16:01 4 0.05 0.00 0.02 0.00 0.03 99.90 [2026-03-26T06:42:21.674Z] 01:16:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:16:01 7 0.47 0.00 0.02 0.00 0.02 99.50 [2026-03-26T06:42:21.674Z] 01:17:01 all 0.27 0.00 0.02 0.01 0.01 99.70 [2026-03-26T06:42:21.674Z] 01:17:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:17:01 4 0.02 0.00 0.05 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:17:01 6 0.02 0.00 0.00 0.03 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:17:01 7 2.04 0.00 0.02 0.00 0.02 97.93 [2026-03-26T06:42:21.674Z] 01:18:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2026-03-26T06:42:21.674Z] 01:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:18:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:18:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.674Z] 01:18:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:18:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:18:01 7 1.97 0.00 0.00 0.00 0.02 98.01 [2026-03-26T06:42:21.674Z] 01:19:01 all 0.22 0.00 0.02 0.01 0.01 99.73 [2026-03-26T06:42:21.674Z] 01:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 01:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:19:01 4 0.07 0.00 0.07 0.02 0.03 99.82 [2026-03-26T06:42:21.674Z] 01:19:01 5 0.03 0.00 0.02 0.03 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:19:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:19:01 7 1.65 0.00 0.05 0.00 0.02 98.29 [2026-03-26T06:42:21.674Z] 01:20:01 all 0.22 0.00 0.01 0.00 0.01 99.75 [2026-03-26T06:42:21.674Z] 01:20:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:20:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:20:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.674Z] 01:20:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:20:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:20:01 7 1.61 0.00 0.02 0.00 0.00 98.37 [2026-03-26T06:42:21.674Z] 01:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:21:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:21:01 4 0.02 0.00 0.05 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:21:01 5 0.08 0.00 0.02 0.00 0.00 99.90 [2026-03-26T06:42:21.674Z] 01:21:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 01:22:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.674Z] 01:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:22:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2026-03-26T06:42:21.674Z] 01:22:01 4 0.07 0.00 0.05 0.02 0.02 99.85 [2026-03-26T06:42:21.674Z] 01:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:22:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:22:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:23:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:23:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.674Z] 01:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:23:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:23:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.674Z] 01:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:23:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:23:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:24:01 all 0.04 0.00 0.00 0.00 0.01 99.94 [2026-03-26T06:42:21.674Z] 01:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:24:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:24:01 3 0.10 0.00 0.00 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 01:24:01 4 0.08 0.00 0.02 0.02 0.02 99.87 [2026-03-26T06:42:21.674Z] 01:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:24:01 6 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 01:25:01 all 0.05 0.00 0.02 0.00 0.01 99.91 [2026-03-26T06:42:21.674Z] 01:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:25:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:25:01 4 0.05 0.00 0.03 0.02 0.03 99.87 [2026-03-26T06:42:21.674Z] 01:25:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:25:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:25:01 7 0.23 0.00 0.05 0.00 0.02 99.70 [2026-03-26T06:42:21.674Z] [2026-03-26T06:42:21.674Z] 01:25:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.674Z] 01:26:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:26:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:26:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:26:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:27:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:27:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:27:01 4 0.03 0.00 0.05 0.02 0.02 99.88 [2026-03-26T06:42:21.674Z] 01:27:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:27:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:27:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:28:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.674Z] 01:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:28:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:28:01 4 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 01:28:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.674Z] 01:28:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:29:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.674Z] 01:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:29:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:29:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:29:01 4 0.03 0.00 0.05 0.02 0.03 99.87 [2026-03-26T06:42:21.674Z] 01:29:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:30:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:30:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:30:01 4 0.10 0.00 0.02 0.00 0.02 99.87 [2026-03-26T06:42:21.674Z] 01:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:31:01 all 0.03 0.00 0.02 0.01 0.01 99.93 [2026-03-26T06:42:21.674Z] 01:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:31:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:31:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:31:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:31:01 4 0.05 0.00 0.05 0.02 0.02 99.87 [2026-03-26T06:42:21.674Z] 01:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:31:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:31:01 7 0.08 0.00 0.02 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 01:32:01 all 0.09 0.00 0.02 0.01 0.01 99.87 [2026-03-26T06:42:21.674Z] 01:32:01 0 0.13 0.00 0.00 0.02 0.00 99.85 [2026-03-26T06:42:21.674Z] 01:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:32:01 3 0.27 0.00 0.05 0.00 0.00 99.68 [2026-03-26T06:42:21.674Z] 01:32:01 4 0.13 0.00 0.03 0.02 0.03 99.78 [2026-03-26T06:42:21.674Z] 01:32:01 5 0.08 0.00 0.05 0.00 0.02 99.85 [2026-03-26T06:42:21.674Z] 01:32:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.674Z] 01:33:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 01:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:33:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:33:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:33:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:34:01 all 0.20 0.00 0.09 0.01 0.01 99.69 [2026-03-26T06:42:21.674Z] 01:34:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:34:01 1 0.10 0.00 0.07 0.00 0.03 99.80 [2026-03-26T06:42:21.674Z] 01:34:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:34:01 3 0.77 0.00 0.02 0.00 0.02 99.20 [2026-03-26T06:42:21.674Z] 01:34:01 4 0.13 0.00 0.07 0.02 0.00 99.78 [2026-03-26T06:42:21.674Z] 01:34:01 5 0.35 0.00 0.08 0.03 0.02 99.52 [2026-03-26T06:42:21.674Z] 01:34:01 6 0.18 0.00 0.03 0.00 0.00 99.78 [2026-03-26T06:42:21.674Z] 01:34:01 7 0.02 0.00 0.37 0.00 0.02 99.60 [2026-03-26T06:42:21.674Z] 01:35:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2026-03-26T06:42:21.674Z] 01:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:35:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:35:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:35:01 3 0.20 0.00 0.02 0.00 0.00 99.78 [2026-03-26T06:42:21.674Z] 01:35:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:35:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 01:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:36:01 all 0.19 0.00 0.01 0.00 0.01 99.78 [2026-03-26T06:42:21.674Z] 01:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 01:36:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2026-03-26T06:42:21.674Z] 01:36:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.674Z] 01:36:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:36:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:36:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.674Z] 01:36:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:36:01 7 1.31 0.00 0.02 0.00 0.02 98.66 [2026-03-26T06:42:21.674Z] [2026-03-26T06:42:21.674Z] 01:36:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.674Z] 01:37:01 all 0.07 0.00 0.02 0.01 0.01 99.90 [2026-03-26T06:42:21.674Z] 01:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:37:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:37:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:37:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:37:01 5 0.08 0.00 0.02 0.00 0.02 99.88 [2026-03-26T06:42:21.674Z] 01:37:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.674Z] 01:37:01 7 0.42 0.00 0.03 0.00 0.00 99.55 [2026-03-26T06:42:21.674Z] 01:38:01 all 0.12 0.00 0.02 0.00 0.01 99.85 [2026-03-26T06:42:21.674Z] 01:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.674Z] 01:38:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:38:01 2 0.05 0.00 0.00 0.02 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:38:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:38:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.674Z] 01:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:38:01 7 0.75 0.00 0.05 0.00 0.02 99.19 [2026-03-26T06:42:21.674Z] 01:39:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2026-03-26T06:42:21.674Z] 01:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.674Z] 01:39:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.674Z] 01:39:01 2 0.02 0.00 0.02 0.03 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.674Z] 01:39:01 5 0.10 0.00 0.00 0.00 0.00 99.90 [2026-03-26T06:42:21.674Z] 01:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.674Z] 01:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.674Z] 01:40:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.674Z] 01:40:01 1 0.07 0.00 0.02 0.00 0.03 99.88 [2026-03-26T06:42:21.674Z] 01:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:40:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.674Z] 01:40:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.674Z] 01:40:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 01:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:40:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:41:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.675Z] 01:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:41:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:41:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:41:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.675Z] 01:41:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 01:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:42:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.675Z] 01:42:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:42:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:42:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.675Z] 01:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:42:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:42:01 5 0.08 0.00 0.05 0.00 0.00 99.87 [2026-03-26T06:42:21.675Z] 01:42:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:43:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 01:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:43:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2026-03-26T06:42:21.675Z] 01:43:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 01:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:43:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:43:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:44:01 all 0.04 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.675Z] 01:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 01:44:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:44:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.675Z] 01:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:44:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2026-03-26T06:42:21.675Z] 01:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:44:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 01:44:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:45:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2026-03-26T06:42:21.675Z] 01:45:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:45:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.675Z] 01:45:01 2 0.00 0.00 0.03 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:45:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.675Z] 01:45:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:45:01 7 0.07 0.00 0.05 0.00 0.02 99.87 [2026-03-26T06:42:21.675Z] 01:46:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2026-03-26T06:42:21.675Z] 01:46:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:46:01 1 0.02 0.00 0.05 0.02 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:46:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:46:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:46:01 5 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:46:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.675Z] 01:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:47:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:47:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] [2026-03-26T06:42:21.675Z] 01:47:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.675Z] 01:48:02 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.675Z] 01:48:02 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:48:02 1 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.675Z] 01:48:02 2 0.07 0.00 0.03 0.02 0.02 99.87 [2026-03-26T06:42:21.675Z] 01:48:02 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:48:02 4 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.675Z] 01:48:02 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:48:02 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:48:02 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:49:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.675Z] 01:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:49:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:49:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:49:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:50:01 all 0.08 0.00 0.01 0.00 0.01 99.89 [2026-03-26T06:42:21.675Z] 01:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:50:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2026-03-26T06:42:21.675Z] 01:50:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:50:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 01:50:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:50:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 01:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:50:01 7 0.47 0.00 0.00 0.00 0.02 99.52 [2026-03-26T06:42:21.675Z] 01:51:01 all 0.24 0.00 0.01 0.00 0.01 99.74 [2026-03-26T06:42:21.675Z] 01:51:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:51:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2026-03-26T06:42:21.675Z] 01:51:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 01:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:51:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:51:01 7 1.63 0.00 0.02 0.00 0.02 98.34 [2026-03-26T06:42:21.675Z] 01:52:01 all 0.27 0.00 0.01 0.01 0.01 99.70 [2026-03-26T06:42:21.675Z] 01:52:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:52:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2026-03-26T06:42:21.675Z] 01:52:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 01:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:52:01 4 0.05 0.00 0.02 0.03 0.02 99.88 [2026-03-26T06:42:21.675Z] 01:52:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:52:01 7 1.97 0.00 0.00 0.00 0.02 98.01 [2026-03-26T06:42:21.675Z] 01:53:01 all 0.13 0.00 0.02 0.01 0.01 99.84 [2026-03-26T06:42:21.675Z] 01:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:53:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 01:53:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:53:01 4 0.02 0.00 0.02 0.03 0.00 99.93 [2026-03-26T06:42:21.675Z] 01:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:53:01 7 0.96 0.00 0.05 0.00 0.02 98.97 [2026-03-26T06:42:21.675Z] 01:54:01 all 0.02 0.00 0.01 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:54:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:54:01 1 0.03 0.00 0.03 0.00 0.05 99.88 [2026-03-26T06:42:21.675Z] 01:54:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:54:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:54:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:54:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:54:01 7 0.00 0.00 0.02 0.00 0.03 99.95 [2026-03-26T06:42:21.675Z] 01:55:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.675Z] 01:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:55:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.675Z] 01:55:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:55:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:55:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:56:01 all 0.03 0.00 0.01 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:56:01 1 0.08 0.00 0.03 0.00 0.03 99.85 [2026-03-26T06:42:21.675Z] 01:56:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:56:01 4 0.05 0.00 0.00 0.02 0.02 99.92 [2026-03-26T06:42:21.675Z] 01:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:57:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2026-03-26T06:42:21.675Z] 01:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:57:01 1 0.08 0.00 0.02 0.00 0.03 99.87 [2026-03-26T06:42:21.675Z] 01:57:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:57:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:57:01 5 0.42 0.00 0.00 0.00 0.02 99.57 [2026-03-26T06:42:21.675Z] 01:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 01:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:58:01 all 0.10 0.00 0.01 0.00 0.00 99.88 [2026-03-26T06:42:21.675Z] 01:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 01:58:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 01:58:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 01:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:58:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:58:01 5 0.63 0.00 0.00 0.02 0.00 99.35 [2026-03-26T06:42:21.675Z] 01:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 01:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] [2026-03-26T06:42:21.675Z] 01:58:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.675Z] 01:59:01 all 0.01 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:59:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.675Z] 01:59:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 01:59:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 01:59:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 01:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 01:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 01:59:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.675Z] 02:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:00:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.675Z] 02:00:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:00:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:00:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:00:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:01:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 02:01:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 02:01:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.675Z] 02:01:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:01:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:01:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:02:01 all 0.19 0.00 0.10 0.04 0.01 99.66 [2026-03-26T06:42:21.675Z] 02:02:01 0 0.05 0.00 0.17 0.07 0.00 99.72 [2026-03-26T06:42:21.675Z] 02:02:01 1 0.10 0.00 0.08 0.00 0.02 99.80 [2026-03-26T06:42:21.675Z] 02:02:01 2 0.08 0.00 0.13 0.03 0.02 99.73 [2026-03-26T06:42:21.675Z] 02:02:01 3 0.02 0.00 0.08 0.02 0.00 99.88 [2026-03-26T06:42:21.675Z] 02:02:01 4 0.13 0.00 0.10 0.03 0.02 99.72 [2026-03-26T06:42:21.675Z] 02:02:01 5 0.84 0.00 0.13 0.12 0.02 98.90 [2026-03-26T06:42:21.675Z] 02:02:01 6 0.25 0.00 0.08 0.02 0.02 99.63 [2026-03-26T06:42:21.675Z] 02:02:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:03:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2026-03-26T06:42:21.675Z] 02:03:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:03:01 1 0.03 0.00 0.00 0.00 0.03 99.93 [2026-03-26T06:42:21.675Z] 02:03:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:03:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:04:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.675Z] 02:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:04:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2026-03-26T06:42:21.675Z] 02:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:04:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:04:01 4 0.02 0.00 0.00 0.03 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:04:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:04:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:04:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.675Z] 02:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:05:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2026-03-26T06:42:21.675Z] 02:05:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:05:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:06:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 02:06:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:06:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:06:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:06:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:06:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:06:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:07:01 all 0.15 0.00 0.01 0.00 0.01 99.82 [2026-03-26T06:42:21.675Z] 02:07:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:07:01 4 0.00 0.00 0.00 0.03 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:07:01 5 1.14 0.00 0.02 0.00 0.02 98.82 [2026-03-26T06:42:21.675Z] 02:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:07:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.675Z] 02:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 02:08:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:08:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:08:01 5 0.15 0.00 0.00 0.00 0.00 99.85 [2026-03-26T06:42:21.675Z] 02:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:08:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:09:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 02:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:09:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:09:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:09:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:09:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:09:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2026-03-26T06:42:21.675Z] [2026-03-26T06:42:21.675Z] 02:09:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.675Z] 02:10:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.675Z] 02:10:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:10:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:10:01 7 0.07 0.00 0.05 0.00 0.05 99.83 [2026-03-26T06:42:21.675Z] 02:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.675Z] 02:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:11:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:11:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.675Z] 02:12:01 all 0.02 0.00 0.02 0.01 0.01 99.94 [2026-03-26T06:42:21.675Z] 02:12:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2026-03-26T06:42:21.675Z] 02:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:12:01 2 0.00 0.00 0.03 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:12:01 4 0.00 0.00 0.02 0.03 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:12:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:12:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:12:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.675Z] 02:13:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2026-03-26T06:42:21.675Z] 02:13:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:13:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:13:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:13:01 5 1.19 0.00 0.00 0.00 0.00 98.81 [2026-03-26T06:42:21.675Z] 02:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:13:01 7 0.03 0.00 0.00 0.00 0.03 99.93 [2026-03-26T06:42:21.675Z] 02:14:01 all 0.28 0.00 0.01 0.00 0.01 99.70 [2026-03-26T06:42:21.675Z] 02:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:14:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:14:01 5 2.00 0.00 0.00 0.00 0.02 97.98 [2026-03-26T06:42:21.675Z] 02:14:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:14:01 7 0.07 0.00 0.03 0.00 0.03 99.87 [2026-03-26T06:42:21.675Z] 02:15:01 all 0.16 0.00 0.01 0.00 0.01 99.81 [2026-03-26T06:42:21.675Z] 02:15:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:15:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:15:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:15:01 5 1.22 0.00 0.00 0.00 0.00 98.78 [2026-03-26T06:42:21.675Z] 02:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:16:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 02:16:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:16:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:16:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:16:01 5 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:16:01 7 0.07 0.00 0.02 0.00 0.03 99.88 [2026-03-26T06:42:21.675Z] 02:17:01 all 0.02 0.00 0.02 0.01 0.01 99.94 [2026-03-26T06:42:21.675Z] 02:17:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.675Z] 02:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:17:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:17:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:17:01 5 0.03 0.00 0.00 0.03 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:17:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:17:01 7 0.05 0.00 0.08 0.00 0.03 99.83 [2026-03-26T06:42:21.675Z] 02:18:01 all 0.09 0.00 0.01 0.01 0.01 99.87 [2026-03-26T06:42:21.675Z] 02:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:18:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:18:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:18:01 5 0.66 0.00 0.00 0.05 0.02 99.27 [2026-03-26T06:42:21.675Z] 02:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:18:01 7 0.05 0.00 0.05 0.00 0.03 99.87 [2026-03-26T06:42:21.675Z] 02:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.675Z] 02:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:19:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:19:01 4 0.02 0.00 0.02 0.03 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:19:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:19:01 7 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.675Z] 02:20:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.675Z] 02:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:20:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:20:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:20:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.675Z] [2026-03-26T06:42:21.675Z] 02:20:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.675Z] 02:21:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.675Z] 02:21:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:21:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:21:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:21:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.675Z] 02:21:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:21:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:21:01 7 0.02 0.00 0.05 0.00 0.03 99.90 [2026-03-26T06:42:21.675Z] 02:22:01 all 0.21 0.00 0.01 0.00 0.01 99.76 [2026-03-26T06:42:21.675Z] 02:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:22:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:22:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:22:01 5 1.48 0.00 0.00 0.00 0.02 98.50 [2026-03-26T06:42:21.675Z] 02:22:01 6 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:22:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:23:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2026-03-26T06:42:21.675Z] 02:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:23:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:23:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:23:01 5 0.33 0.00 0.02 0.00 0.00 99.65 [2026-03-26T06:42:21.675Z] 02:23:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.675Z] 02:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 02:24:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:24:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:24:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:24:01 6 0.03 0.00 0.02 0.02 0.03 99.90 [2026-03-26T06:42:21.675Z] 02:24:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:25:01 all 0.01 0.00 0.01 0.00 0.00 99.96 [2026-03-26T06:42:21.675Z] 02:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:25:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:25:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:25:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:25:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:25:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:26:01 all 0.03 0.00 0.00 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 02:26:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:26:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:26:01 4 0.00 0.00 0.00 0.03 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:26:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:26:01 6 0.00 0.00 0.00 0.00 0.03 99.97 [2026-03-26T06:42:21.675Z] 02:26:01 7 0.10 0.00 0.00 0.00 0.02 99.88 [2026-03-26T06:42:21.675Z] 02:27:01 all 0.06 0.00 0.02 0.00 0.01 99.90 [2026-03-26T06:42:21.675Z] 02:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:27:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:27:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:27:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:27:01 5 0.37 0.00 0.03 0.00 0.00 99.60 [2026-03-26T06:42:21.675Z] 02:27:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:27:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:28:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2026-03-26T06:42:21.675Z] 02:28:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:28:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:28:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.675Z] 02:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:28:01 5 1.99 0.00 0.00 0.00 0.02 98.00 [2026-03-26T06:42:21.675Z] 02:28:01 6 0.02 0.00 0.00 0.00 0.03 99.95 [2026-03-26T06:42:21.675Z] 02:28:01 7 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.675Z] 02:29:01 all 0.16 0.00 0.00 0.00 0.00 99.83 [2026-03-26T06:42:21.675Z] 02:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:29:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:29:01 4 0.42 0.00 0.00 0.00 0.00 99.58 [2026-03-26T06:42:21.675Z] 02:29:01 5 0.76 0.00 0.00 0.00 0.00 99.24 [2026-03-26T06:42:21.675Z] 02:29:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.675Z] 02:29:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:30:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.675Z] 02:30:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.675Z] 02:30:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.675Z] 02:30:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2026-03-26T06:42:21.675Z] 02:30:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:30:01 6 0.00 0.00 0.03 0.02 0.03 99.92 [2026-03-26T06:42:21.675Z] 02:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:31:01 all 0.25 0.00 0.01 0.00 0.00 99.73 [2026-03-26T06:42:21.675Z] 02:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.675Z] 02:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:31:01 4 1.84 0.00 0.02 0.00 0.00 98.14 [2026-03-26T06:42:21.675Z] 02:31:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:31:01 6 0.00 0.00 0.03 0.02 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:31:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.675Z] [2026-03-26T06:42:21.675Z] 02:31:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.675Z] 02:32:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2026-03-26T06:42:21.675Z] 02:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.675Z] 02:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.675Z] 02:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:32:01 3 0.08 0.00 0.00 0.00 0.00 99.92 [2026-03-26T06:42:21.675Z] 02:32:01 4 0.28 0.00 0.05 0.02 0.02 99.63 [2026-03-26T06:42:21.675Z] 02:32:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:32:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.675Z] 02:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.675Z] 02:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.675Z] 02:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:33:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:33:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:33:01 6 0.02 0.00 0.00 0.02 0.03 99.93 [2026-03-26T06:42:21.676Z] 02:33:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:34:01 all 0.09 0.00 0.04 0.00 0.01 99.86 [2026-03-26T06:42:21.676Z] 02:34:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2026-03-26T06:42:21.676Z] 02:34:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:34:01 2 0.13 0.00 0.02 0.00 0.00 99.85 [2026-03-26T06:42:21.676Z] 02:34:01 3 0.13 0.00 0.02 0.00 0.00 99.85 [2026-03-26T06:42:21.676Z] 02:34:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:34:01 5 0.12 0.00 0.02 0.00 0.00 99.87 [2026-03-26T06:42:21.676Z] 02:34:01 6 0.15 0.00 0.03 0.02 0.03 99.77 [2026-03-26T06:42:21.676Z] 02:34:01 7 0.05 0.00 0.17 0.00 0.00 99.78 [2026-03-26T06:42:21.676Z] 02:35:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.676Z] 02:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:35:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:35:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:35:01 6 0.10 0.00 0.02 0.00 0.03 99.85 [2026-03-26T06:42:21.676Z] 02:35:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:36:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:36:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2026-03-26T06:42:21.676Z] 02:36:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:36:01 4 0.00 0.00 0.00 0.03 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:36:01 7 0.07 0.00 0.03 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 02:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:37:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:37:01 4 0.02 0.00 0.00 0.03 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:37:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:37:01 7 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.676Z] 02:38:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:38:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:38:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:38:01 4 0.08 0.00 0.02 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:38:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:38:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:38:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2026-03-26T06:42:21.676Z] 02:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.676Z] 02:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:39:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:39:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 02:39:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:40:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.676Z] 02:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:40:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:40:01 5 0.10 0.00 0.03 0.00 0.02 99.85 [2026-03-26T06:42:21.676Z] 02:40:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:40:01 7 0.08 0.00 0.02 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:41:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.676Z] 02:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:41:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:41:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:41:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:42:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:42:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:42:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:42:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 02:42:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:42:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] [2026-03-26T06:42:21.676Z] 02:42:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.676Z] 02:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:43:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:43:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:43:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:44:01 all 0.10 0.00 0.02 0.00 0.01 99.87 [2026-03-26T06:42:21.676Z] 02:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:44:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 02:44:01 4 0.57 0.00 0.02 0.02 0.00 99.40 [2026-03-26T06:42:21.676Z] 02:44:01 5 0.07 0.00 0.05 0.00 0.02 99.87 [2026-03-26T06:42:21.676Z] 02:44:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:44:01 7 0.10 0.00 0.02 0.00 0.02 99.87 [2026-03-26T06:42:21.676Z] 02:45:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2026-03-26T06:42:21.676Z] 02:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:45:01 4 1.97 0.00 0.00 0.02 0.00 98.01 [2026-03-26T06:42:21.676Z] 02:45:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 02:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:45:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:46:01 all 0.28 0.00 0.01 0.00 0.01 99.69 [2026-03-26T06:42:21.676Z] 02:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:46:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 02:46:01 4 1.97 0.00 0.00 0.00 0.02 98.01 [2026-03-26T06:42:21.676Z] 02:46:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.676Z] 02:46:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:46:01 7 0.10 0.00 0.03 0.00 0.02 99.85 [2026-03-26T06:42:21.676Z] 02:47:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2026-03-26T06:42:21.676Z] 02:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:47:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:47:01 4 0.47 0.00 0.03 0.02 0.00 99.48 [2026-03-26T06:42:21.676Z] 02:47:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.676Z] 02:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:47:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 02:48:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 02:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:48:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:48:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 02:48:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:48:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:48:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.676Z] 02:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:49:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:49:01 5 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.676Z] 02:49:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:49:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:50:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 02:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:50:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:50:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:50:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:50:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:51:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2026-03-26T06:42:21.676Z] 02:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:51:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:51:01 5 0.03 0.00 0.07 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:51:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:51:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 02:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.676Z] 02:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:52:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:52:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:52:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:52:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:52:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:53:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 02:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 02:53:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:53:01 5 0.07 0.00 0.05 0.00 0.02 99.87 [2026-03-26T06:42:21.676Z] 02:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:53:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.676Z] [2026-03-26T06:42:21.676Z] 02:53:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.676Z] 02:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 02:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:54:01 5 0.08 0.00 0.00 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:54:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.676Z] 02:54:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.676Z] 02:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 02:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:55:01 5 0.08 0.00 0.03 0.00 0.03 99.85 [2026-03-26T06:42:21.676Z] 02:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:55:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:56:01 all 0.16 0.00 0.02 0.00 0.01 99.80 [2026-03-26T06:42:21.676Z] 02:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:56:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.676Z] 02:56:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:56:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.676Z] 02:56:01 4 1.01 0.00 0.02 0.00 0.00 98.97 [2026-03-26T06:42:21.676Z] 02:56:01 5 0.05 0.00 0.07 0.00 0.02 99.87 [2026-03-26T06:42:21.676Z] 02:56:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:56:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:57:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2026-03-26T06:42:21.676Z] 02:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 02:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:57:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:57:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 02:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:57:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:57:01 7 0.05 0.00 0.03 0.02 0.02 99.88 [2026-03-26T06:42:21.676Z] 02:58:01 all 0.11 0.00 0.02 0.00 0.00 99.87 [2026-03-26T06:42:21.676Z] 02:58:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 02:58:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2026-03-26T06:42:21.676Z] 02:58:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:58:01 4 0.55 0.00 0.05 0.00 0.00 99.40 [2026-03-26T06:42:21.676Z] 02:58:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.676Z] 02:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:58:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2026-03-26T06:42:21.676Z] 02:59:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2026-03-26T06:42:21.676Z] 02:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 02:59:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 02:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 02:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 02:59:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.676Z] 02:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 02:59:01 7 0.08 0.00 0.03 0.00 0.00 99.88 [2026-03-26T06:42:21.676Z] 03:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.676Z] 03:00:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:00:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 03:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:00:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:00:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:00:01 7 0.07 0.00 0.03 0.02 0.02 99.87 [2026-03-26T06:42:21.676Z] 03:01:01 all 0.04 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 03:01:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:01:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 03:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:01:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 03:01:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:01:01 6 0.13 0.00 0.00 0.00 0.00 99.87 [2026-03-26T06:42:21.676Z] 03:01:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:02:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2026-03-26T06:42:21.676Z] 03:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:02:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:02:01 6 0.05 0.00 0.00 0.02 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:02:01 7 0.07 0.00 0.07 0.02 0.03 99.82 [2026-03-26T06:42:21.676Z] 03:03:01 all 0.04 0.00 0.01 0.00 0.00 99.94 [2026-03-26T06:42:21.676Z] 03:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 03:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:03:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:03:01 6 0.10 0.00 0.00 0.02 0.00 99.88 [2026-03-26T06:42:21.676Z] 03:03:01 7 0.10 0.00 0.07 0.02 0.02 99.80 [2026-03-26T06:42:21.676Z] 03:04:01 all 0.12 0.00 0.01 0.00 0.01 99.85 [2026-03-26T06:42:21.676Z] 03:04:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:04:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 03:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:04:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:04:01 4 0.75 0.00 0.02 0.00 0.02 99.22 [2026-03-26T06:42:21.676Z] 03:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:04:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:04:01 7 0.07 0.00 0.07 0.00 0.03 99.83 [2026-03-26T06:42:21.676Z] [2026-03-26T06:42:21.676Z] 03:04:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.676Z] 03:05:02 all 0.02 0.00 0.01 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:05:02 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:05:02 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:05:02 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:05:02 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:05:02 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:05:02 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:05:02 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:05:02 7 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 03:06:01 all 0.06 0.00 0.01 0.00 0.00 99.92 [2026-03-26T06:42:21.676Z] 03:06:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:06:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:06:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 03:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:06:01 7 0.29 0.00 0.05 0.02 0.02 99.63 [2026-03-26T06:42:21.676Z] 03:07:01 all 0.25 0.00 0.02 0.00 0.01 99.72 [2026-03-26T06:42:21.676Z] 03:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:07:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:07:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:07:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:07:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:07:01 7 1.89 0.00 0.07 0.00 0.02 98.03 [2026-03-26T06:42:21.676Z] 03:08:01 all 0.07 0.00 0.01 0.00 0.00 99.91 [2026-03-26T06:42:21.676Z] 03:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:08:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:08:01 7 0.40 0.00 0.08 0.02 0.03 99.47 [2026-03-26T06:42:21.676Z] 03:09:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2026-03-26T06:42:21.676Z] 03:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:09:01 7 0.05 0.00 0.05 0.00 0.03 99.87 [2026-03-26T06:42:21.676Z] 03:10:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2026-03-26T06:42:21.676Z] 03:10:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:10:01 2 0.00 0.00 0.00 0.03 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:10:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 03:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:10:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.676Z] 03:11:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 03:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:11:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 03:11:01 7 0.08 0.00 0.07 0.02 0.02 99.82 [2026-03-26T06:42:21.676Z] 03:12:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 03:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:12:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 03:12:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:12:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2026-03-26T06:42:21.676Z] 03:13:01 all 0.25 0.00 0.01 0.00 0.01 99.72 [2026-03-26T06:42:21.676Z] 03:13:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 03:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:13:01 7 1.94 0.00 0.05 0.02 0.02 97.98 [2026-03-26T06:42:21.676Z] 03:14:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2026-03-26T06:42:21.676Z] 03:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:14:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 03:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:14:01 7 1.89 0.00 0.03 0.00 0.02 98.06 [2026-03-26T06:42:21.676Z] 03:15:01 all 0.09 0.00 0.02 0.00 0.01 99.88 [2026-03-26T06:42:21.676Z] 03:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:15:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 03:15:01 7 0.62 0.00 0.07 0.02 0.03 99.27 [2026-03-26T06:42:21.676Z] [2026-03-26T06:42:21.676Z] 03:15:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.676Z] 03:16:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2026-03-26T06:42:21.676Z] 03:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:16:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:16:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:16:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 03:17:01 all 0.02 0.00 0.02 0.00 0.01 99.96 [2026-03-26T06:42:21.676Z] 03:17:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:17:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 03:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:17:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:17:01 7 0.05 0.00 0.05 0.00 0.03 99.87 [2026-03-26T06:42:21.676Z] 03:18:01 all 0.02 0.00 0.01 0.01 0.01 99.94 [2026-03-26T06:42:21.676Z] 03:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:18:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.676Z] 03:18:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:18:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 03:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.676Z] 03:18:01 7 0.08 0.00 0.02 0.07 0.02 99.82 [2026-03-26T06:42:21.676Z] 03:19:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:19:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:19:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:19:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:20:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:20:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 03:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:20:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:20:01 6 0.08 0.00 0.02 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 03:20:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.676Z] 03:21:01 all 0.18 0.00 0.02 0.01 0.01 99.78 [2026-03-26T06:42:21.676Z] 03:21:01 0 0.08 0.00 0.02 0.00 0.00 99.90 [2026-03-26T06:42:21.676Z] 03:21:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 03:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:21:01 5 0.02 0.00 0.00 0.07 0.00 99.92 [2026-03-26T06:42:21.676Z] 03:21:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.676Z] 03:21:01 7 1.26 0.00 0.05 0.02 0.02 98.66 [2026-03-26T06:42:21.676Z] 03:22:01 all 0.29 0.00 0.02 0.00 0.01 99.69 [2026-03-26T06:42:21.676Z] 03:22:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 03:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:22:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.676Z] 03:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:22:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:22:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 03:22:01 7 2.07 0.00 0.05 0.02 0.02 97.85 [2026-03-26T06:42:21.676Z] 03:23:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2026-03-26T06:42:21.676Z] 03:23:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.676Z] 03:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.676Z] 03:23:01 6 0.03 0.00 0.05 0.00 0.00 99.92 [2026-03-26T06:42:21.676Z] 03:23:01 7 0.48 0.00 0.08 0.02 0.00 99.42 [2026-03-26T06:42:21.676Z] 03:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 03:24:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:24:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2026-03-26T06:42:21.676Z] 03:24:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.676Z] 03:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:24:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.676Z] 03:24:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.676Z] 03:24:01 7 0.10 0.00 0.00 0.00 0.02 99.88 [2026-03-26T06:42:21.676Z] 03:25:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.676Z] 03:25:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.676Z] 03:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.676Z] 03:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.676Z] 03:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.676Z] 03:25:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:25:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.677Z] 03:25:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.677Z] 03:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:26:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:26:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:26:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 03:26:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.677Z] [2026-03-26T06:42:21.677Z] 03:26:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.677Z] 03:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 03:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:27:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:27:01 7 0.03 0.00 0.05 0.00 0.03 99.88 [2026-03-26T06:42:21.677Z] 03:28:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:28:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:28:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:28:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:28:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:28:01 7 0.07 0.00 0.03 0.02 0.02 99.87 [2026-03-26T06:42:21.677Z] 03:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 03:29:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:29:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:29:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:29:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2026-03-26T06:42:21.677Z] 03:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:30:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:30:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:30:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:30:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:30:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.677Z] 03:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 03:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:31:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:31:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:31:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2026-03-26T06:42:21.677Z] 03:32:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.677Z] 03:32:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.677Z] 03:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:32:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:32:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:32:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.677Z] 03:32:01 7 0.02 0.00 0.05 0.02 0.02 99.90 [2026-03-26T06:42:21.677Z] 03:33:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2026-03-26T06:42:21.677Z] 03:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:33:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:33:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:33:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.677Z] 03:33:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:33:01 7 0.52 0.00 0.02 0.00 0.03 99.43 [2026-03-26T06:42:21.677Z] 03:34:01 all 0.33 0.00 0.03 0.00 0.00 99.63 [2026-03-26T06:42:21.677Z] 03:34:01 0 0.12 0.00 0.03 0.00 0.00 99.85 [2026-03-26T06:42:21.677Z] 03:34:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2026-03-26T06:42:21.677Z] 03:34:01 2 0.13 0.00 0.02 0.00 0.00 99.85 [2026-03-26T06:42:21.677Z] 03:34:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2026-03-26T06:42:21.677Z] 03:34:01 4 0.05 0.00 0.03 0.02 0.00 99.90 [2026-03-26T06:42:21.677Z] 03:34:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:34:01 7 2.04 0.00 0.03 0.02 0.03 97.88 [2026-03-26T06:42:21.677Z] 03:35:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2026-03-26T06:42:21.677Z] 03:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:35:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:35:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:35:01 7 1.16 0.00 0.07 0.00 0.03 98.74 [2026-03-26T06:42:21.677Z] 03:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:36:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:36:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:36:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:36:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:36:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.677Z] 03:37:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:37:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:37:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:37:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.677Z] 03:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:37:01 7 0.07 0.00 0.03 0.00 0.03 99.87 [2026-03-26T06:42:21.677Z] [2026-03-26T06:42:21.677Z] 03:37:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.677Z] 03:38:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2026-03-26T06:42:21.677Z] 03:38:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:38:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:38:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:38:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:38:01 6 0.15 0.00 0.02 0.00 0.02 99.82 [2026-03-26T06:42:21.677Z] 03:38:01 7 0.05 0.00 0.05 0.02 0.02 99.87 [2026-03-26T06:42:21.677Z] 03:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.677Z] 03:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:39:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2026-03-26T06:42:21.677Z] 03:40:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.677Z] 03:40:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:40:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:40:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:40:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:40:01 7 0.05 0.00 0.03 0.02 0.03 99.87 [2026-03-26T06:42:21.677Z] 03:41:01 all 0.02 0.00 0.02 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 03:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:41:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:41:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:41:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:41:01 7 0.07 0.00 0.07 0.00 0.02 99.85 [2026-03-26T06:42:21.677Z] 03:42:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2026-03-26T06:42:21.677Z] 03:42:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:42:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:42:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:42:01 7 0.52 0.00 0.03 0.00 0.03 99.42 [2026-03-26T06:42:21.677Z] 03:43:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2026-03-26T06:42:21.677Z] 03:43:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:43:01 7 2.02 0.00 0.03 0.02 0.02 97.91 [2026-03-26T06:42:21.677Z] 03:44:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2026-03-26T06:42:21.677Z] 03:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:44:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:44:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 03:44:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:44:01 7 0.33 0.00 0.03 0.00 0.03 99.60 [2026-03-26T06:42:21.677Z] 03:45:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:45:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:45:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:45:01 7 0.05 0.00 0.07 0.02 0.03 99.83 [2026-03-26T06:42:21.677Z] 03:46:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2026-03-26T06:42:21.677Z] 03:46:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 03:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:46:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.677Z] 03:46:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 03:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 03:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:47:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:47:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.677Z] 03:48:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2026-03-26T06:42:21.677Z] 03:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:48:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:48:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:48:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:48:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:48:01 7 0.27 0.00 0.05 0.02 0.03 99.63 [2026-03-26T06:42:21.677Z] [2026-03-26T06:42:21.677Z] 03:48:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.677Z] 03:49:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2026-03-26T06:42:21.677Z] 03:49:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.677Z] 03:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:49:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:49:01 7 2.00 0.00 0.03 0.00 0.03 97.93 [2026-03-26T06:42:21.677Z] 03:50:01 all 0.17 0.00 0.01 0.00 0.01 99.80 [2026-03-26T06:42:21.677Z] 03:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:50:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:50:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:50:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:50:01 7 1.21 0.00 0.05 0.00 0.02 98.73 [2026-03-26T06:42:21.677Z] 03:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:51:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.677Z] 03:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:51:01 5 0.05 0.00 0.00 0.02 0.02 99.92 [2026-03-26T06:42:21.677Z] 03:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:51:01 7 0.05 0.00 0.03 0.02 0.03 99.87 [2026-03-26T06:42:21.677Z] 03:52:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:52:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:52:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:52:01 5 0.05 0.00 0.03 0.02 0.00 99.90 [2026-03-26T06:42:21.677Z] 03:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 03:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 03:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:53:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:53:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:53:01 7 0.03 0.00 0.03 0.02 0.03 99.88 [2026-03-26T06:42:21.677Z] 03:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 03:54:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:54:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:54:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:54:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:54:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:54:01 7 0.07 0.00 0.03 0.02 0.03 99.85 [2026-03-26T06:42:21.677Z] 03:55:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 03:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:55:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:55:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:55:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2026-03-26T06:42:21.677Z] 03:56:01 all 0.13 0.00 0.01 0.00 0.00 99.85 [2026-03-26T06:42:21.677Z] 03:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:56:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:56:01 6 0.08 0.00 0.02 0.00 0.00 99.90 [2026-03-26T06:42:21.677Z] 03:56:01 7 0.90 0.00 0.02 0.02 0.02 99.05 [2026-03-26T06:42:21.677Z] 03:57:01 all 0.19 0.00 0.02 0.00 0.01 99.78 [2026-03-26T06:42:21.677Z] 03:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:57:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.677Z] 03:57:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.677Z] 03:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:57:01 7 1.37 0.00 0.08 0.00 0.03 98.51 [2026-03-26T06:42:21.677Z] 03:58:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2026-03-26T06:42:21.677Z] 03:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:58:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.677Z] 03:58:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 03:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:58:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:58:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:58:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 03:58:01 7 0.12 0.00 0.03 0.02 0.02 99.82 [2026-03-26T06:42:21.677Z] 03:59:01 all 0.12 0.00 0.02 0.00 0.01 99.85 [2026-03-26T06:42:21.677Z] 03:59:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:59:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 03:59:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.677Z] 03:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 03:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 03:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 03:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 03:59:01 7 0.88 0.00 0.08 0.00 0.02 99.02 [2026-03-26T06:42:21.677Z] [2026-03-26T06:42:21.677Z] 03:59:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.677Z] 04:00:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.677Z] 04:00:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 04:00:01 1 0.10 0.00 0.03 0.00 0.03 99.83 [2026-03-26T06:42:21.677Z] 04:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:00:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 04:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:00:01 7 0.10 0.00 0.05 0.02 0.03 99.80 [2026-03-26T06:42:21.677Z] 04:01:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 04:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 04:01:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 04:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:01:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:01:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 04:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:01:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 04:02:01 all 0.04 0.00 0.03 0.01 0.01 99.91 [2026-03-26T06:42:21.677Z] 04:02:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2026-03-26T06:42:21.677Z] 04:02:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 04:02:01 2 0.00 0.00 0.07 0.02 0.00 99.92 [2026-03-26T06:42:21.677Z] 04:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2026-03-26T06:42:21.677Z] 04:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:02:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 04:02:01 6 0.10 0.00 0.02 0.02 0.02 99.85 [2026-03-26T06:42:21.677Z] 04:02:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2026-03-26T06:42:21.677Z] 04:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 04:03:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 04:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 04:03:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.677Z] 04:03:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:03:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 04:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:03:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 04:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 04:04:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.677Z] 04:04:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.677Z] 04:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 04:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:04:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.677Z] 04:04:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 04:05:01 0 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 04:05:01 1 0.00 0.00 0.03 0.00 0.03 99.93 [2026-03-26T06:42:21.677Z] 04:05:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.677Z] 04:05:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 04:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:05:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:06:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.677Z] 04:06:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2026-03-26T06:42:21.677Z] 04:06:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.677Z] 04:06:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:06:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:06:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:06:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:06:01 7 0.08 0.00 0.02 0.02 0.02 99.87 [2026-03-26T06:42:21.677Z] 04:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.677Z] 04:07:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2026-03-26T06:42:21.677Z] 04:07:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:07:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 04:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:08:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 04:08:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.677Z] 04:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:08:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.677Z] 04:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 04:08:01 7 0.05 0.00 0.00 0.02 0.00 99.93 [2026-03-26T06:42:21.677Z] 04:09:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 04:09:01 0 0.07 0.00 0.05 0.00 0.03 99.85 [2026-03-26T06:42:21.677Z] 04:09:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:09:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:09:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 04:09:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 04:10:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2026-03-26T06:42:21.677Z] 04:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:10:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.677Z] 04:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 04:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:10:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.677Z] [2026-03-26T06:42:21.677Z] 04:10:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.677Z] 04:11:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 04:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 04:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:11:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:11:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 04:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:11:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 04:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:11:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 04:12:01 all 0.16 0.00 0.00 0.00 0.01 99.82 [2026-03-26T06:42:21.677Z] 04:12:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.677Z] 04:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:12:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:12:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:12:01 7 1.11 0.00 0.00 0.02 0.02 98.86 [2026-03-26T06:42:21.677Z] 04:13:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2026-03-26T06:42:21.677Z] 04:13:01 0 0.07 0.00 0.05 0.00 0.03 99.85 [2026-03-26T06:42:21.677Z] 04:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:13:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.677Z] 04:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:13:01 7 1.97 0.00 0.00 0.00 0.02 98.01 [2026-03-26T06:42:21.677Z] 04:14:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2026-03-26T06:42:21.677Z] 04:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 04:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:14:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.677Z] 04:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.677Z] 04:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:14:01 7 2.00 0.00 0.02 0.02 0.02 97.95 [2026-03-26T06:42:21.677Z] 04:15:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2026-03-26T06:42:21.677Z] 04:15:01 0 0.08 0.00 0.07 0.00 0.03 99.82 [2026-03-26T06:42:21.677Z] 04:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:15:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.677Z] 04:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:15:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 04:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:15:01 7 1.95 0.00 0.02 0.00 0.00 98.03 [2026-03-26T06:42:21.677Z] 04:16:01 all 0.09 0.00 0.02 0.00 0.01 99.89 [2026-03-26T06:42:21.677Z] 04:16:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2026-03-26T06:42:21.677Z] 04:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:16:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:16:01 5 0.12 0.00 0.00 0.00 0.00 99.88 [2026-03-26T06:42:21.677Z] 04:16:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:16:01 7 0.47 0.00 0.05 0.02 0.02 99.45 [2026-03-26T06:42:21.677Z] 04:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 04:17:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2026-03-26T06:42:21.677Z] 04:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:17:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:17:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.677Z] 04:17:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.677Z] 04:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.677Z] 04:18:01 0 0.08 0.00 0.05 0.00 0.03 99.83 [2026-03-26T06:42:21.677Z] 04:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.677Z] 04:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.677Z] 04:18:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.677Z] 04:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.677Z] 04:18:01 7 0.07 0.00 0.00 0.00 0.02 99.92 [2026-03-26T06:42:21.677Z] 04:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.677Z] 04:19:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.677Z] 04:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.677Z] 04:19:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.677Z] 04:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:19:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:19:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:20:01 0 0.05 0.00 0.07 0.00 0.03 99.85 [2026-03-26T06:42:21.678Z] 04:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:20:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:20:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:20:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:20:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:21:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:21:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2026-03-26T06:42:21.678Z] 04:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:21:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:21:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.678Z] [2026-03-26T06:42:21.678Z] 04:21:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.678Z] 04:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:22:01 0 0.08 0.00 0.02 0.00 0.03 99.87 [2026-03-26T06:42:21.678Z] 04:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:22:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:22:01 5 0.07 0.00 0.00 0.00 0.02 99.92 [2026-03-26T06:42:21.678Z] 04:22:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:22:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:23:01 0 0.07 0.00 0.03 0.00 0.03 99.87 [2026-03-26T06:42:21.678Z] 04:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:23:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:23:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:23:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:24:01 all 0.10 0.00 0.05 0.01 0.01 99.83 [2026-03-26T06:42:21.678Z] 04:24:01 0 0.07 0.00 0.08 0.00 0.02 99.83 [2026-03-26T06:42:21.678Z] 04:24:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2026-03-26T06:42:21.678Z] 04:24:01 2 0.57 0.00 0.10 0.03 0.02 99.28 [2026-03-26T06:42:21.678Z] 04:24:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2026-03-26T06:42:21.678Z] 04:24:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:24:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:24:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:24:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.678Z] 04:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:25:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:25:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:25:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:25:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:25:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.678Z] 04:26:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:26:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:26:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:26:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:26:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.678Z] 04:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:26:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:27:02 all 0.01 0.00 0.00 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:27:02 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:27:02 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:27:02 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:27:02 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:27:02 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:27:02 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:27:02 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:27:02 7 0.02 0.00 0.00 0.02 0.03 99.93 [2026-03-26T06:42:21.678Z] 04:28:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:28:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:28:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:28:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:29:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:29:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:29:01 7 0.03 0.00 0.00 0.02 0.03 99.92 [2026-03-26T06:42:21.678Z] 04:30:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:30:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:30:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2026-03-26T06:42:21.678Z] 04:30:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:30:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:30:01 7 0.07 0.00 0.00 0.00 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:31:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2026-03-26T06:42:21.678Z] 04:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:31:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:31:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:31:01 6 0.43 0.00 0.02 0.00 0.00 99.55 [2026-03-26T06:42:21.678Z] 04:31:01 7 0.03 0.00 0.02 0.02 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:32:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.678Z] 04:32:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.678Z] 04:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:32:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.678Z] 04:32:01 6 0.03 0.00 0.07 0.00 0.02 99.88 [2026-03-26T06:42:21.678Z] 04:32:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2026-03-26T06:42:21.678Z] [2026-03-26T06:42:21.678Z] 04:32:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.678Z] 04:33:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:33:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:33:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:33:01 7 0.03 0.00 0.02 0.02 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:34:01 all 0.08 0.00 0.03 0.00 0.01 99.88 [2026-03-26T06:42:21.678Z] 04:34:01 0 0.12 0.00 0.05 0.00 0.02 99.82 [2026-03-26T06:42:21.678Z] 04:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:34:01 2 0.13 0.00 0.03 0.02 0.02 99.80 [2026-03-26T06:42:21.678Z] 04:34:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:34:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:34:01 5 0.10 0.00 0.03 0.00 0.02 99.85 [2026-03-26T06:42:21.678Z] 04:34:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:34:01 7 0.10 0.00 0.03 0.00 0.03 99.83 [2026-03-26T06:42:21.678Z] 04:35:01 all 0.05 0.00 0.01 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:35:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:35:01 6 0.27 0.00 0.00 0.00 0.02 99.72 [2026-03-26T06:42:21.678Z] 04:35:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:36:01 all 0.13 0.00 0.02 0.00 0.01 99.83 [2026-03-26T06:42:21.678Z] 04:36:01 0 0.08 0.00 0.05 0.00 0.02 99.85 [2026-03-26T06:42:21.678Z] 04:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:36:01 2 0.12 0.00 0.00 0.02 0.02 99.85 [2026-03-26T06:42:21.678Z] 04:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:36:01 5 0.13 0.00 0.05 0.00 0.02 99.80 [2026-03-26T06:42:21.678Z] 04:36:01 6 0.55 0.00 0.02 0.00 0.00 99.44 [2026-03-26T06:42:21.678Z] 04:36:01 7 0.10 0.00 0.02 0.02 0.03 99.83 [2026-03-26T06:42:21.678Z] 04:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:37:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:37:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:38:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:38:01 2 0.00 0.00 0.03 0.02 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:38:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:38:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:38:01 7 0.05 0.00 0.03 0.02 0.03 99.87 [2026-03-26T06:42:21.678Z] 04:39:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2026-03-26T06:42:21.678Z] 04:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:39:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:39:01 7 0.00 0.00 0.02 0.00 0.03 99.95 [2026-03-26T06:42:21.678Z] 04:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:40:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:40:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:40:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:40:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 04:40:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:40:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:40:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.678Z] 04:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:41:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:41:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:41:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:41:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.678Z] 04:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:42:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.678Z] 04:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:42:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:42:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:42:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:42:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:43:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:43:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:43:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.678Z] 04:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:43:01 7 0.03 0.00 0.02 0.02 0.03 99.90 [2026-03-26T06:42:21.678Z] [2026-03-26T06:42:21.678Z] 04:43:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.678Z] 04:44:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:44:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:44:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:44:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:45:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:45:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:45:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:45:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:45:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:46:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2026-03-26T06:42:21.678Z] 04:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:46:01 3 0.05 0.00 0.02 0.02 0.00 99.92 [2026-03-26T06:42:21.678Z] 04:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:46:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:46:01 7 0.02 0.00 0.00 0.02 0.03 99.93 [2026-03-26T06:42:21.678Z] 04:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:47:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.678Z] 04:47:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:47:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:47:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:48:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:48:01 2 0.03 0.00 0.02 0.05 0.00 99.90 [2026-03-26T06:42:21.678Z] 04:48:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.678Z] 04:48:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:48:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.678Z] 04:49:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:49:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:49:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:49:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:49:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:50:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2026-03-26T06:42:21.678Z] 04:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:50:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.678Z] 04:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:50:01 7 0.05 0.00 0.05 0.02 0.03 99.85 [2026-03-26T06:42:21.678Z] 04:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:51:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:51:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:51:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:51:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:51:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:51:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:52:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:52:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:52:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:52:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:52:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.678Z] 04:52:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:53:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:53:01 7 0.02 0.00 0.02 0.02 0.03 99.92 [2026-03-26T06:42:21.678Z] 04:54:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:54:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:54:01 7 0.07 0.00 0.02 0.00 0.03 99.88 [2026-03-26T06:42:21.678Z] [2026-03-26T06:42:21.678Z] 04:54:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.678Z] 04:55:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:55:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:55:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:55:01 5 0.03 0.00 0.02 0.05 0.02 99.88 [2026-03-26T06:42:21.678Z] 04:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:55:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:56:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 04:56:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 04:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:56:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 04:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:56:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:56:01 6 0.08 0.00 0.02 0.00 0.02 99.88 [2026-03-26T06:42:21.678Z] 04:56:01 7 0.00 0.00 0.02 0.00 0.05 99.93 [2026-03-26T06:42:21.678Z] 04:57:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:57:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:57:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:57:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.678Z] 04:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:57:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2026-03-26T06:42:21.678Z] 04:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 04:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 04:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:58:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:58:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 04:58:01 7 0.05 0.00 0.03 0.02 0.03 99.87 [2026-03-26T06:42:21.678Z] 04:59:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 04:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 04:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:59:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:59:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 04:59:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 04:59:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 04:59:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:00:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 05:00:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.678Z] 05:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:00:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:00:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:00:01 7 0.05 0.00 0.00 0.02 0.03 99.90 [2026-03-26T06:42:21.678Z] 05:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 05:01:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:01:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:01:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2026-03-26T06:42:21.678Z] 05:02:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 05:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.678Z] 05:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:02:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:02:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.678Z] 05:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:02:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2026-03-26T06:42:21.678Z] 05:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 05:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:03:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.678Z] 05:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:03:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:03:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2026-03-26T06:42:21.678Z] 05:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 05:04:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 05:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:04:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.678Z] 05:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:04:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 05:04:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:04:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:04:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.678Z] 05:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 05:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 05:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:05:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:05:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.678Z] 05:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:05:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.678Z] [2026-03-26T06:42:21.678Z] 05:05:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.678Z] 05:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 05:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 05:06:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.678Z] 05:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:06:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:06:01 7 0.07 0.00 0.02 0.02 0.02 99.88 [2026-03-26T06:42:21.678Z] 05:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.678Z] 05:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:07:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.678Z] 05:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:07:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.678Z] 05:08:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.678Z] 05:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:08:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.678Z] 05:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:08:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 05:08:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2026-03-26T06:42:21.678Z] 05:09:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 05:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:09:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.678Z] 05:09:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.678Z] 05:09:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.678Z] 05:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:09:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:09:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.678Z] 05:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.678Z] 05:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:10:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:10:01 3 0.03 0.00 0.00 0.00 0.03 99.93 [2026-03-26T06:42:21.678Z] 05:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:10:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.678Z] 05:10:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.678Z] 05:10:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.678Z] 05:11:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2026-03-26T06:42:21.678Z] 05:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 05:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.678Z] 05:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:11:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.678Z] 05:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.678Z] 05:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.678Z] 05:11:01 6 0.45 0.00 0.00 0.00 0.00 99.55 [2026-03-26T06:42:21.679Z] 05:11:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:12:01 all 0.20 0.00 0.02 0.00 0.01 99.77 [2026-03-26T06:42:21.679Z] 05:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:12:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:12:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:12:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:12:01 6 1.47 0.00 0.02 0.00 0.02 98.50 [2026-03-26T06:42:21.679Z] 05:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:13:01 all 0.19 0.00 0.02 0.00 0.01 99.78 [2026-03-26T06:42:21.679Z] 05:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:13:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:13:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:13:01 6 1.43 0.00 0.08 0.00 0.00 98.48 [2026-03-26T06:42:21.679Z] 05:13:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:14:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:14:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:14:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:14:01 5 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:14:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:14:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:15:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:15:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:15:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.679Z] 05:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:15:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:15:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:16:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2026-03-26T06:42:21.679Z] 05:16:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:16:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.679Z] 05:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:16:01 6 0.42 0.00 0.00 0.00 0.02 99.57 [2026-03-26T06:42:21.679Z] 05:16:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] [2026-03-26T06:42:21.679Z] 05:16:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.679Z] 05:17:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2026-03-26T06:42:21.679Z] 05:17:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:17:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.679Z] 05:17:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:17:01 6 1.97 0.00 0.00 0.00 0.00 98.03 [2026-03-26T06:42:21.679Z] 05:17:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:18:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2026-03-26T06:42:21.679Z] 05:18:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:18:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:18:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2026-03-26T06:42:21.679Z] 05:18:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:18:01 6 1.95 0.00 0.02 0.00 0.02 98.01 [2026-03-26T06:42:21.679Z] 05:18:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:19:01 all 0.14 0.00 0.01 0.00 0.01 99.84 [2026-03-26T06:42:21.679Z] 05:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:19:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:19:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:19:01 6 1.03 0.00 0.02 0.00 0.02 98.94 [2026-03-26T06:42:21.679Z] 05:19:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:20:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.679Z] 05:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:20:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:20:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:20:01 4 0.05 0.00 0.05 0.00 0.03 99.87 [2026-03-26T06:42:21.679Z] 05:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:20:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:21:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:21:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:21:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:21:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:21:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:22:01 all 0.07 0.00 0.01 0.00 0.01 99.90 [2026-03-26T06:42:21.679Z] 05:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:22:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:22:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.679Z] 05:22:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:22:01 6 0.37 0.00 0.03 0.00 0.02 99.58 [2026-03-26T06:42:21.679Z] 05:22:01 7 0.05 0.00 0.00 0.02 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:23:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:23:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:23:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:23:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:23:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:23:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:24:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:25:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:25:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:25:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2026-03-26T06:42:21.679Z] 05:25:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:25:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:26:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:26:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:26:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:26:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:26:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:27:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:27:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:27:01 4 0.03 0.00 0.00 0.00 0.03 99.93 [2026-03-26T06:42:21.679Z] 05:27:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:27:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] [2026-03-26T06:42:21.679Z] 05:27:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.679Z] 05:28:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2026-03-26T06:42:21.679Z] 05:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:28:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:28:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2026-03-26T06:42:21.679Z] 05:28:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:28:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:28:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:29:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:29:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:29:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:30:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2026-03-26T06:42:21.679Z] 05:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:30:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:30:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:30:01 4 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.679Z] 05:30:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:30:01 7 0.05 0.00 0.00 0.02 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.679Z] 05:31:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:31:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:31:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.679Z] 05:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:31:01 6 0.13 0.00 0.02 0.00 0.02 99.83 [2026-03-26T06:42:21.679Z] 05:31:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:32:01 all 0.10 0.00 0.01 0.00 0.01 99.86 [2026-03-26T06:42:21.679Z] 05:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:32:01 2 0.00 0.00 0.03 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:32:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.679Z] 05:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:32:01 6 0.68 0.00 0.05 0.00 0.02 99.25 [2026-03-26T06:42:21.679Z] 05:32:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:33:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.679Z] 05:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:33:01 3 0.13 0.00 0.02 0.00 0.00 99.85 [2026-03-26T06:42:21.679Z] 05:33:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:33:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:33:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:34:01 all 0.06 0.00 0.02 0.00 0.01 99.90 [2026-03-26T06:42:21.679Z] 05:34:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.679Z] 05:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:34:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:34:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.679Z] 05:34:01 4 0.17 0.00 0.03 0.00 0.02 99.78 [2026-03-26T06:42:21.679Z] 05:34:01 5 0.08 0.00 0.03 0.00 0.00 99.88 [2026-03-26T06:42:21.679Z] 05:34:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:34:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:35:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:35:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:35:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:35:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:35:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:36:01 all 0.24 0.00 0.01 0.00 0.01 99.72 [2026-03-26T06:42:21.679Z] 05:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:36:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:36:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:36:01 4 0.10 0.00 0.05 0.00 0.03 99.82 [2026-03-26T06:42:21.679Z] 05:36:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:36:01 6 1.69 0.00 0.02 0.00 0.00 98.29 [2026-03-26T06:42:21.679Z] 05:36:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.679Z] 05:37:01 all 0.11 0.00 0.01 0.00 0.00 99.87 [2026-03-26T06:42:21.679Z] 05:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:37:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:37:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:37:01 6 0.86 0.00 0.00 0.00 0.02 99.12 [2026-03-26T06:42:21.679Z] 05:37:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:38:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:38:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:38:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:38:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:38:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] [2026-03-26T06:42:21.679Z] 05:38:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.679Z] 05:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:39:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:39:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.679Z] 05:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:39:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:40:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2026-03-26T06:42:21.679Z] 05:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:40:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:40:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:40:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:40:01 7 0.07 0.00 0.02 0.03 0.02 99.87 [2026-03-26T06:42:21.679Z] 05:41:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:41:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:41:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.679Z] 05:41:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:41:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:41:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:42:01 all 0.02 0.00 0.01 0.00 0.02 99.96 [2026-03-26T06:42:21.679Z] 05:42:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:42:01 4 0.07 0.00 0.02 0.00 0.03 99.88 [2026-03-26T06:42:21.679Z] 05:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:42:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:42:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:43:01 all 0.01 0.00 0.01 0.00 0.00 99.96 [2026-03-26T06:42:21.679Z] 05:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:43:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:43:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:43:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:43:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:43:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:44:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:44:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:44:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:44:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:44:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.679Z] 05:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:44:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:45:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:45:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:45:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.679Z] 05:45:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:45:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:45:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:46:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2026-03-26T06:42:21.679Z] 05:46:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:46:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:46:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:46:01 7 0.00 0.00 0.03 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:47:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:47:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:47:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2026-03-26T06:42:21.679Z] 05:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:48:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:48:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.679Z] 05:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:48:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.679Z] 05:49:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:49:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:49:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.679Z] 05:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:49:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.679Z] [2026-03-26T06:42:21.679Z] 05:49:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.679Z] 05:50:02 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:50:02 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:50:02 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:50:02 2 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:50:02 3 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:50:02 4 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:50:02 5 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:50:02 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:50:02 7 0.03 0.00 0.00 0.02 0.03 99.92 [2026-03-26T06:42:21.679Z] 05:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:51:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:51:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:51:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:51:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:52:01 all 0.07 0.00 0.01 0.00 0.00 99.91 [2026-03-26T06:42:21.679Z] 05:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:52:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2026-03-26T06:42:21.679Z] 05:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.679Z] 05:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:52:01 6 0.37 0.00 0.00 0.00 0.00 99.63 [2026-03-26T06:42:21.679Z] 05:52:01 7 0.08 0.00 0.03 0.02 0.03 99.83 [2026-03-26T06:42:21.679Z] 05:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:53:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:53:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:53:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:53:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:53:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:54:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:54:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:54:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:54:01 7 0.00 0.00 0.02 0.02 0.03 99.93 [2026-03-26T06:42:21.679Z] 05:55:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:55:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:55:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2026-03-26T06:42:21.679Z] 05:56:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:56:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:56:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.679Z] 05:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:56:01 7 0.00 0.00 0.02 0.02 0.03 99.93 [2026-03-26T06:42:21.679Z] 05:57:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 05:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:57:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:57:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 05:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 05:58:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:58:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:58:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 05:58:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:58:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 05:58:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.679Z] 05:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 05:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:59:01 2 0.00 0.00 0.03 0.02 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 05:59:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 05:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 05:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 05:59:01 7 0.02 0.00 0.00 0.02 0.03 99.93 [2026-03-26T06:42:21.679Z] 06:00:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 06:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 06:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 06:00:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 06:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 06:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 06:00:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 06:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 06:00:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.679Z] [2026-03-26T06:42:21.679Z] 06:00:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.679Z] 06:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.679Z] 06:01:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 06:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.679Z] 06:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 06:01:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.679Z] 06:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 06:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.679Z] 06:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 06:01:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 06:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 06:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 06:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 06:02:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.679Z] 06:02:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.679Z] 06:02:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 06:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 06:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 06:02:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.679Z] 06:03:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.679Z] 06:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 06:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 06:03:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2026-03-26T06:42:21.679Z] 06:03:01 3 0.10 0.00 0.02 0.00 0.03 99.85 [2026-03-26T06:42:21.679Z] 06:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.679Z] 06:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 06:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 06:03:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.679Z] 06:04:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2026-03-26T06:42:21.679Z] 06:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.679Z] 06:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.679Z] 06:04:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.679Z] 06:04:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.679Z] 06:04:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 06:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.679Z] 06:04:01 6 0.28 0.00 0.00 0.00 0.02 99.70 [2026-03-26T06:42:21.679Z] 06:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.679Z] 06:05:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2026-03-26T06:42:21.680Z] 06:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:05:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:05:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:05:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:05:01 6 1.16 0.00 0.03 0.00 0.00 98.81 [2026-03-26T06:42:21.680Z] 06:05:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:06:01 all 0.04 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.680Z] 06:06:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:06:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:06:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:06:01 6 0.08 0.00 0.07 0.00 0.02 99.83 [2026-03-26T06:42:21.680Z] 06:06:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.680Z] 06:07:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:07:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:07:01 3 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.680Z] 06:07:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:07:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:08:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2026-03-26T06:42:21.680Z] 06:08:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:08:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2026-03-26T06:42:21.680Z] 06:08:01 3 0.03 0.00 0.05 0.00 0.03 99.88 [2026-03-26T06:42:21.680Z] 06:08:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:08:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:08:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.680Z] 06:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:09:01 3 0.02 0.00 0.05 0.00 0.03 99.90 [2026-03-26T06:42:21.680Z] 06:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:09:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.680Z] 06:10:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.680Z] 06:10:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:10:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:10:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:10:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:10:01 6 0.00 0.00 0.00 0.00 0.03 99.97 [2026-03-26T06:42:21.680Z] 06:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:11:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:11:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.680Z] 06:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:11:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:11:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2026-03-26T06:42:21.680Z] [2026-03-26T06:42:21.680Z] 06:11:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.680Z] 06:12:01 all 0.12 0.00 0.01 0.00 0.01 99.86 [2026-03-26T06:42:21.680Z] 06:12:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:12:01 2 0.07 0.00 0.05 0.02 0.03 99.83 [2026-03-26T06:42:21.680Z] 06:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:12:01 6 0.80 0.00 0.02 0.00 0.02 99.17 [2026-03-26T06:42:21.680Z] 06:12:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:13:01 all 0.23 0.00 0.01 0.00 0.01 99.74 [2026-03-26T06:42:21.680Z] 06:13:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:13:01 2 0.00 0.00 0.02 0.02 0.03 99.93 [2026-03-26T06:42:21.680Z] 06:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:13:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:13:01 6 1.76 0.00 0.00 0.00 0.02 98.23 [2026-03-26T06:42:21.680Z] 06:13:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:14:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.680Z] 06:14:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:14:01 2 0.07 0.00 0.02 0.02 0.03 99.87 [2026-03-26T06:42:21.680Z] 06:14:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.680Z] 06:14:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:14:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:15:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:15:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:15:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2026-03-26T06:42:21.680Z] 06:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:15:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:16:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:16:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:16:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:16:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:17:01 all 0.09 0.00 0.01 0.00 0.01 99.88 [2026-03-26T06:42:21.680Z] 06:17:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:17:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:17:01 6 0.55 0.00 0.02 0.00 0.03 99.40 [2026-03-26T06:42:21.680Z] 06:17:01 7 0.02 0.00 0.00 0.03 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:18:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2026-03-26T06:42:21.680Z] 06:18:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2026-03-26T06:42:21.680Z] 06:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2026-03-26T06:42:21.680Z] 06:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:18:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:18:01 6 1.97 0.00 0.00 0.00 0.03 98.00 [2026-03-26T06:42:21.680Z] 06:18:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:19:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2026-03-26T06:42:21.680Z] 06:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:19:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:19:01 6 1.99 0.00 0.02 0.00 0.02 97.98 [2026-03-26T06:42:21.680Z] 06:19:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:20:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2026-03-26T06:42:21.680Z] 06:20:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.680Z] 06:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:20:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:20:01 4 0.08 0.00 0.00 0.00 0.00 99.92 [2026-03-26T06:42:21.680Z] 06:20:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:20:01 6 1.95 0.00 0.00 0.00 0.03 98.01 [2026-03-26T06:42:21.680Z] 06:20:01 7 0.05 0.00 0.00 0.02 0.02 99.92 [2026-03-26T06:42:21.680Z] 06:21:01 all 0.14 0.00 0.01 0.00 0.01 99.84 [2026-03-26T06:42:21.680Z] 06:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:21:01 6 1.03 0.00 0.03 0.00 0.03 98.91 [2026-03-26T06:42:21.680Z] 06:21:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.680Z] 06:22:01 0 0.08 0.00 0.00 0.00 0.00 99.92 [2026-03-26T06:42:21.680Z] 06:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:22:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:22:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:22:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.680Z] 06:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] [2026-03-26T06:42:21.680Z] 06:22:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.680Z] 06:23:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:23:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:23:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:23:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.680Z] 06:23:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:24:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.680Z] 06:24:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:24:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:24:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2026-03-26T06:42:21.680Z] 06:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:24:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2026-03-26T06:42:21.680Z] 06:24:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.680Z] 06:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:25:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:25:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:25:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:26:01 all 0.04 0.00 0.02 0.02 0.01 99.91 [2026-03-26T06:42:21.680Z] 06:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:26:01 2 0.02 0.00 0.02 0.03 0.00 99.93 [2026-03-26T06:42:21.680Z] 06:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:26:01 4 0.07 0.00 0.02 0.02 0.00 99.90 [2026-03-26T06:42:21.680Z] 06:26:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2026-03-26T06:42:21.680Z] 06:26:01 6 0.15 0.00 0.05 0.05 0.00 99.75 [2026-03-26T06:42:21.680Z] 06:26:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.680Z] 06:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:27:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:27:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:27:01 7 0.03 0.00 0.00 0.00 0.03 99.93 [2026-03-26T06:42:21.680Z] 06:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.680Z] 06:28:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.680Z] 06:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:28:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.680Z] 06:28:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:28:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:28:01 7 0.05 0.00 0.03 0.02 0.02 99.88 [2026-03-26T06:42:21.680Z] 06:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:29:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:29:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.680Z] 06:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:29:01 7 0.02 0.00 0.03 0.00 0.03 99.92 [2026-03-26T06:42:21.680Z] 06:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.680Z] 06:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:30:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:30:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:30:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:30:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2026-03-26T06:42:21.680Z] 06:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:31:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:31:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:31:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2026-03-26T06:42:21.680Z] 06:31:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:31:01 7 0.03 0.00 0.02 0.02 0.03 99.90 [2026-03-26T06:42:21.680Z] 06:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:32:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2026-03-26T06:42:21.680Z] 06:32:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:32:01 7 0.05 0.00 0.02 0.03 0.03 99.87 [2026-03-26T06:42:21.680Z] 06:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:33:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:33:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:33:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:33:01 7 0.02 0.00 0.03 0.02 0.03 99.90 [2026-03-26T06:42:21.680Z] [2026-03-26T06:42:21.680Z] 06:33:01 CPU %user %nice %system %iowait %steal %idle [2026-03-26T06:42:21.680Z] 06:34:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.680Z] 06:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:34:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:34:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.680Z] 06:34:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:34:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:34:01 7 0.05 0.00 0.03 0.02 0.03 99.87 [2026-03-26T06:42:21.680Z] 06:35:01 all 0.05 0.00 0.03 0.00 0.01 99.91 [2026-03-26T06:42:21.680Z] 06:35:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2026-03-26T06:42:21.680Z] 06:35:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:35:01 4 0.08 0.00 0.02 0.00 0.02 99.88 [2026-03-26T06:42:21.680Z] 06:35:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2026-03-26T06:42:21.680Z] 06:35:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:35:01 7 0.07 0.00 0.03 0.02 0.03 99.85 [2026-03-26T06:42:21.680Z] 06:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2026-03-26T06:42:21.680Z] 06:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:36:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:36:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.680Z] 06:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:36:01 7 0.05 0.00 0.05 0.03 0.02 99.85 [2026-03-26T06:42:21.680Z] 06:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.680Z] 06:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:37:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:37:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:37:01 7 0.03 0.00 0.03 0.02 0.03 99.88 [2026-03-26T06:42:21.680Z] 06:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:38:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:38:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2026-03-26T06:42:21.680Z] 06:38:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:38:01 7 0.02 0.00 0.03 0.03 0.03 99.88 [2026-03-26T06:42:21.680Z] 06:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.680Z] 06:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:39:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2026-03-26T06:42:21.680Z] 06:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:39:01 7 0.02 0.00 0.02 0.02 0.03 99.92 [2026-03-26T06:42:21.680Z] 06:40:01 all 0.02 0.00 0.01 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:40:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:40:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:40:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:40:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:40:01 7 0.08 0.00 0.02 0.03 0.03 99.83 [2026-03-26T06:42:21.680Z] 06:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2026-03-26T06:42:21.680Z] 06:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:41:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2026-03-26T06:42:21.680Z] 06:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:41:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2026-03-26T06:42:21.680Z] 06:41:01 7 0.02 0.00 0.00 0.02 0.03 99.93 [2026-03-26T06:42:21.680Z] 06:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2026-03-26T06:42:21.680Z] 06:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2026-03-26T06:42:21.680Z] 06:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2026-03-26T06:42:21.680Z] 06:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2026-03-26T06:42:21.680Z] 06:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2026-03-26T06:42:21.680Z] 06:42:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2026-03-26T06:42:21.680Z] 06:42:01 7 0.05 0.00 0.03 0.02 0.03 99.87 [2026-03-26T06:42:21.680Z] Average: all 1.25 0.00 0.19 0.06 0.01 98.49 [2026-03-26T06:42:21.680Z] Average: 0 1.21 0.00 0.21 0.09 0.01 98.48 [2026-03-26T06:42:21.680Z] Average: 1 1.20 0.00 0.19 0.05 0.01 98.55 [2026-03-26T06:42:21.680Z] Average: 2 1.21 0.00 0.19 0.06 0.01 98.53 [2026-03-26T06:42:21.680Z] Average: 3 1.22 0.00 0.18 0.05 0.01 98.54 [2026-03-26T06:42:21.680Z] Average: 4 1.26 0.00 0.18 0.05 0.01 98.50 [2026-03-26T06:42:21.680Z] Average: 5 1.26 0.00 0.18 0.04 0.01 98.51 [2026-03-26T06:42:21.680Z] Average: 6 1.27 0.00 0.19 0.12 0.01 98.41 [2026-03-26T06:42:21.680Z] Average: 7 1.37 0.00 0.20 0.06 0.02 98.36 [2026-03-26T06:42:21.680Z] [2026-03-26T06:42:21.680Z] [2026-03-26T06:42:21.680Z]