Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 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-ssh8115567370154501611.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16202196957524898644.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3496455133832363105.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1460510115086939856.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-ssh18000664903811704292.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6055’ Running on prd-ubuntu20.04-docker-8c-8g-6062 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/878 [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/878 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 > git rev-list --no-walk 941bb66238a204f12d036216aea2f59b186e8d62 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-01T01:22:53.836Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-01T01:22:53.899Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-01T01:22:53.921Z] ========================================================= [2025-08-01T01:22:53.921Z] EdgeX Global Pipelines Version Info [2025-08-01T01:22:53.921Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:22:54.642Z] ------------------- [2025-08-01T01:22:54.642Z] stable info: [2025-08-01T01:22:54.642Z] ------------------- [2025-08-01T01:22:54.642Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-08-01T01:22:54.642Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-08-01T01:22:54.642Z] Message: update stable to v1.0.274 [2025-08-01T01:22:55.582Z] ------------------- [2025-08-01T01:22:55.582Z] experimental info: [2025-08-01T01:22:55.582Z] ------------------- [2025-08-01T01:22:55.582Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-01T01:22:55.582Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-01T01:22:55.582Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-01T01:22:55.664Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-08-01T01:22:55.687Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-08-01T01:22:55.713Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-01T01:22:55.736Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-01T01:22:55.762Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-01T01:22:55.789Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-01T01:22:55.810Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-01T01:22:55.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-08-01T01:22:55.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-08-01T01:22:55.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-08-01T01:22:55.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-01T01:22:55.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-01T01:22:55.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-01T01:22:55.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-01T01:22:55.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-01T01:22:55.993Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-01T01:22:56.015Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-01T01:22:56.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-01T01:22:56.056Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-08-01T01:22:56.075Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-08-01T01:22:56.099Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-01T01:22:56.182Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-01T01:22:56.203Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-01T01:22:56.221Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-01T01:22:56.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-01T01:22:56.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-01T01:22:56.282Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-01T01:22:56.302Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5dbcd5a [Pipeline] echo [2025-08-01T01:22:56.324Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:22:56.378Z] provisioning config files... [2025-08-01T01:22:56.391Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/878@tmp/config6589208581645923168tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:22:56.725Z] ---> ****-login.sh [2025-08-01T01:22:56.725Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:22:56.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:56.985Z] [2025-08-01T01:22:56.985Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:56.985Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:56.985Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:56.985Z] [2025-08-01T01:22:56.985Z] Login Succeeded [2025-08-01T01:22:56.985Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:22:56.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:56.985Z] [2025-08-01T01:22:56.985Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:56.985Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:56.985Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:56.986Z] [2025-08-01T01:22:56.986Z] Login Succeeded [2025-08-01T01:22:56.986Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:22:56.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:56.986Z] [2025-08-01T01:22:56.986Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:56.986Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:56.986Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:56.986Z] [2025-08-01T01:22:56.986Z] Login Succeeded [2025-08-01T01:22:56.986Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:22:57.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:57.246Z] [2025-08-01T01:22:57.246Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:57.246Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:57.246Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:57.246Z] [2025-08-01T01:22:57.246Z] Login Succeeded [2025-08-01T01:22:57.246Z] ****.io [2025-08-01T01:22:57.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:57.506Z] [2025-08-01T01:22:57.506Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:57.506Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:57.506Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:57.506Z] [2025-08-01T01:22:57.506Z] Login Succeeded [2025-08-01T01:22:57.506Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:22:57.514Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-01T01:22:57.834Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-08-01T01:22:57.834Z] + + dirname cmd/core-command/Dockerfilecut [2025-08-01T01:22:57.834Z] -d/ -f2 [2025-08-01T01:22:57.834Z] + echo core-command,cmd/core-command/Dockerfile [2025-08-01T01:22:57.834Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-08-01T01:22:57.834Z] + cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-08-01T01:22:57.834Z] + + dirname cmd/core-data/Dockerfile [2025-08-01T01:22:57.834Z] cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo core-data,cmd/core-data/Dockerfile [2025-08-01T01:22:57.834Z] + dirname cmd/core-keeper/Dockerfile [2025-08-01T01:22:57.834Z] + cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-08-01T01:22:57.834Z] + dirname cmd/core-metadata/Dockerfile [2025-08-01T01:22:57.834Z] + cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-08-01T01:22:57.834Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-08-01T01:22:57.834Z] + cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-08-01T01:22:57.834Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-08-01T01:22:57.834Z] + cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-08-01T01:22:57.834Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-08-01T01:22:57.834Z] + cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-08-01T01:22:57.834Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-08-01T01:22:57.834Z] + cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-08-01T01:22:57.834Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-08-01T01:22:57.834Z] + cut -d/ -f2 [2025-08-01T01:22:57.834Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-08-01T01:22:57.835Z] + dirname cmd/security-spire-agent/Dockerfile [2025-08-01T01:22:57.835Z] + cut -d/ -f2 [2025-08-01T01:22:57.835Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-08-01T01:22:57.835Z] + dirname cmd/security-spire-config/Dockerfile [2025-08-01T01:22:57.835Z] + cut -d/ -f2 [2025-08-01T01:22:57.835Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-08-01T01:22:57.835Z] + cut -d/ -f2 [2025-08-01T01:22:57.835Z] + dirname cmd/security-spire-server/Dockerfile [2025-08-01T01:22:57.835Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-08-01T01:22:57.835Z] + dirname cmd/support-notifications/Dockerfile [2025-08-01T01:22:57.835Z] + cut -d/ -f2 [2025-08-01T01:22:57.835Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-08-01T01:22:57.835Z] + dirname cmd/support-scheduler/Dockerfile [2025-08-01T01:22:57.835Z] + cut -d/ -f2 [2025-08-01T01:22:57.835Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-08-01T01:22:57.869Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-01T01:22:58.219Z] + git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-01T01:22:58.230Z] -----------> git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [false] [Pipeline] sh [2025-08-01T01:22:58.514Z] + git log --format=format:%s -1 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-01T01:22:58.529Z] ========================================================= [2025-08-01T01:22:58.529Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-01T01:22:58.529Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-08-01T01:22:58.892Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-01T01:22:58.892Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-01T01:22:58.892Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-01T01:22:58.892Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-01T01:22:58.892Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-01T01:22:58.892Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-01T01:22:58.892Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:22:59.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:22:59.249Z] [2025-08-01T01:22:59.250Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:22:59.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:22:59.553Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-01T01:22:59.553Z] 3dae71ba6b94: Pulling fs layer [2025-08-01T01:22:59.553Z] 6bf1a483ea7c: Pulling fs layer [2025-08-01T01:22:59.553Z] f5dfc541a4d3: Pulling fs layer [2025-08-01T01:22:59.553Z] 461d9e800cba: Pulling fs layer [2025-08-01T01:22:59.553Z] 80192f66455f: Pulling fs layer [2025-08-01T01:22:59.553Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-01T01:22:59.553Z] a29436f7fd5d: Pulling fs layer [2025-08-01T01:22:59.553Z] 923cac83aea3: Pulling fs layer [2025-08-01T01:22:59.553Z] 25ad8b0a4227: Pulling fs layer [2025-08-01T01:22:59.553Z] db01528c6b51: Pulling fs layer [2025-08-01T01:22:59.553Z] 28988de357af: Pulling fs layer [2025-08-01T01:22:59.553Z] 2e8e34ca0e6c: Waiting [2025-08-01T01:22:59.553Z] 80192f66455f: Waiting [2025-08-01T01:22:59.553Z] a29436f7fd5d: Waiting [2025-08-01T01:22:59.553Z] db01528c6b51: Waiting [2025-08-01T01:22:59.553Z] 461d9e800cba: Waiting [2025-08-01T01:22:59.553Z] 923cac83aea3: Waiting [2025-08-01T01:22:59.553Z] 25ad8b0a4227: Waiting [2025-08-01T01:22:59.553Z] 6bf1a483ea7c: Download complete [2025-08-01T01:22:59.553Z] 461d9e800cba: Download complete [2025-08-01T01:22:59.810Z] 80192f66455f: Download complete [2025-08-01T01:22:59.810Z] f5dfc541a4d3: Verifying Checksum [2025-08-01T01:22:59.810Z] f5dfc541a4d3: Download complete [2025-08-01T01:22:59.810Z] 3dae71ba6b94: Verifying Checksum [2025-08-01T01:22:59.810Z] 3dae71ba6b94: Download complete [2025-08-01T01:22:59.810Z] 923cac83aea3: Download complete [2025-08-01T01:22:59.810Z] 25ad8b0a4227: Verifying Checksum [2025-08-01T01:22:59.810Z] 25ad8b0a4227: Download complete [2025-08-01T01:22:59.810Z] db01528c6b51: Verifying Checksum [2025-08-01T01:22:59.810Z] db01528c6b51: Download complete [2025-08-01T01:23:00.069Z] 28988de357af: Download complete [2025-08-01T01:23:00.069Z] a29436f7fd5d: Verifying Checksum [2025-08-01T01:23:00.069Z] a29436f7fd5d: Download complete [2025-08-01T01:23:00.638Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-01T01:23:00.638Z] 2e8e34ca0e6c: Download complete [2025-08-01T01:23:00.897Z] 3dae71ba6b94: Pull complete [2025-08-01T01:23:01.156Z] 6bf1a483ea7c: Pull complete [2025-08-01T01:23:01.733Z] f5dfc541a4d3: Pull complete [2025-08-01T01:23:01.733Z] 461d9e800cba: Pull complete [2025-08-01T01:23:01.733Z] 80192f66455f: Pull complete [2025-08-01T01:23:05.016Z] 2e8e34ca0e6c: Pull complete [2025-08-01T01:23:05.582Z] a29436f7fd5d: Pull complete [2025-08-01T01:23:05.839Z] 923cac83aea3: Pull complete [2025-08-01T01:23:05.839Z] 25ad8b0a4227: Pull complete [2025-08-01T01:23:05.839Z] db01528c6b51: Pull complete [2025-08-01T01:23:05.839Z] 28988de357af: Pull complete [2025-08-01T01:23:05.839Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-01T01:23:05.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:23:05.839Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:23:05.970Z] prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container [2025-08-01T01:23:05.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-01T01:23:09.553Z] $ docker top 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 -eo pid,comm [2025-08-01T01:23:09.603Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-01T01:23:09.603Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-01T01:23:09.652Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-01T01:23:09.652Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-01T01:23:09.754Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-01T01:23:09.745Z] $ docker exec 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 ssh-agent [2025-08-01T01:23:09.861Z] SSH_AUTH_SOCK=/tmp/ssh-0HhlffpjThW4/agent.33 [2025-08-01T01:23:09.861Z] SSH_AGENT_PID=39 [2025-08-01T01:23:09.867Z] Running ssh-add (command line suppressed) [2025-08-01T01:23:09.952Z] Identity added: /w/workspace/edgex-go/878@tmp/private_key_13643119039177307188.key (/w/workspace/edgex-go/878@tmp/private_key_13643119039177307188.key) [2025-08-01T01:23:09.977Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-01T01:23:10.268Z] + git tag --points-at HEAD [Pipeline] } [2025-08-01T01:23:10.269Z] $ docker exec --env ******** --env ******** 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 ssh-agent -k [2025-08-01T01:23:10.359Z] unset SSH_AUTH_SOCK; [2025-08-01T01:23:10.359Z] unset SSH_AGENT_PID; [2025-08-01T01:23:10.359Z] echo Agent pid 39 killed; [2025-08-01T01:23:10.378Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-01T01:23:10.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-01T01:23:10.415Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-01T01:23:10.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-01T01:23:10.507Z] $ docker exec 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 ssh-agent [2025-08-01T01:23:10.617Z] SSH_AUTH_SOCK=/tmp/ssh-tjNCuCypREr2/agent.72 [2025-08-01T01:23:10.617Z] SSH_AGENT_PID=78 [2025-08-01T01:23:10.622Z] Running ssh-add (command line suppressed) [2025-08-01T01:23:10.714Z] Identity added: /w/workspace/edgex-go/878@tmp/private_key_3342546734942563121.key (/w/workspace/edgex-go/878@tmp/private_key_3342546734942563121.key) [2025-08-01T01:23:10.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-01T01:23:11.030Z] + git semver init [2025-08-01T01:23:11.289Z] 2025-08-01 01:23:11,200 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-01T01:23:11.289Z] 2025-08-01 01:23:11,204 [run_init] DEBUG init version:0.0.0 force:False [2025-08-01T01:23:11.289Z] 2025-08-01 01:23:11,205 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/878/.semver [2025-08-01T01:23:11.289Z] 2025-08-01 01:23:11,205 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/878/.semver [2025-08-01T01:23:11.289Z] 2025-08-01 01:23:11,205 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/878/.semver'], cwd=/w/workspace/edgex-go/878, stdin=None, shell=False, universal_newlines=False) [2025-08-01T01:23:16.564Z] 2025-08-01 01:23:15,984 [append_file] DEBUG append to file:/w/workspace/edgex-go/878/.git/info/exclude [2025-08-01T01:23:16.564Z] 2025-08-01 01:23:15,985 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/878/.semver/main with force:False [2025-08-01T01:23:16.564Z] 2025-08-01 01:23:15,985 [read_version] DEBUG read version from /w/workspace/edgex-go/878/.semver/main [2025-08-01T01:23:16.564Z] 2025-08-01 01:23:15,985 [read_version] DEBUG read version from /w/workspace/edgex-go/878/.semver/main [2025-08-01T01:23:16.564Z] 4.1.0-dev.42 [Pipeline] } [2025-08-01T01:23:16.562Z] $ docker exec --env ******** --env ******** 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 ssh-agent -k [2025-08-01T01:23:16.658Z] unset SSH_AUTH_SOCK; [2025-08-01T01:23:16.659Z] unset SSH_AGENT_PID; [2025-08-01T01:23:16.659Z] echo Agent pid 78 killed; [2025-08-01T01:23:16.677Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-01T01:23:16.994Z] + git semver [Pipeline] } [2025-08-01T01:23:17.258Z] $ docker stop --time=1 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 [2025-08-01T01:23:18.529Z] $ docker rm -f --volumes 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-01T01:23:18.886Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-01T01:23:19.157Z] Stashed 1 file(s) [Pipeline] echo [2025-08-01T01:23:19.161Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-01T01:23:19.632Z] + git config --global --add safe.directory /w/workspace/edgex-go/878 [Pipeline] echo [2025-08-01T01:23:19.644Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:23:19.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:23:19.673Z] ========================================================= [2025-08-01T01:23:19.673Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-01T01:23:19.673Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-01T01:23:19.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-01T01:23:19.966Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-08-01T01:23:19.966Z] 0a9a5dfd008f: Pulling fs layer [2025-08-01T01:23:19.966Z] 36466aa92d05: Pulling fs layer [2025-08-01T01:23:19.966Z] e10405b45d13: Pulling fs layer [2025-08-01T01:23:19.966Z] 096b7ceb2af7: Pulling fs layer [2025-08-01T01:23:19.966Z] 4f4fb700ef54: Pulling fs layer [2025-08-01T01:23:19.966Z] 8213a616a21b: Pulling fs layer [2025-08-01T01:23:19.966Z] 985586143405: Pulling fs layer [2025-08-01T01:23:19.966Z] 0eae2285b678: Pulling fs layer [2025-08-01T01:23:19.966Z] d3ac315be8c5: Pulling fs layer [2025-08-01T01:23:19.966Z] 096b7ceb2af7: Waiting [2025-08-01T01:23:19.966Z] 4f4fb700ef54: Waiting [2025-08-01T01:23:19.966Z] 0eae2285b678: Waiting [2025-08-01T01:23:19.966Z] 8213a616a21b: Waiting [2025-08-01T01:23:19.966Z] 985586143405: Waiting [2025-08-01T01:23:19.966Z] d3ac315be8c5: Waiting [2025-08-01T01:23:19.966Z] 36466aa92d05: Verifying Checksum [2025-08-01T01:23:19.966Z] 36466aa92d05: Download complete [2025-08-01T01:23:19.966Z] 096b7ceb2af7: Verifying Checksum [2025-08-01T01:23:19.966Z] 096b7ceb2af7: Download complete [2025-08-01T01:23:19.966Z] 4f4fb700ef54: Download complete [2025-08-01T01:23:19.966Z] 8213a616a21b: Verifying Checksum [2025-08-01T01:23:19.966Z] 8213a616a21b: Download complete [2025-08-01T01:23:19.966Z] 0a9a5dfd008f: Verifying Checksum [2025-08-01T01:23:19.966Z] 0a9a5dfd008f: Download complete [2025-08-01T01:23:19.966Z] 985586143405: Verifying Checksum [2025-08-01T01:23:19.966Z] 985586143405: Download complete [2025-08-01T01:23:20.231Z] 0a9a5dfd008f: Pull complete [2025-08-01T01:23:20.231Z] d3ac315be8c5: Verifying Checksum [2025-08-01T01:23:20.231Z] d3ac315be8c5: Download complete [2025-08-01T01:23:20.231Z] 36466aa92d05: Pull complete [2025-08-01T01:23:20.488Z] e10405b45d13: Download complete [2025-08-01T01:23:20.746Z] 0eae2285b678: Verifying Checksum [2025-08-01T01:23:20.746Z] 0eae2285b678: Download complete [2025-08-01T01:23:24.939Z] e10405b45d13: Pull complete [2025-08-01T01:23:24.939Z] 096b7ceb2af7: Pull complete [2025-08-01T01:23:24.939Z] 4f4fb700ef54: Pull complete [2025-08-01T01:23:24.939Z] 8213a616a21b: Pull complete [2025-08-01T01:23:24.939Z] 985586143405: Pull complete [2025-08-01T01:23:26.840Z] 0eae2285b678: Pull complete [2025-08-01T01:23:27.099Z] d3ac315be8c5: Pull complete [2025-08-01T01:23:27.099Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-08-01T01:23:27.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-01T01:23:27.099Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-01T01:23:27.402Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-01T01:23:27.402Z] WORKDIR /edgex [2025-08-01T01:23:27.402Z] COPY go.mod . [2025-08-01T01:23:27.402Z] RUN go mod download [2025-08-01T01:23:27.402Z] + docker build -t ci-base-image-x86_64 -f - . [2025-08-01T01:23:27.971Z] #0 building with "default" instance using docker driver [2025-08-01T01:23:27.971Z] [2025-08-01T01:23:27.971Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:23:27.971Z] #1 transferring dockerfile: 164B done [2025-08-01T01:23:27.971Z] #1 DONE 0.0s [2025-08-01T01:23:27.971Z] [2025-08-01T01:23:27.971Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-01T01:23:27.971Z] #2 DONE 0.0s [2025-08-01T01:23:27.971Z] [2025-08-01T01:23:27.971Z] #3 [internal] load .dockerignore [2025-08-01T01:23:27.971Z] #3 transferring context: 50B done [2025-08-01T01:23:27.971Z] #3 DONE 0.0s [2025-08-01T01:23:27.971Z] [2025-08-01T01:23:27.971Z] #4 [internal] load build context [2025-08-01T01:23:28.231Z] #4 transferring context: 6.51kB done [2025-08-01T01:23:28.231Z] #4 DONE 0.1s [2025-08-01T01:23:28.231Z] [2025-08-01T01:23:28.231Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-01T01:23:28.231Z] #5 DONE 0.1s [2025-08-01T01:23:28.231Z] [2025-08-01T01:23:28.231Z] #6 [2/4] WORKDIR /edgex [2025-08-01T01:23:31.520Z] #6 DONE 3.2s [2025-08-01T01:23:31.520Z] [2025-08-01T01:23:31.520Z] #7 [3/4] COPY go.mod . [2025-08-01T01:23:31.520Z] #7 DONE 0.0s [2025-08-01T01:23:31.520Z] [2025-08-01T01:23:31.520Z] #8 [4/4] RUN go mod download [2025-08-01T01:23:34.268Z] Still waiting to schedule task [2025-08-01T01:23:34.268Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6059’ [2025-08-01T01:23:49.619Z] #8 DONE 17.4s [2025-08-01T01:23:49.619Z] [2025-08-01T01:23:49.619Z] #9 exporting to image [2025-08-01T01:23:49.619Z] #9 exporting layers [2025-08-01T01:23:52.910Z] #9 exporting layers 3.6s done [2025-08-01T01:23:52.910Z] #9 writing image sha256:675ed0200216fb59ace7f8551e78708433c7c270e60b26dae4b37e16c71da0a5 done [2025-08-01T01:23:52.910Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-01T01:23:52.910Z] #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:23:53.213Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-01T01:23:53.213Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:23:53.296Z] prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container [2025-08-01T01:23:53.319Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-01T01:23:53.625Z] $ docker top 6feb9419030deadf13997348dc1e453b686aef985276cbe5924a560b53cf97e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:23:53.989Z] + go version [2025-08-01T01:23:53.989Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-01T01:23:53.993Z] $ docker stop --time=1 6feb9419030deadf13997348dc1e453b686aef985276cbe5924a560b53cf97e7 [2025-08-01T01:23:55.285Z] $ docker rm -f --volumes 6feb9419030deadf13997348dc1e453b686aef985276cbe5924a560b53cf97e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:23:55.725Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-01T01:23:55.725Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:23:55.792Z] prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container [2025-08-01T01:23:55.823Z] $ 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/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-01T01:23:56.063Z] $ docker top aae44a26076988de661261a0b0f276a2b25ccca3d021b29a04de53f7adec20a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-08-01T01:23:56.144Z] ========================================================= [2025-08-01T01:23:56.144Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-08-01T01:23:56.144Z] ========================================================= [Pipeline] sh [2025-08-01T01:23:56.421Z] + git config --global --add safe.directory /w/workspace/edgex-go/878 [Pipeline] fileExists [Pipeline] sh [2025-08-01T01:23:56.722Z] + make test [2025-08-01T01:23:56.722Z] go test -race -coverprofile=coverage.out ./... [2025-08-01T01:24:04.865Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-08-01T01:24:31.407Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-08-01T01:24:31.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.032s coverage: 42.3% of statements [2025-08-01T01:24:31.924Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-08-01T01:24:31.924Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-08-01T01:24:32.181Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-08-01T01:24:32.181Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-08-01T01:24:32.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements [2025-08-01T01:24:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-08-01T01:24:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-08-01T01:24:33.376Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-08-01T01:24:33.376Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-08-01T01:24:33.376Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-01T01:24:33.376Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-08-01T01:24:33.376Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-08-01T01:24:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-08-01T01:24:33.376Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-08-01T01:24:33.376Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-08-01T01:24:34.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-08-01T01:24:34.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-08-01T01:24:34.749Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-08-01T01:24:34.749Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-01T01:24:34.749Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-08-01T01:24:34.749Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-08-01T01:24:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.4% of statements [2025-08-01T01:24:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.026s coverage: 3.5% of statements [2025-08-01T01:24:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.049s coverage: 46.3% of statements [2025-08-01T01:24:36.122Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-08-01T01:24:36.122Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-08-01T01:24:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.860s coverage: 93.4% of statements [2025-08-01T01:24:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.047s coverage: 92.4% of statements [2025-08-01T01:24:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.4% of statements [2025-08-01T01:24:37.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-08-01T01:24:37.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-08-01T01:24:37.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-08-01T01:24:37.992Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-08-01T01:24:39.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.382s coverage: 95.8% of statements [2025-08-01T01:24:39.371Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2025-08-01T01:24:39.630Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-08-01T01:24:39.630Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-08-01T01:24:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-08-01T01:24:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-08-01T01:24:39.888Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-08-01T01:24:39.888Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-08-01T01:24:40.826Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.031s coverage: 0.0% of statements [no tests to run] [2025-08-01T01:24:40.826Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 1.0% of statements [2025-08-01T01:24:40.826Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements [2025-08-01T01:24:40.826Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.023s coverage: 81.1% of statements [2025-08-01T01:24:41.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements [2025-08-01T01:24:41.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 87.1% of statements [2025-08-01T01:24:41.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2025-08-01T01:24:41.395Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-08-01T01:24:41.395Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-08-01T01:24:41.395Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-08-01T01:24:41.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements [2025-08-01T01:24:41.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-08-01T01:24:41.914Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-08-01T01:24:41.914Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-08-01T01:24:41.914Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-08-01T01:24:42.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.017s coverage: 87.5% of statements [2025-08-01T01:24:43.109Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-08-01T01:24:43.109Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-08-01T01:24:43.109Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-08-01T01:24:44.046Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-08-01T01:24:44.046Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-08-01T01:24:44.046Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-08-01T01:24:44.046Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-08-01T01:24:44.613Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-08-01T01:24:44.613Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-08-01T01:24:44.870Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-08-01T01:24:46.771Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-08-01T01:24:46.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-08-01T01:24:48.152Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-08-01T01:24:49.089Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-08-01T01:24:49.089Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-08-01T01:24:49.089Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-08-01T01:24:52.381Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-08-01T01:24:52.950Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-08-01T01:24:52.950Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-08-01T01:24:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-08-01T01:24:53.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-08-01T01:24:53.208Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-01T01:24:54.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements [2025-08-01T01:24:54.838Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-08-01T01:24:54.838Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-08-01T01:24:54.838Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-08-01T01:24:54.838Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-08-01T01:24:54.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-08-01T01:24:54.838Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-08-01T01:24:55.406Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-08-01T01:24:55.665Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-08-01T01:24:55.665Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-08-01T01:24:55.665Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-08-01T01:24:55.665Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-08-01T01:24:55.665Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-08-01T01:24:57.042Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-08-01T01:24:57.042Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-08-01T01:24:57.042Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-08-01T01:24:57.042Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-08-01T01:24:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-08-01T01:24:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-08-01T01:24:58.419Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-08-01T01:24:58.419Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-01T01:24:58.419Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-08-01T01:24:58.419Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-08-01T01:24:58.419Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-08-01T01:24:59.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-08-01T01:24:59.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-08-01T01:24:59.352Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.044s coverage: 92.9% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 47.4% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.091s coverage: 81.8% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.045s coverage: 6.8% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.054s coverage: 33.3% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.055s coverage: 100.0% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.171s coverage: 54.5% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.028s coverage: 89.4% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.033s coverage: 100.0% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.025s coverage: 96.8% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 29.2% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements [2025-08-01T01:25:00.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.019s coverage: 54.0% of statements [2025-08-01T01:25:04.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements [2025-08-01T01:25:04.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.141s coverage: 94.9% of statements [2025-08-01T01:25:04.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.042s coverage: 9.0% of statements [2025-08-01T01:25:04.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 97.7% of statements [2025-08-01T01:25:04.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.021s coverage: 43.6% of statements [2025-08-01T01:25:04.272Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-08-01T01:25:04.529Z] running golangci-lint [2025-08-01T01:25:04.787Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-08-01T01:25:04.787Z] go version go1.23.9 linux/amd64 [2025-08-01T01:25:05.045Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-08-01T01:25:05.045Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-08-01T01:25:05.045Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-08-01T01:25:31.569Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|exports_file|name|types_sizes|deps|files|imports) took 22.172951505s" [2025-08-01T01:25:31.569Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.735696ms" [2025-08-01T01:25:39.681Z] level=info msg="[linters_context/goanalysis] analyzers took 1m38.403596135s with top 10 stages: buildir: 52.830630071s, gosec: 3.597247862s, inspect: 3.187145771s, fact_deprecated: 2.925474757s, ctrlflow: 1.920404744s, printf: 1.607531399s, fact_purity: 1.425974726s, nilness: 1.287623067s, isgenerated: 991.804816ms, S1038: 978.1609ms" [2025-08-01T01:25:39.681Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-08-01T01:25:39.681Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, skip_dirs: 202/202, exclude-rules: 202/20, cgo: 202/202, path_prettifier: 202/202, invalid_issue: 202/202, skip_files: 202/202, exclude: 202/202, nolint: 20/0, autogenerated_exclude: 202/202, identifier_marker: 202/202" [2025-08-01T01:25:39.681Z] level=info msg="[runner] processing took 17.032974ms with stages: nolint: 7.382516ms, identifier_marker: 4.924264ms, path_prettifier: 1.483986ms, autogenerated_exclude: 1.22143ms, exclude-rules: 1.144052ms, skip_dirs: 807.76µs, cgo: 26.172µs, invalid_issue: 25.852µs, filename_unadjuster: 12.792µs, max_same_issues: 1.12µs, uniq_by_line: 430ns, fixer: 410ns, source_code: 370ns, diff: 370ns, skip_files: 330ns, exclude: 260ns, sort_results: 240ns, max_per_file_from_linter: 160ns, max_from_linter: 150ns, path_prefixer: 110ns, severity-rules: 100ns, path_shortener: 100ns" [2025-08-01T01:25:39.681Z] level=info msg="[runner] linters took 11.264341759s with stages: goanalysis_metalinter: 11.247216405s" [2025-08-01T01:25:39.681Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-08-01T01:25:39.681Z] level=info msg="Memory: 335 samples, avg is 277.9MB, max is 1347.6MB" [2025-08-01T01:25:39.681Z] level=info msg="Execution took 33.487957515s" [2025-08-01T01:25:39.681Z] go vet ./... [2025-08-01T01:25:44.952Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-01T01:25:44.952Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-01T01:25:44.952Z] ./bin/test-attribution-txt.sh [2025-08-01T01:25:44.952Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-01T01:25:45.211Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-01T01:25:45.211Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-01T01:25:45.211Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-01T01:25:45.211Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-08-01T01:25:45.225Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-08-01T01:25:45.515Z] + ls -al . [2025-08-01T01:25:45.515Z] total 1996 [2025-08-01T01:25:45.515Z] drwxrwxr-x 11 1001 1001 4096 Aug 1 01:23 . [2025-08-01T01:25:45.515Z] drwxr-xr-x 4 root root 4096 Aug 1 01:23 .. [2025-08-01T01:25:45.515Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 01:22 .blubracket [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 10 Aug 1 01:22 .dockerignore [2025-08-01T01:25:45.515Z] drwxrwxr-x 8 1001 1001 4096 Aug 1 01:25 .git [2025-08-01T01:25:45.515Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 01:22 .github [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 909 Aug 1 01:22 .gitignore [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 218 Aug 1 01:22 .golangci.yml [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 100 Aug 1 01:22 .hadolint.yml [2025-08-01T01:25:45.515Z] drwxr-xr-x 3 1001 1001 4096 Aug 1 01:23 .semver [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 155 Aug 1 01:22 .sonarcloud.properties [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 1171 Aug 1 01:22 ADOPTERS.md [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 17374 Aug 1 01:22 Attribution.txt [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 108018 Aug 1 01:22 CHANGELOG.md [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 3804 Aug 1 01:22 CONTRIBUTING.md [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 677 Aug 1 01:22 GOVERNANCE.md [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 858 Aug 1 01:22 Jenkinsfile [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 10775 Aug 1 01:22 LICENSE [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 16740 Aug 1 01:22 Makefile [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 582 Aug 1 01:22 OWNERS.md [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 9932 Aug 1 01:22 README.md [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 789 Aug 1 01:22 SECURITY.md [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 12 Aug 1 01:23 VERSION [2025-08-01T01:25:45.515Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 01:22 bin [2025-08-01T01:25:45.515Z] drwxrwxr-x 19 1001 1001 4096 Aug 1 01:22 cmd [2025-08-01T01:25:45.515Z] -rw-r--r-- 1 root root 1666030 Aug 1 01:25 coverage.out [2025-08-01T01:25:45.515Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 01:22 fuzz_test [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 6476 Aug 1 01:22 go.mod [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 88362 Aug 1 01:22 go.sum [2025-08-01T01:25:45.515Z] drwxrwxr-x 7 1001 1001 4096 Aug 1 01:22 internal [2025-08-01T01:25:45.515Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 01:22 openapi [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 584 Aug 1 01:22 security.txt [2025-08-01T01:25:45.515Z] -rw-rw-r-- 1 1001 1001 204 Aug 1 01:22 version.go [Pipeline] sh [2025-08-01T01:25:45.794Z] + '[' -e coverage.out ] [2025-08-01T01:25:45.794Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-08-01T01:25:45.940Z] Stashed 1 file(s) [Pipeline] sh [2025-08-01T01:25:46.221Z] + make build [2025-08-01T01:25:46.221Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-01T01:26:08.147Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-01T01:26:08.147Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-01T01:26:10.047Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-01T01:26:10.306Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-01T01:26:12.207Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-01T01:26:17.473Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-01T01:26:18.846Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-01T01:26:21.372Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-01T01:26:23.086Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6065 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-08-01T01:26:23.104Z] Running in /w/workspace/edgex-go/878 [Pipeline] { [Pipeline] checkout [2025-08-01T01:26:23.899Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-01T01:26:24.833Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-01T01:26:26.157Z] The recommended git tool is: git [2025-08-01T01:26:26.734Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-01T01:26:27.301Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-08-01T01:26:28.701Z] $ docker stop --time=1 aae44a26076988de661261a0b0f276a2b25ccca3d021b29a04de53f7adec20a5 [2025-08-01T01:26:31.676Z] using credential edgex-jenkins-ssh [2025-08-01T01:26:31.701Z] Cloning the remote Git repository [2025-08-01T01:26:31.738Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-08-01T01:26:31.862Z] > git init /w/workspace/edgex-go/878 # timeout=10 [2025-08-01T01:26:32.065Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-08-01T01:26:32.067Z] > git --version # timeout=10 [2025-08-01T01:26:32.090Z] > git --version # 'git version 2.25.1' [2025-08-01T01:26:32.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-01T01:26:32.273Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-01T01:26:32.889Z] $ docker rm -f --volumes aae44a26076988de661261a0b0f276a2b25ccca3d021b29a04de53f7adec20a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:26:33.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-01T01:26:33.955Z] [2025-08-01T01:26:33.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:26:34.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-01T01:26:34.258Z] latest: Pulling from edgex-devops/edgex-compose [2025-08-01T01:26:34.258Z] 91d30c5bc195: Pulling fs layer [2025-08-01T01:26:34.258Z] 2e9b0aa3be6d: Pulling fs layer [2025-08-01T01:26:34.258Z] 9c61dcf015f6: Pulling fs layer [2025-08-01T01:26:34.258Z] 4698f68db338: Pulling fs layer [2025-08-01T01:26:34.258Z] 2a2f49069b9e: Pulling fs layer [2025-08-01T01:26:34.258Z] e0025b399a48: Pulling fs layer [2025-08-01T01:26:34.258Z] 4698f68db338: Waiting [2025-08-01T01:26:34.258Z] 2a2f49069b9e: Waiting [2025-08-01T01:26:34.258Z] e0025b399a48: Waiting [2025-08-01T01:26:34.258Z] 91d30c5bc195: Verifying Checksum [2025-08-01T01:26:34.258Z] 91d30c5bc195: Download complete [2025-08-01T01:26:34.258Z] 4698f68db338: Verifying Checksum [2025-08-01T01:26:34.258Z] 4698f68db338: Download complete [2025-08-01T01:26:34.518Z] 2e9b0aa3be6d: Verifying Checksum [2025-08-01T01:26:34.518Z] 2e9b0aa3be6d: Download complete [2025-08-01T01:26:34.518Z] e0025b399a48: Verifying Checksum [2025-08-01T01:26:34.518Z] e0025b399a48: Download complete [2025-08-01T01:26:34.518Z] 91d30c5bc195: Pull complete [2025-08-01T01:26:34.518Z] 2a2f49069b9e: Download complete [2025-08-01T01:26:34.518Z] 2e9b0aa3be6d: Pull complete [2025-08-01T01:26:34.776Z] 9c61dcf015f6: Verifying Checksum [2025-08-01T01:26:34.776Z] 9c61dcf015f6: Download complete [2025-08-01T01:26:37.312Z] 9c61dcf015f6: Pull complete [2025-08-01T01:26:37.312Z] 4698f68db338: Pull complete [2025-08-01T01:26:37.571Z] 2a2f49069b9e: Pull complete [2025-08-01T01:26:37.571Z] e0025b399a48: Pull complete [2025-08-01T01:26:37.830Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-08-01T01:26:37.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-01T01:26:37.830Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:26:37.927Z] prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container [2025-08-01T01:26:37.964Z] $ 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/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-08-01T01:26:39.949Z] $ docker top a3d5d0b9730ea561bb627a686a8971101f63ea7a3f6efe2dbdc4c9695831559f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:26:40.285Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-01T01:26:40.543Z] #1 [core-data internal] load build definition from Dockerfile [2025-08-01T01:26:40.543Z] #1 ... [2025-08-01T01:26:40.543Z] [2025-08-01T01:26:40.543Z] #2 [core-command internal] load build definition from Dockerfile [2025-08-01T01:26:40.543Z] #2 transferring dockerfile: 1.94kB done [2025-08-01T01:26:40.543Z] #2 DONE 0.1s [2025-08-01T01:26:40.543Z] [2025-08-01T01:26:40.543Z] #3 [support-notifications internal] load build definition from Dockerfile [2025-08-01T01:26:40.543Z] #3 transferring dockerfile: 2.00kB done [2025-08-01T01:26:40.543Z] #3 DONE 0.1s [2025-08-01T01:26:40.543Z] [2025-08-01T01:26:40.543Z] #4 [security-spire-config internal] load build definition from Dockerfile [2025-08-01T01:26:40.543Z] #4 transferring dockerfile: 1.69kB done [2025-08-01T01:26:40.543Z] #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-01T01:26:40.543Z] #4 DONE 0.2s [2025-08-01T01:26:40.543Z] [2025-08-01T01:26:40.543Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-01T01:26:40.543Z] #5 transferring dockerfile: 1.89kB done [2025-08-01T01:26:40.543Z] #5 DONE 0.2s [2025-08-01T01:26:40.543Z] [2025-08-01T01:26:40.543Z] #6 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-01T01:26:40.543Z] #6 DONE 0.0s [2025-08-01T01:26:40.543Z] [2025-08-01T01:26:40.543Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2025-08-01T01:26:40.543Z] #7 transferring dockerfile: 1.81kB done [2025-08-01T01:26:40.543Z] #7 DONE 0.2s [2025-08-01T01:26:40.806Z] [2025-08-01T01:26:40.806Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-01T01:26:40.806Z] #8 transferring dockerfile: 2.14kB done [2025-08-01T01:26:40.806Z] #8 DONE 0.2s [2025-08-01T01:26:40.806Z] [2025-08-01T01:26:40.806Z] #9 [support-scheduler internal] load build definition from Dockerfile [2025-08-01T01:26:40.806Z] #9 transferring dockerfile: 1.83kB done [2025-08-01T01:26:40.806Z] #9 DONE 0.2s [2025-08-01T01:26:40.806Z] [2025-08-01T01:26:40.806Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-01T01:26:40.806Z] #10 transferring dockerfile: 3.02kB done [2025-08-01T01:26:40.806Z] #10 DONE 0.2s [2025-08-01T01:26:40.806Z] [2025-08-01T01:26:40.806Z] #11 [core-keeper internal] load build definition from Dockerfile [2025-08-01T01:26:40.806Z] #11 transferring dockerfile: 2.01kB done [2025-08-01T01:26:40.806Z] #11 DONE 0.2s [2025-08-01T01:26:40.806Z] [2025-08-01T01:26:40.806Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-01T01:26:40.806Z] #12 transferring dockerfile: 2.49kB done [2025-08-01T01:26:40.806Z] #12 DONE 0.2s [2025-08-01T01:26:40.806Z] [2025-08-01T01:26:40.806Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-01T01:26:40.806Z] #13 transferring dockerfile: 2.23kB done [2025-08-01T01:26:40.806Z] #13 DONE 0.2s [2025-08-01T01:26:40.806Z] [2025-08-01T01:26:40.806Z] #14 [security-spire-server internal] load build definition from Dockerfile [2025-08-01T01:26:40.806Z] #14 transferring dockerfile: 1.70kB done [2025-08-01T01:26:40.806Z] #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-01T01:26:40.806Z] #14 DONE 0.2s [2025-08-01T01:26:40.806Z] [2025-08-01T01:26:40.806Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-01T01:26:40.807Z] #15 transferring dockerfile: 2.50kB done [2025-08-01T01:26:40.807Z] #15 DONE 0.2s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #16 [core-metadata internal] load build definition from Dockerfile [2025-08-01T01:26:40.807Z] #16 transferring dockerfile: 2.10kB done [2025-08-01T01:26:40.807Z] #16 DONE 0.2s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #1 [core-data internal] load build definition from Dockerfile [2025-08-01T01:26:40.807Z] #1 transferring dockerfile: 2.04kB done [2025-08-01T01:26:40.807Z] #1 DONE 0.2s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #6 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-01T01:26:40.807Z] #6 DONE 0.0s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #17 [core-command internal] load .dockerignore [2025-08-01T01:26:40.807Z] #17 transferring context: 50B done [2025-08-01T01:26:40.807Z] #17 DONE 0.1s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #18 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:26:40.807Z] #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:26:40.807Z] #18 ... [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #19 [support-notifications internal] load .dockerignore [2025-08-01T01:26:40.807Z] #19 transferring context: 50B done [2025-08-01T01:26:40.807Z] #19 DONE 0.1s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #20 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-08-01T01:26:40.807Z] #20 DONE 0.2s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2025-08-01T01:26:40.807Z] #21 transferring context: 50B done [2025-08-01T01:26:40.807Z] #21 DONE 0.2s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #22 [security-proxy-auth internal] load .dockerignore [2025-08-01T01:26:40.807Z] #22 transferring context: 50B 0.0s done [2025-08-01T01:26:40.807Z] #22 DONE 0.1s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #23 [core-keeper internal] load .dockerignore [2025-08-01T01:26:40.807Z] #23 transferring context: 50B done [2025-08-01T01:26:40.807Z] #23 DONE 0.1s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #24 [security-bootstrapper internal] load .dockerignore [2025-08-01T01:26:40.807Z] #24 transferring context: 50B done [2025-08-01T01:26:40.807Z] #24 DONE 0.1s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #25 [support-scheduler internal] load .dockerignore [2025-08-01T01:26:40.807Z] #25 transferring context: 50B done [2025-08-01T01:26:40.807Z] #25 DONE 0.1s [2025-08-01T01:26:40.807Z] [2025-08-01T01:26:40.807Z] #18 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:26:40.807Z] #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-01T01:26:40.807Z] #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-01T01:26:40.807Z] #18 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-01T01:26:40.807Z] #18 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-01T01:26:40.807Z] #18 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-01T01:26:40.807Z] #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-08-01T01:26:40.807Z] #18 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-01T01:26:41.069Z] #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-08-01T01:26:41.363Z] #18 ... [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #26 [security-proxy-setup internal] load .dockerignore [2025-08-01T01:26:41.363Z] #26 transferring context: 50B done [2025-08-01T01:26:41.363Z] #26 DONE 0.4s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #27 [core-metadata internal] load .dockerignore [2025-08-01T01:26:41.363Z] #27 transferring context: 50B done [2025-08-01T01:26:41.363Z] #27 DONE 0.4s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #28 [security-secretstore-setup internal] load .dockerignore [2025-08-01T01:26:41.363Z] #28 transferring context: 50B 0.0s done [2025-08-01T01:26:41.363Z] #28 DONE 0.4s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-01T01:26:41.363Z] #29 transferring context: 50B done [2025-08-01T01:26:41.363Z] #29 DONE 0.5s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #30 [core-data internal] load .dockerignore [2025-08-01T01:26:41.363Z] #30 transferring context: 50B done [2025-08-01T01:26:41.363Z] #30 DONE 0.5s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #18 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:26:41.363Z] #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-01T01:26:41.363Z] #18 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-01T01:26:41.363Z] #18 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-01T01:26:41.363Z] #18 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-01T01:26:41.363Z] #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-08-01T01:26:41.363Z] #18 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-01T01:26:41.363Z] #18 ... [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-01T01:26:41.363Z] #31 DONE 0.7s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-01T01:26:41.363Z] #32 DONE 0.7s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-01T01:26:41.363Z] #33 DONE 0.6s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #18 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:26:41.363Z] #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-01T01:26:41.363Z] #18 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-01T01:26:41.363Z] #18 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-01T01:26:41.363Z] #18 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-01T01:26:41.363Z] #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-08-01T01:26:41.363Z] #18 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-01T01:26:41.363Z] #18 DONE 0.7s [2025-08-01T01:26:41.363Z] [2025-08-01T01:26:41.363Z] #34 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-08-01T01:26:46.628Z] #34 ... [2025-08-01T01:26:46.628Z] [2025-08-01T01:26:46.628Z] #35 [core-command internal] load build context [2025-08-01T01:26:46.628Z] #35 transferring context: 289.10MB 5.6s [2025-08-01T01:26:46.628Z] #35 ... [2025-08-01T01:26:46.628Z] [2025-08-01T01:26:46.628Z] #36 [core-keeper internal] load build context [2025-08-01T01:26:46.628Z] #36 ... [2025-08-01T01:26:46.628Z] [2025-08-01T01:26:46.628Z] #35 [core-command internal] load build context [2025-08-01T01:26:51.556Z] #35 ... [2025-08-01T01:26:51.556Z] [2025-08-01T01:26:51.556Z] #37 [support-notifications internal] load build context [2025-08-01T01:26:51.556Z] #37 ... [2025-08-01T01:26:51.556Z] [2025-08-01T01:26:51.556Z] #38 [security-proxy-auth internal] load build context [2025-08-01T01:26:51.556Z] #38 ... [2025-08-01T01:26:51.556Z] [2025-08-01T01:26:51.556Z] #39 [security-bootstrapper internal] load build context [2025-08-01T01:26:51.556Z] #39 ... [2025-08-01T01:26:51.556Z] [2025-08-01T01:26:51.556Z] #40 [support-scheduler internal] load build context [2025-08-01T01:26:51.556Z] #40 ... [2025-08-01T01:26:51.556Z] [2025-08-01T01:26:51.556Z] #41 [security-proxy-setup internal] load build context [2025-08-01T01:26:51.556Z] #41 ... [2025-08-01T01:26:51.556Z] [2025-08-01T01:26:51.556Z] #42 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-08-01T01:26:51.556Z] #42 ... [2025-08-01T01:26:51.556Z] [2025-08-01T01:26:51.556Z] #43 [security-spire-server internal] load .dockerignore [2025-08-01T01:26:51.556Z] #43 ... [2025-08-01T01:26:51.556Z] [2025-08-01T01:26:51.556Z] #44 [security-spiffe-token-provider internal] load build context [2025-08-01T01:26:51.556Z] #44 transferring context: 380.28MB 10.7s [2025-08-01T01:26:51.814Z] #44 ... [2025-08-01T01:26:51.814Z] [2025-08-01T01:26:51.814Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-01T01:26:51.814Z] #45 ... [2025-08-01T01:26:51.814Z] [2025-08-01T01:26:51.814Z] #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-01T01:26:52.070Z] #46 ... [2025-08-01T01:26:52.070Z] [2025-08-01T01:26:52.070Z] #47 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-01T01:26:52.070Z] #47 ... [2025-08-01T01:26:52.070Z] [2025-08-01T01:26:52.070Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-01T01:26:52.430Z] #48 ... [2025-08-01T01:26:52.430Z] [2025-08-01T01:26:52.430Z] #49 [security-secretstore-setup internal] load build context [2025-08-01T01:26:52.430Z] #49 ... [2025-08-01T01:26:52.430Z] [2025-08-01T01:26:52.430Z] #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-01T01:26:52.430Z] #50 ... [2025-08-01T01:26:52.430Z] [2025-08-01T01:26:52.430Z] #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-01T01:26:51.895Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-08-01T01:26:51.924Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-01T01:26:52.690Z] #51 ... [2025-08-01T01:26:52.690Z] [2025-08-01T01:26:52.690Z] #52 [core-common-config-bootstrapper internal] load build context [2025-08-01T01:26:52.690Z] #52 ... [2025-08-01T01:26:52.690Z] [2025-08-01T01:26:52.690Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-01T01:26:53.115Z] Avoid second fetch [2025-08-01T01:26:53.116Z] Checking out Revision 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) [2025-08-01T01:26:53.185Z] #53 ... [2025-08-01T01:26:53.185Z] [2025-08-01T01:26:53.185Z] #54 [core-metadata internal] load build context [2025-08-01T01:26:53.696Z] #54 ... [2025-08-01T01:26:53.696Z] [2025-08-01T01:26:53.696Z] #55 [security-spire-config internal] load .dockerignore [2025-08-01T01:26:53.696Z] #55 ... [2025-08-01T01:26:53.696Z] [2025-08-01T01:26:53.696Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-01T01:26:53.696Z] #56 ... [2025-08-01T01:26:53.696Z] [2025-08-01T01:26:53.696Z] #57 [security-spire-agent internal] load .dockerignore [2025-08-01T01:26:53.696Z] #57 ... [2025-08-01T01:26:53.696Z] [2025-08-01T01:26:53.696Z] #58 [core-data internal] load build context [2025-08-01T01:26:53.696Z] #58 transferring context: 591.41MB 12.0s done [2025-08-01T01:26:53.696Z] #58 ... [2025-08-01T01:26:53.696Z] [2025-08-01T01:26:53.696Z] #54 [core-metadata internal] load build context [2025-08-01T01:26:54.232Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" [2025-08-01T01:26:54.672Z] #54 transferring context: 591.41MB 13.3s done [2025-08-01T01:26:53.128Z] > git config core.sparsecheckout # timeout=10 [2025-08-01T01:26:53.211Z] > git checkout -f 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 [2025-08-01T01:26:56.976Z] #54 ... [2025-08-01T01:26:56.976Z] [2025-08-01T01:26:56.976Z] #36 [core-keeper internal] load build context [2025-08-01T01:26:56.976Z] #36 transferring context: 591.41MB 13.7s done [2025-08-01T01:26:57.542Z] #36 ... [2025-08-01T01:26:57.542Z] [2025-08-01T01:26:57.542Z] #37 [support-notifications internal] load build context [2025-08-01T01:26:57.542Z] #37 transferring context: 591.41MB 14.8s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-01T01:26:59.415Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-08-01T01:26:59.415Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-01T01:26:59.415Z] Dload Upload Total Spent Left Speed [2025-08-01T01:26:59.415Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 68 0 --:--:-- --:--:-- --:--:-- 68 [Pipeline] sh [2025-08-01T01:26:59.776Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-08-01T01:27:00.112Z] + sudo tee /etc/docker/daemon.new [2025-08-01T01:27:00.112Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-08-01T01:27:00.112Z] { [2025-08-01T01:27:00.112Z] "registry-mirrors": [ [2025-08-01T01:27:00.112Z] "https://nexus3.edgexfoundry.org:10001" [2025-08-01T01:27:00.112Z] ], [2025-08-01T01:27:00.112Z] "bip": "10.250.0.254/24", [2025-08-01T01:27:00.112Z] "hosts": [ [2025-08-01T01:27:00.112Z] "tcp://0.0.0.0:5555", [2025-08-01T01:27:00.112Z] "unix:///var/run/docker.sock" [2025-08-01T01:27:00.112Z] ], [2025-08-01T01:27:00.112Z] "mtu": 1458, [2025-08-01T01:27:00.112Z] "selinux-enabled": true, [2025-08-01T01:27:00.112Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-08-01T01:27:00.112Z] } [Pipeline] sh [2025-08-01T01:27:00.461Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-08-01T01:27:00.814Z] + sudo service docker restart [2025-08-01T01:27:01.749Z] #37 ... [2025-08-01T01:27:01.750Z] [2025-08-01T01:27:01.750Z] #35 [core-command internal] load build context [2025-08-01T01:27:01.750Z] #35 transferring context: 591.41MB 12.6s done [2025-08-01T01:27:01.750Z] #35 ... [2025-08-01T01:27:01.750Z] [2025-08-01T01:27:01.750Z] #38 [security-proxy-auth internal] load build context [2025-08-01T01:27:01.750Z] #38 transferring context: 591.41MB 11.9s done [2025-08-01T01:27:02.008Z] #38 ... [2025-08-01T01:27:02.008Z] [2025-08-01T01:27:02.008Z] #40 [support-scheduler internal] load build context [2025-08-01T01:27:02.008Z] #40 transferring context: 591.41MB 11.7s done [2025-08-01T01:27:02.008Z] #40 ... [2025-08-01T01:27:02.008Z] [2025-08-01T01:27:02.008Z] #44 [security-spiffe-token-provider internal] load build context [2025-08-01T01:27:02.008Z] #44 transferring context: 591.41MB 14.8s done [2025-08-01T01:27:02.266Z] #44 ... [2025-08-01T01:27:02.266Z] [2025-08-01T01:27:02.266Z] #39 [security-bootstrapper internal] load build context [2025-08-01T01:27:02.266Z] #39 transferring context: 591.41MB 13.7s done [2025-08-01T01:27:02.525Z] #39 ... [2025-08-01T01:27:02.525Z] [2025-08-01T01:27:02.525Z] #41 [security-proxy-setup internal] load build context [2025-08-01T01:27:02.525Z] #41 transferring context: 591.41MB 13.3s done [2025-08-01T01:27:02.795Z] #41 ... [2025-08-01T01:27:02.795Z] [2025-08-01T01:27:02.795Z] #49 [security-secretstore-setup internal] load build context [2025-08-01T01:27:02.795Z] #49 transferring context: 591.41MB 12.1s done [2025-08-01T01:27:03.191Z] #49 ... [2025-08-01T01:27:03.191Z] [2025-08-01T01:27:03.191Z] #52 [core-common-config-bootstrapper internal] load build context [2025-08-01T01:27:03.191Z] #52 transferring context: 591.41MB 12.1s done [2025-08-01T01:27:03.765Z] #52 ... [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #40 [support-scheduler internal] load build context [2025-08-01T01:27:03.765Z] #40 DONE 22.7s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #42 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2025-08-01T01:27:03.765Z] #42 DONE 22.2s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #38 [security-proxy-auth internal] load build context [2025-08-01T01:27:03.765Z] #38 DONE 22.7s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #35 [core-command internal] load build context [2025-08-01T01:27:03.765Z] #35 DONE 22.9s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #57 [security-spire-agent internal] load .dockerignore [2025-08-01T01:27:03.765Z] #57 transferring context: 50B done [2025-08-01T01:27:03.765Z] #57 ... [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #58 [core-data internal] load build context [2025-08-01T01:27:03.765Z] #58 DONE 22.4s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #52 [core-common-config-bootstrapper internal] load build context [2025-08-01T01:27:03.765Z] #52 DONE 22.4s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #49 [security-secretstore-setup internal] load build context [2025-08-01T01:27:03.765Z] #49 DONE 22.4s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #41 [security-proxy-setup internal] load build context [2025-08-01T01:27:03.765Z] #41 DONE 22.5s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #54 [core-metadata internal] load build context [2025-08-01T01:27:03.765Z] #54 DONE 22.5s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #37 [support-notifications internal] load build context [2025-08-01T01:27:03.765Z] #37 DONE 22.9s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #36 [core-keeper internal] load build context [2025-08-01T01:27:03.765Z] #36 DONE 22.9s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #44 [security-spiffe-token-provider internal] load build context [2025-08-01T01:27:03.765Z] #44 DONE 22.9s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #39 [security-bootstrapper internal] load build context [2025-08-01T01:27:03.765Z] #39 DONE 22.9s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #55 [security-spire-config internal] load .dockerignore [2025-08-01T01:27:03.765Z] #55 transferring context: 50B done [2025-08-01T01:27:03.765Z] #55 DONE 22.5s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #18 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:27:03.765Z] #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-01T01:27:03.765Z] #18 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-01T01:27:03.765Z] #18 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-01T01:27:03.765Z] #18 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-01T01:27:03.765Z] #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-08-01T01:27:03.765Z] #18 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-01T01:27:03.765Z] #18 DONE 0.7s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #43 [security-spire-server internal] load .dockerignore [2025-08-01T01:27:03.765Z] #43 transferring context: 50B done [2025-08-01T01:27:03.765Z] #43 DONE 22.5s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #57 [security-spire-agent internal] load .dockerignore [2025-08-01T01:27:03.765Z] #57 DONE 22.5s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #59 [security-spire-config internal] load build context [2025-08-01T01:27:03.765Z] #59 transferring context: 22.05kB done [2025-08-01T01:27:03.765Z] #59 DONE 0.1s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #60 [security-spire-server internal] load build context [2025-08-01T01:27:03.765Z] #60 transferring context: 23.80kB done [2025-08-01T01:27:03.765Z] #60 DONE 0.1s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #61 [security-spire-agent internal] load build context [2025-08-01T01:27:03.765Z] #61 transferring context: 23.33kB done [2025-08-01T01:27:03.765Z] #61 DONE 0.0s [2025-08-01T01:27:03.765Z] [2025-08-01T01:27:03.765Z] #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-01T01:27:03.765Z] #62 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-08-01T01:27:04.023Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-08-01T01:27:04.023Z] #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-08-01T01:27:04.023Z] #62 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-01T01:27:04.023Z] #62 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-08-01T01:27:04.023Z] #62 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-08-01T01:27:04.023Z] #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-08-01T01:27:04.023Z] #62 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-08-01T01:27:04.023Z] #62 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-08-01T01:27:04.023Z] #62 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-08-01T01:27:04.023Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-08-01T01:27:04.023Z] #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-08-01T01:27:04.023Z] #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-01T01:27:04.023Z] #62 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-08-01T01:27:04.023Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.3s [2025-08-01T01:27:04.280Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 18.87MB / 36.47MB 0.4s [2025-08-01T01:27:04.280Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 35.65MB / 36.47MB 0.5s [2025-08-01T01:27:07.560Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.2s done [2025-08-01T01:27:07.560Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.2s done [2025-08-01T01:27:10.089Z] #62 ... [2025-08-01T01:27:10.089Z] [2025-08-01T01:27:10.089Z] #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-01T01:27:10.089Z] #51 28.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:10.089Z] #51 28.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:10.393Z] #51 29.01 (1/4) Installing ca-certificates (20250619-r0) [2025-08-01T01:27:10.653Z] #51 29.16 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:10.653Z] #51 29.16 (3/4) Installing su-exec (0.2-r3) [2025-08-01T01:27:10.653Z] #51 29.17 (4/4) Installing yq-go (4.44.1-r2) [2025-08-01T01:27:11.604Z] #51 29.61 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:11.604Z] #51 29.62 Executing ca-certificates-20250619-r0.trigger [2025-08-01T01:27:11.604Z] #51 29.66 OK: 19 MiB in 18 packages [2025-08-01T01:27:13.510Z] #51 ... [2025-08-01T01:27:13.510Z] [2025-08-01T01:27:13.510Z] #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-01T01:27:13.769Z] #63 ... [2025-08-01T01:27:13.769Z] [2025-08-01T01:27:13.769Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-01T01:27:14.029Z] #64 ... [2025-08-01T01:27:14.029Z] [2025-08-01T01:27:14.029Z] #65 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-08-01T01:27:14.029Z] #0 5.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:14.029Z] #0 5.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:14.029Z] #0 5.896 OK: 248 MiB in 58 packages [2025-08-01T01:27:14.029Z] #65 ... [2025-08-01T01:27:14.029Z] [2025-08-01T01:27:14.029Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-01T01:27:14.029Z] #53 22.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:14.029Z] #53 22.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:14.029Z] #53 22.95 (1/7) Installing ca-certificates (20250619-r0) [2025-08-01T01:27:14.029Z] #53 22.97 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:14.029Z] #53 22.98 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-01T01:27:14.029Z] #53 22.98 (4/7) Installing libsodium (1.0.19-r0) [2025-08-01T01:27:14.029Z] #53 22.99 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-01T01:27:14.029Z] #53 23.02 (6/7) Installing libzmq (4.3.5-r2) [2025-08-01T01:27:14.029Z] #53 23.03 (7/7) Installing zeromq (4.3.5-r2) [2025-08-01T01:27:14.029Z] #53 23.04 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:14.030Z] #53 23.04 Executing ca-certificates-20250619-r0.trigger [2025-08-01T01:27:14.030Z] #53 23.09 OK: 12 MiB in 21 packages [2025-08-01T01:27:14.289Z] #53 ... [2025-08-01T01:27:14.289Z] [2025-08-01T01:27:14.289Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-01T01:27:14.289Z] #66 ... [2025-08-01T01:27:14.289Z] [2025-08-01T01:27:14.289Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-01T01:27:14.550Z] #67 ... [2025-08-01T01:27:14.550Z] [2025-08-01T01:27:14.550Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-01T01:27:14.550Z] #48 22.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:14.550Z] #48 22.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:14.550Z] #48 23.00 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:14.550Z] #48 23.00 (2/4) Installing openssl (3.3.4-r0) [2025-08-01T01:27:14.550Z] #48 23.02 (3/4) Installing su-exec (0.2-r3) [2025-08-01T01:27:14.550Z] #48 23.03 (4/4) Installing yq-go (4.44.1-r2) [2025-08-01T01:27:14.550Z] #48 23.12 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:14.550Z] #48 23.13 OK: 19 MiB in 18 packages [2025-08-01T01:27:14.810Z] #48 ... [2025-08-01T01:27:14.810Z] [2025-08-01T01:27:14.810Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-01T01:27:15.193Z] #68 ... [2025-08-01T01:27:15.193Z] [2025-08-01T01:27:15.193Z] #34 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-08-01T01:27:15.193Z] #34 22.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:15.193Z] #34 22.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:15.193Z] #34 22.91 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:15.193Z] #34 22.91 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:15.193Z] #34 22.92 OK: 8 MiB in 15 packages [2025-08-01T01:27:15.193Z] #34 ... [2025-08-01T01:27:15.193Z] [2025-08-01T01:27:15.193Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-01T01:27:15.193Z] #69 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done [2025-08-01T01:27:15.193Z] #69 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-08-01T01:27:15.193Z] #69 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-01T01:27:15.193Z] #69 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-08-01T01:27:15.193Z] #69 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-08-01T01:27:15.193Z] #69 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-01T01:27:15.193Z] #69 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-08-01T01:27:15.193Z] #69 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-08-01T01:27:15.193Z] #69 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-08-01T01:27:15.193Z] #69 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-08-01T01:27:15.193Z] #69 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.1s done [2025-08-01T01:27:15.193Z] #69 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 2.0s done [2025-08-01T01:27:15.453Z] #69 ... [2025-08-01T01:27:15.453Z] [2025-08-01T01:27:15.453Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-01T01:27:15.453Z] #70 ... [2025-08-01T01:27:15.453Z] [2025-08-01T01:27:15.453Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-01T01:27:15.711Z] #71 ... [2025-08-01T01:27:15.711Z] [2025-08-01T01:27:15.711Z] #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-01T01:27:15.711Z] #46 22.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:15.711Z] #46 22.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:15.711Z] #46 22.76 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:15.711Z] #46 22.76 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:15.711Z] #46 22.77 OK: 8 MiB in 15 packages [2025-08-01T01:27:15.711Z] #46 ... [2025-08-01T01:27:15.711Z] [2025-08-01T01:27:15.711Z] #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-01T01:27:15.711Z] #62 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.1s done [2025-08-01T01:27:17.801Z] #62 ... [2025-08-01T01:27:17.801Z] [2025-08-01T01:27:17.801Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-01T01:27:17.801Z] #45 26.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:17.801Z] #45 26.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:17.801Z] #45 26.66 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-01T01:27:17.801Z] #45 26.66 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-01T01:27:17.801Z] #45 26.66 OK: 24171 distinct packages available [2025-08-01T01:27:17.801Z] #45 26.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:17.801Z] #45 26.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:17.801Z] #45 27.13 (1/14) Installing ca-certificates (20250619-r0) [2025-08-01T01:27:17.801Z] #45 27.15 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-01T01:27:17.801Z] #45 27.17 (3/14) Installing c-ares (1.33.1-r0) [2025-08-01T01:27:17.801Z] #45 27.17 (4/14) Installing libunistring (1.2-r0) [2025-08-01T01:27:17.801Z] #45 27.19 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-01T01:27:17.801Z] #45 27.20 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-01T01:27:17.801Z] #45 27.20 (7/14) Installing libpsl (0.21.5-r1) [2025-08-01T01:27:17.801Z] #45 27.20 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-01T01:27:17.801Z] #45 27.22 (9/14) Installing libcurl (8.12.1-r0) [2025-08-01T01:27:17.801Z] #45 27.24 (10/14) Installing curl (8.12.1-r0) [2025-08-01T01:27:17.801Z] #45 27.25 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:17.801Z] #45 27.25 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-01T01:27:17.801Z] #45 27.26 (13/14) Installing libucontext (1.2-r3) [2025-08-01T01:27:17.801Z] #45 27.26 (14/14) Installing gcompat (1.1.0-r4) [2025-08-01T01:27:17.801Z] #45 27.27 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:17.801Z] #45 27.28 Executing ca-certificates-20250619-r0.trigger [2025-08-01T01:27:17.801Z] #45 27.42 OK: 13 MiB in 28 packages [2025-08-01T01:27:18.062Z] #45 ... [2025-08-01T01:27:18.062Z] [2025-08-01T01:27:18.062Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-01T01:27:18.062Z] #56 26.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:18.062Z] #56 26.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:18.062Z] #56 26.64 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:18.062Z] #56 26.88 (2/2) Installing su-exec (0.2-r3) [2025-08-01T01:27:18.062Z] #56 26.89 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:18.062Z] #56 26.90 OK: 8 MiB in 16 packages [2025-08-01T01:27:18.062Z] #56 ... [2025-08-01T01:27:18.062Z] [2025-08-01T01:27:18.062Z] #47 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-01T01:27:18.062Z] #47 26.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:18.062Z] #47 27.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:18.062Z] #47 27.35 (1/3) Installing ca-certificates (20250619-r0) [2025-08-01T01:27:18.062Z] #47 27.42 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:18.062Z] #47 27.43 (3/3) Installing tzdata (2025b-r0) [2025-08-01T01:27:18.062Z] #47 27.46 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:18.062Z] #47 27.47 Executing ca-certificates-20250619-r0.trigger [2025-08-01T01:27:18.062Z] #47 27.51 OK: 10 MiB in 17 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:27:19.110Z] provisioning config files... [2025-08-01T01:27:19.136Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/878@tmp/config1941141987935710991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:19.603Z] ---> ****-login.sh [2025-08-01T01:27:19.603Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:27:19.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:20.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:20.464Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:20.464Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:20.464Z] [2025-08-01T01:27:20.464Z] Login Succeeded [2025-08-01T01:27:20.464Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:27:20.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:20.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:20.738Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:20.739Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:20.739Z] [2025-08-01T01:27:20.739Z] Login Succeeded [2025-08-01T01:27:20.739Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:27:21.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:21.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:21.012Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:21.012Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:21.012Z] [2025-08-01T01:27:21.012Z] Login Succeeded [2025-08-01T01:27:21.012Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:21.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:21.379Z] #47 ... [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-01T01:27:21.379Z] #50 DONE 39.5s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-01T01:27:21.379Z] #53 DONE 39.6s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-01T01:27:21.379Z] #46 DONE 39.6s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-01T01:27:21.379Z] #48 DONE 39.5s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #34 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-08-01T01:27:21.379Z] #34 DONE 39.6s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #65 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-08-01T01:27:21.379Z] #65 DONE 17.5s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-01T01:27:21.379Z] #45 DONE 39.6s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #47 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-01T01:27:21.379Z] #47 DONE 39.6s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-01T01:27:21.379Z] #56 DONE 39.6s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-01T01:27:21.379Z] #51 DONE 39.6s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #72 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:27:21.379Z] #72 DONE 0.2s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #62 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-01T01:27:21.379Z] #62 DONE 17.5s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-01T01:27:21.379Z] #69 DONE 17.4s [2025-08-01T01:27:21.379Z] [2025-08-01T01:27:21.379Z] #73 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:27:21.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:21.558Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:21.558Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:21.558Z] [2025-08-01T01:27:21.558Z] Login Succeeded [2025-08-01T01:27:21.558Z] ****.io [2025-08-01T01:27:21.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:27:21.944Z] #73 ... [2025-08-01T01:27:21.944Z] [2025-08-01T01:27:21.944Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-01T01:27:21.944Z] #67 DONE 18.4s [2025-08-01T01:27:22.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:27:22.093Z] Configure a credential helper to remove this warning. See [2025-08-01T01:27:22.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:27:22.093Z] [2025-08-01T01:27:22.093Z] Login Succeeded [2025-08-01T01:27:22.093Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:27:22.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-08-01T01:27:22.202Z] [2025-08-01T01:27:22.202Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-01T01:27:22.202Z] #66 18.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:22.202Z] #66 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2025-08-01T01:27:22.460Z] #66 18.85 OK: 248 MiB in 58 packages [2025-08-01T01:27:22.718Z] #66 DONE 19.1s [2025-08-01T01:27:22.718Z] [2025-08-01T01:27:22.718Z] #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:27:22.718Z] #74 DONE 0.1s [2025-08-01T01:27:22.718Z] [2025-08-01T01:27:22.718Z] #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-01T01:27:22.718Z] #63 18.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:22.718Z] #63 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:22.718Z] #63 18.88 OK: 248 MiB in 58 packages [2025-08-01T01:27:22.718Z] #63 DONE 19.2s [2025-08-01T01:27:22.718Z] [2025-08-01T01:27:22.718Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-01T01:27:22.718Z] #64 18.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:22.718Z] #64 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:22.718Z] #64 18.94 OK: 248 MiB in 58 packages [2025-08-01T01:27:22.718Z] #64 DONE 19.2s [2025-08-01T01:27:22.718Z] [2025-08-01T01:27:22.718Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-01T01:27:22.718Z] #0 1.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:22.718Z] #0 1.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:22.718Z] #0 1.651 OK: 8 MiB in 15 packages [2025-08-01T01:27:22.718Z] #75 DONE 1.8s [2025-08-01T01:27:22.718Z] [2025-08-01T01:27:22.718Z] #76 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:27:22.740Z] + git config --global --add safe.directory /w/workspace/edgex-go/878 [Pipeline] echo [2025-08-01T01:27:22.760Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:27:22.779Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:27:22.796Z] ========================================================= [2025-08-01T01:27:22.796Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-01T01:27:22.796Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-01T01:27:22.975Z] #76 DONE 0.1s [2025-08-01T01:27:22.975Z] [2025-08-01T01:27:22.975Z] #77 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:27:22.975Z] #77 ... [2025-08-01T01:27:22.975Z] [2025-08-01T01:27:22.975Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:27:22.975Z] #78 DONE 0.2s [2025-08-01T01:27:23.130Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-01T01:27:23.232Z] [2025-08-01T01:27:23.232Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-01T01:27:23.232Z] #0 1.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #0 1.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #0 1.954 OK: 19 MiB in 18 packages [2025-08-01T01:27:23.232Z] #79 DONE 2.2s [2025-08-01T01:27:23.232Z] [2025-08-01T01:27:23.232Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-01T01:27:23.232Z] #68 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #68 18.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #68 19.08 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-01T01:27:23.232Z] #68 19.08 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-01T01:27:23.232Z] #68 19.08 OK: 24171 distinct packages available [2025-08-01T01:27:23.232Z] #68 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #68 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #68 ... [2025-08-01T01:27:23.232Z] [2025-08-01T01:27:23.232Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-01T01:27:23.232Z] #71 18.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #71 18.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #71 18.92 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-01T01:27:23.232Z] #71 18.92 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-01T01:27:23.232Z] #71 18.92 OK: 24177 distinct packages available [2025-08-01T01:27:23.232Z] #71 18.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #71 19.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.232Z] #71 19.48 OK: 248 MiB in 58 packages [2025-08-01T01:27:23.232Z] #71 DONE 19.7s [2025-08-01T01:27:23.232Z] [2025-08-01T01:27:23.232Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-01T01:27:23.232Z] #68 19.54 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:23.232Z] #68 19.55 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-01T01:27:23.232Z] #68 19.56 (3/5) Installing libucontext (1.2-r3) [2025-08-01T01:27:23.404Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-01T01:27:23.404Z] 94e9d8af2201: Pulling fs layer [2025-08-01T01:27:23.404Z] a6c56e8762df: Pulling fs layer [2025-08-01T01:27:23.404Z] f0f3c8884826: Pulling fs layer [2025-08-01T01:27:23.404Z] c7e7622c144d: Pulling fs layer [2025-08-01T01:27:23.404Z] 4f4fb700ef54: Pulling fs layer [2025-08-01T01:27:23.404Z] e8859aadc426: Pulling fs layer [2025-08-01T01:27:23.404Z] b4813487a9f6: Pulling fs layer [2025-08-01T01:27:23.404Z] 502a3d64fb4b: Pulling fs layer [2025-08-01T01:27:23.404Z] c7e7622c144d: Waiting [2025-08-01T01:27:23.404Z] 4f4fb700ef54: Waiting [2025-08-01T01:27:23.404Z] e8859aadc426: Waiting [2025-08-01T01:27:23.404Z] b4813487a9f6: Waiting [2025-08-01T01:27:23.404Z] 502a3d64fb4b: Waiting [2025-08-01T01:27:23.404Z] a6c56e8762df: Download complete [2025-08-01T01:27:23.404Z] c7e7622c144d: Verifying Checksum [2025-08-01T01:27:23.404Z] c7e7622c144d: Download complete [2025-08-01T01:27:23.404Z] 4f4fb700ef54: Verifying Checksum [2025-08-01T01:27:23.404Z] 4f4fb700ef54: Download complete [2025-08-01T01:27:23.404Z] e8859aadc426: Download complete [2025-08-01T01:27:23.404Z] 94e9d8af2201: Download complete [2025-08-01T01:27:23.489Z] #68 ... [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #80 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:27:23.489Z] #80 DONE 0.2s [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-01T01:27:23.489Z] #0 1.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #0 1.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #0 2.164 OK: 8 MiB in 16 packages [2025-08-01T01:27:23.489Z] #81 DONE 2.4s [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-01T01:27:23.489Z] #0 1.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #0 1.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #0 2.181 OK: 12 MiB in 21 packages [2025-08-01T01:27:23.489Z] #82 DONE 2.4s [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-01T01:27:23.489Z] #83 DONE 0.2s [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-01T01:27:23.489Z] #68 19.56 (4/5) Installing gcompat (1.1.0-r4) [2025-08-01T01:27:23.489Z] #68 19.57 (5/5) Installing openssl (3.3.4-r0) [2025-08-01T01:27:23.489Z] #68 19.60 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:23.489Z] #68 19.61 OK: 9 MiB in 19 packages [2025-08-01T01:27:23.489Z] #68 DONE 19.8s [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-01T01:27:23.489Z] #70 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #70 18.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #70 19.12 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-01T01:27:23.489Z] #70 19.12 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-01T01:27:23.489Z] #70 19.12 OK: 24171 distinct packages available [2025-08-01T01:27:23.489Z] #70 19.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #70 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #70 19.57 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:23.489Z] #70 19.60 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-01T01:27:23.489Z] #70 19.60 (3/4) Installing libucontext (1.2-r3) [2025-08-01T01:27:23.489Z] #70 19.60 (4/4) Installing gcompat (1.1.0-r4) [2025-08-01T01:27:23.489Z] #70 19.61 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:23.489Z] #70 19.62 OK: 8 MiB in 18 packages [2025-08-01T01:27:23.489Z] #70 DONE 19.8s [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-01T01:27:23.489Z] #0 1.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #0 2.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #0 2.359 OK: 10 MiB in 17 packages [2025-08-01T01:27:23.489Z] #84 DONE 2.5s [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-01T01:27:23.489Z] #0 1.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #0 2.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:23.489Z] #0 2.404 OK: 19 MiB in 18 packages [2025-08-01T01:27:23.489Z] #85 DONE 2.5s [2025-08-01T01:27:23.489Z] [2025-08-01T01:27:23.489Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-08-01T01:27:23.997Z] 502a3d64fb4b: Verifying Checksum [2025-08-01T01:27:24.054Z] #86 ... [2025-08-01T01:27:24.054Z] [2025-08-01T01:27:24.054Z] #87 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-08-01T01:27:24.054Z] #0 2.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:24.054Z] #0 2.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:24.054Z] #0 2.692 OK: 8 MiB in 15 packages [2025-08-01T01:27:24.054Z] #87 DONE 2.8s [2025-08-01T01:27:24.054Z] [2025-08-01T01:27:24.054Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-01T01:27:24.596Z] 94e9d8af2201: Pull complete [2025-08-01T01:27:24.992Z] #88 ... [2025-08-01T01:27:24.993Z] [2025-08-01T01:27:24.993Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-01T01:27:24.993Z] #0 3.457 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:24.993Z] #0 3.536 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:24.993Z] #0 3.869 OK: 13 MiB in 28 packages [2025-08-01T01:27:24.993Z] #89 DONE 4.0s [2025-08-01T01:27:24.993Z] [2025-08-01T01:27:24.993Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-01T01:27:24.993Z] #88 1.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:25.212Z] a6c56e8762df: Pull complete [2025-08-01T01:27:25.250Z] #88 ... [2025-08-01T01:27:25.250Z] [2025-08-01T01:27:25.250Z] #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-01T01:27:25.250Z] #90 DONE 1.8s [2025-08-01T01:27:25.250Z] [2025-08-01T01:27:25.250Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-01T01:27:25.250Z] #88 1.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:25.250Z] #88 ... [2025-08-01T01:27:25.250Z] [2025-08-01T01:27:25.250Z] #91 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-01T01:27:25.250Z] #91 DONE 0.1s [2025-08-01T01:27:25.488Z] f0f3c8884826: Verifying Checksum [2025-08-01T01:27:25.488Z] f0f3c8884826: Download complete [2025-08-01T01:27:25.507Z] [2025-08-01T01:27:25.507Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-08-01T01:27:25.507Z] #86 1.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:25.507Z] #86 1.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:25.507Z] #86 2.019 OK: 9 MiB in 19 packages [2025-08-01T01:27:25.764Z] #86 DONE 2.1s [2025-08-01T01:27:25.764Z] [2025-08-01T01:27:25.764Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-01T01:27:25.764Z] #88 2.007 OK: 8 MiB in 18 packages [2025-08-01T01:27:25.764Z] #88 DONE 2.1s [2025-08-01T01:27:25.764Z] [2025-08-01T01:27:25.764Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-01T01:27:26.455Z] b4813487a9f6: Verifying Checksum [2025-08-01T01:27:26.455Z] b4813487a9f6: Download complete [2025-08-01T01:27:27.686Z] #92 ... [2025-08-01T01:27:27.686Z] [2025-08-01T01:27:27.686Z] #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-01T01:27:27.686Z] #93 DONE 1.7s [2025-08-01T01:27:27.686Z] [2025-08-01T01:27:27.686Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-01T01:27:27.686Z] #92 DONE 1.8s [2025-08-01T01:27:27.686Z] [2025-08-01T01:27:27.686Z] #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-01T01:27:27.686Z] #94 DONE 1.8s [2025-08-01T01:27:27.686Z] [2025-08-01T01:27:27.686Z] #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-01T01:27:27.686Z] #95 DONE 0.1s [2025-08-01T01:27:27.686Z] [2025-08-01T01:27:27.686Z] #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-01T01:27:27.686Z] #96 DONE 0.1s [2025-08-01T01:27:27.686Z] [2025-08-01T01:27:27.686Z] #97 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-01T01:27:28.258Z] #97 DONE 0.7s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #98 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-01T01:27:28.258Z] #98 DONE 0.7s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-01T01:27:28.258Z] #99 DONE 0.8s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-01T01:27:28.258Z] #100 DONE 0.1s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-01T01:27:28.258Z] #101 DONE 0.1s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-01T01:27:28.258Z] #102 DONE 0.1s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-01T01:27:28.258Z] #103 DONE 0.1s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-01T01:27:28.258Z] #104 DONE 0.1s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-01T01:27:28.258Z] #105 DONE 0.1s [2025-08-01T01:27:28.258Z] [2025-08-01T01:27:28.258Z] #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-01T01:27:28.516Z] #106 DONE 0.1s [2025-08-01T01:27:28.516Z] [2025-08-01T01:27:28.516Z] #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-01T01:27:28.516Z] #107 DONE 0.1s [2025-08-01T01:27:28.516Z] [2025-08-01T01:27:28.516Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-01T01:27:28.516Z] #108 DONE 0.1s [2025-08-01T01:27:28.516Z] [2025-08-01T01:27:28.516Z] #109 [security-spire-config] exporting to image [2025-08-01T01:27:28.516Z] #109 exporting layers [2025-08-01T01:27:28.774Z] #109 ... [2025-08-01T01:27:28.774Z] [2025-08-01T01:27:28.774Z] #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-01T01:27:28.774Z] #110 DONE 0.1s [2025-08-01T01:27:28.774Z] [2025-08-01T01:27:28.774Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-01T01:27:28.774Z] #111 DONE 0.0s [2025-08-01T01:27:28.774Z] [2025-08-01T01:27:28.774Z] #112 [security-spire-agent] exporting to image [2025-08-01T01:27:29.034Z] #112 ... [2025-08-01T01:27:29.034Z] [2025-08-01T01:27:29.034Z] #113 [security-spire-server] exporting to image [2025-08-01T01:27:29.034Z] #113 exporting layers 0.4s done [2025-08-01T01:27:29.034Z] #113 writing image sha256:8f1afb2fde173ffd14abc5f49533ee4a5e048797e779b848b4155f56d4adce23 done [2025-08-01T01:27:29.034Z] #113 naming to docker.io/library/security-spire-server done [2025-08-01T01:27:29.034Z] #113 DONE 0.5s [2025-08-01T01:27:29.034Z] [2025-08-01T01:27:29.034Z] #109 [security-spire-config] exporting to image [2025-08-01T01:27:29.034Z] #109 exporting layers 0.5s done [2025-08-01T01:27:29.034Z] #109 writing image sha256:b9da4c8e10b2bace79bf71000642899bc2c1c15a038dd6e71e4fa3f5873d09a4 0.0s done [2025-08-01T01:27:29.034Z] #109 naming to docker.io/library/security-spire-config done [2025-08-01T01:27:29.034Z] #109 DONE 0.5s [2025-08-01T01:27:29.034Z] [2025-08-01T01:27:29.034Z] #112 [security-spire-agent] exporting to image [2025-08-01T01:27:29.034Z] #112 exporting layers 0.4s done [2025-08-01T01:27:29.034Z] #112 writing image sha256:cf083af6eac9dcac01d4566ed9f33bdf12d5fc7baa678afe54ded2919a3a15f0 done [2025-08-01T01:27:29.034Z] #112 naming to docker.io/library/security-spire-agent done [2025-08-01T01:27:29.034Z] #112 DONE 0.4s [2025-08-01T01:27:29.034Z] [2025-08-01T01:27:29.034Z] #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-01T01:27:29.034Z] #0 1.468 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:29.034Z] #0 4.397 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:29.034Z] #0 8.032 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-01T01:27:30.954Z] #114 9.683 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:27:30.954Z] #114 9.689 OK: 8 MiB in 15 packages [2025-08-01T01:27:30.954Z] #114 DONE 9.8s [2025-08-01T01:27:30.954Z] [2025-08-01T01:27:30.954Z] #115 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-01T01:27:30.954Z] #0 2.252 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:30.954Z] #0 5.107 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:27:30.954Z] #0 8.832 OK: 248 MiB in 58 packages [2025-08-01T01:27:30.954Z] #115 DONE 9.0s [2025-08-01T01:27:30.954Z] [2025-08-01T01:27:30.954Z] #116 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-01T01:27:30.954Z] #116 DONE 0.1s [2025-08-01T01:27:30.954Z] [2025-08-01T01:27:30.954Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:27:32.854Z] #117 ... [2025-08-01T01:27:32.854Z] [2025-08-01T01:27:32.854Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:27:32.854Z] #118 ... [2025-08-01T01:27:32.854Z] [2025-08-01T01:27:32.854Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:27:33.112Z] #119 ... [2025-08-01T01:27:33.112Z] [2025-08-01T01:27:33.112Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:27:41.473Z] f0f3c8884826: Pull complete [2025-08-01T01:27:41.473Z] c7e7622c144d: Pull complete [2025-08-01T01:27:41.473Z] 4f4fb700ef54: Pull complete [2025-08-01T01:27:41.473Z] e8859aadc426: Pull complete [2025-08-01T01:27:48.154Z] b4813487a9f6: Pull complete [2025-08-01T01:27:50.133Z] 502a3d64fb4b: Pull complete [2025-08-01T01:27:50.133Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-08-01T01:27:50.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-01T01:27:50.133Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-01T01:27:50.479Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-01T01:27:50.479Z] WORKDIR /edgex [2025-08-01T01:27:50.479Z] COPY go.mod . [2025-08-01T01:27:50.479Z] RUN go mod download -t [2025-08-01T01:27:50.479Z] ci-base-image-arm64 -f - . [2025-08-01T01:27:51.454Z] Sending build context to Docker daemon 3.708MB [2025-08-01T01:27:51.454Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-01T01:27:51.454Z] ---> 3bb21d53e231 [2025-08-01T01:27:51.454Z] Step 2/4 : WORKDIR /edgex [2025-08-01T01:27:52.417Z] ---> Running in 7c0d98271d61 [2025-08-01T01:27:52.417Z] Removing intermediate container 7c0d98271d61 [2025-08-01T01:27:52.417Z] ---> 36ad22e5b02d [2025-08-01T01:27:52.417Z] Step 3/4 : COPY go.mod . [2025-08-01T01:27:53.014Z] ---> 0d919b28f708 [2025-08-01T01:27:53.014Z] Step 4/4 : RUN go mod download [2025-08-01T01:27:53.014Z] ---> Running in b29de4d0b0a2 [2025-08-01T01:27:53.607Z] Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:54.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:27:54.126Z] [2025-08-01T01:27:54.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:54.470Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:27:54.743Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-01T01:27:54.743Z] 8998bd30e6a1: Pulling fs layer [2025-08-01T01:27:54.743Z] 04944245beec: Pulling fs layer [2025-08-01T01:27:54.743Z] 699f458cf7ca: Pulling fs layer [2025-08-01T01:27:54.743Z] 765212b225bb: Pulling fs layer [2025-08-01T01:27:54.743Z] f23df028b6ca: Pulling fs layer [2025-08-01T01:27:54.743Z] d65c8cfc05b1: Pulling fs layer [2025-08-01T01:27:54.743Z] 2437ff75d9bd: Pulling fs layer [2025-08-01T01:27:54.743Z] f23df028b6ca: Waiting [2025-08-01T01:27:54.743Z] d65c8cfc05b1: Waiting [2025-08-01T01:27:54.743Z] 2437ff75d9bd: Waiting [2025-08-01T01:27:54.743Z] 765212b225bb: Waiting [2025-08-01T01:27:54.743Z] 04944245beec: Download complete [2025-08-01T01:27:54.743Z] 765212b225bb: Verifying Checksum [2025-08-01T01:27:54.743Z] 765212b225bb: Download complete [2025-08-01T01:27:54.743Z] f23df028b6ca: Download complete [2025-08-01T01:27:54.743Z] d65c8cfc05b1: Verifying Checksum [2025-08-01T01:27:54.743Z] d65c8cfc05b1: Download complete [2025-08-01T01:27:55.011Z] 699f458cf7ca: Verifying Checksum [2025-08-01T01:27:55.011Z] 699f458cf7ca: Download complete [2025-08-01T01:27:55.291Z] 8998bd30e6a1: Verifying Checksum [2025-08-01T01:27:55.291Z] 8998bd30e6a1: Download complete [2025-08-01T01:27:57.876Z] 2437ff75d9bd: Verifying Checksum [2025-08-01T01:27:57.876Z] 2437ff75d9bd: Download complete [2025-08-01T01:28:00.469Z] 8998bd30e6a1: Pull complete [2025-08-01T01:28:00.736Z] 04944245beec: Pull complete [2025-08-01T01:28:02.155Z] 699f458cf7ca: Pull complete [2025-08-01T01:28:02.431Z] 765212b225bb: Pull complete [2025-08-01T01:28:03.394Z] f23df028b6ca: Pull complete [2025-08-01T01:28:03.663Z] d65c8cfc05b1: Pull complete [2025-08-01T01:28:12.031Z] #120 ... [2025-08-01T01:28:12.031Z] [2025-08-01T01:28:12.031Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:12.031Z] #119 DONE 43.0s [2025-08-01T01:28:12.031Z] [2025-08-01T01:28:12.031Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:12.031Z] #120 DONE 42.6s [2025-08-01T01:28:12.031Z] [2025-08-01T01:28:12.031Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:12.031Z] #118 DONE 43.2s [2025-08-01T01:28:12.031Z] [2025-08-01T01:28:12.031Z] #77 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:12.031Z] #77 DONE 43.1s [2025-08-01T01:28:12.031Z] [2025-08-01T01:28:12.031Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:12.031Z] #117 DONE 35.0s [2025-08-01T01:28:12.031Z] [2025-08-01T01:28:12.031Z] #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:12.031Z] #73 DONE 44.8s [2025-08-01T01:28:12.031Z] [2025-08-01T01:28:12.031Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-01T01:28:16.220Z] #121 ... [2025-08-01T01:28:16.220Z] [2025-08-01T01:28:16.220Z] #122 [support-scheduler builder 6/7] COPY . . [2025-08-01T01:28:16.220Z] #122 ... [2025-08-01T01:28:16.220Z] [2025-08-01T01:28:16.220Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-01T01:28:16.220Z] #123 ... [2025-08-01T01:28:16.220Z] [2025-08-01T01:28:16.220Z] #124 [core-keeper builder 7/8] COPY . . [2025-08-01T01:28:16.479Z] #124 ... [2025-08-01T01:28:16.479Z] [2025-08-01T01:28:16.479Z] #125 [security-secretstore-setup builder 6/7] COPY . . [2025-08-01T01:28:16.479Z] #125 ... [2025-08-01T01:28:16.479Z] [2025-08-01T01:28:16.479Z] #126 [support-notifications builder 6/7] COPY . . [2025-08-01T01:28:21.902Z] 2437ff75d9bd: Pull complete [2025-08-01T01:28:21.902Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-01T01:28:21.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:28:21.902Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:28:22.155Z] prd-ubuntu20.04-docker-arm64-4c-16g-6065 does not seem to be running inside a container [2025-08-01T01:28:22.213Z] $ 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/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-08-01T01:28:24.594Z] #126 DONE 17.6s [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #123 DONE 17.6s [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:24.594Z] #127 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #128 [security-proxy-auth builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #128 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:28:24.594Z] #129 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #121 [core-command builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #121 DONE 17.6s [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:24.594Z] #130 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:28:24.594Z] #131 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #132 [core-metadata builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #132 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #133 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:28:24.594Z] #133 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:24.594Z] #134 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #135 [core-data builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #135 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #136 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:24.594Z] #136 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #137 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #137 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:28:24.594Z] #138 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #125 [security-secretstore-setup builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #125 DONE 17.6s [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #139 [security-secretstore-setup builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #139 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:24.594Z] #140 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:28:24.594Z] #141 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:28:24.594Z] #142 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #143 [security-proxy-setup builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #143 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #144 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:28:24.594Z] #144 CACHED [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #124 [core-keeper builder 7/8] COPY . . [2025-08-01T01:28:24.594Z] #124 DONE 17.6s [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #122 [support-scheduler builder 6/7] COPY . . [2025-08-01T01:28:24.594Z] #122 DONE 17.7s [2025-08-01T01:28:24.594Z] [2025-08-01T01:28:24.594Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-01T01:28:24.594Z] #145 0.891 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-01T01:28:25.041Z] $ docker top 23e2aea3b149de0f1abcea70bf81d01d82c06d833b1e6fbed43dc22a7076f586 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:28:25.931Z] ---> job-cost.sh [2025-08-01T01:28:25.931Z] lf-activate-venv: SKIPPING [2025-08-01T01:28:25.931Z] INFO: No Stack... [2025-08-01T01:28:26.511Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-01T01:28:27.088Z] INFO: Archiving Costs [Pipeline] sh [2025-08-01T01:28:27.721Z] + + cat /w/workspace/edgex-go/878/archives/cost.csvcut [2025-08-01T01:28:27.721Z] -d, -f6 [Pipeline] lock [2025-08-01T01:28:27.772Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-878-stack-cost] [2025-08-01T01:28:27.783Z] Resource [jenkins-edgexfoundry-edgex-go-main-878-stack-cost] did not exist. Created. [2025-08-01T01:28:27.790Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-878-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-01T01:28:28.435Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-01T01:28:29.053Z] Stashed 1 file(s) [Pipeline] } [2025-08-01T01:28:29.063Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-878-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-01T01:28:29.084Z] $ docker stop --time=1 23e2aea3b149de0f1abcea70bf81d01d82c06d833b1e6fbed43dc22a7076f586 [2025-08-01T01:28:30.637Z] $ docker rm -f --volumes 23e2aea3b149de0f1abcea70bf81d01d82c06d833b1e6fbed43dc22a7076f586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-01T01:28:30.941Z] Failed in branch arm64 [2025-08-01T01:28:34.551Z] #145 ... [2025-08-01T01:28:34.551Z] [2025-08-01T01:28:34.551Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-01T01:28:34.551Z] #0 0.468 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-01T01:28:34.551Z] #146 ... [2025-08-01T01:28:34.551Z] [2025-08-01T01:28:34.551Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-01T01:28:34.551Z] #0 0.871 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-01T01:28:34.551Z] #147 ... [2025-08-01T01:28:34.551Z] [2025-08-01T01:28:34.551Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-01T01:28:34.551Z] #0 0.589 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-01T01:28:34.551Z] #148 ... [2025-08-01T01:28:34.551Z] [2025-08-01T01:28:34.551Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-01T01:28:34.551Z] #0 0.788 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-08-01T01:28:34.551Z] #149 ... [2025-08-01T01:28:34.551Z] [2025-08-01T01:28:34.551Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-01T01:28:34.551Z] #0 0.939 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-01T01:28:34.808Z] #150 ... [2025-08-01T01:28:34.808Z] [2025-08-01T01:28:34.808Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-01T01:28:34.808Z] #0 0.626 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-01T01:28:35.065Z] #151 ... [2025-08-01T01:28:35.065Z] [2025-08-01T01:28:35.065Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-01T01:28:35.065Z] #0 0.613 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-01T01:28:35.065Z] #152 ... [2025-08-01T01:28:35.065Z] [2025-08-01T01:28:35.065Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-01T01:28:35.065Z] #0 0.792 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-01T01:28:35.322Z] #153 ... [2025-08-01T01:28:35.322Z] [2025-08-01T01:28:35.322Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-01T01:28:35.322Z] #0 0.912 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-01T01:28:35.322Z] #154 ... [2025-08-01T01:28:35.322Z] [2025-08-01T01:28:35.322Z] #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 [2025-08-01T01:28:35.322Z] #0 0.911 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-01T01:28:35.578Z] #155 ... [2025-08-01T01:28:35.578Z] [2025-08-01T01:28:35.578Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-01T01:28:35.578Z] #0 0.920 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-01T01:29:57.007Z] #156 ... [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-01T01:29:57.007Z] #151 DONE 86.7s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-01T01:29:57.007Z] #156 DONE 86.7s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-01T01:29:57.007Z] #157 DONE 0.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:29:57.007Z] #158 DONE 0.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:29:57.007Z] #159 DONE 0.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-08-01T01:29:57.007Z] #160 DONE 0.2s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #161 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:29:57.007Z] #161 DONE 0.2s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #162 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-08-01T01:29:57.007Z] #162 DONE 0.2s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-01T01:29:57.007Z] #163 ... [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #164 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-01T01:29:57.007Z] #164 DONE 1.2s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:29:57.007Z] #165 DONE 0.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:29:57.007Z] #166 DONE 0.3s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-01T01:29:57.007Z] #167 DONE 0.2s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-01T01:29:57.007Z] #163 DONE 1.0s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #168 [core-common-config-bootstrapper] exporting to image [2025-08-01T01:29:57.007Z] #168 exporting layers [2025-08-01T01:29:57.007Z] #168 ... [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-01T01:29:57.007Z] #169 DONE 0.2s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-08-01T01:29:57.007Z] #170 DONE 0.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-01T01:29:57.007Z] #154 ... [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #168 [core-common-config-bootstrapper] exporting to image [2025-08-01T01:29:57.007Z] #168 exporting layers 0.3s done [2025-08-01T01:29:57.007Z] #168 writing image sha256:e15884e6fa3cd9d2ac6277bdc4661f07fbdb6d5826526e2c7e5c74847114cf97 done [2025-08-01T01:29:57.007Z] #168 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2025-08-01T01:29:57.007Z] #168 DONE 0.4s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-08-01T01:29:57.007Z] #171 DONE 0.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-08-01T01:29:57.007Z] #172 DONE 0.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-01T01:29:57.007Z] #173 DONE 0.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-01T01:29:57.007Z] #174 DONE 1.1s [2025-08-01T01:29:57.007Z] [2025-08-01T01:29:57.007Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-01T01:29:57.007Z] #152 ... [2025-08-01T01:29:57.008Z] [2025-08-01T01:29:57.008Z] #175 [security-bootstrapper] exporting to image [2025-08-01T01:29:57.008Z] #175 exporting layers 0.3s done [2025-08-01T01:29:57.008Z] #175 writing image sha256:84b742348c1c29ca771b07f7d9a4577d36b71805d347e8f5b37dbff80235f258 done [2025-08-01T01:29:57.008Z] #175 naming to docker.io/library/security-bootstrapper done [2025-08-01T01:29:57.008Z] #175 DONE 0.4s [2025-08-01T01:29:57.008Z] [2025-08-01T01:29:57.008Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-01T01:31:04.750Z] #145 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #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 [2025-08-01T01:31:04.750Z] #155 152.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-01T01:31:04.750Z] #155 DONE 157.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-01T01:31:04.750Z] #148 DONE 157.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-01T01:31:04.750Z] #149 DONE 157.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-01T01:31:04.750Z] #150 DONE 157.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-01T01:31:04.750Z] #146 DONE 157.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #176 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-01T01:31:04.750Z] #153 DONE 157.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-01T01:31:04.750Z] #152 DONE 157.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-01T01:31:04.750Z] #147 DONE 157.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #177 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #177 DONE 0.1s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #176 DONE 0.1s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #178 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #179 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #180 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #180 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #181 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #181 CACHED [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #182 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #182 CACHED [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #183 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #184 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #184 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #185 CACHED [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #186 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #186 CACHED [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #178 DONE 0.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #187 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #187 DONE 0.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #188 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-01T01:31:04.750Z] #188 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #189 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #189 DONE 0.2s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #190 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-08-01T01:31:04.750Z] #190 DONE 0.2s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #191 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-08-01T01:31:04.750Z] #191 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #192 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #192 DONE 0.6s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #193 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-08-01T01:31:04.750Z] #193 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-01T01:31:04.750Z] #194 DONE 1.0s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-01T01:31:04.750Z] #195 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #196 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-01T01:31:04.750Z] #196 DONE 1.2s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-01T01:31:04.750Z] #145 DONE 159.3s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-01T01:31:04.750Z] #197 DONE 1.2s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #198 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #198 DONE 1.2s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #188 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-01T01:31:04.750Z] #188 DONE 1.2s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #191 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-08-01T01:31:04.750Z] #191 DONE 1.2s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-01T01:31:04.750Z] #199 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #193 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-08-01T01:31:04.750Z] #193 DONE 0.7s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #200 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:31:04.750Z] #200 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-01T01:31:04.750Z] #154 DONE 159.9s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-01T01:31:04.750Z] #195 DONE 0.6s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:31:04.750Z] #201 DONE 0.6s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #202 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-08-01T01:31:04.750Z] #202 DONE 0.9s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #203 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:31:04.750Z] #203 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:31:04.750Z] #204 DONE 0.6s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #205 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #205 DONE 0.6s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-01T01:31:04.750Z] #199 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-01T01:31:04.750Z] #206 DONE 0.6s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #200 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:31:04.750Z] #200 DONE 0.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #207 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-01T01:31:04.750Z] #207 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-01T01:31:04.750Z] #208 DONE 0.3s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #209 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-01T01:31:04.750Z] #209 DONE 0.3s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #210 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:31:04.750Z] #210 DONE 0.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-01T01:31:04.750Z] #211 DONE 0.3s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #212 DONE 0.3s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #213 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #213 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #214 [core-command] exporting to image [2025-08-01T01:31:04.750Z] #214 exporting layers 0.2s done [2025-08-01T01:31:04.750Z] #214 writing image sha256:6a09cfc78816219effdfea62001cf928616b6d161779565e05fbcacd0f0edf95 done [2025-08-01T01:31:04.750Z] #214 naming to docker.io/library/core-command done [2025-08-01T01:31:04.750Z] #214 DONE 0.4s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #215 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-01T01:31:04.750Z] #215 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #216 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:31:04.750Z] #216 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #217 [core-keeper] exporting to image [2025-08-01T01:31:04.750Z] #217 exporting layers 0.3s done [2025-08-01T01:31:04.750Z] #217 writing image sha256:de460f1f8e53a2b72386eebf2740aa0985c4f2d65e3582c7703cb2651310051f done [2025-08-01T01:31:04.750Z] #217 naming to docker.io/library/core-keeper done [2025-08-01T01:31:04.750Z] #217 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #207 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-01T01:31:04.750Z] #207 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #213 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-01T01:31:04.750Z] #213 DONE 0.3s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-01T01:31:04.750Z] #218 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #219 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-01T01:31:04.750Z] #219 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #220 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-01T01:31:04.750Z] #220 DONE 0.7s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-01T01:31:04.750Z] #218 DONE 0.5s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #221 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-01T01:31:04.750Z] #221 ... [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #222 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-01T01:31:04.750Z] #222 DONE 1.0s [2025-08-01T01:31:04.750Z] [2025-08-01T01:31:04.750Z] #223 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-01T01:31:04.750Z] #223 DONE 0.7s [2025-08-01T01:31:05.009Z] [2025-08-01T01:31:05.009Z] #224 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-01T01:31:05.009Z] #224 DONE 0.3s [2025-08-01T01:31:05.009Z] [2025-08-01T01:31:05.009Z] #221 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-01T01:31:05.009Z] #221 DONE 0.3s [2025-08-01T01:31:05.009Z] [2025-08-01T01:31:05.009Z] #225 [core-data] exporting to image [2025-08-01T01:31:05.009Z] #225 exporting layers 0.7s done [2025-08-01T01:31:05.009Z] #225 writing image sha256:04c422fedbb3fb291636a8afac27260e17a2343f312a1bec17b095cb6c3c39ad 0.0s done [2025-08-01T01:31:05.009Z] #225 naming to docker.io/library/core-data done [2025-08-01T01:31:05.009Z] #225 DONE 0.8s [2025-08-01T01:31:05.009Z] [2025-08-01T01:31:05.009Z] #226 [core-metadata] exporting to image [2025-08-01T01:31:05.009Z] #226 exporting layers 0.9s done [2025-08-01T01:31:05.009Z] #226 writing image sha256:90918a7173605dcc92fb8cf21ca44e631ab17627e246fc40455e108f180ebe87 done [2025-08-01T01:31:05.009Z] #226 naming to docker.io/library/core-metadata done [2025-08-01T01:31:05.010Z] #226 DONE 1.0s [2025-08-01T01:31:05.010Z] [2025-08-01T01:31:05.010Z] #227 [support-scheduler] exporting to image [2025-08-01T01:31:05.010Z] #227 ... [2025-08-01T01:31:05.010Z] [2025-08-01T01:31:05.010Z] #228 [security-spiffe-token-provider] exporting to image [2025-08-01T01:31:05.010Z] #228 exporting layers 0.9s done [2025-08-01T01:31:05.010Z] #228 writing image sha256:512ae5146610e3217e79d8cc35dad3aab02f6d867fdb5007189fa76f7d3ccfab done [2025-08-01T01:31:05.010Z] #228 naming to docker.io/library/security-spiffe-token-provider done [2025-08-01T01:31:05.010Z] #228 DONE 1.0s [2025-08-01T01:31:05.010Z] [2025-08-01T01:31:05.010Z] #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-01T01:31:05.010Z] #229 DONE 0.1s [2025-08-01T01:31:05.268Z] [2025-08-01T01:31:05.268Z] #227 [support-scheduler] exporting to image [2025-08-01T01:31:05.268Z] #227 exporting layers 0.2s done [2025-08-01T01:31:05.268Z] #227 writing image sha256:95b737d15c5e21dafce231475f43a7f037590bea74ceaecea7804cab9a195771 done [2025-08-01T01:31:05.268Z] #227 naming to docker.io/library/support-scheduler done [2025-08-01T01:31:05.268Z] #227 DONE 0.3s [2025-08-01T01:31:05.268Z] [2025-08-01T01:31:05.268Z] #230 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-01T01:31:05.268Z] #230 DONE 0.6s [2025-08-01T01:31:05.268Z] [2025-08-01T01:31:05.268Z] #231 [security-proxy-setup] exporting to image [2025-08-01T01:31:05.268Z] #231 ... [2025-08-01T01:31:05.268Z] [2025-08-01T01:31:05.268Z] #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-01T01:31:05.268Z] #232 DONE 0.4s [2025-08-01T01:31:05.268Z] [2025-08-01T01:31:05.268Z] #233 [support-notifications] exporting to image [2025-08-01T01:31:05.268Z] #233 exporting layers 0.2s done [2025-08-01T01:31:05.268Z] #233 writing image sha256:af01de904ee56aefcc8c6322c9f952bb4e8010bc0521d5b28f1e05891d10c93a 0.0s done [2025-08-01T01:31:05.268Z] #233 naming to docker.io/library/support-notifications done [2025-08-01T01:31:05.268Z] #233 DONE 0.3s [2025-08-01T01:31:05.268Z] [2025-08-01T01:31:05.268Z] #234 [security-proxy-auth] exporting to image [2025-08-01T01:31:05.268Z] #234 exporting layers 0.4s done [2025-08-01T01:31:05.268Z] #234 writing image sha256:4cc509b44ffce27796e072d36abe32c29eec40e0b5be4134dfe21cebf1e022cb done [2025-08-01T01:31:05.268Z] #234 naming to docker.io/library/security-proxy-auth done [2025-08-01T01:31:05.268Z] #234 DONE 0.5s [2025-08-01T01:31:05.527Z] [2025-08-01T01:31:05.527Z] #231 [security-proxy-setup] exporting to image [2025-08-01T01:31:05.527Z] #231 exporting layers 0.2s done [2025-08-01T01:31:05.527Z] #231 writing image sha256:6cc3b02903bbf4535be0782607e87f6209e25139701175666a9653bfc1d56e19 done [2025-08-01T01:31:05.527Z] #231 naming to docker.io/library/security-proxy-setup done [2025-08-01T01:31:05.527Z] #231 DONE 0.3s [2025-08-01T01:31:05.527Z] [2025-08-01T01:31:05.527Z] #235 [security-secretstore-setup] exporting to image [2025-08-01T01:31:05.527Z] #235 exporting layers 0.3s done [2025-08-01T01:31:05.527Z] #235 writing image sha256:bfcd65a4e142507b33e123528aa57fb966e50d6899312a655ed98f90fffebb17 done [2025-08-01T01:31:05.527Z] #235 naming to docker.io/library/security-secretstore-setup done [2025-08-01T01:31:05.527Z] #235 DONE 0.3s [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-01T01:31:05.527Z] time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-01T01:31:05.555Z] $ docker stop --time=1 a3d5d0b9730ea561bb627a686a8971101f63ea7a3f6efe2dbdc4c9695831559f [2025-08-01T01:31:06.840Z] $ docker rm -f --volumes a3d5d0b9730ea561bb627a686a8971101f63ea7a3f6efe2dbdc4c9695831559f [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-01T01:31:07.157Z] + docker images [2025-08-01T01:31:07.157Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-01T01:31:07.157Z] security-secretstore-setup latest bfcd65a4e142 1 second ago 79.2MB [2025-08-01T01:31:07.157Z] security-proxy-setup latest 6cc3b02903bb 2 seconds ago 48.8MB [2025-08-01T01:31:07.157Z] support-notifications latest af01de904ee5 2 seconds ago 52.4MB [2025-08-01T01:31:07.157Z] security-proxy-auth latest 4cc509b44ffc 2 seconds ago 44.3MB [2025-08-01T01:31:07.157Z] support-scheduler latest 95b737d15c5e 2 seconds ago 48.9MB [2025-08-01T01:31:07.157Z] core-data latest 04c422fedbb3 3 seconds ago 45.1MB [2025-08-01T01:31:07.157Z] core-command latest 6a09cfc78816 3 seconds ago 39.4MB [2025-08-01T01:31:07.157Z] security-spiffe-token-provider latest 512ae5146610 3 seconds ago 47.7MB [2025-08-01T01:31:07.157Z] core-metadata latest 90918a717360 3 seconds ago 45.2MB [2025-08-01T01:31:07.157Z] core-keeper latest de460f1f8e53 3 seconds ago 44.9MB [2025-08-01T01:31:07.157Z] security-bootstrapper latest 84b742348c1c About a minute ago 20.4MB [2025-08-01T01:31:07.157Z] core-common-config-bootstrapper latest e15884e6fa3c About a minute ago 19.4MB [2025-08-01T01:31:07.157Z] security-spire-config latest b9da4c8e10b2 3 minutes ago 149MB [2025-08-01T01:31:07.157Z] security-spire-agent latest cf083af6eac9 3 minutes ago 195MB [2025-08-01T01:31:07.157Z] security-spire-server latest 8f1afb2fde17 3 minutes ago 149MB [2025-08-01T01:31:07.157Z] ci-base-image-x86_64 latest 675ed0200216 7 minutes ago 924MB [2025-08-01T01:31:07.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 6 weeks ago 574MB [2025-08-01T01:31:07.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB [2025-08-01T01:31:07.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:31:07.284Z] provisioning config files... [2025-08-01T01:31:07.293Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/878@tmp/config7538210545370306434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:31:07.597Z] ---> ****-login.sh [2025-08-01T01:31:07.597Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:31:07.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:31:07.597Z] Login Succeeded [2025-08-01T01:31:07.597Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:31:07.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:31:07.597Z] Login Succeeded [2025-08-01T01:31:07.597Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:31:07.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:31:07.855Z] Login Succeeded [2025-08-01T01:31:07.855Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:31:07.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:31:07.855Z] Login Succeeded [2025-08-01T01:31:07.855Z] ****.io [2025-08-01T01:31:07.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:31:08.115Z] Login Succeeded [2025-08-01T01:31:08.115Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:31:08.121Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:31:08.165Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:31:08.196Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-08-01T01:31:08.196Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:08.196Z] latest [2025-08-01T01:31:08.196Z] 4.1.0-dev.42 [2025-08-01T01:31:08.196Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:08.196Z] main [2025-08-01T01:31:08.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:08.540Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:08.868Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:08.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-01T01:31:08.869Z] f6a6b8df2735: Preparing [2025-08-01T01:31:08.869Z] 605871800ea5: Preparing [2025-08-01T01:31:08.869Z] c15d5cc10e04: Preparing [2025-08-01T01:31:08.869Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:08.869Z] 66e48f655106: Preparing [2025-08-01T01:31:08.869Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:08.869Z] 097100c76c15: Preparing [2025-08-01T01:31:08.869Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:08.869Z] 097100c76c15: Waiting [2025-08-01T01:31:08.869Z] 66e48f655106: Pushed [2025-08-01T01:31:08.869Z] f6a6b8df2735: Pushed [2025-08-01T01:31:08.869Z] 0f4ae92b5de1: Pushed [2025-08-01T01:31:08.869Z] c15d5cc10e04: Pushed [2025-08-01T01:31:08.869Z] 097100c76c15: Layer already exists [2025-08-01T01:31:09.128Z] fb99aee0ebe4: Pushed [2025-08-01T01:31:11.662Z] 605871800ea5: Pushed [2025-08-01T01:31:11.921Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:12.242Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:12.566Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-01T01:31:12.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-01T01:31:12.567Z] f6a6b8df2735: Preparing [2025-08-01T01:31:12.567Z] 605871800ea5: Preparing [2025-08-01T01:31:12.567Z] c15d5cc10e04: Preparing [2025-08-01T01:31:12.567Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:12.567Z] 66e48f655106: Preparing [2025-08-01T01:31:12.567Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:12.567Z] 097100c76c15: Preparing [2025-08-01T01:31:12.567Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:12.567Z] 097100c76c15: Waiting [2025-08-01T01:31:12.567Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:12.567Z] 605871800ea5: Layer already exists [2025-08-01T01:31:12.567Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:12.567Z] 66e48f655106: Layer already exists [2025-08-01T01:31:12.567Z] f6a6b8df2735: Layer already exists [2025-08-01T01:31:12.567Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:12.567Z] 097100c76c15: Layer already exists [2025-08-01T01:31:12.567Z] latest: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:12.891Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:13.214Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-01T01:31:13.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-01T01:31:13.215Z] f6a6b8df2735: Preparing [2025-08-01T01:31:13.215Z] 605871800ea5: Preparing [2025-08-01T01:31:13.215Z] c15d5cc10e04: Preparing [2025-08-01T01:31:13.215Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:13.215Z] 66e48f655106: Preparing [2025-08-01T01:31:13.215Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:13.215Z] 097100c76c15: Preparing [2025-08-01T01:31:13.215Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:13.215Z] 097100c76c15: Waiting [2025-08-01T01:31:13.215Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:13.215Z] f6a6b8df2735: Layer already exists [2025-08-01T01:31:13.215Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:13.215Z] 66e48f655106: Layer already exists [2025-08-01T01:31:13.215Z] 605871800ea5: Layer already exists [2025-08-01T01:31:13.215Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:13.215Z] 097100c76c15: Layer already exists [2025-08-01T01:31:13.215Z] 4.1.0-dev.42: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:13.540Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:13.864Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:13.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-01T01:31:13.865Z] f6a6b8df2735: Preparing [2025-08-01T01:31:13.865Z] 605871800ea5: Preparing [2025-08-01T01:31:13.865Z] c15d5cc10e04: Preparing [2025-08-01T01:31:13.865Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:13.865Z] 66e48f655106: Preparing [2025-08-01T01:31:13.865Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:13.865Z] 097100c76c15: Preparing [2025-08-01T01:31:13.865Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:13.865Z] 097100c76c15: Waiting [2025-08-01T01:31:13.865Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:13.865Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:13.865Z] f6a6b8df2735: Layer already exists [2025-08-01T01:31:13.865Z] 66e48f655106: Layer already exists [2025-08-01T01:31:13.865Z] 605871800ea5: Layer already exists [2025-08-01T01:31:13.865Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:13.865Z] 097100c76c15: Layer already exists [2025-08-01T01:31:13.865Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:14.188Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:14.594Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-08-01T01:31:14.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-01T01:31:14.594Z] f6a6b8df2735: Preparing [2025-08-01T01:31:14.594Z] 605871800ea5: Preparing [2025-08-01T01:31:14.594Z] c15d5cc10e04: Preparing [2025-08-01T01:31:14.594Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:14.594Z] 66e48f655106: Preparing [2025-08-01T01:31:14.594Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:14.594Z] 097100c76c15: Preparing [2025-08-01T01:31:14.594Z] 097100c76c15: Waiting [2025-08-01T01:31:14.594Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:14.594Z] f6a6b8df2735: Layer already exists [2025-08-01T01:31:14.594Z] 605871800ea5: Layer already exists [2025-08-01T01:31:14.594Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:14.594Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:14.594Z] 66e48f655106: Layer already exists [2025-08-01T01:31:14.594Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:14.594Z] 097100c76c15: Layer already exists [2025-08-01T01:31:14.594Z] main: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:31:14.683Z] ===================================================== [Pipeline] echo [2025-08-01T01:31:14.695Z] taggedImages: [2025-08-01T01:31:14.695Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:14.695Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-01T01:31:14.695Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-01T01:31:14.695Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:14.695Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-08-01T01:31:14.723Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-08-01T01:31:14.723Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:14.723Z] latest [2025-08-01T01:31:14.723Z] 4.1.0-dev.42 [2025-08-01T01:31:14.723Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:14.723Z] main [2025-08-01T01:31:14.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:15.120Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:15.542Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:15.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-01T01:31:15.542Z] fb5a2afae774: Preparing [2025-08-01T01:31:15.542Z] 6c9c86e3a714: Preparing [2025-08-01T01:31:15.542Z] d93e7ea78530: Preparing [2025-08-01T01:31:15.542Z] 9ad97cdec6c5: Preparing [2025-08-01T01:31:15.542Z] c15d5cc10e04: Preparing [2025-08-01T01:31:15.542Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:15.542Z] 66e48f655106: Preparing [2025-08-01T01:31:15.542Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:15.542Z] 097100c76c15: Preparing [2025-08-01T01:31:15.542Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:15.542Z] 66e48f655106: Waiting [2025-08-01T01:31:15.542Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:15.542Z] 097100c76c15: Waiting [2025-08-01T01:31:15.542Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:15.542Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:15.542Z] 66e48f655106: Layer already exists [2025-08-01T01:31:15.542Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:15.542Z] 097100c76c15: Layer already exists [2025-08-01T01:31:15.542Z] 6c9c86e3a714: Pushed [2025-08-01T01:31:15.542Z] fb5a2afae774: Pushed [2025-08-01T01:31:15.542Z] d93e7ea78530: Pushed [2025-08-01T01:31:17.030Z] 9ad97cdec6c5: Pushed [2025-08-01T01:31:17.030Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:17.365Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:17.682Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-01T01:31:17.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-01T01:31:17.682Z] fb5a2afae774: Preparing [2025-08-01T01:31:17.682Z] 6c9c86e3a714: Preparing [2025-08-01T01:31:17.682Z] d93e7ea78530: Preparing [2025-08-01T01:31:17.682Z] 9ad97cdec6c5: Preparing [2025-08-01T01:31:17.682Z] c15d5cc10e04: Preparing [2025-08-01T01:31:17.682Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:17.682Z] 66e48f655106: Preparing [2025-08-01T01:31:17.682Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:17.682Z] 097100c76c15: Preparing [2025-08-01T01:31:17.682Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:17.682Z] 66e48f655106: Waiting [2025-08-01T01:31:17.682Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:17.682Z] 097100c76c15: Waiting [2025-08-01T01:31:17.682Z] d93e7ea78530: Layer already exists [2025-08-01T01:31:17.682Z] fb5a2afae774: Layer already exists [2025-08-01T01:31:17.682Z] 6c9c86e3a714: Layer already exists [2025-08-01T01:31:17.682Z] 9ad97cdec6c5: Layer already exists [2025-08-01T01:31:17.682Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:17.682Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:17.682Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:17.682Z] 097100c76c15: Layer already exists [2025-08-01T01:31:17.682Z] 66e48f655106: Layer already exists [2025-08-01T01:31:17.682Z] latest: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:18.004Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:18.315Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-01T01:31:18.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-01T01:31:18.315Z] fb5a2afae774: Preparing [2025-08-01T01:31:18.315Z] 6c9c86e3a714: Preparing [2025-08-01T01:31:18.315Z] d93e7ea78530: Preparing [2025-08-01T01:31:18.315Z] 9ad97cdec6c5: Preparing [2025-08-01T01:31:18.315Z] c15d5cc10e04: Preparing [2025-08-01T01:31:18.315Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:18.315Z] 66e48f655106: Preparing [2025-08-01T01:31:18.315Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:18.315Z] 097100c76c15: Preparing [2025-08-01T01:31:18.315Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:18.315Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:18.315Z] 097100c76c15: Waiting [2025-08-01T01:31:18.315Z] 66e48f655106: Waiting [2025-08-01T01:31:18.315Z] 9ad97cdec6c5: Layer already exists [2025-08-01T01:31:18.315Z] 6c9c86e3a714: Layer already exists [2025-08-01T01:31:18.315Z] fb5a2afae774: Layer already exists [2025-08-01T01:31:18.316Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:18.316Z] d93e7ea78530: Layer already exists [2025-08-01T01:31:18.316Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:18.316Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:18.316Z] 097100c76c15: Layer already exists [2025-08-01T01:31:18.316Z] 66e48f655106: Layer already exists [2025-08-01T01:31:18.316Z] 4.1.0-dev.42: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:18.643Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:18.969Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:18.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-01T01:31:18.969Z] fb5a2afae774: Preparing [2025-08-01T01:31:18.969Z] 6c9c86e3a714: Preparing [2025-08-01T01:31:18.969Z] d93e7ea78530: Preparing [2025-08-01T01:31:18.969Z] 9ad97cdec6c5: Preparing [2025-08-01T01:31:18.969Z] c15d5cc10e04: Preparing [2025-08-01T01:31:18.969Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:18.969Z] 66e48f655106: Preparing [2025-08-01T01:31:18.969Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:18.969Z] 097100c76c15: Preparing [2025-08-01T01:31:18.969Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:18.969Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:18.969Z] 66e48f655106: Waiting [2025-08-01T01:31:18.969Z] 097100c76c15: Waiting [2025-08-01T01:31:18.969Z] 9ad97cdec6c5: Layer already exists [2025-08-01T01:31:18.969Z] 6c9c86e3a714: Layer already exists [2025-08-01T01:31:18.969Z] d93e7ea78530: Layer already exists [2025-08-01T01:31:18.969Z] fb5a2afae774: Layer already exists [2025-08-01T01:31:18.969Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:18.969Z] 66e48f655106: Layer already exists [2025-08-01T01:31:18.969Z] 097100c76c15: Layer already exists [2025-08-01T01:31:18.969Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:18.969Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:18.969Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:19.288Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:19.611Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-01T01:31:19.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-01T01:31:19.611Z] fb5a2afae774: Preparing [2025-08-01T01:31:19.611Z] 6c9c86e3a714: Preparing [2025-08-01T01:31:19.611Z] d93e7ea78530: Preparing [2025-08-01T01:31:19.611Z] 9ad97cdec6c5: Preparing [2025-08-01T01:31:19.611Z] c15d5cc10e04: Preparing [2025-08-01T01:31:19.611Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:19.611Z] 66e48f655106: Preparing [2025-08-01T01:31:19.611Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:19.611Z] 097100c76c15: Preparing [2025-08-01T01:31:19.611Z] 66e48f655106: Waiting [2025-08-01T01:31:19.611Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:19.611Z] 097100c76c15: Waiting [2025-08-01T01:31:19.611Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:19.611Z] d93e7ea78530: Layer already exists [2025-08-01T01:31:19.611Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:19.611Z] 9ad97cdec6c5: Layer already exists [2025-08-01T01:31:19.611Z] 6c9c86e3a714: Layer already exists [2025-08-01T01:31:19.611Z] fb5a2afae774: Layer already exists [2025-08-01T01:31:19.611Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:19.611Z] 66e48f655106: Layer already exists [2025-08-01T01:31:19.611Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:19.611Z] 097100c76c15: Layer already exists [2025-08-01T01:31:19.611Z] main: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:31:19.684Z] ===================================================== [Pipeline] echo [2025-08-01T01:31:19.696Z] taggedImages: [2025-08-01T01:31:19.696Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:19.696Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-01T01:31:19.696Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-01T01:31:19.696Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:19.696Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-08-01T01:31:19.725Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-08-01T01:31:19.725Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:19.725Z] latest [2025-08-01T01:31:19.725Z] 4.1.0-dev.42 [2025-08-01T01:31:19.725Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:19.725Z] main [2025-08-01T01:31:19.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:20.069Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:20.395Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:20.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-01T01:31:20.396Z] 9cdc45b033f0: Preparing [2025-08-01T01:31:20.396Z] fd8ae2b758a6: Preparing [2025-08-01T01:31:20.396Z] c15d5cc10e04: Preparing [2025-08-01T01:31:20.396Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:20.396Z] 3c7ca00ccbfe: Preparing [2025-08-01T01:31:20.396Z] 7741d8463602: Preparing [2025-08-01T01:31:20.396Z] 097100c76c15: Preparing [2025-08-01T01:31:20.396Z] 7741d8463602: Waiting [2025-08-01T01:31:20.396Z] 097100c76c15: Waiting [2025-08-01T01:31:20.396Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:20.396Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:20.396Z] 097100c76c15: Layer already exists [2025-08-01T01:31:20.396Z] 3c7ca00ccbfe: Pushed [2025-08-01T01:31:20.396Z] 9cdc45b033f0: Pushed [2025-08-01T01:31:20.396Z] 7741d8463602: Pushed [2025-08-01T01:31:24.586Z] fd8ae2b758a6: Pushed [2025-08-01T01:31:24.586Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:24.905Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:25.230Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-01T01:31:25.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-01T01:31:25.230Z] 9cdc45b033f0: Preparing [2025-08-01T01:31:25.230Z] fd8ae2b758a6: Preparing [2025-08-01T01:31:25.230Z] c15d5cc10e04: Preparing [2025-08-01T01:31:25.230Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:25.230Z] 3c7ca00ccbfe: Preparing [2025-08-01T01:31:25.230Z] 7741d8463602: Preparing [2025-08-01T01:31:25.230Z] 097100c76c15: Preparing [2025-08-01T01:31:25.230Z] 7741d8463602: Waiting [2025-08-01T01:31:25.230Z] 097100c76c15: Waiting [2025-08-01T01:31:25.230Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:25.230Z] 3c7ca00ccbfe: Layer already exists [2025-08-01T01:31:25.230Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:25.230Z] 9cdc45b033f0: Layer already exists [2025-08-01T01:31:25.230Z] fd8ae2b758a6: Layer already exists [2025-08-01T01:31:25.230Z] 097100c76c15: Layer already exists [2025-08-01T01:31:25.230Z] 7741d8463602: Layer already exists [2025-08-01T01:31:25.230Z] latest: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:25.559Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:25.890Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-01T01:31:25.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-01T01:31:25.890Z] 9cdc45b033f0: Preparing [2025-08-01T01:31:25.890Z] fd8ae2b758a6: Preparing [2025-08-01T01:31:25.890Z] c15d5cc10e04: Preparing [2025-08-01T01:31:25.890Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:25.890Z] 3c7ca00ccbfe: Preparing [2025-08-01T01:31:25.890Z] 7741d8463602: Preparing [2025-08-01T01:31:25.890Z] 097100c76c15: Preparing [2025-08-01T01:31:25.890Z] 7741d8463602: Waiting [2025-08-01T01:31:25.890Z] 097100c76c15: Waiting [2025-08-01T01:31:25.890Z] 9cdc45b033f0: Layer already exists [2025-08-01T01:31:25.890Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:25.890Z] 3c7ca00ccbfe: Layer already exists [2025-08-01T01:31:25.890Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:25.890Z] fd8ae2b758a6: Layer already exists [2025-08-01T01:31:25.890Z] 7741d8463602: Layer already exists [2025-08-01T01:31:25.890Z] 097100c76c15: Layer already exists [2025-08-01T01:31:25.890Z] 4.1.0-dev.42: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:26.210Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:26.531Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:26.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-01T01:31:26.531Z] 9cdc45b033f0: Preparing [2025-08-01T01:31:26.531Z] fd8ae2b758a6: Preparing [2025-08-01T01:31:26.531Z] c15d5cc10e04: Preparing [2025-08-01T01:31:26.531Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:26.531Z] 3c7ca00ccbfe: Preparing [2025-08-01T01:31:26.531Z] 7741d8463602: Preparing [2025-08-01T01:31:26.531Z] 097100c76c15: Preparing [2025-08-01T01:31:26.531Z] 097100c76c15: Waiting [2025-08-01T01:31:26.531Z] 7741d8463602: Waiting [2025-08-01T01:31:26.531Z] 3c7ca00ccbfe: Layer already exists [2025-08-01T01:31:26.531Z] fd8ae2b758a6: Layer already exists [2025-08-01T01:31:26.531Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:26.531Z] 9cdc45b033f0: Layer already exists [2025-08-01T01:31:26.531Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:26.531Z] 097100c76c15: Layer already exists [2025-08-01T01:31:26.531Z] 7741d8463602: Layer already exists [2025-08-01T01:31:26.531Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:26.857Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:27.175Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-08-01T01:31:27.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-01T01:31:27.175Z] 9cdc45b033f0: Preparing [2025-08-01T01:31:27.175Z] fd8ae2b758a6: Preparing [2025-08-01T01:31:27.175Z] c15d5cc10e04: Preparing [2025-08-01T01:31:27.175Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:27.175Z] 3c7ca00ccbfe: Preparing [2025-08-01T01:31:27.175Z] 7741d8463602: Preparing [2025-08-01T01:31:27.175Z] 097100c76c15: Preparing [2025-08-01T01:31:27.175Z] 097100c76c15: Waiting [2025-08-01T01:31:27.175Z] 7741d8463602: Waiting [2025-08-01T01:31:27.175Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:27.175Z] fd8ae2b758a6: Layer already exists [2025-08-01T01:31:27.175Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:27.175Z] 3c7ca00ccbfe: Layer already exists [2025-08-01T01:31:27.175Z] 9cdc45b033f0: Layer already exists [2025-08-01T01:31:27.175Z] 7741d8463602: Layer already exists [2025-08-01T01:31:27.175Z] 097100c76c15: Layer already exists [2025-08-01T01:31:27.175Z] main: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:31:27.246Z] ===================================================== [Pipeline] echo [2025-08-01T01:31:27.257Z] taggedImages: [2025-08-01T01:31:27.257Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:27.257Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-01T01:31:27.257Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-01T01:31:27.257Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:27.257Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-08-01T01:31:27.286Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-08-01T01:31:27.286Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:27.286Z] latest [2025-08-01T01:31:27.286Z] 4.1.0-dev.42 [2025-08-01T01:31:27.286Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:27.286Z] main [2025-08-01T01:31:27.286Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:27.623Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:27.941Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:27.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-01T01:31:27.942Z] 660b83814986: Preparing [2025-08-01T01:31:27.942Z] 1e967a6184b5: Preparing [2025-08-01T01:31:27.942Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:27.942Z] 9af7f0f0e83d: Preparing [2025-08-01T01:31:27.942Z] ccc921de3ad8: Preparing [2025-08-01T01:31:27.942Z] 097100c76c15: Preparing [2025-08-01T01:31:27.942Z] 097100c76c15: Waiting [2025-08-01T01:31:27.942Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:27.942Z] 097100c76c15: Layer already exists [2025-08-01T01:31:27.942Z] ccc921de3ad8: Pushed [2025-08-01T01:31:27.942Z] 660b83814986: Pushed [2025-08-01T01:31:27.942Z] 9af7f0f0e83d: Pushed [2025-08-01T01:31:32.135Z] 1e967a6184b5: Pushed [2025-08-01T01:31:32.135Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:32.461Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:32.792Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-01T01:31:32.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-01T01:31:32.792Z] 660b83814986: Preparing [2025-08-01T01:31:32.792Z] 1e967a6184b5: Preparing [2025-08-01T01:31:32.792Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:32.792Z] 9af7f0f0e83d: Preparing [2025-08-01T01:31:32.792Z] ccc921de3ad8: Preparing [2025-08-01T01:31:32.792Z] 097100c76c15: Preparing [2025-08-01T01:31:32.792Z] 097100c76c15: Waiting [2025-08-01T01:31:32.792Z] 1e967a6184b5: Layer already exists [2025-08-01T01:31:32.792Z] 660b83814986: Layer already exists [2025-08-01T01:31:32.792Z] ccc921de3ad8: Layer already exists [2025-08-01T01:31:32.792Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:32.792Z] 9af7f0f0e83d: Layer already exists [2025-08-01T01:31:32.792Z] 097100c76c15: Layer already exists [2025-08-01T01:31:32.792Z] latest: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:33.117Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:33.440Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-01T01:31:33.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-01T01:31:33.440Z] 660b83814986: Preparing [2025-08-01T01:31:33.440Z] 1e967a6184b5: Preparing [2025-08-01T01:31:33.440Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:33.440Z] 9af7f0f0e83d: Preparing [2025-08-01T01:31:33.440Z] ccc921de3ad8: Preparing [2025-08-01T01:31:33.440Z] 097100c76c15: Preparing [2025-08-01T01:31:33.440Z] 097100c76c15: Waiting [2025-08-01T01:31:33.440Z] 660b83814986: Layer already exists [2025-08-01T01:31:33.440Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:33.440Z] 1e967a6184b5: Layer already exists [2025-08-01T01:31:33.440Z] ccc921de3ad8: Layer already exists [2025-08-01T01:31:33.440Z] 9af7f0f0e83d: Layer already exists [2025-08-01T01:31:33.440Z] 097100c76c15: Layer already exists [2025-08-01T01:31:33.440Z] 4.1.0-dev.42: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:33.762Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:34.080Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:34.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-01T01:31:34.080Z] 660b83814986: Preparing [2025-08-01T01:31:34.080Z] 1e967a6184b5: Preparing [2025-08-01T01:31:34.080Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:34.080Z] 9af7f0f0e83d: Preparing [2025-08-01T01:31:34.080Z] ccc921de3ad8: Preparing [2025-08-01T01:31:34.080Z] 097100c76c15: Preparing [2025-08-01T01:31:34.080Z] 097100c76c15: Waiting [2025-08-01T01:31:34.080Z] ccc921de3ad8: Layer already exists [2025-08-01T01:31:34.080Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:34.080Z] 660b83814986: Layer already exists [2025-08-01T01:31:34.080Z] 1e967a6184b5: Layer already exists [2025-08-01T01:31:34.080Z] 9af7f0f0e83d: Layer already exists [2025-08-01T01:31:34.080Z] 097100c76c15: Layer already exists [2025-08-01T01:31:34.080Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:34.402Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:34.721Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-01T01:31:34.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-01T01:31:34.721Z] 660b83814986: Preparing [2025-08-01T01:31:34.721Z] 1e967a6184b5: Preparing [2025-08-01T01:31:34.721Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:34.721Z] 9af7f0f0e83d: Preparing [2025-08-01T01:31:34.721Z] ccc921de3ad8: Preparing [2025-08-01T01:31:34.721Z] 097100c76c15: Preparing [2025-08-01T01:31:34.721Z] 097100c76c15: Waiting [2025-08-01T01:31:34.721Z] 1e967a6184b5: Layer already exists [2025-08-01T01:31:34.721Z] 660b83814986: Layer already exists [2025-08-01T01:31:34.721Z] ccc921de3ad8: Layer already exists [2025-08-01T01:31:34.721Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:34.721Z] 9af7f0f0e83d: Layer already exists [2025-08-01T01:31:34.721Z] 097100c76c15: Layer already exists [2025-08-01T01:31:34.721Z] main: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:31:34.789Z] ===================================================== [Pipeline] echo [2025-08-01T01:31:34.802Z] taggedImages: [2025-08-01T01:31:34.802Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:34.802Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-01T01:31:34.802Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-01T01:31:34.802Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:34.802Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-08-01T01:31:34.822Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-08-01T01:31:34.822Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:34.822Z] latest [2025-08-01T01:31:34.822Z] 4.1.0-dev.42 [2025-08-01T01:31:34.822Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:34.822Z] main [2025-08-01T01:31:34.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:35.140Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:35.462Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:35.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-01T01:31:35.462Z] 86a293c3b928: Preparing [2025-08-01T01:31:35.462Z] d2c870461273: Preparing [2025-08-01T01:31:35.462Z] f0897d60ba28: Preparing [2025-08-01T01:31:35.462Z] c15d5cc10e04: Preparing [2025-08-01T01:31:35.462Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:35.462Z] 66e48f655106: Preparing [2025-08-01T01:31:35.462Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:35.462Z] 097100c76c15: Preparing [2025-08-01T01:31:35.462Z] 097100c76c15: Waiting [2025-08-01T01:31:35.462Z] 66e48f655106: Waiting [2025-08-01T01:31:35.462Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:35.462Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:35.462Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:35.462Z] 66e48f655106: Layer already exists [2025-08-01T01:31:35.462Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:35.462Z] 097100c76c15: Layer already exists [2025-08-01T01:31:35.462Z] 86a293c3b928: Pushed [2025-08-01T01:31:35.462Z] d2c870461273: Pushed [2025-08-01T01:31:39.647Z] f0897d60ba28: Pushed [2025-08-01T01:31:39.647Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:39.973Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:40.286Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-01T01:31:40.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-01T01:31:40.286Z] 86a293c3b928: Preparing [2025-08-01T01:31:40.286Z] d2c870461273: Preparing [2025-08-01T01:31:40.286Z] f0897d60ba28: Preparing [2025-08-01T01:31:40.286Z] c15d5cc10e04: Preparing [2025-08-01T01:31:40.286Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:40.286Z] 66e48f655106: Preparing [2025-08-01T01:31:40.286Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:40.286Z] 097100c76c15: Preparing [2025-08-01T01:31:40.286Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:40.286Z] 66e48f655106: Waiting [2025-08-01T01:31:40.286Z] 097100c76c15: Waiting [2025-08-01T01:31:40.286Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:40.286Z] 86a293c3b928: Layer already exists [2025-08-01T01:31:40.286Z] f0897d60ba28: Layer already exists [2025-08-01T01:31:40.286Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:40.286Z] d2c870461273: Layer already exists [2025-08-01T01:31:40.286Z] 66e48f655106: Layer already exists [2025-08-01T01:31:40.286Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:40.286Z] 097100c76c15: Layer already exists [2025-08-01T01:31:40.286Z] latest: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:40.605Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:40.922Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-01T01:31:40.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-01T01:31:40.922Z] 86a293c3b928: Preparing [2025-08-01T01:31:40.922Z] d2c870461273: Preparing [2025-08-01T01:31:40.922Z] f0897d60ba28: Preparing [2025-08-01T01:31:40.922Z] c15d5cc10e04: Preparing [2025-08-01T01:31:40.922Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:40.922Z] 66e48f655106: Preparing [2025-08-01T01:31:40.922Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:40.922Z] 097100c76c15: Preparing [2025-08-01T01:31:40.922Z] 66e48f655106: Waiting [2025-08-01T01:31:40.922Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:40.922Z] 097100c76c15: Waiting [2025-08-01T01:31:40.922Z] 86a293c3b928: Layer already exists [2025-08-01T01:31:40.922Z] f0897d60ba28: Layer already exists [2025-08-01T01:31:40.922Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:40.922Z] d2c870461273: Layer already exists [2025-08-01T01:31:40.922Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:40.922Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:40.922Z] 66e48f655106: Layer already exists [2025-08-01T01:31:40.922Z] 097100c76c15: Layer already exists [2025-08-01T01:31:40.923Z] 4.1.0-dev.42: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:41.249Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:41.566Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:41.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-01T01:31:41.566Z] 86a293c3b928: Preparing [2025-08-01T01:31:41.566Z] d2c870461273: Preparing [2025-08-01T01:31:41.566Z] f0897d60ba28: Preparing [2025-08-01T01:31:41.566Z] c15d5cc10e04: Preparing [2025-08-01T01:31:41.566Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:41.566Z] 66e48f655106: Preparing [2025-08-01T01:31:41.566Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:41.566Z] 097100c76c15: Preparing [2025-08-01T01:31:41.566Z] 097100c76c15: Waiting [2025-08-01T01:31:41.566Z] 66e48f655106: Waiting [2025-08-01T01:31:41.566Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:41.566Z] f0897d60ba28: Layer already exists [2025-08-01T01:31:41.566Z] 86a293c3b928: Layer already exists [2025-08-01T01:31:41.566Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:41.566Z] d2c870461273: Layer already exists [2025-08-01T01:31:41.566Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:41.566Z] 097100c76c15: Layer already exists [2025-08-01T01:31:41.566Z] 66e48f655106: Layer already exists [2025-08-01T01:31:41.566Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:41.566Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:41.884Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:42.215Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-01T01:31:42.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-01T01:31:42.215Z] 86a293c3b928: Preparing [2025-08-01T01:31:42.215Z] d2c870461273: Preparing [2025-08-01T01:31:42.215Z] f0897d60ba28: Preparing [2025-08-01T01:31:42.215Z] c15d5cc10e04: Preparing [2025-08-01T01:31:42.215Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:42.215Z] 66e48f655106: Preparing [2025-08-01T01:31:42.215Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:42.215Z] 097100c76c15: Preparing [2025-08-01T01:31:42.215Z] 66e48f655106: Waiting [2025-08-01T01:31:42.215Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:42.215Z] 097100c76c15: Waiting [2025-08-01T01:31:42.215Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:42.215Z] f0897d60ba28: Layer already exists [2025-08-01T01:31:42.215Z] 86a293c3b928: Layer already exists [2025-08-01T01:31:42.215Z] d2c870461273: Layer already exists [2025-08-01T01:31:42.215Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:42.215Z] 097100c76c15: Layer already exists [2025-08-01T01:31:42.215Z] 66e48f655106: Layer already exists [2025-08-01T01:31:42.215Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:42.215Z] main: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:31:42.277Z] ===================================================== [Pipeline] echo [2025-08-01T01:31:42.289Z] taggedImages: [2025-08-01T01:31:42.289Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:42.289Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-01T01:31:42.289Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-01T01:31:42.289Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:42.289Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-08-01T01:31:42.311Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-08-01T01:31:42.311Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:42.311Z] latest [2025-08-01T01:31:42.311Z] 4.1.0-dev.42 [2025-08-01T01:31:42.311Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:42.311Z] main [2025-08-01T01:31:42.311Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:42.660Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:43.044Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:43.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-01T01:31:43.044Z] 113c412d295b: Preparing [2025-08-01T01:31:43.044Z] 9bf82a826228: Preparing [2025-08-01T01:31:43.044Z] 24a5552b6785: Preparing [2025-08-01T01:31:43.044Z] 43ed54c8309d: Preparing [2025-08-01T01:31:43.044Z] 3b1b864e35a7: Preparing [2025-08-01T01:31:43.044Z] 5b85269b37f1: Preparing [2025-08-01T01:31:43.044Z] 42565fbb30ef: Preparing [2025-08-01T01:31:43.044Z] c15d5cc10e04: Preparing [2025-08-01T01:31:43.044Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:43.044Z] ca3a86979478: Preparing [2025-08-01T01:31:43.044Z] e662af848b88: Preparing [2025-08-01T01:31:43.044Z] 5f70bf18a086: Preparing [2025-08-01T01:31:43.044Z] 4727662bce2e: Preparing [2025-08-01T01:31:43.044Z] 5b6eb305ec59: Preparing [2025-08-01T01:31:43.044Z] d06b03b11051: Preparing [2025-08-01T01:31:43.044Z] 097100c76c15: Preparing [2025-08-01T01:31:43.044Z] 5b85269b37f1: Waiting [2025-08-01T01:31:43.044Z] c15d5cc10e04: Waiting [2025-08-01T01:31:43.044Z] 42565fbb30ef: Waiting [2025-08-01T01:31:43.044Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:43.044Z] 4727662bce2e: Waiting [2025-08-01T01:31:43.044Z] ca3a86979478: Waiting [2025-08-01T01:31:43.044Z] 5f70bf18a086: Waiting [2025-08-01T01:31:43.044Z] e662af848b88: Waiting [2025-08-01T01:31:43.044Z] 097100c76c15: Waiting [2025-08-01T01:31:43.044Z] 5b6eb305ec59: Waiting [2025-08-01T01:31:43.044Z] d06b03b11051: Waiting [2025-08-01T01:31:43.044Z] 24a5552b6785: Pushed [2025-08-01T01:31:43.044Z] 9bf82a826228: Pushed [2025-08-01T01:31:43.044Z] 113c412d295b: Pushed [2025-08-01T01:31:43.044Z] 3b1b864e35a7: Pushed [2025-08-01T01:31:43.044Z] 43ed54c8309d: Pushed [2025-08-01T01:31:43.044Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:43.044Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:43.302Z] 5f70bf18a086: Layer already exists [2025-08-01T01:31:43.302Z] 5b85269b37f1: Pushed [2025-08-01T01:31:43.302Z] ca3a86979478: Pushed [2025-08-01T01:31:43.302Z] e662af848b88: Pushed [2025-08-01T01:31:43.302Z] 097100c76c15: Layer already exists [2025-08-01T01:31:43.302Z] 4727662bce2e: Pushed [2025-08-01T01:31:43.302Z] 5b6eb305ec59: Pushed [2025-08-01T01:31:43.302Z] d06b03b11051: Pushed [2025-08-01T01:31:44.677Z] 42565fbb30ef: Pushed [2025-08-01T01:31:44.935Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:45.260Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:45.584Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-01T01:31:45.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-01T01:31:45.584Z] 113c412d295b: Preparing [2025-08-01T01:31:45.584Z] 9bf82a826228: Preparing [2025-08-01T01:31:45.584Z] 24a5552b6785: Preparing [2025-08-01T01:31:45.584Z] 43ed54c8309d: Preparing [2025-08-01T01:31:45.584Z] 3b1b864e35a7: Preparing [2025-08-01T01:31:45.584Z] 5b85269b37f1: Preparing [2025-08-01T01:31:45.584Z] 42565fbb30ef: Preparing [2025-08-01T01:31:45.584Z] c15d5cc10e04: Preparing [2025-08-01T01:31:45.584Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:45.584Z] ca3a86979478: Preparing [2025-08-01T01:31:45.584Z] 5b85269b37f1: Waiting [2025-08-01T01:31:45.584Z] 42565fbb30ef: Waiting [2025-08-01T01:31:45.584Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:45.584Z] e662af848b88: Preparing [2025-08-01T01:31:45.584Z] c15d5cc10e04: Waiting [2025-08-01T01:31:45.584Z] ca3a86979478: Waiting [2025-08-01T01:31:45.584Z] 5f70bf18a086: Preparing [2025-08-01T01:31:45.584Z] 4727662bce2e: Preparing [2025-08-01T01:31:45.584Z] 5b6eb305ec59: Preparing [2025-08-01T01:31:45.584Z] d06b03b11051: Preparing [2025-08-01T01:31:45.584Z] 5f70bf18a086: Waiting [2025-08-01T01:31:45.584Z] 4727662bce2e: Waiting [2025-08-01T01:31:45.584Z] 5b6eb305ec59: Waiting [2025-08-01T01:31:45.584Z] 097100c76c15: Preparing [2025-08-01T01:31:45.584Z] d06b03b11051: Waiting [2025-08-01T01:31:45.584Z] e662af848b88: Waiting [2025-08-01T01:31:45.584Z] 097100c76c15: Waiting [2025-08-01T01:31:45.584Z] 113c412d295b: Layer already exists [2025-08-01T01:31:45.584Z] 9bf82a826228: Layer already exists [2025-08-01T01:31:45.584Z] 24a5552b6785: Layer already exists [2025-08-01T01:31:45.584Z] 43ed54c8309d: Layer already exists [2025-08-01T01:31:45.584Z] 3b1b864e35a7: Layer already exists [2025-08-01T01:31:45.584Z] 5b85269b37f1: Layer already exists [2025-08-01T01:31:45.584Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:45.584Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:45.584Z] 42565fbb30ef: Layer already exists [2025-08-01T01:31:45.584Z] ca3a86979478: Layer already exists [2025-08-01T01:31:45.584Z] 5f70bf18a086: Layer already exists [2025-08-01T01:31:45.584Z] 4727662bce2e: Layer already exists [2025-08-01T01:31:45.584Z] e662af848b88: Layer already exists [2025-08-01T01:31:45.584Z] d06b03b11051: Layer already exists [2025-08-01T01:31:45.584Z] 5b6eb305ec59: Layer already exists [2025-08-01T01:31:45.584Z] 097100c76c15: Layer already exists [2025-08-01T01:31:45.584Z] latest: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:45.911Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:46.237Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-01T01:31:46.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-01T01:31:46.237Z] 113c412d295b: Preparing [2025-08-01T01:31:46.237Z] 9bf82a826228: Preparing [2025-08-01T01:31:46.237Z] 24a5552b6785: Preparing [2025-08-01T01:31:46.237Z] 43ed54c8309d: Preparing [2025-08-01T01:31:46.237Z] 3b1b864e35a7: Preparing [2025-08-01T01:31:46.237Z] 5b85269b37f1: Preparing [2025-08-01T01:31:46.237Z] 42565fbb30ef: Preparing [2025-08-01T01:31:46.237Z] 5b85269b37f1: Waiting [2025-08-01T01:31:46.237Z] c15d5cc10e04: Preparing [2025-08-01T01:31:46.237Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:46.237Z] ca3a86979478: Preparing [2025-08-01T01:31:46.237Z] e662af848b88: Preparing [2025-08-01T01:31:46.237Z] 5f70bf18a086: Preparing [2025-08-01T01:31:46.237Z] 4727662bce2e: Preparing [2025-08-01T01:31:46.237Z] 42565fbb30ef: Waiting [2025-08-01T01:31:46.237Z] ca3a86979478: Waiting [2025-08-01T01:31:46.237Z] e662af848b88: Waiting [2025-08-01T01:31:46.237Z] 5f70bf18a086: Waiting [2025-08-01T01:31:46.237Z] c15d5cc10e04: Waiting [2025-08-01T01:31:46.237Z] 5b6eb305ec59: Preparing [2025-08-01T01:31:46.237Z] d06b03b11051: Preparing [2025-08-01T01:31:46.237Z] 097100c76c15: Preparing [2025-08-01T01:31:46.237Z] 4727662bce2e: Waiting [2025-08-01T01:31:46.237Z] 5b6eb305ec59: Waiting [2025-08-01T01:31:46.237Z] d06b03b11051: Waiting [2025-08-01T01:31:46.237Z] 097100c76c15: Waiting [2025-08-01T01:31:46.237Z] 24a5552b6785: Layer already exists [2025-08-01T01:31:46.237Z] 3b1b864e35a7: Layer already exists [2025-08-01T01:31:46.237Z] 9bf82a826228: Layer already exists [2025-08-01T01:31:46.237Z] 113c412d295b: Layer already exists [2025-08-01T01:31:46.237Z] 43ed54c8309d: Layer already exists [2025-08-01T01:31:46.237Z] 5b85269b37f1: Layer already exists [2025-08-01T01:31:46.237Z] 42565fbb30ef: Layer already exists [2025-08-01T01:31:46.237Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:46.237Z] ca3a86979478: Layer already exists [2025-08-01T01:31:46.237Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:46.237Z] e662af848b88: Layer already exists [2025-08-01T01:31:46.237Z] 5f70bf18a086: Layer already exists [2025-08-01T01:31:46.237Z] 4727662bce2e: Layer already exists [2025-08-01T01:31:46.237Z] d06b03b11051: Layer already exists [2025-08-01T01:31:46.237Z] 5b6eb305ec59: Layer already exists [2025-08-01T01:31:46.237Z] 097100c76c15: Layer already exists [2025-08-01T01:31:46.237Z] 4.1.0-dev.42: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:46.569Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:46.895Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:46.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-01T01:31:46.895Z] 113c412d295b: Preparing [2025-08-01T01:31:46.895Z] 9bf82a826228: Preparing [2025-08-01T01:31:46.895Z] 24a5552b6785: Preparing [2025-08-01T01:31:46.895Z] 43ed54c8309d: Preparing [2025-08-01T01:31:46.895Z] 3b1b864e35a7: Preparing [2025-08-01T01:31:46.895Z] 5b85269b37f1: Preparing [2025-08-01T01:31:46.895Z] 42565fbb30ef: Preparing [2025-08-01T01:31:46.895Z] c15d5cc10e04: Preparing [2025-08-01T01:31:46.895Z] 5b85269b37f1: Waiting [2025-08-01T01:31:46.895Z] 42565fbb30ef: Waiting [2025-08-01T01:31:46.895Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:46.895Z] c15d5cc10e04: Waiting [2025-08-01T01:31:46.895Z] ca3a86979478: Preparing [2025-08-01T01:31:46.895Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:46.895Z] e662af848b88: Preparing [2025-08-01T01:31:46.895Z] ca3a86979478: Waiting [2025-08-01T01:31:46.895Z] 5f70bf18a086: Preparing [2025-08-01T01:31:46.895Z] 4727662bce2e: Preparing [2025-08-01T01:31:46.895Z] 5b6eb305ec59: Preparing [2025-08-01T01:31:46.895Z] d06b03b11051: Preparing [2025-08-01T01:31:46.895Z] 097100c76c15: Preparing [2025-08-01T01:31:46.895Z] 4727662bce2e: Waiting [2025-08-01T01:31:46.895Z] 5b6eb305ec59: Waiting [2025-08-01T01:31:46.895Z] d06b03b11051: Waiting [2025-08-01T01:31:46.895Z] 5f70bf18a086: Waiting [2025-08-01T01:31:46.895Z] e662af848b88: Waiting [2025-08-01T01:31:46.895Z] 097100c76c15: Waiting [2025-08-01T01:31:46.895Z] 113c412d295b: Layer already exists [2025-08-01T01:31:46.895Z] 43ed54c8309d: Layer already exists [2025-08-01T01:31:46.895Z] 24a5552b6785: Layer already exists [2025-08-01T01:31:46.895Z] 9bf82a826228: Layer already exists [2025-08-01T01:31:46.895Z] 3b1b864e35a7: Layer already exists [2025-08-01T01:31:46.895Z] 5b85269b37f1: Layer already exists [2025-08-01T01:31:46.895Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:46.895Z] 42565fbb30ef: Layer already exists [2025-08-01T01:31:46.895Z] ca3a86979478: Layer already exists [2025-08-01T01:31:46.895Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:46.895Z] 5f70bf18a086: Layer already exists [2025-08-01T01:31:46.895Z] e662af848b88: Layer already exists [2025-08-01T01:31:46.895Z] d06b03b11051: Layer already exists [2025-08-01T01:31:46.895Z] 5b6eb305ec59: Layer already exists [2025-08-01T01:31:46.895Z] 4727662bce2e: Layer already exists [2025-08-01T01:31:46.895Z] 097100c76c15: Layer already exists [2025-08-01T01:31:46.895Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:47.224Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:47.546Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-01T01:31:47.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-01T01:31:47.546Z] 113c412d295b: Preparing [2025-08-01T01:31:47.546Z] 9bf82a826228: Preparing [2025-08-01T01:31:47.546Z] 24a5552b6785: Preparing [2025-08-01T01:31:47.546Z] 43ed54c8309d: Preparing [2025-08-01T01:31:47.546Z] 3b1b864e35a7: Preparing [2025-08-01T01:31:47.546Z] 5b85269b37f1: Preparing [2025-08-01T01:31:47.546Z] 42565fbb30ef: Preparing [2025-08-01T01:31:47.546Z] c15d5cc10e04: Preparing [2025-08-01T01:31:47.546Z] 5b85269b37f1: Waiting [2025-08-01T01:31:47.546Z] 42565fbb30ef: Waiting [2025-08-01T01:31:47.546Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:47.546Z] ca3a86979478: Preparing [2025-08-01T01:31:47.546Z] c15d5cc10e04: Waiting [2025-08-01T01:31:47.546Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:47.546Z] e662af848b88: Preparing [2025-08-01T01:31:47.546Z] 5f70bf18a086: Preparing [2025-08-01T01:31:47.546Z] ca3a86979478: Waiting [2025-08-01T01:31:47.546Z] e662af848b88: Waiting [2025-08-01T01:31:47.546Z] 4727662bce2e: Preparing [2025-08-01T01:31:47.546Z] 5b6eb305ec59: Preparing [2025-08-01T01:31:47.546Z] d06b03b11051: Preparing [2025-08-01T01:31:47.546Z] 097100c76c15: Preparing [2025-08-01T01:31:47.546Z] 4727662bce2e: Waiting [2025-08-01T01:31:47.546Z] 5f70bf18a086: Waiting [2025-08-01T01:31:47.546Z] 5b6eb305ec59: Waiting [2025-08-01T01:31:47.546Z] d06b03b11051: Waiting [2025-08-01T01:31:47.546Z] 097100c76c15: Waiting [2025-08-01T01:31:47.546Z] 3b1b864e35a7: Layer already exists [2025-08-01T01:31:47.546Z] 9bf82a826228: Layer already exists [2025-08-01T01:31:47.546Z] 43ed54c8309d: Layer already exists [2025-08-01T01:31:47.546Z] 113c412d295b: Layer already exists [2025-08-01T01:31:47.546Z] 24a5552b6785: Layer already exists [2025-08-01T01:31:47.546Z] 42565fbb30ef: Layer already exists [2025-08-01T01:31:47.546Z] 5b85269b37f1: Layer already exists [2025-08-01T01:31:47.546Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:47.546Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:47.546Z] e662af848b88: Layer already exists [2025-08-01T01:31:47.546Z] ca3a86979478: Layer already exists [2025-08-01T01:31:47.546Z] 5b6eb305ec59: Layer already exists [2025-08-01T01:31:47.546Z] 5f70bf18a086: Layer already exists [2025-08-01T01:31:47.546Z] 4727662bce2e: Layer already exists [2025-08-01T01:31:47.546Z] 097100c76c15: Layer already exists [2025-08-01T01:31:47.546Z] d06b03b11051: Layer already exists [2025-08-01T01:31:47.546Z] main: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:31:47.623Z] ===================================================== [Pipeline] echo [2025-08-01T01:31:47.635Z] taggedImages: [2025-08-01T01:31:47.635Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:47.635Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-01T01:31:47.635Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-01T01:31:47.635Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:47.635Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-08-01T01:31:47.659Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-08-01T01:31:47.659Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:47.659Z] latest [2025-08-01T01:31:47.659Z] 4.1.0-dev.42 [2025-08-01T01:31:47.659Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:47.659Z] main [2025-08-01T01:31:47.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:47.988Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:48.307Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:48.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-01T01:31:48.307Z] 43c126c50310: Preparing [2025-08-01T01:31:48.307Z] d2d712b5a15d: Preparing [2025-08-01T01:31:48.307Z] 2d85298858b9: Preparing [2025-08-01T01:31:48.307Z] 092b4de02efc: Preparing [2025-08-01T01:31:48.307Z] c15d5cc10e04: Preparing [2025-08-01T01:31:48.307Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:48.307Z] 66e48f655106: Preparing [2025-08-01T01:31:48.307Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:48.307Z] 097100c76c15: Preparing [2025-08-01T01:31:48.307Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:48.307Z] 097100c76c15: Waiting [2025-08-01T01:31:48.307Z] 66e48f655106: Waiting [2025-08-01T01:31:48.307Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:48.307Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:48.307Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:48.307Z] 66e48f655106: Layer already exists [2025-08-01T01:31:48.307Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:48.307Z] d2d712b5a15d: Pushed [2025-08-01T01:31:48.307Z] 097100c76c15: Layer already exists [2025-08-01T01:31:48.307Z] 43c126c50310: Pushed [2025-08-01T01:31:48.307Z] 2d85298858b9: Pushed [2025-08-01T01:31:52.507Z] 092b4de02efc: Pushed [2025-08-01T01:31:52.507Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:52.831Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:53.155Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-01T01:31:53.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-01T01:31:53.155Z] 43c126c50310: Preparing [2025-08-01T01:31:53.155Z] d2d712b5a15d: Preparing [2025-08-01T01:31:53.155Z] 2d85298858b9: Preparing [2025-08-01T01:31:53.155Z] 092b4de02efc: Preparing [2025-08-01T01:31:53.155Z] c15d5cc10e04: Preparing [2025-08-01T01:31:53.155Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:53.155Z] 66e48f655106: Preparing [2025-08-01T01:31:53.155Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:53.155Z] 097100c76c15: Preparing [2025-08-01T01:31:53.155Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:53.155Z] 66e48f655106: Waiting [2025-08-01T01:31:53.155Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:53.155Z] 097100c76c15: Waiting [2025-08-01T01:31:53.155Z] 43c126c50310: Layer already exists [2025-08-01T01:31:53.155Z] 2d85298858b9: Layer already exists [2025-08-01T01:31:53.155Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:53.155Z] d2d712b5a15d: Layer already exists [2025-08-01T01:31:53.155Z] 092b4de02efc: Layer already exists [2025-08-01T01:31:53.155Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:53.155Z] 097100c76c15: Layer already exists [2025-08-01T01:31:53.155Z] 66e48f655106: Layer already exists [2025-08-01T01:31:53.155Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:53.155Z] latest: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:53.488Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:53.812Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-01T01:31:53.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-01T01:31:53.812Z] 43c126c50310: Preparing [2025-08-01T01:31:53.812Z] d2d712b5a15d: Preparing [2025-08-01T01:31:53.812Z] 2d85298858b9: Preparing [2025-08-01T01:31:53.812Z] 092b4de02efc: Preparing [2025-08-01T01:31:53.812Z] c15d5cc10e04: Preparing [2025-08-01T01:31:53.812Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:53.812Z] 66e48f655106: Preparing [2025-08-01T01:31:53.812Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:53.812Z] 097100c76c15: Preparing [2025-08-01T01:31:53.812Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:53.812Z] 66e48f655106: Waiting [2025-08-01T01:31:53.812Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:53.812Z] 097100c76c15: Waiting [2025-08-01T01:31:53.812Z] d2d712b5a15d: Layer already exists [2025-08-01T01:31:53.812Z] 2d85298858b9: Layer already exists [2025-08-01T01:31:53.812Z] 092b4de02efc: Layer already exists [2025-08-01T01:31:53.812Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:53.812Z] 43c126c50310: Layer already exists [2025-08-01T01:31:53.812Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:53.812Z] 66e48f655106: Layer already exists [2025-08-01T01:31:53.812Z] 097100c76c15: Layer already exists [2025-08-01T01:31:53.812Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:53.812Z] 4.1.0-dev.42: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:54.135Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:54.461Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:54.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-01T01:31:54.461Z] 43c126c50310: Preparing [2025-08-01T01:31:54.461Z] d2d712b5a15d: Preparing [2025-08-01T01:31:54.461Z] 2d85298858b9: Preparing [2025-08-01T01:31:54.461Z] 092b4de02efc: Preparing [2025-08-01T01:31:54.461Z] c15d5cc10e04: Preparing [2025-08-01T01:31:54.461Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:54.461Z] 66e48f655106: Preparing [2025-08-01T01:31:54.461Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:54.461Z] 097100c76c15: Preparing [2025-08-01T01:31:54.461Z] 66e48f655106: Waiting [2025-08-01T01:31:54.461Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:54.461Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:54.461Z] 097100c76c15: Waiting [2025-08-01T01:31:54.461Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:54.461Z] d2d712b5a15d: Layer already exists [2025-08-01T01:31:54.461Z] 2d85298858b9: Layer already exists [2025-08-01T01:31:54.461Z] 092b4de02efc: Layer already exists [2025-08-01T01:31:54.461Z] 43c126c50310: Layer already exists [2025-08-01T01:31:54.461Z] 097100c76c15: Layer already exists [2025-08-01T01:31:54.461Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:54.461Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:54.461Z] 66e48f655106: Layer already exists [2025-08-01T01:31:54.461Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:54.782Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:55.104Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-01T01:31:55.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-01T01:31:55.104Z] 43c126c50310: Preparing [2025-08-01T01:31:55.104Z] d2d712b5a15d: Preparing [2025-08-01T01:31:55.104Z] 2d85298858b9: Preparing [2025-08-01T01:31:55.104Z] 092b4de02efc: Preparing [2025-08-01T01:31:55.104Z] c15d5cc10e04: Preparing [2025-08-01T01:31:55.104Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:55.104Z] 66e48f655106: Preparing [2025-08-01T01:31:55.104Z] fb99aee0ebe4: Preparing [2025-08-01T01:31:55.104Z] 097100c76c15: Preparing [2025-08-01T01:31:55.104Z] fb99aee0ebe4: Waiting [2025-08-01T01:31:55.104Z] 66e48f655106: Waiting [2025-08-01T01:31:55.104Z] 097100c76c15: Waiting [2025-08-01T01:31:55.104Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:55.104Z] 2d85298858b9: Layer already exists [2025-08-01T01:31:55.104Z] d2d712b5a15d: Layer already exists [2025-08-01T01:31:55.104Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:55.104Z] 092b4de02efc: Layer already exists [2025-08-01T01:31:55.104Z] 43c126c50310: Layer already exists [2025-08-01T01:31:55.104Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:55.104Z] 097100c76c15: Layer already exists [2025-08-01T01:31:55.104Z] fb99aee0ebe4: Layer already exists [2025-08-01T01:31:55.104Z] 66e48f655106: Layer already exists [2025-08-01T01:31:55.104Z] main: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:31:55.177Z] ===================================================== [Pipeline] echo [2025-08-01T01:31:55.191Z] taggedImages: [2025-08-01T01:31:55.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:55.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-01T01:31:55.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-01T01:31:55.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:55.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-08-01T01:31:55.220Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-08-01T01:31:55.220Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:55.220Z] latest [2025-08-01T01:31:55.220Z] 4.1.0-dev.42 [2025-08-01T01:31:55.220Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:31:55.220Z] main [2025-08-01T01:31:55.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:55.556Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:55.875Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:31:55.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-01T01:31:55.875Z] 68c9ddc369ab: Preparing [2025-08-01T01:31:55.875Z] 89d5a2c55206: Preparing [2025-08-01T01:31:55.875Z] e3ee36989c9f: Preparing [2025-08-01T01:31:55.875Z] dfab5f04cd4e: Preparing [2025-08-01T01:31:55.875Z] 8a0eaf48c15f: Preparing [2025-08-01T01:31:55.875Z] c15d5cc10e04: Preparing [2025-08-01T01:31:55.875Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:55.875Z] 4248b9bcc751: Preparing [2025-08-01T01:31:55.875Z] b1a40aec4189: Preparing [2025-08-01T01:31:55.875Z] c27c45acba29: Preparing [2025-08-01T01:31:55.875Z] 097100c76c15: Preparing [2025-08-01T01:31:55.875Z] 4248b9bcc751: Waiting [2025-08-01T01:31:55.875Z] b1a40aec4189: Waiting [2025-08-01T01:31:55.875Z] c27c45acba29: Waiting [2025-08-01T01:31:55.875Z] 097100c76c15: Waiting [2025-08-01T01:31:55.875Z] c15d5cc10e04: Waiting [2025-08-01T01:31:55.875Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:55.875Z] 68c9ddc369ab: Pushed [2025-08-01T01:31:55.875Z] 89d5a2c55206: Pushed [2025-08-01T01:31:55.875Z] 8a0eaf48c15f: Pushed [2025-08-01T01:31:55.875Z] dfab5f04cd4e: Pushed [2025-08-01T01:31:55.875Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:55.875Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:55.875Z] 097100c76c15: Layer already exists [2025-08-01T01:31:56.133Z] 4248b9bcc751: Pushed [2025-08-01T01:31:56.133Z] b1a40aec4189: Pushed [2025-08-01T01:31:57.525Z] c27c45acba29: Pushed [2025-08-01T01:31:58.926Z] e3ee36989c9f: Pushed [2025-08-01T01:31:59.185Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:59.520Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:31:59.834Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-01T01:31:59.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-01T01:31:59.834Z] 68c9ddc369ab: Preparing [2025-08-01T01:31:59.834Z] 89d5a2c55206: Preparing [2025-08-01T01:31:59.834Z] e3ee36989c9f: Preparing [2025-08-01T01:31:59.834Z] dfab5f04cd4e: Preparing [2025-08-01T01:31:59.834Z] 8a0eaf48c15f: Preparing [2025-08-01T01:31:59.834Z] c15d5cc10e04: Preparing [2025-08-01T01:31:59.834Z] 0f4ae92b5de1: Preparing [2025-08-01T01:31:59.834Z] 4248b9bcc751: Preparing [2025-08-01T01:31:59.834Z] b1a40aec4189: Preparing [2025-08-01T01:31:59.834Z] c27c45acba29: Preparing [2025-08-01T01:31:59.834Z] 097100c76c15: Preparing [2025-08-01T01:31:59.834Z] 0f4ae92b5de1: Waiting [2025-08-01T01:31:59.834Z] 4248b9bcc751: Waiting [2025-08-01T01:31:59.834Z] b1a40aec4189: Waiting [2025-08-01T01:31:59.834Z] c27c45acba29: Waiting [2025-08-01T01:31:59.834Z] 097100c76c15: Waiting [2025-08-01T01:31:59.834Z] c15d5cc10e04: Waiting [2025-08-01T01:31:59.834Z] 68c9ddc369ab: Layer already exists [2025-08-01T01:31:59.834Z] e3ee36989c9f: Layer already exists [2025-08-01T01:31:59.834Z] 8a0eaf48c15f: Layer already exists [2025-08-01T01:31:59.834Z] 89d5a2c55206: Layer already exists [2025-08-01T01:31:59.834Z] dfab5f04cd4e: Layer already exists [2025-08-01T01:31:59.834Z] c15d5cc10e04: Layer already exists [2025-08-01T01:31:59.834Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:31:59.834Z] c27c45acba29: Layer already exists [2025-08-01T01:31:59.834Z] b1a40aec4189: Layer already exists [2025-08-01T01:31:59.834Z] 4248b9bcc751: Layer already exists [2025-08-01T01:31:59.834Z] 097100c76c15: Layer already exists [2025-08-01T01:31:59.834Z] latest: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:00.169Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:00.488Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-01T01:32:00.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-01T01:32:00.488Z] 68c9ddc369ab: Preparing [2025-08-01T01:32:00.488Z] 89d5a2c55206: Preparing [2025-08-01T01:32:00.488Z] e3ee36989c9f: Preparing [2025-08-01T01:32:00.488Z] dfab5f04cd4e: Preparing [2025-08-01T01:32:00.488Z] 8a0eaf48c15f: Preparing [2025-08-01T01:32:00.488Z] c15d5cc10e04: Preparing [2025-08-01T01:32:00.488Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:00.488Z] 4248b9bcc751: Preparing [2025-08-01T01:32:00.488Z] b1a40aec4189: Preparing [2025-08-01T01:32:00.488Z] c27c45acba29: Preparing [2025-08-01T01:32:00.488Z] 097100c76c15: Preparing [2025-08-01T01:32:00.488Z] c15d5cc10e04: Waiting [2025-08-01T01:32:00.488Z] 0f4ae92b5de1: Waiting [2025-08-01T01:32:00.488Z] 4248b9bcc751: Waiting [2025-08-01T01:32:00.488Z] b1a40aec4189: Waiting [2025-08-01T01:32:00.488Z] c27c45acba29: Waiting [2025-08-01T01:32:00.488Z] 097100c76c15: Waiting [2025-08-01T01:32:00.488Z] 89d5a2c55206: Layer already exists [2025-08-01T01:32:00.488Z] 8a0eaf48c15f: Layer already exists [2025-08-01T01:32:00.488Z] e3ee36989c9f: Layer already exists [2025-08-01T01:32:00.488Z] dfab5f04cd4e: Layer already exists [2025-08-01T01:32:00.488Z] 68c9ddc369ab: Layer already exists [2025-08-01T01:32:00.488Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:00.488Z] 4248b9bcc751: Layer already exists [2025-08-01T01:32:00.488Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:00.488Z] b1a40aec4189: Layer already exists [2025-08-01T01:32:00.488Z] c27c45acba29: Layer already exists [2025-08-01T01:32:00.488Z] 097100c76c15: Layer already exists [2025-08-01T01:32:00.488Z] 4.1.0-dev.42: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:00.819Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:01.136Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:01.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-01T01:32:01.136Z] 68c9ddc369ab: Preparing [2025-08-01T01:32:01.136Z] 89d5a2c55206: Preparing [2025-08-01T01:32:01.136Z] e3ee36989c9f: Preparing [2025-08-01T01:32:01.136Z] dfab5f04cd4e: Preparing [2025-08-01T01:32:01.136Z] 8a0eaf48c15f: Preparing [2025-08-01T01:32:01.136Z] c15d5cc10e04: Preparing [2025-08-01T01:32:01.136Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:01.136Z] 4248b9bcc751: Preparing [2025-08-01T01:32:01.136Z] b1a40aec4189: Preparing [2025-08-01T01:32:01.136Z] c27c45acba29: Preparing [2025-08-01T01:32:01.136Z] 097100c76c15: Preparing [2025-08-01T01:32:01.136Z] c15d5cc10e04: Waiting [2025-08-01T01:32:01.136Z] 0f4ae92b5de1: Waiting [2025-08-01T01:32:01.136Z] 4248b9bcc751: Waiting [2025-08-01T01:32:01.136Z] b1a40aec4189: Waiting [2025-08-01T01:32:01.136Z] c27c45acba29: Waiting [2025-08-01T01:32:01.136Z] 097100c76c15: Waiting [2025-08-01T01:32:01.136Z] dfab5f04cd4e: Layer already exists [2025-08-01T01:32:01.136Z] 8a0eaf48c15f: Layer already exists [2025-08-01T01:32:01.136Z] e3ee36989c9f: Layer already exists [2025-08-01T01:32:01.136Z] 68c9ddc369ab: Layer already exists [2025-08-01T01:32:01.136Z] 89d5a2c55206: Layer already exists [2025-08-01T01:32:01.136Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:01.136Z] c27c45acba29: Layer already exists [2025-08-01T01:32:01.136Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:01.136Z] 4248b9bcc751: Layer already exists [2025-08-01T01:32:01.136Z] b1a40aec4189: Layer already exists [2025-08-01T01:32:01.136Z] 097100c76c15: Layer already exists [2025-08-01T01:32:01.136Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:01.462Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:01.789Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-01T01:32:01.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-01T01:32:01.789Z] 68c9ddc369ab: Preparing [2025-08-01T01:32:01.789Z] 89d5a2c55206: Preparing [2025-08-01T01:32:01.789Z] e3ee36989c9f: Preparing [2025-08-01T01:32:01.789Z] dfab5f04cd4e: Preparing [2025-08-01T01:32:01.789Z] 8a0eaf48c15f: Preparing [2025-08-01T01:32:01.789Z] c15d5cc10e04: Preparing [2025-08-01T01:32:01.789Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:01.789Z] 4248b9bcc751: Preparing [2025-08-01T01:32:01.789Z] b1a40aec4189: Preparing [2025-08-01T01:32:01.789Z] c27c45acba29: Preparing [2025-08-01T01:32:01.789Z] 097100c76c15: Preparing [2025-08-01T01:32:01.789Z] 0f4ae92b5de1: Waiting [2025-08-01T01:32:01.789Z] 4248b9bcc751: Waiting [2025-08-01T01:32:01.789Z] b1a40aec4189: Waiting [2025-08-01T01:32:01.789Z] c27c45acba29: Waiting [2025-08-01T01:32:01.789Z] 097100c76c15: Waiting [2025-08-01T01:32:01.789Z] c15d5cc10e04: Waiting [2025-08-01T01:32:01.789Z] 89d5a2c55206: Layer already exists [2025-08-01T01:32:01.789Z] 8a0eaf48c15f: Layer already exists [2025-08-01T01:32:01.789Z] e3ee36989c9f: Layer already exists [2025-08-01T01:32:01.789Z] dfab5f04cd4e: Layer already exists [2025-08-01T01:32:01.789Z] 68c9ddc369ab: Layer already exists [2025-08-01T01:32:01.789Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:01.789Z] 4248b9bcc751: Layer already exists [2025-08-01T01:32:01.789Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:01.789Z] b1a40aec4189: Layer already exists [2025-08-01T01:32:01.789Z] c27c45acba29: Layer already exists [2025-08-01T01:32:01.789Z] 097100c76c15: Layer already exists [2025-08-01T01:32:01.789Z] main: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:32:01.865Z] ===================================================== [Pipeline] echo [2025-08-01T01:32:01.880Z] taggedImages: [2025-08-01T01:32:01.880Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:01.880Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-01T01:32:01.880Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-01T01:32:01.880Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:01.880Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-08-01T01:32:01.910Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-08-01T01:32:01.910Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:01.910Z] latest [2025-08-01T01:32:01.910Z] 4.1.0-dev.42 [2025-08-01T01:32:01.910Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:01.910Z] main [2025-08-01T01:32:01.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:02.241Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:13.336Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:13.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-01T01:32:13.336Z] 618869e9eee4: Preparing [2025-08-01T01:32:13.336Z] 085c12dbd0fb: Preparing [2025-08-01T01:32:13.336Z] aa2b69c58d95: Preparing [2025-08-01T01:32:13.336Z] e0d11aa055f1: Preparing [2025-08-01T01:32:13.336Z] b8d32a416c5d: Preparing [2025-08-01T01:32:13.336Z] 96cd93630a12: Preparing [2025-08-01T01:32:13.336Z] 99231283f769: Preparing [2025-08-01T01:32:13.336Z] c15d5cc10e04: Preparing [2025-08-01T01:32:13.336Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:13.336Z] b488effaa15a: Preparing [2025-08-01T01:32:13.336Z] 371fc813540d: Preparing [2025-08-01T01:32:13.336Z] 097100c76c15: Preparing [2025-08-01T01:32:13.336Z] 96cd93630a12: Waiting [2025-08-01T01:32:13.336Z] b488effaa15a: Waiting [2025-08-01T01:32:13.336Z] 99231283f769: Waiting [2025-08-01T01:32:13.336Z] 371fc813540d: Waiting [2025-08-01T01:32:13.336Z] c15d5cc10e04: Waiting [2025-08-01T01:32:13.336Z] 0f4ae92b5de1: Waiting [2025-08-01T01:32:13.336Z] 097100c76c15: Waiting [2025-08-01T01:32:13.336Z] b8d32a416c5d: Pushed [2025-08-01T01:32:13.336Z] 085c12dbd0fb: Pushed [2025-08-01T01:32:13.336Z] 618869e9eee4: Pushed [2025-08-01T01:32:13.336Z] 96cd93630a12: Pushed [2025-08-01T01:32:13.336Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:13.336Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:13.599Z] 99231283f769: Pushed [2025-08-01T01:32:13.599Z] 097100c76c15: Layer already exists [2025-08-01T01:32:13.599Z] b488effaa15a: Pushed [2025-08-01T01:32:14.972Z] 371fc813540d: Pushed [2025-08-01T01:32:16.347Z] e0d11aa055f1: Pushed [2025-08-01T01:32:16.347Z] aa2b69c58d95: Pushed [2025-08-01T01:32:21.617Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:21.941Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:22.268Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-01T01:32:22.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-01T01:32:22.268Z] 618869e9eee4: Preparing [2025-08-01T01:32:22.268Z] 085c12dbd0fb: Preparing [2025-08-01T01:32:22.268Z] aa2b69c58d95: Preparing [2025-08-01T01:32:22.268Z] e0d11aa055f1: Preparing [2025-08-01T01:32:22.268Z] b8d32a416c5d: Preparing [2025-08-01T01:32:22.268Z] 96cd93630a12: Preparing [2025-08-01T01:32:22.268Z] 99231283f769: Preparing [2025-08-01T01:32:22.268Z] c15d5cc10e04: Preparing [2025-08-01T01:32:22.268Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:22.268Z] b488effaa15a: Preparing [2025-08-01T01:32:22.268Z] 371fc813540d: Preparing [2025-08-01T01:32:22.268Z] 097100c76c15: Preparing [2025-08-01T01:32:22.268Z] 99231283f769: Waiting [2025-08-01T01:32:22.268Z] c15d5cc10e04: Waiting [2025-08-01T01:32:22.268Z] 0f4ae92b5de1: Waiting [2025-08-01T01:32:22.268Z] b488effaa15a: Waiting [2025-08-01T01:32:22.268Z] 097100c76c15: Waiting [2025-08-01T01:32:22.268Z] 371fc813540d: Waiting [2025-08-01T01:32:22.268Z] 96cd93630a12: Waiting [2025-08-01T01:32:22.268Z] e0d11aa055f1: Layer already exists [2025-08-01T01:32:22.268Z] 618869e9eee4: Layer already exists [2025-08-01T01:32:22.268Z] 085c12dbd0fb: Layer already exists [2025-08-01T01:32:22.268Z] b8d32a416c5d: Layer already exists [2025-08-01T01:32:22.268Z] aa2b69c58d95: Layer already exists [2025-08-01T01:32:22.268Z] 96cd93630a12: Layer already exists [2025-08-01T01:32:22.268Z] 99231283f769: Layer already exists [2025-08-01T01:32:22.268Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:22.268Z] b488effaa15a: Layer already exists [2025-08-01T01:32:22.268Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:22.268Z] 097100c76c15: Layer already exists [2025-08-01T01:32:22.268Z] 371fc813540d: Layer already exists [2025-08-01T01:32:22.268Z] latest: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:22.862Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:23.184Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-01T01:32:23.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-01T01:32:23.184Z] 618869e9eee4: Preparing [2025-08-01T01:32:23.184Z] 085c12dbd0fb: Preparing [2025-08-01T01:32:23.184Z] aa2b69c58d95: Preparing [2025-08-01T01:32:23.184Z] e0d11aa055f1: Preparing [2025-08-01T01:32:23.184Z] b8d32a416c5d: Preparing [2025-08-01T01:32:23.184Z] 96cd93630a12: Preparing [2025-08-01T01:32:23.184Z] 99231283f769: Preparing [2025-08-01T01:32:23.184Z] c15d5cc10e04: Preparing [2025-08-01T01:32:23.184Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:23.184Z] b488effaa15a: Preparing [2025-08-01T01:32:23.184Z] 371fc813540d: Preparing [2025-08-01T01:32:23.184Z] 097100c76c15: Preparing [2025-08-01T01:32:23.184Z] 96cd93630a12: Waiting [2025-08-01T01:32:23.184Z] 371fc813540d: Waiting [2025-08-01T01:32:23.184Z] 99231283f769: Waiting [2025-08-01T01:32:23.184Z] 0f4ae92b5de1: Waiting [2025-08-01T01:32:23.184Z] b488effaa15a: Waiting [2025-08-01T01:32:23.184Z] 097100c76c15: Waiting [2025-08-01T01:32:23.184Z] aa2b69c58d95: Layer already exists [2025-08-01T01:32:23.184Z] 085c12dbd0fb: Layer already exists [2025-08-01T01:32:23.184Z] e0d11aa055f1: Layer already exists [2025-08-01T01:32:23.184Z] 618869e9eee4: Layer already exists [2025-08-01T01:32:23.184Z] b8d32a416c5d: Layer already exists [2025-08-01T01:32:23.184Z] 99231283f769: Layer already exists [2025-08-01T01:32:23.184Z] 96cd93630a12: Layer already exists [2025-08-01T01:32:23.184Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:23.184Z] b488effaa15a: Layer already exists [2025-08-01T01:32:23.184Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:23.184Z] 097100c76c15: Layer already exists [2025-08-01T01:32:23.184Z] 371fc813540d: Layer already exists [2025-08-01T01:32:23.184Z] 4.1.0-dev.42: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:23.513Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:23.850Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:23.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-01T01:32:23.850Z] 618869e9eee4: Preparing [2025-08-01T01:32:23.850Z] 085c12dbd0fb: Preparing [2025-08-01T01:32:23.850Z] aa2b69c58d95: Preparing [2025-08-01T01:32:23.850Z] e0d11aa055f1: Preparing [2025-08-01T01:32:23.850Z] b8d32a416c5d: Preparing [2025-08-01T01:32:23.850Z] 96cd93630a12: Preparing [2025-08-01T01:32:23.850Z] 99231283f769: Preparing [2025-08-01T01:32:23.850Z] c15d5cc10e04: Preparing [2025-08-01T01:32:23.850Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:23.850Z] b488effaa15a: Preparing [2025-08-01T01:32:23.850Z] 371fc813540d: Preparing [2025-08-01T01:32:23.850Z] 097100c76c15: Preparing [2025-08-01T01:32:23.850Z] 96cd93630a12: Waiting [2025-08-01T01:32:23.850Z] 99231283f769: Waiting [2025-08-01T01:32:23.850Z] c15d5cc10e04: Waiting [2025-08-01T01:32:23.850Z] 0f4ae92b5de1: Waiting [2025-08-01T01:32:23.850Z] 371fc813540d: Waiting [2025-08-01T01:32:23.850Z] 097100c76c15: Waiting [2025-08-01T01:32:23.850Z] b488effaa15a: Waiting [2025-08-01T01:32:23.850Z] e0d11aa055f1: Layer already exists [2025-08-01T01:32:23.850Z] 618869e9eee4: Layer already exists [2025-08-01T01:32:23.850Z] b8d32a416c5d: Layer already exists [2025-08-01T01:32:23.850Z] aa2b69c58d95: Layer already exists [2025-08-01T01:32:23.850Z] 085c12dbd0fb: Layer already exists [2025-08-01T01:32:23.850Z] 99231283f769: Layer already exists [2025-08-01T01:32:23.850Z] 96cd93630a12: Layer already exists [2025-08-01T01:32:23.850Z] b488effaa15a: Layer already exists [2025-08-01T01:32:23.850Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:23.850Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:23.850Z] 097100c76c15: Layer already exists [2025-08-01T01:32:23.850Z] 371fc813540d: Layer already exists [2025-08-01T01:32:23.850Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:24.174Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:24.497Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-01T01:32:24.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-01T01:32:24.497Z] 618869e9eee4: Preparing [2025-08-01T01:32:24.497Z] 085c12dbd0fb: Preparing [2025-08-01T01:32:24.497Z] aa2b69c58d95: Preparing [2025-08-01T01:32:24.497Z] e0d11aa055f1: Preparing [2025-08-01T01:32:24.497Z] b8d32a416c5d: Preparing [2025-08-01T01:32:24.497Z] 96cd93630a12: Preparing [2025-08-01T01:32:24.497Z] 99231283f769: Preparing [2025-08-01T01:32:24.497Z] c15d5cc10e04: Preparing [2025-08-01T01:32:24.497Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:24.497Z] b488effaa15a: Preparing [2025-08-01T01:32:24.497Z] 371fc813540d: Preparing [2025-08-01T01:32:24.497Z] 097100c76c15: Preparing [2025-08-01T01:32:24.497Z] 96cd93630a12: Waiting [2025-08-01T01:32:24.497Z] 99231283f769: Waiting [2025-08-01T01:32:24.497Z] c15d5cc10e04: Waiting [2025-08-01T01:32:24.497Z] 0f4ae92b5de1: Waiting [2025-08-01T01:32:24.497Z] b488effaa15a: Waiting [2025-08-01T01:32:24.497Z] 371fc813540d: Waiting [2025-08-01T01:32:24.497Z] 097100c76c15: Waiting [2025-08-01T01:32:24.497Z] aa2b69c58d95: Layer already exists [2025-08-01T01:32:24.497Z] e0d11aa055f1: Layer already exists [2025-08-01T01:32:24.497Z] b8d32a416c5d: Layer already exists [2025-08-01T01:32:24.497Z] 085c12dbd0fb: Layer already exists [2025-08-01T01:32:24.497Z] 618869e9eee4: Layer already exists [2025-08-01T01:32:24.497Z] 99231283f769: Layer already exists [2025-08-01T01:32:24.497Z] 96cd93630a12: Layer already exists [2025-08-01T01:32:24.497Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:24.497Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:24.497Z] b488effaa15a: Layer already exists [2025-08-01T01:32:24.497Z] 371fc813540d: Layer already exists [2025-08-01T01:32:24.497Z] 097100c76c15: Layer already exists [2025-08-01T01:32:24.497Z] main: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:32:24.559Z] ===================================================== [Pipeline] echo [2025-08-01T01:32:24.575Z] taggedImages: [2025-08-01T01:32:24.575Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:24.575Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-01T01:32:24.575Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-01T01:32:24.575Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:24.575Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-08-01T01:32:24.607Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-08-01T01:32:24.607Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:24.607Z] latest [2025-08-01T01:32:24.607Z] 4.1.0-dev.42 [2025-08-01T01:32:24.607Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:24.607Z] main [2025-08-01T01:32:24.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:24.957Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:25.281Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:25.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-01T01:32:25.281Z] 4b07e7cfaea5: Preparing [2025-08-01T01:32:25.281Z] f55a2615926a: Preparing [2025-08-01T01:32:25.281Z] c15d5cc10e04: Preparing [2025-08-01T01:32:25.281Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:25.281Z] e274d6352778: Preparing [2025-08-01T01:32:25.281Z] 222d5bc79a47: Preparing [2025-08-01T01:32:25.281Z] 097100c76c15: Preparing [2025-08-01T01:32:25.281Z] 222d5bc79a47: Waiting [2025-08-01T01:32:25.281Z] 097100c76c15: Waiting [2025-08-01T01:32:25.281Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:25.281Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:25.281Z] 097100c76c15: Layer already exists [2025-08-01T01:32:25.281Z] e274d6352778: Pushed [2025-08-01T01:32:25.281Z] 4b07e7cfaea5: Pushed [2025-08-01T01:32:26.218Z] 222d5bc79a47: Pushed [2025-08-01T01:32:28.751Z] f55a2615926a: Pushed [2025-08-01T01:32:28.751Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:29.080Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:29.405Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-01T01:32:29.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-01T01:32:29.405Z] 4b07e7cfaea5: Preparing [2025-08-01T01:32:29.405Z] f55a2615926a: Preparing [2025-08-01T01:32:29.405Z] c15d5cc10e04: Preparing [2025-08-01T01:32:29.405Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:29.405Z] e274d6352778: Preparing [2025-08-01T01:32:29.405Z] 222d5bc79a47: Preparing [2025-08-01T01:32:29.405Z] 097100c76c15: Preparing [2025-08-01T01:32:29.405Z] 222d5bc79a47: Waiting [2025-08-01T01:32:29.405Z] 097100c76c15: Waiting [2025-08-01T01:32:29.405Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:29.405Z] e274d6352778: Layer already exists [2025-08-01T01:32:29.405Z] f55a2615926a: Layer already exists [2025-08-01T01:32:29.405Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:29.405Z] 4b07e7cfaea5: Layer already exists [2025-08-01T01:32:29.405Z] 222d5bc79a47: Layer already exists [2025-08-01T01:32:29.405Z] 097100c76c15: Layer already exists [2025-08-01T01:32:29.405Z] latest: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:29.728Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:30.055Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-01T01:32:30.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-01T01:32:30.055Z] 4b07e7cfaea5: Preparing [2025-08-01T01:32:30.055Z] f55a2615926a: Preparing [2025-08-01T01:32:30.055Z] c15d5cc10e04: Preparing [2025-08-01T01:32:30.055Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:30.055Z] e274d6352778: Preparing [2025-08-01T01:32:30.055Z] 222d5bc79a47: Preparing [2025-08-01T01:32:30.055Z] 097100c76c15: Preparing [2025-08-01T01:32:30.055Z] 097100c76c15: Waiting [2025-08-01T01:32:30.055Z] 222d5bc79a47: Waiting [2025-08-01T01:32:30.055Z] 4b07e7cfaea5: Layer already exists [2025-08-01T01:32:30.055Z] f55a2615926a: Layer already exists [2025-08-01T01:32:30.055Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:30.055Z] e274d6352778: Layer already exists [2025-08-01T01:32:30.055Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:30.055Z] 222d5bc79a47: Layer already exists [2025-08-01T01:32:30.055Z] 097100c76c15: Layer already exists [2025-08-01T01:32:30.055Z] 4.1.0-dev.42: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:30.380Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:30.696Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:30.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-01T01:32:30.696Z] 4b07e7cfaea5: Preparing [2025-08-01T01:32:30.696Z] f55a2615926a: Preparing [2025-08-01T01:32:30.696Z] c15d5cc10e04: Preparing [2025-08-01T01:32:30.696Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:30.696Z] e274d6352778: Preparing [2025-08-01T01:32:30.696Z] 222d5bc79a47: Preparing [2025-08-01T01:32:30.696Z] 097100c76c15: Preparing [2025-08-01T01:32:30.696Z] 222d5bc79a47: Waiting [2025-08-01T01:32:30.696Z] 097100c76c15: Waiting [2025-08-01T01:32:30.696Z] e274d6352778: Layer already exists [2025-08-01T01:32:30.696Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:30.696Z] f55a2615926a: Layer already exists [2025-08-01T01:32:30.696Z] 4b07e7cfaea5: Layer already exists [2025-08-01T01:32:30.696Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:30.696Z] 222d5bc79a47: Layer already exists [2025-08-01T01:32:30.696Z] 097100c76c15: Layer already exists [2025-08-01T01:32:30.696Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:31.023Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:31.338Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-01T01:32:31.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-01T01:32:31.338Z] 4b07e7cfaea5: Preparing [2025-08-01T01:32:31.338Z] f55a2615926a: Preparing [2025-08-01T01:32:31.338Z] c15d5cc10e04: Preparing [2025-08-01T01:32:31.338Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:31.338Z] e274d6352778: Preparing [2025-08-01T01:32:31.338Z] 222d5bc79a47: Preparing [2025-08-01T01:32:31.338Z] 097100c76c15: Preparing [2025-08-01T01:32:31.338Z] 222d5bc79a47: Waiting [2025-08-01T01:32:31.338Z] 097100c76c15: Waiting [2025-08-01T01:32:31.338Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:31.338Z] e274d6352778: Layer already exists [2025-08-01T01:32:31.338Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:31.338Z] 4b07e7cfaea5: Layer already exists [2025-08-01T01:32:31.338Z] f55a2615926a: Layer already exists [2025-08-01T01:32:31.338Z] 222d5bc79a47: Layer already exists [2025-08-01T01:32:31.338Z] 097100c76c15: Layer already exists [2025-08-01T01:32:31.338Z] main: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:32:31.416Z] ===================================================== [Pipeline] echo [2025-08-01T01:32:31.429Z] taggedImages: [2025-08-01T01:32:31.429Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:31.429Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-01T01:32:31.429Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-01T01:32:31.429Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:31.429Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-08-01T01:32:31.458Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-08-01T01:32:31.458Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:31.458Z] latest [2025-08-01T01:32:31.458Z] 4.1.0-dev.42 [2025-08-01T01:32:31.458Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:31.458Z] main [2025-08-01T01:32:31.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:31.798Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:32.182Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:32.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-01T01:32:32.182Z] 4e82af1843cf: Preparing [2025-08-01T01:32:32.182Z] 52ed25fac25e: Preparing [2025-08-01T01:32:32.182Z] cd253c495b6e: Preparing [2025-08-01T01:32:32.182Z] c15d5cc10e04: Preparing [2025-08-01T01:32:32.182Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:32.182Z] a958bc3d9ba3: Preparing [2025-08-01T01:32:32.182Z] 43432c6a0791: Preparing [2025-08-01T01:32:32.182Z] 035bd87a354d: Preparing [2025-08-01T01:32:32.182Z] a958bc3d9ba3: Waiting [2025-08-01T01:32:32.182Z] 43432c6a0791: Waiting [2025-08-01T01:32:32.182Z] 620d0770ba39: Preparing [2025-08-01T01:32:32.182Z] 097100c76c15: Preparing [2025-08-01T01:32:32.182Z] 035bd87a354d: Waiting [2025-08-01T01:32:32.182Z] 620d0770ba39: Waiting [2025-08-01T01:32:32.182Z] 097100c76c15: Waiting [2025-08-01T01:32:32.182Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:32.182Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:32.182Z] 4e82af1843cf: Pushed [2025-08-01T01:32:32.182Z] cd253c495b6e: Pushed [2025-08-01T01:32:32.182Z] 52ed25fac25e: Pushed [2025-08-01T01:32:32.182Z] 097100c76c15: Layer already exists [2025-08-01T01:32:32.182Z] 035bd87a354d: Pushed [2025-08-01T01:32:32.456Z] 620d0770ba39: Pushed [2025-08-01T01:32:37.851Z] 43432c6a0791: Pushed [2025-08-01T01:32:45.968Z] a958bc3d9ba3: Pushed [2025-08-01T01:32:45.968Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:46.297Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:46.616Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-01T01:32:46.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-01T01:32:46.616Z] 4e82af1843cf: Preparing [2025-08-01T01:32:46.616Z] 52ed25fac25e: Preparing [2025-08-01T01:32:46.616Z] cd253c495b6e: Preparing [2025-08-01T01:32:46.616Z] c15d5cc10e04: Preparing [2025-08-01T01:32:46.616Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:46.616Z] a958bc3d9ba3: Preparing [2025-08-01T01:32:46.616Z] 43432c6a0791: Preparing [2025-08-01T01:32:46.616Z] 035bd87a354d: Preparing [2025-08-01T01:32:46.616Z] 620d0770ba39: Preparing [2025-08-01T01:32:46.616Z] 097100c76c15: Preparing [2025-08-01T01:32:46.616Z] a958bc3d9ba3: Waiting [2025-08-01T01:32:46.616Z] 43432c6a0791: Waiting [2025-08-01T01:32:46.616Z] 035bd87a354d: Waiting [2025-08-01T01:32:46.616Z] 620d0770ba39: Waiting [2025-08-01T01:32:46.616Z] 097100c76c15: Waiting [2025-08-01T01:32:46.616Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:46.616Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:46.616Z] 4e82af1843cf: Layer already exists [2025-08-01T01:32:46.616Z] 52ed25fac25e: Layer already exists [2025-08-01T01:32:46.616Z] cd253c495b6e: Layer already exists [2025-08-01T01:32:46.616Z] a958bc3d9ba3: Layer already exists [2025-08-01T01:32:46.616Z] 620d0770ba39: Layer already exists [2025-08-01T01:32:46.616Z] 035bd87a354d: Layer already exists [2025-08-01T01:32:46.616Z] 43432c6a0791: Layer already exists [2025-08-01T01:32:46.616Z] 097100c76c15: Layer already exists [2025-08-01T01:32:46.616Z] latest: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:46.941Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:47.259Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-01T01:32:47.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-01T01:32:47.259Z] 4e82af1843cf: Preparing [2025-08-01T01:32:47.259Z] 52ed25fac25e: Preparing [2025-08-01T01:32:47.259Z] cd253c495b6e: Preparing [2025-08-01T01:32:47.259Z] c15d5cc10e04: Preparing [2025-08-01T01:32:47.259Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:47.259Z] a958bc3d9ba3: Preparing [2025-08-01T01:32:47.259Z] 43432c6a0791: Preparing [2025-08-01T01:32:47.259Z] 035bd87a354d: Preparing [2025-08-01T01:32:47.259Z] 620d0770ba39: Preparing [2025-08-01T01:32:47.259Z] 097100c76c15: Preparing [2025-08-01T01:32:47.259Z] a958bc3d9ba3: Waiting [2025-08-01T01:32:47.259Z] 43432c6a0791: Waiting [2025-08-01T01:32:47.259Z] 035bd87a354d: Waiting [2025-08-01T01:32:47.259Z] 620d0770ba39: Waiting [2025-08-01T01:32:47.259Z] 097100c76c15: Waiting [2025-08-01T01:32:47.259Z] cd253c495b6e: Layer already exists [2025-08-01T01:32:47.259Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:47.259Z] 52ed25fac25e: Layer already exists [2025-08-01T01:32:47.259Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:47.259Z] 4e82af1843cf: Layer already exists [2025-08-01T01:32:47.259Z] a958bc3d9ba3: Layer already exists [2025-08-01T01:32:47.259Z] 035bd87a354d: Layer already exists [2025-08-01T01:32:47.259Z] 620d0770ba39: Layer already exists [2025-08-01T01:32:47.259Z] 43432c6a0791: Layer already exists [2025-08-01T01:32:47.259Z] 097100c76c15: Layer already exists [2025-08-01T01:32:47.259Z] 4.1.0-dev.42: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:47.585Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:47.907Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:47.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-01T01:32:47.907Z] 4e82af1843cf: Preparing [2025-08-01T01:32:47.907Z] 52ed25fac25e: Preparing [2025-08-01T01:32:47.907Z] cd253c495b6e: Preparing [2025-08-01T01:32:47.907Z] c15d5cc10e04: Preparing [2025-08-01T01:32:47.907Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:47.907Z] a958bc3d9ba3: Preparing [2025-08-01T01:32:47.907Z] 43432c6a0791: Preparing [2025-08-01T01:32:47.907Z] a958bc3d9ba3: Waiting [2025-08-01T01:32:47.907Z] 035bd87a354d: Preparing [2025-08-01T01:32:47.907Z] 43432c6a0791: Waiting [2025-08-01T01:32:47.907Z] 620d0770ba39: Preparing [2025-08-01T01:32:47.907Z] 097100c76c15: Preparing [2025-08-01T01:32:47.907Z] 620d0770ba39: Waiting [2025-08-01T01:32:47.907Z] 097100c76c15: Waiting [2025-08-01T01:32:47.907Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:47.907Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:47.907Z] 4e82af1843cf: Layer already exists [2025-08-01T01:32:47.907Z] cd253c495b6e: Layer already exists [2025-08-01T01:32:47.907Z] 52ed25fac25e: Layer already exists [2025-08-01T01:32:47.907Z] 43432c6a0791: Layer already exists [2025-08-01T01:32:47.907Z] 035bd87a354d: Layer already exists [2025-08-01T01:32:47.907Z] a958bc3d9ba3: Layer already exists [2025-08-01T01:32:47.907Z] 620d0770ba39: Layer already exists [2025-08-01T01:32:47.907Z] 097100c76c15: Layer already exists [2025-08-01T01:32:47.907Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:48.229Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:48.546Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-01T01:32:48.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-01T01:32:48.546Z] 4e82af1843cf: Preparing [2025-08-01T01:32:48.546Z] 52ed25fac25e: Preparing [2025-08-01T01:32:48.546Z] cd253c495b6e: Preparing [2025-08-01T01:32:48.546Z] c15d5cc10e04: Preparing [2025-08-01T01:32:48.546Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:48.546Z] a958bc3d9ba3: Preparing [2025-08-01T01:32:48.546Z] 43432c6a0791: Preparing [2025-08-01T01:32:48.546Z] 035bd87a354d: Preparing [2025-08-01T01:32:48.546Z] 620d0770ba39: Preparing [2025-08-01T01:32:48.546Z] 097100c76c15: Preparing [2025-08-01T01:32:48.546Z] a958bc3d9ba3: Waiting [2025-08-01T01:32:48.546Z] 43432c6a0791: Waiting [2025-08-01T01:32:48.546Z] 035bd87a354d: Waiting [2025-08-01T01:32:48.546Z] 620d0770ba39: Waiting [2025-08-01T01:32:48.546Z] 097100c76c15: Waiting [2025-08-01T01:32:48.546Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:48.546Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:48.546Z] 4e82af1843cf: Layer already exists [2025-08-01T01:32:48.546Z] 52ed25fac25e: Layer already exists [2025-08-01T01:32:48.546Z] cd253c495b6e: Layer already exists [2025-08-01T01:32:48.546Z] a958bc3d9ba3: Layer already exists [2025-08-01T01:32:48.546Z] 43432c6a0791: Layer already exists [2025-08-01T01:32:48.546Z] 620d0770ba39: Layer already exists [2025-08-01T01:32:48.546Z] 035bd87a354d: Layer already exists [2025-08-01T01:32:48.546Z] 097100c76c15: Layer already exists [2025-08-01T01:32:48.546Z] main: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:32:48.615Z] ===================================================== [Pipeline] echo [2025-08-01T01:32:48.628Z] taggedImages: [2025-08-01T01:32:48.628Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:48.628Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-01T01:32:48.628Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-01T01:32:48.628Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:48.628Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-08-01T01:32:48.661Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-08-01T01:32:48.661Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:48.661Z] latest [2025-08-01T01:32:48.661Z] 4.1.0-dev.42 [2025-08-01T01:32:48.661Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:32:48.661Z] main [2025-08-01T01:32:48.661Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:49.006Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:32:49.340Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:32:49.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-01T01:32:49.340Z] 61958a2a2154: Preparing [2025-08-01T01:32:49.340Z] 483bc91211bb: Preparing [2025-08-01T01:32:49.340Z] 4839598b2a07: Preparing [2025-08-01T01:32:49.340Z] c15d5cc10e04: Preparing [2025-08-01T01:32:49.340Z] 0f4ae92b5de1: Preparing [2025-08-01T01:32:49.340Z] d1c8d1e67e1f: Preparing [2025-08-01T01:32:49.340Z] 8ac34fada2f0: Preparing [2025-08-01T01:32:49.340Z] b70d120298f5: Preparing [2025-08-01T01:32:49.340Z] 097100c76c15: Preparing [2025-08-01T01:32:49.340Z] 8ac34fada2f0: Waiting [2025-08-01T01:32:49.340Z] b70d120298f5: Waiting [2025-08-01T01:32:49.340Z] 097100c76c15: Waiting [2025-08-01T01:32:49.340Z] d1c8d1e67e1f: Waiting [2025-08-01T01:32:49.340Z] c15d5cc10e04: Layer already exists [2025-08-01T01:32:49.340Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:32:49.340Z] 4839598b2a07: Pushed [2025-08-01T01:32:49.340Z] 61958a2a2154: Pushed [2025-08-01T01:32:49.340Z] 483bc91211bb: Pushed [2025-08-01T01:32:49.340Z] 8ac34fada2f0: Pushed [2025-08-01T01:32:49.340Z] 097100c76c15: Layer already exists [2025-08-01T01:32:49.908Z] b70d120298f5: Pushed [2025-08-01T01:33:02.108Z] d1c8d1e67e1f: Pushed [2025-08-01T01:33:02.367Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:02.693Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:03.007Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-01T01:33:03.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-01T01:33:03.007Z] 61958a2a2154: Preparing [2025-08-01T01:33:03.007Z] 483bc91211bb: Preparing [2025-08-01T01:33:03.007Z] 4839598b2a07: Preparing [2025-08-01T01:33:03.007Z] c15d5cc10e04: Preparing [2025-08-01T01:33:03.007Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:03.007Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:03.007Z] 8ac34fada2f0: Preparing [2025-08-01T01:33:03.007Z] b70d120298f5: Preparing [2025-08-01T01:33:03.007Z] 097100c76c15: Preparing [2025-08-01T01:33:03.007Z] 8ac34fada2f0: Waiting [2025-08-01T01:33:03.007Z] b70d120298f5: Waiting [2025-08-01T01:33:03.007Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:03.007Z] 097100c76c15: Waiting [2025-08-01T01:33:03.007Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:03.007Z] 61958a2a2154: Layer already exists [2025-08-01T01:33:03.007Z] 4839598b2a07: Layer already exists [2025-08-01T01:33:03.007Z] 483bc91211bb: Layer already exists [2025-08-01T01:33:03.007Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:03.007Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:03.007Z] 8ac34fada2f0: Layer already exists [2025-08-01T01:33:03.007Z] b70d120298f5: Layer already exists [2025-08-01T01:33:03.007Z] 097100c76c15: Layer already exists [2025-08-01T01:33:03.007Z] latest: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:03.331Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:03.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-01T01:33:03.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-01T01:33:03.650Z] 61958a2a2154: Preparing [2025-08-01T01:33:03.650Z] 483bc91211bb: Preparing [2025-08-01T01:33:03.650Z] 4839598b2a07: Preparing [2025-08-01T01:33:03.650Z] c15d5cc10e04: Preparing [2025-08-01T01:33:03.650Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:03.650Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:03.650Z] 8ac34fada2f0: Preparing [2025-08-01T01:33:03.650Z] b70d120298f5: Preparing [2025-08-01T01:33:03.650Z] 097100c76c15: Preparing [2025-08-01T01:33:03.650Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:03.650Z] 8ac34fada2f0: Waiting [2025-08-01T01:33:03.650Z] b70d120298f5: Waiting [2025-08-01T01:33:03.650Z] 097100c76c15: Waiting [2025-08-01T01:33:03.650Z] 61958a2a2154: Layer already exists [2025-08-01T01:33:03.650Z] 483bc91211bb: Layer already exists [2025-08-01T01:33:03.650Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:03.650Z] 4839598b2a07: Layer already exists [2025-08-01T01:33:03.650Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:03.650Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:03.650Z] b70d120298f5: Layer already exists [2025-08-01T01:33:03.650Z] 8ac34fada2f0: Layer already exists [2025-08-01T01:33:03.650Z] 097100c76c15: Layer already exists [2025-08-01T01:33:03.650Z] 4.1.0-dev.42: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:03.982Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:04.300Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:04.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-01T01:33:04.300Z] 61958a2a2154: Preparing [2025-08-01T01:33:04.300Z] 483bc91211bb: Preparing [2025-08-01T01:33:04.300Z] 4839598b2a07: Preparing [2025-08-01T01:33:04.300Z] c15d5cc10e04: Preparing [2025-08-01T01:33:04.300Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:04.300Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:04.300Z] 8ac34fada2f0: Preparing [2025-08-01T01:33:04.300Z] b70d120298f5: Preparing [2025-08-01T01:33:04.300Z] 097100c76c15: Preparing [2025-08-01T01:33:04.300Z] b70d120298f5: Waiting [2025-08-01T01:33:04.300Z] 097100c76c15: Waiting [2025-08-01T01:33:04.300Z] 8ac34fada2f0: Waiting [2025-08-01T01:33:04.300Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:04.300Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:04.300Z] 61958a2a2154: Layer already exists [2025-08-01T01:33:04.300Z] 4839598b2a07: Layer already exists [2025-08-01T01:33:04.300Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:04.300Z] 483bc91211bb: Layer already exists [2025-08-01T01:33:04.300Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:04.300Z] 8ac34fada2f0: Layer already exists [2025-08-01T01:33:04.300Z] b70d120298f5: Layer already exists [2025-08-01T01:33:04.300Z] 097100c76c15: Layer already exists [2025-08-01T01:33:04.300Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:04.628Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:04.945Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-01T01:33:04.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-01T01:33:04.945Z] 61958a2a2154: Preparing [2025-08-01T01:33:04.945Z] 483bc91211bb: Preparing [2025-08-01T01:33:04.945Z] 4839598b2a07: Preparing [2025-08-01T01:33:04.945Z] c15d5cc10e04: Preparing [2025-08-01T01:33:04.945Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:04.945Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:04.945Z] 8ac34fada2f0: Preparing [2025-08-01T01:33:04.945Z] b70d120298f5: Preparing [2025-08-01T01:33:04.945Z] 097100c76c15: Preparing [2025-08-01T01:33:04.945Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:04.945Z] 8ac34fada2f0: Waiting [2025-08-01T01:33:04.945Z] b70d120298f5: Waiting [2025-08-01T01:33:04.945Z] 097100c76c15: Waiting [2025-08-01T01:33:04.945Z] 483bc91211bb: Layer already exists [2025-08-01T01:33:04.945Z] 61958a2a2154: Layer already exists [2025-08-01T01:33:04.945Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:04.945Z] 4839598b2a07: Layer already exists [2025-08-01T01:33:04.945Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:04.945Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:04.945Z] b70d120298f5: Layer already exists [2025-08-01T01:33:04.945Z] 097100c76c15: Layer already exists [2025-08-01T01:33:04.945Z] 8ac34fada2f0: Layer already exists [2025-08-01T01:33:04.945Z] main: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:33:05.016Z] ===================================================== [Pipeline] echo [2025-08-01T01:33:05.026Z] taggedImages: [2025-08-01T01:33:05.026Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:05.026Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-01T01:33:05.026Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-01T01:33:05.026Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:05.026Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-08-01T01:33:05.053Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-08-01T01:33:05.053Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:05.053Z] latest [2025-08-01T01:33:05.053Z] 4.1.0-dev.42 [2025-08-01T01:33:05.053Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:05.053Z] main [2025-08-01T01:33:05.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:05.385Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:05.711Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:05.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-01T01:33:05.711Z] 4e82af1843cf: Preparing [2025-08-01T01:33:05.711Z] 635f5a50bc11: Preparing [2025-08-01T01:33:05.711Z] d40226e49418: Preparing [2025-08-01T01:33:05.711Z] c15d5cc10e04: Preparing [2025-08-01T01:33:05.711Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:05.711Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:05.711Z] 035bd87a354d: Preparing [2025-08-01T01:33:05.711Z] 620d0770ba39: Preparing [2025-08-01T01:33:05.711Z] 097100c76c15: Preparing [2025-08-01T01:33:05.711Z] 035bd87a354d: Waiting [2025-08-01T01:33:05.711Z] 097100c76c15: Waiting [2025-08-01T01:33:05.711Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:05.711Z] 620d0770ba39: Waiting [2025-08-01T01:33:05.711Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:05.711Z] 4e82af1843cf: Layer already exists [2025-08-01T01:33:05.711Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:05.711Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:05.711Z] 035bd87a354d: Layer already exists [2025-08-01T01:33:05.711Z] 620d0770ba39: Layer already exists [2025-08-01T01:33:05.711Z] 097100c76c15: Layer already exists [2025-08-01T01:33:05.711Z] 635f5a50bc11: Pushed [2025-08-01T01:33:05.711Z] d40226e49418: Pushed [2025-08-01T01:33:05.969Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:06.286Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:06.614Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-01T01:33:06.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-01T01:33:06.614Z] 4e82af1843cf: Preparing [2025-08-01T01:33:06.614Z] 635f5a50bc11: Preparing [2025-08-01T01:33:06.614Z] d40226e49418: Preparing [2025-08-01T01:33:06.614Z] c15d5cc10e04: Preparing [2025-08-01T01:33:06.614Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:06.614Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:06.614Z] 035bd87a354d: Preparing [2025-08-01T01:33:06.614Z] 620d0770ba39: Preparing [2025-08-01T01:33:06.614Z] 097100c76c15: Preparing [2025-08-01T01:33:06.614Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:06.614Z] 035bd87a354d: Waiting [2025-08-01T01:33:06.614Z] 620d0770ba39: Waiting [2025-08-01T01:33:06.614Z] 097100c76c15: Waiting [2025-08-01T01:33:06.614Z] 4e82af1843cf: Layer already exists [2025-08-01T01:33:06.614Z] 635f5a50bc11: Layer already exists [2025-08-01T01:33:06.614Z] d40226e49418: Layer already exists [2025-08-01T01:33:06.614Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:06.614Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:06.614Z] 620d0770ba39: Layer already exists [2025-08-01T01:33:06.614Z] 035bd87a354d: Layer already exists [2025-08-01T01:33:06.614Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:06.614Z] 097100c76c15: Layer already exists [2025-08-01T01:33:06.614Z] latest: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:06.932Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:07.249Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-01T01:33:07.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-01T01:33:07.249Z] 4e82af1843cf: Preparing [2025-08-01T01:33:07.249Z] 635f5a50bc11: Preparing [2025-08-01T01:33:07.249Z] d40226e49418: Preparing [2025-08-01T01:33:07.249Z] c15d5cc10e04: Preparing [2025-08-01T01:33:07.249Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:07.249Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:07.249Z] 035bd87a354d: Preparing [2025-08-01T01:33:07.249Z] 620d0770ba39: Preparing [2025-08-01T01:33:07.249Z] 097100c76c15: Preparing [2025-08-01T01:33:07.249Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:07.249Z] 035bd87a354d: Waiting [2025-08-01T01:33:07.249Z] 620d0770ba39: Waiting [2025-08-01T01:33:07.249Z] 097100c76c15: Waiting [2025-08-01T01:33:07.249Z] 4e82af1843cf: Layer already exists [2025-08-01T01:33:07.249Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:07.249Z] d40226e49418: Layer already exists [2025-08-01T01:33:07.249Z] 635f5a50bc11: Layer already exists [2025-08-01T01:33:07.249Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:07.249Z] 035bd87a354d: Layer already exists [2025-08-01T01:33:07.249Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:07.249Z] 620d0770ba39: Layer already exists [2025-08-01T01:33:07.249Z] 097100c76c15: Layer already exists [2025-08-01T01:33:07.249Z] 4.1.0-dev.42: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:07.561Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:07.883Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:07.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-01T01:33:07.883Z] 4e82af1843cf: Preparing [2025-08-01T01:33:07.883Z] 635f5a50bc11: Preparing [2025-08-01T01:33:07.883Z] d40226e49418: Preparing [2025-08-01T01:33:07.883Z] c15d5cc10e04: Preparing [2025-08-01T01:33:07.883Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:07.883Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:07.883Z] 035bd87a354d: Preparing [2025-08-01T01:33:07.883Z] 620d0770ba39: Preparing [2025-08-01T01:33:07.883Z] 097100c76c15: Preparing [2025-08-01T01:33:07.883Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:07.883Z] 620d0770ba39: Waiting [2025-08-01T01:33:07.883Z] 097100c76c15: Waiting [2025-08-01T01:33:07.883Z] 035bd87a354d: Waiting [2025-08-01T01:33:07.883Z] d40226e49418: Layer already exists [2025-08-01T01:33:07.883Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:07.883Z] 635f5a50bc11: Layer already exists [2025-08-01T01:33:07.883Z] 4e82af1843cf: Layer already exists [2025-08-01T01:33:07.883Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:07.883Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:07.883Z] 620d0770ba39: Layer already exists [2025-08-01T01:33:07.883Z] 035bd87a354d: Layer already exists [2025-08-01T01:33:07.883Z] 097100c76c15: Layer already exists [2025-08-01T01:33:07.883Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:08.203Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:08.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-01T01:33:08.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-01T01:33:08.531Z] 4e82af1843cf: Preparing [2025-08-01T01:33:08.531Z] 635f5a50bc11: Preparing [2025-08-01T01:33:08.531Z] d40226e49418: Preparing [2025-08-01T01:33:08.531Z] c15d5cc10e04: Preparing [2025-08-01T01:33:08.531Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:08.531Z] d1c8d1e67e1f: Preparing [2025-08-01T01:33:08.531Z] 035bd87a354d: Preparing [2025-08-01T01:33:08.531Z] 620d0770ba39: Preparing [2025-08-01T01:33:08.531Z] 097100c76c15: Preparing [2025-08-01T01:33:08.531Z] d1c8d1e67e1f: Waiting [2025-08-01T01:33:08.531Z] 035bd87a354d: Waiting [2025-08-01T01:33:08.531Z] 620d0770ba39: Waiting [2025-08-01T01:33:08.531Z] 097100c76c15: Waiting [2025-08-01T01:33:08.531Z] d40226e49418: Layer already exists [2025-08-01T01:33:08.531Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:08.531Z] 4e82af1843cf: Layer already exists [2025-08-01T01:33:08.531Z] 635f5a50bc11: Layer already exists [2025-08-01T01:33:08.531Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:08.531Z] d1c8d1e67e1f: Layer already exists [2025-08-01T01:33:08.531Z] 097100c76c15: Layer already exists [2025-08-01T01:33:08.531Z] 035bd87a354d: Layer already exists [2025-08-01T01:33:08.531Z] 620d0770ba39: Layer already exists [2025-08-01T01:33:08.531Z] main: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:33:08.607Z] ===================================================== [Pipeline] echo [2025-08-01T01:33:08.621Z] taggedImages: [2025-08-01T01:33:08.621Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:08.621Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-01T01:33:08.621Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-01T01:33:08.621Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:08.621Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-08-01T01:33:08.653Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-08-01T01:33:08.654Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:08.654Z] latest [2025-08-01T01:33:08.654Z] 4.1.0-dev.42 [2025-08-01T01:33:08.654Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:08.654Z] main [2025-08-01T01:33:08.654Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:08.984Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:09.300Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:09.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-01T01:33:09.300Z] ab0dbd6194a5: Preparing [2025-08-01T01:33:09.300Z] a9dc067e7a1d: Preparing [2025-08-01T01:33:09.300Z] c15d5cc10e04: Preparing [2025-08-01T01:33:09.300Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:09.300Z] a1e92cee36c8: Preparing [2025-08-01T01:33:09.300Z] 3954f152bcd1: Preparing [2025-08-01T01:33:09.300Z] 097100c76c15: Preparing [2025-08-01T01:33:09.300Z] 097100c76c15: Waiting [2025-08-01T01:33:09.300Z] 3954f152bcd1: Waiting [2025-08-01T01:33:09.300Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:09.300Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:09.300Z] 097100c76c15: Layer already exists [2025-08-01T01:33:09.300Z] a1e92cee36c8: Pushed [2025-08-01T01:33:09.300Z] ab0dbd6194a5: Pushed [2025-08-01T01:33:09.867Z] 3954f152bcd1: Pushed [2025-08-01T01:33:13.152Z] a9dc067e7a1d: Pushed [2025-08-01T01:33:13.410Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:13.738Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:14.062Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-01T01:33:14.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-01T01:33:14.062Z] ab0dbd6194a5: Preparing [2025-08-01T01:33:14.062Z] a9dc067e7a1d: Preparing [2025-08-01T01:33:14.062Z] c15d5cc10e04: Preparing [2025-08-01T01:33:14.062Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:14.062Z] a1e92cee36c8: Preparing [2025-08-01T01:33:14.063Z] 3954f152bcd1: Preparing [2025-08-01T01:33:14.063Z] 097100c76c15: Preparing [2025-08-01T01:33:14.063Z] 3954f152bcd1: Waiting [2025-08-01T01:33:14.063Z] 097100c76c15: Waiting [2025-08-01T01:33:14.063Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:14.063Z] a9dc067e7a1d: Layer already exists [2025-08-01T01:33:14.063Z] ab0dbd6194a5: Layer already exists [2025-08-01T01:33:14.063Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:14.063Z] a1e92cee36c8: Layer already exists [2025-08-01T01:33:14.063Z] 3954f152bcd1: Layer already exists [2025-08-01T01:33:14.063Z] 097100c76c15: Layer already exists [2025-08-01T01:33:14.063Z] latest: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:14.390Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:14.706Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-01T01:33:14.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-01T01:33:14.706Z] ab0dbd6194a5: Preparing [2025-08-01T01:33:14.706Z] a9dc067e7a1d: Preparing [2025-08-01T01:33:14.706Z] c15d5cc10e04: Preparing [2025-08-01T01:33:14.706Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:14.706Z] a1e92cee36c8: Preparing [2025-08-01T01:33:14.706Z] 3954f152bcd1: Preparing [2025-08-01T01:33:14.706Z] 097100c76c15: Preparing [2025-08-01T01:33:14.706Z] 3954f152bcd1: Waiting [2025-08-01T01:33:14.706Z] 097100c76c15: Waiting [2025-08-01T01:33:14.706Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:14.706Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:14.706Z] a1e92cee36c8: Layer already exists [2025-08-01T01:33:14.706Z] ab0dbd6194a5: Layer already exists [2025-08-01T01:33:14.706Z] a9dc067e7a1d: Layer already exists [2025-08-01T01:33:14.706Z] 3954f152bcd1: Layer already exists [2025-08-01T01:33:14.706Z] 097100c76c15: Layer already exists [2025-08-01T01:33:14.706Z] 4.1.0-dev.42: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:15.027Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:15.357Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:15.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-01T01:33:15.357Z] ab0dbd6194a5: Preparing [2025-08-01T01:33:15.357Z] a9dc067e7a1d: Preparing [2025-08-01T01:33:15.357Z] c15d5cc10e04: Preparing [2025-08-01T01:33:15.357Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:15.357Z] a1e92cee36c8: Preparing [2025-08-01T01:33:15.357Z] 3954f152bcd1: Preparing [2025-08-01T01:33:15.357Z] 097100c76c15: Preparing [2025-08-01T01:33:15.357Z] 3954f152bcd1: Waiting [2025-08-01T01:33:15.357Z] 097100c76c15: Waiting [2025-08-01T01:33:15.357Z] a1e92cee36c8: Layer already exists [2025-08-01T01:33:15.357Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:15.357Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:15.357Z] ab0dbd6194a5: Layer already exists [2025-08-01T01:33:15.357Z] a9dc067e7a1d: Layer already exists [2025-08-01T01:33:15.357Z] 3954f152bcd1: Layer already exists [2025-08-01T01:33:15.357Z] 097100c76c15: Layer already exists [2025-08-01T01:33:15.357Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:15.689Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:16.011Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-01T01:33:16.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-01T01:33:16.011Z] ab0dbd6194a5: Preparing [2025-08-01T01:33:16.011Z] a9dc067e7a1d: Preparing [2025-08-01T01:33:16.011Z] c15d5cc10e04: Preparing [2025-08-01T01:33:16.011Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:16.011Z] a1e92cee36c8: Preparing [2025-08-01T01:33:16.011Z] 3954f152bcd1: Preparing [2025-08-01T01:33:16.011Z] 097100c76c15: Preparing [2025-08-01T01:33:16.011Z] 3954f152bcd1: Waiting [2025-08-01T01:33:16.011Z] 097100c76c15: Waiting [2025-08-01T01:33:16.011Z] ab0dbd6194a5: Layer already exists [2025-08-01T01:33:16.011Z] a1e92cee36c8: Layer already exists [2025-08-01T01:33:16.011Z] a9dc067e7a1d: Layer already exists [2025-08-01T01:33:16.011Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:16.011Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:16.011Z] 3954f152bcd1: Layer already exists [2025-08-01T01:33:16.011Z] 097100c76c15: Layer already exists [2025-08-01T01:33:16.011Z] main: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:33:16.084Z] ===================================================== [Pipeline] echo [2025-08-01T01:33:16.101Z] taggedImages: [2025-08-01T01:33:16.101Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:16.101Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-01T01:33:16.101Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-01T01:33:16.101Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:16.101Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-08-01T01:33:16.126Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-08-01T01:33:16.126Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:16.126Z] latest [2025-08-01T01:33:16.126Z] 4.1.0-dev.42 [2025-08-01T01:33:16.126Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:16.126Z] main [2025-08-01T01:33:16.126Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:16.455Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:16.771Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:16.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-01T01:33:16.772Z] b094897b583c: Preparing [2025-08-01T01:33:16.772Z] 471328d13377: Preparing [2025-08-01T01:33:16.772Z] c15d5cc10e04: Preparing [2025-08-01T01:33:16.772Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:16.772Z] 3b376ce1882f: Preparing [2025-08-01T01:33:16.772Z] 8ecdd6888fce: Preparing [2025-08-01T01:33:16.772Z] 097100c76c15: Preparing [2025-08-01T01:33:16.772Z] 8ecdd6888fce: Waiting [2025-08-01T01:33:16.772Z] 097100c76c15: Waiting [2025-08-01T01:33:16.772Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:16.772Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:16.772Z] 097100c76c15: Layer already exists [2025-08-01T01:33:16.772Z] 3b376ce1882f: Pushed [2025-08-01T01:33:16.772Z] b094897b583c: Pushed [2025-08-01T01:33:17.030Z] 8ecdd6888fce: Pushed [2025-08-01T01:33:21.215Z] 471328d13377: Pushed [2025-08-01T01:33:21.215Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:21.538Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:21.853Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-01T01:33:21.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-01T01:33:21.853Z] b094897b583c: Preparing [2025-08-01T01:33:21.853Z] 471328d13377: Preparing [2025-08-01T01:33:21.853Z] c15d5cc10e04: Preparing [2025-08-01T01:33:21.853Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:21.853Z] 3b376ce1882f: Preparing [2025-08-01T01:33:21.853Z] 8ecdd6888fce: Preparing [2025-08-01T01:33:21.853Z] 097100c76c15: Preparing [2025-08-01T01:33:21.853Z] 8ecdd6888fce: Waiting [2025-08-01T01:33:21.853Z] 097100c76c15: Waiting [2025-08-01T01:33:21.853Z] 471328d13377: Layer already exists [2025-08-01T01:33:21.853Z] 3b376ce1882f: Layer already exists [2025-08-01T01:33:21.853Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:21.853Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:21.853Z] b094897b583c: Layer already exists [2025-08-01T01:33:21.853Z] 8ecdd6888fce: Layer already exists [2025-08-01T01:33:21.853Z] 097100c76c15: Layer already exists [2025-08-01T01:33:21.853Z] latest: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:22.166Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:22.488Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-01T01:33:22.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-01T01:33:22.488Z] b094897b583c: Preparing [2025-08-01T01:33:22.488Z] 471328d13377: Preparing [2025-08-01T01:33:22.488Z] c15d5cc10e04: Preparing [2025-08-01T01:33:22.488Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:22.488Z] 3b376ce1882f: Preparing [2025-08-01T01:33:22.488Z] 8ecdd6888fce: Preparing [2025-08-01T01:33:22.488Z] 097100c76c15: Preparing [2025-08-01T01:33:22.488Z] 097100c76c15: Waiting [2025-08-01T01:33:22.488Z] 8ecdd6888fce: Waiting [2025-08-01T01:33:22.488Z] 471328d13377: Layer already exists [2025-08-01T01:33:22.488Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:22.488Z] b094897b583c: Layer already exists [2025-08-01T01:33:22.488Z] 3b376ce1882f: Layer already exists [2025-08-01T01:33:22.488Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:22.488Z] 8ecdd6888fce: Layer already exists [2025-08-01T01:33:22.488Z] 097100c76c15: Layer already exists [2025-08-01T01:33:22.488Z] 4.1.0-dev.42: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:22.809Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:23.132Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-01T01:33:23.132Z] b094897b583c: Preparing [2025-08-01T01:33:23.132Z] 471328d13377: Preparing [2025-08-01T01:33:23.132Z] c15d5cc10e04: Preparing [2025-08-01T01:33:23.132Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:23.132Z] 3b376ce1882f: Preparing [2025-08-01T01:33:23.132Z] 8ecdd6888fce: Preparing [2025-08-01T01:33:23.132Z] 097100c76c15: Preparing [2025-08-01T01:33:23.132Z] 8ecdd6888fce: Waiting [2025-08-01T01:33:23.132Z] 097100c76c15: Waiting [2025-08-01T01:33:23.132Z] 3b376ce1882f: Layer already exists [2025-08-01T01:33:23.132Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:23.132Z] 471328d13377: Layer already exists [2025-08-01T01:33:23.132Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:23.132Z] b094897b583c: Layer already exists [2025-08-01T01:33:23.132Z] 8ecdd6888fce: Layer already exists [2025-08-01T01:33:23.132Z] 097100c76c15: Layer already exists [2025-08-01T01:33:23.132Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:23.451Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:33:23.778Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-01T01:33:23.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-01T01:33:23.779Z] b094897b583c: Preparing [2025-08-01T01:33:23.779Z] 471328d13377: Preparing [2025-08-01T01:33:23.779Z] c15d5cc10e04: Preparing [2025-08-01T01:33:23.779Z] 0f4ae92b5de1: Preparing [2025-08-01T01:33:23.779Z] 3b376ce1882f: Preparing [2025-08-01T01:33:23.779Z] 8ecdd6888fce: Preparing [2025-08-01T01:33:23.779Z] 097100c76c15: Preparing [2025-08-01T01:33:23.779Z] 8ecdd6888fce: Waiting [2025-08-01T01:33:23.779Z] 097100c76c15: Waiting [2025-08-01T01:33:23.779Z] 3b376ce1882f: Layer already exists [2025-08-01T01:33:23.779Z] b094897b583c: Layer already exists [2025-08-01T01:33:23.779Z] c15d5cc10e04: Layer already exists [2025-08-01T01:33:23.779Z] 0f4ae92b5de1: Layer already exists [2025-08-01T01:33:23.779Z] 471328d13377: Layer already exists [2025-08-01T01:33:23.779Z] 097100c76c15: Layer already exists [2025-08-01T01:33:23.779Z] 8ecdd6888fce: Layer already exists [2025-08-01T01:33:23.779Z] main: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:33:23.847Z] ===================================================== [Pipeline] echo [2025-08-01T01:33:23.862Z] taggedImages: [2025-08-01T01:33:23.862Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.862Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-01T01:33:23.862Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-01T01:33:23.862Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.862Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-08-01T01:33:23.933Z] ========================================================= [2025-08-01T01:33:23.933Z] [edgeXBuildMultiArch] RAW Config: [2025-08-01T01:33:23.933Z] images: [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-01T01:33:23.933Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-01T01:33:23.933Z] settingsFile: [2025-08-01T01:33:23.933Z] edgex-go-settings [2025-08-01T01:33:23.933Z] ========================================================= [Pipeline] node [2025-08-01T01:33:38.936Z] Still waiting to schedule task [2025-08-01T01:33:38.936Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-01T01:34:07.090Z] Running on prd-centos7-docker-4c-2g-6072 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:34:07.140Z] provisioning config files... [2025-08-01T01:34:07.193Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17426470794602802700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:34:09.063Z] ---> ****-login.sh [2025-08-01T01:34:09.063Z] nexus3.edgexfoundry.org:10001 [2025-08-01T07:22:53.836Z] Cancelling nested steps due to timeout [2025-08-01T07:22:53.840Z] Sending interrupt signal to process [2025-08-01T07:23:05.568Z] script returned exit code 143 [Pipeline] } [2025-08-01T07:23:05.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-01T07:23:06.212Z] + '[' -d /w/workspace/edgex-go/878/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:06.510Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:07.073Z] ---> package-listing.sh [2025-08-01T07:23:07.073Z] ++ facter osfamily [2025-08-01T07:23:07.073Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-01T07:23:07.332Z] + OS_FAMILY=redhat [2025-08-01T07:23:07.332Z] + workspace=/w/workspace/edgex-go/878 [2025-08-01T07:23:07.332Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-01T07:23:07.332Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-01T07:23:07.332Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-01T07:23:07.332Z] + PACKAGES=/tmp/packages_start.txt [2025-08-01T07:23:07.332Z] + '[' /w/workspace/edgex-go/878 ']' [2025-08-01T07:23:07.332Z] + PACKAGES=/tmp/packages_end.txt [2025-08-01T07:23:07.332Z] + case "${OS_FAMILY}" in [2025-08-01T07:23:07.332Z] + rpm -qa [2025-08-01T07:23:07.332Z] + sort [2025-08-01T07:23:08.035Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-01T07:23:08.035Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-01T07:23:08.035Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-01T07:23:08.035Z] + '[' /w/workspace/edgex-go/878 ']' [2025-08-01T07:23:08.035Z] + mkdir -p /w/workspace/edgex-go/878/archives/ [2025-08-01T07:23:08.035Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/878/archives/ [Pipeline] echo [2025-08-01T07:23:08.048Z] 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/878/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-01T07:23:08.332Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T07:23:08.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T07:23:08.910Z] [2025-08-01T07:23:08.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T07:23:09.227Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T07:23:09.227Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-01T07:23:09.227Z] 5eb5b503b376: Pulling fs layer [2025-08-01T07:23:09.227Z] 5c69ac0246d0: Pulling fs layer [2025-08-01T07:23:09.227Z] ec43610c2a17: Pulling fs layer [2025-08-01T07:23:09.227Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-01T07:23:09.227Z] 33b1e0a273af: Pulling fs layer [2025-08-01T07:23:09.227Z] 5d3b04190fa2: Pulling fs layer [2025-08-01T07:23:09.227Z] 2f39f015ded8: Pulling fs layer [2025-08-01T07:23:09.227Z] 3a2ae6a8a46f: Waiting [2025-08-01T07:23:09.227Z] 33b1e0a273af: Waiting [2025-08-01T07:23:09.227Z] 5d3b04190fa2: Waiting [2025-08-01T07:23:09.227Z] 2f39f015ded8: Waiting [2025-08-01T07:23:09.492Z] 5c69ac0246d0: Download complete [2025-08-01T07:23:09.492Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-01T07:23:09.492Z] 3a2ae6a8a46f: Download complete [2025-08-01T07:23:09.492Z] 33b1e0a273af: Verifying Checksum [2025-08-01T07:23:09.492Z] 33b1e0a273af: Download complete [2025-08-01T07:23:09.492Z] 5d3b04190fa2: Verifying Checksum [2025-08-01T07:23:09.492Z] 5d3b04190fa2: Download complete [2025-08-01T07:23:09.492Z] ec43610c2a17: Verifying Checksum [2025-08-01T07:23:09.492Z] ec43610c2a17: Download complete [2025-08-01T07:23:09.492Z] 5eb5b503b376: Verifying Checksum [2025-08-01T07:23:09.492Z] 5eb5b503b376: Download complete [2025-08-01T07:23:10.058Z] 2f39f015ded8: Verifying Checksum [2025-08-01T07:23:10.058Z] 2f39f015ded8: Download complete [2025-08-01T07:23:11.006Z] 5eb5b503b376: Pull complete [2025-08-01T07:23:11.006Z] 5c69ac0246d0: Pull complete [2025-08-01T07:23:11.574Z] ec43610c2a17: Pull complete [2025-08-01T07:23:11.574Z] 3a2ae6a8a46f: Pull complete [2025-08-01T07:23:11.834Z] 33b1e0a273af: Pull complete [2025-08-01T07:23:11.834Z] 5d3b04190fa2: Pull complete [2025-08-01T07:23:16.062Z] 2f39f015ded8: Pull complete [2025-08-01T07:23:16.062Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-01T07:23:16.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T07:23:16.062Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T07:23:16.255Z] prd-centos7-docker-4c-2g-6072 does not seem to be running inside a container [2025-08-01T07:23:16.328Z] $ 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/878/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-01T07:23:19.830Z] $ docker top 9098dd783667cb5a5f03799c4c9930efb8d13dde1826ca9f7719900b3f573d80 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T07:23:20.183Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-01T07:23:20.473Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-01T07:23:20.763Z] + ls /var/log/sa-host [2025-08-01T07:23:20.764Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T07:23:20.929Z] provisioning config files... [2025-08-01T07:23:20.940Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config3784307146773716310tmp [Pipeline] { [Pipeline] echo [2025-08-01T07:23:20.964Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:21.263Z] ---> create-netrc.sh [Pipeline] } [2025-08-01T07:23:21.270Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:21.615Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-01T07:23:21.625Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:21.910Z] ---> sudo-logs.sh [2025-08-01T07:23:21.910Z] Archiving 'sudo' log.. [2025-08-01T07:23:21.910Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T07:23:21.938Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-01T07:23:21.942Z] $ docker stop --time=1 9098dd783667cb5a5f03799c4c9930efb8d13dde1826ca9f7719900b3f573d80 [2025-08-01T07:23:23.096Z] $ docker rm -f --volumes 9098dd783667cb5a5f03799c4c9930efb8d13dde1826ca9f7719900b3f573d80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-01T07:23:23.200Z] [WS-CLEANUP] Deleting project workspace... [2025-08-01T07:23:23.200Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-01T07:23:23.216Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-01T07:23:23.410Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-01T07:23:24.145Z] + [ -d /w/workspace/edgex-go/878/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:24.434Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:25.293Z] ---> package-listing.sh [2025-08-01T07:23:25.293Z] ++ facter osfamily [2025-08-01T07:23:25.293Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-01T07:23:25.552Z] + OS_FAMILY=debian [2025-08-01T07:23:25.552Z] + workspace=/w/workspace/edgex-go/878 [2025-08-01T07:23:25.552Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-01T07:23:25.552Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-01T07:23:25.552Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-01T07:23:25.552Z] + PACKAGES=/tmp/packages_start.txt [2025-08-01T07:23:25.552Z] + '[' /w/workspace/edgex-go/878 ']' [2025-08-01T07:23:25.552Z] + PACKAGES=/tmp/packages_end.txt [2025-08-01T07:23:25.552Z] + case "${OS_FAMILY}" in [2025-08-01T07:23:25.552Z] + dpkg -l [2025-08-01T07:23:25.552Z] + grep '^ii' [2025-08-01T07:23:25.552Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-01T07:23:25.552Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-01T07:23:25.552Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-01T07:23:25.552Z] + '[' /w/workspace/edgex-go/878 ']' [2025-08-01T07:23:25.552Z] + mkdir -p /w/workspace/edgex-go/878/archives/ [2025-08-01T07:23:25.552Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/878/archives/ [Pipeline] echo [2025-08-01T07:23:25.563Z] 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/878/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-01T07:23:25.842Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T07:23:26.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T07:23:26.403Z] [2025-08-01T07:23:26.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T07:23:26.707Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T07:23:26.707Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-01T07:23:26.707Z] 5eb5b503b376: Pulling fs layer [2025-08-01T07:23:26.707Z] 5c69ac0246d0: Pulling fs layer [2025-08-01T07:23:26.707Z] ec43610c2a17: Pulling fs layer [2025-08-01T07:23:26.707Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-01T07:23:26.707Z] 33b1e0a273af: Pulling fs layer [2025-08-01T07:23:26.707Z] 5d3b04190fa2: Pulling fs layer [2025-08-01T07:23:26.707Z] 2f39f015ded8: Pulling fs layer [2025-08-01T07:23:26.707Z] 33b1e0a273af: Waiting [2025-08-01T07:23:26.707Z] 5d3b04190fa2: Waiting [2025-08-01T07:23:26.707Z] 2f39f015ded8: Waiting [2025-08-01T07:23:26.707Z] 3a2ae6a8a46f: Waiting [2025-08-01T07:23:26.707Z] 5c69ac0246d0: Verifying Checksum [2025-08-01T07:23:26.707Z] 5c69ac0246d0: Download complete [2025-08-01T07:23:26.707Z] 3a2ae6a8a46f: Download complete [2025-08-01T07:23:26.707Z] 33b1e0a273af: Verifying Checksum [2025-08-01T07:23:26.707Z] 33b1e0a273af: Download complete [2025-08-01T07:23:26.707Z] ec43610c2a17: Verifying Checksum [2025-08-01T07:23:26.707Z] ec43610c2a17: Download complete [2025-08-01T07:23:26.707Z] 5d3b04190fa2: Verifying Checksum [2025-08-01T07:23:26.707Z] 5d3b04190fa2: Download complete [2025-08-01T07:23:26.966Z] 5eb5b503b376: Verifying Checksum [2025-08-01T07:23:26.966Z] 5eb5b503b376: Download complete [2025-08-01T07:23:27.532Z] 2f39f015ded8: Download complete [2025-08-01T07:23:28.097Z] 5eb5b503b376: Pull complete [2025-08-01T07:23:28.355Z] 5c69ac0246d0: Pull complete [2025-08-01T07:23:28.613Z] ec43610c2a17: Pull complete [2025-08-01T07:23:28.613Z] 3a2ae6a8a46f: Pull complete [2025-08-01T07:23:28.872Z] 33b1e0a273af: Pull complete [2025-08-01T07:23:28.872Z] 5d3b04190fa2: Pull complete [2025-08-01T07:23:34.137Z] 2f39f015ded8: Pull complete [2025-08-01T07:23:34.137Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-01T07:23:34.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T07:23:34.137Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T07:23:34.237Z] prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container [2025-08-01T07:23:34.263Z] $ 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/878/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/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-01T07:23:35.955Z] $ docker top e197974a18ea8d05314b4a8ad0fce5eb08e52ad2e7f407609e8993070b8b1e12 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T07:23:36.298Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-01T07:23:36.582Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-01T07:23:36.863Z] + ls /var/log/sa-host [2025-08-01T07:23:36.863Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T07:23:36.900Z] provisioning config files... [2025-08-01T07:23:36.906Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/878@tmp/config445616275280260307tmp [Pipeline] { [Pipeline] echo [2025-08-01T07:23:36.921Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:37.199Z] ---> create-netrc.sh [Pipeline] } [2025-08-01T07:23:37.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:37.511Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-01T07:23:37.520Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:37.799Z] ---> sudo-logs.sh [2025-08-01T07:23:37.800Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-01T07:23:37.849Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:38.132Z] ---> job-cost.sh [2025-08-01T07:23:38.132Z] lf-activate-venv: SKIPPING [2025-08-01T07:23:38.132Z] DEBUG: total: 0.10999999940395355 [2025-08-01T07:23:38.132Z] INFO: Retrieving Stack Cost... [2025-08-01T07:23:38.391Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-01T07:23:38.957Z] INFO: Archiving Costs [Pipeline] echo [2025-08-01T07:23:38.971Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T07:23:39.254Z] ---> logs-deploy.sh [2025-08-01T07:23:39.254Z] lf-activate-venv: SKIPPING [2025-08-01T07:23:39.254Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/878 [2025-08-01T07:23:39.254Z] INFO: archiving workspace using pattern(s): [2025-08-01T07:23:40.190Z] Archives upload complete. [2025-08-01T07:23:40.448Z] INFO: archiving logs to Nexus [2025-08-01T07:23:41.022Z] ---> uname -a: [2025-08-01T07:23:41.022Z] Linux prd-ubuntu20-04-docker-8c-8g-6062 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-08-01T07:23:41.022Z] [2025-08-01T07:23:41.022Z] [2025-08-01T07:23:41.022Z] ---> lscpu: [2025-08-01T07:23:41.022Z] Architecture: x86_64 [2025-08-01T07:23:41.022Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-01T07:23:41.022Z] Byte Order: Little Endian [2025-08-01T07:23:41.022Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-01T07:23:41.022Z] CPU(s): 8 [2025-08-01T07:23:41.022Z] On-line CPU(s) list: 0-7 [2025-08-01T07:23:41.022Z] Thread(s) per core: 1 [2025-08-01T07:23:41.022Z] Core(s) per socket: 1 [2025-08-01T07:23:41.022Z] Socket(s): 8 [2025-08-01T07:23:41.022Z] NUMA node(s): 1 [2025-08-01T07:23:41.022Z] Vendor ID: AuthenticAMD [2025-08-01T07:23:41.022Z] CPU family: 23 [2025-08-01T07:23:41.022Z] Model: 49 [2025-08-01T07:23:41.022Z] Model name: AMD EPYC-Rome Processor [2025-08-01T07:23:41.022Z] Stepping: 0 [2025-08-01T07:23:41.022Z] CPU MHz: 2799.998 [2025-08-01T07:23:41.022Z] BogoMIPS: 5599.99 [2025-08-01T07:23:41.022Z] Virtualization: AMD-V [2025-08-01T07:23:41.022Z] Hypervisor vendor: KVM [2025-08-01T07:23:41.022Z] Virtualization type: full [2025-08-01T07:23:41.022Z] L1d cache: 256 KiB [2025-08-01T07:23:41.022Z] L1i cache: 256 KiB [2025-08-01T07:23:41.022Z] L2 cache: 4 MiB [2025-08-01T07:23:41.022Z] L3 cache: 128 MiB [2025-08-01T07:23:41.022Z] NUMA node0 CPU(s): 0-7 [2025-08-01T07:23:41.022Z] Vulnerability Gather data sampling: Not affected [2025-08-01T07:23:41.022Z] Vulnerability Itlb multihit: Not affected [2025-08-01T07:23:41.022Z] Vulnerability L1tf: Not affected [2025-08-01T07:23:41.023Z] Vulnerability Mds: Not affected [2025-08-01T07:23:41.023Z] Vulnerability Meltdown: Not affected [2025-08-01T07:23:41.023Z] Vulnerability Mmio stale data: Not affected [2025-08-01T07:23:41.023Z] Vulnerability Retbleed: Vulnerable [2025-08-01T07:23:41.023Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-01T07:23:41.023Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-08-01T07:23:41.023Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-08-01T07:23:41.023Z] Vulnerability Srbds: Not affected [2025-08-01T07:23:41.023Z] Vulnerability Tsx async abort: Not affected [2025-08-01T07:23:41.023Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-08-01T07:23:41.023Z] [2025-08-01T07:23:41.023Z] [2025-08-01T07:23:41.023Z] ---> nproc: [2025-08-01T07:23:41.023Z] 8 [2025-08-01T07:23:41.023Z] [2025-08-01T07:23:41.023Z] [2025-08-01T07:23:41.023Z] ---> df -h: [2025-08-01T07:23:41.023Z] Filesystem Size Used Avail Use% Mounted on [2025-08-01T07:23:41.023Z] overlay 155G 32G 124G 21% / [2025-08-01T07:23:41.023Z] tmpfs 64M 0 64M 0% /dev [2025-08-01T07:23:41.023Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-08-01T07:23:41.023Z] shm 64M 0 64M 0% /dev/shm [2025-08-01T07:23:41.023Z] /dev/vda1 155G 32G 124G 21% /facter-os [2025-08-01T07:23:41.023Z] [2025-08-01T07:23:41.023Z] [2025-08-01T07:23:41.023Z] ---> sar -b -r -n DEV: [2025-08-01T07:23:41.023Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-6062) 08/01/25 _x86_64_ (8 CPU) [2025-08-01T07:23:41.023Z] [2025-08-01T07:23:41.023Z] 01:22:03 LINUX RESTART (8 CPU) [2025-08-01T07:23:41.023Z] [2025-08-01T07:23:41.023Z] 01:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-08-01T07:23:41.023Z] 01:24:01 210.48 13.26 197.22 0.00 2135.11 64820.66 0.00 [2025-08-01T07:23:41.023Z] 01:25:01 33.23 0.05 33.18 0.00 0.40 32622.85 0.00 [2025-08-01T07:23:41.023Z] 01:26:01 51.93 0.15 51.78 0.00 2.13 23596.13 0.00 [2025-08-01T07:23:41.023Z] 01:27:01 206.14 0.08 206.06 0.00 5.71 166247.65 0.00 [2025-08-01T07:23:41.023Z] 01:28:01 873.19 22.66 850.52 0.00 2688.22 240174.50 0.00 [2025-08-01T07:23:41.023Z] 01:29:01 284.41 1.22 283.19 0.00 13.86 158255.11 0.00 [2025-08-01T07:23:41.023Z] 01:30:01 371.58 0.07 371.51 0.00 0.53 133342.49 0.00 [2025-08-01T07:23:41.023Z] 01:31:01 400.40 0.02 400.38 0.00 0.13 151756.08 0.00 [2025-08-01T07:23:41.023Z] 01:32:01 355.12 0.00 355.12 0.00 0.00 20901.32 0.00 [2025-08-01T07:23:41.023Z] 01:33:01 18.64 0.05 18.59 0.00 6.80 454.65 0.00 [2025-08-01T07:23:41.023Z] 01:34:01 12.83 0.00 12.83 0.00 0.00 353.14 0.00 [2025-08-01T07:23:41.023Z] 01:35:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 [2025-08-01T07:23:41.023Z] 01:36:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 01:37:01 1.68 0.00 1.68 0.00 0.00 19.73 0.00 [2025-08-01T07:23:41.023Z] 01:38:01 1.88 0.02 1.87 0.00 0.13 24.13 0.00 [2025-08-01T07:23:41.023Z] 01:39:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 [2025-08-01T07:23:41.023Z] 01:40:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 [2025-08-01T07:23:41.023Z] 01:41:01 1.58 0.00 1.58 0.00 0.00 18.26 0.00 [2025-08-01T07:23:41.023Z] 01:42:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 [2025-08-01T07:23:41.023Z] 01:43:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.023Z] 01:44:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.023Z] 01:45:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 [2025-08-01T07:23:41.023Z] 01:46:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 [2025-08-01T07:23:41.023Z] 01:47:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 [2025-08-01T07:23:41.023Z] 01:48:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 [2025-08-01T07:23:41.023Z] 01:49:01 1.57 0.00 1.57 0.00 0.00 17.33 0.00 [2025-08-01T07:23:41.023Z] 01:50:01 0.92 0.00 0.92 0.00 0.00 9.60 0.00 [2025-08-01T07:23:41.023Z] 01:51:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 [2025-08-01T07:23:41.023Z] 01:52:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 [2025-08-01T07:23:41.023Z] 01:53:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 [2025-08-01T07:23:41.023Z] 01:54:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 [2025-08-01T07:23:41.023Z] 01:55:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 [2025-08-01T07:23:41.023Z] 01:56:02 0.95 0.00 0.95 0.00 0.00 10.80 0.00 [2025-08-01T07:23:41.023Z] 01:57:01 1.41 0.00 1.41 0.00 0.00 15.45 0.00 [2025-08-01T07:23:41.023Z] 01:58:01 1.05 0.00 1.05 0.00 0.00 13.20 0.00 [2025-08-01T07:23:41.023Z] 01:59:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.023Z] 02:00:01 0.93 0.00 0.93 0.00 0.00 9.87 0.00 [2025-08-01T07:23:41.023Z] 02:01:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 [2025-08-01T07:23:41.023Z] 02:02:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 [2025-08-01T07:23:41.023Z] 02:03:01 1.78 0.00 1.78 0.00 0.00 20.66 0.00 [2025-08-01T07:23:41.023Z] 02:04:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.023Z] 02:05:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 [2025-08-01T07:23:41.023Z] 02:06:01 1.07 0.00 1.07 0.00 0.00 11.99 0.00 [2025-08-01T07:23:41.023Z] 02:07:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 [2025-08-01T07:23:41.023Z] 02:08:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 [2025-08-01T07:23:41.023Z] 02:09:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 [2025-08-01T07:23:41.023Z] 02:10:01 1.28 0.30 0.98 0.00 16.80 11.20 0.00 [2025-08-01T07:23:41.023Z] 02:11:01 2.95 1.40 1.55 0.00 28.92 19.73 0.00 [2025-08-01T07:23:41.023Z] 02:12:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 02:13:01 1.48 0.00 1.48 0.00 0.00 18.40 0.00 [2025-08-01T07:23:41.023Z] 02:14:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 02:15:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 [2025-08-01T07:23:41.023Z] 02:16:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.023Z] 02:17:01 1.58 0.02 1.57 0.00 0.13 17.73 0.00 [2025-08-01T07:23:41.023Z] 02:18:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 [2025-08-01T07:23:41.023Z] 02:19:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 [2025-08-01T07:23:41.023Z] 02:20:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.023Z] 02:21:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 [2025-08-01T07:23:41.023Z] 02:22:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 [2025-08-01T07:23:41.023Z] 02:23:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 [2025-08-01T07:23:41.023Z] 02:24:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 [2025-08-01T07:23:41.023Z] 02:25:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 [2025-08-01T07:23:41.023Z] 02:26:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.023Z] 02:27:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 [2025-08-01T07:23:41.023Z] 02:28:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 [2025-08-01T07:23:41.023Z] 02:29:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 [2025-08-01T07:23:41.023Z] 02:30:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2025-08-01T07:23:41.023Z] 02:31:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 [2025-08-01T07:23:41.023Z] 02:32:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 [2025-08-01T07:23:41.023Z] 02:33:01 1.45 0.00 1.45 0.00 0.00 17.99 0.00 [2025-08-01T07:23:41.023Z] 02:34:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 [2025-08-01T07:23:41.023Z] 02:35:01 1.38 0.00 1.38 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.023Z] 02:36:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 [2025-08-01T07:23:41.023Z] 02:37:01 1.20 0.00 1.20 0.00 0.00 15.19 0.00 [2025-08-01T07:23:41.023Z] 02:38:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.023Z] 02:39:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 [2025-08-01T07:23:41.023Z] 02:40:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.023Z] 02:41:01 1.27 0.00 1.27 0.00 0.00 16.00 0.00 [2025-08-01T07:23:41.023Z] 02:42:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 [2025-08-01T07:23:41.023Z] 02:43:01 1.32 0.00 1.32 0.00 0.00 16.93 0.00 [2025-08-01T07:23:41.023Z] 02:44:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 02:45:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 [2025-08-01T07:23:41.023Z] 02:46:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2025-08-01T07:23:41.023Z] 02:47:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 [2025-08-01T07:23:41.023Z] 02:48:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 [2025-08-01T07:23:41.023Z] 02:49:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 [2025-08-01T07:23:41.023Z] 02:50:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2025-08-01T07:23:41.023Z] 02:51:01 1.23 0.00 1.23 0.00 0.00 15.33 0.00 [2025-08-01T07:23:41.023Z] 02:52:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.023Z] 02:53:01 1.37 0.00 1.37 0.00 0.00 17.46 0.00 [2025-08-01T07:23:41.023Z] 02:54:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 02:55:01 1.27 0.00 1.27 0.00 0.00 15.60 0.00 [2025-08-01T07:23:41.023Z] 02:56:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 [2025-08-01T07:23:41.023Z] 02:57:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 [2025-08-01T07:23:41.023Z] 02:58:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 [2025-08-01T07:23:41.023Z] 02:59:01 1.15 0.00 1.15 0.00 0.00 14.66 0.00 [2025-08-01T07:23:41.023Z] 03:00:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 [2025-08-01T07:23:41.023Z] 03:01:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 [2025-08-01T07:23:41.023Z] 03:02:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 [2025-08-01T07:23:41.023Z] 03:03:01 1.33 0.00 1.33 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.023Z] 03:04:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.023Z] 03:05:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 [2025-08-01T07:23:41.023Z] 03:06:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 [2025-08-01T07:23:41.023Z] 03:07:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 [2025-08-01T07:23:41.023Z] 03:08:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.023Z] 03:09:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 [2025-08-01T07:23:41.023Z] 03:10:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2025-08-01T07:23:41.023Z] 03:11:01 1.57 0.00 1.57 0.00 0.00 17.60 0.00 [2025-08-01T07:23:41.023Z] 03:12:02 1.12 0.00 1.12 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.023Z] 03:13:01 1.25 0.00 1.25 0.00 0.00 15.73 0.00 [2025-08-01T07:23:41.023Z] 03:14:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 [2025-08-01T07:23:41.023Z] 03:15:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 [2025-08-01T07:23:41.023Z] 03:16:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 [2025-08-01T07:23:41.023Z] 03:17:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.023Z] 03:18:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 [2025-08-01T07:23:41.023Z] 03:19:01 1.32 0.00 1.32 0.00 0.00 15.73 0.00 [2025-08-01T07:23:41.023Z] 03:20:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.023Z] 03:21:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 [2025-08-01T07:23:41.023Z] 03:22:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 [2025-08-01T07:23:41.023Z] 03:23:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 [2025-08-01T07:23:41.023Z] 03:24:01 1.23 0.00 1.23 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.023Z] 03:25:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 [2025-08-01T07:23:41.023Z] 03:26:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 [2025-08-01T07:23:41.023Z] 03:27:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 [2025-08-01T07:23:41.023Z] 03:28:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2025-08-01T07:23:41.023Z] 03:29:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 [2025-08-01T07:23:41.023Z] 03:30:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 [2025-08-01T07:23:41.023Z] 03:31:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 [2025-08-01T07:23:41.023Z] 03:32:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 03:33:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.023Z] 03:34:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 [2025-08-01T07:23:41.023Z] 03:35:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.023Z] 03:36:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 [2025-08-01T07:23:41.023Z] 03:37:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 [2025-08-01T07:23:41.023Z] 03:38:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 [2025-08-01T07:23:41.023Z] 03:39:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.023Z] 03:40:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 [2025-08-01T07:23:41.023Z] 03:41:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 [2025-08-01T07:23:41.023Z] 03:42:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.023Z] 03:43:01 1.60 0.00 1.60 0.00 0.00 18.40 0.00 [2025-08-01T07:23:41.023Z] 03:44:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 [2025-08-01T07:23:41.023Z] 03:45:01 1.27 0.00 1.27 0.00 0.00 15.59 0.00 [2025-08-01T07:23:41.023Z] 03:46:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 03:47:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 [2025-08-01T07:23:41.023Z] 03:48:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2025-08-01T07:23:41.023Z] 03:49:01 1.42 0.00 1.42 0.00 0.00 17.19 0.00 [2025-08-01T07:23:41.023Z] 03:50:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 03:51:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.023Z] 03:52:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.023Z] 03:53:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.023Z] 03:54:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 [2025-08-01T07:23:41.023Z] 03:55:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 [2025-08-01T07:23:41.023Z] 03:56:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 [2025-08-01T07:23:41.023Z] 03:57:01 1.27 0.00 1.27 0.00 0.00 16.26 0.00 [2025-08-01T07:23:41.023Z] 03:58:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.023Z] 03:59:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 [2025-08-01T07:23:41.023Z] 04:00:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.023Z] 04:01:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 [2025-08-01T07:23:41.023Z] 04:02:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 [2025-08-01T07:23:41.023Z] 04:03:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 [2025-08-01T07:23:41.023Z] 04:04:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 [2025-08-01T07:23:41.023Z] 04:05:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 [2025-08-01T07:23:41.023Z] 04:06:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.023Z] 04:07:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 [2025-08-01T07:23:41.024Z] 04:08:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 [2025-08-01T07:23:41.024Z] 04:09:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 [2025-08-01T07:23:41.024Z] 04:10:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 [2025-08-01T07:23:41.024Z] 04:11:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 [2025-08-01T07:23:41.024Z] 04:12:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 [2025-08-01T07:23:41.024Z] 04:13:01 1.45 0.00 1.45 0.00 0.00 18.66 0.00 [2025-08-01T07:23:41.024Z] 04:14:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 [2025-08-01T07:23:41.024Z] 04:15:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 [2025-08-01T07:23:41.024Z] 04:16:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 [2025-08-01T07:23:41.024Z] 04:17:01 1.38 0.00 1.38 0.00 0.00 17.60 0.00 [2025-08-01T07:23:41.024Z] 04:18:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 [2025-08-01T07:23:41.024Z] 04:19:01 1.48 0.00 1.48 0.00 0.00 18.40 0.00 [2025-08-01T07:23:41.024Z] 04:20:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 [2025-08-01T07:23:41.024Z] 04:21:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 [2025-08-01T07:23:41.024Z] 04:22:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 04:23:01 1.57 0.00 1.57 0.00 0.00 17.73 0.00 [2025-08-01T07:23:41.024Z] 04:24:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 [2025-08-01T07:23:41.024Z] 04:25:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 [2025-08-01T07:23:41.024Z] 04:26:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 [2025-08-01T07:23:41.024Z] 04:27:01 1.43 0.00 1.43 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.024Z] 04:28:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 [2025-08-01T07:23:41.024Z] 04:29:01 1.45 0.00 1.45 0.00 0.00 18.40 0.00 [2025-08-01T07:23:41.024Z] 04:30:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 [2025-08-01T07:23:41.024Z] 04:31:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.024Z] 04:32:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 [2025-08-01T07:23:41.024Z] 04:33:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 [2025-08-01T07:23:41.024Z] 04:34:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 [2025-08-01T07:23:41.024Z] 04:35:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 [2025-08-01T07:23:41.024Z] 04:36:02 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 04:37:01 1.36 0.00 1.36 0.00 0.00 16.81 0.00 [2025-08-01T07:23:41.024Z] 04:38:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 [2025-08-01T07:23:41.024Z] 04:39:01 1.28 0.00 1.28 0.00 0.00 16.79 0.00 [2025-08-01T07:23:41.024Z] 04:40:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 [2025-08-01T07:23:41.024Z] 04:41:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 [2025-08-01T07:23:41.024Z] 04:42:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 [2025-08-01T07:23:41.024Z] 04:43:01 1.52 0.00 1.52 0.00 0.00 17.60 0.00 [2025-08-01T07:23:41.024Z] 04:44:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 04:45:01 1.55 0.00 1.55 0.00 0.00 18.40 0.00 [2025-08-01T07:23:41.024Z] 04:46:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 [2025-08-01T07:23:41.024Z] 04:47:01 1.32 0.00 1.32 0.00 0.00 17.33 0.00 [2025-08-01T07:23:41.024Z] 04:48:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 [2025-08-01T07:23:41.024Z] 04:49:01 1.35 0.00 1.35 0.00 0.00 17.06 0.00 [2025-08-01T07:23:41.024Z] 04:50:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 [2025-08-01T07:23:41.024Z] 04:51:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 [2025-08-01T07:23:41.024Z] 04:52:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.024Z] 04:53:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 [2025-08-01T07:23:41.024Z] 04:54:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2025-08-01T07:23:41.024Z] 04:55:01 1.55 0.00 1.55 0.00 0.00 19.20 0.00 [2025-08-01T07:23:41.024Z] 04:56:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 [2025-08-01T07:23:41.024Z] 04:57:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 [2025-08-01T07:23:41.024Z] 04:58:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.024Z] 04:59:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.024Z] 05:00:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.024Z] 05:01:01 1.55 0.02 1.53 0.00 3.47 17.20 0.00 [2025-08-01T07:23:41.024Z] 05:02:01 0.90 0.00 0.90 0.00 0.00 10.66 0.00 [2025-08-01T07:23:41.024Z] 05:03:01 1.52 0.00 1.52 0.00 0.00 17.19 0.00 [2025-08-01T07:23:41.024Z] 05:04:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 [2025-08-01T07:23:41.024Z] 05:05:01 1.65 0.00 1.65 0.00 0.00 19.59 0.00 [2025-08-01T07:23:41.024Z] 05:06:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 05:07:01 1.50 0.00 1.50 0.00 0.00 18.40 0.00 [2025-08-01T07:23:41.024Z] 05:08:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2025-08-01T07:23:41.024Z] 05:09:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 [2025-08-01T07:23:41.024Z] 05:10:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.024Z] 05:11:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 [2025-08-01T07:23:41.024Z] 05:12:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 [2025-08-01T07:23:41.024Z] 05:13:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.024Z] 05:14:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 05:15:01 1.53 0.00 1.53 0.00 0.00 18.26 0.00 [2025-08-01T07:23:41.024Z] 05:16:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 [2025-08-01T07:23:41.024Z] 05:17:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 [2025-08-01T07:23:41.024Z] 05:18:01 1.28 0.00 1.28 0.00 0.00 13.73 0.00 [2025-08-01T07:23:41.024Z] 05:19:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 [2025-08-01T07:23:41.024Z] 05:20:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2025-08-01T07:23:41.024Z] 05:21:01 1.40 0.00 1.40 0.00 0.00 17.46 0.00 [2025-08-01T07:23:41.024Z] 05:22:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.024Z] 05:23:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 [2025-08-01T07:23:41.024Z] 05:24:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.024Z] 05:25:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 [2025-08-01T07:23:41.024Z] 05:26:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 [2025-08-01T07:23:41.024Z] 05:27:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 [2025-08-01T07:23:41.024Z] 05:28:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2025-08-01T07:23:41.024Z] 05:29:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 [2025-08-01T07:23:41.024Z] 05:30:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2025-08-01T07:23:41.024Z] 05:31:01 1.57 0.00 1.57 0.00 0.00 18.26 0.00 [2025-08-01T07:23:41.024Z] 05:32:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 [2025-08-01T07:23:41.024Z] 05:33:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 [2025-08-01T07:23:41.024Z] 05:34:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2025-08-01T07:23:41.024Z] 05:35:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 [2025-08-01T07:23:41.024Z] 05:36:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 [2025-08-01T07:23:41.024Z] 05:37:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 [2025-08-01T07:23:41.024Z] 05:38:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.024Z] 05:39:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 [2025-08-01T07:23:41.024Z] 05:40:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 [2025-08-01T07:23:41.024Z] 05:41:01 1.53 0.00 1.53 0.00 0.00 18.53 0.00 [2025-08-01T07:23:41.024Z] 05:42:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 05:43:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 [2025-08-01T07:23:41.024Z] 05:44:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 [2025-08-01T07:23:41.024Z] 05:45:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 [2025-08-01T07:23:41.024Z] 05:46:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 [2025-08-01T07:23:41.024Z] 05:47:01 1.77 0.00 1.77 0.00 0.00 19.99 0.00 [2025-08-01T07:23:41.024Z] 05:48:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 [2025-08-01T07:23:41.024Z] 05:49:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 [2025-08-01T07:23:41.024Z] 05:50:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.024Z] 05:51:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 [2025-08-01T07:23:41.024Z] 05:52:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 [2025-08-01T07:23:41.024Z] 05:53:01 1.42 0.00 1.42 0.00 0.00 17.99 0.00 [2025-08-01T07:23:41.024Z] 05:54:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 [2025-08-01T07:23:41.024Z] 05:55:02 1.50 0.00 1.50 0.00 0.00 17.59 0.00 [2025-08-01T07:23:41.024Z] 05:56:01 1.14 0.00 1.14 0.00 0.00 11.79 0.00 [2025-08-01T07:23:41.024Z] 05:57:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 [2025-08-01T07:23:41.024Z] 05:58:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 [2025-08-01T07:23:41.024Z] 05:59:01 1.38 0.00 1.38 0.00 0.00 16.40 0.00 [2025-08-01T07:23:41.024Z] 06:00:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 [2025-08-01T07:23:41.024Z] 06:01:01 1.92 0.00 1.92 0.00 0.00 21.86 0.00 [2025-08-01T07:23:41.024Z] 06:02:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 [2025-08-01T07:23:41.024Z] 06:03:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 [2025-08-01T07:23:41.024Z] 06:04:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 06:05:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 [2025-08-01T07:23:41.024Z] 06:06:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 [2025-08-01T07:23:41.024Z] 06:07:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 [2025-08-01T07:23:41.024Z] 06:08:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.024Z] 06:09:01 1.77 0.00 1.77 0.00 0.00 20.53 0.00 [2025-08-01T07:23:41.024Z] 06:10:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2025-08-01T07:23:41.024Z] 06:11:01 1.57 0.00 1.57 0.00 0.00 19.46 0.00 [2025-08-01T07:23:41.024Z] 06:12:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 [2025-08-01T07:23:41.024Z] 06:13:01 1.65 0.00 1.65 0.00 0.00 20.80 0.00 [2025-08-01T07:23:41.024Z] 06:14:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 [2025-08-01T07:23:41.024Z] 06:15:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 [2025-08-01T07:23:41.024Z] 06:16:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 [2025-08-01T07:23:41.024Z] 06:17:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 [2025-08-01T07:23:41.024Z] 06:18:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 [2025-08-01T07:23:41.024Z] 06:19:01 1.55 0.00 1.55 0.00 0.00 18.26 0.00 [2025-08-01T07:23:41.024Z] 06:20:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 [2025-08-01T07:23:41.024Z] 06:21:01 1.62 0.00 1.62 0.00 0.00 20.26 0.00 [2025-08-01T07:23:41.024Z] 06:22:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.024Z] 06:23:01 1.57 0.00 1.57 0.00 0.00 18.80 0.00 [2025-08-01T07:23:41.024Z] 06:24:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.024Z] 06:25:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.024Z] 06:26:01 4.78 2.26 2.53 0.00 36.42 81.21 0.00 [2025-08-01T07:23:41.024Z] 06:27:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 [2025-08-01T07:23:41.024Z] 06:28:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2025-08-01T07:23:41.024Z] 06:29:01 1.45 0.00 1.45 0.00 0.00 18.00 0.00 [2025-08-01T07:23:41.024Z] 06:30:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 [2025-08-01T07:23:41.024Z] 06:31:01 1.67 0.00 1.67 0.00 0.00 20.00 0.00 [2025-08-01T07:23:41.024Z] 06:32:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 06:33:01 15.16 2.10 13.06 0.00 1977.80 2626.90 0.00 [2025-08-01T07:23:41.024Z] 06:34:01 1.52 0.00 1.52 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.024Z] 06:35:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 [2025-08-01T07:23:41.024Z] 06:36:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 [2025-08-01T07:23:41.024Z] 06:37:01 1.78 0.00 1.78 0.00 0.00 20.80 0.00 [2025-08-01T07:23:41.024Z] 06:38:01 1.38 0.00 1.38 0.00 0.00 23.06 0.00 [2025-08-01T07:23:41.024Z] 06:39:01 1.60 0.00 1.60 0.00 0.00 19.06 0.00 [2025-08-01T07:23:41.024Z] 06:40:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2025-08-01T07:23:41.024Z] 06:41:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 [2025-08-01T07:23:41.024Z] 06:42:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.024Z] 06:43:01 1.55 0.00 1.55 0.00 0.00 18.26 0.00 [2025-08-01T07:23:41.024Z] 06:44:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2025-08-01T07:23:41.024Z] 06:45:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 [2025-08-01T07:23:41.024Z] 06:46:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 [2025-08-01T07:23:41.024Z] 06:47:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 [2025-08-01T07:23:41.024Z] 06:48:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 [2025-08-01T07:23:41.024Z] 06:49:01 1.75 0.00 1.75 0.00 0.00 20.26 0.00 [2025-08-01T07:23:41.024Z] 06:50:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 [2025-08-01T07:23:41.024Z] 06:51:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 [2025-08-01T07:23:41.024Z] 06:52:01 1.10 0.02 1.08 0.00 0.13 11.20 0.00 [2025-08-01T07:23:41.024Z] 06:53:01 2.13 0.00 2.13 0.00 0.00 24.00 0.00 [2025-08-01T07:23:41.024Z] 06:54:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 [2025-08-01T07:23:41.024Z] 06:55:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 [2025-08-01T07:23:41.024Z] 06:56:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 [2025-08-01T07:23:41.024Z] 06:57:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 [2025-08-01T07:23:41.024Z] 06:58:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 [2025-08-01T07:23:41.024Z] 06:59:01 1.72 0.00 1.72 0.00 0.00 20.40 0.00 [2025-08-01T07:23:41.024Z] 07:00:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2025-08-01T07:23:41.024Z] 07:01:01 1.80 0.00 1.80 0.00 0.00 21.06 0.00 [2025-08-01T07:23:41.024Z] 07:02:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 [2025-08-01T07:23:41.024Z] 07:03:01 1.65 0.00 1.65 0.00 0.00 20.00 0.00 [2025-08-01T07:23:41.024Z] 07:04:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 07:05:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 [2025-08-01T07:23:41.024Z] 07:06:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 [2025-08-01T07:23:41.024Z] 07:07:02 1.67 0.00 1.67 0.00 0.00 19.06 0.00 [2025-08-01T07:23:41.024Z] 07:08:01 1.22 0.00 1.22 0.00 0.00 13.42 0.00 [2025-08-01T07:23:41.024Z] 07:09:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.024Z] 07:10:01 1.13 0.00 1.13 0.00 0.00 11.33 0.00 [2025-08-01T07:23:41.024Z] 07:11:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 [2025-08-01T07:23:41.024Z] 07:12:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 [2025-08-01T07:23:41.024Z] 07:13:01 1.97 0.00 1.97 0.00 0.00 22.80 0.00 [2025-08-01T07:23:41.024Z] 07:14:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.024Z] 07:15:01 1.92 0.00 1.92 0.00 0.00 21.59 0.00 [2025-08-01T07:23:41.024Z] 07:16:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2025-08-01T07:23:41.024Z] 07:17:01 1.88 0.00 1.88 0.00 0.00 21.60 0.00 [2025-08-01T07:23:41.024Z] 07:18:01 1.27 0.00 1.27 0.00 0.00 12.93 0.00 [2025-08-01T07:23:41.024Z] 07:19:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 [2025-08-01T07:23:41.024Z] 07:20:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 [2025-08-01T07:23:41.024Z] 07:21:01 1.82 0.00 1.82 0.00 0.00 20.66 0.00 [2025-08-01T07:23:41.024Z] 07:22:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 [2025-08-01T07:23:41.025Z] 07:23:01 1.88 0.00 1.88 0.00 0.00 20.53 0.00 [2025-08-01T07:23:41.025Z] Average: 9.13 0.12 9.01 0.00 19.22 2781.24 0.00 [2025-08-01T07:23:41.025Z] [2025-08-01T07:23:41.025Z] 01:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-08-01T07:23:41.025Z] 01:24:01 27453596 31315360 967976 2.94 118696 3924568 2005184 5.91 1462920 3451312 20228 [2025-08-01T07:23:41.025Z] 01:25:01 26381444 31440356 839296 2.55 125932 5047576 1864844 5.50 1979160 3939516 202144 [2025-08-01T07:23:41.025Z] 01:26:01 25608504 31269192 1008680 3.07 132784 5595204 2018364 5.95 1999440 4647672 625028 [2025-08-01T07:23:41.025Z] 01:27:01 19578640 31392868 885280 2.69 144632 11599712 2367248 6.98 2073828 10454588 3246772 [2025-08-01T07:23:41.025Z] 01:28:01 14761216 31351640 884680 2.69 371196 15737508 2286800 6.74 3181752 13709320 931320 [2025-08-01T07:23:41.025Z] 01:29:01 6204764 28387052 3777776 11.49 413736 20819784 10991496 32.40 6827336 18045768 1485320 [2025-08-01T07:23:41.025Z] 01:30:01 2429972 27208456 4961600 15.09 431036 23299348 10884796 32.09 9103792 19449528 411656 [2025-08-01T07:23:41.025Z] 01:31:01 5532660 31123040 1087888 3.31 443276 24209144 2932896 8.65 4336144 21287140 264 [2025-08-01T07:23:41.025Z] 01:32:01 5947144 31385620 846992 2.58 448988 24104252 2119456 6.25 3927392 21365092 452 [2025-08-01T07:23:41.025Z] 01:33:01 5946784 31386180 846052 2.57 449528 24104676 2104812 6.21 4332604 20960232 468 [2025-08-01T07:23:41.025Z] 01:34:01 5957844 31397824 834232 2.54 450056 24104760 1971656 5.81 4401128 20879968 8 [2025-08-01T07:23:41.025Z] 01:35:01 5957200 31397180 834956 2.54 450084 24104760 1971656 5.81 4401260 20879968 8 [2025-08-01T07:23:41.025Z] 01:36:01 5975332 31415316 816756 2.48 450100 24104764 1971656 5.81 4380964 20879972 20 [2025-08-01T07:23:41.025Z] 01:37:01 5977132 31417184 815388 2.48 450136 24104760 1971656 5.81 4381020 20879980 24 [2025-08-01T07:23:41.025Z] 01:38:01 5977152 31417284 815164 2.48 450164 24104748 2006580 5.92 4380832 20879956 24 [2025-08-01T07:23:41.025Z] 01:39:01 5976776 31416924 815684 2.48 450184 24104752 2006580 5.92 4380820 20879960 8 [2025-08-01T07:23:41.025Z] 01:40:01 5977312 31417460 815136 2.48 450196 24104752 2006580 5.92 4380820 20879960 8 [2025-08-01T07:23:41.025Z] 01:41:01 5977272 31417460 815100 2.48 450224 24104756 2006580 5.92 4380940 20879968 8 [2025-08-01T07:23:41.025Z] 01:42:01 5977832 31418020 814484 2.48 450260 24104732 2006580 5.92 4380604 20879968 16 [2025-08-01T07:23:41.025Z] 01:43:01 5977744 31417996 814444 2.48 450276 24104760 2006580 5.92 4380744 20879976 20 [2025-08-01T07:23:41.025Z] 01:44:01 5978200 31418456 813892 2.48 450308 24104764 2006580 5.92 4380396 20879980 4 [2025-08-01T07:23:41.025Z] 01:45:01 5978276 31418620 813668 2.48 450340 24104764 2006580 5.92 4380468 20879980 80 [2025-08-01T07:23:41.025Z] 01:46:01 5978244 31418596 813620 2.48 450360 24104776 2006580 5.92 4380460 20879984 24 [2025-08-01T07:23:41.025Z] 01:47:01 5978464 31418876 813320 2.47 450404 24104768 2006580 5.92 4380508 20879988 8 [2025-08-01T07:23:41.025Z] 01:48:01 5978108 31418584 813560 2.48 450432 24104780 2006580 5.92 4380636 20879996 24 [2025-08-01T07:23:41.025Z] 01:49:01 5978100 31418580 813480 2.47 450456 24104784 2022624 5.96 4380576 20880000 12 [2025-08-01T07:23:41.025Z] 01:50:01 5977760 31418240 813748 2.48 450468 24104784 2022624 5.96 4380872 20880000 8 [2025-08-01T07:23:41.025Z] 01:51:01 5977784 31418332 813624 2.48 450488 24104788 2022624 5.96 4380648 20880008 28 [2025-08-01T07:23:41.025Z] 01:52:01 5977428 31417984 813960 2.48 450512 24104776 2022624 5.96 4380964 20879996 20 [2025-08-01T07:23:41.025Z] 01:53:01 5977412 31418028 813864 2.48 450536 24104792 2022624 5.96 4380756 20880000 28 [2025-08-01T07:23:41.025Z] 01:54:01 5977588 31418208 813840 2.48 450548 24104796 2022624 5.96 4380680 20880004 4 [2025-08-01T07:23:41.025Z] 01:55:01 5977548 31418168 813816 2.48 450564 24104800 2022624 5.96 4380680 20880004 8 [2025-08-01T07:23:41.025Z] 01:56:02 5977776 31418404 813524 2.47 450580 24104804 2022624 5.96 4380680 20880012 28 [2025-08-01T07:23:41.025Z] 01:57:01 5977672 31418360 813524 2.47 450608 24104804 2022624 5.96 4380940 20880016 20 [2025-08-01T07:23:41.025Z] 01:58:01 5977856 31418548 813448 2.47 450640 24104796 2022624 5.96 4380940 20880020 36 [2025-08-01T07:23:41.025Z] 01:59:01 5977780 31418536 813680 2.48 450668 24104808 2022624 5.96 4380836 20880028 64 [2025-08-01T07:23:41.025Z] 02:00:01 5977764 31418520 813648 2.48 450688 24104808 2022624 5.96 4380836 20880028 12 [2025-08-01T07:23:41.025Z] 02:01:01 5977464 31418284 813864 2.48 450704 24104816 2022624 5.96 4380904 20880036 8 [2025-08-01T07:23:41.025Z] 02:02:01 5977408 31418232 813828 2.48 450724 24104820 2022624 5.96 4380916 20880036 4 [2025-08-01T07:23:41.025Z] 02:03:01 5977424 31418256 813724 2.48 450760 24104812 2022624 5.96 4380976 20880044 8 [2025-08-01T07:23:41.025Z] 02:04:01 5977376 31418272 813672 2.48 450780 24104832 2022624 5.96 4380968 20880056 40 [2025-08-01T07:23:41.025Z] 02:05:01 5976996 31417908 813908 2.48 450796 24104832 2038668 6.01 4381844 20880040 192 [2025-08-01T07:23:41.025Z] 02:06:01 5977020 31417956 813864 2.48 450808 24104836 2038668 6.01 4381064 20880044 4 [2025-08-01T07:23:41.025Z] 02:07:01 5977196 31418132 813864 2.48 450828 24104836 2038668 6.01 4381048 20880044 12 [2025-08-01T07:23:41.025Z] 02:08:01 5976960 31417900 814048 2.48 450856 24104832 2038668 6.01 4381108 20880048 8 [2025-08-01T07:23:41.025Z] 02:09:01 5977132 31418136 813748 2.48 450876 24104844 2038668 6.01 4381108 20880052 8 [2025-08-01T07:23:41.025Z] 02:10:01 5974240 31415748 816044 2.48 450896 24105344 2038668 6.01 4386132 20880376 36 [2025-08-01T07:23:41.025Z] 02:11:01 5967028 31410664 821116 2.50 450928 24106276 2022544 5.96 4390784 20880744 60 [2025-08-01T07:23:41.025Z] 02:12:01 5966712 31410368 821324 2.50 450940 24106284 2022544 5.96 4391004 20880720 204 [2025-08-01T07:23:41.025Z] 02:13:01 5966380 31410044 821632 2.50 450972 24106276 2022544 5.96 4390600 20880728 68 [2025-08-01T07:23:41.025Z] 02:14:01 5966600 31410268 821320 2.50 450992 24106292 2022544 5.96 4390324 20880708 8 [2025-08-01T07:23:41.025Z] 02:15:01 5966584 31410316 821260 2.50 451016 24106284 2022544 5.96 4390380 20880716 4 [2025-08-01T07:23:41.025Z] 02:16:01 5966520 31410256 821236 2.50 451028 24106300 2022544 5.96 4390452 20880720 8 [2025-08-01T07:23:41.025Z] 02:17:01 5966000 31409888 821536 2.50 451056 24106412 2022544 5.96 4390432 20880836 188 [2025-08-01T07:23:41.025Z] 02:18:01 5965976 31409908 821444 2.50 451076 24106432 2022544 5.96 4390808 20880852 12 [2025-08-01T07:23:41.025Z] 02:19:01 5965644 31409596 821716 2.50 451096 24106428 2022544 5.96 4390484 20880852 44 [2025-08-01T07:23:41.025Z] 02:20:01 5965384 31409340 821892 2.50 451108 24106440 2022544 5.96 4390496 20880856 28 [2025-08-01T07:23:41.025Z] 02:21:01 5965824 31409908 821280 2.50 451128 24106564 2022544 5.96 4390488 20880980 56 [2025-08-01T07:23:41.025Z] 02:22:01 5965816 31409972 821192 2.50 451160 24106568 2022544 5.96 4390544 20880996 20 [2025-08-01T07:23:41.025Z] 02:23:01 5965756 31409948 821420 2.50 451168 24106580 2038588 6.01 4390640 20880996 12 [2025-08-01T07:23:41.025Z] 02:24:01 5965744 31409940 821612 2.50 451180 24106580 2038588 6.01 4390584 20880996 8 [2025-08-01T07:23:41.025Z] 02:25:01 5965956 31410156 821656 2.50 451188 24106584 2038240 6.01 4390580 20881000 28 [2025-08-01T07:23:41.025Z] 02:26:01 5966068 31410272 821488 2.50 451200 24106588 2038240 6.01 4390612 20881004 8 [2025-08-01T07:23:41.025Z] 02:27:01 5965788 31410028 821964 2.50 451216 24106588 2038240 6.01 4390636 20881004 12 [2025-08-01T07:23:41.025Z] 02:28:01 5965820 31410068 821904 2.50 451252 24106572 2038240 6.01 4390684 20881008 40 [2025-08-01T07:23:41.025Z] 02:29:01 5965780 31410088 821864 2.50 451264 24106592 2038240 6.01 4390680 20881012 12 [2025-08-01T07:23:41.025Z] 02:30:01 5965732 31410056 821836 2.50 451276 24106596 2038240 6.01 4390696 20881012 208 [2025-08-01T07:23:41.025Z] 02:31:01 5965392 31409724 822096 2.50 451288 24106604 2038240 6.01 4390712 20881016 8 [2025-08-01T07:23:41.025Z] 02:32:01 5965592 31409924 822036 2.50 451304 24106596 2038240 6.01 4390700 20881016 200 [2025-08-01T07:23:41.025Z] 02:33:01 5965592 31409960 822004 2.50 451340 24106592 2038240 6.01 4390788 20881024 8 [2025-08-01T07:23:41.025Z] 02:34:01 5965780 31410200 821736 2.50 451360 24106604 2038240 6.01 4390776 20881024 12 [2025-08-01T07:23:41.025Z] 02:35:01 5965660 31410100 821716 2.50 451376 24106616 2038240 6.01 4391152 20881032 188 [2025-08-01T07:23:41.025Z] 02:36:01 5965472 31409948 821880 2.50 451396 24106616 2038240 6.01 4390956 20881036 32 [2025-08-01T07:23:41.025Z] 02:37:01 5965432 31409912 821856 2.50 451412 24106612 2038240 6.01 4391116 20881036 16 [2025-08-01T07:23:41.025Z] 02:38:01 5965228 31409748 822008 2.50 451436 24106624 2038240 6.01 4390920 20881040 8 [2025-08-01T07:23:41.025Z] 02:39:01 5964912 31409444 822284 2.50 451452 24106624 2038240 6.01 4390876 20881040 12 [2025-08-01T07:23:41.025Z] 02:40:01 5964904 31409460 822208 2.50 451468 24106624 2038240 6.01 4390900 20881044 28 [2025-08-01T07:23:41.025Z] 02:41:01 5965064 31409652 822164 2.50 451484 24106636 2038240 6.01 4390908 20881052 40 [2025-08-01T07:23:41.025Z] 02:42:01 5964260 31408860 822936 2.50 451504 24106628 2038240 6.01 4390920 20881052 12 [2025-08-01T07:23:41.025Z] 02:43:01 5964252 31408892 822848 2.50 451548 24106620 2021372 5.96 4391016 20881056 28 [2025-08-01T07:23:41.025Z] 02:44:01 5964740 31409416 822268 2.50 451560 24106640 2021372 5.96 4391000 20881056 20 [2025-08-01T07:23:41.025Z] 02:45:01 5964976 31409668 821952 2.50 451572 24106644 2021372 5.96 4391292 20881060 8 [2025-08-01T07:23:41.025Z] 02:46:01 5964384 31409096 822452 2.50 451584 24106648 2021372 5.96 4391380 20881064 208 [2025-08-01T07:23:41.025Z] 02:47:01 5964376 31409096 822476 2.50 451600 24106648 2021372 5.96 4391040 20881064 8 [2025-08-01T07:23:41.025Z] 02:48:01 5963776 31408520 823028 2.50 451624 24106648 2021372 5.96 4391108 20881068 28 [2025-08-01T07:23:41.025Z] 02:49:01 5964004 31408776 822724 2.50 451644 24106656 2021372 5.96 4391068 20881072 8 [2025-08-01T07:23:41.025Z] 02:50:01 5964416 31409192 822436 2.50 451664 24106660 2021372 5.96 4391068 20881076 8 [2025-08-01T07:23:41.025Z] 02:51:01 5964408 31409188 822400 2.50 451684 24106664 2021372 5.96 4391080 20881080 28 [2025-08-01T07:23:41.025Z] 02:52:01 5964360 31409208 822368 2.50 451700 24106668 2021372 5.96 4391132 20881084 16 [2025-08-01T07:23:41.025Z] 02:53:01 5964052 31408936 822568 2.50 451744 24106672 2021372 5.96 4391224 20881088 36 [2025-08-01T07:23:41.025Z] 02:54:01 5964044 31408952 822492 2.50 451776 24106664 2021372 5.96 4391188 20881088 16 [2025-08-01T07:23:41.025Z] 02:55:01 5963964 31408928 822472 2.50 451804 24106676 2021372 5.96 4391248 20881092 36 [2025-08-01T07:23:41.025Z] 02:56:01 5963664 31408776 822564 2.50 451820 24106808 2037452 6.01 4391256 20881224 28 [2025-08-01T07:23:41.025Z] 02:57:01 5963784 31408912 822548 2.50 451840 24106808 2037452 6.01 4391692 20881224 188 [2025-08-01T07:23:41.025Z] 02:58:01 5963816 31408948 822496 2.50 451856 24106812 2037452 6.01 4391348 20881228 36 [2025-08-01T07:23:41.025Z] 02:59:01 5964028 31409160 822216 2.50 451868 24106816 2037452 6.01 4391276 20881228 32 [2025-08-01T07:23:41.025Z] 03:00:01 5963704 31408876 822452 2.50 451876 24106820 2037452 6.01 4391404 20881236 24 [2025-08-01T07:23:41.025Z] 03:01:01 5963972 31409156 822144 2.50 451896 24106824 2053520 6.05 4391580 20881240 192 [2025-08-01T07:23:41.025Z] 03:02:01 5963948 31409152 822104 2.50 451916 24106824 2053520 6.05 4391552 20881240 12 [2025-08-01T07:23:41.025Z] 03:03:01 5963608 31408816 822656 2.50 451948 24106816 2053520 6.05 4391404 20881244 28 [2025-08-01T07:23:41.025Z] 03:04:01 5963556 31408820 822744 2.50 451968 24106828 2053520 6.05 4391708 20881248 16 [2025-08-01T07:23:41.025Z] 03:05:01 5963612 31408900 822648 2.50 451992 24106824 2053520 6.05 4391680 20881248 276 [2025-08-01T07:23:41.025Z] 03:06:01 5963776 31409092 822384 2.50 452012 24106836 2053520 6.05 4391864 20881252 224 [2025-08-01T07:23:41.025Z] 03:07:01 5963832 31409172 822304 2.50 452032 24106836 2053520 6.05 4391476 20881252 8 [2025-08-01T07:23:41.025Z] 03:08:01 5964024 31409408 822228 2.50 452064 24106836 2053520 6.05 4391540 20881256 24 [2025-08-01T07:23:41.025Z] 03:09:01 5963644 31409088 822564 2.50 452096 24106848 2053520 6.05 4391544 20881260 8 [2025-08-01T07:23:41.025Z] 03:10:01 5963792 31409256 822304 2.50 452112 24106852 2053520 6.05 4391964 20881272 252 [2025-08-01T07:23:41.025Z] 03:11:01 5962712 31408436 823068 2.50 452148 24106852 2053520 6.05 4392140 20881112 20 [2025-08-01T07:23:41.025Z] 03:12:02 5963224 31409012 822448 2.50 452168 24106856 2037000 6.01 4393080 20880396 20 [2025-08-01T07:23:41.025Z] 03:13:01 5962616 31408416 822952 2.50 452192 24106860 2037000 6.01 4393020 20880396 28 [2025-08-01T07:23:41.025Z] 03:14:01 5963104 31408904 822424 2.50 452224 24106852 2037000 6.01 4392848 20880396 4 [2025-08-01T07:23:41.025Z] 03:15:01 5963048 31408912 822388 2.50 452260 24106864 2037000 6.01 4392904 20880404 32 [2025-08-01T07:23:41.025Z] 03:16:01 5963252 31409116 822120 2.50 452264 24106864 2037000 6.01 4392904 20880404 12 [2025-08-01T07:23:41.025Z] 03:17:01 5962952 31408944 822212 2.50 452276 24107000 2037000 6.01 4393208 20880532 4 [2025-08-01T07:23:41.025Z] 03:18:01 5962384 31408428 822824 2.50 452300 24107004 2037000 6.01 4393008 20880540 40 [2025-08-01T07:23:41.025Z] 03:19:01 5962336 31408380 822808 2.50 452312 24107004 2037000 6.01 4392952 20880540 8 [2025-08-01T07:23:41.025Z] 03:20:01 5962068 31408116 823008 2.50 452324 24107008 2037000 6.01 4392964 20880544 8 [2025-08-01T07:23:41.025Z] 03:21:01 5962268 31408376 822936 2.50 452352 24107008 2037000 6.01 4393012 20880548 12 [2025-08-01T07:23:41.025Z] 03:22:01 5962464 31408580 822644 2.50 452372 24107012 2037000 6.01 4393012 20880552 8 [2025-08-01T07:23:41.025Z] 03:23:01 5962636 31408820 822484 2.50 452396 24107020 2037000 6.01 4393128 20880564 44 [2025-08-01T07:23:41.025Z] 03:24:01 5962212 31408436 823064 2.50 452408 24107020 2037000 6.01 4393072 20880564 8 [2025-08-01T07:23:41.025Z] 03:25:01 5962456 31408688 822788 2.50 452432 24107016 2037000 6.01 4393068 20880568 24 [2025-08-01T07:23:41.025Z] 03:26:01 5962440 31408712 822764 2.50 452444 24107028 2037000 6.01 4393112 20880564 24 [2025-08-01T07:23:41.025Z] 03:27:01 5962148 31408436 822992 2.50 452472 24107032 2037000 6.01 4393140 20880568 16 [2025-08-01T07:23:41.025Z] 03:28:01 5962376 31408672 822704 2.50 452492 24107036 2053104 6.05 4393184 20880572 28 [2025-08-01T07:23:41.025Z] 03:29:01 5962068 31408424 822936 2.50 452520 24107028 2053104 6.05 4393180 20880576 8 [2025-08-01T07:23:41.025Z] 03:30:01 5962060 31408420 822852 2.50 452544 24107040 2053104 6.05 4393180 20880580 28 [2025-08-01T07:23:41.025Z] 03:31:01 5962220 31408640 822820 2.50 452564 24107040 2036904 6.01 4393260 20880584 8 [2025-08-01T07:23:41.025Z] 03:32:01 5962176 31408604 823036 2.50 452588 24107036 2036904 6.01 4393248 20880588 24 [2025-08-01T07:23:41.025Z] 03:33:01 5962096 31408568 823064 2.50 452600 24107048 2036904 6.01 4393360 20880584 4 [2025-08-01T07:23:41.025Z] 03:34:01 5962332 31408804 822748 2.50 452624 24107044 2053032 6.05 4393300 20880584 12 [2025-08-01T07:23:41.025Z] 03:35:01 5962528 31409004 822464 2.50 452632 24107056 2053032 6.05 4393312 20880588 32 [2025-08-01T07:23:41.025Z] 03:36:01 5962260 31408772 822696 2.50 452648 24107056 2053032 6.05 4393456 20880588 12 [2025-08-01T07:23:41.025Z] 03:37:01 5962504 31409028 822356 2.50 452660 24107060 2053032 6.05 4393368 20880596 16 [2025-08-01T07:23:41.025Z] 03:38:01 5962448 31408976 822352 2.50 452676 24107060 2053032 6.05 4393412 20880600 36 [2025-08-01T07:23:41.025Z] 03:39:01 5961832 31408548 822744 2.50 452692 24107192 2053032 6.05 4393392 20880732 16 [2025-08-01T07:23:41.025Z] 03:40:01 5961848 31408568 822660 2.50 452708 24107200 2053032 6.05 4393392 20880736 40 [2025-08-01T07:23:41.025Z] 03:41:01 5961800 31408520 822640 2.50 452716 24107200 2053032 6.05 4393392 20880736 4 [2025-08-01T07:23:41.025Z] 03:42:01 5962068 31408800 822328 2.50 452736 24107204 2053032 6.05 4393400 20880744 28 [2025-08-01T07:23:41.025Z] 03:43:01 5962020 31408808 822300 2.50 452748 24107208 2053032 6.05 4393508 20880744 8 [2025-08-01T07:23:41.025Z] 03:44:01 5961680 31408468 822528 2.50 452768 24107208 2053032 6.05 4393712 20880744 28 [2025-08-01T07:23:41.025Z] 03:45:01 5961796 31408640 822276 2.50 452792 24107216 2053032 6.05 4393992 20880752 232 [2025-08-01T07:23:41.026Z] 03:46:01 5961828 31408672 822216 2.50 452820 24107216 2053032 6.05 4393788 20880752 4 [2025-08-01T07:23:41.026Z] 03:47:01 5961696 31408544 822504 2.50 452832 24107220 2053032 6.05 4393496 20880756 28 [2025-08-01T07:23:41.026Z] 03:48:01 5961460 31408312 822692 2.50 452848 24107224 2053032 6.05 4393848 20880760 4 [2025-08-01T07:23:41.026Z] 03:49:01 5961160 31408072 822904 2.50 452876 24107216 2053032 6.05 4393568 20880764 8 [2025-08-01T07:23:41.026Z] 03:50:01 5961160 31408076 822876 2.50 452892 24107228 2053032 6.05 4393552 20880768 24 [2025-08-01T07:23:41.026Z] 03:51:01 5961328 31408244 822848 2.50 452916 24107220 2053032 6.05 4393560 20880768 8 [2025-08-01T07:23:41.026Z] 03:52:01 5961312 31408312 822804 2.50 452928 24107232 2053032 6.05 4393636 20880768 28 [2025-08-01T07:23:41.026Z] 03:53:01 5961200 31408224 822832 2.50 452940 24107240 2053032 6.05 4393728 20880772 44 [2025-08-01T07:23:41.026Z] 03:54:01 5960860 31407884 823096 2.50 452956 24107240 2036864 6.01 4393660 20880772 8 [2025-08-01T07:23:41.026Z] 03:55:01 5960732 31407796 822996 2.50 452964 24107244 2036864 6.01 4393680 20880780 0 [2025-08-01T07:23:41.026Z] 03:56:01 5960684 31407772 822936 2.50 452972 24107244 2036864 6.01 4393688 20880780 4 [2025-08-01T07:23:41.026Z] 03:57:01 5960352 31407448 823148 2.50 452992 24107252 2036864 6.01 4393708 20880788 44 [2025-08-01T07:23:41.026Z] 03:58:01 5960588 31407688 822952 2.50 452996 24107256 2036864 6.01 4393752 20880792 32 [2025-08-01T07:23:41.026Z] 03:59:01 5961008 31408108 822688 2.50 453016 24107244 2052988 6.05 4393712 20880792 8 [2025-08-01T07:23:41.026Z] 04:00:01 5961236 31408408 822396 2.50 453028 24107260 2052988 6.05 4393752 20880800 24 [2025-08-01T07:23:41.026Z] 04:01:01 5960896 31408068 822652 2.50 453044 24107260 2036804 6.00 4393776 20880800 4 [2025-08-01T07:23:41.026Z] 04:02:01 5960848 31408024 822612 2.50 453068 24107264 2036804 6.00 4393760 20880804 28 [2025-08-01T07:23:41.026Z] 04:03:01 5961016 31408252 822572 2.50 453088 24107272 2036804 6.00 4393900 20880808 4 [2025-08-01T07:23:41.026Z] 04:04:01 5961032 31408268 822508 2.50 453116 24107264 2036804 6.00 4393828 20880808 16 [2025-08-01T07:23:41.026Z] 04:05:01 5960764 31408064 822676 2.50 453140 24107276 2036804 6.00 4394164 20880816 8 [2025-08-01T07:23:41.026Z] 04:06:01 5960640 31407940 822904 2.50 453160 24107276 2036804 6.00 4394236 20880816 208 [2025-08-01T07:23:41.026Z] 04:07:01 5960120 31407428 823404 2.50 453172 24107280 2036804 6.00 4393908 20880820 8 [2025-08-01T07:23:41.026Z] 04:08:01 5960528 31407844 822920 2.50 453188 24107284 2036804 6.00 4393968 20880824 4 [2025-08-01T07:23:41.026Z] 04:09:01 5960536 31407912 822848 2.50 453212 24107280 2036804 6.00 4393972 20880828 12 [2025-08-01T07:23:41.026Z] 04:10:01 5960976 31408360 822356 2.50 453228 24107288 2036804 6.00 4393956 20880832 28 [2025-08-01T07:23:41.026Z] 04:11:01 5960668 31408188 822396 2.50 453236 24107416 2052916 6.05 4394624 20880960 208 [2025-08-01T07:23:41.026Z] 04:12:01 5951824 31399360 831228 2.53 453252 24107420 2052916 6.05 4405500 20880956 8 [2025-08-01T07:23:41.026Z] 04:13:01 5950784 31398348 832196 2.53 453272 24107420 2036864 6.01 4405416 20880960 24 [2025-08-01T07:23:41.026Z] 04:14:01 5950492 31398076 832396 2.53 453292 24107424 2036864 6.01 4405296 20880964 8 [2025-08-01T07:23:41.026Z] 04:15:01 5950248 31397836 832680 2.53 453308 24107436 2036864 6.01 4405592 20880968 28 [2025-08-01T07:23:41.026Z] 04:16:01 5949880 31397472 833192 2.53 453320 24107436 2036864 6.01 4405284 20880968 4 [2025-08-01T07:23:41.026Z] 04:17:01 5949572 31397220 833452 2.54 453340 24107440 2036864 6.01 4405356 20880972 24 [2025-08-01T07:23:41.026Z] 04:18:01 5949796 31397460 833356 2.54 453352 24107440 2036864 6.01 4405404 20880976 24 [2025-08-01T07:23:41.026Z] 04:19:01 5949520 31397192 833556 2.54 453372 24107444 2036864 6.01 4405888 20880980 32 [2025-08-01T07:23:41.026Z] 04:20:01 5950232 31397908 833104 2.53 453392 24107448 2036864 6.01 4405368 20880984 28 [2025-08-01T07:23:41.026Z] 04:21:01 5949760 31397500 833556 2.54 453404 24107452 2036864 6.01 4405432 20880992 4 [2025-08-01T07:23:41.026Z] 04:22:01 5949468 31397212 833776 2.54 453428 24107456 2036864 6.01 4405416 20880996 28 [2025-08-01T07:23:41.026Z] 04:23:01 5949840 31397624 833476 2.54 453448 24107456 2036864 6.01 4405984 20880992 212 [2025-08-01T07:23:41.026Z] 04:24:01 5949872 31397660 833432 2.54 453464 24107460 2036864 6.01 4405540 20880996 24 [2025-08-01T07:23:41.026Z] 04:25:01 5949596 31397388 833656 2.54 453484 24107464 2036864 6.01 4405840 20881000 4 [2025-08-01T07:23:41.026Z] 04:26:01 5950092 31397944 833076 2.53 453504 24107464 2036864 6.01 4405604 20881004 12 [2025-08-01T07:23:41.026Z] 04:27:01 5949516 31397372 833624 2.54 453520 24107468 2036864 6.01 4405608 20881008 8 [2025-08-01T07:23:41.026Z] 04:28:01 5949184 31397040 833992 2.54 453536 24107468 2036864 6.01 4405668 20881008 8 [2025-08-01T07:23:41.026Z] 04:29:01 5949168 31397028 833936 2.54 453556 24107468 2052936 6.05 4405612 20881012 28 [2025-08-01T07:23:41.026Z] 04:30:01 5949308 31397236 833712 2.54 453572 24107480 2052936 6.05 4405652 20881020 4 [2025-08-01T07:23:41.026Z] 04:31:01 5949292 31397228 833628 2.54 453608 24107484 2052936 6.05 4405676 20881028 24 [2025-08-01T07:23:41.026Z] 04:32:01 5949236 31397256 833612 2.54 453620 24107488 2052936 6.05 4406008 20881024 28 [2025-08-01T07:23:41.026Z] 04:33:01 5948716 31396756 834036 2.54 453652 24107488 2052936 6.05 4405816 20881024 12 [2025-08-01T07:23:41.026Z] 04:34:01 5948672 31396716 834264 2.54 453680 24107484 2052936 6.05 4405868 20881028 4 [2025-08-01T07:23:41.026Z] 04:35:01 5948656 31396764 834228 2.54 453696 24107496 2052936 6.05 4405824 20881032 24 [2025-08-01T07:23:41.026Z] 04:36:02 5948760 31396868 834276 2.54 453700 24107496 2052936 6.05 4405996 20881032 12 [2025-08-01T07:23:41.026Z] 04:37:01 5949216 31397328 833776 2.54 453712 24107500 2052936 6.05 4405828 20881036 32 [2025-08-01T07:23:41.026Z] 04:38:01 5949200 31397312 833724 2.54 453720 24107500 2052936 6.05 4405880 20881036 12 [2025-08-01T07:23:41.026Z] 04:39:01 5948932 31397048 833920 2.54 453724 24107508 2036760 6.00 4405840 20881040 44 [2025-08-01T07:23:41.026Z] 04:40:01 5948884 31397004 833896 2.54 453736 24107508 2019976 5.96 4405824 20881044 24 [2025-08-01T07:23:41.026Z] 04:41:01 5948836 31397020 833868 2.54 453748 24107512 2019976 5.96 4405900 20881052 4 [2025-08-01T07:23:41.026Z] 04:42:01 5949016 31397204 833592 2.54 453764 24107516 2019976 5.96 4406148 20881056 196 [2025-08-01T07:23:41.026Z] 04:43:01 5948648 31396872 834084 2.54 453780 24107516 2019976 5.96 4406440 20881052 200 [2025-08-01T07:23:41.026Z] 04:44:01 5949120 31397348 833592 2.54 453804 24107520 2019976 5.96 4406184 20881056 48 [2025-08-01T07:23:41.026Z] 04:45:01 5948656 31396824 834064 2.54 453820 24107524 2019976 5.96 4406152 20881060 20 [2025-08-01T07:23:41.026Z] 04:46:01 5948560 31396772 834036 2.54 453832 24107528 2019976 5.96 4406336 20881060 208 [2025-08-01T07:23:41.026Z] 04:47:01 5948624 31396848 833956 2.54 453840 24107532 2019976 5.96 4406004 20881068 44 [2025-08-01T07:23:41.026Z] 04:48:01 5948516 31396744 834212 2.54 453860 24107532 2036112 6.00 4406064 20881068 8 [2025-08-01T07:23:41.026Z] 04:49:01 5948624 31396860 834056 2.54 453876 24107536 2036112 6.00 4406296 20881076 44 [2025-08-01T07:23:41.026Z] 04:50:01 5948576 31396932 833952 2.54 453900 24107604 2036112 6.00 4406336 20881140 28 [2025-08-01T07:23:41.026Z] 04:51:01 5948780 31397144 833672 2.54 453916 24107604 2036112 6.00 4406056 20881148 8 [2025-08-01T07:23:41.026Z] 04:52:01 5948180 31396548 834164 2.54 453928 24107612 2036112 6.00 4406416 20881152 220 [2025-08-01T07:23:41.026Z] 04:53:01 5948416 31396844 833900 2.54 453952 24107612 2036112 6.00 4406212 20881148 12 [2025-08-01T07:23:41.026Z] 04:54:01 5948172 31396604 834180 2.54 453980 24107608 2036112 6.00 4406136 20881152 28 [2025-08-01T07:23:41.026Z] 04:55:01 5949896 31398408 832352 2.53 454008 24107612 2036112 6.00 4403656 20881160 24 [2025-08-01T07:23:41.026Z] 04:56:01 5950384 31398896 831792 2.53 454008 24107620 2036112 6.00 4403656 20881160 12 [2025-08-01T07:23:41.026Z] 04:57:01 5950336 31398876 831764 2.53 454024 24107624 2036112 6.00 4403704 20881160 28 [2025-08-01T07:23:41.026Z] 04:58:01 5950004 31398548 832032 2.53 454028 24107628 2036112 6.00 4403768 20881164 16 [2025-08-01T07:23:41.026Z] 04:59:01 5950208 31398884 831728 2.53 454044 24107760 2036112 6.00 4403712 20881296 8 [2025-08-01T07:23:41.026Z] 05:00:01 5950444 31399124 831420 2.53 454072 24107752 2036112 6.00 4403940 20881300 36 [2025-08-01T07:23:41.026Z] 05:01:01 5951156 31399956 830776 2.53 454096 24107868 2036112 6.00 4403756 20881364 4 [2025-08-01T07:23:41.026Z] 05:02:01 5950876 31399728 831252 2.53 454112 24107872 2052160 6.05 4404048 20881412 28 [2025-08-01T07:23:41.026Z] 05:03:01 5950772 31399664 831292 2.53 454124 24107876 2052160 6.05 4404220 20881412 200 [2025-08-01T07:23:41.026Z] 05:04:01 5951064 31399960 830972 2.53 454132 24107880 2052160 6.05 4404108 20881416 44 [2025-08-01T07:23:41.026Z] 05:05:01 5950568 31399468 831432 2.53 454140 24107884 2052160 6.05 4404204 20881420 12 [2025-08-01T07:23:41.026Z] 05:06:01 5950860 31399760 831128 2.53 454152 24107884 2052160 6.05 4404076 20881420 8 [2025-08-01T07:23:41.026Z] 05:07:01 5950480 31399500 831300 2.53 454164 24108020 2052160 6.05 4404116 20881536 176 [2025-08-01T07:23:41.026Z] 05:08:01 5950716 31399812 831048 2.53 454180 24108020 2035780 6.00 4403944 20881556 12 [2025-08-01T07:23:41.026Z] 05:09:01 5950636 31399736 831044 2.53 454200 24108024 2035780 6.00 4403892 20881560 4 [2025-08-01T07:23:41.026Z] 05:10:01 5950296 31399396 831308 2.53 454228 24108012 2035780 6.00 4403892 20881560 12 [2025-08-01T07:23:41.026Z] 05:11:01 5950288 31399456 831228 2.53 454240 24108028 2035780 6.00 4404160 20881452 8 [2025-08-01T07:23:41.026Z] 05:12:01 5949468 31398644 831964 2.53 454244 24108032 2035780 6.00 4404620 20881400 4 [2025-08-01T07:23:41.026Z] 05:13:01 5949704 31398888 831692 2.53 454264 24108032 2035780 6.00 4404416 20881400 8 [2025-08-01T07:23:41.026Z] 05:14:01 5950160 31399348 831144 2.53 454292 24108036 2035780 6.00 4404328 20881404 24 [2025-08-01T07:23:41.026Z] 05:15:01 5949924 31399172 831292 2.53 454320 24108036 2035780 6.00 4404368 20881408 36 [2025-08-01T07:23:41.026Z] 05:16:01 5950092 31399348 831252 2.53 454340 24108040 2035780 6.00 4404368 20881412 24 [2025-08-01T07:23:41.026Z] 05:17:01 5949232 31398496 832060 2.53 454352 24108048 2035780 6.00 4404660 20881416 36 [2025-08-01T07:23:41.026Z] 05:18:01 5949444 31398756 831704 2.53 454364 24108048 2035780 6.00 4404516 20881416 20 [2025-08-01T07:23:41.026Z] 05:19:01 5949636 31398952 831676 2.53 454380 24108056 2019356 5.95 4404440 20881420 76 [2025-08-01T07:23:41.026Z] 05:20:01 5949872 31399192 831396 2.53 454396 24108056 2019356 5.95 4404440 20881424 32 [2025-08-01T07:23:41.026Z] 05:21:01 5949572 31398956 831716 2.53 454416 24108060 2019356 5.95 4404496 20881432 28 [2025-08-01T07:23:41.026Z] 05:22:01 5949732 31399124 831688 2.53 454432 24108064 2019356 5.95 4404508 20881436 8 [2025-08-01T07:23:41.026Z] 05:23:01 5949424 31398840 831900 2.53 454460 24108064 2019356 5.95 4405124 20881432 204 [2025-08-01T07:23:41.026Z] 05:24:01 5949456 31398876 831844 2.53 454484 24108064 2019356 5.95 4404524 20881436 28 [2025-08-01T07:23:41.026Z] 05:25:01 5949336 31398816 831868 2.53 454512 24108072 2019356 5.95 4404580 20881440 4 [2025-08-01T07:23:41.026Z] 05:26:01 5949580 31399072 831548 2.53 454520 24108076 2019356 5.95 4404588 20881448 28 [2025-08-01T07:23:41.026Z] 05:27:01 5950032 31399528 831280 2.53 454532 24108080 2019356 5.95 4404580 20881452 28 [2025-08-01T07:23:41.026Z] 05:28:01 5950268 31399672 831100 2.53 454540 24108080 2019356 5.95 4404640 20881452 24 [2025-08-01T07:23:41.026Z] 05:29:01 5950156 31399564 831436 2.53 454548 24108084 2019356 5.95 4404580 20881456 32 [2025-08-01T07:23:41.026Z] 05:30:01 5950316 31399776 831228 2.53 454560 24108080 2018708 5.95 4404640 20881452 12 [2025-08-01T07:23:41.026Z] 05:31:01 5950056 31399520 831460 2.53 454568 24108088 2018708 5.95 4404644 20881456 4 [2025-08-01T07:23:41.026Z] 05:32:01 5949972 31399440 831692 2.53 454580 24108092 2018708 5.95 4404940 20881460 8 [2025-08-01T07:23:41.026Z] 05:33:01 5949736 31399244 831876 2.53 454604 24108092 2018708 5.95 4404764 20881460 8 [2025-08-01T07:23:41.026Z] 05:34:01 5949980 31399492 831612 2.53 454612 24108096 2018708 5.95 4404704 20881464 28 [2025-08-01T07:23:41.026Z] 05:35:01 5949908 31399480 831572 2.53 454648 24108100 2034756 6.00 4404744 20881468 40 [2025-08-01T07:23:41.026Z] 05:36:01 5949892 31399480 831508 2.53 454660 24108108 2034756 6.00 4404940 20881468 64 [2025-08-01T07:23:41.026Z] 05:37:01 5949836 31399436 831504 2.53 454672 24108112 2034756 6.00 4404768 20881472 8 [2025-08-01T07:23:41.026Z] 05:38:01 5950008 31399616 831220 2.53 454684 24108112 2034756 6.00 4404832 20881480 16 [2025-08-01T07:23:41.026Z] 05:39:01 5949708 31399320 831544 2.53 454704 24108116 2034756 6.00 4404768 20881484 8 [2025-08-01T07:23:41.026Z] 05:40:01 5949876 31399488 831520 2.53 454728 24108112 2034756 6.00 4404768 20881484 8 [2025-08-01T07:23:41.026Z] 05:41:01 5949672 31399416 831584 2.53 454752 24108228 2034756 6.00 4405400 20881548 4 [2025-08-01T07:23:41.026Z] 05:42:01 5949420 31399232 831768 2.53 454760 24108232 2034756 6.00 4404872 20881600 24 [2025-08-01T07:23:41.026Z] 05:43:01 5949380 31399192 831792 2.53 454768 24108232 2034756 6.00 4404932 20881600 8 [2025-08-01T07:23:41.026Z] 05:44:01 5949364 31399196 831736 2.53 454776 24108240 2034756 6.00 4404872 20881604 8 [2025-08-01T07:23:41.026Z] 05:45:01 5949820 31399656 831212 2.53 454784 24108240 2034756 6.00 4404888 20881608 8 [2025-08-01T07:23:41.026Z] 05:46:01 5949528 31399368 831492 2.53 454792 24108244 2034756 6.00 4404872 20881612 8 [2025-08-01T07:23:41.026Z] 05:47:01 5949316 31399204 831636 2.53 454812 24108248 2034756 6.00 4404916 20881616 12 [2025-08-01T07:23:41.026Z] 05:48:01 5949460 31399348 831636 2.53 454832 24108248 2034756 6.00 4405284 20881616 8 [2025-08-01T07:23:41.026Z] 05:49:01 5949444 31399356 831604 2.53 454848 24108252 2034756 6.00 4404988 20881620 4 [2025-08-01T07:23:41.026Z] 05:50:01 5949428 31399356 831588 2.53 454872 24108244 2034756 6.00 4404988 20881620 8 [2025-08-01T07:23:41.026Z] 05:51:01 5949316 31399248 831620 2.53 454880 24108256 2034756 6.00 4404988 20881624 28 [2025-08-01T07:23:41.026Z] 05:52:01 5949268 31399204 831592 2.53 454892 24108260 2034756 6.00 4404992 20881628 8 [2025-08-01T07:23:41.026Z] 05:53:01 5948992 31398980 831832 2.53 454904 24108268 2034756 6.00 4405116 20881636 36 [2025-08-01T07:23:41.026Z] 05:54:01 5948984 31398976 831760 2.53 454920 24108272 2034756 6.00 4405056 20881640 8 [2025-08-01T07:23:41.026Z] 05:55:02 5949116 31399108 831540 2.53 454948 24108272 2034756 6.00 4405040 20881640 36 [2025-08-01T07:23:41.026Z] 05:56:01 5948856 31398916 831828 2.53 454956 24108276 2034756 6.00 4405096 20881648 24 [2025-08-01T07:23:41.026Z] 05:57:01 5948872 31398936 831724 2.53 454984 24108280 2034756 6.00 4405096 20881652 4 [2025-08-01T07:23:41.026Z] 05:58:01 5948824 31398888 831712 2.53 454988 24108280 2034756 6.00 4405168 20881652 8 [2025-08-01T07:23:41.026Z] 05:59:01 5949244 31399312 831428 2.53 455008 24108284 2034756 6.00 4405096 20881656 32 [2025-08-01T07:23:41.026Z] 06:00:01 5948896 31399024 831680 2.53 455016 24108284 2034756 6.00 4405700 20881660 216 [2025-08-01T07:23:41.026Z] 06:01:01 5948920 31399052 831624 2.53 455044 24108288 2034756 6.00 4405152 20881664 4 [2025-08-01T07:23:41.027Z] 06:02:01 5948548 31398684 831860 2.53 455052 24108296 2034756 6.00 4405528 20881668 240 [2025-08-01T07:23:41.027Z] 06:03:01 5948760 31398948 831636 2.53 455060 24108296 2018140 5.95 4405284 20881664 12 [2025-08-01T07:23:41.027Z] 06:04:01 5949132 31399324 831344 2.53 455064 24108300 2018140 5.95 4405696 20881668 228 [2025-08-01T07:23:41.027Z] 06:05:01 5949164 31399364 831288 2.53 455096 24108300 2018140 5.95 4405600 20881668 8 [2025-08-01T07:23:41.027Z] 06:06:01 5949400 31399636 831108 2.53 455116 24108300 2034412 6.00 4405264 20881672 24 [2025-08-01T07:23:41.027Z] 06:07:01 5949156 31399396 831260 2.53 455136 24108308 2034412 6.00 4405248 20881676 28 [2025-08-01T07:23:41.027Z] 06:08:01 5949108 31399404 831236 2.53 455152 24108308 2050480 6.05 4405380 20881680 8 [2025-08-01T07:23:41.027Z] 06:09:01 5948744 31399044 831520 2.53 455172 24108312 2050480 6.05 4405320 20881684 8 [2025-08-01T07:23:41.027Z] 06:10:01 5948948 31399256 831332 2.53 455192 24108316 2050480 6.05 4405304 20881684 8 [2025-08-01T07:23:41.027Z] 06:11:01 5948852 31399228 831804 2.53 455232 24108316 2050480 6.05 4405436 20881696 16 [2025-08-01T07:23:41.027Z] 06:12:01 5948700 31399264 831752 2.53 455248 24108324 2031456 5.99 4405820 20881692 20 [2025-08-01T07:23:41.027Z] 06:13:01 5948740 31399384 831548 2.53 455264 24108408 2031456 5.99 4405628 20881756 28 [2025-08-01T07:23:41.027Z] 06:14:01 5948400 31399076 831772 2.53 455296 24108420 2031456 5.99 4405860 20881788 220 [2025-08-01T07:23:41.027Z] 06:15:01 5948180 31398900 831944 2.53 455324 24108420 2031456 5.99 4405612 20881788 4 [2025-08-01T07:23:41.027Z] 06:16:01 5948148 31398936 831884 2.53 455364 24108424 2031456 5.99 4405856 20881796 56 [2025-08-01T07:23:41.027Z] 06:17:01 5948060 31398876 831908 2.53 455384 24108424 2031456 5.99 4405916 20881792 4 [2025-08-01T07:23:41.027Z] 06:18:01 5948240 31399060 831676 2.53 455396 24108428 2031456 5.99 4406020 20881796 240 [2025-08-01T07:23:41.027Z] 06:19:01 5947900 31398728 831952 2.53 455404 24108432 2031456 5.99 4406216 20881800 204 [2025-08-01T07:23:41.027Z] 06:20:01 5948680 31399508 831156 2.53 455420 24108432 2031456 5.99 4405648 20881800 12 [2025-08-01T07:23:41.027Z] 06:21:01 5948192 31399216 831460 2.53 455456 24108556 2031456 5.99 4405704 20881940 68 [2025-08-01T07:23:41.027Z] 06:22:01 5948184 31399208 831420 2.53 455484 24108568 2015304 5.94 4405704 20881940 12 [2025-08-01T07:23:41.027Z] 06:23:01 5947980 31399064 831576 2.53 455508 24108572 2015304 5.94 4405820 20881940 8 [2025-08-01T07:23:41.027Z] 06:24:01 5947888 31398980 831800 2.53 455524 24108576 2015304 5.94 4405760 20881944 4 [2025-08-01T07:23:41.027Z] 06:25:01 5947384 31398480 832260 2.53 455552 24108580 2015304 5.94 4406052 20881948 28 [2025-08-01T07:23:41.027Z] 06:26:01 5945912 31399720 831244 2.53 455608 24110940 2031448 5.99 4405936 20884224 4 [2025-08-01T07:23:41.027Z] 06:27:01 5946124 31399936 831064 2.53 455628 24110948 2031448 5.99 4405936 20884224 12 [2025-08-01T07:23:41.027Z] 06:28:01 5946076 31399892 831048 2.53 455636 24110952 2031448 5.99 4405980 20884228 4 [2025-08-01T07:23:41.027Z] 06:29:01 5945964 31399972 830896 2.53 455652 24111088 2031448 5.99 4406256 20884364 180 [2025-08-01T07:23:41.027Z] 06:30:01 5945980 31399988 830968 2.53 455668 24111088 2031448 5.99 4405976 20884364 12 [2025-08-01T07:23:41.027Z] 06:31:01 5945900 31399912 830980 2.53 455688 24111088 2031448 5.99 4405992 20884368 8 [2025-08-01T07:23:41.027Z] 06:32:01 5945852 31399928 831068 2.53 455704 24111092 2031448 5.99 4406324 20884376 12 [2025-08-01T07:23:41.027Z] 06:33:01 5807156 31389320 841464 2.56 456700 24235840 2042556 6.02 4478896 20942140 232 [2025-08-01T07:23:41.027Z] 06:34:01 5807072 31389288 841688 2.56 456748 24235844 2042556 6.02 4479256 20942140 204 [2025-08-01T07:23:41.027Z] 06:35:01 5807632 31389852 841100 2.56 456772 24235844 2042556 6.02 4478892 20942140 12 [2025-08-01T07:23:41.027Z] 06:36:01 5809320 31391544 839372 2.55 456784 24235848 2042556 6.02 4477200 20942144 32 [2025-08-01T07:23:41.027Z] 06:37:01 5809244 31391508 839408 2.55 456784 24235852 2042556 6.02 4476948 20942148 12 [2025-08-01T07:23:41.027Z] 06:38:01 5811204 31393484 837364 2.55 456804 24235856 2042556 6.02 4474836 20942152 16 [2025-08-01T07:23:41.027Z] 06:39:01 5810880 31393184 837580 2.55 456820 24235860 2042556 6.02 4474788 20942156 8 [2025-08-01T07:23:41.027Z] 06:40:01 5810832 31393136 837568 2.55 456824 24235860 2042556 6.02 4474772 20942156 12 [2025-08-01T07:23:41.027Z] 06:41:01 5810656 31393024 837524 2.55 456840 24235868 2042556 6.02 4474828 20942164 4 [2025-08-01T07:23:41.027Z] 06:42:01 5810544 31392960 837520 2.55 456864 24235868 2042556 6.02 4475220 20942160 200 [2025-08-01T07:23:41.027Z] 06:43:01 5811364 31393800 836660 2.55 456880 24235872 2042556 6.02 4474996 20942168 196 [2025-08-01T07:23:41.027Z] 06:44:01 5811348 31393788 836652 2.55 456900 24235876 2042556 6.02 4474364 20942172 24 [2025-08-01T07:23:41.027Z] 06:45:01 5811340 31393784 836568 2.55 456924 24235880 2042556 6.02 4474364 20942172 8 [2025-08-01T07:23:41.027Z] 06:46:01 5811540 31394052 836496 2.54 456944 24235884 2042556 6.02 4474420 20942180 8 [2025-08-01T07:23:41.027Z] 06:47:01 5811320 31393836 836692 2.55 456956 24235884 2042556 6.02 4474436 20942180 8 [2025-08-01T07:23:41.027Z] 06:48:01 5811296 31393816 836660 2.55 456972 24235888 2042556 6.02 4474484 20942184 28 [2025-08-01T07:23:41.027Z] 06:49:01 5810932 31393456 836944 2.55 456988 24235892 2042556 6.02 4474424 20942188 12 [2025-08-01T07:23:41.027Z] 06:50:01 5811136 31393716 836668 2.55 457000 24235892 2042556 6.02 4474480 20942192 12 [2025-08-01T07:23:41.027Z] 06:51:01 5810960 31393544 836768 2.55 457020 24235888 2042556 6.02 4474492 20942196 4 [2025-08-01T07:23:41.027Z] 06:52:01 5810876 31393460 836984 2.55 457040 24235892 2042556 6.02 4474496 20942196 8 [2025-08-01T07:23:41.027Z] 06:53:01 5810756 31393412 837028 2.55 457064 24235900 2042556 6.02 4474604 20942192 12 [2025-08-01T07:23:41.027Z] 06:54:01 5810716 31393380 836992 2.55 457088 24235904 2042556 6.02 4474544 20942196 28 [2025-08-01T07:23:41.027Z] 06:55:01 5810920 31393644 836696 2.55 457116 24235908 2042556 6.02 4474616 20942200 8 [2025-08-01T07:23:41.027Z] 06:56:01 5810936 31393676 836644 2.55 457144 24235900 2042556 6.02 4474612 20942208 8 [2025-08-01T07:23:41.027Z] 06:57:01 5810908 31393652 836824 2.55 457164 24235916 2042556 6.02 4474612 20942208 28 [2025-08-01T07:23:41.027Z] 06:58:01 5810372 31393192 837304 2.55 457176 24235920 2042556 6.02 4474720 20942216 4 [2025-08-01T07:23:41.027Z] 06:59:01 5810868 31393692 836732 2.55 457188 24235924 2042556 6.02 4474668 20942220 12 [2025-08-01T07:23:41.027Z] 07:00:01 5810820 31393644 836712 2.55 457196 24235924 2042556 6.02 4474660 20942220 12 [2025-08-01T07:23:41.027Z] 07:01:01 5810836 31393792 836532 2.54 457220 24236048 2042556 6.02 4474660 20942352 12 [2025-08-01T07:23:41.027Z] 07:02:01 5810536 31393560 836748 2.55 457228 24236056 2042556 6.02 4474716 20942356 8 [2025-08-01T07:23:41.027Z] 07:03:01 5810552 31393592 836640 2.55 457252 24236064 2042556 6.02 4474808 20942356 32 [2025-08-01T07:23:41.027Z] 07:04:01 5810544 31393604 836568 2.55 457268 24236068 2042556 6.02 4474764 20942360 28 [2025-08-01T07:23:41.027Z] 07:05:01 5810488 31393548 836764 2.55 457280 24236068 2042556 6.02 4475396 20942360 200 [2025-08-01T07:23:41.027Z] 07:06:01 5810512 31393576 836716 2.55 457308 24236064 2042556 6.02 4474764 20942364 8 [2025-08-01T07:23:41.027Z] 07:07:02 5810772 31393896 836388 2.54 457332 24236072 2042556 6.02 4474804 20942368 8 [2025-08-01T07:23:41.027Z] 07:08:01 5811008 31394136 836072 2.54 457348 24236076 2042556 6.02 4474864 20942372 8 [2025-08-01T07:23:41.027Z] 07:09:01 5810992 31394124 836012 2.54 457360 24236080 2042556 6.02 4474804 20942376 28 [2025-08-01T07:23:41.027Z] 07:10:01 5810692 31393888 836232 2.54 457376 24236080 2042556 6.02 4474876 20942380 12 [2025-08-01T07:23:41.027Z] 07:11:01 5810516 31393848 836192 2.54 457396 24236212 2042556 6.02 4474864 20942512 28 [2025-08-01T07:23:41.027Z] 07:12:01 5809992 31393568 836396 2.54 457420 24236208 2042556 6.02 4475132 20942504 24 [2025-08-01T07:23:41.027Z] 07:13:01 5810304 31393848 836092 2.54 457436 24236220 2042556 6.02 4475228 20942512 16 [2025-08-01T07:23:41.027Z] 07:14:01 5810312 31393864 836028 2.54 457444 24236224 2042556 6.02 4475020 20942520 24 [2025-08-01T07:23:41.027Z] 07:15:01 5810296 31393852 835976 2.54 457448 24236228 2042556 6.02 4474956 20942524 8 [2025-08-01T07:23:41.027Z] 07:16:01 5809956 31393516 836232 2.54 457468 24236232 2058656 6.07 4474956 20942528 28 [2025-08-01T07:23:41.027Z] 07:17:01 5809512 31393136 836592 2.55 457492 24236228 2074780 6.12 4475024 20942532 12 [2025-08-01T07:23:41.027Z] 07:18:01 5809972 31393608 836296 2.54 457496 24236236 2074780 6.12 4475092 20942532 36 [2025-08-01T07:23:41.027Z] 07:19:01 5809996 31393632 836228 2.54 457520 24236236 2074780 6.12 4475016 20942532 8 [2025-08-01T07:23:41.027Z] 07:20:01 5810164 31393804 836200 2.54 457532 24236240 2074780 6.12 4475016 20942536 8 [2025-08-01T07:23:41.027Z] 07:21:01 5810212 31393860 836216 2.54 457536 24236248 2074780 6.12 4475016 20942540 20 [2025-08-01T07:23:41.027Z] 07:22:01 5810456 31394108 835912 2.54 457552 24236240 2074780 6.12 4475028 20942544 12 [2025-08-01T07:23:41.027Z] 07:23:01 5810300 31394020 836204 2.54 457564 24236252 2074780 6.12 4475140 20942548 8 [2025-08-01T07:23:41.027Z] Average: 6160298 31381771 849453 2.58 449566 23895918 2089017 6.16 4394975 20691136 19269 [2025-08-01T07:23:41.027Z] [2025-08-01T07:23:41.027Z] 01:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-08-01T07:23:41.027Z] 01:24:01 veth95f901f 0.10 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:24:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:24:01 docker0 786.80 815.53 57.84 4631.62 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:24:01 ens3 987.49 897.67 7882.02 119.96 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:25:01 veth95f901f 1.52 1.58 0.13 0.14 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:25:01 docker0 1.52 1.52 0.11 0.14 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:25:01 ens3 33.53 23.60 25.44 14.72 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:26:01 veth95f901f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:26:01 ens3 23.54 15.43 19.07 11.96 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:27:01 veth095bf11 0.68 0.60 0.06 0.24 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:27:01 veth9a7c04a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:27:01 lo 1.39 1.39 0.12 0.12 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:27:01 docker0 0.68 0.46 0.05 0.23 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:27:01 veth304eee7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:27:01 ens3 109.31 79.01 2277.27 21.85 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:28:01 veth095bf11 0.10 2.70 0.00 0.12 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:28:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:28:01 docker0 597.03 953.66 48.78 8832.16 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:28:01 ens3 1174.42 724.63 11965.23 78.90 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 vethb6aff2e 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 vethae1a0d7 0.05 0.72 0.00 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth443d464 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth30b6277 0.05 0.80 0.00 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth0a61735 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth6711fd9 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth494e80f 0.05 0.78 0.00 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 vethbb8b71a 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth4d42615 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth095bf11 0.08 0.82 0.00 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 docker0 0.68 0.20 0.02 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth2275036 0.05 0.77 0.00 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 vethfe79e5b 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 veth33178fc 0.05 0.78 0.00 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:29:01 ens3 15.58 10.66 12.70 7.29 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 vethb6aff2e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 vethae1a0d7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 veth443d464 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 veth30b6277 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 veth6711fd9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 veth494e80f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 vethbb8b71a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 veth4d42615 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 veth095bf11 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 docker0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 vethfe79e5b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 veth33178fc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:30:01 ens3 4.88 2.08 3.47 1.85 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:31:01 veth443d464 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:31:01 vethbb8b71a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:31:01 veth095bf11 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:31:01 ens3 4.95 2.43 3.60 2.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:32:01 lo 37.99 37.99 3.72 3.72 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:32:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:32:01 ens3 391.03 394.05 199.51 1564.12 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:33:01 lo 16.66 16.66 1.63 1.63 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:33:01 ens3 337.72 331.42 102.62 2317.60 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:34:01 lo 14.86 14.86 1.45 1.45 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:34:01 ens3 140.49 122.98 81.70 476.69 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:35:01 ens3 0.60 0.55 0.27 0.23 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:36:01 ens3 1.52 0.98 5.02 0.27 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.027Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:37:01 ens3 0.57 0.52 0.27 0.22 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:38:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:39:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:40:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:43:01 ens3 0.48 0.30 0.15 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:44:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:48:01 ens3 0.30 0.23 0.14 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:49:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:51:01 ens3 0.47 0.10 0.05 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:52:01 ens3 0.40 0.32 0.26 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:53:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:54:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:55:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:56:02 ens3 0.65 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:57:01 ens3 0.68 0.69 0.40 0.31 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:58:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 01:59:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:00:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:02:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:03:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:04:01 ens3 0.55 0.05 0.11 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:05:01 ens3 0.42 0.37 0.26 0.22 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:07:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:08:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:09:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:10:01 ens3 0.92 0.60 0.87 0.37 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:11:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:11:01 ens3 5.56 4.57 3.73 4.78 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:12:01 ens3 1.73 1.45 0.97 1.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:13:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:14:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:15:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:17:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:18:01 ens3 0.27 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:19:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:23:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:24:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:25:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:28:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:29:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:31:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:32:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:33:01 ens3 0.35 0.25 0.14 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:34:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:36:01 ens3 0.47 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:37:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:38:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:39:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:42:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:43:01 ens3 0.23 0.22 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:44:01 ens3 0.18 0.07 0.12 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:45:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.028Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:48:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:53:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:55:01 ens3 0.23 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:58:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 02:59:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:03:01 ens3 0.65 0.23 0.13 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:04:01 ens3 0.75 0.38 0.30 0.22 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:05:01 ens3 0.52 0.42 0.27 0.22 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:06:01 ens3 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:08:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:11:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:11:01 ens3 1.53 1.47 0.84 3.22 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:12:02 ens3 2.95 2.47 1.63 2.14 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:13:01 ens3 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:18:01 ens3 0.22 0.12 0.13 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:20:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:21:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:22:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:23:01 ens3 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:25:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:28:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:29:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:30:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:33:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:34:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:36:01 ens3 0.48 0.30 0.26 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:37:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:38:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:42:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:43:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:47:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:48:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:49:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:53:01 ens3 0.42 0.35 0.20 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:56:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:57:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:58:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 03:59:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:03:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:04:01 ens3 0.38 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:05:01 ens3 0.58 0.37 0.38 0.22 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:08:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:09:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:11:01 ens3 0.42 0.28 0.17 0.25 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:12:01 ens3 4.65 5.85 1.58 15.35 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:13:01 ens3 18.36 25.05 1.95 55.17 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:16:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:18:01 ens3 1.12 1.13 0.21 6.60 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:19:01 ens3 3.55 5.00 0.46 7.36 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:23:01 ens3 0.35 0.35 0.09 0.40 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:27:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.029Z] 04:28:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:29:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:30:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:31:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:33:01 ens3 0.58 0.20 0.13 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:34:01 ens3 0.60 0.33 0.32 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:36:02 ens3 0.47 0.32 0.26 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:37:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:38:01 ens3 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:43:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:44:01 ens3 0.82 0.32 0.36 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:45:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:46:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:48:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:49:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:53:01 ens3 0.23 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:58:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 04:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:00:01 ens3 0.17 0.07 0.12 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:01:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:03:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:04:01 ens3 0.55 0.07 0.11 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:05:01 ens3 0.85 0.33 0.31 0.22 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:06:01 ens3 0.37 0.27 0.26 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:08:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:09:01 ens3 0.27 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:11:01 ens3 0.32 0.25 0.11 0.25 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:12:01 ens3 2.67 2.20 1.45 3.93 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:13:01 ens3 1.65 1.43 0.87 1.22 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:18:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:21:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:23:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:25:01 ens3 0.27 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:28:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:29:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:33:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:36:01 ens3 0.50 0.55 0.30 0.23 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:37:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:38:01 ens3 0.25 0.25 0.14 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:40:01 ens3 0.52 0.05 0.11 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:41:01 ens3 0.38 0.30 0.26 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:43:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:44:01 ens3 0.18 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:48:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:49:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:53:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:55:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:55:02 ens3 0.23 0.17 0.12 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:58:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 05:59:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:02:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:03:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:04:01 ens3 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.030Z] 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:05:01 ens3 0.40 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:08:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:11:01 ens3 0.43 0.28 0.22 0.25 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:12:01 ens3 2.68 2.23 1.45 3.93 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:13:01 ens3 1.62 1.30 0.86 1.20 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:15:01 ens3 0.25 0.20 0.12 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:18:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:19:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:20:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:21:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:23:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:26:01 ens3 0.15 0.13 0.09 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:27:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:28:01 ens3 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:31:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:33:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:33:01 ens3 66.94 48.69 716.29 3.43 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:34:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:36:01 ens3 0.60 0.55 0.32 0.23 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:38:01 ens3 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:39:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:43:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:46:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:48:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:49:01 ens3 0.22 0.18 0.09 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:53:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:55:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:58:01 ens3 0.15 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 06:59:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:03:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:04:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:05:01 ens3 0.78 0.55 0.47 0.29 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:07:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:07:02 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:08:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:09:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:11:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:12:01 ens3 1.40 1.18 0.71 3.19 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:13:01 ens3 3.08 2.18 1.76 2.13 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:14:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:18:01 ens3 0.20 0.13 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:19:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:20:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:21:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] 07:23:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] Average: docker0 3.85 4.92 0.30 37.41 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] Average: ens3 9.44 7.63 64.84 13.18 0.00 0.00 0.00 0.00 [2025-08-01T07:23:41.031Z] [2025-08-01T07:23:41.031Z]